Update Changes.
[p5sagit/p5-mst-13.2.git] / Changes
1 Please note: This file provides a complete, temporally ordered log of
2 changes that went into every version of Perl.  If you'd like more
3 detailed information, please consult the comments in the individual
4 patches posted to the perl5-porters mailing list.  Patches for each
5 individual change may also be obtained through ftp and rsync--see
6 perlhack.pod for the details.
7
8
9 [The "CAST AND CREW" list has been moved to AUTHORS.]
10
11 NOTE: Each change entry shows the change number; who checked it into the
12 repository; when; description of the change; which branch the change
13 happened in; and the affected files.  The file lists have a short symbolic
14 indicator:
15
16             !       modified
17             +       added
18             -       deleted
19             +>      branched (from elsewhere)
20             !>      merged changes (from elsewhere)
21
22 The Message-Ids in the change entries refer to the email messages sent
23 to the perl5-porters mailing list.  You can retrieve the messages for
24 example from http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/
25
26 This file contains only changes that affect the mainline branch,
27 not those that affect the (now decommissioned) cfgperl, or vmsperl,
28 or any other branch.
29
30 --------------
31 Version v5.7.2          Development release working toward v5.8
32 --------------
33 ____________________________________________________________________________
34 [ 12381] By: jhi                                   on 2001/10/09  13:52:50
35         Log: Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat
36              Seems that a glob(undef) triggers an ACCVIO in Perl_flex_stat,
37              when a NULL is passed for the filename string pointer.
38              From Charles Lane.
39      Branch: perl
40            ! vms/vms.c
41 ____________________________________________________________________________
42 [ 12379] By: jhi                                   on 2001/10/09  13:03:49
43         Log: Subject: HP systems update
44              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
45              Date: Tue, 09 Oct 2001 15:59:22 +0200
46              Message-Id: <20011009155614.A4F5.H.M.BRAND@hccnet.nl>
47      Branch: perl
48            ! README.hpux
49 ____________________________________________________________________________
50 [ 12378] By: jhi                                   on 2001/10/09  12:52:21
51         Log: CPAN::Nox does now have a test.
52      Branch: perl
53            ! t/lib/1_compile.t
54 ____________________________________________________________________________
55 [ 12377] By: jhi                                   on 2001/10/09  12:23:27
56         Log: Subject: [ID 20011001.009] /usr/bin/perl (in addition to /usr/local/bin/perl)
57              From: David Dyck <dcd@tc.fluke.com>
58              Date: Mon, 1 Oct 2001 12:17:36 -0700
59              Message-Id: <200110011917.MAA11879@dd.tc.fluke.com>
60      Branch: perl
61            ! installperl
62 ____________________________________________________________________________
63 [ 12376] By: jhi                                   on 2001/10/09  12:18:39
64         Log: NetWare update from Ananth Kesari.
65      Branch: perl
66            ! NetWare/nwperlsys.h makedef.pl
67 ____________________________________________________________________________
68 [ 12375] By: jhi                                   on 2001/10/09  11:43:01
69         Log: Subject: [PATCH Perl@12307] File::Find test on VMS
70              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
71              Date: Tue, 9 Oct 2001 08:40:57 EDT
72              Message-Id: <011009083426.17530f@DUPHY4.Physics.Drexel.Edu>
73      Branch: perl
74            ! lib/File/Find/t/find.t
75 ____________________________________________________________________________
76 [ 12374] By: ams                                   on 2001/10/09  05:31:45
77         Log: Subject: [PATCH MANIFEST lib/ExtUtils/Mkbootstrap.t] Add Tests for
78              ExtUtils::Mkbootstrap
79              From: "chromatic" <chromatic@rmci.net>
80              Date: Tue, 09 Oct 2001 00:08:37 -0600
81              Message-Id: <20011009061432.46666.qmail@onion.perl.org>
82      Branch: perl
83            + lib/ExtUtils/Mkbootstrap.t
84            ! MANIFEST
85 ____________________________________________________________________________
86 [ 12373] By: jhi                                   on 2001/10/09  02:56:13
87         Log: Enable more debugging.
88      Branch: perl
89            ! lib/utf8_heavy.pl
90 ____________________________________________________________________________
91 [ 12372] By: ams                                   on 2001/10/09  02:11:59
92         Log: #12370 forgot to modify is_gv_magical().
93      Branch: perl
94            ! gv.c
95 ____________________________________________________________________________
96 [ 12371] By: jhi                                   on 2001/10/09  01:48:17
97         Log: Make the toupper/lower/title API for Unicode not right
98              but at least less wrong: prepare for the mapping being
99              more than just one-character-to-one-character.
100      Branch: perl
101            ! embed.h embed.pl global.sym handy.h pp.c proto.h regcomp.c
102            ! regexec.c utf8.c
103 ____________________________________________________________________________
104 [ 12370] By: jhi                                   on 2001/10/09  01:23:08
105         Log: Subject: Re: [PATCH mg.c gv.c and others] ${^TAINT}
106              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
107              Date: Mon, 8 Oct 2001 22:18:23 -0400
108              Message-ID: <20011008221823.A413700@linguist.thayer.dartmouth.edu>
109      Branch: perl
110            ! pod/perlvar.pod t/op/taint.t
111 ____________________________________________________________________________
112 [ 12369] By: jhi                                   on 2001/10/08  23:31:21
113         Log: FAQ sync.
114      Branch: perl
115            ! pod/perlfaq3.pod pod/perlfaq4.pod
116 ____________________________________________________________________________
117 [ 12368] By: jhi                                   on 2001/10/08  21:20:45
118         Log: Subject: [PATCH lib/Term/Cap.t] Fix Debian Failures on Test 22
119              From: "chromatic" <chromatic@rmci.net>
120              Date: Mon, 08 Oct 2001 14:05:32 -0600
121              Message-ID: <20011008201126.73702.qmail@onion.perl.org>
122      Branch: perl
123            ! lib/Term/Cap.t
124 ____________________________________________________________________________
125 [ 12367] By: jhi                                   on 2001/10/08  21:10:49
126         Log: Subject: [PATCH again] Re: [PATCH mg.c gv.c and others] ${^TAINT}
127              From: Michael G Schwern <schwern@pobox.com>
128              Date: Mon, 8 Oct 2001 17:00:14 -0400
129              Message-ID: <20011008170014.L17083@blackrider>
130      Branch: perl
131            ! gv.c mg.c pod/perlvar.pod t/op/magic.t t/op/taint.t
132 ____________________________________________________________________________
133 [ 12366] By: jhi                                   on 2001/10/08  20:43:19
134         Log: Subject: [PATCH Perl@12307] Time::Hires for VMS pre-7.0
135              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
136              Date: Mon, 8 Oct 2001 16:01:33 EDT
137              Message-Id: <011008155856.1604b5@DUPHY4.Physics.Drexel.Edu>
138      Branch: perl
139            ! ext/Time/HiRes/HiRes.xs
140 ____________________________________________________________________________
141 [ 12365] By: jhi                                   on 2001/10/08  20:41:50
142         Log: Subject: [PATCH] Autosplit patch for VMS
143              From: "Craig A. Berry" <craigberry@mac.com>
144              Date: Mon, 08 Oct 2001 15:40:43 -0500
145              Message-Id: <5.1.0.14.0.20011008150808.02302618@exchi01>
146      Branch: perl
147            ! lib/AutoSplit.pm lib/AutoSplit.t
148 ____________________________________________________________________________
149 [ 12364] By: jhi                                   on 2001/10/08  20:36:58
150         Log: Don't assume that everybody is running OS X 10.1 yet;
151              from Kay Röpke.
152      Branch: perl
153            ! hints/darwin.sh
154 ____________________________________________________________________________
155 [ 12363] By: jhi                                   on 2001/10/08  14:26:35
156         Log: Update Changes.
157      Branch: perl
158            ! Changes patchlevel.h
159 ____________________________________________________________________________
160 [ 12362] By: jhi                                   on 2001/10/08  14:05:50
161         Log: Retract #12358 for now.
162      Branch: perl
163            ! lib/Term/Cap.t
164 ____________________________________________________________________________
165 [ 12361] By: jhi                                   on 2001/10/08  13:57:10
166         Log: Can't figure out what this is testing.
167              (If it is trying to catch SIGKILL, it should stop
168              trying because that is by definition impossible.)
169      Branch: perl
170            ! lib/sigtrap.t
171 ____________________________________________________________________________
172 [ 12360] By: jhi                                   on 2001/10/08  13:23:28
173         Log: Subject: [PATCH bleadperl] why some tests fail on Win95...
174              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
175              Date: Sun, 30 Sep 2001 21:15:13 +0200
176              Message-ID: <5033457805.20010930211513@tesla.rcub.bg.ac.yu>
177      Branch: perl
178            ! lib/ExtUtils/MM_Win32.pm
179 ____________________________________________________________________________
180 [ 12359] By: jhi                                   on 2001/10/08  12:37:17
181         Log: Clarify the ldlibpth part and condense the overall text.
182      Branch: perl
183            ! t/TEST
184 ____________________________________________________________________________
185 [ 12358] By: jhi                                   on 2001/10/08  11:56:49
186         Log: Subject: Re: [PATCH] & what's to be done for 5.8.0?
187              From: "chromatic" <chromatic@rmci.net>
188              Date: Sun, 07 Oct 2001 16:59:26 -0600
189              Message-ID: <20011007230518.90917.qmail@onion.perl.org>
190      Branch: perl
191            ! lib/Term/Cap.t
192 ____________________________________________________________________________
193 [ 12357] By: jhi                                   on 2001/10/08  11:54:50
194         Log: Update the list because fo #12265.
195      Branch: perl
196            ! t/lib/1_compile.t
197 ____________________________________________________________________________
198 [ 12356] By: jhi                                   on 2001/10/08  11:53:30
199         Log: Subject: [PATCH] & what's to be done for 5.8.0? 
200              From: Nicholas Clark <nick@ccl4.org>
201              Date: Sun, 7 Oct 2001 20:53:33 +0100
202              Message-ID: <20011007205333.S38756@plum.flirble.org>   
203      Branch: perl
204            ! ext/B/t/showlex.t ext/B/t/stash.t ext/Cwd/t/taint.t
205            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
206            ! ext/DB_File/t/db-recno.t ext/Fcntl/t/fcntl.t lib/CGI/t/carp.t
207            ! lib/CGI/t/cookie.t lib/File/Find/t/taint.t lib/FindBin.t
208            ! lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
209            ! lib/Net/t/smtp.t lib/Switch/t/given.t lib/Switch/t/nested.t
210            ! lib/Switch/t/switch.t lib/Term/Complete.t
211            ! lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/todo.t
212            ! lib/bigfloat.t lib/bigint.t lib/integer.t t/op/flip.t
213            ! t/op/my_stash.t
214 ____________________________________________________________________________
215 [ 12355] By: jhi                                   on 2001/10/08  11:51:29
216         Log: Integrate patch #12350 from maintperl; typo in
217              IO::Seekable doc.
218      Branch: perl
219           !> ext/IO/lib/IO/Seekable.pm
220 ____________________________________________________________________________
221 [ 12354] By: jhi                                   on 2001/10/08  11:41:16
222         Log: Detypo.
223      Branch: perl
224            ! hints/darwin.sh
225 ____________________________________________________________________________
226 [ 12353] By: sky                                   on 2001/10/07  17:16:14
227         Log: Change 12349 didn't really get it right.
228      Branch: perl
229            ! lib/Unicode/README
230 ____________________________________________________________________________
231 [ 12352] By: jhi                                   on 2001/10/07  15:03:18
232         Log: If running the harness the dynamic library search path
233              may need setting.
234      Branch: perl
235            ! t/TEST
236 ____________________________________________________________________________
237 [ 12351] By: jhi                                   on 2001/10/07  14:17:12
238         Log: It seems that in MacOS X 10.1 one must use -flat_namespace
239              in ldflags.
240      Branch: perl
241            ! hints/darwin.sh
242 ____________________________________________________________________________
243 [ 12350] By: gsar                                  on 2001/10/07  13:30:42
244         Log: typo in IO::Seekable doc
245      Branch: maint-5.6/perl
246            ! ext/IO/lib/IO/Seekable.pm
247 ____________________________________________________________________________
248 [ 12349] By: jhi                                   on 2001/10/07  12:49:31
249         Log: Give up the fantasy of having lib/Unicode and lib/unicode:
250              doesn't work on Mac OS X 10.1 (when unpacking the tar the
251              latter gets renamed as lib/unicode:1, assumedly for security
252              reasons not to overwrite stuff)
253      Branch: perl
254            + lib/Unicode/README
255            - lib/unicode/README
256            ! MANIFEST
257 ____________________________________________________________________________
258 [ 12348] By: ams                                   on 2001/10/07  05:33:40
259         Log: Subject: [PATCH MANIFEST lib/CPAN/t/Nox.t] Add Tests for CPAN::Nox
260              From: "chromatic" <chromatic@rmci.net>
261              Date: Sat, 06 Oct 2001 21:42:03 -0600
262              Message-Id: <20011007034754.21057.qmail@onion.perl.org>
263      Branch: perl
264            + lib/CPAN/t/Nox.t
265            ! MANIFEST
266 ____________________________________________________________________________
267 [ 12347] By: ams                                   on 2001/10/07  00:48:10
268         Log: Subject: [PATCH MANIFEST lib/sigtrap.t] Add Tests for sigtrap.pm
269              From: "chromatic" <chromatic@rmci.net>
270              Date: Sat, 06 Oct 2001 18:52:10 -0600
271              Message-Id: <20011007005801.98381.qmail@onion.perl.org>
272      Branch: perl
273            + lib/sigtrap.t
274            ! MANIFEST
275 ____________________________________________________________________________
276 [ 12346] By: ams                                   on 2001/10/06  23:14:01
277         Log: Subject: [PATCH] (was Re: [PATCH] Re: What sort of Makefile.PL should
278              h2xs write?)
279              From: Nicholas Clark <nick@ccl4.org>
280              Date: Sat, 6 Oct 2001 21:46:43 +0100
281              Message-Id: <20011006214643.L38756@plum.flirble.org>
282      Branch: perl
283            ! utils/h2xs.PL
284 ____________________________________________________________________________
285 [ 12345] By: ams                                   on 2001/10/06  17:39:53
286         Log: Subject: [PATCH] Memoize tests
287              From: Nicholas Clark <nick@ccl4.org>
288              Date: Sat, 6 Oct 2001 18:04:21 +0100
289              Message-Id: <20011006180421.J38756@plum.flirble.org>
290      Branch: perl
291            ! lib/Memoize/t/array.t lib/Memoize/t/array_confusion.t
292            ! lib/Memoize/t/correctness.t lib/Memoize/t/errors.t
293            ! lib/Memoize/t/expire.t lib/Memoize/t/expire_file.t
294            ! lib/Memoize/t/expire_module_n.t
295            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
296            ! lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
297            ! lib/Memoize/t/speed.t lib/Memoize/t/tie.t
298            ! lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
299            ! lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
300            ! lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
301 ____________________________________________________________________________
302 [ 12344] By: jhi                                   on 2001/10/06  00:30:23
303         Log: Retract the latter part of #12343.
304      Branch: perl
305            ! ext/IO/lib/IO/Socket/INET.pm
306 ____________________________________________________________________________
307 [ 12343] By: jhi                                   on 2001/10/05  23:32:07
308         Log: Subject: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
309              From: David Dyck <dcd@tc.fluke.com>
310              Date: Fri, 5 Oct 2001 16:04:43 -0700 (PDT)
311              Message-ID: <Pine.LNX.4.33.0110051548340.9856-100000@dd.tc.fluke.com>
312              
313              Subject: Re: patch to ext/IO/lib/IO/Socket/INET.pm fixes Bug ID (20010803.022)
314              From: David Dyck <dcd@tc.fluke.com>
315              Date: Fri, 5 Oct 2001 17:27:46 -0700 (PDT)
316              Message-ID: <Pine.LNX.4.33.0110051714350.14248-100000@dd.tc.fluke.com>
317      Branch: perl
318            ! ext/IO/lib/IO/Socket/INET.pm
319 ____________________________________________________________________________
320 [ 12342] By: jhi                                   on 2001/10/05  16:28:37
321         Log: Subject: [PATCH perl@12307] Re: test names from C<make TEST>
322              From: Robin Barker <rmb1@cise.npl.co.uk>
323              Date: Fri, 5 Oct 2001 18:20:44 +0100 (BST)
324              Message-Id: <200110051720.SAA17023@tempest.npl.co.uk>
325      Branch: perl
326            ! t/TEST
327 ____________________________________________________________________________
328 [ 12341] By: jhi                                   on 2001/10/05  13:54:08
329         Log: Don't assume that %x is good for displaying UVs.
330      Branch: perl
331            ! dump.c
332 ____________________________________________________________________________
333 [ 12340] By: jhi                                   on 2001/10/05  12:41:31
334         Log: Update Changes.
335      Branch: perl
336            ! Changes patchlevel.h
337 ____________________________________________________________________________
338 [ 12339] By: ams                                   on 2001/10/05  10:22:34
339         Log: Subject: [PATCH] perlfunc/select
340              From: Nicholas Clark <nick@ccl4.org>
341              Date: Fri, 5 Oct 2001 11:33:58 +0100
342              Message-Id: <20011005113358.Z38756@plum.flirble.org>
343      Branch: perl
344            ! pod/perlfunc.pod
345 ____________________________________________________________________________
346 [ 12338] By: jhi                                   on 2001/10/04  22:54:06
347         Log: Retract #12313 and #12249.
348      Branch: perl
349            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
350            ! pod/perldata.pod pod/perldbmfilter.pod pod/perldsc.pod
351            ! pod/perlebcdic.pod
352 ____________________________________________________________________________
353 [ 12337] By: jhi                                   on 2001/10/04  17:17:03
354         Log: Subject: [PATCH] perlvms.pod update
355              From: "Craig A. Berry" <craigberry@mac.com>
356              Date: Thu, 04 Oct 2001 12:55:52 -0500
357              Message-Id: <5.1.0.14.0.20011004124831.01aa49c0@exchi01>
358      Branch: perl
359            ! vms/perlvms.pod
360 ____________________________________________________________________________
361 [ 12336] By: jhi                                   on 2001/10/04  14:02:17
362         Log: Subject: PATCH: Tie::SubstrHash
363              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
364              Date: Thu, 04 Oct 2001 12:12:41 +0100
365              Message-Id: <200110041112.f94BCfS17390@crypt.compulink.co.uk> 
366      Branch: perl
367            ! lib/Tie/SubstrHash.pm
368 ____________________________________________________________________________
369 [ 12335] By: jhi                                   on 2001/10/04  04:45:00
370         Log: Unicode properties saga continues.
371      Branch: perl
372            ! lib/unicore/In.pl lib/unicore/In/136.pl lib/unicore/In/155.pl
373            ! lib/unicore/mktables.PL lib/utf8_heavy.pl
374 ____________________________________________________________________________
375 [ 12334] By: jhi                                   on 2001/10/04  03:42:04
376         Log: Yet more Unicode properties.
377      Branch: perl
378            + lib/unicore/In/137.pl lib/unicore/In/138.pl
379            + lib/unicore/In/139.pl lib/unicore/In/140.pl
380            + lib/unicore/In/141.pl lib/unicore/In/142.pl
381            + lib/unicore/In/143.pl lib/unicore/In/144.pl
382            + lib/unicore/In/145.pl lib/unicore/In/146.pl
383            + lib/unicore/In/147.pl lib/unicore/In/148.pl
384            + lib/unicore/In/149.pl lib/unicore/In/150.pl
385            + lib/unicore/In/151.pl lib/unicore/In/152.pl
386            + lib/unicore/In/153.pl lib/unicore/In/154.pl
387            + lib/unicore/In/155.pl lib/unicore/In/156.pl
388            + lib/unicore/In/157.pl lib/unicore/In/158.pl
389            + lib/unicore/In/159.pl lib/unicore/In/160.pl
390            + lib/unicore/In/161.pl lib/unicore/In/162.pl
391            ! MANIFEST lib/unicore/In.pl lib/unicore/In/136.pl
392            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perltodo.pod
393            ! pod/perlunicode.pod
394 ____________________________________________________________________________
395 [ 12333] By: jhi                                   on 2001/10/04  03:02:19
396         Log: Subject: [PATCH perl@12307] 2 more VMS test tweaks
397              From: "Craig A. Berry" <craigberry@mac.com>
398              Date: Wed, 03 Oct 2001 17:45:25 -0500
399              Message-Id: <5.1.0.14.0.20011003154131.01bc8528@exchi01>
400              
401              (the lib/Term/Complete.t patched differently by #12332)
402      Branch: perl
403            ! lib/ExtUtils/Command.t
404 ____________________________________________________________________________
405 [ 12332] By: jhi                                   on 2001/10/04  03:00:03
406         Log: Restore only if something to restore.
407      Branch: perl
408            ! lib/Term/Complete.t
409 ____________________________________________________________________________
410 [ 12331] By: pudge                                 on 2001/10/03  19:30:48
411         Log: Update various resources for credits,
412              minor icons fixes, and versions.
413      Branch: maint-5.6/macperl
414            ! macos/MPVersion.r macos/Perl.r macos/macperl/MPDroplet.r
415            ! macos/macperl/MPExtension.rsrc macos/macperl/MPSave.c
416            ! macos/macperl/MacPerl.r macos/macperl/MacPerl.rsrc
417 ____________________________________________________________________________
418 [ 12330] By: pudge                                 on 2001/10/03  19:17:25
419         Log: Quiet the warnings about using undef value
420      Branch: maint-5.6/macperl
421            ! lib/File/Temp.pm
422 ____________________________________________________________________________
423 [ 12329] By: pudge                                 on 2001/10/03  19:14:59
424         Log: Fix up Ballon Help and Help menu docs (first pass);
425              remove balloon rez file, and autogenerate with
426              Balloon2Rez instead.
427      Branch: maint-5.6/macperl
428            + macos/macperl/macscripts/Balloon2Rez
429            - macos/macperl/MPBalloons.r
430            ! macos/macperl/MPBalloons.ball macos/macperl/MacPerl.podhelp
431 ____________________________________________________________________________
432 [ 12328] By: pudge                                 on 2001/10/03  19:11:15
433         Log: Allow overriding of defaults, for change #12327.
434      Branch: maint-5.6/macperl
435            ! perl.h
436 ____________________________________________________________________________
437 [ 12327] By: pudge                                 on 2001/10/03  19:10:26
438         Log: Override PerlProc_exit.
439      Branch: maint-5.6/macperl
440            ! macos/macish.h
441 ____________________________________________________________________________
442 [ 12326] By: pudge                                 on 2001/10/03  19:08:28
443         Log: Add in new macos/ modules, fix up BuildTools and Makefile.
444      Branch: maint-5.6/macperl
445            + macos/bundled_lib/blib/lib/MD5.pm
446            + macos/bundled_lib/t/MD5/md5.t macos/lib/Mac/AETE/App.pm
447            + macos/lib/Mac/AETE/Dialect.pm
448            + macos/lib/Mac/AETE/Format/Converter.pm
449            + macos/lib/Mac/AETE/Format/Dictionary.pm
450            + macos/lib/Mac/AETE/Format/Glue.pm macos/lib/Mac/AETE/Parser.pm
451            + macos/lib/Mac/Glue.pm macos/lib/Mac/OSA/Simple.pm
452            + macos/lib/Mac/Toolbox.pod
453            ! macos/Makefile.mk macos/lib/Mac/BuildTools.pm
454 ____________________________________________________________________________
455 [ 12325] By: pudge                                 on 2001/10/03  18:51:28
456         Log: Sync up silly CVS headers ... I should commit CVS
457              first to avoid this ...
458      Branch: maint-5.6/macperl
459            ! macos/config.h macos/ext/Mac/ExtUtils/MakeToolboxModule
460            ! macos/ext/Mac/Fonts/Fonts.xs macos/ext/MacPerl/MacPerl.xs
461            ! macos/macperl/MPEditor.c macos/macperl/MPGlobals.h
462            ! macos/macperl/MPScript.c macos/macperl/MPUtils.c
463 ____________________________________________________________________________
464 [ 12324] By: pudge                                 on 2001/10/03  18:44:09
465         Log: Fix Matthias' address, and attributions.
466      Branch: maint-5.6/macperl
467            ! AUTHORS README.macos ext/DynaLoader/dl_mac.xs perl.c
468            ! pod/perlport.pod
469 ____________________________________________________________________________
470 [ 12323] By: pudge                                 on 2001/10/03  18:42:37
471         Log: Fix Matthias' address, and attributions.
472      Branch: maint-5.6/macperl
473            ! macos/config.h macos/ext/Mac/AppleEvents/AppleEvents.pm
474            ! macos/ext/Mac/Components/Components.pm
475            ! macos/ext/Mac/Controls/Controls.pm macos/ext/Mac/DCon/DCon.pm
476            ! macos/ext/Mac/Dialogs/Dialogs.pm
477            ! macos/ext/Mac/Events/Events.pm
478            ! macos/ext/Mac/ExtUtils/MakeToolboxModule
479            ! macos/ext/Mac/Files/Files.pm macos/ext/Mac/Fonts/Fonts.pm
480            ! macos/ext/Mac/Gestalt/Gestalt.pm
481            ! macos/ext/Mac/ImageCompression/ImageCompression.pm
482            ! macos/ext/Mac/Lists/Lists.pm macos/ext/Mac/Memory/Memory.pm
483            ! macos/ext/Mac/Menus/Menus.pm
484            ! macos/ext/Mac/MoreFiles/MoreFiles.pm
485            ! macos/ext/Mac/Movies/Movies.pm
486            ! macos/ext/Mac/Navigation/Navigation.pm
487            ! macos/ext/Mac/Notification/Notification.pm
488            ! macos/ext/Mac/OSA/OSA.pm macos/ext/Mac/Processes/Processes.pm
489            ! macos/ext/Mac/QDOffscreen/QDOffscreen.pm
490            ! macos/ext/Mac/QuickDraw/QuickDraw.pm
491            ! macos/ext/Mac/QuickTimeVR/QuickTimeVR.pm
492            ! macos/ext/Mac/Resources/Resources.pm macos/ext/Mac/SAT/SAT.pm
493            ! macos/ext/Mac/Sound/Sound.pm macos/ext/Mac/Speech/Speech.pm
494            ! macos/ext/Mac/SpeechRecognition/SpeechRecognition.pm
495            ! macos/ext/Mac/StandardFile/StandardFile.pm
496            ! macos/ext/Mac/TextEdit/TextEdit.pm
497            ! macos/ext/Mac/Types/Types.pm macos/ext/Mac/Windows/Windows.pm
498            ! macos/fcntl.h macos/lib/ExtUtils/MM_MacOS.pm
499            ! macos/lib/Mac/LowMem.pm
500 ____________________________________________________________________________
501 [ 12322] By: sky                                   on 2001/10/03  18:41:07
502         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
503              From: "Craig A. Berry" <craigberry@mac.com>
504              Date: Wed, 03 Oct 2001 14:30:55 -0500
505              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
506      Branch: perl
507            ! vms/vms.c
508 ____________________________________________________________________________
509 [ 12321] By: jhi                                   on 2001/10/03  18:38:34
510         Log: Subject: [PATCH perl@12307] %ENV tainting for VMS
511              From: "Craig A. Berry" <craigberry@mac.com>
512              Date: Wed, 03 Oct 2001 14:30:55 -0500
513              Message-Id: <5.1.0.14.0.20011003124800.01bd31c0@exchi01>
514      Branch: perl
515            ! vms/vms.c
516 ____________________________________________________________________________
517 [ 12320] By: jhi                                   on 2001/10/03  16:47:30
518         Log: Unicode properties: fix L& (the #12319 didn't allow L&,
519              only IsL&) and Inherited (negative lookahead good);
520              add tests for Common, Inherited, and L&.
521      Branch: perl
522            ! lib/utf8_heavy.pl pod/perltodo.pod t/op/pat.t
523 ____________________________________________________________________________
524 [ 12319] By: jhi                                   on 2001/10/03  16:12:53
525         Log: Unicode properties: support \p{(?:Is)?L&} as an alias for \pL.
526              (The Unicode standard uses L& quite often.)
527      Branch: perl
528            ! lib/utf8_heavy.pl
529 ____________________________________________________________________________
530 [ 12318] By: jhi                                   on 2001/10/03  15:57:34
531         Log: Add the 'Common' Unicode property (code points not
532              explicitly assigned to any other script).
533      Branch: perl
534            + lib/unicore/In/136.pl
535            ! MANIFEST lib/unicore/In.pl lib/unicore/mktables.PL
536 ____________________________________________________________________________
537 [ 12317] By: jhi                                   on 2001/10/03  13:23:32
538         Log: Skip the RV printing test under threads until fixed.
539      Branch: perl
540            ! ext/B/t/terse.t
541 ____________________________________________________________________________
542 [ 12316] By: jhi                                   on 2001/10/03  12:57:05
543         Log: Subject: 12309 / cygwin / win2k
544              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
545              Date: Wed, 03 Oct 2001 15:25:15 +0200
546              Message-Id: <20011003152353.A479.H.M.BRAND@hccnet.nl>
547      Branch: perl
548            ! makedef.pl
549 ____________________________________________________________________________
550 [ 12315] By: jhi                                   on 2001/10/03  12:50:17
551         Log: Metaconfig unit change for #12314.
552      Branch: metaconfig
553            ! U/modified/Head.U
554 ____________________________________________________________________________
555 [ 12314] By: jhi                                   on 2001/10/03  12:49:26
556         Log: Subject: Both cygwin and djgpp on one machine
557              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
558              Date: Wed, 03 Oct 2001 15:02:59 +0200
559              Message-Id: <20011003150222.A474.H.M.BRAND@hccnet.nl>
560      Branch: perl
561            ! Configure
562 ____________________________________________________________________________
563 [ 12313] By: jhi                                   on 2001/10/03  12:04:49
564         Log: (retracted by #12338)
565              
566              Subject: [PATCH] Code clean up for perlboot.pod
567              From: Casey West <casey@geeknest.com>
568              Date: Tue, 2 Oct 2001 19:24:43 -0400
569              Message-ID: <20011002192443.B2163@stupid.geeknest.com>
570              
571              Subject: [PATCH] Code clean up for perlbot.diff
572              From: Casey West <casey@geeknest.com>
573              Date: Tue, 2 Oct 2001 19:25:22 -0400
574              Message-ID: <20011002192522.C2163@stupid.geeknest.com>
575              
576              Subject: [PATCH] Code clean up for perlcall.pod
577              From: Casey West <casey@geeknest.com>
578              Date: Tue, 2 Oct 2001 19:25:57 -0400
579              Message-ID: <20011002192557.D2163@stupid.geeknest.com>
580              
581              Subject: [PATCH] Code clean up for perldata.pod
582              From: Casey West <casey@geeknest.com>
583              Date: Tue, 2 Oct 2001 19:26:29 -0400
584              Message-ID: <20011002192629.E2163@stupid.geeknest.com>
585              
586              Subject: [PATCH] Code clean up for perldbmfilter.pod
587              From: Casey West <casey@geeknest.com>
588              Date: Tue, 2 Oct 2001 19:26:59 -0400
589              Message-ID: <20011002192659.F2163@stupid.geeknest.com>
590              
591              Subject: [PATCH] Code clean up for perlebcdic.pod
592              From: Casey West <casey@geeknest.com>
593              Date: Tue, 2 Oct 2001 19:27:37 -0400
594              Message-ID: <20011002192737.G2163@stupid.geeknest.com>
595      Branch: perl
596            ! pod/perlboot.pod pod/perlbot.pod pod/perlcall.pod
597            ! pod/perldata.pod pod/perldbmfilter.pod pod/perlebcdic.pod
598 ____________________________________________________________________________
599 [ 12312] By: ams                                   on 2001/10/02  23:43:55
600         Log: Subject: [PATCH lib/ExtUtils/MakeMaker.pm] makemaker@perl.org
601              From: Michael G Schwern <schwern@pobox.com>
602              Date: Tue, 2 Oct 2001 17:00:49 -0400
603              Message-Id: <20011002170049.A9955@blackrider>
604      Branch: perl
605            ! lib/ExtUtils/MakeMaker.pm
606 ____________________________________________________________________________
607 [ 12311] By: jhi                                   on 2001/10/02  23:24:07
608         Log: FAQ sync.
609      Branch: perl
610            ! pod/perlfaq3.pod
611 ____________________________________________________________________________
612 [ 12310] By: nick                                  on 2001/10/02  16:09:49
613         Log: Integrate mainline
614      Branch: perlio
615           !> AUTHORS Changes ext/I18N/Langinfo/Langinfo.pm
616           !> ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
617           !> lib/Pod/Html.pm lib/unicore/In.pl lib/unicore/mktables.PL mg.c
618           !> patchlevel.h t/op/pat.t
619 ____________________________________________________________________________
620 [ 12309] By: jhi                                   on 2001/10/02  14:34:59
621         Log: Unicode properties: allow also intra(wordbreak)name whitespace,
622              not just one single space.
623      Branch: perl
624            ! lib/unicore/In.pl lib/unicore/mktables.PL t/op/pat.t
625 ____________________________________________________________________________
626 [ 12308] By: jhi                                   on 2001/10/02  12:49:41
627         Log: AUTHORS updates.
628      Branch: perl
629            ! AUTHORS
630 ____________________________________________________________________________
631 [ 12307] By: jhi                                   on 2001/10/02  12:22:21
632         Log: Update Changes.
633      Branch: perl
634            ! Changes patchlevel.h
635 ____________________________________________________________________________
636 [ 12306] By: jhi                                   on 2001/10/02  11:59:12
637         Log: Work around old buggy glibcs for langinfo constants,
638              from Nicholas Clark and David Dyck.
639      Branch: perl
640            ! ext/I18N/Langinfo/Langinfo.t ext/I18N/Langinfo/Makefile.PL
641 ____________________________________________________________________________
642 [ 12305] By: jhi                                   on 2001/10/02  11:45:55
643         Log: Eradicate Time::Piece; add an example.
644      Branch: perl
645            ! ext/I18N/Langinfo/Langinfo.pm
646 ____________________________________________________________________________
647 [ 12304] By: jhi                                   on 2001/10/02  11:34:18
648         Log: Subject: [PATCH] Pod::Html makes a poor guess at author
649              From: Robert Spier <rspier@pobox.com>
650              Date: Mon, 1 Oct 2001 23:20:16 -0700
651              Message-ID: <15289.23712.422087.878224@rls.cx>
652      Branch: perl
653            ! lib/Pod/Html.pm
654 ____________________________________________________________________________
655 [ 12303] By: sky                                   on 2001/10/02  10:40:57
656         Log: Fixes obscure bug that manifests itself by.
657              local $!=0;undef*STDOUT;#segfaults
658              Has been around for a while. Possible other magic IO vars are
659              possibly affected aswell. Reported by Jos Boumans.
660      Branch: perl
661            ! mg.c
662 ____________________________________________________________________________
663 [ 12302] By: nick                                  on 2001/10/02  09:00:52
664         Log: Integrate mainline
665      Branch: perlio
666           !> ext/B/t/terse.t ext/I18N/Langinfo/Langinfo.t hints/darwin.sh
667           !> lib/Term/Cap.t lib/open.t pod/perlapi.pod pod/perlunicode.pod
668           !> pp_ctl.c regcomp.c t/TEST t/op/arith.t t/op/pack.t t/op/pat.t
669 ____________________________________________________________________________
670 [ 12301] By: nick                                  on 2001/10/02  08:40:57
671         Log: Integrate mainline + lib/open.t patch from Chromatic
672      Branch: perlio
673           +> lib/Term/Cap.t lib/Text/TabsWrap/CHANGELOG
674            ! lib/open.t
675           !> (integrate 29 files)
676 ____________________________________________________________________________
677 [ 12300] By: jhi                                   on 2001/10/01  19:22:16
678         Log: Mac OS X doesn't have threadsafe (_r) libc interfaces.
679              Until it has, better stop early if someone requests threads.
680      Branch: perl
681            ! hints/darwin.sh
682 ____________________________________________________________________________
683 [ 12299] By: jhi                                   on 2001/10/01  19:01:31
684         Log: Subject: [ID 20011001.011] redundant code in t/TEST
685              From: David Dyck <dcd@tc.fluke.com>
686              Date: Mon, 1 Oct 2001 12:56:24 -0700
687              Message-Id: <200110011956.MAA16250@dd.tc.fluke.com>
688      Branch: perl
689            ! t/TEST
690 ____________________________________________________________________________
691 [ 12298] By: jhi                                   on 2001/10/01  18:52:12
692         Log: Subject: [PATCH lib/Term/Cap.t] Robustify %ENV Handling in Test (was Re: Failed Term/Cap.t test)
693              From: "chromatic" <chromatic@rmci.net>
694              Date: Mon, 01 Oct 2001 12:27:12 -0600
695              Message-ID: <20011001183251.89148.qmail@onion.perl.org>
696      Branch: perl
697            ! lib/Term/Cap.t
698 ____________________________________________________________________________
699 [ 12297] By: jhi                                   on 2001/10/01  17:04:18
700         Log: UNICOS testing patches from Nicholas Clark.
701      Branch: perl
702            ! t/op/arith.t t/op/pack.t
703 ____________________________________________________________________________
704 [ 12296] By: jhi                                   on 2001/10/01  17:01:26
705         Log: Subject: [PATCH lib/open.t] Better Locale Flutzigation (was Re: lib/open.t and locale tests)
706              From: "chromatic" <chromatic@rmci.net>
707              Date: Mon, 01 Oct 2001 10:21:51 -0600
708              Message-ID: <20011001162731.40639.qmail@onion.perl.org>
709      Branch: perl
710            ! lib/open.t
711 ____________________________________________________________________________
712 [ 12295] By: jhi                                   on 2001/10/01  14:55:37
713         Log: Make missing the RADIXCHAR a softer, gentler error.
714      Branch: perl
715            ! ext/I18N/Langinfo/Langinfo.t
716 ____________________________________________________________________________
717 [ 12294] By: jhi                                   on 2001/10/01  14:51:42
718         Log: Nuke also the LANG because of glibc.
719      Branch: perl
720            ! lib/open.t
721 ____________________________________________________________________________
722 [ 12293] By: jhi                                   on 2001/10/01  14:51:20
723         Log: Also the ^Is is optional.
724      Branch: perl
725            ! pod/perlunicode.pod t/op/pat.t
726 ____________________________________________________________________________
727 [ 12292] By: jhi                                   on 2001/10/01  14:08:26
728         Log: Be careful to pull chars from the varargs stack when
729              formatting chars.
730      Branch: perl
731            ! regcomp.c
732 ____________________________________________________________________________
733 [ 12291] By: jhi                                   on 2001/10/01  12:27:57
734         Log: sortsv not in place anymore, noticed by John P. Linderman.
735      Branch: perl
736            ! pod/perlapi.pod pp_ctl.c
737 ____________________________________________________________________________
738 [ 12290] By: jhi                                   on 2001/10/01  12:25:03
739         Log: Make the diagnostic messages more neutral.
740      Branch: perl
741            ! ext/B/t/terse.t
742 ____________________________________________________________________________
743 [ 12289] By: jhi                                   on 2001/10/01  03:59:34
744         Log: Forgotten from #12288.
745      Branch: perl
746            ! ext/Data/Dumper/Dumper.pm
747 ____________________________________________________________________________
748 [ 12288] By: jhi                                   on 2001/10/01  03:58:37
749         Log: Subject: [PATCH ext/Data/Dumper.pm Dumper.xs Dumper.t] Option to sort hashes
750              From: Brian Ingerson <ingy@ttul.org>
751              Date: Sun, 30 Sep 2001 21:45:56 -0700
752              Message-ID: <20010930214556.D26392@ttul.org>
753              
754              (remember also the #12289)
755      Branch: perl
756            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
757 ____________________________________________________________________________
758 [ 12287] By: jhi                                   on 2001/10/01  03:33:15
759         Log: More Unicode property tests for the abbreviated
760              general properties.
761      Branch: perl
762            ! t/op/pat.t
763 ____________________________________________________________________________
764 [ 12286] By: jhi                                   on 2001/10/01  02:02:08
765         Log: Further tweaks to the Unicode properties.
766      Branch: perl
767            ! lib/utf8_heavy.pl pod/perlunicode.pod regcomp.c t/op/pat.t
768 ____________________________________________________________________________
769 [ 12285] By: jhi                                   on 2001/10/01  01:46:35
770         Log: Retract #12284.
771      Branch: perl
772            ! lib/Term/Cap.t
773 ____________________________________________________________________________
774 [ 12284] By: jhi                                   on 2001/10/01  01:24:12
775         Log: (Retracted by #12285)
776      Branch: perl
777            ! lib/Term/Cap.t
778 ____________________________________________________________________________
779 [ 12283] By: jhi                                   on 2001/10/01  01:22:05
780         Log: Subject: [PATCH MANIFEST lib/Term/Cap.t] Add tests for Term::Cap   
781              From: "chromatic" <chromatic@rmci.net>  
782              Date: Sun, 30 Sep 2001 16:10:02 -0600
783              Message-ID: <20010930221540.67279.qmail@onion.perl.org>
784      Branch: perl
785            + lib/Term/Cap.t
786            ! MANIFEST
787 ____________________________________________________________________________
788 [ 12282] By: jhi                                   on 2001/10/01  01:19:21
789         Log: Use stty -g to restore the terminal state, do not even
790              try to run the tests if stty -g is not available.
791      Branch: perl
792            ! lib/Term/Complete.t
793 ____________________________________________________________________________
794 [ 12281] By: jhi                                   on 2001/09/30  21:05:00
795         Log: Cleanup utf8_heavy; allow dropping the In prefix from
796              Unicode script/block properties.
797      Branch: perl
798            ! lib/utf8_heavy.pl
799 ____________________________________________________________________________
800 [ 12280] By: jhi                                   on 2001/09/30  13:42:18
801         Log: Retract the #12259 for now.
802      Branch: perl
803            ! embed.h embed.pl sv.h
804 ____________________________________________________________________________
805 [ 12279] By: jhi                                   on 2001/09/30  13:37:59
806         Log: Upgrade to Text-Tabs+Wrap-2001.0929 from David Muir Sharnoff.
807      Branch: perl
808            + lib/Text/TabsWrap/CHANGELOG
809            ! MANIFEST lib/Text/TabsWrap/t/fill.t lib/Text/Wrap.pm
810 ____________________________________________________________________________
811 [ 12278] By: jhi                                   on 2001/09/30  05:05:18
812         Log: #12272 wasn't right, it introduced an extra ().
813      Branch: perl
814            ! lib/utf8_heavy.pl
815 ____________________________________________________________________________
816 [ 12277] By: jhi                                   on 2001/09/30  00:31:07
817         Log: Subject: [PATCH @12256 ext/DB_File.pm ext/GDBM_File.pm] Remove string eval from AUTOLOAD
818              From: Jonathan Stowe <gellyfish@gellyfish.com>
819              Date: Sat, 29 Sep 2001 15:52:43 +0100 (BST)
820              Message-ID: <Pine.LNX.4.33.0109291535120.18586-100000@orpheus.gellyfish.com>
821      Branch: perl
822            ! ext/DB_File/DB_File.pm ext/GDBM_File/GDBM_File.pm
823 ____________________________________________________________________________
824 [ 12276] By: jhi                                   on 2001/09/30  00:15:38
825         Log: Subject: Patch to put qsortsv in the public API
826              From: Brian Ingerson <ingy@ttul.org>
827              Date: Sat, 29 Sep 2001 17:41:13 -0700
828              Message-ID: <20010929174113.A30223@ttul.org>
829      Branch: perl
830            ! embed.h embed.pl global.sym pod/perlapi.pod pp_ctl.c proto.h
831 ____________________________________________________________________________
832 [ 12275] By: jhi                                   on 2001/09/30  00:11:21
833         Log: Subject: [PATCH perlvar, perlfunc, inccode.t] additional docs and tests
834              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
835              Date: Sat, 29 Sep 2001 23:54:48 +0200
836              Message-ID: <20010929235448.A5017@rafael>
837      Branch: perl
838            ! pod/perlfunc.pod pod/perlvar.pod t/op/inccode.t
839 ____________________________________________________________________________
840 [ 12274] By: jhi                                   on 2001/09/30  00:03:19
841         Log: FAQ sync.
842      Branch: perl
843            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
844            ! pod/perlfaq9.pod
845 ____________________________________________________________________________
846 [ 12273] By: bailey                                on 2001/09/29  23:43:46
847         Log: Resync with mainline
848      Branch: vmsperl
849           +> (branch 1207 files)
850            - (delete 324 files)
851           !> (integrate 866 files)
852 ____________________________________________________________________________
853 [ 12272] By: jhi                                   on 2001/09/29  21:32:33
854         Log: Nasty recursion trap if one would match Unicode.
855      Branch: perl
856            ! lib/utf8_heavy.pl
857 ____________________________________________________________________________
858 [ 12271] By: jhi                                   on 2001/09/29  21:18:44
859         Log: More Unicode todo.
860      Branch: perl
861            ! pod/perltodo.pod
862 ____________________________________________________________________________
863 [ 12270] By: jhi                                   on 2001/09/29  20:15:32
864         Log: Explain a bit the new more flexible \p\P syntax.
865      Branch: perl
866            ! pod/perlunicode.pod
867 ____________________________________________________________________________
868 [ 12269] By: jhi                                   on 2001/09/29  20:05:24
869         Log: More leniency to the \p and \P: now can have whitespace
870              between the property definition and the curlies; now can
871              invert the property by having a caret between the open
872              curly and the property.
873      Branch: perl
874            ! lib/utf8_heavy.pl pod/perldiag.pod regcomp.c t/op/pat.t
875 ____________________________________________________________________________
876 [ 12268] By: nick                                  on 2001/09/29  17:39:26
877         Log: Integrate mainline. Builds lots of sv.h/embed.h redef warnings
878              one test (lib/open.t) fails
879      Branch: perlio
880           +> ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
881           +> ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
882           +> ext/threads/t/stress_cv.t ext/threads/t/stress_string.t
883           +> lib/Tie/Scalar.t lib/open.t
884            - ext/B/B.t ext/B/Debug.t ext/B/Deparse.t ext/B/Showlex.t
885            - ext/B/Stash.t
886           !> (integrate 62 files)
887 ____________________________________________________________________________
888 [ 12267] By: jhi                                   on 2001/09/29  13:54:04
889         Log: Save and restore $ENV{'SYS$LOGIN'} only in VMS.
890      Branch: perl
891            ! t/op/chdir.t
892 ____________________________________________________________________________
893 [ 12266] By: jhi                                   on 2001/09/29  13:51:49
894         Log: Subject: [PATCH perl@12258] chdir.t finally (I hope)
895              From: "Craig A. Berry" <craigberry@mac.com> 
896              Date: Sat, 29 Sep 2001 09:35:33 -0500
897              Message-Id: <a05101000b7db8afde231@[172.16.52.1]>
898      Branch: perl
899            ! t/op/chdir.t
900 ____________________________________________________________________________
901 [ 12265] By: jhi                                   on 2001/09/29  13:49:43
902         Log: Subject: [PATCH MANIFEST lib/Tie/Scalar.pm lib/Tie/Scalar.t] Add tests, clean up Tie::Scalar
903              From: "chromatic" <chromatic@rmci.net>
904              Date: Fri, 28 Sep 2001 21:20:12 -0600
905              Message-ID: <20010929032543.58322.qmail@onion.perl.org>
906      Branch: perl
907            + lib/Tie/Scalar.t
908            ! MANIFEST lib/Tie/Scalar.pm
909 ____________________________________________________________________________
910 [ 12264] By: jhi                                   on 2001/09/29  04:57:42
911         Log: Allow for more flexibility in the \p{In...} names, now
912              case doesn't matter, and any space or dash can be
913              matched by any space, dash, underbar, or empty.
914              (may be going too far on leniency)
915      Branch: perl
916            ! lib/unicore/Blocks.pl lib/unicore/In.pl lib/unicore/Scripts.pl
917            ! lib/unicore/mktables.PL lib/utf8_heavy.pl pod/perlunicode.pod
918            ! t/op/pat.t
919 ____________________________________________________________________________
920 [ 12263] By: jhi                                   on 2001/09/28  23:04:13
921         Log: Subject: [PATCH MANIFEST lib/open.t] Add tests for open.pm
922              From: "chromatic" <chromatic@rmci.net>
923              Date: Fri, 28 Sep 2001 17:39:50 -0600
924              Message-ID: <20010928234521.14178.qmail@onion.perl.org>
925      Branch: perl
926            + lib/open.t
927            ! MANIFEST
928 ____________________________________________________________________________
929 [ 12262] By: jhi                                   on 2001/09/28  22:23:53
930         Log: Subject: [PATCH perl@12258] glob test case tweak for VMS
931              From: "Craig A. Berry" <craigberry@mac.com>
932              Date: Fri, 28 Sep 2001 16:24:51 -0500
933              Message-Id: <a05101000b7da98ceb83c@[172.16.52.1]>
934      Branch: perl
935            ! ext/File/Glob/t/basic.t
936 ____________________________________________________________________________
937 [ 12261] By: jhi                                   on 2001/09/28  22:23:05
938         Log: Subject: [DOC PATCH] Carp.pm pod typo
939              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
940              Date: Fri, 28 Sep 2001 23:14:51 +0200
941              Message-ID: <20010928231451.E16889@rafael>
942      Branch: perl
943            ! lib/Carp.pm
944 ____________________________________________________________________________
945 [ 12260] By: jhi                                   on 2001/09/28  22:21:55
946         Log: Subject: [PATCH] Allow an @INC hook to set %INC
947              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
948              Date: Fri, 28 Sep 2001 22:18:13 +0200
949              Message-ID: <20010928221813.A16889@rafael>
950      Branch: perl
951            ! pp_ctl.c
952 ____________________________________________________________________________
953 [ 12259] By: jhi                                   on 2001/09/28  22:20:26
954         Log: Subject: Re: macro redefinitions on Win32 (was Re: Question about PERLIO)
955              From: Nicholas Clark <nick@ccl4.org>
956              Date: Fri, 28 Sep 2001 23:39:33 +0100
957              Message-ID: <20010928233933.C23673@plum.flirble.org>
958      Branch: perl
959            ! embed.h embed.pl sv.h
960 ____________________________________________________________________________
961 [ 12258] By: jhi                                   on 2001/09/28  12:45:45
962         Log: Update Changes.
963      Branch: perl
964            ! Changes patchlevel.h
965 ____________________________________________________________________________
966 [ 12256] By: jhi                                   on 2001/09/28  12:18:29
967         Log: Move the B tests to B/t.
968      Branch: perl
969            + ext/B/t/b.t ext/B/t/debug.t ext/B/t/deparse.t
970            + ext/B/t/showlex.t ext/B/t/stash.t ext/B/t/terse.t
971            - ext/B/B.t ext/B/B/Terse.t ext/B/Debug.t ext/B/Deparse.t
972            - ext/B/Showlex.t ext/B/Stash.t
973            ! MANIFEST
974 ____________________________________________________________________________
975 [ 12255] By: jhi                                   on 2001/09/28  12:09:40
976         Log: Forgot from #12254.
977      Branch: perl
978            + ext/B/B/Terse.t
979 ____________________________________________________________________________
980 [ 12254] By: jhi                                   on 2001/09/28  12:09:06
981         Log: Subject: [PATCH MANIFEST ext/B/B/Terse.t] Add tests for B::Terse
982              From: "chromatic" <chromatic@rmci.net>
983              Date: Thu, 27 Sep 2001 23:22:17 -0600
984              Message-ID: <20010928052747.56587.qmail@onion.perl.org>   
985      Branch: perl
986            ! MANIFEST
987 ____________________________________________________________________________
988 [ 12253] By: jhi                                   on 2001/09/28  02:31:49
989         Log: Test numbering mismatch.
990      Branch: perl
991            ! t/op/chdir.t
992 ____________________________________________________________________________
993 [ 12252] By: jhi                                   on 2001/09/27  22:46:42
994         Log: Subject: [PATCH perl@12239] slightly less broken chdir.t for VMS
995              From: "Craig A. Berry" <craigberry@mac.com>
996              Date: Wed, 26 Sep 2001 17:43:14 -0500
997              Message-Id: <5.1.0.14.0.20010926173048.01aac5b0@exchi01>
998      Branch: perl
999            ! iperlsys.h t/op/chdir.t
1000 ____________________________________________________________________________
1001 [ 12251] By: jhi                                   on 2001/09/27  22:44:35
1002         Log: Subject: [PATCH gv.c] make __ANON__ global
1003              From: Robin Barker <rmb1@cise.npl.co.uk>
1004              Date: Wed, 26 Sep 2001 17:56:28 +0100 (BST)
1005              Message-Id: <200109261656.RAA27762@tempest.npl.co.uk>
1006      Branch: perl
1007            ! gv.c t/op/anonsub.t t/op/runlevel.t
1008 ____________________________________________________________________________
1009 [ 12250] By: jhi                                   on 2001/09/27  22:33:11
1010         Log: Subject: Re: [BUG] B::Terse can't handle constant scalar refs
1011              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1012              Date: Thu, 27 Sep 2001 22:34:32 +0200
1013              Message-ID: <20010927223432.A1485@rafael>
1014      Branch: perl
1015            ! ext/B/B/Terse.pm
1016 ____________________________________________________________________________
1017 [ 12249] By: jhi                                   on 2001/09/27  22:29:32
1018         Log: Subject: [PATCH] Cleanup of perldsc.pod      
1019              From: Casey West <casey@geeknest.com>
1020              Date: Thu, 27 Sep 2001 11:13:17 -0400
1021              Message-ID: <20010927111317.A1942@stupid.geeknest.com>
1022      Branch: perl
1023            ! pod/perldsc.pod
1024 ____________________________________________________________________________
1025 [ 12248] By: jhi                                   on 2001/09/27  22:23:24
1026         Log: Not everyone is using ithreads...
1027      Branch: perl
1028            ! ext/Devel/Peek/Peek.t
1029 ____________________________________________________________________________
1030 [ 12247] By: jhi                                   on 2001/09/27  13:39:39
1031         Log: Document the nss_delete core dump workaround for HP-UX
1032              and Solaris, bug IDs 20010805.018 and 20010629.004.
1033      Branch: perl
1034            ! README.hpux README.solaris
1035 ____________________________________________________________________________
1036 [ 12246] By: jhi                                   on 2001/09/27  12:05:36
1037         Log: Dump Unicode hash keys also as Unicode,
1038              not just as a byte string.
1039      Branch: perl
1040            ! dump.c ext/Devel/Peek/Peek.t
1041 ____________________________________________________________________________
1042 [ 12245] By: jhi                                   on 2001/09/27  11:15:51
1043         Log: Integrate changes #12241 and #12242 from macperl:
1044              
1045              Remove unneeded disabling of umask() calls
1046              
1047              Note (get|set)sockopt are available.
1048      Branch: perl
1049           !> lib/File/Temp.pm pod/perlport.pod
1050 ____________________________________________________________________________
1051 [ 12244] By: sky                                   on 2001/09/27  08:53:00
1052         Log: Flush buffers on thread closedown.
1053      Branch: perl
1054            ! ext/threads/threads.xs
1055 ____________________________________________________________________________
1056 [ 12243] By: jhi                                   on 2001/09/27  02:20:06
1057         Log: Dump SvUTF8(sv)s also as \x{...}.
1058              
1059              TODO: dump the SvUTF8() hash keys similarly. 
1060      Branch: perl
1061            ! dump.c embed.h embed.pl ext/Devel/Peek/Peek.t proto.h
1062 ____________________________________________________________________________
1063 [ 12242] By: pudge                                 on 2001/09/26  20:41:35
1064         Log: Note (get|set)sockopt are available.
1065      Branch: maint-5.6/macperl
1066            ! pod/perlport.pod
1067 ____________________________________________________________________________
1068 [ 12241] By: pudge                                 on 2001/09/26  20:28:49
1069         Log: Remove unneeded disabling of umask() calls
1070      Branch: maint-5.6/macperl
1071            ! lib/File/Temp.pm
1072 ____________________________________________________________________________
1073 [ 12240] By: sky                                   on 2001/09/26  18:44:56
1074         Log: Documention update
1075      Branch: perl
1076            ! ext/threads/threads.pm
1077 ____________________________________________________________________________
1078 [ 12239] By: jhi                                   on 2001/09/26  13:49:05
1079         Log: Update Changes.
1080      Branch: perl
1081            ! Changes patchlevel.h
1082 ____________________________________________________________________________
1083 [ 12238] By: jhi                                   on 2001/09/26  13:40:53
1084         Log: Check that all environment variables are tainted.
1085      Branch: perl
1086            ! t/op/taint.t
1087 ____________________________________________________________________________
1088 [ 12237] By: jhi                                   on 2001/09/26  13:02:07
1089         Log: Manual integration error in #12235.
1090      Branch: perl
1091            ! lib/File/DosGlob.t
1092 ____________________________________________________________________________
1093 [ 12236] By: jhi                                   on 2001/09/26  12:57:11
1094         Log: Subject: Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.
1095              From: "chromatic" <chromatic@rmci.net>
1096              Date: Tue, 25 Sep 2001 23:57:07 -0600
1097              Message-ID: <20010926060233.7554.qmail@onion.perl.org>
1098      Branch: perl
1099            ! perlio.c
1100 ____________________________________________________________________________
1101 [ 12235] By: jhi                                   on 2001/09/26  12:53:16
1102         Log: Integrate macperl changes from Chris Nandor:
1103              12192 11817 11815 11813 11778 11775
1104              
1105              Update CPAN.pm to work with new Mac::BuildTools instead
1106              of ExtUtils::MM_MacOS "orphan" functions
1107              
1108              Fix test
1109              
1110              Make syntax check report in MPW style, fix tests
1111              to use Mac::err=unix to get normal-style error
1112              messages.
1113              
1114              More module and test ports from Thomas Wegner et al
1115              
1116              Fix open of /dev/null for Mac OS
1117              
1118              Allow for platforms to override formatting of errors
1119              on output from Matthias Neeracher (core files)
1120      Branch: perl
1121            ! ext/B/Deparse.t lib/File/DosGlob.pm lib/File/DosGlob.t
1122            ! lib/File/Spec.t lib/File/Temp/t/security.t lib/strict.t
1123            ! lib/subs.t lib/warnings.t t/op/magic.t t/run/kill_perl.t
1124           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c lib/CPAN.pm
1125           !> lib/File/Spec/Mac.pm lib/File/Temp.pm perl.c perl.h pp_ctl.c
1126           !> t/base/term.t t/op/runlevel.t t/pod/testp2pt.pl util.c
1127 ____________________________________________________________________________
1128 [ 12234] By: jhi                                   on 2001/09/26  11:58:11
1129         Log: grrr.
1130      Branch: perl
1131            ! t/op/gv.t
1132 ____________________________________________________________________________
1133 [ 12233] By: jhi                                   on 2001/09/26  11:56:09
1134         Log: Retract #12232.
1135      Branch: perl
1136            ! t/op/gv.t
1137 ____________________________________________________________________________
1138 [ 12232] By: jhi                                   on 2001/09/26  11:53:37
1139         Log: (Retracted by #12233.)
1140      Branch: perl
1141            ! t/op/gv.t
1142 ____________________________________________________________________________
1143 [ 12231] By: jhi                                   on 2001/09/26  11:52:09
1144         Log: Detypo.
1145      Branch: perl
1146            ! ext/Encode/Makefile.PL
1147 ____________________________________________________________________________
1148 [ 12230] By: sky                                   on 2001/09/26  11:36:23
1149         Log: Increase the amount of time we spend in each thread, and add one that uses an anonymous sub.
1150              We are using a "delay" here because we do not want to depend on thread synchronization issues.
1151      Branch: perl
1152            + ext/threads/t/stress_cv.t
1153            ! MANIFEST ext/threads/t/stress_string.t
1154 ____________________________________________________________________________
1155 [ 12229] By: jhi                                   on 2001/09/26  11:27:54
1156         Log: NetWare tweak from Ananth Kesari.
1157      Branch: perl
1158            ! NetWare/t/Readme.txt
1159 ____________________________________________________________________________
1160 [ 12228] By: jhi                                   on 2001/09/26  11:26:26
1161         Log: Trick to fool case-blind filesystems.
1162      Branch: perl
1163            ! ext/Encode/Makefile.PL
1164 ____________________________________________________________________________
1165 [ 12227] By: sky                                   on 2001/09/26  11:06:50
1166         Log: Threads can start executing in a different order than they were
1167              created.... so we cannot ok() inside the threadstarter.
1168      Branch: perl
1169            ! ext/threads/t/stress_string.t
1170 ____________________________________________________________________________
1171 [ 12226] By: sky                                   on 2001/09/26  07:41:45
1172         Log: Add in stress_string.t to stress test threads a bit more.
1173      Branch: perl
1174            + ext/threads/t/stress_string.t
1175            ! MANIFEST
1176 ____________________________________________________________________________
1177 [ 12225] By: sky                                   on 2001/09/26  07:04:21
1178         Log: Fix negative refcount introduced by #12223.
1179      Branch: perl
1180            ! ext/threads/threads.xs
1181 ____________________________________________________________________________
1182 [ 12224] By: sky                                   on 2001/09/26  06:57:58
1183         Log: Update documentation to match change #12223
1184      Branch: perl
1185            ! sharedsv.c
1186 ____________________________________________________________________________
1187 [ 12223] By: sky                                   on 2001/09/26  06:54:32
1188         Log: Use a separate interpreter for the sharedsv space. Another
1189              negative sv leak. Sigh.
1190      Branch: perl
1191            ! sharedsv.c
1192 ____________________________________________________________________________
1193 [ 12222] By: sky                                   on 2001/09/26  05:58:35
1194         Log: Do the environ assignment in perl_contruct to match perl_destruct.
1195              Now we don't need to perl_parse/perl_run. However environ is a
1196              global....
1197      Branch: perl
1198            ! perl.c
1199 ____________________________________________________________________________
1200 [ 12221] By: sky                                   on 2001/09/26  05:41:02
1201         Log: Move the creation of PL_strtab to perl_construct so we can work
1202              with HV and HEs without running perl_parse.
1203      Branch: perl
1204            ! perl.c
1205 ____________________________________________________________________________
1206 [ 12220] By: gsar                                  on 2001/09/26  02:18:26
1207         Log: integrate macperl changes into maint-5.6
1208      Branch: maint-5.6/perl
1209           !> (integrate 26 files)
1210 ____________________________________________________________________________
1211 [ 12219] By: pudge                                 on 2001/09/26  00:19:35
1212         Log: Fix just a few of the bugs in Mac::InternetConfig (Bug #462999, Axel Rose);
1213              fix doc in Mac::Fonts (Patch #447221, Andreas Marcel Riechert).
1214      Branch: maint-5.6/macperl
1215            ! macos/ext/Mac/Fonts/Fonts.xs
1216            ! macos/ext/Mac/InternetConfig/InternetConfig.pm
1217 ____________________________________________________________________________
1218 [ 12218] By: ams                                   on 2001/09/25  23:31:33
1219         Log: Subject: Re: [PATCH] AutoSplit.t (was Re: Untested libraries update)
1220              From: Nicholas Clark <nick@ccl4.org>
1221              Date: Wed, 26 Sep 2001 01:20:20 +0100
1222              Message-Id: <20010926012020.B48092@plum.flirble.org>
1223      Branch: perl
1224            ! lib/AutoSplit.t
1225 ____________________________________________________________________________
1226 [ 12217] By: ams                                   on 2001/09/25  22:33:05
1227         Log: Subject: [PATCH perl@12180] angle bracket filespec problem on VMS
1228              From: "Craig A. Berry" <craigberry@mac.com>
1229              Date: Tue, 25 Sep 2001 18:08:42 -0500
1230              Message-Id: <5.1.0.14.0.20010925154848.036887d8@exchi01>
1231      Branch: perl
1232            ! vms/vms.c
1233 ____________________________________________________________________________
1234 [ 12216] By: ams                                   on 2001/09/25  21:41:01
1235         Log: Subject: [PATCH lib/AutoSplit.t]  Fixing mysterious TEST failure. (was
1236              Re: binmode(STDOUT, ":unix") busted when STDOUT is piped.)
1237              From: Michael G Schwern <schwern@pobox.com>
1238              Date: Wed, 26 Sep 2001 00:38:21 -0400
1239              Message-Id: <20010926003821.A627@blackrider>
1240      Branch: perl
1241            ! lib/AutoSplit.t
1242 ____________________________________________________________________________
1243 [ 12215] By: jhi                                   on 2001/09/25  21:40:04
1244         Log: Subject: [PATCH lib/Test/Simple.pm lib/Test/Utils.pm] fix test.deparse
1245              From: Michael G Schwern <schwern@pobox.com>
1246              Date: Tue, 25 Sep 2001 17:43:49 -0400
1247              Message-ID: <20010925174349.B19534@blackrider>
1248      Branch: perl
1249            ! lib/Test/Simple.pm lib/Test/Utils.pm
1250 ____________________________________________________________________________
1251 [ 12214] By: pudge                                 on 2001/09/25  21:11:21
1252         Log: Integrate changes from bleadperl.
1253      Branch: maint-5.6/macperl
1254           !> pod/perlport.pod
1255 ____________________________________________________________________________
1256 [ 12213] By: jhi                                   on 2001/09/25  20:37:14
1257         Log: skip($mess) should result in one skip.
1258      Branch: perl
1259            ! t/test.pl
1260 ____________________________________________________________________________
1261 [ 12212] By: pudge                                 on 2001/09/25  20:21:06
1262         Log: Integrate change #12200 from maintperl.
1263      Branch: maint-5.6/macperl
1264           !> win32/perlhost.h
1265 ____________________________________________________________________________
1266 [ 12211] By: pudge                                 on 2001/09/25  20:11:56
1267         Log: Fix file types to "apple"
1268      Branch: maint-5.6/macperl
1269            ! macos/ext/Mac/Menus/t/MenuBar.rsrc
1270            ! macos/ext/Mac/SAT/t/Collision.rsrc
1271 ____________________________________________________________________________
1272 [ 12210] By: pudge                                 on 2001/09/25  19:28:20
1273         Log: Fix rsrc file as snd file; fix path in t file.
1274      Branch: maint-5.6/macperl
1275            ! macos/ext/Mac/Notification/t/Notification.rsrc
1276            ! macos/ext/Mac/Notification/t/Notification.t
1277 ____________________________________________________________________________
1278 [ 12209] By: pudge                                 on 2001/09/25  19:15:57
1279         Log: Sync up with File::Find from bleadperl.
1280      Branch: maint-5.6/macperl
1281            ! lib/File/Find.pm t/lib/filefind-taint.t
1282 ____________________________________________________________________________
1283 [ 12208] By: pudge                                 on 2001/09/25  19:06:48
1284         Log: Ignore SIGPIPE being set to IGNORE.  Temporary fix until we upgrade
1285              to new version of libnet.  (Axel Rose, Paul Schinder, and a cast
1286              of hundreds)
1287      Branch: maint-5.6/macperl
1288            ! macos/bundled_lib/blib/lib/Net/Cmd.pm
1289            ! macos/bundled_lib/blib/lib/Net/FTP/A.pm
1290            ! macos/bundled_lib/blib/lib/Net/FTP/I.pm
1291 ____________________________________________________________________________
1292 [ 12207] By: nick                                  on 2001/09/25  19:04:36
1293         Log: Integrate mainline (untested while modem is up)
1294      Branch: perlio
1295           +> lib/AutoSplit.t t/test.pl
1296            - lib/warnings/register.t
1297           !> (integrate 28 files)
1298 ____________________________________________________________________________
1299 [ 12206] By: jhi                                   on 2001/09/25  17:21:00
1300         Log: perldiag entry for #12205.
1301      Branch: perl
1302            ! pod/perldiag.pod
1303 ____________________________________________________________________________
1304 [ 12205] By: jhi                                   on 2001/09/25  17:20:38
1305         Log: Subject: [PATCH] warning on v-string in use/require
1306              From: John Peacock <jpeacock@rowman.com>
1307              Date: Mon, 24 Sep 2001 17:29:03 -0400
1308              Message-ID: <3BAFA59F.9C0E0339@rowman.com>
1309      Branch: perl
1310            ! ext/IO/lib/IO/Socket.pm pp_ctl.c t/lib/warnings/pp_ctl
1311 ____________________________________________________________________________
1312 [ 12204] By: jhi                                   on 2001/09/25  17:11:02
1313         Log: perltooc et al updates.
1314      Branch: perl
1315            ! plan9/mkfile pod/roffitall
1316 ____________________________________________________________________________
1317 [ 12203] By: jhi                                   on 2001/09/25  17:05:19
1318         Log: Subject: [PATCH pp_sys.c t/op/chdir.t ...] Deprecating chdir(undef)/chdir('')
1319              From: Michael G Schwern <schwern@pobox.com>
1320              Date: Sun, 23 Sep 2001 00:07:12 -0400
1321              Message-ID: <20010923000712.A7005@blackrider>
1322      Branch: perl
1323            ! pod/perl572delta.pod pod/perldiag.pod pp_sys.c t/op/chdir.t
1324 ____________________________________________________________________________
1325 [ 12202] By: jhi                                   on 2001/09/25  16:55:29
1326         Log: Subject: [PATCH perl@12185] Some Encode/*.enc files needs to be corrected
1327              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1328              Date: Wed, 26 Sep 2001 01:25:10 +0900
1329              Message-Id: <20010926012410.5B86.BQW10602@nifty.com>
1330      Branch: perl
1331            ! ext/Encode/Encode/cp932.enc ext/Encode/Encode/cp936.enc
1332            ! ext/Encode/Encode/cp949.enc ext/Encode/Encode/cp950.enc
1333            ! ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/shiftjis.enc
1334 ____________________________________________________________________________
1335 [ 12201] By: jhi                                   on 2001/09/25  16:52:03
1336         Log: Integrate change #12200 from maintperl;
1337              on windows, virtualized environment could propagate deleted variables
1338              into children if they happen to be at the very end of the table
1339      Branch: perl
1340           !> win32/perlhost.h
1341 ____________________________________________________________________________
1342 [ 12200] By: gsar                                  on 2001/09/25  16:36:01
1343         Log: on windows, virtualized environment could propagate deleted variables
1344              into children if they happen to be at the very end of the table
1345              (thanks for succinct test case from Johan Holmberg, and fix from
1346              Doug Lankshear)
1347      Branch: maint-5.6/perl
1348            ! win32/perlhost.h
1349 ____________________________________________________________________________
1350 [ 12199] By: gsar                                  on 2001/09/25  15:19:13
1351         Log: avoid the use of ftime() (it does a useless, potentially
1352              expensive call to GetTimeZoneInformation()); this potentially
1353              also results in three more digits of precision from
1354              Time::HiRes::time()
1355      Branch: perl
1356            ! ext/Time/HiRes/HiRes.xs
1357 ____________________________________________________________________________
1358 [ 12198] By: jhi                                   on 2001/09/25  14:27:01
1359         Log: Replace the use Test::More in t/{op,io,run} with t/test.pl.
1360              
1361              Note: io/binmode is failing, have to figure out why.
1362      Branch: perl
1363            + t/test.pl
1364            ! MANIFEST t/io/binmode.t t/op/chdir.t t/op/crypt.t
1365            ! t/op/inccode.t t/op/rand.t t/op/srand.t t/op/ver.t
1366            ! t/run/exit.t
1367 ____________________________________________________________________________
1368 [ 12197] By: ams                                   on 2001/09/25  13:48:55
1369         Log: Subject: [PATCH] AutoSplit.t (was Re: Untested libraries update)
1370              From: Nicholas Clark <nick@ccl4.org>
1371              Date: Tue, 25 Sep 2001 00:37:40 +0100
1372              Message-Id: <20010925003740.S4971@plum.flirble.org>
1373              (Further changes expected.)
1374      Branch: perl
1375            + lib/AutoSplit.t
1376            ! MANIFEST
1377 ____________________________________________________________________________
1378 [ 12196] By: sky                                   on 2001/09/25  13:37:12
1379         Log: Second attempt at fixing Time::HiRes::time on win32. Apperently if ENV{TZ} is wrong we fail. New attempt uses 
1380              _ftime to try and be more robust.
1381      Branch: perl
1382            ! ext/Time/HiRes/HiRes.xs
1383 ____________________________________________________________________________
1384 [ 12194] By: ams                                   on 2001/09/25  11:40:00
1385         Log: Subject: [PATCH perl@12180] perltootc -> perltooc in vms/descrip_mms.template
1386              From: "Craig A. Berry" <craigberry@mac.com>
1387              Date: Mon, 24 Sep 2001 17:54:20 -0500
1388              Message-Id: <5.1.0.14.0.20010924171225.01bb0428@exchi01>
1389      Branch: perl
1390            ! vms/descrip_mms.template
1391 ____________________________________________________________________________
1392 [ 12193] By: pudge                                 on 2001/09/25  02:53:42
1393         Log: Fixes for multiline error parsing (Bug #459263); cmd-.
1394              not working, cursor not spinning (Bug #422129); external
1395              editor problems (Bug #456329); escape/cmd-. not activating
1396              "Cancel" in Save dialog box (Bug #446960); Runtimes not
1397              executing on launch (Bug #464441).
1398      Branch: maint-5.6/macperl
1399            ! macos/macish.c macos/macish.h macos/macperl/MPEditor.c
1400            ! macos/macperl/MPGlobals.h macos/macperl/MPScript.c
1401            ! macos/macperl/MacPerl.r
1402 ____________________________________________________________________________
1403 [ 12192] By: pudge                                 on 2001/09/25  02:42:49
1404         Log: Update CPAN.pm to work with new Mac::BuildTools instead
1405              of ExtUtils::MM_MacOS "orphan" functions
1406      Branch: maint-5.6/macperl
1407            ! lib/CPAN.pm
1408 ____________________________________________________________________________
1409 [ 12191] By: pudge                                 on 2001/09/25  02:37:58
1410         Log: Fix up another xsubpp problem (Matthias Neeracher)
1411      Branch: maint-5.6/macperl
1412            ! macos/xsubpp
1413 ____________________________________________________________________________
1414 [ 12190] By: pudge                                 on 2001/09/25  02:37:38
1415         Log: Remove literal tabs from source in MM_MacOS.pm (Thomas Wegner)
1416      Branch: maint-5.6/macperl
1417            ! macos/lib/ExtUtils/MM_MacOS.pm
1418 ____________________________________________________________________________
1419 [ 12189] By: pudge                                 on 2001/09/25  02:37:08
1420         Log: Fix up Makefiles for more Mac:: modules (and prepare for
1421              static build ...?)
1422      Branch: maint-5.6/macperl
1423            ! macos/Makefile.mk macos/ext/Mac/Makefile.mk
1424            ! macos/macperl/Makefile.mk
1425 ____________________________________________________________________________
1426 [ 12188] By: pudge                                 on 2001/09/25  02:36:19
1427         Log: Fix up tests
1428      Branch: maint-5.6/macperl
1429            ! macos/MacPerlTests.cmd macos/MacPerlTests.plx
1430 ____________________________________________________________________________
1431 [ 12187] By: pudge                                 on 2001/09/25  02:11:13
1432         Log: Make malloc smarter, fix bugs.  (Bug #404030)
1433      Branch: maint-5.6/macperl
1434            ! macos/icemalloc.c macos/icemalloc.h
1435 ____________________________________________________________________________
1436 [ 12186] By: nick                                  on 2001/09/24  19:18:17
1437         Log: Integrate mainline
1438      Branch: perlio
1439           +> ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
1440           +> lib/filetest.t
1441           !> (integrate 30 files)
1442 ____________________________________________________________________________
1443 [ 12185] By: jhi                                   on 2001/09/24  18:56:40
1444         Log: Retract #12136, the warnings::register is already
1445              tested by t/lib/warnings/9enabled, as pointed out
1446              by Paul Marquess.
1447      Branch: perl
1448            - lib/warnings/register.t
1449            ! MANIFEST lib/warnings/register.pm t/lib/1_compile.t
1450 ____________________________________________________________________________
1451 [ 12184] By: gsar                                  on 2001/09/24  18:39:58
1452         Log: fix Time::HiRes implementation of gettimeofday() on windows
1453              (HiRes.t#14 now passes)
1454      Branch: perl
1455            ! ext/Time/HiRes/HiRes.xs
1456 ____________________________________________________________________________
1457 [ 12183] By: gsar                                  on 2001/09/24  18:13:23
1458         Log: File::Spec::catfile() canonifies everything to blackslashes on
1459              windows :-(
1460      Branch: perl
1461            ! lib/ExtUtils/Manifest.t
1462 ____________________________________________________________________________
1463 [ 12182] By: gsar                                  on 2001/09/24  17:59:54
1464         Log: test number mismatch
1465      Branch: perl
1466            ! t/op/magic.t
1467 ____________________________________________________________________________
1468 [ 12181] By: jhi                                   on 2001/09/24  17:10:41
1469         Log: ok().
1470      Branch: perl
1471            ! t/op/pack.t
1472 ____________________________________________________________________________
1473 [ 12180] By: jhi                                   on 2001/09/24  16:09:37
1474         Log: unpack("Z*Z*", pack("Z*Z*", ..)) bug, patch and test from
1475              Wolfgang Laun <Wolfgang.Laun@alcatel.at>
1476      Branch: perl
1477            ! pp_pack.c t/op/pack.t
1478 ____________________________________________________________________________
1479 [ 12179] By: jhi                                   on 2001/09/24  15:46:49
1480         Log: Update Changes.
1481      Branch: perl
1482            ! Changes patchlevel.h
1483 ____________________________________________________________________________
1484 [ 12178] By: jhi                                   on 2001/09/24  14:12:06
1485         Log: Subject: [REPATCH] Re: [PATCH lib/ExtUtils/Manifest.pm] Minor bug in comment logic in maniread() on VMS
1486              From: Michael G Schwern <schwern@pobox.com>
1487              Date: Mon, 24 Sep 2001 11:12:13 -0400
1488              Message-ID: <20010924111213.G27885@blackrider>
1489      Branch: perl
1490            ! lib/ExtUtils/Manifest.pm
1491 ____________________________________________________________________________
1492 [ 12177] By: jhi                                   on 2001/09/24  14:02:32
1493         Log: Subject: [PATCH vms/test.com] Fixing inline TODO recognition
1494              From: Michael G Schwern <schwern@pobox.com> 
1495              Date: Mon, 24 Sep 2001 11:02:07 -0400
1496              Message-ID: <20010924110207.E27885@blackrider>
1497      Branch: perl
1498            ! vms/test.com
1499 ____________________________________________________________________________
1500 [ 12176] By: ams                                   on 2001/09/24  14:01:59
1501         Log: Update Changes.
1502      Branch: perl
1503            ! Changes
1504 ____________________________________________________________________________
1505 [ 12175] By: jhi                                   on 2001/09/24  13:20:28
1506         Log: Various cleanups.
1507      Branch: perl
1508            ! ext/threads/Makefile.PL ext/threads/threads.xs
1509 ____________________________________________________________________________
1510 [ 12173] By: pudge                                 on 2001/09/24  12:56:13
1511         Log: Integrate maint-5.6/perl changes 12024, 12026, 12145, 12146.
1512      Branch: maint-5.6/macperl
1513           !> (integrate 33 files)
1514 ____________________________________________________________________________
1515 [ 12171] By: jhi                                   on 2001/09/24  12:26:58
1516         Log: Subject: [PATCH gb2312.enc] (Re: [PATCH perl@12088] 2022-cn.enc of Encode.pm)
1517              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1518              Date: Mon, 24 Sep 2001 20:04:58 +0900
1519              Message-Id: <20010924200207.A030.BQW10602@nifty.com>         
1520      Branch: perl
1521            ! ext/Encode/Encode/gb2312.enc
1522 ____________________________________________________________________________
1523 [ 12170] By: jhi                                   on 2001/09/24  12:08:30
1524         Log: Clarifying comment to #12164.
1525      Branch: perl
1526            ! lib/Cwd.pm
1527 ____________________________________________________________________________
1528 [ 12169] By: jhi                                   on 2001/09/24  11:59:33
1529         Log: Subject: [PATCH] Re: What sort of Makefile.PL should h2xs write?
1530              From: Nicholas Clark <nick@ccl4.org>
1531              Date: Sun, 23 Sep 2001 23:00:56 +0100
1532              Message-ID: <20010923230055.Y4971@plum.flirble.org>
1533              
1534              (with "sample_constants" changed to "fallback")
1535      Branch: perl
1536            + ext/I18N/Langinfo/fallback.c ext/I18N/Langinfo/fallback.xs
1537            ! MANIFEST ext/I18N/Langinfo/Langinfo.xs
1538            ! ext/I18N/Langinfo/Makefile.PL lib/ExtUtils/Constant.pm
1539            ! lib/h2xs.t utils/h2xs.PL
1540 ____________________________________________________________________________
1541 [ 12168] By: jhi                                   on 2001/09/24  11:25:56
1542         Log: Metaconfig unit change for #12167.
1543      Branch: metaconfig
1544            ! U/modified/Cppsym.U
1545 ____________________________________________________________________________
1546 [ 12167] By: jhi                                   on 2001/09/24  11:25:22
1547         Log: Add a few glibc cpp symbols to probe for.
1548      Branch: perl
1549            ! Configure
1550 ____________________________________________________________________________
1551 [ 12166] By: jhi                                   on 2001/09/24  11:14:43
1552         Log: DJGPP tweaks for Laszlo Molnar.
1553      Branch: perl
1554            ! djgpp/djgppsed.sh dosish.h
1555 ____________________________________________________________________________
1556 [ 12165] By: ams                                   on 2001/09/24  10:07:08
1557         Log: Subject: [PATCH t/op/inccode.t] More tests
1558              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
1559              Date: 24 Sep 2001 10:01:44 -0000
1560              Message-Id: <slrn9qu158.l2t.rgarciasuarez@rafael.kazibao.net>
1561      Branch: perl
1562            ! t/op/inccode.t
1563 ____________________________________________________________________________
1564 [ 12164] By: ams                                   on 2001/09/24  09:43:29
1565         Log: Subject: [PATCH Cwd.pm] local $/ = "\n";
1566              From: Jeff 'japhy/Marillion' Pinyan <jeffp@crusoe.net>
1567              Date: Mon, 24 Sep 2001 00:22:32 -0400 (EDT)
1568              Message-Id: <Pine.GSO.4.21.0109240021410.9178-100000@crusoe.crusoe.net>
1569      Branch: perl
1570            ! lib/Cwd.pm
1571 ____________________________________________________________________________
1572 [ 12163] By: jhi                                   on 2001/09/23  22:50:35
1573         Log: 1_compile updates.
1574      Branch: perl
1575            ! t/lib/1_compile.t
1576 ____________________________________________________________________________
1577 [ 12162] By: jhi                                   on 2001/09/23  21:11:22
1578         Log: Subject: [PATCH] proposal : put the @INC-hooks directly in %INC
1579              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1580              Date: Wed, 19 Sep 2001 22:47:14 +0200
1581              Message-ID: <20010919224714.A6382@rafael>
1582      Branch: perl
1583            ! pod/perlvar.pod pp_ctl.c
1584 ____________________________________________________________________________
1585 [ 12161] By: ams                                   on 2001/09/23  17:40:02
1586         Log: Subject: [PATCH MANIFEST lib/filetest t/lib/1_compile.t] Add Tests for
1587              filetest Pragma
1588              From: "chromatic" <chromatic@rmci.net>
1589              Date: Sun, 23 Sep 2001 12:07:25 -0600
1590              Message-Id: <20010923181223.32427.qmail@onion.perl.org>
1591      Branch: perl
1592            + lib/filetest.t
1593            ! MANIFEST t/lib/1_compile.t
1594 ____________________________________________________________________________
1595 [ 12160] By: ams                                   on 2001/09/23  16:32:11
1596         Log: Additional minor chdir() tweak.
1597      Branch: perl
1598            ! pod/perlfunc.pod
1599 ____________________________________________________________________________
1600 [ 12159] By: ams                                   on 2001/09/23  16:25:01
1601         Log: Subject: PATCH lib/ExtUtils/Command.t
1602              From: Abe Timmerman <abe@ztreet.demon.nl>
1603              Date: Sun, 23 Sep 2001 19:11:44 +0200
1604              Message-Id: <b94sqtk7sidi2501apjssfubdc2ulmap38@4ax.com>
1605      Branch: perl
1606            ! lib/ExtUtils/Command.t
1607 ____________________________________________________________________________
1608 [ 12158] By: jhi                                   on 2001/09/23  12:52:36
1609         Log: Subject: [PATCH] Win32 compilation without USE_ITHREADS
1610              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
1611              Date: Sun, 23 Sep 2001 02:02:26 +0200
1612              Message-ID: <3BAD42B2.2951.39B2E2A@localhost>
1613      Branch: perl
1614            ! makedef.pl
1615 ____________________________________________________________________________
1616 [ 12157] By: jhi                                   on 2001/09/23  12:46:05
1617         Log: Subject: [PATCH t/op/study.t] Cleanup & OS/390 "fix"
1618              From: Michael G Schwern <schwern@pobox.com> (by way of Craig A. Berry)         
1619              Date: Sat, 22 Sep 2001 12:54:39 -0500
1620              Message-Id: <a05101003b7d27f77cfa1@[172.16.52.1]>
1621      Branch: perl
1622            ! t/op/study.t
1623 ____________________________________________________________________________
1624 [ 12156] By: nick                                  on 2001/09/23  07:48:44
1625         Log: Integrate mainline
1626      Branch: perlio
1627            - check83.pl
1628           !> ext/Encode/Encode/2022-cn.enc
1629 ____________________________________________________________________________
1630 [ 12155] By: nick                                  on 2001/09/23  07:48:01
1631         Log: Integrate mainline
1632      Branch: perlio
1633           +> (branch 64 files)
1634            - ext/Encode/Encode/cns11643-1.enc
1635            - ext/Encode/Encode/cns11643-2.enc
1636            - ext/Encode/Encode/iso2022-cn.enc
1637            - ext/Encode/Encode/iso2022-jp.enc
1638            - ext/Encode/Encode/iso2022-jp1.enc
1639            - ext/Encode/Encode/iso2022-jp2.enc
1640            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
1641            - ext/Encode/Encode/iso8859-1.enc
1642            - ext/Encode/Encode/iso8859-1.ucm
1643            - ext/Encode/Encode/iso8859-10.enc
1644            - ext/Encode/Encode/iso8859-10.ucm
1645            - ext/Encode/Encode/iso8859-13.enc
1646            - ext/Encode/Encode/iso8859-13.ucm
1647            - ext/Encode/Encode/iso8859-14.enc
1648            - ext/Encode/Encode/iso8859-14.ucm
1649            - ext/Encode/Encode/iso8859-15.enc
1650            - ext/Encode/Encode/iso8859-15.ucm
1651            - ext/Encode/Encode/iso8859-16.enc
1652            - ext/Encode/Encode/iso8859-16.ucm
1653            - ext/Encode/Encode/iso8859-2.enc
1654            - ext/Encode/Encode/iso8859-2.ucm
1655            - ext/Encode/Encode/iso8859-3.enc
1656            - ext/Encode/Encode/iso8859-3.ucm
1657            - ext/Encode/Encode/iso8859-4.enc
1658            - ext/Encode/Encode/iso8859-4.ucm
1659            - ext/Encode/Encode/iso8859-5.enc
1660            - ext/Encode/Encode/iso8859-5.ucm
1661            - ext/Encode/Encode/iso8859-6.enc
1662            - ext/Encode/Encode/iso8859-6.ucm
1663            - ext/Encode/Encode/iso8859-7.enc
1664            - ext/Encode/Encode/iso8859-7.ucm
1665            - ext/Encode/Encode/iso8859-8.enc
1666            - ext/Encode/Encode/iso8859-8.ucm
1667            - ext/Encode/Encode/iso8859-9.enc
1668            - ext/Encode/Encode/iso8859-9.ucm
1669            - ext/Encode/Encode/isoir-197.enc
1670            - ext/Encode/Encode/macRomania.enc pod/perltootc.pod
1671            - t/lib/sample-tests/header_at_end
1672            - t/lib/sample-tests/header_at_end_fail
1673           !> (integrate 174 files)
1674 ____________________________________________________________________________
1675 [ 12154] By: ams                                   on 2001/09/23  07:11:46
1676         Log: Mention $ENV{SYS$LOGIN} in chdir() documentation, as suggested
1677              by Blair Zajac.
1678      Branch: perl
1679            ! pod/perlfunc.pod
1680 ____________________________________________________________________________
1681 [ 12153] By: ams                                   on 2001/09/23  06:56:32
1682         Log: Subject: [PATCH pp.c t/op/gv.t pod/perlref.pod pod/perldiag.pod] Re:
1683              Forgotten deprecation of *glob{FILEHANDLE}?
1684              From: "chromatic" <chromatic@rmci.net>
1685              Date: Sat, 22 Sep 2001 21:27:56 -0600
1686              Message-Id: <20010923033252.33085.qmail@onion.perl.org>
1687      Branch: perl
1688            ! pod/perldiag.pod pod/perlref.pod pp.c t/op/gv.t
1689 ____________________________________________________________________________
1690 [ 12152] By: ams                                   on 2001/09/23  06:42:58
1691         Log: Subject: [PATCH lib/File/Find.pm] Fixing lib/File/Find/t/taint.t on VMS
1692              From: Michael G Schwern <schwern@pobox.com>
1693              Date: Sun, 23 Sep 2001 03:34:39 -0400
1694              Message-Id: <20010923033439.E7005@blackrider>
1695      Branch: perl
1696            ! lib/File/Find.pm
1697 ____________________________________________________________________________
1698 [ 12151] By: ams                                   on 2001/09/23  06:37:57
1699         Log: Subject: Re: t/op/magic.t missing tests on Win32
1700              From: Michael G Schwern <schwern@pobox.com>
1701              Date: Sat, 22 Sep 2001 20:29:09 -0400
1702              Message-Id: <20010922202909.I18223@blackrider>
1703      Branch: perl
1704            ! t/op/magic.t
1705 ____________________________________________________________________________
1706 [ 12150] By: ams                                   on 2001/09/23  06:36:26
1707         Log: Subject: [PATCH MANIFEST lib/Dumpvalue.t lib/Dumpvalue.pm] Add tests for
1708              Dumpvalue.pm
1709              From: "chromatic" <chromatic@rmci.net>
1710              Date: Sat, 22 Sep 2001 19:41:31 -0600
1711              Message-Id: <20010923014628.7739.qmail@onion.perl.org>
1712      Branch: perl
1713            + lib/Dumpvalue.t
1714            ! MANIFEST lib/Dumpvalue.pm
1715 ____________________________________________________________________________
1716 [ 12149] By: ams                                   on 2001/09/23  06:25:35
1717         Log: Subject: [PATCH perl@12088] 2022-cn.enc of Encode.pm
1718              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
1719              Date: Sun, 23 Sep 2001 15:27:56 +0900
1720              Message-Id: <20010923152641.5E26.BQW10602@nifty.com>
1721      Branch: perl
1722            ! ext/Encode/Encode/2022-cn.enc
1723 ____________________________________________________________________________
1724 [ 12148] By: jhi                                   on 2001/09/22  23:33:42
1725         Log: Manual eror in #12147.
1726      Branch: perl
1727            ! win32/win32.c
1728 ____________________________________________________________________________
1729 [ 12147] By: jhi                                   on 2001/09/22  23:25:02
1730         Log: Integrate change #12146 from maintperl;
1731              win32_chdir() et al don't handle a NULL argument gracefully
1732      Branch: perl
1733           !> win32/perlhost.h win32/win32.c
1734 ____________________________________________________________________________
1735 [ 12146] By: gsar                                  on 2001/09/22  23:18:47
1736         Log: win32_chdir() et al don't handle a NULL argument gracefully
1737      Branch: maint-5.6/perl
1738            ! win32/perlhost.h win32/win32.c
1739 ____________________________________________________________________________
1740 [ 12145] By: gsar                                  on 2001/09/22  23:17:42
1741         Log: typo in change#12026
1742      Branch: maint-5.6/perl
1743            ! op.c
1744 ____________________________________________________________________________
1745 [ 12144] By: jhi                                   on 2001/09/22  21:22:28
1746         Log: Subject: [PATCH] Re: scalar context unpack bugs
1747              From: Nicholas Clark <nick@ccl4.org>
1748              Date: Sat, 22 Sep 2001 23:07:56 +0100
1749              Message-ID: <20010922230755.O4971@plum.flirble.org>
1750      Branch: perl
1751            ! pp_pack.c t/op/pack.t
1752 ____________________________________________________________________________
1753 [ 12143] By: jhi                                   on 2001/09/22  21:18:43
1754         Log: Try ExtUtils::Command.t everywhere, not just on Win32
1755              (as suggested by NI-S).  Also allow running it either
1756              in t/ or in the main directory.
1757      Branch: perl
1758            ! lib/ExtUtils/Command.t
1759 ____________________________________________________________________________
1760 [ 12142] By: jhi                                   on 2001/09/22  21:04:39
1761         Log: Update the test on warnings/register.t.
1762      Branch: perl
1763            ! t/lib/1_compile.t
1764 ____________________________________________________________________________
1765 [ 12141] By: jhi                                   on 2001/09/22  20:40:06
1766         Log: The code is now almost tidy enough to keep the IRIX cc happy.
1767      Branch: perl
1768            ! hints/irix_6.sh
1769 ____________________________________________________________________________
1770 [ 12140] By: ams                                   on 2001/09/22  17:26:32
1771         Log: Subject: [PATCH perl@12088] configure.com: don't build 'threads" w/out
1772              use_ithreads
1773              From: "Craig A. Berry" <craigberry@mac.com>
1774              Date: Sat, 22 Sep 2001 13:15:32 -0500
1775              Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
1776      Branch: perl
1777            ! configure.com
1778 ____________________________________________________________________________
1779 [ 12139] By: ams                                   on 2001/09/22  16:44:08
1780         Log: Do what perl_clone() does for sharedsv functions.
1781      Branch: perl
1782            ! embed.pl proto.h
1783 ____________________________________________________________________________
1784 [ 12138] By: jhi                                   on 2001/09/22  16:42:04
1785         Log: Retract #12134; reintroduce #11949: PADOFFSETs are now UVs
1786              (suggested by Sarathy, extensions shouldn't be dabbling with
1787              op structures, so binary backward compatibility should not be
1788              an issue.)
1789      Branch: perl
1790            ! hints/irix_6.sh op.h
1791 ____________________________________________________________________________
1792 [ 12137] By: ams                                   on 2001/09/22  16:21:05
1793         Log: More cleanups. (What's PERL_DECL_PROT?)
1794      Branch: perl
1795            ! embed.pl proto.h sharedsv.h
1796 ____________________________________________________________________________
1797 [ 12136] By: ams                                   on 2001/09/22  15:14:34
1798         Log: Subject: [PATCH MANIFEST lib/warnings/register.t lib/warnings/register.pm]
1799              Add Tests for warnings::register, Doc Update
1800              From: "chromatic" <chromatic@rmci.net>
1801              Date: Sat, 22 Sep 2001 09:43:20 -0600
1802              Message-Id: <20010922154815.32004.qmail@onion.perl.org>
1803      Branch: perl
1804            + lib/warnings/register.t
1805            ! MANIFEST lib/warnings/register.pm
1806 ____________________________________________________________________________
1807 [ 12135] By: ams                                   on 2001/09/22  15:07:50
1808         Log: `@foo' should be @foo for consistency.
1809      Branch: perl
1810            ! pod/perldiag.pod
1811 ____________________________________________________________________________
1812 [ 12134] By: jhi                                   on 2001/09/22  14:20:47
1813         Log: (Retracted by #12138)
1814              
1815              Add -woff (turn warning off) 3187:
1816              "A pointer is converted to a smaller integer."
1817              This happens when your pointers are 64-bit: then every case
1818              of converting pointers to PADOFFSETs (explicitly 32-bit)
1819              faces truncation (even explicit use of INT2PTR doesn't help).
1820              CxITERVAR(), POPLOOP(), and PUSHLOOP() are afflicted.
1821              Changing PADOFFSET from U32 to UV would help, but that
1822              would break binary backward compatibility of BASEOP and padop
1823              (assuming you have been using 64-bit pointers).
1824      Branch: perl
1825            ! hints/irix_6.sh
1826 ____________________________________________________________________________
1827 [ 12133] By: jhi                                   on 2001/09/22  13:53:49
1828         Log: More 8.3-cleanup: there isn't an encoding called macRumanian,
1829              but the name comes from the inside the file, not from the file
1830              name, and Rumanian is the name of the language.
1831      Branch: perl
1832            + ext/Encode/Encode/macRumanian.enc
1833            - ext/Encode/Encode/macRomania.enc
1834            ! MANIFEST
1835 ____________________________________________________________________________
1836 [ 12132] By: jhi                                   on 2001/09/22  13:48:29
1837         Log: Rename perltootc as perltooc for 8.3-friedliness.
1838      Branch: perl
1839            + pod/perltooc.pod
1840            - pod/perltootc.pod
1841            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlboot.pod
1842            ! pod/perlmod.pod pod/perlobj.pod pod/perltoc.pod
1843            ! pod/perltoot.pod
1844 ____________________________________________________________________________
1845 [ 12131] By: jhi                                   on 2001/09/22  13:38:49
1846         Log: Find more conflicts by lowercasing.
1847      Branch: perl
1848            + Porting/check83.pl
1849            - check83.pl
1850            ! MANIFEST
1851 ____________________________________________________________________________
1852 [ 12130] By: jhi                                   on 2001/09/22  13:20:20
1853         Log: The AIX cc 5.0.0.0 is simply too buggy.
1854      Branch: perl
1855            ! hints/aix.sh
1856 ____________________________________________________________________________
1857 [ 12129] By: ams                                   on 2001/09/22  12:35:38
1858         Log: Uninteresting cleanup.
1859      Branch: perl
1860            ! form.h
1861 ____________________________________________________________________________
1862 [ 12128] By: ams                                   on 2001/09/22  12:28:48
1863         Log: Subject: [PATCH@12110] Missing ")" in CvFILEGV
1864              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
1865              Date: Sat, 22 Sep 2001 14:29:13 +0100
1866              Message-Id: <AIEAJICLCBDNAAOLLOKLAEGADAAA.Paul_Marquess@Yahoo.co.uk>
1867      Branch: perl
1868            ! cv.h
1869 ____________________________________________________________________________
1870 [ 12127] By: ams                                   on 2001/09/22  12:04:28
1871         Log: What's a backet?
1872      Branch: perl
1873            ! dump.c
1874 ____________________________________________________________________________
1875 [ 12126] By: ams                                   on 2001/09/22  10:02:34
1876         Log: Removed duplicated tests #19 and #20.
1877      Branch: perl
1878            ! t/op/do.t
1879 ____________________________________________________________________________
1880 [ 12125] By: ams                                   on 2001/09/22  03:58:41
1881         Log: Subject: Re: [ID 20010919.001] local() fails on imported variables
1882              From: Michael Carman <mjcarman@home.com>
1883              Date: Fri, 21 Sep 2001 17:54:05 -0500
1884              Message-Id: <3BABC50D.6040202@home.com>
1885              (Applied with some changes.)
1886      Branch: perl
1887            ! pod/perlmod.pod
1888 ____________________________________________________________________________
1889 [ 12124] By: ams                                   on 2001/09/22  03:44:19
1890         Log: Subject: [PATCH t/op/chdir.t] Reconciling the Cwd/File::Spec differences
1891              From: Michael G Schwern <schwern@pobox.com>
1892              Date: Fri, 21 Sep 2001 19:20:40 -0400
1893              Message-Id: <20010921192040.E5494@blackrider>
1894      Branch: perl
1895            ! t/op/chdir.t
1896 ____________________________________________________________________________
1897 [ 12123] By: ams                                   on 2001/09/22  03:41:08
1898         Log: Subject: [PATCH] t/op/chdir.t won't pass on VMS
1899              From: Blair Zajac <blair@orcaware.com>
1900              Date: Fri, 21 Sep 2001 15:13:04 -0700
1901              Message-Id: <3BABBB70.55FD41DC@orcaware.com>
1902      Branch: perl
1903            ! t/op/chdir.t
1904 ____________________________________________________________________________
1905 [ 12122] By: ams                                   on 2001/09/22  03:37:07
1906         Log: Subject: [REPATCH] Re: [PATCH t/op/do.t] new regression tests for bug ID
1907              20010920.007
1908              From: Michael G Schwern <schwern@pobox.com>
1909              Date: Fri, 21 Sep 2001 17:59:03 -0400
1910              Message-Id: <20010921175903.V5494@blackrider>
1911      Branch: perl
1912            ! t/op/do.t
1913 ____________________________________________________________________________
1914 [ 12121] By: ams                                   on 2001/09/22  03:30:38
1915         Log: Subject: [PATCH pod/perlport.pod] expand DOS-like table (was Re: test
1916              suite on WinCE)
1917              From: Michael G Schwern <schwern@pobox.com>
1918              Date: Fri, 21 Sep 2001 19:41:03 -0400
1919              Message-Id: <20010921194103.G5494@blackrider>
1920      Branch: perl
1921            ! pod/perlport.pod
1922 ____________________________________________________________________________
1923 [ 12120] By: ams                                   on 2001/09/22  03:28:06
1924         Log: Subject: [PATCH t/op/magic.t] Re: Weird $ENV{FOO} = undef warning
1925              From: Michael G Schwern <schwern@pobox.com>
1926              Date: Fri, 21 Sep 2001 17:33:35 -0400
1927              Message-Id: <20010921173335.T5494@blackrider>
1928              ($ENV{FOO}=undef hunk not applied.)
1929      Branch: perl
1930            ! t/op/magic.t
1931 ____________________________________________________________________________
1932 [ 12119] By: ams                                   on 2001/09/22  03:02:26
1933         Log: Subject: [PATCH] perldiag.pod
1934              From: Peter Scott <Peter@PSDT.com>
1935              Date: Fri, 21 Sep 2001 18:54:50 -0700
1936              Message-Id: <4.3.2.7.2.20010921183823.00aa9890@mail.webquarry.com>
1937              (Moved to the right place.)
1938      Branch: perl
1939            ! pod/perldiag.pod
1940 ____________________________________________________________________________
1941 [ 12118] By: ams                                   on 2001/09/21  20:05:29
1942         Log: Subject: [PATCH t/op/do.t] new regression tests for bug ID 20010920.007
1943              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1944              Date: Fri, 21 Sep 2001 22:36:54 +0200
1945              Message-Id: <20010921223654.A12742@rafael>
1946      Branch: perl
1947            ! t/op/do.t
1948 ____________________________________________________________________________
1949 [ 12117] By: jhi                                   on 2001/09/21  20:05:23
1950         Log: Restore things as they were before
1951              the backward compatibility police notices.
1952      Branch: perl
1953            ! lib/Cwd.pm
1954 ____________________________________________________________________________
1955 [ 12116] By: jhi                                   on 2001/09/21  17:52:28
1956         Log: More Cwd from Schwern: make also OS/2 and DOS
1957              Cwd agree with File::Spec (that is, native path
1958              syntax using \ instead of / -- backward compatibility
1959              polic warning) and stop Win32 from using bsd_realpath().
1960      Branch: perl
1961            ! lib/Cwd.pm
1962 ____________________________________________________________________________
1963 [ 12115] By: jhi                                   on 2001/09/21  17:19:03
1964         Log: Subject: [PATCH @12110] RE: Untested libraries update
1965              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
1966              Date: Fri, 21 Sep 2001 18:21:07 +0100
1967              Message-ID: <AIEAJICLCBDNAAOLLOKLOEENDAAA.Paul_Marquess@Yahoo.co.uk>
1968      Branch: perl
1969            ! lib/warnings/register.pm
1970 ____________________________________________________________________________
1971 [ 12114] By: jhi                                   on 2001/09/21  17:09:52
1972         Log: Subject: Re: And now the Cwd problem (was Re: chdir.t problem...)
1973              From: Michael G Schwern <schwern@pobox.com>
1974              Date: Thu, 20 Sep 2001 22:54:02 -0400
1975              Message-ID: <20010920225402.A3611@blackrider>
1976      Branch: perl
1977            ! lib/Cwd.pm
1978 ____________________________________________________________________________
1979 [ 12113] By: ams                                   on 2001/09/21  17:08:24
1980         Log: Subject: [PATCH] avoid v-strings with require/use
1981              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1982              Date: Fri, 21 Sep 2001 12:34:40 -0400
1983              Message-Id: <20010921123440.A148500@linguist.thayer.dartmouth.edu>
1984      Branch: perl
1985            ! ext/ByteLoader/bytecode.h ext/Data/Dumper/Dumper.pm
1986            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/Dir.pm
1987            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
1988            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
1989            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoLoader.pm
1990            ! lib/AutoSplit.pm lib/Class/Struct.pm lib/Cwd.pm
1991            ! lib/Dumpvalue.pm lib/ExtUtils/Command.pm
1992            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
1993            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
1994            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/File/Basename.pm
1995            ! lib/File/CheckTree.pm lib/File/Compare.pm lib/File/Copy.pm
1996            ! lib/File/Find.pm lib/File/Path.pm lib/File/stat.pm
1997            ! lib/FileHandle.pm lib/Math/Trig.pm lib/Net/Ping.pm
1998            ! lib/Net/hostent.pm lib/Net/netent.pm lib/Net/protoent.pm
1999            ! lib/Net/servent.pm lib/Shell.pm lib/Tie/Array.pm
2000            ! lib/Tie/Handle.pm lib/Time/Local.pm lib/Time/gmtime.pm
2001            ! lib/Time/localtime.pm lib/User/grent.pm lib/base.pm
2002            ! lib/diagnostics.pm lib/fields.pm lib/vars.pm
2003            ! pod/perl56delta.pod pod/perlfunc.pod pp_ctl.c utils/pl2pm.PL
2004 ____________________________________________________________________________
2005 [ 12110] By: jhi                                   on 2001/09/21  13:59:13
2006         Log: Update Changes.
2007      Branch: perl
2008            ! Changes patchlevel.h
2009 ____________________________________________________________________________
2010 [ 12109] By: jhi                                   on 2001/09/21  13:44:43
2011         Log: Make AIX and Tru64 compilers happy.  
2012      Branch: perl
2013            ! ext/threads/threads.h ext/threads/threads.xs
2014 ____________________________________________________________________________
2015 [ 12108] By: jhi                                   on 2001/09/21  12:16:27
2016         Log: Subject: [PATCH] Re: [ID 20010920.007] q and qq does not work after do
2017              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
2018              Date: 21 Sep 2001 09:16:37 -0000
2019              Message-Id: <slrn9qm1ca.h6b.rgarciasuarez@rafael.kazibao.net>
2020      Branch: perl
2021            ! toke.c
2022 ____________________________________________________________________________
2023 [ 12107] By: jhi                                   on 2001/09/21  12:14:41
2024         Log: Subject: [PATCH pp_sys.c] pp_chdir Win32 fix
2025              From: Michael G Schwern <schwern@pobox.com>
2026              Date: Thu, 20 Sep 2001 21:21:34 -0400
2027              Message-ID: <20010920212134.Y28291@blackrider>
2028      Branch: perl
2029            ! pp_sys.c
2030 ____________________________________________________________________________
2031 [ 12106] By: jhi                                   on 2001/09/21  12:12:09
2032         Log: Subject: Re: GDB Debugging Macros from mod_perl
2033              From: rspier@pobox.com (Robert Spier)
2034              Date: Thu, 20 Sep 2001 22:45:03 -0700
2035              Message-ID: <15274.54239.413929.49430@rls.cx>
2036      Branch: perl
2037            ! pod/perltodo.pod
2038 ____________________________________________________________________________
2039 [ 12105] By: sky                                   on 2001/09/21  10:33:34
2040         Log: Fixed bug where Time::HiRes::time returned time adjusted to 
2041              timezone! GetSystemTime should be available on all Win32 
2042              platforms we support. Perhaps Time::HiRes should be extended to
2043              support WinCE and Novell?
2044      Branch: perl
2045            ! ext/Time/HiRes/HiRes.xs
2046 ____________________________________________________________________________
2047 [ 12104] By: sky                                   on 2001/09/21  08:12:39
2048         Log: Attempt to fix solaris issue raised by Andy Dougherty.  
2049      Branch: perl
2050            ! ext/threads/threads.h ext/threads/threads.xs
2051 ____________________________________________________________________________
2052 [ 12103] By: sky                                   on 2001/09/21  07:57:41
2053         Log: Rename the *thread* functions to Perl_* to avoid clashes.
2054              Notably on AIX but could become a problem on other platforms.
2055      Branch: perl
2056            ! ext/threads/threads.h ext/threads/threads.xs
2057 ____________________________________________________________________________
2058 [ 12102] By: sky                                   on 2001/09/21  07:35:30
2059         Log: Add the shared sv space to the global vars.
2060              Fix problems compiling on win32.
2061      Branch: perl
2062            ! embedvar.h ext/threads/threads.xs perlapi.h perlvars.h
2063            ! sharedsv.c sharedsv.h
2064 ____________________________________________________________________________
2065 [ 12101] By: ams                                   on 2001/09/21  00:19:55
2066         Log: Subject: [PATCH] win32/Makefile warning fix
2067              From: Blair Zajac <blair@orcaware.com>
2068              Date: Thu, 20 Sep 2001 18:15:43 -0700
2069              Message-Id: <3BAA94BF.FFD5FC3A@orcaware.com>
2070      Branch: perl
2071            ! win32/Makefile
2072 ____________________________________________________________________________
2073 [ 12100] By: jhi                                   on 2001/09/20  21:57:04
2074         Log: Subject: [PATCH bleadperl] Command.t patch had some errors... sorry.
2075              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2076              Date: Thu, 20 Sep 2001 18:36:22 +0200
2077              Message-ID: <549856591.20010920183622@tesla.rcub.bg.ac.yu>
2078      Branch: perl
2079            ! lib/ExtUtils/Command.t
2080 ____________________________________________________________________________
2081 [ 12099] By: jhi                                   on 2001/09/20  21:53:00
2082         Log: Cant spl wirth a dam.
2083      Branch: perl
2084            ! intrpvar.h
2085 ____________________________________________________________________________
2086 [ 12098] By: jhi                                   on 2001/09/20  21:52:24
2087         Log: Don't use C++ comments.
2088      Branch: perl
2089            ! ext/threads/threads.xs
2090 ____________________________________________________________________________
2091 [ 12097] By: ams                                   on 2001/09/20  21:42:07
2092         Log: Change #12044 didn't.
2093      Branch: perl
2094            ! lib/constant.pm
2095 ____________________________________________________________________________
2096 [ 12096] By: jhi                                   on 2001/09/20  13:38:44
2097         Log: Metaconfig unit changes for #12095.
2098      Branch: metaconfig
2099            ! U/modified/Myinit.U U/modified/libs.U
2100 ____________________________________________________________________________
2101 [ 12095] By: jhi                                   on 2001/09/20  13:38:22
2102         Log: Remove iconv references since we are not using it
2103              and not going to; regen perltoc, perlmodlib.
2104              (Some references still linger in perltoc, have to figure
2105              out where they are coming from.)
2106      Branch: perl
2107            ! Configure NetWare/config.wc NetWare/config_H.wc
2108            ! Porting/Glossary Porting/config.sh Porting/config_H
2109            ! config_h.SH configure.com epoc/config.sh perl.h
2110            ! pod/perlmodlib.pod pod/perltoc.pod uconfig.h uconfig.sh
2111            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2112            ! vos/config.ga.h win32/config.bc win32/config.gc
2113            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2114            ! win32/config_H.vc wince/config.ce wince/config.h
2115            ! wince/config_H.ce
2116 ____________________________________________________________________________
2117 [ 12094] By: jhi                                   on 2001/09/20  12:49:17
2118         Log: Subject: [PATCH docs] Re: ARGV and read
2119              From: Dave Mitchell <davem@fdgroup.co.uk>
2120              Date: Thu, 20 Sep 2001 13:21:31 +0100 (BST)
2121              Message-Id: <200109201221.NAA04258@gizmo.fdgroup.co.uk>
2122      Branch: perl
2123            ! pod/perltodo.pod pod/perlvar.pod
2124 ____________________________________________________________________________
2125 [ 12093] By: jhi                                   on 2001/09/20  12:45:35
2126         Log: Fresh copies from the cvs.perl.org perlfaq repository.
2127      Branch: perl
2128            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2129            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2130            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2131            ! pod/perlfaq9.pod
2132 ____________________________________________________________________________
2133 [ 12092] By: jhi                                   on 2001/09/20  12:32:44
2134         Log: Subject: [PATCH] Re: n questions (was Re: 4 questions about pack/unpack)        
2135              From: Nicholas Clark <nick@ccl4.org>
2136              Date: Thu, 20 Sep 2001 14:27:08 +0100
2137              Message-ID: <20010920142708.X4971@plum.flirble.org>
2138      Branch: perl
2139            ! pp_pack.c t/op/pack.t
2140 ____________________________________________________________________________
2141 [ 12091] By: jhi                                   on 2001/09/20  12:16:50
2142         Log: The sharedsv_space* are variables, not code.  Duh.
2143      Branch: perl
2144            ! intrpvar.h makedef.pl
2145 ____________________________________________________________________________
2146 [ 12090] By: ams                                   on 2001/09/20  11:26:06
2147         Log: Subject: [patch lib/lib_pm.PL]
2148              From: Stas Bekman <stas@stason.org>
2149              Date: Thu, 20 Sep 2001 18:48:53 +0800
2150              Message-Id: <3BA9C995.6010302@stason.org>
2151              (Applied by hand.)
2152      Branch: perl
2153            ! lib/lib_pm.PL
2154 ____________________________________________________________________________
2155 [ 12089] By: jhi                                   on 2001/09/20  01:36:23
2156         Log: Only 21 tests, skipping or not.
2157      Branch: perl
2158            ! lib/ExtUtils/Command.t
2159 ____________________________________________________________________________
2160 [ 12088] By: jhi                                   on 2001/09/19  18:54:37
2161         Log: New exported symbols.
2162      Branch: perl
2163            ! makedef.pl
2164 ____________________________________________________________________________
2165 [ 12087] By: jhi                                   on 2001/09/19  13:45:59
2166         Log: Update Changes.
2167      Branch: perl
2168            ! Changes patchlevel.h
2169 ____________________________________________________________________________
2170 [ 12086] By: jhi                                   on 2001/09/19  13:02:58
2171         Log: Correct numbering of the tests is useful.
2172      Branch: perl
2173            ! ext/threads/t/basic.t
2174 ____________________________________________________________________________
2175 [ 12085] By: jhi                                   on 2001/09/19  12:11:15
2176         Log: More tests now too.
2177      Branch: perl
2178            ! lib/ExtUtils/Command.t
2179 ____________________________________________________________________________
2180 [ 12084] By: jhi                                   on 2001/09/19  12:08:33
2181         Log: More tests now.
2182      Branch: perl
2183            ! ext/threads/t/basic.t
2184 ____________________________________________________________________________
2185 [ 12083] By: jhi                                   on 2001/09/19  11:35:55
2186         Log: The test assumed 7-bit ASCII.  Now it "just"
2187              assumes 8-bit whatever.
2188      Branch: perl
2189            ! t/op/crypt.t
2190 ____________________________________________________________________________
2191 [ 12082] By: jhi                                   on 2001/09/19  11:19:56
2192         Log: Subject: Re: [PATCH] Smoke 12057 /pro/3gl/CPAN/perl-current
2193              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2194              Date: Wed, 19 Sep 2001 11:45:28 +0200
2195              Message-Id: <20010919110037.19C7.H.M.BRAND@hccnet.nl>
2196              
2197              Lvalue casts are not portable.
2198      Branch: perl
2199            ! ext/threads/threads.xs
2200 ____________________________________________________________________________
2201 [ 12081] By: sky                                   on 2001/09/19  10:17:52
2202         Log: Make the basic test contain only realy basic API tests
2203              Seems to be a problem with detach.
2204      Branch: perl
2205            ! ext/threads/t/basic.t
2206 ____________________________________________________________________________
2207 [ 12080] By: ams                                   on 2001/09/19  01:23:55
2208         Log: Subject: [PATCH] Syncing with Test::Simple 0.19
2209              From: Michael G Schwern <schwern@pobox.com>
2210              Date: Tue, 18 Sep 2001 19:53:48 -0400
2211              Message-Id: <20010918195348.M585@blackrider>
2212              
2213              Subject: [REPATCH] Re: [PATCH lib/Test/More.pm] Stray newline confusing t/TEST
2214              From: Michael G Schwern <schwern@pobox.com>
2215              Date: Tue, 18 Sep 2001 22:07:13 -0400
2216              Message-Id: <20010918220713.B19616@blackrider>
2217      Branch: perl
2218            ! lib/Test/More.pm lib/Test/Simple.pm lib/Test/Simple/Changes
2219            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
2220            ! lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/fail.t
2221            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/todo.t
2222            ! lib/Test/Tutorial.pod
2223 ____________________________________________________________________________
2224 [ 12079] By: jhi                                   on 2001/09/19  00:19:45
2225         Log: Indent the test a bit.
2226      Branch: perl
2227            ! ext/threads/t/basic.t
2228 ____________________________________________________________________________
2229 [ 12078] By: jhi                                   on 2001/09/18  22:54:21
2230         Log: Subject: [PATCH bleadperl] added tainting for getcwd for Win32
2231              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2232              Date: Tue, 18 Sep 2001 18:06:44 +0200
2233              Message-ID: <11018348611.20010918180644@tesla.rcub.bg.ac.yu>
2234      Branch: perl
2235            ! win32/win32.c
2236 ____________________________________________________________________________
2237 [ 12077] By: jhi                                   on 2001/09/18  22:52:24
2238         Log: Subject: stat access time is wrong on Win95
2239              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
2240              Date: Tue, 18 Sep 2001 21:59:24 +0200
2241              Message-ID: <413158386.20010918215924@tesla.rcub.bg.ac.yu>
2242      Branch: perl
2243            ! lib/ExtUtils/Command.pm lib/ExtUtils/Command.t
2244 ____________________________________________________________________________
2245 [ 12076] By: ams                                   on 2001/09/18  22:11:25
2246         Log: Subject: [PATCH] Re: [PATCH] t/op/crypt.t
2247              From: Michael G Schwern <schwern@pobox.com>
2248              Date: Tue, 18 Sep 2001 18:47:14 -0400
2249              Message-Id: <20010918184714.I585@blackrider>
2250      Branch: perl
2251            ! t/op/crypt.t
2252 ____________________________________________________________________________
2253 [ 12075] By: sky                                   on 2001/09/18  19:29:37
2254         Log: two test failures
2255              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2256              Message-ID: <20010918221702.A17408@rafael>
2257              partly applied, #12074 already fixed half the patch
2258      Branch: perl
2259            ! ext/threads/t/basic.t
2260 ____________________________________________________________________________
2261 [ 12074] By: sky                                   on 2001/09/18  18:49:03
2262         Log: Fixes test case failure introduced by #12071, the warning is
2263              now correctly spelled :-)
2264      Branch: perl
2265            ! ext/IO/lib/IO/t/io_sel.t
2266 ____________________________________________________________________________
2267 [ 12073] By: sky                                   on 2001/09/18  18:46:22
2268         Log: Make the test behave properly!
2269      Branch: perl
2270            ! ext/threads/t/basic.t
2271 ____________________________________________________________________________
2272 [ 12072] By: ams                                   on 2001/09/18  18:44:59
2273         Log: OP_RCATLINE is an SVOP, not a BASEOP.
2274      Branch: perl
2275            ! opcode.h opcode.pl
2276 ____________________________________________________________________________
2277 [ 12071] By: ams                                   on 2001/09/18  18:06:27
2278         Log: Deprecate != Depreciate.
2279      Branch: perl
2280            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Select.pm
2281            ! lib/Pod/ParseUtils.pm
2282 ____________________________________________________________________________
2283 [ 12070] By: ams                                   on 2001/09/18  15:14:58
2284         Log: Subject: [PATCH] Getopt::Std cleanup
2285              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2286              Date: Tue, 18 Sep 2001 17:32:13 +0200
2287              Message-Id: <20010918173213.C777@rafael>
2288      Branch: perl
2289            ! lib/Getopt/Std.pm lib/Getopt/Std.t
2290 ____________________________________________________________________________
2291 [ 12069] By: sky                                   on 2001/09/18  14:56:33
2292         Log: Forgot the makefile
2293      Branch: perl
2294            + ext/threads/Makefile.PL
2295 ____________________________________________________________________________
2296 [ 12068] By: sky                                   on 2001/09/18  14:13:26
2297         Log: Adds the thread 0.05 module. It is now moved to the core from CPAN.
2298              The test will fail because of Test.pm not knowing about threads. 
2299              basic needs to be manually tested
2300              compile time warnings on IV2PTR conversions need to be fixed
2301      Branch: perl
2302            + ext/threads/Changes ext/threads/README ext/threads/t/basic.t
2303            + ext/threads/threads.h ext/threads/threads.pm
2304            + ext/threads/threads.xs
2305            ! MANIFEST
2306 ____________________________________________________________________________
2307 [ 12067] By: jhi                                   on 2001/09/18  11:51:08
2308         Log: DJGPP tweak from Laszlo Molnar.
2309      Branch: perl
2310            ! djgpp/config.over
2311 ____________________________________________________________________________
2312 [ 12066] By: sky                                   on 2001/09/18  10:24:31
2313         Log: Changed how ownership of mutexes are held. We never hold a mutex only a slot indicating that we own the lock.
2314      Branch: perl
2315            ! sharedsv.c sharedsv.h
2316 ____________________________________________________________________________
2317 [ 12065] By: jhi                                   on 2001/09/18  00:00:09
2318         Log: Strip ^iso- from the Encode filenames to be 8.3-friendly,
2319              ditto ^cns.
2320      Branch: perl
2321            + ext/Encode/Encode/11643-1.enc ext/Encode/Encode/11643-2.enc
2322            + ext/Encode/Encode/2022-cn.enc ext/Encode/Encode/2022-jp.enc
2323            + ext/Encode/Encode/2022-jp1.enc ext/Encode/Encode/2022-jp2.enc
2324            + ext/Encode/Encode/2022-kr.enc ext/Encode/Encode/2022.enc
2325            + ext/Encode/Encode/8859-1.enc ext/Encode/Encode/8859-1.ucm
2326            + ext/Encode/Encode/8859-10.enc ext/Encode/Encode/8859-10.ucm
2327            + ext/Encode/Encode/8859-11.enc ext/Encode/Encode/8859-11.ucm
2328            + ext/Encode/Encode/8859-13.enc ext/Encode/Encode/8859-13.ucm
2329            + ext/Encode/Encode/8859-14.enc ext/Encode/Encode/8859-14.ucm
2330            + ext/Encode/Encode/8859-15.enc ext/Encode/Encode/8859-15.ucm
2331            + ext/Encode/Encode/8859-16.enc ext/Encode/Encode/8859-16.ucm
2332            + ext/Encode/Encode/8859-2.enc ext/Encode/Encode/8859-2.ucm
2333            + ext/Encode/Encode/8859-3.enc ext/Encode/Encode/8859-3.ucm
2334            + ext/Encode/Encode/8859-4.enc ext/Encode/Encode/8859-4.ucm
2335            + ext/Encode/Encode/8859-5.enc ext/Encode/Encode/8859-5.ucm
2336            + ext/Encode/Encode/8859-6.enc ext/Encode/Encode/8859-6.ucm
2337            + ext/Encode/Encode/8859-7.enc ext/Encode/Encode/8859-7.ucm
2338            + ext/Encode/Encode/8859-8.enc ext/Encode/Encode/8859-8.ucm
2339            + ext/Encode/Encode/8859-9.enc ext/Encode/Encode/8859-9.ucm
2340            + ext/Encode/Encode/ir-197.enc
2341            - ext/Encode/Encode/cns11643-1.enc
2342            - ext/Encode/Encode/cns11643-2.enc
2343            - ext/Encode/Encode/iso2022-cn.enc
2344            - ext/Encode/Encode/iso2022-jp.enc
2345            - ext/Encode/Encode/iso2022-jp1.enc
2346            - ext/Encode/Encode/iso2022-jp2.enc
2347            - ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
2348            - ext/Encode/Encode/iso8859-1.enc
2349            - ext/Encode/Encode/iso8859-1.ucm
2350            - ext/Encode/Encode/iso8859-10.enc
2351            - ext/Encode/Encode/iso8859-10.ucm
2352            - ext/Encode/Encode/iso8859-11.enc
2353            - ext/Encode/Encode/iso8859-11.ucm
2354            - ext/Encode/Encode/iso8859-13.enc
2355            - ext/Encode/Encode/iso8859-13.ucm
2356            - ext/Encode/Encode/iso8859-14.enc
2357            - ext/Encode/Encode/iso8859-14.ucm
2358            - ext/Encode/Encode/iso8859-15.enc
2359            - ext/Encode/Encode/iso8859-15.ucm
2360            - ext/Encode/Encode/iso8859-16.enc
2361            - ext/Encode/Encode/iso8859-16.ucm
2362            - ext/Encode/Encode/iso8859-2.enc
2363            - ext/Encode/Encode/iso8859-2.ucm
2364            - ext/Encode/Encode/iso8859-3.enc
2365            - ext/Encode/Encode/iso8859-3.ucm
2366            - ext/Encode/Encode/iso8859-4.enc
2367            - ext/Encode/Encode/iso8859-4.ucm
2368            - ext/Encode/Encode/iso8859-5.enc
2369            - ext/Encode/Encode/iso8859-5.ucm
2370            - ext/Encode/Encode/iso8859-6.enc
2371            - ext/Encode/Encode/iso8859-6.ucm
2372            - ext/Encode/Encode/iso8859-7.enc
2373            - ext/Encode/Encode/iso8859-7.ucm
2374            - ext/Encode/Encode/iso8859-8.enc
2375            - ext/Encode/Encode/iso8859-8.ucm
2376            - ext/Encode/Encode/iso8859-9.enc
2377            - ext/Encode/Encode/iso8859-9.ucm
2378            - ext/Encode/Encode/isoir-197.enc
2379            ! MANIFEST ext/Encode/Encode/Tcl.t ext/Encode/Makefile.PL
2380 ____________________________________________________________________________
2381 [ 12064] By: jhi                                   on 2001/09/17  23:53:38
2382         Log: Must Uppercase.
2383      Branch: perl
2384            ! ext/Encode/Encode.pm
2385 ____________________________________________________________________________
2386 [ 12063] By: jhi                                   on 2001/09/17  23:39:28
2387         Log: Add various encodings.
2388      Branch: perl
2389            + ext/Encode/Encode/iso8859-11.enc
2390            + ext/Encode/Encode/iso8859-11.ucm ext/Encode/Encode/koi8-f.enc
2391            + ext/Encode/Encode/koi8-f.ucm ext/Encode/Encode/koi8-u.enc
2392            + ext/Encode/Encode/koi8-u.ucm ext/Encode/Encode/nextstep.enc
2393            + ext/Encode/Encode/nextstep.ucm ext/Encode/Encode/roman8.enc
2394            + ext/Encode/Encode/roman8.ucm ext/Encode/Encode/viscii.enc
2395            + ext/Encode/Encode/viscii.ucm
2396            ! MANIFEST ext/Encode/Encode.pm
2397 ____________________________________________________________________________
2398 [ 12062] By: jhi                                   on 2001/09/17  22:48:21
2399         Log: lib/unicode relic.
2400      Branch: perl
2401            ! ext/Encode/compile
2402 ____________________________________________________________________________
2403 [ 12061] By: jhi                                   on 2001/09/17  20:50:16
2404         Log: Subject: [PATCH] Re: filename problems
2405              From: Michael G Schwern <schwern@pobox.com>
2406              Date: Mon, 17 Sep 2001 17:26:26 -0400
2407              Message-ID: <20010917172626.Q585@blackrider>
2408      Branch: perl
2409            + t/lib/sample-tests/head_end t/lib/sample-tests/head_fail
2410            - t/lib/sample-tests/header_at_end
2411            - t/lib/sample-tests/header_at_end_fail
2412            ! MANIFEST lib/Test/Harness/t/test-harness.t
2413 ____________________________________________________________________________
2414 [ 12060] By: jhi                                   on 2001/09/17  20:14:53
2415         Log: Explicitly explain the 1e9 seconds, not everybody
2416              is a C geek.
2417      Branch: perl
2418            ! ext/Time/HiRes/HiRes.pm
2419 ____________________________________________________________________________
2420 [ 12059] By: jhi                                   on 2001/09/17  20:07:20
2421         Log: Explain an apparent bug reported by
2422              Richard J. Barbalace <rjbarbal@MIT.EDU>,
2423              with additional explanation from Gisle Aas.
2424      Branch: perl
2425            ! ext/Time/HiRes/HiRes.pm
2426 ____________________________________________________________________________
2427 [ 12058] By: ams                                   on 2001/09/17  19:52:01
2428         Log: Subject: [PATCH t/lib/warnings/pp, t/lib/warnings/op] new tests
2429              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
2430              Date: Mon, 17 Sep 2001 22:48:05 +0200
2431              Message-Id: <20010917224805.C11744@rafael>
2432      Branch: perl
2433            ! t/lib/warnings/op t/lib/warnings/pp
2434 ____________________________________________________________________________
2435 [ 12057] By: ams                                   on 2001/09/17  16:51:18
2436         Log: Its a nit!
2437      Branch: perl
2438            ! sv.h
2439 ____________________________________________________________________________
2440 [ 12056] By: ams                                   on 2001/09/17  16:47:55
2441         Log: Subject: [PATCH perl@12023] waitpid enhancements for VMS
2442              From: "Craig A. Berry" <craigberry@mac.com>
2443              Date: Mon, 17 Sep 2001 12:34:20 -0500
2444              Message-Id: <5.1.0.14.0.20010916222208.0469cdf8@exchi01>
2445      Branch: perl
2446            ! vms/vms.c
2447 ____________________________________________________________________________
2448 [ 12055] By: ams                                   on 2001/09/17  16:05:15
2449         Log: Subject: [PATCH] Make CPAN.pm use Digest::MD5
2450              From: Gisle Aas <gisle@ActiveState.com>
2451              Date: 16 Apr 2001 16:20:34 -0700
2452              Message-ID: <lrlmp0sa7x.fsf@caliper.ActiveState.com>
2453              (Applied by hand.)
2454      Branch: perl
2455            ! lib/CPAN.pm lib/CPAN/Nox.pm
2456 ____________________________________________________________________________
2457 [ 12054] By: jhi                                   on 2001/09/17  14:06:26
2458         Log: Update Changes.
2459      Branch: perl
2460            ! Changes patchlevel.h
2461 ____________________________________________________________________________
2462 [ 12053] By: jhi                                   on 2001/09/17  13:45:26
2463         Log: Adding new files to the MANIFEST is always nice.
2464      Branch: perl
2465            ! MANIFEST
2466 ____________________________________________________________________________
2467 [ 12052] By: jhi                                   on 2001/09/17  13:12:31
2468         Log: Reindent the PerlIO files (suggested by NI-S), used
2469              indent -kr -nce -psl -sc -TSV -TAV -THV -TGV -TIV -TUV -TNV -TMAGIC -TFILE -TPerlIO -TPerlIO_list_t -TPerlIO_funcs -TPerlIO_pair_t
2470              (GNU indent).  Note that wholesale re-indenting might
2471              be nice, but that would break nice formatting/alignment
2472              of assignments, equality testing, and complex boolean
2473              expressions with lots of &s and |s.
2474      Branch: perl
2475            ! perlio.c perlio.h perliol.h
2476 ____________________________________________________________________________
2477 [ 12051] By: jhi                                   on 2001/09/17  12:55:53
2478         Log: Add a script for being 8.3-polite.
2479              The found conflicts are being worked on.
2480      Branch: perl
2481            + check83.pl
2482            ! MANIFEST Porting/pumpkin.pod
2483 ____________________________________________________________________________
2484 [ 12050] By: sky                                   on 2001/09/17  12:44:36
2485         Log: Fixes coredump introduced by 11755 and 11790. Thanks to Doug for
2486              finding it.
2487      Branch: perl
2488            ! sv.c
2489 ____________________________________________________________________________
2490 [ 12049] By: jhi                                   on 2001/09/17  11:55:07
2491         Log: Bump up versions because of #12041.
2492      Branch: perl
2493            ! ext/Devel/DProf/DProf.pm ext/IO/lib/IO/File.pm
2494            ! ext/IO/lib/IO/Pipe.pm lib/Fatal.pm lib/Time/gmtime.pm
2495            ! lib/Time/localtime.pm
2496 ____________________________________________________________________________
2497 [ 12048] By: jhi                                   on 2001/09/17  11:51:54
2498         Log: Bump the version number because of #12042.
2499      Branch: perl
2500            ! lib/CPAN/FirstTime.pm
2501 ____________________________________________________________________________
2502 [ 12047] By: ams                                   on 2001/09/17  11:21:40
2503         Log: Subject: Re: [PATCH] turn $a.=<F> into an RCATLINE
2504              From: Abhijit Menon-Sen <ams@wiw.org>
2505              Date: Mon, 17 Sep 2001 17:44:12 +0530
2506              Message-Id: <20010917174412.B7058@lustre.dyn.wiw.org>
2507      Branch: perl
2508            ! op.c
2509 ____________________________________________________________________________
2510 [ 12046] By: sky                                   on 2001/09/17  07:14:17
2511         Log: Subject: Re: t/op/ver.t using skip() improperly
2512              From: "chromatic" <chromatic@rmci.net>
2513              Date: Mon, 17 Sep 2001 00:22:29 -0600
2514              Message-ID: <20010917062713.47716.qmail@onion.perl.org>
2515      Branch: perl
2516            ! t/op/ver.t
2517 ____________________________________________________________________________
2518 [ 12045] By: nick                                  on 2001/09/17  07:12:14
2519         Log: Integrate mainline
2520      Branch: perlio
2521           +> t/op/chdir.t
2522           !> (integrate 117 files)
2523 ____________________________________________________________________________
2524 [ 12044] By: ams                                   on 2001/09/17  05:49:53
2525         Log: Subject: [PATCH lib/constant.pm] Major POD rewrite of constant.pm
2526              From: Ilmari Karonen <iltzu@sci.fi>
2527              Date: Mon, 17 Sep 2001 00:47:57 +0300 (EET DST)
2528              Message-Id: <Pine.SOL.3.96.1010917002916.13210A-100000@simpukka>
2529              (And $VERSION = '1.05'.)
2530      Branch: perl
2531            ! lib/constant.pm
2532 ____________________________________________________________________________
2533 [ 12043] By: ams                                   on 2001/09/17  05:44:50
2534         Log: Subject: Re: [BUG?] chdir(undef) == chdir() probably a bug
2535              From: Michael G Schwern <schwern@pobox.com>
2536              Date: Mon, 17 Sep 2001 07:49:04 +0200
2537              Message-Id: <20010917074904.V1588@blackrider>
2538              (Applied with tweaks to chdir.t and pp_sys.c hunks.)
2539      Branch: perl
2540            + t/op/chdir.t
2541            ! MANIFEST pp_sys.c
2542 ____________________________________________________________________________
2543 [ 12042] By: jhi                                   on 2001/09/17  02:54:13
2544         Log: Subject: Re: CPAN.pm needs some hacking 
2545              From: "chromatic" <chromatic@rmci.net>
2546              Date: Sun, 16 Sep 2001 16:46:29 -0600
2547              Message-ID: <20010916225113.5606.qmail@onion.perl.org>
2548      Branch: perl
2549            ! lib/CPAN/FirstTime.pm
2550 ____________________________________________________________________________
2551 [ 12041] By: jhi                                   on 2001/09/16  20:43:15
2552         Log: Change use|require 5.005_64 to use|require 5.6.1.
2553      Branch: perl
2554            ! ext/Data/Dumper/Dumper.pm ext/Devel/DProf/DProf.pm
2555            ! ext/IO/lib/IO/File.pm ext/IO/lib/IO/Handle.pm
2556            ! ext/IO/lib/IO/Pipe.pm ext/IO/lib/IO/Seekable.pm
2557            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/AutoSplit.pm
2558            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Command.pm
2559            ! lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
2560            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Mksymlists.pm
2561            ! lib/ExtUtils/Packlist.pm lib/Fatal.pm lib/FileHandle.pm
2562            ! lib/Math/Trig.pm lib/Net/Ping.pm lib/Net/hostent.pm
2563            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
2564            ! lib/Shell.pm lib/Tie/Array.pm lib/Tie/Handle.pm
2565            ! lib/Time/gmtime.pm lib/Time/localtime.pm lib/User/grent.pm
2566            ! lib/base.pm lib/fields.pm
2567 ____________________________________________________________________________
2568 [ 12040] By: jhi                                   on 2001/09/16  20:36:58
2569         Log: Bump up version numbers.
2570              
2571              TODO 1: double check that pre-5.6.1 CPAN.pm:s
2572              don't try to download 5.8.0 because of the
2573              version numbers.  Mainly this means using _00
2574              in the core version numbers.
2575              
2576              TODO 2: the "use 5.005_64" in many modules
2577              needs to be changed to, say, "use 5.6.1".
2578      Branch: perl
2579            ! ext/B/B/Assembler.pm ext/Data/Dumper/Dumper.pm
2580            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/CPAN.pm
2581            ! lib/ExtUtils/Embed.pm lib/ExtUtils/Install.pm
2582            ! lib/ExtUtils/Installed.pm lib/ExtUtils/Manifest.pm
2583            ! lib/File/Basename.pm lib/File/Copy.pm lib/File/Find.pm
2584            ! lib/File/Path.pm lib/File/Spec.pm lib/File/Spec/Functions.pm
2585            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
2586            ! lib/File/Spec/Win32.pm lib/FindBin.pm lib/Pod/Checker.pm
2587            ! lib/Pod/Find.pm lib/SelfLoader.pm lib/Shell.pm
2588            ! lib/Tie/Handle.pm lib/blib.pm lib/diagnostics.pm
2589            ! vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
2590 ____________________________________________________________________________
2591 [ 12039] By: jhi                                   on 2001/09/16  19:23:07
2592         Log: Use UCHARAT() as suggested by Inaba Hiroto.
2593      Branch: perl
2594            ! regexec.c
2595 ____________________________________________________________________________
2596 [ 12038] By: ams                                   on 2001/09/16  15:16:24
2597         Log: Subject: [PATCH] Re: Core module version numbers review
2598              From: Peter Scott <Peter@PSDT.com>
2599              Date: Sun, 16 Sep 2001 09:09:58 -0700
2600              Message-Id: <4.3.2.7.2.20010916090716.00b452a0@mail.webquarry.com>
2601      Branch: perl
2602            ! lib/perl5db.pl
2603 ____________________________________________________________________________
2604 [ 12037] By: jhi                                   on 2001/09/16  14:27:54
2605         Log: Supply more details on how lc/uc/lcfirst/ucfirst are
2606              not yet fully implemented.
2607      Branch: perl
2608            ! pod/perlfunc.pod pod/perlunicode.pod
2609 ____________________________________________________________________________
2610 [ 12036] By: jhi                                   on 2001/09/15  23:13:12
2611         Log: Subject: [patch] plug PL_beginav_save leak
2612              From: Doug MacEachern <dougm@covalent.net>
2613              Date: Sat, 15 Sep 2001 17:02:18 -0700 (PDT)
2614              Message-ID: <Pine.LNX.4.21.0109151659060.6089-100000@mako.covalent.net>
2615      Branch: perl
2616            ! perl.c
2617 ____________________________________________________________________________
2618 [ 12035] By: jhi                                   on 2001/09/15  23:12:28
2619         Log: (accidentally empty checkin)
2620      Branch: perl
2621            ! sv.c
2622 ____________________________________________________________________________
2623 [ 12034] By: jhi                                   on 2001/09/15  23:08:09
2624         Log: Subject: [patch] ithreads+PL_beginav_save
2625              From: Doug MacEachern <dougm@covalent.net>
2626              Date: Sat, 15 Sep 2001 16:53:01 -0700 (PDT)
2627              Message-ID: <Pine.LNX.4.21.0109151651050.6089-100000@mako.covalent.net>
2628      Branch: perl
2629            ! sv.c
2630 ____________________________________________________________________________
2631 [ 12033] By: jhi                                   on 2001/09/15  23:07:19
2632         Log: Subject: [PATCH] h2xs.PL with C::Scan
2633              From: Tim Jenness <t.jenness@jach.hawaii.edu>
2634              Date: Sat, 15 Sep 2001 13:41:28 -1000 (HST)
2635              Message-ID: <Pine.LNX.4.33.0109151338560.3075-100000@lapaki>
2636      Branch: perl
2637            ! utils/h2xs.PL
2638 ____________________________________________________________________________
2639 [ 12032] By: jhi                                   on 2001/09/15  18:43:20
2640         Log: Elaborate (well, make more vague, really) #12030.
2641      Branch: perl
2642            ! pod/perltodo.pod pod/perlunicode.pod
2643 ____________________________________________________________________________
2644 [ 12031] By: jhi                                   on 2001/09/15  18:37:07
2645         Log: Subject: [PATCH regexec.c] adding (U8) to case insensitive matching
2646              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2647              Date: Fri, 14 Sep 2001 20:58:30 -0400 (EDT)
2648              Message-ID: <Pine.GSO.4.21.0109142057490.12393-100000@crusoe.crusoe.net>
2649      Branch: perl
2650            ! regexec.c
2651 ____________________________________________________________________________
2652 [ 12030] By: jhi                                   on 2001/09/15  17:15:40
2653         Log: Document that the lc(), uc(), lcfirst(), ucfirst()
2654              are not yet complete.
2655      Branch: perl
2656            ! pod/perltodo.pod pod/perlunicode.pod
2657 ____________________________________________________________________________
2658 [ 12029] By: jhi                                   on 2001/09/15  13:53:42
2659         Log: Document what's still to be done on the regular expression
2660              Unicode support, based on the UTR#18.
2661      Branch: perl
2662            ! pod/perltodo.pod pod/perlunicode.pod
2663 ____________________________________________________________________________
2664 [ 12028] By: jhi                                   on 2001/09/15  12:37:31
2665         Log: Regen headers.
2666      Branch: perl
2667            ! embedvar.h perlapi.h
2668 ____________________________________________________________________________
2669 [ 12027] By: jhi                                   on 2001/09/15  12:33:49
2670         Log: Subject: Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & (??{CODE}) regex 
2671              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
2672              Date: Sun, 09 Sep 2001 18:41:54 +0100
2673              Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk>
2674      Branch: perl
2675            ! Porting/findvars ext/ByteLoader/bytecode.h
2676            ! ext/Thread/Thread.xs mg.c op.c perl.c perl.h pp_ctl.c sv.c
2677            ! t/run/kill_perl.t thrdvar.h toke.c util.c wince/perldll.def
2678 ____________________________________________________________________________
2679 [ 12026] By: gsar                                  on 2001/09/15  04:04:04
2680         Log: enable most warnings for windows build; fix the various typecasting
2681              nits that showed up (no bugfixes here)
2682      Branch: maint-5.6/perl
2683            ! av.c cop.h doop.c dump.c ext/Devel/Peek/Peek.xs
2684            ! ext/POSIX/POSIX.xs gv.c hv.c mg.c op.c perl.c perl.h perly.c
2685            ! perly.y pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c
2686            ! sv.c toke.c universal.c utf8.c util.c vms/perly_c.vms
2687            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
2688            ! x2p/walk.c
2689 ____________________________________________________________________________
2690 [ 12025] By: jhi                                   on 2001/09/14  22:22:58
2691         Log: Integrate change #12024 from maintperl
2692              (a local() precedence bug)
2693      Branch: perl
2694           !> lib/ExtUtils/Install.pm
2695 ____________________________________________________________________________
2696 [ 12024] By: gsar                                  on 2001/09/14  22:11:06
2697         Log: fix local() precedence bug in change#8311, came into maint-5.6 as
2698              change#8642
2699      Branch: maint-5.6/perl
2700            ! lib/ExtUtils/Install.pm
2701 ____________________________________________________________________________
2702 [ 12023] By: jhi                                   on 2001/09/14  15:04:16
2703         Log: Update Changes.
2704      Branch: perl
2705            ! Changes patchlevel.h
2706 ____________________________________________________________________________
2707 [ 12022] By: jhi                                   on 2001/09/14  14:49:52
2708         Log: Subject: Re: [ID 20010911.001] Not OK: perl v5.7.2 +DEVEL11978 on
2709              From: "chromatic" <chromatic@rmci.net>
2710              Date: Fri, 14 Sep 2001 09:44:57 -0600 
2711              Message-ID: <20010914154936.70059.qmail@onion.perl.org>
2712      Branch: perl
2713            ! lib/ExtUtils/Manifest.t
2714 ____________________________________________________________________________
2715 [ 12021] By: jhi                                   on 2001/09/14  14:46:36
2716         Log: Hopefully better skipping of the Complete.t tests
2717              in case of not a tty. 
2718      Branch: perl
2719            ! lib/Term/Complete.t t/op/stat.t
2720 ____________________________________________________________________________
2721 [ 12020] By: jhi                                   on 2001/09/14  14:10:44
2722         Log: Subject: [PATCH regexec.c] more jumpables, and hit-bit bug
2723              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
2724              Date: Fri, 14 Sep 2001 09:58:24 -0400 (EDT)
2725              Message-ID: <Pine.GSO.4.21.0109140955250.12393-100000@crusoe.crusoe.net>     
2726      Branch: perl
2727            ! regexec.c t/op/pat.t
2728 ____________________________________________________________________________
2729 [ 12019] By: jhi                                   on 2001/09/14  14:02:59
2730         Log: Subject: Re: unterminated C<...> at line 426 in file perlport.pod
2731              From: Robin Barker <rmb1@cise.npl.co.uk>
2732              Date: Fri, 14 Sep 2001 16:01:11 +0100 (BST)
2733              Message-Id: <200109141501.QAA13044@tempest.npl.co.uk>
2734      Branch: perl
2735            ! pod/perlport.pod
2736 ____________________________________________________________________________
2737 [ 12018] By: jhi                                   on 2001/09/14  13:55:56
2738         Log: NetWare tweaks from Ananth Kesari.
2739      Branch: perl
2740            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
2741            ! NetWare/nwutil.h
2742 ____________________________________________________________________________
2743 [ 12017] By: jhi                                   on 2001/09/14  13:50:08
2744         Log: Subject: unterminated C<...> at line 426 in file perlport.pod
2745              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
2746              Date: Fri, 14 Sep 2001 10:51:13 +0200
2747              Message-Id: <20010914103300.4B59.H.M.BRAND@hccnet.nl>
2748      Branch: perl
2749            ! pod/perlport.pod
2750 ____________________________________________________________________________
2751 [ 12016] By: jhi                                   on 2001/09/14  13:28:08
2752         Log: Subject: Re: [PATCH 2 pl2pm.PL]
2753              From: Joe Smith <Joe.Smith@inwap.com>
2754              Date: Fri, 14 Sep 2001 00:13:32 -0700
2755              Message-Id: <3BA1AE1C.64313CEE@inwap.com>                 
2756              
2757              Eradicate qu.
2758      Branch: perl
2759            ! keywords.h keywords.pl utils/pl2pm.PL
2760 ____________________________________________________________________________
2761 [ 12015] By: jhi                                   on 2001/09/14  02:38:23
2762         Log: Retract #12013, didn't go over too well in Tru64.
2763      Branch: perl
2764            ! embed.h embed.pl sv.h
2765 ____________________________________________________________________________
2766 [ 12014] By: jhi                                   on 2001/09/14  02:31:05
2767         Log: Subject: [PATCH] Execute files of debugger commands
2768              From: Peter Scott <Peter@PSDT.com>
2769              Date: Thu, 13 Sep 2001 15:26:31 -0700
2770              Message-Id: <4.3.2.7.2.20010913115845.00b22100@mail.webquarry.com>
2771      Branch: perl
2772            ! lib/perl5db.pl pod/perldebug.pod
2773 ____________________________________________________________________________
2774 [ 12013] By: jhi                                   on 2001/09/14  02:25:05
2775         Log: (Retracted by #12015)
2776              Subject: [proposed PATCH] Re: perl@11920
2777              From: Nicholas Clark <nick@ccl4.org>
2778              Date: Wed, 12 Sep 2001 23:46:09 +0100
2779              Message-ID: <20010912234609.H4971@plum.flirble.org>     
2780      Branch: perl
2781            ! embed.h embed.pl sv.h
2782 ____________________________________________________________________________
2783 [ 12012] By: jhi                                   on 2001/09/14  02:12:02
2784         Log: ucblib shouldn't be linked against in nonstop-ux,
2785              from Tom Bates.
2786      Branch: perl
2787            ! hints/nonstopux.sh
2788 ____________________________________________________________________________
2789 [ 12011] By: jhi                                   on 2001/09/13  12:54:51
2790         Log: Do stty only if we have stty.
2791              
2792              TODO: non-UNIX platforms.  Solaris and /usr/ucb/stty?
2793      Branch: perl
2794            ! lib/Term/Complete.pm
2795 ____________________________________________________________________________
2796 [ 12010] By: jhi                                   on 2001/09/13  12:44:28
2797         Log: Skip the test if not running on a tty.
2798      Branch: perl
2799            ! lib/Term/Complete.t
2800 ____________________________________________________________________________
2801 [ 12009] By: jhi                                   on 2001/09/13  12:01:56
2802         Log: Regen headers.
2803      Branch: perl
2804            ! embed.h opcode.h pod/perlapi.pod proto.h
2805 ____________________________________________________________________________
2806 [ 12008] By: jhi                                   on 2001/09/12  17:51:32
2807         Log: Subject: [PATCH op.c] Re: perl@12003
2808              From: Robin Barker <rmb1@cise.npl.co.uk>
2809              Date: Wed, 12 Sep 2001 19:00:38 +0100 (BST)
2810              Message-Id: <200109121800.TAA05256@tempest.npl.co.uk>
2811      Branch: perl
2812            ! op.c
2813 ____________________________________________________________________________
2814 [ 12007] By: jhi                                   on 2001/09/12  17:49:39
2815         Log: Subject: [PATCH sv.c] may be uninitialized warning forperl@12003
2816              From: Robin Barker <rmb1@cise.npl.co.uk>
2817              Date: Wed, 12 Sep 2001 19:00:31 +0100 (BST)
2818              Message-Id: <200109121800.TAA05250@tempest.npl.co.uk>
2819      Branch: perl
2820            ! sv.c
2821 ____________________________________________________________________________
2822 [ 12006] By: jhi                                   on 2001/09/12  17:41:49
2823         Log: Upgrade to Memoize 0.66.
2824      Branch: perl
2825            ! lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
2826            ! lib/Memoize/Expire.pm lib/Memoize/README lib/Memoize/TODO
2827            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
2828 ____________________________________________________________________________
2829 [ 12005] By: jhi                                   on 2001/09/12  13:14:59
2830         Log: Subject: [ID 20010912.007] substr reference core dump
2831              From: me-01@ton.iguana.be
2832              Date: 12 Sep 2001 14:11:16 -0000
2833              Message-Id: <20010912141116.6058.qmail@quasar.home.lunix>
2834      Branch: perl
2835            ! mg.c
2836 ____________________________________________________________________________
2837 [ 12004] By: ams                                   on 2001/09/12  01:13:49
2838         Log: Subject: [PATCH perlfaq4.pod] Deobfuscate Fisher-Yates example code
2839              From: Ilmari Karonen <iltzu@sci.fi>
2840              Date: Tue, 11 Sep 2001 23:31:25 +0300 (EET DST)
2841              Message-Id: <Pine.SOL.3.96.1010911231925.688A-100000@simpukka>
2842      Branch: perl
2843            ! pod/perlfaq4.pod
2844 ____________________________________________________________________________
2845 [ 12003] By: jhi                                   on 2001/09/11  13:02:37
2846         Log: Update Changes.
2847      Branch: perl
2848            ! Changes patchlevel.h
2849 ____________________________________________________________________________
2850 [ 12002] By: jhi                                   on 2001/09/11  11:50:48
2851         Log: NetWare update from Ananth Kesari.
2852      Branch: perl
2853            ! NetWare/NWUtil.c NetWare/Nwmain.c NetWare/Nwpipe.c
2854            ! NetWare/config.wc NetWare/config_H.wc NetWare/nwutil.h
2855 ____________________________________________________________________________
2856 [ 12001] By: jhi                                   on 2001/09/11  11:40:51
2857         Log: Retract #11984: div() being redefined, and 1397
2858              failing on 64-bit platforms.
2859      Branch: perl
2860            ! lib/Math/BigInt/Calc.pm
2861 ____________________________________________________________________________
2862 [ 12000] By: jhi                                   on 2001/09/11  11:19:07
2863         Log: Metaconfig unit change for #11999.
2864      Branch: metaconfig
2865            ! U/protos/d_lseekproto.U
2866 ____________________________________________________________________________
2867 [ 11999] By: jhi                                   on 2001/09/11  11:18:36
2868         Log: The lseek fix (#11991) was no fix.
2869      Branch: perl
2870            ! Configure
2871 ____________________________________________________________________________
2872 [ 11998] By: sky                                   on 2001/09/11  07:52:06
2873         Log: Subject: [PATCH] Encode.pm add UCS-2 little endian support
2874              From: Matt Sergeant <MSergeant@star.net.uk>
2875              Date: Tue, 11 Sep 2001 09:22:32 +0100
2876              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B9003C@UKS040>
2877      Branch: perl
2878            ! ext/Encode/Encode.pm
2879 ____________________________________________________________________________
2880 [ 11997] By: sky                                   on 2001/09/11  06:35:29
2881         Log: Sometimes dTHX is added because it is needed on non 
2882              gnuc platforms, but not needed there. This uses GCC
2883              to silence GCC specific warnings by marking pTHX as 
2884              unused.
2885      Branch: perl
2886            ! perl.h
2887 ____________________________________________________________________________
2888 [ 11996] By: nick                                  on 2001/09/11  06:25:27
2889         Log: Integrate mainline
2890      Branch: perlio
2891            - ext/POSIX/sigaction.t lib/File/Find/taint.t
2892           !> lib/CGI/t/carp.t lib/Test/Simple/t/simple.t t/op/crypt.t
2893 ____________________________________________________________________________
2894 [ 11995] By: nick                                  on 2001/09/11  06:23:39
2895         Log: Part Integrate mainline
2896      Branch: perlio
2897           +> (branch 69 files)
2898            - ext/Cwd/Cwd.t ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t
2899            - ext/POSIX/POSIX.t lib/Attribute/Handlers/test.pl
2900            - lib/Env/array.t lib/Env/env.t lib/File/Find/find.t
2901            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
2902            - lib/Switch/t/switch_case.t lib/Test/Harness.t
2903            - lib/Test/More/Changes lib/Test/More/t/More.t
2904            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
2905            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
2906            - lib/Text/Balanced.pod lib/Text/Balanced/t/genxt.t
2907            - lib/Text/Balanced/t/xbrak.t lib/Text/Balanced/t/xcode.t
2908            - lib/Text/Balanced/t/xdeli.t lib/Text/Balanced/t/xmult.t
2909            - lib/Text/Balanced/t/xquot.t lib/Text/Balanced/t/xtagg.t
2910            - lib/Text/Balanced/t/xvari.t objXSUB.h t/lib/MyFilter.pm
2911            - t/lib/Test/More/Catch.pm wince/perl.ico
2912           !> (integrate 197 files)
2913 ____________________________________________________________________________
2914 [ 11994] By: jhi                                   on 2001/09/11  03:12:44
2915         Log: Subject: Re: [PATCH] Encode.pm docs fix
2916              From: Gisle Aas <gisle@ActiveState.com>
2917              Date: 10 Sep 2001 11:27:02 -0700
2918              Message-ID: <lrwv363nrd.fsf@caliper.ActiveState.com>
2919      Branch: perl
2920            ! ext/Encode/Encode.pm
2921 ____________________________________________________________________________
2922 [ 11993] By: jhi                                   on 2001/09/11  02:27:25
2923         Log: Fix unpack U to be the reverse of pack U
2924              (but implement unpack U0U as a backdoor to get
2925              the UTF-8 malformed warnings from un-UTF-8 data)
2926      Branch: perl
2927            ! pod/perlunicode.pod pp_pack.c t/op/pack.t t/op/utf8decode.t
2928 ____________________________________________________________________________
2929 [ 11992] By: jhi                                   on 2001/09/11  00:14:24
2930         Log: Metaconfig unit change for #11991;
2931              delete an unused unit (d_strtoull.U is the one used)
2932      Branch: metaconfig
2933            ! U/protos/d_lseekproto.U
2934      Branch: metaconfig/U/perl
2935            - strtoull.U
2936 ____________________________________________________________________________
2937 [ 11991] By: jhi                                   on 2001/09/11  00:14:01
2938         Log: Subject: [PATCH] Configure not recording lseek proto
2939              From: Blair Zajac <blair@orcaware.com>
2940              Date: Mon, 10 Sep 2001 17:52:37 -0700
2941              Message-ID: <3B9D6055.BA334A31@orcaware.com>
2942              
2943              plus regen Configure.
2944      Branch: perl
2945            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
2946            ! config_h.SH uconfig.h
2947 ____________________________________________________________________________
2948 [ 11990] By: jhi                                   on 2001/09/10  23:59:25
2949         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?)))                  
2950              From: Nicholas Clark <nick@ccl4.org>
2951              Date: Tue, 11 Sep 2001 00:00:31 +0100
2952              Message-ID: <20010911000031.G1512@plum.flirble.org>
2953      Branch: perl
2954            + t/op/qq.t
2955            ! MANIFEST numeric.c perl.h regcomp.c t/op/pat.t toke.c
2956 ____________________________________________________________________________
2957 [ 11989] By: jhi                                   on 2001/09/10  23:31:45
2958         Log: Subject: [PATCH] Building on win32 w/o perlio
2959              From: "Mattia Barbon" <mbarbon@dsi.unive.it>
2960              Date: Mon, 10 Sep 2001 23:38:46 +0200
2961              Message-ID: <3B9D4F06.14433.2C37644@localhost>
2962      Branch: perl
2963            ! perl.c win32/Makefile win32/makefile.mk
2964 ____________________________________________________________________________
2965 [ 11988] By: jhi                                   on 2001/09/10  23:26:40
2966         Log: Subject: [PATCH MANIFEST lib/CGI/t/push.t] New Test for CGI::Push
2967              From: "chromatic" <chromatic@rmci.net>
2968              Date: Mon, 10 Sep 2001 15:14:01 -0600
2969              Message-ID: <20010910211833.30177.qmail@onion.perl.org>
2970      Branch: perl
2971            + lib/CGI/t/push.t
2972            ! MANIFEST
2973 ____________________________________________________________________________
2974 [ 11987] By: jhi                                   on 2001/09/10  23:24:11
2975         Log: Subject: avoiding hoardes of zombies
2976              From: Nicholas Clark <nick@ccl4.org>
2977              Date: Mon, 10 Sep 2001 22:00:40 +0100
2978              Message-ID: <20010910220040.C1512@plum.flirble.org>
2979      Branch: perl
2980            ! pod/perlipc.pod
2981 ____________________________________________________________________________
2982 [ 11986] By: jhi                                   on 2001/09/10  23:22:10
2983         Log: Subject: PATCH Resubmission  - was Re: [ID 20010902.001] v strings over 2*31 barf
2984              From: John Peacock <jpeacock@rowman.com>
2985              Date: Mon, 10 Sep 2001 16:34:30 -0400
2986              Message-ID: <3B9D23D6.90BCCC25@rowman.com>
2987      Branch: perl
2988            ! sv.c t/op/ver.t utf8.h
2989 ____________________________________________________________________________
2990 [ 11985] By: ams                                   on 2001/09/10  23:20:13
2991         Log: Typo fixed by Blair Zajac in <3B9D284C.23B8D20B@orcaware.com>.
2992      Branch: perl
2993            ! MANIFEST
2994 ____________________________________________________________________________
2995 [ 11984] By: jhi                                   on 2001/09/10  23:09:31
2996         Log: (Retracted by #12001)
2997              Subject: Calc with USE_MUL/USE_DIV
2998              From: Tels <perl_dummy@bloodgate.com>
2999              Date: Fri, 07 Sep 2001 18:52:08 +0200 (CEST)
3000              Message-Id: <200109071651.TAA11249@tiku.hut.fi>
3001      Branch: perl
3002            ! lib/Math/BigInt/Calc.pm
3003 ____________________________________________________________________________
3004 [ 11983] By: jhi                                   on 2001/09/10  22:37:14
3005         Log: Subject: [PATCH op.c] Re: perl@11978
3006              From: Robin Barker <rmb1@cise.npl.co.uk>
3007              Date: Mon, 10 Sep 2001 18:58:01 +0100 (BST)
3008              Message-Id: <200109101758.SAA07670@tempest.npl.co.uk>
3009              
3010              Format errors.
3011      Branch: perl
3012            ! op.c
3013 ____________________________________________________________________________
3014 [ 11982] By: jhi                                   on 2001/09/10  22:35:57
3015         Log: Switch PADOFFSET back to U32 both because of binary backward
3016              compatibility and because Arthur seems to have been fixing the
3017              problems with naughty integer-pointer casting.
3018      Branch: perl
3019            ! op.h
3020 ____________________________________________________________________________
3021 [ 11981] By: ams                                   on 2001/09/10  16:31:43
3022         Log: Subject: [PATCH MANIFEST, lib/ExtUtils/Command.pm, lib/ExtUtils/Command.t]
3023              Fix Pod Typo, Add Test for ExtUtils::Command
3024              From: "chromatic" <chromatic@rmci.net>
3025              Date: Mon, 10 Sep 2001 11:20:56 -0600
3026              Message-Id: <20010910172528.54160.qmail@onion.perl.org>
3027      Branch: perl
3028            + lib/ExtUtils/Command.t
3029            ! MANIFEST lib/ExtUtils/Command.pm
3030 ____________________________________________________________________________
3031 [ 11980] By: jhi                                   on 2001/09/10  13:29:35
3032         Log: Subject: [PATCH] Encode.pm docs fix
3033              From: Matt Sergeant <MSergeant@star.net.uk>
3034              Date: Mon, 10 Sep 2001 15:24:01 +0100
3035              Message-ID: <315E8A8BF9D1D411AD3D00508BB1B0C004B90035@UKS040>     
3036      Branch: perl
3037            ! ext/Encode/Encode.pm
3038 ____________________________________________________________________________
3039 [ 11979] By: jhi                                   on 2001/09/10  13:17:48
3040         Log: Update Changes.
3041      Branch: perl
3042            ! Changes patchlevel.h
3043 ____________________________________________________________________________
3044 [ 11978] By: jhi                                   on 2001/09/10  12:59:40
3045         Log: Revert #11973, the dTHX seems to be needed in there
3046              for threaded builds.
3047      Branch: perl
3048            ! perlio.c
3049 ____________________________________________________________________________
3050 [ 11977] By: jhi                                   on 2001/09/10  12:55:47
3051         Log: Detypo.
3052      Branch: perl
3053            ! pod/perlguts.pod
3054 ____________________________________________________________________________
3055 [ 11976] By: jhi                                   on 2001/09/10  12:46:34
3056         Log: Further Class::Struct patching from Damian.
3057              
3058              The new new semantics are:
3059              
3060              * If you pass an initializer for a nested object, it has to be:
3061              a) a reference to an object of that class, or      
3062              b) a reference to an object of a subclass of that class, or
3063              c) a reference to a hash of arguments to be passed to the
3064              class's constructor
3065              * If you pass no initializer for a nested object, the attribute
3066              is initialized to C<undef>
3067      Branch: perl
3068            ! lib/Class/Struct.pm
3069 ____________________________________________________________________________
3070 [ 11975] By: jhi                                   on 2001/09/10  12:42:24
3071         Log: Skip the crypt test if no crypt.
3072      Branch: perl
3073            ! t/op/crypt.t
3074 ____________________________________________________________________________
3075 [ 11974] By: jhi                                   on 2001/09/10  12:39:25
3076         Log: Warn against using bare v-strings as IP addresses
3077              (okay if using the wrappers from Socket)
3078      Branch: perl
3079            ! pod/perldata.pod pod/perlport.pod
3080 ____________________________________________________________________________
3081 [ 11973] By: sky                                   on 2001/09/10  11:57:58
3082         Log: Remove unused dTHX. Silenced another warning.
3083      Branch: perl
3084            ! perlio.c
3085 ____________________________________________________________________________
3086 [ 11972] By: sky                                   on 2001/09/10  11:54:25
3087         Log: Silence some more warnings INT2PTR.
3088      Branch: perl
3089            ! pp.c pp_ctl.c sharedsv.c sv.c taint.c
3090 ____________________________________________________________________________
3091 [ 11971] By: sky                                   on 2001/09/10  11:21:50
3092         Log: Silence another ITHREAD 64bit INT/32bit PTR warning.
3093      Branch: perl
3094            ! cop.h
3095 ____________________________________________________________________________
3096 [ 11970] By: sky                                   on 2001/09/10  11:17:25
3097         Log: Apply INT2PTR with force to silence warnings from
3098              PM_GETRE and friends. No more warnings with 64bit 
3099              IVs and 32bit pointers.    
3100      Branch: perl
3101            ! op.c op.h perl.c
3102 ____________________________________________________________________________
3103 [ 11969] By: sky                                   on 2001/09/10  10:13:02
3104         Log: Removed reference of -DPERL_CUSTOM_OPS in the documentation.
3105      Branch: perl
3106            ! pod/perlguts.pod
3107 ____________________________________________________________________________
3108 [ 11968] By: sky                                   on 2001/09/10  10:02:51
3109         Log: Remove #ifdef PERL_CUSTOM_OPS, always build with PERL_CUSTOM_OPS
3110              Rename to custop_op_name to Perl_custom_op_name to match perlapi
3111              Clone the hashtable PL_custom_op_names and PL_custop_op_descs in 
3112              perl_clone.
3113      Branch: perl
3114            ! embed.pl intrpvar.h makedef.pl op.c opcode.pl sv.c
3115 ____________________________________________________________________________
3116 [ 11967] By: jhi                                   on 2001/09/10  03:14:35
3117         Log: Using strlen() not good on embedded nul bytes.
3118      Branch: perl
3119            ! regcomp.c
3120 ____________________________________________________________________________
3121 [ 11966] By: ams                                   on 2001/09/09  21:06:13
3122         Log: Subject: Re: [ID 20010810.011] 'use v2b' not allowed with strict
3123              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3124              Date: Mon, 13 Aug 2001 22:51:59 +0200
3125              Message-ID: <20010813225159.C6681@rafael>
3126              (Applied with several tweaks.)
3127      Branch: perl
3128            ! embed.h embed.pl proto.h toke.c
3129 ____________________________________________________________________________
3130 [ 11965] By: jhi                                   on 2001/09/09  14:40:39
3131         Log: The exact error message is system-dependent.
3132      Branch: perl
3133            ! lib/ExtUtils/Manifest.t
3134 ____________________________________________________________________________
3135 [ 11964] By: jhi                                   on 2001/09/09  14:38:05
3136         Log: Add Windows and Mac Sami support to Encode
3137              (http://www.egt.ie/standards/se/sami-teastabaiki.html)
3138      Branch: perl
3139            + ext/Encode/Encode/isoir-197.enc ext/Encode/Encode/macSami.enc
3140            ! MANIFEST
3141 ____________________________________________________________________________
3142 [ 11963] By: jhi                                   on 2001/09/09  13:54:07
3143         Log: Use the tried method.
3144      Branch: perl
3145            ! pod/perlport.pod
3146 ____________________________________________________________________________
3147 [ 11962] By: jhi                                   on 2001/09/09  13:46:59
3148         Log: Can't count parentheses.
3149      Branch: perl
3150            ! ext/IO/lib/IO/Socket/INET.pm
3151 ____________________________________________________________________________
3152 [ 11961] By: jhi                                   on 2001/09/09  13:34:12
3153         Log: perlport additions: 1 while unlink, add/delete directory
3154              entries and permissions, cygwin stat funkiness (from Michael
3155              Schwern and Nicholas Clark)
3156      Branch: perl
3157            ! pod/perlport.pod
3158 ____________________________________________________________________________
3159 [ 11960] By: jhi                                   on 2001/09/09  13:19:12
3160         Log: blib does have a detectable test.
3161      Branch: perl
3162            ! t/lib/1_compile.t
3163 ____________________________________________________________________________
3164 [ 11959] By: jhi                                   on 2001/09/09  13:16:43
3165         Log: Subject: [PATCH MANIFEST, lib/Term/Complete.t] Add Test for Term::Complete
3166              From: "chromatic" <chromatic@rmci.net>
3167              Date: Sat, 08 Sep 2001 19:33:42 -0600
3168              Message-ID: <20010909013810.11522.qmail@onion.perl.org>
3169      Branch: perl
3170            + lib/Term/Complete.t
3171            ! MANIFEST
3172 ____________________________________________________________________________
3173 [ 11958] By: jhi                                   on 2001/09/09  13:09:02
3174         Log: Subject: [PATCH MANIFEST lib/Test/Tutorial.pod] Test::Tutorial?
3175              From: Michael G Schwern <schwern@pobox.com> 
3176              Date: Sat, 8 Sep 2001 02:40:26 -0400
3177              Message-ID: <20010908024026.A26283@blackrider>
3178      Branch: perl
3179            + lib/Test/Tutorial.pod
3180            ! MANIFEST
3181 ____________________________________________________________________________
3182 [ 11957] By: jhi                                   on 2001/09/09  13:03:33
3183         Log: Try to look up protocol (by name) only iff it has non-numbers:
3184              nice if the server is in a chrooted environment (no /etc/protocols,
3185              server code using hardcorded protocol numbers like 6 for tcp),
3186              suggested by John Holdsworth <coldwave@bigfoot.com>.
3187              In other words, if we are given a number, why look it up again
3188              (by number)?
3189      Branch: perl
3190            ! ext/IO/lib/IO/Socket/INET.pm
3191 ____________________________________________________________________________
3192 [ 11956] By: jhi                                   on 2001/09/09  12:53:12
3193         Log: Subject: [PATCH regcomp.c] zero-width assertions CAN be ?'d
3194              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3195              Date: Sat, 8 Sep 2001 15:42:30 -0400 (EDT) 
3196              Message-ID: <Pine.GSO.4.21.0109081535480.24489-100000@crusoe.crusoe.net>
3197              
3198              Subject: Re: [PATCH t/op/misc.t] regcomp.c patch broke test 
3199              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3200              Date: Sat, 8 Sep 2001 18:33:12 -0400 (EDT)
3201              Message-ID: <Pine.GSO.4.21.0109081832030.24489-100000@crusoe.crusoe.net>
3202              Subject: [PATCH t/lib/warnings/regcomp] (?=...)? gives no warning now
3203              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3204              Date: Sat, 8 Sep 2001 18:37:22 -0400 (EDT)
3205              Message-ID: <Pine.GSO.4.21.0109081835340.24489-100000@crusoe.crusoe.net>
3206      Branch: perl
3207            ! regcomp.c t/lib/warnings/regcomp t/run/kill_perl.t
3208 ____________________________________________________________________________
3209 [ 11955] By: ams                                   on 2001/09/09  02:54:21
3210         Log: Subject: Re: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
3211              From: "Craig A. Berry" <craigberry@mac.com>
3212              Date: Sat, 08 Sep 2001 19:02:16 -0500
3213              Message-Id: <5.1.0.14.0.20010908185936.01aadcc0@mail.mac.com>
3214      Branch: perl
3215            ! lib/CGI/t/carp.t
3216 ____________________________________________________________________________
3217 [ 11954] By: jhi                                   on 2001/09/09  02:30:39
3218         Log: Documentation tweaks; think the IP address as an opaque string.
3219      Branch: perl
3220            ! ext/Socket/Socket.pm
3221 ____________________________________________________________________________
3222 [ 11953] By: jhi                                   on 2001/09/09  00:32:05
3223         Log: Subject: [REPATCH] Re: [PATCH] new test lib/blib.t
3224              From: Michael G Schwern <schwern@pobox.com>
3225              Date: Sat, 8 Sep 2001 19:45:46 -0400
3226              Message-ID: <20010908194546.C9193@blackrider>
3227      Branch: perl
3228            + lib/blib.t
3229            ! MANIFEST lib/blib.pm t/lib/1_compile.t
3230 ____________________________________________________________________________
3231 [ 11952] By: jhi                                   on 2001/09/09  00:27:15
3232         Log: Subject: [PATCH MANIFEST, lib/CGI/t/fast.t] Added Test for CGI::Fast
3233              From: "chromatic" <chromatic@rmci.net>
3234              Date: Sat, 08 Sep 2001 12:31:44 -0600
3235              Message-ID: <20010908183612.49960.qmail@onion.perl.org>
3236      Branch: perl
3237            + lib/CGI/t/fast.t
3238            ! MANIFEST
3239 ____________________________________________________________________________
3240 [ 11951] By: jhi                                   on 2001/09/09  00:24:07
3241         Log: The Socket tests were wrong: they were assuming too much.
3242      Branch: perl
3243            ! ext/Socket/Socket.pm ext/Socket/Socket.t ext/Socket/Socket.xs
3244 ____________________________________________________________________________
3245 [ 11950] By: jhi                                   on 2001/09/08  20:09:07
3246         Log: Retract the portability changes since they
3247              seem to have opened a can of worms... will
3248              go back to UNICOS/mk and do the bare minimum
3249              required to get the tests working.
3250      Branch: perl
3251            ! ext/Socket/Socket.xs
3252 ____________________________________________________________________________
3253 [ 11949] By: jhi                                   on 2001/09/08  19:48:20
3254         Log: PADOFFSET is used to cast pointers into integers,
3255              if pointers are 64 bits and U32 32 bits,
3256              bad things may happen, or at least warnings issued.
3257      Branch: perl
3258            ! op.h
3259 ____________________________________________________________________________
3260 [ 11948] By: jhi                                   on 2001/09/08  18:50:07
3261         Log: Still more Socket portability tweaking.
3262              Now Socket.t seems to be happy in all of
3263              Linux/x86, Tru64/alpha, Solaris/sparc,
3264              IRIX/MIPS (both 32-bit and 64-bit), and UNICOS/mk/alpha.
3265              
3266              Addendum: it seems that io_multihomed, io_sock, and hostent
3267              were broken in little-endians (linux/x86 and tru64/alpha)
3268              because of this change.  Argh.
3269      Branch: perl
3270            ! ext/Socket/Socket.xs
3271 ____________________________________________________________________________
3272 [ 11947] By: jhi                                   on 2001/09/08  17:23:23
3273         Log: More portability kicking on inet_ntoa().
3274      Branch: perl
3275            ! ext/Socket/Socket.xs
3276 ____________________________________________________________________________
3277 [ 11946] By: jhi                                   on 2001/09/08  15:09:58
3278         Log: Subject: [REPATCH] Re: [PATCH MANIFEST, lib/ExtUtils/Manifest.t] Another New Test
3279              From: Michael G Schwern <schwern@pobox.com> 
3280              Date: Fri, 7 Sep 2001 23:06:51 -0400
3281              Message-ID: <20010907230651.R606@blackrider>
3282      Branch: perl
3283            + lib/ExtUtils/Manifest.t
3284            ! MANIFEST lib/ExtUtils/MM_Unix.pm lib/ExtUtils/Manifest.pm
3285 ____________________________________________________________________________
3286 [ 11945] By: jhi                                   on 2001/09/08  14:49:15
3287         Log: Subject: Re: [PATCH MANIFEST, lib/ExtUtils/testlib.t] More Tests
3288              From: "chromatic" <chromatic@rmci.net>
3289              Date: Fri, 07 Sep 2001 17:53:15 -0600      
3290              Message-ID: <20010907235740.80566.qmail@onion.perl.org>              
3291      Branch: perl
3292            + lib/ExtUtils/testlib.t
3293            ! MANIFEST
3294 ____________________________________________________________________________
3295 [ 11944] By: jhi                                   on 2001/09/07  22:57:00
3296         Log: Thinko.
3297      Branch: perl
3298            ! lib/integer.t
3299 ____________________________________________________________________________
3300 [ 11943] By: jhi                                   on 2001/09/07  20:34:55
3301         Log: Subject: [PATCH perl@11938] slash slashes in lib/CGI/Carp.pm
3302              From: "Craig A. Berry" <craigberry@mac.com>
3303              Date: Fri, 07 Sep 2001 15:30:03 -0500
3304              Message-Id: <5.1.0.14.0.20010907142644.03700c38@exchi01>
3305      Branch: perl
3306            ! lib/CGI/Carp.pm
3307 ____________________________________________________________________________
3308 [ 11942] By: jhi                                   on 2001/09/07  20:30:43
3309         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm] (was Re: MakeMaker: MM_Unix rule excluding pods)
3310              From: Michael G Schwern <schwern@pobox.com>
3311              Date: Fri, 7 Sep 2001 15:38:13 -0400
3312              Message-ID: <20010907153813.K606@blackrider>
3313      Branch: perl
3314            ! lib/ExtUtils/MM_Unix.pm
3315 ____________________________________________________________________________
3316 [ 11941] By: jhi                                   on 2001/09/07  20:28:24
3317         Log: Subject: [PATCH perl.h mg.c pp_sys.c] Silence the remaing format warning
3318              From: Robin Barker <rmb1@cise.npl.co.uk>
3319              Date: Fri, 7 Sep 2001 18:28:23 +0100 (BST)
3320              Message-Id: <200109071728.SAA13569@tempest.npl.co.uk>
3321      Branch: perl
3322            ! Porting/pumpkin.pod mg.c perl.h pp_sys.c
3323 ____________________________________________________________________________
3324 [ 11940] By: jhi                                   on 2001/09/07  20:26:29
3325         Log: Clean up 1_compile.t; move tests to more consistent
3326              places (t/ subdirectories); add integer.t (much of
3327              the pragma is tested elsewhere but there is no one
3328              centralized place)
3329      Branch: perl
3330            + ext/Fcntl/t/fcntl.t ext/Fcntl/t/syslfs.t ext/POSIX/t/posix.t
3331            + ext/POSIX/t/sigaction.t lib/Env/t/array.t lib/Env/t/env.t
3332            + lib/File/Find/t/find.t lib/File/Find/t/taint.t lib/integer.t
3333            - ext/Fcntl/Fcntl.t ext/Fcntl/syslfs.t ext/POSIX/POSIX.t
3334            - ext/POSIX/sigaction.t lib/Env/array.t lib/Env/env.t
3335            - lib/File/Find/find.t lib/File/Find/taint.t
3336            ! MANIFEST t/lib/1_compile.t t/op/lfs.t
3337 ____________________________________________________________________________
3338 [ 11939] By: jhi                                   on 2001/09/07  17:25:32
3339         Log: Subject: Re: [PATCH lib/File/Find/taint.t] Use Test::More
3340              From: "chromatic" <chromatic@rmci.net>
3341              Date: Fri, 07 Sep 2001 10:17:40 -0600
3342              Message-ID: <20010907162205.84723.qmail@onion.perl.org>
3343      Branch: perl
3344            ! lib/File/Find/taint.t
3345 ____________________________________________________________________________
3346 [ 11938] By: jhi                                   on 2001/09/07  14:04:43
3347         Log: Update Changes.
3348      Branch: perl
3349            ! Changes patchlevel.h
3350 ____________________________________________________________________________
3351 [ 11937] By: jhi                                   on 2001/09/07  13:52:03
3352         Log: Rename the old threading tutorial, start a new one,
3353              regen toc.
3354      Branch: perl
3355            + pod/perlothrtut.pod
3356            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlthrtut.pod
3357            ! pod/perltoc.pod
3358 ____________________________________________________________________________
3359 [ 11936] By: jhi                                   on 2001/09/07  13:05:48
3360         Log: vars very much has a test.
3361      Branch: perl
3362            ! t/lib/1_compile.t
3363 ____________________________________________________________________________
3364 [ 11935] By: jhi                                   on 2001/09/07  12:52:06
3365         Log: Subject: Re: wince/perl.ico marked as binary
3366              From: Nicholas Clark <nick@ccl4.org>
3367              Date: Fri, 7 Sep 2001 13:54:40 +0100
3368              Message-ID: <20010907135439.D39150@plum.flirble.org>
3369              
3370              and wince/Makefile.ce change from Rainer Keuchel.
3371      Branch: perl
3372            + wince/makeico.pl
3373            ! MANIFEST wince/Makefile.ce
3374 ____________________________________________________________________________
3375 [ 11934] By: jhi                                   on 2001/09/07  12:43:50
3376         Log: Subject: Re: [PATCH regexec.c] more general .* and .*?
3377              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3378              Date: Fri, 7 Sep 2001 09:41:10 -0400 (EDT)
3379              Message-ID: <Pine.GSO.4.21.0109070933530.7041-100000@crusoe.crusoe.net>
3380      Branch: perl
3381            ! regexec.c
3382 ____________________________________________________________________________
3383 [ 11933] By: jhi                                   on 2001/09/07  12:37:46
3384         Log: (Replaced by #11934)
3385              Subject: Re: [PATCH regexec.c] more general .* and .*?
3386              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3387              Date: Fri, 7 Sep 2001 08:44:17 -0400 (EDT)
3388              Message-ID: <Pine.GSO.4.21.0109070836110.7041-100000@crusoe.crusoe.net>
3389      Branch: perl
3390            ! regexec.c
3391 ____________________________________________________________________________
3392 [ 11932] By: jhi                                   on 2001/09/07  12:27:14
3393         Log: The #11931 patching misbehaved.
3394      Branch: perl
3395            ! lib/Test/Harness/t/test-harness.t
3396 ____________________________________________________________________________
3397 [ 11931] By: jhi                                   on 2001/09/07  12:21:30
3398         Log: Subject: [PATCH lib/Test/Harness* t/TEST] Test::Harness 1.25 sync
3399              From: Michael G Schwern <schwern@pobox.com>
3400              Date: Fri, 7 Sep 2001 03:30:41 -0400
3401              Message-ID: <20010907033041.A2796@blackrider>
3402      Branch: perl
3403            + lib/Test/Harness/Changes lib/Test/Harness/t/base.t
3404            + lib/Test/Harness/t/ok.t lib/Test/Harness/t/test-harness.t
3405            + t/lib/sample-tests/header_at_end_fail
3406            + t/lib/sample-tests/skip_no_msg t/lib/sample-tests/todo_inline
3407            - lib/Test/Harness.t
3408            ! MANIFEST lib/Test/Harness.pm t/TEST
3409 ____________________________________________________________________________
3410 [ 11930] By: jhi                                   on 2001/09/07  11:59:17
3411         Log: Subject: [PATCH] Digest::MD5 update
3412              From: Gisle Aas <gisle@ActiveState.com>
3413              Date: 06 Sep 2001 23:32:56 -0700
3414              Message-ID: <lrofon5x47.fsf@caliper.ActiveState.com>
3415      Branch: perl
3416            ! ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
3417            ! ext/Digest/MD5/MD5.xs ext/Digest/MD5/t/files.t
3418 ____________________________________________________________________________
3419 [ 11929] By: jhi                                   on 2001/09/07  11:23:05
3420         Log: Subject: [PATCH MANIFEST, lib/less.t] Add Tests for the less Pragma
3421              From: "chromatic" <chromatic@rmci.net>
3422              Date: Thu, 06 Sep 2001 23:11:44 -0600
3423              Message-ID: <20010907051609.91459.qmail@onion.perl.org>
3424      Branch: perl
3425            + lib/less.t
3426            ! MANIFEST t/lib/1_compile.t
3427 ____________________________________________________________________________
3428 [ 11928] By: jhi                                   on 2001/09/07  11:19:29
3429         Log: The binary file must somehow differently stored.
3430      Branch: perl
3431            - wince/perl.ico
3432            ! MANIFEST
3433 ____________________________________________________________________________
3434 [ 11927] By: jhi                                   on 2001/09/07  03:53:29
3435         Log: Add more modules to the list of modules that have tests,
3436              Schwern's wallet is getting more nervous.
3437              (Run t/lib/1_compile.t manually to see which modules
3438              are lacking tests, or the tests can't be run for some
3439              reason or another, such as the Net:: modules)
3440      Branch: perl
3441            ! t/lib/1_compile.t
3442 ____________________________________________________________________________
3443 [ 11926] By: jhi                                   on 2001/09/07  03:43:11
3444         Log: Try to make Socket::inet_ntoa() more robust.
3445      Branch: perl
3446            ! ext/Socket/Socket.t ext/Socket/Socket.xs pod/perldiag.pod
3447 ____________________________________________________________________________
3448 [ 11925] By: jhi                                   on 2001/09/07  01:57:58
3449         Log: Subject: Re: [PATCH lib/English.t] Test All Aliases (including %Errno)
3450              From: chromatic <chromatic@rmci.net>       
3451              Date: Wed, 5 Sep 2001 22:58:05 -0600                         
3452              Message-Id: <01090522580506.19590@firewheel>           
3453      Branch: perl
3454            ! lib/English.t
3455 ____________________________________________________________________________
3456 [ 11924] By: jhi                                   on 2001/09/07  01:55:05
3457         Log: Subject: Re: perlvar manpage and localizing special vars
3458              From: Stas Bekman <stas@stason.org>
3459              Date: Fri, 7 Sep 2001 10:10:24 +0800 (SGT)
3460              Message-ID: <Pine.LNX.4.33.0109071009240.19262-100000@stas.singnet.com.sg>
3461      Branch: perl
3462            ! pod/perlvar.pod
3463 ____________________________________________________________________________
3464 [ 11923] By: jhi                                   on 2001/09/07  01:49:36
3465         Log: Subject: [PATCH MakeMaker.pm] noise from make in ext/SDBM
3466              From: Robin Barker <rmb1@cise.npl.co.uk>
3467              Date: Thu, 6 Sep 2001 19:36:49 +0100 (BST)
3468              Message-Id: <200109061836.TAA08747@tempest.npl.co.uk>
3469      Branch: perl
3470            ! lib/ExtUtils/MakeMaker.pm
3471 ____________________________________________________________________________
3472 [ 11922] By: jhi                                   on 2001/09/06  18:09:08
3473         Log: Symbol missing; AIX unhappy.
3474      Branch: perl
3475            ! makedef.pl
3476 ____________________________________________________________________________
3477 [ 11921] By: jhi                                   on 2001/09/06  17:52:43
3478         Log: Add a test for [ID 20010906.019] perl crashes on "undef foo"
3479              Reported in 5.61, seems to work okay in blead.
3480      Branch: perl
3481            ! t/run/kill_perl.t
3482 ____________________________________________________________________________
3483 [ 11920] By: jhi                                   on 2001/09/06  14:35:09
3484         Log: Update Changes.
3485      Branch: perl
3486            ! Changes patchlevel.h
3487 ____________________________________________________________________________
3488 [ 11919] By: jhi                                   on 2001/09/06  14:20:10
3489         Log: Document the bad assumptions currently breaking
3490              the Socket.t tests 10, 11, and 13 in UNICOS.
3491      Branch: perl
3492            ! ext/Socket/Socket.xs
3493 ____________________________________________________________________________
3494 [ 11918] By: jhi                                   on 2001/09/06  14:07:45
3495         Log: Subject: [PATCH x2p] make OPTIMIZE=...
3496              From: Robin Barker <rmb1@cise.npl.co.uk>
3497              Date: Thu, 6 Sep 2001 13:31:37 +0100 (BST)
3498              Message-Id: <200109061231.NAA25265@tempest.npl.co.uk>
3499      Branch: perl
3500            ! x2p/Makefile.SH x2p/cflags.SH
3501 ____________________________________________________________________________
3502 [ 11917] By: jhi                                   on 2001/09/06  14:01:45
3503         Log: Subject: [PATCH] for perlhack.pod - no p5p archive on deja/google
3504              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
3505              Date: Thu, 6 Sep 2001 11:09:40 +0100
3506              Message-ID: <20010906110939.A914@homer.diplex.co.uk>
3507              
3508              Subject: Re: [PATCH] for perlhack.pod - no p5p archive on deja/google    
3509              From: rgarciasuarez@free.fr (Rafael Garcia-Suarez)
3510              Date: 6 Sep 2001 10:14:38 -0000
3511              Message-Id: <slrn9pej4m.1j8.rgarciasuarez@rafael.kazibao.net>   
3512      Branch: perl
3513            ! pod/perlfaq1.pod pod/perlhack.pod
3514 ____________________________________________________________________________
3515 [ 11916] By: jhi                                   on 2001/09/06  13:56:19
3516         Log: Subject: Extra NUL is Data::Dumper output - patch
3517              From: Tony Cook <tony@develop-help.com>
3518              Date: Thu, 6 Sep 2001 12:35:49 +1000 (EST)
3519              Message-ID: <Pine.LNX.4.10.10109061157210.9366-100000@develop-help.com>
3520      Branch: perl
3521            ! ext/Data/Dumper/Dumper.xs ext/Data/Dumper/t/dumper.t
3522 ____________________________________________________________________________
3523 [ 11915] By: jhi                                   on 2001/09/06  13:51:16
3524         Log: Avoid redefinition warning
3525              Subroutine Cwd::fastcwd redefined at lib/XSLoader.pm line 97.
3526              from
3527              perl -w -Ilib -MCwd -e ''
3528      Branch: perl
3529            ! lib/Cwd.pm
3530 ____________________________________________________________________________
3531 [ 11914] By: jhi                                   on 2001/09/06  13:30:32
3532         Log: Update the is_tainted() example implementation.
3533      Branch: perl
3534            ! pod/perlsec.pod
3535 ____________________________________________________________________________
3536 [ 11913] By: jhi                                   on 2001/09/06  13:15:59
3537         Log: Missing) in #11912.
3538      Branch: perl
3539            ! lib/Test/Simple/t/fail.t
3540 ____________________________________________________________________________
3541 [ 11912] By: jhi                                   on 2001/09/06  13:08:48
3542         Log: Rewhack Test-Simple into core harness.
3543      Branch: perl
3544            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
3545            ! lib/Test/Simple/t/fail-like.t lib/Test/Simple/t/fail-more.t
3546            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
3547            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
3548            ! lib/Test/Simple/t/skipall.t
3549 ____________________________________________________________________________
3550 [ 11911] By: jhi                                   on 2001/09/06  11:54:06
3551         Log: Workaround for the new Exporter 'feature'.
3552      Branch: perl
3553            ! lib/Test/More.pm
3554 ____________________________________________________________________________
3555 [ 11910] By: jhi                                   on 2001/09/06  11:52:56
3556         Log: Re-introduce pure-Perl fall-back for abs_path,
3557              re-introduce #11898.
3558      Branch: perl
3559            ! lib/Cwd.pm lib/File/Find.pm
3560 ____________________________________________________________________________
3561 [ 11909] By: jhi                                   on 2001/09/06  03:49:13
3562         Log: More tests.
3563      Branch: perl
3564            ! lib/Exporter.t
3565 ____________________________________________________________________________
3566 [ 11908] By: jhi                                   on 2001/09/06  03:38:22
3567         Log: Retract #11898 for now because it introduces
3568              a rather nasty depencency: when B is being built,
3569              MakeMaker is used.  MakeMaker uses File::Find.
3570              File::Find uses Cwd::getcwd()...which doesn't
3571              exist yet.
3572      Branch: perl
3573            ! lib/File/Find.pm
3574 ____________________________________________________________________________
3575 [ 11907] By: jhi                                   on 2001/09/06  03:20:02
3576         Log: New test welcome.
3577      Branch: perl
3578            + lib/Test/Simple/t/simple.t
3579 ____________________________________________________________________________
3580 [ 11906] By: jhi                                   on 2001/09/06  03:08:01
3581         Log: Old test begone.
3582      Branch: perl
3583            - lib/Attribute/Handlers/test.pl
3584 ____________________________________________________________________________
3585 [ 11905] By: jhi                                   on 2001/09/06  01:41:03
3586         Log: Test-Simple syncup from Schwern.
3587      Branch: perl
3588            + lib/Test/Simple/t/More.t lib/Test/Simple/t/fail-like.t
3589            + lib/Test/Simple/t/fail-more.t lib/Test/Simple/t/skip.t
3590            + lib/Test/Simple/t/skipall.t lib/Test/Simple/t/todo.t
3591            + lib/Test/Simple/t/undef.t lib/Test/Simple/t/useing.t
3592            + lib/Test/Utils.pm t/lib/Test/Simple/Catch/More.pm
3593            - lib/Test/More/Changes lib/Test/More/t/More.t
3594            - lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
3595            - lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
3596            - lib/Test/Simple/t/simple.t t/lib/Test/More/Catch.pm
3597            ! MANIFEST lib/Test/More.pm lib/Test/Simple.pm
3598            ! lib/Test/Simple/Changes lib/Test/Simple/t/exit.t
3599            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
3600            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
3601            ! lib/Test/Simple/t/plan_is_noplan.t t/lib/Test/Simple/Catch.pm
3602            ! t/lib/Test/Simple/sample_tests/death.plx
3603            ! t/lib/Test/Simple/sample_tests/death_in_eval.plx
3604            ! t/lib/Test/Simple/sample_tests/extras.plx
3605            ! t/lib/Test/Simple/sample_tests/five_fail.plx
3606            ! t/lib/Test/Simple/sample_tests/last_minute_death.plx
3607            ! t/lib/Test/Simple/sample_tests/one_fail.plx
3608            ! t/lib/Test/Simple/sample_tests/require.plx
3609            ! t/lib/Test/Simple/sample_tests/success.plx
3610            ! t/lib/Test/Simple/sample_tests/too_few.plx
3611            ! t/lib/Test/Simple/sample_tests/two_fail.plx
3612 ____________________________________________________________________________
3613 [ 11904] By: pudge                                 on 2001/09/06  00:28:01
3614         Log: Integrate File::Find changes from bleadperl
3615      Branch: maint-5.6/macperl
3616            ! lib/File/Find.pm t/lib/filefind-taint.t
3617 ____________________________________________________________________________
3618 [ 11903] By: pudge                                 on 2001/09/06  00:22:29
3619         Log: Integrate 11847 from maint-5.6/perl
3620      Branch: maint-5.6/macperl
3621           !> sv.c
3622 ____________________________________________________________________________
3623 [ 11902] By: jhi                                   on 2001/09/05  23:27:57
3624         Log: In UNICOS division yada yada.
3625      Branch: perl
3626            ! t/op/override.t
3627 ____________________________________________________________________________
3628 [ 11901] By: jhi                                   on 2001/09/05  23:26:23
3629         Log: In UNICOS division is really lossy, better use
3630              a tolerance test.
3631      Branch: perl
3632            ! ext/Time/HiRes/HiRes.t
3633 ____________________________________________________________________________
3634 [ 11900] By: jhi                                   on 2001/09/05  23:22:38
3635         Log: In UNICOS sigaction() sets an extra flag
3636              ("the signal has been registered for all the processes in
3637              a multitasking group.")
3638      Branch: perl
3639            ! ext/POSIX/sigaction.t
3640 ____________________________________________________________________________
3641 [ 11899] By: jhi                                   on 2001/09/05  23:18:48
3642         Log: Documentation micropatch from Damian.
3643      Branch: perl
3644            ! lib/Attribute/Handlers.pm
3645 ____________________________________________________________________________
3646 [ 11898] By: jhi                                   on 2001/09/05  23:16:50
3647         Log: (Retracted by #11908)
3648              Subject: [PATCH] Re: [PATCH lib/File/Find.pm lib/File/Find/taint.t] Fixing those damned taint tests
3649              From: Michael G Schwern <schwern@pobox.com>
3650              Date: Wed, 5 Sep 2001 15:58:21 -0400
3651              Message-ID: <20010905155821.I632@blackrider>
3652      Branch: perl
3653            ! lib/File/Find.pm lib/File/Find/taint.t
3654 ____________________________________________________________________________
3655 [ 11897] By: jhi                                   on 2001/09/05  23:14:43
3656         Log: Subject: [PATCH lib/CGI/t/carp.t] Tests for CGI::Carp               
3657              From: Michael G Schwern <schwern@pobox.com>
3658              Date: Wed, 5 Sep 2001 19:16:31 -0400
3659              Message-ID: <20010905191631.E11386@blackrider>
3660      Branch: perl
3661            + lib/CGI/t/carp.t
3662            ! MANIFEST
3663 ____________________________________________________________________________
3664 [ 11896] By: jhi                                   on 2001/09/05  23:14:11
3665         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`       
3666              From: chromatic <chromatic@rmci.net>
3667              Date: Wed, 5 Sep 2001 18:08:07 -0600
3668              Message-Id: <01090518080700.19590@firewheel>
3669      Branch: perl
3670            ! lib/English.pm
3671 ____________________________________________________________________________
3672 [ 11895] By: jhi                                   on 2001/09/05  22:52:01
3673         Log: Fix a typo #11889 and add a test for the same.
3674      Branch: perl
3675            ! ext/Socket/Socket.t ext/Socket/Socket.xs
3676 ____________________________________________________________________________
3677 [ 11894] By: jhi                                   on 2001/09/05  22:43:26
3678         Log: Subject: [PATCH bleadperl] tweak warnings.t and kill_perl.t for VMS
3679              From: "Craig A. Berry" <craigberry@mac.com>
3680              Date: Wed, 05 Sep 2001 17:48:54 -0500
3681              Message-Id: <5.1.0.14.0.20010905145002.02b45218@exchi01>
3682      Branch: perl
3683            ! lib/warnings.t t/run/kill_perl.t
3684 ____________________________________________________________________________
3685 [ 11893] By: jhi                                   on 2001/09/05  22:36:35
3686         Log: Subject: [PATCH t/run/kill_perl.t] tying a bareword causes a segfault in 5.6.1
3687              From: Michael G Schwern <schwern@pobox.com>
3688              Date: Wed, 5 Sep 2001 17:22:25 -0400
3689              Message-ID: <20010905172225.C11386@blackrider>
3690      Branch: perl
3691            ! t/run/kill_perl.t
3692 ____________________________________________________________________________
3693 [ 11892] By: jhi                                   on 2001/09/05  22:34:55
3694         Log: Subject: [PATCH] Re: [ID 20010825.006] -DCRIPPLED_CC is broken
3695              From: Nicholas Clark <nick@ccl4.org>
3696              Date: Wed, 5 Sep 2001 20:54:24 +0100
3697              Message-ID: <20010905205424.C25120@plum.flirble.org>
3698      Branch: perl
3699            ! embed.h embed.pl global.sym pod/perlapi.pod proto.h sv.c sv.h
3700 ____________________________________________________________________________
3701 [ 11891] By: jhi                                   on 2001/09/05  22:34:16
3702         Log: Forgotten thing.
3703      Branch: perl
3704            ! uconfig.h
3705 ____________________________________________________________________________
3706 [ 11890] By: jhi                                   on 2001/09/05  22:27:42
3707         Log: Subject: Re: [PATCH] Re: English.pm should do *PREMATCH = \$`
3708              From: chromatic <chromatic@rmci.net>               
3709              Date: Wed, 5 Sep 2001 13:22:08 -0600
3710              Message-Id: <01090513220807.10587@firewheel> 
3711      Branch: perl
3712            ! lib/English.pm
3713 ____________________________________________________________________________
3714 [ 11889] By: jhi                                   on 2001/09/05  22:23:06
3715         Log: inet_ntoa() tweaks:
3716              - don't allow addresses with > 255 characters
3717              - indent the HP-UX workaround
3718              - don't leak memory
3719      Branch: perl
3720            ! ext/Socket/Socket.xs
3721 ____________________________________________________________________________
3722 [ 11888] By: jhi                                   on 2001/09/05  16:26:17
3723         Log: Clear up a documentation confusion noticed by Xiaoyun Wu
3724              <xwu@theeducationcenter.com>
3725      Branch: perl
3726            ! lib/File/Find.pm
3727 ____________________________________________________________________________
3728 [ 11887] By: jhi                                   on 2001/09/05  15:40:03
3729         Log: Typo nits.
3730      Branch: perl
3731            ! lib/File/Find.pm
3732 ____________________________________________________________________________
3733 [ 11886] By: jhi                                   on 2001/09/05  15:30:11
3734         Log: -Wall nit.
3735      Branch: perl
3736            ! op.c
3737 ____________________________________________________________________________
3738 [ 11885] By: gbarr                                 on 2001/09/05  15:26:18
3739         Log: Update to Scalar-List-Utils 1.05
3740      Branch: perl
3741            ! ext/List/Util/ChangeLog ext/List/Util/README
3742            ! ext/List/Util/Util.xs ext/List/Util/lib/List/Util.pm
3743 ____________________________________________________________________________
3744 [ 11884] By: jhi                                   on 2001/09/05  13:05:14
3745         Log: Update Changes.
3746      Branch: perl
3747            ! Changes patchlevel.h
3748 ____________________________________________________________________________
3749 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
3750         Log: Update to Scalar-List-Utils 1.04
3751      Branch: perl
3752            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
3753            ! ext/List/Util/lib/List/Util.pm
3754            ! ext/List/Util/lib/Scalar/Util.pm
3755 ____________________________________________________________________________
3756 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
3757         Log: Metaconfigify #11724.
3758      Branch: metaconfig
3759            ! U/threads/archname.U
3760 ____________________________________________________________________________
3761 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
3762         Log: The MacOS reference is okay, no reason to hide it.
3763      Branch: perl
3764            ! lib/Cwd.pm
3765 ____________________________________________________________________________
3766 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
3767         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
3768              From: Michael G Schwern <schwern@pobox.com>
3769              Date: Tue, 4 Sep 2001 15:30:10 -0400
3770              Message-ID: <20010904153010.H26466@blackrider> 
3771              
3772              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
3773      Branch: perl
3774            ! ext/Cwd/Makefile.PL lib/Cwd.pm
3775 ____________________________________________________________________________
3776 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
3777         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.))
3778              From: Michael G Schwern <schwern@pobox.com>
3779              Date: Tue, 4 Sep 2001 17:39:13 -0400
3780              Message-ID: <20010904173913.C626@blackrider>
3781      Branch: perl
3782            ! lib/Cwd.pm
3783 ____________________________________________________________________________
3784 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
3785         Log: Subject: Re: Perl_pp_* in public API?
3786              From: "Craig A. Berry" <craigberry@mac.com>
3787              Date: Tue, 4 Sep 2001 21:51:29 -0500
3788              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
3789      Branch: perl
3790            ! ext/List/Util/Util.xs
3791 ____________________________________________________________________________
3792 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
3793         Log: From Damian: Class::Struct was unable to define
3794              recursive classes.  After the patch an object reference
3795              (rather than a hash) is required to initialize
3796              an object attribute.  If no such initializer is given to
3797              the constructor, object attributes are now default
3798              initialized to C<undef>.
3799      Branch: perl
3800            ! lib/Class/Struct.pm lib/Class/Struct.t
3801 ____________________________________________________________________________
3802 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
3803         Log: Subject: Re: sv_catpvfn and sv_setpvfn
3804              From: Richard Soderberg <rs@oregonnet.com>
3805              Date: Tue, 4 Sep 2001 15:16:47 -0700
3806              Message-Id: <200109042216.PAA17858@oregonnet.com>
3807      Branch: perl
3808            ! pod/perlclib.pod pod/perlguts.pod
3809 ____________________________________________________________________________
3810 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
3811         Log: NetWare updates from Ananth Kesari.
3812      Branch: perl
3813            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
3814            ! NetWare/nw5thread.h
3815 ____________________________________________________________________________
3816 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
3817         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?))
3818              From: Nicholas Clark <nick@ccl4.org>
3819              Date: Tue, 4 Sep 2001 22:42:50 +0100
3820              Message-ID: <20010904224250.P25120@plum.flirble.org>
3821      Branch: perl
3822            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
3823            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
3824            ! t/op/oct.t toke.c
3825 ____________________________________________________________________________
3826 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
3827         Log: Fix Cwd::getcwd() not being tainted, as noticed
3828              by Schwern.
3829      Branch: perl
3830            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
3831            - ext/Cwd/Cwd.t
3832            ! MANIFEST ext/Cwd/Cwd.xs util.c
3833 ____________________________________________________________________________
3834 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
3835         Log: Retract #11870 and volatilize the right destruct_level.
3836              Silly thinko pointed out by Sarathy.
3837      Branch: perl
3838            ! intrpvar.h perl.c
3839 ____________________________________________________________________________
3840 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
3841         Log: At least a temporary fix for the mysterious scope core dumps
3842              in Tru64 from Graham.
3843      Branch: perl
3844            ! ext/List/Util/Util.xs
3845 ____________________________________________________________________________
3846 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
3847         Log: (Retracted by #11872)
3848      Branch: perl
3849            ! intrpvar.h
3850 ____________________________________________________________________________
3851 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
3852         Log: Quench a -Wall gripe noticed by Robin Barker.
3853      Branch: perl
3854            ! op.c
3855 ____________________________________________________________________________
3856 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
3857         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
3858              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
3859              Date: Wed, 05 Sep 2001 02:01:32 +0900
3860              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
3861      Branch: perl
3862            ! lib/Unicode/UCD.pm
3863 ____________________________________________________________________________
3864 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
3865         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
3866              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3867              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
3868              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
3869      Branch: perl
3870            ! gv.c
3871 ____________________________________________________________________________
3872 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
3873         Log: Update Changes.
3874      Branch: perl
3875            ! Changes patchlevel.h
3876 ____________________________________________________________________________
3877 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
3878         Log: Add the \[$@%&*] prototype support.
3879      Branch: perl
3880            ! op.c pod/perlsub.pod t/comp/proto.t
3881 ____________________________________________________________________________
3882 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
3883         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
3884              From: Michael G Schwern <schwern@pobox.com>
3885              Date: Mon, 3 Sep 2001 18:59:01 -0400
3886              Message-ID: <20010903185901.Z9233@blackrider>
3887      Branch: perl
3888            ! lib/CGI/t/form.t
3889 ____________________________________________________________________________
3890 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
3891         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
3892              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3893              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
3894              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
3895      Branch: perl
3896            ! gv.c
3897 ____________________________________________________________________________
3898 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
3899         Log: More srand entry tweakage based on Randal's suggestion.
3900      Branch: perl
3901            ! pod/perlfunc.pod
3902 ____________________________________________________________________________
3903 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
3904         Log: Subject: [PATCH] 'main' *is* a reserved word
3905              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3906              Date: Mon, 3 Sep 2001 22:55:41 +0200
3907              Message-ID: <20010903225541.A24097@rafael>
3908      Branch: perl
3909            ! toke.c
3910 ____________________________________________________________________________
3911 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
3912         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
3913              From: Peter Prymmer <pvhp@best.com>
3914              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
3915              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
3916      Branch: perl
3917            ! README.vms configure.com
3918 ____________________________________________________________________________
3919 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
3920         Log: Subject: Re: A slightly better default seed?   
3921              From: Michael G Schwern <schwern@pobox.com>
3922              Date: Mon, 3 Sep 2001 18:08:15 -0400 
3923              Message-ID: <20010903180815.W9233@blackrider>
3924      Branch: perl
3925            ! t/op/srand.t
3926 ____________________________________________________________________________
3927 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
3928         Log: Add sharedsv.o to microperl object files.
3929      Branch: perl
3930            ! Makefile.micro
3931 ____________________________________________________________________________
3932 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
3933         Log: AUTHORS updates and
3934              
3935              Subject: [PATCH] Just some preening :-)        
3936              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
3937              Date: Tue, 4 Sep 2001 14:16:59 +0100
3938              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
3939      Branch: perl
3940            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
3941 ____________________________________________________________________________
3942 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
3943         Log: Typo fix and slight rewording.
3944      Branch: perl
3945            ! pod/perlfunc.pod
3946 ____________________________________________________________________________
3947 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
3948         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
3949      Branch: perl
3950            ! pod/perlfaq4.pod
3951 ____________________________________________________________________________
3952 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
3953         Log: The helper file changed name.
3954      Branch: perl
3955            ! MANIFEST
3956 ____________________________________________________________________________
3957 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
3958         Log: Update to Scalar-List-Utils 1.03
3959      Branch: perl
3960            + ext/List/Util/t/shuffle.t
3961            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
3962            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
3963            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
3964            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
3965            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
3966            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
3967            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
3968            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
3969 ____________________________________________________________________________
3970 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
3971         Log: Make crypt() do something more sane for Unicode
3972              (take crypt() of the low eight bits of the characters,
3973              instead of taking crypt() of the UTF-8 of the scalar);
3974              add a test for crypt().
3975      Branch: perl
3976            + t/op/crypt.t
3977            ! MANIFEST pod/perlfunc.pod pp.c
3978 ____________________________________________________________________________
3979 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
3980         Log: Reorganize the srand entry.
3981      Branch: perl
3982            ! pod/perlfunc.pod
3983 ____________________________________________________________________________
3984 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
3985         Log: Remove the tests that assume something about
3986              calling srand() without arguments multiple times.
3987      Branch: perl
3988            ! t/op/srand.t
3989 ____________________________________________________________________________
3990 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
3991         Log: Upgrade to Math::BigInt 1.42.
3992      Branch: perl
3993            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
3994            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
3995            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
3996            ! lib/Math/BigInt/t/mbimbf.t
3997 ____________________________________________________________________________
3998 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
3999         Log: integrate change#11847 from maint-5.6
4000              
4001              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
4002      Branch: perl
4003            ! sv.c
4004 ____________________________________________________________________________
4005 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
4006         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
4007      Branch: maint-5.6/perl
4008            ! sv.c
4009 ____________________________________________________________________________
4010 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
4011         Log: As far as I can tell these functions have been Unicodified.
4012      Branch: perl
4013            ! doop.c
4014 ____________________________________________________________________________
4015 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
4016         Log: Update to Storable 1.0.13.
4017      Branch: perl
4018            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
4019            ! ext/Storable/Storable.xs
4020 ____________________________________________________________________________
4021 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
4022         Log: Patch the Filter::Simple test to work with
4023              the core test suite (since the FilterTest.pm
4024              is in t/lib, not in lib).
4025      Branch: perl
4026            ! lib/Filter/Simple/t/filter.t
4027 ____________________________________________________________________________
4028 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
4029         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
4030      Branch: perl
4031            + t/lib/FilterTest.pm
4032            - t/lib/MyFilter.pm
4033 ____________________________________________________________________________
4034 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
4035         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
4036              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
4037              Text::Balanced 1.86.
4038      Branch: perl
4039            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
4040            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
4041            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
4042            + lib/Switch/t/nested.t lib/Switch/t/switch.t
4043            + lib/Text/Balanced/Changes lib/Text/Balanced/README
4044            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
4045            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
4046            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
4047            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
4048            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
4049            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
4050            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
4051            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
4052            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
4053            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
4054            ! MANIFEST lib/Attribute/Handlers.pm
4055            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
4056            ! lib/Attribute/Handlers/demo/Demo.pm
4057            ! lib/Attribute/Handlers/demo/Descriptions.pm
4058            ! lib/Attribute/Handlers/demo/MyClass.pm
4059            ! lib/Attribute/Handlers/demo/demo.pl
4060            ! lib/Attribute/Handlers/demo/demo2.pl
4061            ! lib/Attribute/Handlers/demo/demo3.pl
4062            ! lib/Attribute/Handlers/demo/demo4.pl
4063            ! lib/Attribute/Handlers/demo/demo_call.pl
4064            ! lib/Attribute/Handlers/demo/demo_chain.pl
4065            ! lib/Attribute/Handlers/demo/demo_cycle.pl
4066            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
4067            ! lib/Attribute/Handlers/demo/demo_phases.pl
4068            ! lib/Attribute/Handlers/demo/demo_range.pl
4069            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
4070            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
4071            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
4072            ! lib/Text/Balanced.pm
4073 ____________________________________________________________________________
4074 [ 11841] By: sky                                   on 2001/09/03  11:04:15
4075         Log: Forgot to add a file with Change #11840
4076      Branch: perl
4077            + t/op/srand.t
4078 ____________________________________________________________________________
4079 [ 11840] By: sky                                   on 2001/09/03  11:02:04
4080         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
4081              From: Michael G Schwern <schwern@pobox.com>
4082              Date: Mon, 3 Sep 2001 07:43:00 -0400
4083              Message-ID: <20010903074300.E9233@blackrider>
4084      Branch: perl
4085            ! MANIFEST pod/perlfunc.pod t/op/rand.t
4086 ____________________________________________________________________________
4087 [ 11839] By: sky                                   on 2001/09/03  10:47:11
4088         Log: Document the changes with regards to running of END blocks.
4089              And DESTROY on global objects are called in perl_destruct()!
4090      Branch: perl
4091            ! pod/perl572delta.pod pod/perlembed.pod
4092 ____________________________________________________________________________
4093 [ 11838] By: sky                                   on 2001/09/03  09:34:44
4094         Log: Subject: [PATCH t/op/time.t] Partial cleanup
4095              From: Michael G Schwern <schwern@pobox.com>
4096              Date: Mon, 3 Sep 2001 06:29:42 -0400
4097              Message-ID: <20010903062942.C9233@blackrider>
4098      Branch: perl
4099            ! t/op/time.t
4100 ____________________________________________________________________________
4101 [ 11837] By: sky                                   on 2001/09/03  09:30:02
4102         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
4103              From: Michael G Schwern <schwern@pobox.com>
4104              Date: Mon, 3 Sep 2001 06:24:13 -0400
4105              Message-ID: <20010903062413.B9233@blackrider>
4106      Branch: perl
4107            ! t/op/rand.t
4108 ____________________________________________________________________________
4109 [ 11836] By: sky                                   on 2001/09/03  07:56:47
4110         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
4111              From: Michael G Schwern <schwern@pobox.com>
4112              Date: Sun, 2 Sep 2001 21:38:43 -0400
4113              Message-ID: <20010902213843.L2711@blackrider>
4114      Branch: perl
4115            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
4116            ! MANIFEST
4117 ____________________________________________________________________________
4118 [ 11835] By: nick                                  on 2001/09/03  06:20:06
4119         Log: Integrate mainline
4120      Branch: perlio
4121           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
4122            - t/op/misc.t
4123           !> (integrate 187 files)
4124 ____________________________________________________________________________
4125 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
4126         Log: Update Changes.
4127      Branch: perl
4128            ! Changes patchlevel.h
4129 ____________________________________________________________________________
4130 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
4131         Log: Slight tweaks.
4132      Branch: perl
4133            ! t/run/kill_perl.t
4134 ____________________________________________________________________________
4135 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
4136         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
4137      Branch: perl
4138            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
4139 ____________________________________________________________________________
4140 [ 11831] By: sky                                   on 2001/09/02  12:10:42
4141         Log: Change #11828 wasn't complete, this updates to intest path
4142      Branch: perl
4143            ! t/run/kill_perl.t
4144 ____________________________________________________________________________
4145 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
4146         Log: 's's's.
4147      Branch: perl
4148            ! Changes
4149 ____________________________________________________________________________
4150 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
4151         Log: Update Changes.
4152      Branch: perl
4153            ! Changes patchlevel.h
4154 ____________________________________________________________________________
4155 [ 11828] By: sky                                   on 2001/09/02  11:53:56
4156         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
4157              From: Michael G Schwern <schwern@pobox.com>
4158              Date: Sat, 1 Sep 2001 20:18:58 -0400
4159              Message-ID: <20010901201858.X606@blackrider>
4160              +MANIFEST Fix
4161      Branch: perl
4162            + t/run/kill_perl.t
4163            - t/op/misc.t t/run/segfault.t
4164            ! MANIFEST
4165 ____________________________________________________________________________
4166 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
4167         Log: Subject: [PATCH] lib/Time/Local.pm
4168              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
4169              Date: Sun, 2 Sep 2001 06:50:01 -0500
4170              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
4171      Branch: perl
4172            ! lib/Time/Local.pm
4173 ____________________________________________________________________________
4174 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
4175         Log: Tick off Unicode collation and the normalization from
4176              the todo list.
4177      Branch: perl
4178            ! pod/perltodo.pod
4179 ____________________________________________________________________________
4180 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
4181         Log: Update to Unicode 3.1.1.
4182      Branch: perl
4183            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
4184            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
4185            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
4186            ! lib/unicore/PropList.txt lib/unicore/README.perl
4187            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
4188            ! lib/unicore/rename lib/unicore/version
4189 ____________________________________________________________________________
4190 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
4191         Log: Slight doc tweaks for the module.
4192      Branch: perl
4193            ! lib/Unicode/UCD.pm
4194 ____________________________________________________________________________
4195 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
4196         Log: Rename the variable: it *used* to be (wrongly) that the
4197              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
4198              but that is no more the case: PL_reg_match_utf8 is better.
4199      Branch: perl
4200            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
4201            ! regexec.c sv.c thrdvar.h
4202 ____________________________________________________________________________
4203 [ 11822] By: ams                                   on 2001/09/02  02:54:50
4204         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
4205              From: Ilmari Karonen <iltzu@sci.fi>
4206              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
4207              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
4208              (op/sub_lval.t updated to take new error message into account.)
4209      Branch: perl
4210            ! op.c t/op/sub_lval.t
4211 ____________________________________________________________________________
4212 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
4213         Log: remove stray CRs in files; keep all files with UNIX line-ends
4214              (Porting/makerel adds CRs to the files that need it in the
4215              distribution)
4216      Branch: perl
4217            ! NetWare/t/NWScripts.pl README.dos
4218            ! ext/Encode/Encode/cns11643-1.enc
4219            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
4220            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
4221 ____________________________________________________________________________
4222 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
4223         Log: some remnants of change#11803
4224      Branch: perl
4225            ! ext/ByteLoader/byterun.h perl.h
4226 ____________________________________________________________________________
4227 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
4228         Log: Update to Unicode::Collate 0.08.
4229      Branch: perl
4230            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
4231            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
4232 ____________________________________________________________________________
4233 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
4234         Log: Test tweaks.
4235      Branch: perl
4236            ! t/op/pat.t
4237 ____________________________________________________________________________
4238 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
4239         Log: Fix test
4240      Branch: maint-5.6/macperl
4241            ! t/lib/b.t
4242 ____________________________________________________________________________
4243 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
4244         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
4245              warnings in Config.pm with -W; increase default and
4246              minimum RAM; bump version number.
4247      Branch: maint-5.6/macperl
4248            + macos/lib/Mac/LowMem.pm
4249            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
4250            ! macos/configpm macos/macperl/MacPerl.r
4251 ____________________________________________________________________________
4252 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
4253         Log: Make syntax check report in MPW style, fix tests
4254              to use Mac::err=unix to get normal-style error
4255              messages.
4256      Branch: maint-5.6/macperl
4257            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
4258            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
4259 ____________________________________________________________________________
4260 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
4261         Log: Make MPW-style errors optional (but the default); add
4262              MacPerl::ErrorFormat() function and Mac::err pragma
4263      Branch: maint-5.6/macperl
4264            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
4265            + macos/ext/Mac/err/err.xs
4266            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
4267            ! macos/macish.c macos/macish.h macos/macperl.sym
4268 ____________________________________________________________________________
4269 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
4270         Log: More module and test ports from Thomas Wegner et al
4271      Branch: maint-5.6/macperl
4272            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
4273            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
4274            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
4275            ! t/op/magic.t
4276 ____________________________________________________________________________
4277 [ 11812] By: sky                                   on 2001/09/01  17:19:30
4278         Log: Subject: [PATCH t/op/concat.t] cleanup
4279              From: Michael G Schwern <schwern@pobox.com>
4280              Date: Sat, 1 Sep 2001 14:06:28 -0400
4281              Message-ID: <20010901140628.C606@blackrider>
4282      Branch: perl
4283            ! t/op/concat.t
4284 ____________________________________________________________________________
4285 [ 11811] By: sky                                   on 2001/09/01  12:25:29
4286         Log: Change #11805 didn't update the MANIFEST
4287      Branch: perl
4288            ! MANIFEST
4289 ____________________________________________________________________________
4290 [ 11810] By: sky                                   on 2001/09/01  11:52:44
4291         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
4292              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4293              Date: Sat, 1 Sep 2001 14:50:14 +0200
4294              Message-ID: <20010901145014.A691@rafael>
4295      Branch: perl
4296            ! t/op/inccode.t
4297 ____________________________________________________________________________
4298 [ 11809] By: sky                                   on 2001/09/01  11:49:22
4299         Log: Subject: PATCH: ExtUtils::MakeMaker
4300              From: Tony Bowden <tony@kasei.com>
4301              Date: Sat, 1 Sep 2001 10:33:53 +0100
4302              Message-ID: <20010901103353.A13863@soto.kasei.com>
4303              Manually applied
4304      Branch: perl
4305            ! lib/ExtUtils/MakeMaker.pm
4306 ____________________________________________________________________________
4307 [ 11808] By: sky                                   on 2001/09/01  11:39:13
4308         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
4309              From: mike808@users.sourceforge.net
4310              Date: Sat, 1 Sep 101 11:27:50 GMT
4311              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
4312              With little tweak
4313      Branch: perl
4314            ! lib/Term/Cap.pm
4315 ____________________________________________________________________________
4316 [ 11807] By: ams                                   on 2001/09/01  11:31:16
4317         Log: Subject: oct() and hex()
4318              From: Nicholas Clark <nick@ccl4.org>
4319              Date: Fri, 31 Aug 2001 23:14:13 +0100
4320              Message-Id: <20010831231413.J4950@plum.flirble.org>
4321      Branch: perl
4322            ! pod/perlclib.pod
4323 ____________________________________________________________________________
4324 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
4325         Log: Integrate change 11801 from maintperl
4326      Branch: maint-5.6/macperl
4327            ! perl.c
4328 ____________________________________________________________________________
4329 [ 11805] By: sky                                   on 2001/08/31  21:35:10
4330         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
4331              From: Michael G Schwern <schwern@pobox.com>
4332              Date: Fri, 31 Aug 2001 15:36:28 -0400
4333              Message-ID: <20010831153628.B598@blackrider>
4334              Check for things which used to segfault
4335      Branch: perl
4336            + t/run/segfault.t
4337 ____________________________________________________________________________
4338 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
4339         Log: integrate change#11801 from maint-5.6
4340              
4341              remove age-old UNICOS "workaround" that introduces a static, and
4342              hence an egregious race condition for threaded builds (*sigh*
4343              beats me why this kludge wasn't guarded by a UNICOS-specific
4344              #define *sigh*)
4345      Branch: perl
4346            ! perl.c
4347 ____________________________________________________________________________
4348 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
4349         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
4350              working in 5.7.x
4351      Branch: perl
4352            - objXSUB.h
4353            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
4354            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
4355            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
4356            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
4357            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
4358            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
4359            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
4360            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
4361            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
4362            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
4363            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
4364            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
4365            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
4366            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
4367            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
4368            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
4369            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
4370            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
4371            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
4372            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
4373            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
4374            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
4375 ____________________________________________________________________________
4376 [ 11802] By: ams                                   on 2001/08/31  18:11:32
4377         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
4378              From: "Philip Newton" <Philip.Newton@gmx.net>
4379              Date: Fri, 31 Aug 2001 21:12:56 +0200
4380              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
4381      Branch: perl
4382            ! pod/perldiag.pod
4383 ____________________________________________________________________________
4384 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
4385         Log: remove age-old UNICOS "workaround" that introduces a static, and
4386              hence an egregious race condition for threaded builds (*sigh*
4387              beats me why this kludge wasn't guarded by a UNICOS-specific
4388              #define *sigh*)
4389      Branch: maint-5.6/perl
4390            ! perl.c
4391 ____________________________________________________________________________
4392 [ 11800] By: sky                                   on 2001/08/31  17:30:26
4393         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
4394              Might break on platforms where bool is larger than 8 bites ???
4395      Branch: perl
4396            ! regcomp.c
4397 ____________________________________________________________________________
4398 [ 11799] By: ams                                   on 2001/08/31  12:15:44
4399         Log: Integrate 11778 into mainline.
4400      Branch: perl
4401            ! t/base/term.t
4402 ____________________________________________________________________________
4403 [ 11798] By: sky                                   on 2001/08/31  11:31:44
4404         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
4405              supposed to happen.
4406      Branch: perl
4407            ! regcomp.c
4408 ____________________________________________________________________________
4409 [ 11797] By: sky                                   on 2001/08/31  11:28:17
4410         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
4411              From: "John P. Linderman" <jpl@research.att.com>
4412              Date: Fri, 31 Aug 2001 08:20:35 -0400
4413              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
4414              Fixes test 14 which could fail randomly in rare cases.
4415      Branch: perl
4416            ! ext/Time/HiRes/HiRes.t regcomp.c
4417 ____________________________________________________________________________
4418 [ 11796] By: ams                                   on 2001/08/31  01:13:07
4419         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
4420              From: Nicholas Clark <nick@ccl4.org>
4421              Date: Thu, 30 Aug 2001 23:21:50 +0100
4422              Message-Id: <20010830232150.D4950@plum.flirble.org>
4423      Branch: perl
4424            ! ext/Sys/Syslog/Makefile.PL
4425 ____________________________________________________________________________
4426 [ 11795] By: ams                                   on 2001/08/30  23:53:23
4427         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
4428              patching example
4429              From: Michael G Schwern <schwern@pobox.com>
4430              Date: Thu, 30 Aug 2001 17:02:08 -0400
4431              Message-Id: <20010830170208.M2318@blackrider>
4432      Branch: perl
4433            ! pod/perlhack.pod
4434 ____________________________________________________________________________
4435 [ 11794] By: ams                                   on 2001/08/30  19:35:36
4436         Log: Subject: [PATCH] pp_modulo
4437              From: Nicholas Clark <nick@ccl4.org>
4438              Date: Thu, 30 Aug 2001 18:20:54 +0100
4439              Message-Id: <20010830182053.A4950@plum.flirble.org>
4440      Branch: perl
4441            ! pp.c t/op/64bitint.t
4442 ____________________________________________________________________________
4443 [ 11793] By: sky                                   on 2001/08/30  13:02:48
4444         Log: 11792 wasn't complete
4445      Branch: perl
4446            ! makedef.pl regcomp.c
4447 ____________________________________________________________________________
4448 [ 11792] By: sky                                   on 2001/08/30  12:21:11
4449         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
4450      Branch: perl
4451            ! makedef.pl
4452 ____________________________________________________________________________
4453 [ 11791] By: sky                                   on 2001/08/30  10:08:02
4454         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
4455      Branch: perl
4456            ! config_h.SH
4457 ____________________________________________________________________________
4458 [ 11790] By: sky                                   on 2001/08/30  08:22:31
4459         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
4460              on the pad. Fixes coredumps in cleanups introduced by
4461              Change 11755  
4462      Branch: perl
4463            ! op.c perl.c sv.h
4464 ____________________________________________________________________________
4465 [ 11789] By: sky                                   on 2001/08/29  19:01:47
4466         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
4467              This is a replacement implmentation that works on HPUX.
4468              This bug should probably be fixed in GCC.
4469      Branch: perl
4470            ! ext/Socket/Socket.xs
4471 ____________________________________________________________________________
4472 [ 11788] By: ams                                   on 2001/08/29  17:35:33
4473         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
4474              From: Nicholas Clark <nick@ccl4.org>
4475              Date: Wed, 29 Aug 2001 18:21:56 +0100
4476              Message-Id: <20010829182156.O4950@plum.flirble.org>
4477      Branch: perl
4478            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
4479 ____________________________________________________________________________
4480 [ 11787] By: sky                                   on 2001/08/29  10:42:54
4481         Log: Added test for pack_addr_in and unpack_addr_in
4482              Nitpik in test 10
4483      Branch: perl
4484            ! ext/Socket/Socket.t
4485 ____________________________________________________________________________
4486 [ 11786] By: sky                                   on 2001/08/29  10:28:14
4487         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
4488              Trying to catch errors on HP-UX
4489      Branch: perl
4490            ! ext/Socket/Socket.t
4491 ____________________________________________________________________________
4492 [ 11785] By: sky                                   on 2001/08/29  09:07:03
4493         Log: make sure USE_THREADS is defined so external apps work
4494      Branch: perl
4495            ! config_h.SH
4496 ____________________________________________________________________________
4497 [ 11784] By: sky                                   on 2001/08/29  08:06:12
4498         Log: Subject: Re: The hitlist of untested modules.
4499              From: Jonathan Stowe <gellyfish@gellyfish.com>
4500              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
4501              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
4502              Start of tests for Shell.pm (make Schwern poorer!)
4503      Branch: perl
4504            + lib/Shell.t
4505            ! MANIFEST
4506 ____________________________________________________________________________
4507 [ 11783] By: sky                                   on 2001/08/29  07:37:50
4508         Log: END{} can change the return value even if we die from BEGIN{}
4509      Branch: perl
4510            ! miniperlmain.c
4511 ____________________________________________________________________________
4512 [ 11782] By: ams                                   on 2001/08/29  06:32:17
4513         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
4514              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4515              Date: Wed, 29 Aug 2001 09:18:17 +0200
4516              Message-Id: <20010829091817.A4453@rafael>
4517      Branch: perl
4518            ! t/op/inccode.t
4519 ____________________________________________________________________________
4520 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
4521         Log: Delete xsubpp.patch, as full copy exists now
4522      Branch: maint-5.6/macperl
4523            - macos/xsubpp.patch
4524 ____________________________________________________________________________
4525 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
4526         Log: Add Changes file
4527      Branch: maint-5.6/macperl
4528            + macos/Changes
4529 ____________________________________________________________________________
4530 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
4531         Log: Add Mac version of xsubpp as separate file
4532      Branch: maint-5.6/macperl
4533            + macos/xsubpp
4534            ! macos/Makefile.mk
4535 ____________________________________________________________________________
4536 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
4537         Log: Fix open of /dev/null for Mac OS
4538      Branch: maint-5.6/macperl
4539            ! t/base/term.t
4540 ____________________________________________________________________________
4541 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
4542         Log: Various patches: enable more tests; skip CVS in PerlInstall;
4543              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
4544      Branch: maint-5.6/macperl
4545            ! macos/MacPerlTests.cmd macos/PerlInstall
4546            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
4547 ____________________________________________________________________________
4548 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
4549         Log: Allow for platforms to override formatting of errors
4550              on output from Matthias Neeracher (Mac files)
4551      Branch: maint-5.6/macperl
4552            ! macos/macish.c macos/macish.h
4553 ____________________________________________________________________________
4554 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
4555         Log: Allow for platforms to override formatting of errors
4556              on output from Matthias Neeracher (core files)
4557      Branch: maint-5.6/macperl
4558            ! perl.h pp_ctl.c util.c
4559 ____________________________________________________________________________
4560 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
4561         Log: Add some param checking, from reports by Kevin Reid.
4562      Branch: maint-5.6/macperl
4563            ! macos/ext/Mac/Controls/Controls.pm
4564            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
4565 ____________________________________________________________________________
4566 [ 11773] By: ams                                   on 2001/08/28  23:54:57
4567         Log: Subject: [PATCH] make coretest
4568              From: Paul Johnson <paul@pjcj.net>
4569              Date: Wed, 29 Aug 2001 00:11:38 +0200
4570              Message-Id: <20010829001138.B12169@pjcj.net>
4571              (Applied without the change to perlhack.pod. This should
4572              probably stay undocumented.)
4573      Branch: perl
4574            ! Makefile.SH t/TEST
4575 ____________________________________________________________________________
4576 [ 11772] By: sky                                   on 2001/08/28  13:01:20
4577         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
4578              From: Michael G Schwern <schwern@pobox.com>
4579              Date: Tue, 28 Aug 2001 09:57:39 -0400
4580              Message-ID: <20010828095738.E17775@blackrider>
4581      Branch: perl
4582            ! pod/perlhack.pod t/op/pack.t
4583 ____________________________________________________________________________
4584 [ 11771] By: sky                                   on 2001/08/28  11:20:13
4585         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
4586              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4587              Date: Tue, 28 Aug 2001 14:23:43 +0200
4588              Message-ID: <20010828142343.A19299@rafael>
4589      Branch: perl
4590            ! pod/perlvar.pod pp_ctl.c
4591 ____________________________________________________________________________
4592 [ 11770] By: ams                                   on 2001/08/28  10:13:21
4593         Log: Subject: [PATCH] odd typo in op.h
4594              From: Nicholas Clark <nick@ccl4.org>
4595              Date: Tue, 28 Aug 2001 12:10:26 +0100
4596              Message-Id: <20010828121026.V4950@plum.flirble.org>
4597      Branch: perl
4598            ! op.h
4599 ____________________________________________________________________________
4600 [ 11769] By: sky                                   on 2001/08/28  08:09:16
4601         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
4602              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
4603              Date: Tue, 28 Aug 2001 02:22:20 +0300
4604              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
4605      Branch: perl
4606            ! ext/B/B/Lint.pm
4607 ____________________________________________________________________________
4608 [ 11768] By: ams                                   on 2001/08/28  00:47:35
4609         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
4610              From: Michael G Schwern <schwern@pobox.com>
4611              Date: Mon, 27 Aug 2001 21:24:44 -0400
4612              Message-Id: <20010827212444.F12582@blackrider>
4613      Branch: perl
4614            ! pod/perlhack.pod t/op/pack.t
4615 ____________________________________________________________________________
4616 [ 11767] By: ams                                   on 2001/08/27  23:59:48
4617         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
4618              From: Michael G Schwern <schwern@pobox.com>
4619              Date: Mon, 27 Aug 2001 20:12:29 -0400
4620              Message-Id: <20010827201229.D12582@blackrider>
4621      Branch: perl
4622            ! pod/perlhack.pod t/op/pack.t
4623 ____________________________________________________________________________
4624 [ 11766] By: ams                                   on 2001/08/27  23:39:40
4625         Log: Update Changes.
4626      Branch: perl
4627            ! Changes
4628 ____________________________________________________________________________
4629 [ 11765] By: ams                                   on 2001/08/27  22:53:10
4630         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
4631              From: Michael G Schwern <schwern@pobox.com>
4632              Date: Mon, 27 Aug 2001 19:47:30 -0400
4633              Message-Id: <20010827194730.C12582@blackrider>
4634      Branch: perl
4635            ! t/op/inccode.t
4636 ____________________________________________________________________________
4637 [ 11764] By: ams                                   on 2001/08/27  22:46:21
4638         Log: Subject: [PATCH] new tests for the coderef-in-@INC
4639              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4640              Date: Mon, 27 Aug 2001 22:36:27 +0200
4641              Message-Id: <20010827223627.C690@rafael>
4642              
4643              Subject: Re: [PATCH] new tests for the coderef-in-@INC
4644              From: Nicholas Clark <nick@ccl4.org>
4645              Date: Tue, 28 Aug 2001 00:02:46 +0100
4646              Message-Id: <20010828000245.R4950@plum.flirble.org>
4647      Branch: perl
4648            + t/op/inccode.t
4649            ! MANIFEST
4650 ____________________________________________________________________________
4651 [ 11763] By: ams                                   on 2001/08/27  22:41:09
4652         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
4653              bleadperl on fire, Win95+4NT)
4654              From: Michael G Schwern <schwern@pobox.com>
4655              Date: Mon, 27 Aug 2001 16:54:42 -0400
4656              Message-Id: <20010827165442.F9436@blackrider>
4657      Branch: perl
4658            ! lib/warnings.t
4659 ____________________________________________________________________________
4660 [ 11762] By: sky                                   on 2001/08/27  19:19:17
4661         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
4662              avaible at compile time. This broke the compilation of 
4663              Net/Ping.pm
4664      Branch: perl
4665            ! lib/Net/Ping.pm
4666 ____________________________________________________________________________
4667 [ 11761] By: sky                                   on 2001/08/27  18:34:48
4668         Log: Removed tripple definitions of CUSTOM_OP functions.
4669      Branch: perl
4670            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
4671 ____________________________________________________________________________
4672 [ 11760] By: sky                                   on 2001/08/27  18:21:27
4673         Log: Regen headers
4674      Branch: perl
4675            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
4676            ! perlapi.h proto.h
4677 ____________________________________________________________________________
4678 [ 11759] By: ams                                   on 2001/08/27  16:31:53
4679         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
4680              From: "chromatic" <chromatic@rmci.net>
4681              Date: Mon, 27 Aug 2001 11:17:09 -0600
4682              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
4683      Branch: perl
4684            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
4685 ____________________________________________________________________________
4686 [ 11758] By: sky                                   on 2001/08/27  15:16:42
4687         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
4688              Thanks to H. Merijn Brand for the patch.
4689              Some of the comments and or guards might be removable in perl.h now.
4690      Branch: perl
4691            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
4692            ! Porting/Glossary Porting/config_H README.threads config_h.SH
4693            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
4694            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
4695            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
4696            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
4697            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
4698            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
4699            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
4700            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
4701            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
4702            ! win32/config_H.vc win32/perllib.c win32/win32.h
4703            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
4704            ! wince/config.h wince/config_H.ce wince/win32.h
4705            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
4706 ____________________________________________________________________________
4707 [ 11757] By: sky                                   on 2001/08/27  13:39:16
4708         Log: Subject: GNU ld parses arguments different
4709              From: H.Merijn Brand <h.m.brand@hccnet.nl>
4710              Date: Mon, 27 Aug 2001 16:25:51 +0200
4711              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
4712      Branch: perl
4713            ! hints/hpux.sh
4714 ____________________________________________________________________________
4715 [ 11756] By: sky                                   on 2001/08/27  13:18:45
4716         Log: Subject: Custom Ops
4717              From: Simon Cozens <simon@netthink.co.uk>
4718              Date: Sat, 25 Aug 2001 17:45:09 +0100
4719              Message-ID: <20010825174509.A5752@netthink.co.uk>
4720              I also added a fix to Opcode.pm to quite test cases.
4721      Branch: perl
4722            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
4723            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
4724 ____________________________________________________________________________
4725 [ 11755] By: sky                                   on 2001/08/27  05:37:17
4726         Log: Plugs a memory leak on destruction of regular expressions
4727              introcued by #11274.
4728              PL_regex_padav now has an AV as it's first entry with a list
4729              of freed regex_padav slots that it will reuse on creating
4730              new PMOPs.
4731      Branch: perl
4732            ! op.c perl.c
4733 ____________________________________________________________________________
4734 [ 11754] By: ams                                   on 2001/08/26  14:38:52
4735         Log: Subject: [PATCH] t/io/binmode.t
4736              From: Nicholas Clark <nick@ccl4.org>
4737              Date: Sun, 26 Aug 2001 12:03:05 +0100
4738              Message-Id: <20010826120305.C4950@plum.flirble.org>
4739              
4740              (Also a nitpick in #11752 to t/op/universal.t)
4741      Branch: perl
4742            ! t/io/binmode.t t/op/universal.t
4743 ____________________________________________________________________________
4744 [ 11753] By: ams                                   on 2001/08/26  08:19:34
4745         Log: Subject: [PATCH] op/universal.t failing
4746              From: Nicholas Clark <nick@ccl4.org>
4747              Date: Sun, 26 Aug 2001 09:48:22 +0100
4748              Message-Id: <20010826094822.B4950@plum.flirble.org>
4749      Branch: perl
4750            ! t/op/universal.t
4751 ____________________________________________________________________________
4752 [ 11752] By: ams                                   on 2001/08/25  22:46:13
4753         Log: Subject: Re: 'can' with undefined subs
4754              From: Tony Bowden <tony@kasei.com>
4755              Date: Sat, 25 Aug 2001 14:58:17 +0100
4756              Message-Id: <20010825145817.A11788@soto.kasei.com>
4757              (Applied with minor modifications.)
4758      Branch: perl
4759            ! t/op/universal.t
4760 ____________________________________________________________________________
4761 [ 11751] By: ams                                   on 2001/08/25  18:28:43
4762         Log: Subject: Re: 'can' with undefined subs
4763              From: Tony Bowden <tony@kasei.com>
4764              Date: Sat, 25 Aug 2001 15:13:14 +0100
4765              Message-Id: <20010825151314.B11788@soto.kasei.com>
4766      Branch: perl
4767            ! lib/UNIVERSAL.pm
4768 ____________________________________________________________________________
4769 [ 11750] By: nick                                  on 2001/08/25  15:24:15
4770         Log: Integrate mainline
4771      Branch: perlio
4772           +> t/io/binmode.t
4773           !> (integrate 26 files)
4774 ____________________________________________________________________________
4775 [ 11749] By: nick                                  on 2001/08/25  14:55:41
4776         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
4777              From:  John Peacock <jpeacock@rowman.com>
4778              Date:  Wed, 22 Aug 2001 12:05:28 -0400
4779              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
4780      Branch: perl
4781            ! pod/perlhack.pod
4782 ____________________________________________________________________________
4783 [ 11748] By: nick                                  on 2001/08/25  14:53:04
4784         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
4785              From:  Michael G Schwern <schwern@pobox.com>
4786              Date:  Wed, 22 Aug 2001 19:22:45 -0400
4787              Message-Id:  <20010822192245.U619@blackrider>
4788      Branch: perl
4789            ! MANIFEST
4790 ____________________________________________________________________________
4791 [ 11747] By: nick                                  on 2001/08/25  14:52:33
4792         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
4793              From:  Nicholas Clark <nick@ccl4.org>
4794              Date:  Wed, 22 Aug 2001 23:29:06 +0100
4795              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
4796      Branch: perl
4797            + t/io/binmode.t
4798            ! perlio.c pod/perlfunc.pod
4799 ____________________________________________________________________________
4800 [ 11744] By: nick                                  on 2001/08/25  14:37:33
4801         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
4802              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
4803              Date:  Fri, 24 Aug 2001 22:10:42 +0200
4804              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
4805      Branch: perl
4806            ! x2p/a2py.c x2p/walk.c
4807 ____________________________________________________________________________
4808 [ 11743] By: nick                                  on 2001/08/25  14:32:47
4809         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
4810              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4811              Date:  Fri, 24 Aug 2001 23:34:13 +0200
4812              Message-Id:  <20010824233413.A1285@rafael>
4813      Branch: perl
4814            ! pod/perlfunc.pod pod/perlvar.pod
4815 ____________________________________________________________________________
4816 [ 11742] By: ams                                   on 2001/08/25  13:16:02
4817         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
4818              From: Nicholas Clark <nick@ccl4.org>
4819              Date: Sat, 25 Aug 2001 14:50:07 +0100
4820              Message-Id: <20010825145007.L41464@plum.flirble.org>
4821      Branch: perl
4822            ! pp_ctl.c
4823 ____________________________________________________________________________
4824 [ 11741] By: nick                                  on 2001/08/24  07:08:45
4825         Log: When applying patch via Porting/apply fails, do p4 refresh
4826              to get old files back.
4827      Branch: perl
4828            ! Porting/apply
4829 ____________________________________________________________________________
4830 [ 11740] By: ams                                   on 2001/08/24  04:47:24
4831         Log: #11739 was incomplete.
4832      Branch: perl
4833            ! pod/perldiag.pod
4834 ____________________________________________________________________________
4835 [ 11739] By: ams                                   on 2001/08/24  04:09:40
4836         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
4837              From: "Philip Newton" <Philip.Newton@gmx.net>
4838              Date: Fri, 24 Aug 2001 07:08:34 +0200
4839      Branch: perl
4840            ! pod/perldiag.pod
4841 ____________________________________________________________________________
4842 [ 11738] By: ams                                   on 2001/08/24  02:19:42
4843         Log: Fixed Doug Wilson's email address.
4844      Branch: perl
4845            ! AUTHORS
4846 ____________________________________________________________________________
4847 [ 11737] By: ams                                   on 2001/08/24  00:10:13
4848         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
4849              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
4850              Date: Thu, 23 Aug 2001 22:22:58 +0200
4851              Message-Id: <20010823222258.A901@rafael>
4852      Branch: perl
4853            ! pod/perldiag.pod
4854 ____________________________________________________________________________
4855 [ 11736] By: ams                                   on 2001/08/24  00:05:02
4856         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
4857              From: "Craig A. Berry" <craigberry@mac.com>
4858              Date: Thu, 23 Aug 2001 19:07:45 -0500
4859              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
4860      Branch: perl
4861            ! configure.com
4862 ____________________________________________________________________________
4863 [ 11735] By: sky                                   on 2001/08/23  13:42:07
4864         Log: Backed out 11732, it breaks lib/strict.t 
4865      Branch: perl
4866            ! op.c
4867 ____________________________________________________________________________
4868 [ 11734] By: sky                                   on 2001/08/23  11:45:59
4869         Log: Removed toy from 17133 after Matt Sargeants request.
4870      Branch: perl
4871            ! pod/perlfaq4.pod
4872 ____________________________________________________________________________
4873 [ 11733] By: sky                                   on 2001/08/23  11:36:29
4874         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
4875              From: Robin Houston <robin@kitsite.com>
4876              Date: Wed, 22 Aug 2001 23:06:16 +0100
4877              Message-ID: <20010822230616.A254@robin.kitsite.com>
4878      Branch: perl
4879            ! pod/perlfaq4.pod
4880 ____________________________________________________________________________
4881 [ 11732] By: sky                                   on 2001/08/23  10:36:02
4882         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
4883              From: Simon Cozens <simon@netthink.co.uk>
4884              Date: Thu, 23 Aug 2001 12:06:36 +0100
4885              Message-ID: <20010823120636.A9961@netthink.co.uk>
4886      Branch: perl
4887            ! op.c
4888 ____________________________________________________________________________
4889 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
4890         Log: fix broken windows build
4891      Branch: perl
4892            ! perl.h
4893 ____________________________________________________________________________
4894 [ 11730] By: ams                                   on 2001/08/22  21:35:30
4895         Log: Subject: [PATCH] io/tell.t doesn't chdir t
4896              From: Nicholas Clark <nick@ccl4.org>
4897              Date: Wed, 22 Aug 2001 23:25:58 +0100
4898              Message-Id: <20010822232557.Y82818@plum.flirble.org>
4899      Branch: perl
4900            ! t/io/tell.t
4901 ____________________________________________________________________________
4902 [ 11729] By: ams                                   on 2001/08/22  20:32:21
4903         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
4904              questions)
4905              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4906              Date: Wed, 22 Aug 2001 17:09:04 -0400
4907              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
4908              (Oops, forgot File::Spec::Unix in the previous patch.)
4909      Branch: perl
4910            ! lib/File/Spec/Unix.pm
4911 ____________________________________________________________________________
4912 [ 11728] By: ams                                   on 2001/08/22  20:25:41
4913         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
4914              questions)
4915              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
4916              Date: Wed, 22 Aug 2001 17:09:04 -0400
4917              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
4918      Branch: perl
4919            ! lib/File/Spec.pm
4920 ____________________________________________________________________________
4921 [ 11727] By: ams                                   on 2001/08/22  19:43:30
4922         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
4923              From: John Peacock <jpeacock@rowman.com>
4924              Date: Wed, 22 Aug 2001 12:35:52 -0400
4925              Message-Id: <3B83DF68.5D89DC81@rowman.com>
4926              (Adds proper tests for $], notwithstanding Subject. +nitpick)
4927      Branch: perl
4928            ! t/op/ver.t
4929 ____________________________________________________________________________
4930 [ 11726] By: ams                                   on 2001/08/22  19:36:39
4931         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
4932              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
4933              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
4934              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
4935      Branch: perl
4936            ! lib/diagnostics.pm lib/diagnostics.t
4937 ____________________________________________________________________________
4938 [ 11725] By: ams                                   on 2001/08/22  19:25:01
4939         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
4940              From: Nicholas Clark <nick@ccl4.org>
4941              Date: Wed, 22 Aug 2001 20:59:05 +0100
4942              Message-Id: <20010822205905.U82818@plum.flirble.org>
4943      Branch: perl
4944            ! pp.c t/op/64bitint.t t/op/arith.t
4945 ____________________________________________________________________________
4946 [ 11724] By: ams                                   on 2001/08/22  10:02:33
4947         Log: Subject: Configure blooper
4948              From: H.Merijn Brand <h.m.brand@hccnet.nl>
4949              Date: Wed, 22 Aug 2001 12:38:35 +0200
4950              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
4951      Branch: perl
4952            ! Configure
4953 ____________________________________________________________________________
4954 [ 11723] By: ams                                   on 2001/08/21  16:17:53
4955         Log: Subject: [PATCH] installperl -help
4956              From: Nicholas Clark <nick@ccl4.org>
4957              Date: Tue, 21 Aug 2001 17:34:23 +0100
4958              Message-Id: <20010821173423.F82818@plum.flirble.org>
4959      Branch: perl
4960            ! installperl
4961 ____________________________________________________________________________
4962 [ 11722] By: ams                                   on 2001/08/20  07:46:31
4963         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
4964              From: Ilmari Karonen <iltzu@sci.fi>
4965              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
4966              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
4967      Branch: perl
4968            ! pod/perlvar.pod
4969 ____________________________________________________________________________
4970 [ 11721] By: nick                                  on 2001/08/20  06:24:31
4971         Log: Integrate mainline
4972      Branch: perlio
4973           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
4974           +> lib/Lingua/KO/Hangul/Util/Changes
4975           +> lib/Lingua/KO/Hangul/Util/README
4976           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
4977           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
4978           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
4979           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
4980           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
4981           +> lib/Unicode/Normalize/t/test.t
4982            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
4983           !> (integrate 55 files)
4984 ____________________________________________________________________________
4985 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
4986         Log: Integrate Change #11599 from maint-5.6/perl
4987      Branch: maint-5.6/macperl
4988           !> README.win32
4989 ____________________________________________________________________________
4990 [ 11719] By: ams                                   on 2001/08/18  21:21:42
4991         Log: Add Porting/apply to MANIFEST.
4992      Branch: perl
4993            ! MANIFEST
4994 ____________________________________________________________________________
4995 [ 11718] By: sky                                   on 2001/08/18  14:38:01
4996         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
4997              Better solution would be to make 5005threaded perl use
4998              the same system as ithreads do
4999      Branch: perl
5000            ! perl.h
5001 ____________________________________________________________________________
5002 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
5003         Log: New try for ID 20010407.006: detach the semantics
5004              "was the last match target UTF8" into its own variable.
5005      Branch: perl
5006            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
5007            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
5008 ____________________________________________________________________________
5009 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
5010         Log: UTF8 flag should be meaningful only when POK.
5011      Branch: perl
5012            ! dump.c
5013 ____________________________________________________________________________
5014 [ 11715] By: sky                                   on 2001/08/18  11:45:16
5015         Log: USE_THREADS and USE_ITHREADS are never true at the same time
5016      Branch: perl
5017            ! perl.h
5018 ____________________________________________________________________________
5019 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
5020         Log: Retract #11712 for now.  The real fix would probably
5021              be something like making PL_reg_sv a copy (PV + UTF8)
5022              of the matched/substituted string (note: not just a SvPOK
5023              string, for example the stringified form of a ROK would
5024              be applicable)  Beware of leaks.
5025      Branch: perl
5026            ! pp_hot.c t/op/pat.t
5027 ____________________________________________________________________________
5028 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
5029         Log: UTF8 wasn't printing for PVMGs.
5030      Branch: perl
5031            ! dump.c
5032 ____________________________________________________________________________
5033 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
5034         Log: (Retracted by #11714)
5035              
5036              Okay analysis, debatable fix.  (The fix will inc
5037              the refcount of all temporary match objects,
5038              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
5039              which will then cause griping at untie() time
5040              ("inner references remain").
5041              
5042              Fix for ID 20010407.006: PL_reg_sv got wiped out
5043              by freetemps if the match target was a temporary
5044              (like function_call() =~ /.../), which in turn meant
5045              that the $1 et al stopped working if they had UTF-8
5046              in them.  Therefore bump up the refcount of PL_reg_sv.
5047      Branch: perl
5048            ! pp_hot.c t/op/pat.t
5049 ____________________________________________________________________________
5050 [ 11711] By: ams                                   on 2001/08/17  20:32:08
5051         Log: Subject: [PATCH] doesn't compile, was perl@11710
5052              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5053              Date: Fri, 17 Aug 2001 23:21:10 +0200
5054              Message-Id: <20010817232110.C7041@rafael> 
5055      Branch: perl
5056            ! sharedsv.c
5057 ____________________________________________________________________________
5058 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
5059         Log: Update Changes.
5060      Branch: perl
5061            ! Changes patchlevel.h
5062 ____________________________________________________________________________
5063 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
5064         Log: Upgrade to libnet 1.0704.
5065      Branch: perl
5066            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
5067            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
5068            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
5069            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
5070            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
5071            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
5072            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
5073 ____________________________________________________________________________
5074 [ 11708] By: sky                                   on 2001/08/17  13:34:04
5075         Log: Let perl_clone copy PL_exit_flags
5076      Branch: perl
5077            ! sv.c
5078 ____________________________________________________________________________
5079 [ 11707] By: sky                                   on 2001/08/17  12:28:41
5080         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
5081      Branch: perl
5082            ! sharedsv.c sharedsv.h
5083 ____________________________________________________________________________
5084 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
5085         Log: The metaconfig unit change for #11705.
5086      Branch: metaconfig/U/perl
5087            ! Extensions.U
5088 ____________________________________________________________________________
5089 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
5090         Log: Allow the threads extension to be found if present.
5091      Branch: perl
5092            ! Configure
5093 ____________________________________________________________________________
5094 [ 11704] By: nick                                  on 2001/08/17  11:47:54
5095         Log: Mail -> change script (pre-alpha)
5096      Branch: perl
5097            + Porting/apply
5098 ____________________________________________________________________________
5099 [ 11703] By: sky                                   on 2001/08/17  07:11:24
5100         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
5101              Thanks to Tom Hospel for pointing out my error.
5102      Branch: perl
5103            ! op.h
5104 ____________________________________________________________________________
5105 [ 11702] By: sky                                   on 2001/08/17  04:18:11
5106         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.
5107      Branch: perl
5108            ! embed.pl miniperlmain.c perl.c perl.h proto.h
5109 ____________________________________________________________________________
5110 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
5111         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
5112              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
5113      Branch: perl
5114            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
5115            + lib/Lingua/KO/Hangul/Util/README
5116            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
5117            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
5118            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
5119            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
5120            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
5121            + lib/Unicode/Normalize/t/test.t
5122            ! MANIFEST
5123 ____________________________________________________________________________
5124 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
5125         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
5126              Date: Thu, 16 Aug 2001 22:46:15 -0500
5127              From: "Craig A. Berry" <craigberry@mac.com>
5128              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
5129      Branch: perl
5130            ! configure.com numeric.c
5131 ____________________________________________________________________________
5132 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
5133         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
5134              of the usual suspects (like getpwent) but not for others
5135              (like localtime and rand).  The _r versions are available
5136              for all of them, so let's use them.
5137      Branch: perl
5138            ! perl.h
5139 ____________________________________________________________________________
5140 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
5141         Log: (Accidental apply; thankfully empty.)
5142      Branch: perl
5143            ! hints/os390.sh
5144 ____________________________________________________________________________
5145 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
5146         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
5147              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5148              Date: Thu, 16 Aug 2001 16:27:49 +0100
5149              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
5150      Branch: perl
5151            ! regexec.c t/op/re_tests
5152 ____________________________________________________________________________
5153 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
5154         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
5155              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5156              Date: Thu, 16 Aug 2001 18:50:01 +0100
5157              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
5158      Branch: perl
5159            ! pp_hot.c t/op/pat.t
5160 ____________________________________________________________________________
5161 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
5162         Log: Subject: [PATCH] *time_r again
5163              From: "Arthur Bergman" <arthur@contiller.se>
5164              Date: Thu, 16 Aug 2001 16:01:54 +0200
5165              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
5166      Branch: perl
5167            ! op.h
5168 ____________________________________________________________________________
5169 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
5170         Log: system() and backtick error handling cleanup from Craig A. Berry.
5171      Branch: perl
5172            ! vms/vms.c
5173 ____________________________________________________________________________
5174 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
5175         Log: change#10334 leaks memory, copies string when it doesn't
5176              need to
5177      Branch: perl
5178            ! perl.c
5179 ____________________________________________________________________________
5180 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
5181         Log: One more twist to the sprintf + utf8 testing.
5182      Branch: perl
5183            ! t/op/misc.t
5184 ____________________________________________________________________________
5185 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
5186         Log: Fix for 20010407.008 sprintf removes utf8-ness.
5187      Branch: perl
5188            ! pp.c t/op/misc.t
5189 ____________________________________________________________________________
5190 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
5191         Log: Subject: [PATCH] *time_r fixes
5192              From: "Arthur Bergman" <arthur@contiller.se>
5193              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
5194              Date: Thu, 16 Aug 2001 14:22:27 +0200
5195      Branch: perl
5196            ! op.h
5197 ____________________________________________________________________________
5198 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
5199         Log: Upgrade to CGI.pm 2.77.
5200      Branch: perl
5201            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
5202            ! lib/CGI/t/function.t
5203 ____________________________________________________________________________
5204 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
5205         Log: Document the bytes-to-Unicode upgrading.
5206      Branch: perl
5207            ! pod/perlunicode.pod
5208 ____________________________________________________________________________
5209 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
5210         Log: Add a test for Unicode sprintf.
5211      Branch: perl
5212            ! t/op/misc.t
5213 ____________________________________________________________________________
5214 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
5215         Log: Add Unicode tests for index/rindex.
5216      Branch: perl
5217            ! t/op/index.t
5218 ____________________________________________________________________________
5219 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
5220         Log: Document a bit the art of minimizing the installation,
5221              based on the p5p discussion.
5222      Branch: perl
5223            ! INSTALL
5224 ____________________________________________________________________________
5225 [ 11684] By: nick                                  on 2001/08/15  15:03:31
5226         Log: Integrate mainline
5227      Branch: perlio
5228           +> sharedsv.c sharedsv.h
5229           !> (integrate 53 files)
5230 ____________________________________________________________________________
5231 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
5232         Log: Update Changes.
5233      Branch: perl
5234            ! Changes patchlevel.h
5235 ____________________________________________________________________________
5236 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
5237         Log: The #11673 necessitated a test tweak.
5238      Branch: perl
5239            ! t/io/utf8.t
5240 ____________________________________________________________________________
5241 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
5242         Log: Also UNICOS is in the general case unable to silently
5243              handle fp overflows.
5244      Branch: perl
5245            ! numeric.c
5246 ____________________________________________________________________________
5247 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
5248         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
5249              NV_EPSILON #defined.
5250      Branch: perl
5251            ! perl.h
5252 ____________________________________________________________________________
5253 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
5254         Log: Re-establish the fp overflow detection for VAX VMS; there
5255              is no easy way to have the IEEE fp silent overflow semantics.
5256              (in Alpha VMS we still will use IEEE fp by default-- but it
5257              is still possible to configure Perl to use G_FLOAT)
5258      Branch: perl
5259            ! numeric.c
5260 ____________________________________________________________________________
5261 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
5262         Log: Subject: [PATCH] pp_lock 
5263              From: "Arthur Bergman" <arthur@contiller.se>
5264              Date: Wed, 15 Aug 2001 11:52:16 +0200
5265              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
5266      Branch: perl
5267            ! pp.c
5268 ____________________________________________________________________________
5269 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
5270         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
5271              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5272              Date: Wed, 15 Aug 2001 11:32:11 +0100
5273              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
5274      Branch: perl
5275            ! regcomp.c t/op/re_tests
5276 ____________________________________________________________________________
5277 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
5278         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
5279              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
5280              Date: Wed, 15 Aug 2001 10:33:49 +0100
5281              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
5282      Branch: perl
5283            ! regexec.c t/op/re_tests
5284 ____________________________________________________________________________
5285 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
5286         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
5287              From: Barrie Slaymaker <barries@slaysys.com>
5288              Date: Tue, 14 Aug 2001 14:32:25 -0400
5289              Message-ID: <20010814143225.A19822@jester.slaysys.com>
5290      Branch: perl
5291            ! lib/File/Spec.t lib/File/Spec/Unix.pm
5292 ____________________________________________________________________________
5293 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
5294         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
5295              From: Peter Prymmer <pvhp@forte.com>
5296              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
5297              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
5298      Branch: perl
5299            ! README.vms configure.com
5300 ____________________________________________________________________________
5301 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
5302         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
5303              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
5304              Date: Tue, 14 Aug 2001 21:23:27 +0200
5305              Message-ID: <20010814212327.A1919@rafael>
5306      Branch: perl
5307            ! doio.c
5308 ____________________________________________________________________________
5309 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
5310         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
5311              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
5312              Date: Tue, 14 Aug 2001 22:30:11 +0200
5313              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
5314              
5315              Combination of nmake, quoting, and Perl expanded $( in here-doc.
5316      Branch: perl
5317            ! ext/SDBM_File/Makefile.PL
5318 ____________________________________________________________________________
5319 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
5320         Log: Todo updates.
5321      Branch: perl
5322            ! pod/perltodo.pod
5323 ____________________________________________________________________________
5324 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
5325         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
5326              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
5327              Date: Mon, 13 Aug 2001 23:15:01 +0200
5328              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
5329      Branch: perl
5330            ! sv.c
5331 ____________________________________________________________________________
5332 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
5333         Log: Subject: [PATCH] [b-]showlex.t
5334              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
5335              Date: Sun, 12 Aug 2001 22:24:51 +0200
5336              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
5337              
5338              The 4nt command shell will expand the % in command line
5339              no matter what quoting is attempted, changed the % to @.
5340      Branch: perl
5341            ! ext/B/Showlex.t
5342 ____________________________________________________________________________
5343 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
5344         Log: Subject: [PATCH] magic.t
5345              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
5346              Date: Sun, 12 Aug 2001 20:49:27 +0200
5347              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
5348      Branch: perl
5349            ! t/op/magic.t
5350 ____________________________________________________________________________
5351 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
5352         Log: Add sharedsv* to the DOSish platforms; plus add
5353              some WinCE files to the list of DOSish files.
5354      Branch: perl
5355            ! NetWare/Makefile Porting/makerel win32/Makefile
5356            ! win32/makefile.mk wince/Makefile.ce
5357 ____________________________________________________________________________
5358 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
5359         Log: More DOSish files.
5360      Branch: perl
5361            ! Porting/makerel
5362 ____________________________________________________________________________
5363 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
5364         Log: Strip CRs from the WinCE files.  Now we need to
5365              figure out in which CRs are really needed: probably
5366              Makefile.ce and the README files, at least, probably
5367              also the registry.bat.
5368      Branch: perl
5369            ! wince/Makefile.ce wince/README.compile wince/README.perlce
5370            ! wince/config.h wince/include/cectype.h wince/include/errno.h
5371            ! wince/include/sys/stat.h wince/include/sys/types.h
5372            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
5373            ! wince/perldll.def wince/registry.bat wince/wince.h
5374            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
5375 ____________________________________________________________________________
5376 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
5377         Log: Add some files to DOSish and writables.
5378      Branch: perl
5379            ! Porting/makerel
5380 ____________________________________________________________________________
5381 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
5382         Log: Compile failure message tidying.
5383      Branch: perl
5384            ! t/lib/1_compile.t
5385 ____________________________________________________________________________
5386 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
5387         Log: The new sharedsv* should be exported only if usethreads.
5388      Branch: perl
5389            ! makedef.pl
5390 ____________________________________________________________________________
5391 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
5392         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
5393              From: Peter Prymmer <pvhp@forte.com>
5394              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
5395              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
5396      Branch: perl
5397            ! README.os390
5398 ____________________________________________________________________________
5399 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
5400         Log: Update Changes.
5401      Branch: perl
5402            ! Changes patchlevel.h
5403 ____________________________________________________________________________
5404 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
5405         Log: Subject: [PATHC] sharedsv.[c|h]
5406              From: "Artur Bergman" <artur@contiller.se>
5407              Date: Mon, 13 Aug 2001 14:38:41 +0200
5408              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
5409              
5410              Subject: [PATCH] embed.pl
5411              From: Arthur Bergman <arthur@contiller.se>
5412              Date: Mon, 13 Aug 2001 14:38:14 +0200
5413              Message-ID: <B79D96D6.3088%arthur@contiller.se>
5414              
5415              Subject: [PATCH] sharedsv cleanups
5416              From: "Arthur Bergman" <arthur@contiller.se>
5417              Date: Mon, 13 Aug 2001 15:14:25 +0200
5418              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
5419              
5420              Plus few tweaks: _init needs to be Adp, the prototypes
5421              should not be revealed unless using ithreads, #endif FOO
5422              must be #endif /* FOO */, adding (parentheses) around
5423              do { } while doesn't work too well.
5424      Branch: perl
5425            + sharedsv.c sharedsv.h
5426            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
5427            ! perl.h perlapi.c pod/perlapi.pod proto.h
5428 ____________________________________________________________________________
5429 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
5430         Log: Subject: Re: END {} blocks run in perl_run
5431              From: Arthur Bergman <arthur@contiller.se>
5432              Date: Mon, 13 Aug 2001 11:11:30 +0200
5433              Message-ID: <B79D6661.3068%arthur@contiller.se>
5434      Branch: perl
5435            ! perl.c
5436 ____________________________________________________________________________
5437 [ 11657] By: nick                                  on 2001/08/13  09:03:02
5438         Log: Integrate mainline
5439      Branch: perlio
5440           +> (branch 326 files)
5441            - (delete 330 files)
5442           !> (integrate 85 files)
5443 ____________________________________________________________________________
5444 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
5445         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
5446              and the Perl will be built to do that by default (adding that
5447              will break scripts having non-UTF-8 binary data, such as Latin-1.)
5448      Branch: perl
5449            ! op.c toke.c utf8.h
5450 ____________________________________________________________________________
5451 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
5452         Log: Unnecessary downgrades.
5453      Branch: perl
5454            ! doop.c
5455 ____________________________________________________________________________
5456 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
5457         Log: Failure not true anymore (probably caused by my broken setup).
5458      Branch: perl
5459            ! t/op/pat.t
5460 ____________________________________________________________________________
5461 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
5462         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
5463              stopped working).
5464      Branch: perl
5465            ! op.h pp_ctl.c regcomp.c
5466 ____________________________________________________________________________
5467 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
5468         Log: There is no IN_UTF8.
5469      Branch: perl
5470            ! utf8.h
5471 ____________________________________________________________________________
5472 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
5473         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
5474      Branch: perl
5475            ! op.c op.h pp_ctl.c regcomp.c
5476 ____________________________________________________________________________
5477 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
5478         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
5479              and a test tweak.
5480      Branch: perl
5481            ! op.c t/pod/find.t
5482 ____________________________________________________________________________
5483 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
5484         Log: Todo updates and fixes.
5485      Branch: perl
5486            ! pod/perltodo.pod
5487 ____________________________________________________________________________
5488 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
5489         Log: Mark tests (and one module) having explicit Latin-1
5490              (and one file having explicit UTF-8) with an explicit
5491              'no utf8' (and one explicit 'use utf8').
5492              
5493              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
5494      Branch: perl
5495            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
5496            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
5497            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
5498 ____________________________________________________________________________
5499 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
5500         Log: Subject: SV: END {} blocks run in perl_run
5501              From: "Arthur Bergman" <arthur@contiller.se>
5502              Date: Sun, 12 Aug 2001 00:34:28 +0200 
5503              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
5504      Branch: perl
5505            ! miniperlmain.c perl.c
5506 ____________________________________________________________________________
5507 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
5508         Log: Typos in #11645.
5509      Branch: perl
5510            ! perl.h
5511 ____________________________________________________________________________
5512 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
5513         Log: On ithreads default to use_reentrant except on naturally
5514              threadsafe platforms.
5515      Branch: perl
5516            ! perl.h
5517 ____________________________________________________________________________
5518 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
5519         Log: (Hopefully) a fix for 20010723.004: make install needs
5520              write permission in build directory.  The problem was
5521              probably caused by overeager sprinkling of the lib/re.pm
5522              dependencies (which was done to guarantee lib/re.pm being
5523              uptodate for parallel makes: now solved by funneling that
5524              through an explicit recursive make in the preplibrary target).
5525      Branch: perl
5526            ! Makefile.SH
5527 ____________________________________________________________________________
5528 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
5529         Log: Dispell the "use utf8" superstition.
5530      Branch: perl
5531            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
5532            ! pod/perlunicode.pod
5533 ____________________________________________________________________________
5534 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
5535         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
5536              From: "Abigail" <abigail@foad.org> 
5537              Date: Sat, 11 Aug 2001 23:49:49 +0200
5538              Message-ID: <20010811214950.23255.qmail@foad.org>
5539      Branch: perl
5540            ! t/op/taint.t
5541 ____________________________________________________________________________
5542 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
5543         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
5544              From: Abhijit Menon-Sen <ams@wiw.org>
5545              Date: Sat, 11 Aug 2001 06:18:19 +0530
5546              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
5547      Branch: perl
5548            ! mg.c
5549 ____________________________________________________________________________
5550 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
5551         Log: Test for change #11639.
5552      Branch: perl
5553            ! t/op/tiehandle.t
5554 ____________________________________________________________________________
5555 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
5556         Log: Subject: Re: Can't localize *FH, then tie it
5557              From: Abhijit Menon-Sen <ams@wiw.org>
5558              Date: Sun, 12 Aug 2001 16:08:06 +0530
5559              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
5560      Branch: perl
5561            ! pp_hot.c pp_sys.c
5562 ____________________________________________________________________________
5563 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
5564         Log: Drop all the unnecessary "use utf8" clauses and some of
5565              the unnecessary "use bytes" ones.
5566              
5567              TODO: scour the documentation for unnecessary "use utf8"
5568              and prominently display it in perldelta when the time comes.
5569              ("use utf8" should be necessary ONLY if one wants the script
5570              to be in UTF-8.)  Also should be checked in some non-ASCII
5571              non-Latin-1 platform, like EBCDIC.
5572      Branch: perl
5573            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
5574            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
5575 ____________________________________________________________________________
5576 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
5577         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
5578              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
5579              in Unicode handling.
5580      Branch: perl
5581            + t/op/lc.t
5582            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
5583 ____________________________________________________________________________
5584 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
5585         Log: Thinko: we want the flags for native cc, not gcc.
5586      Branch: perl
5587            ! hints/dec_osf.sh
5588 ____________________________________________________________________________
5589 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
5590         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
5591              From: Robin Houston <robin@kitsite.com>
5592              Date: Fri, 10 Aug 2001 14:42:02 +0100
5593              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
5594      Branch: perl
5595            ! pp.c
5596 ____________________________________________________________________________
5597 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
5598         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
5599              From: Abhijit Menon-Sen <ams@wiw.org>
5600              Date: Sat, 11 Aug 2001 16:31:04 +0530
5601              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
5602      Branch: perl
5603            ! op.c
5604 ____________________________________________________________________________
5605 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
5606         Log: Get rid of indread, from Abhijit Menon-Sen.
5607      Branch: perl
5608            ! pp_sys.c
5609 ____________________________________________________________________________
5610 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
5611         Log: CRLFgngngn.
5612      Branch: perl
5613            ! win32/Makefile win32/makefile.mk
5614 ____________________________________________________________________________
5615 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
5616         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
5617      Branch: perl
5618            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
5619            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
5620            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
5621            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
5622            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
5623            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
5624            ! win32/Makefile win32/makefile.mk
5625 ____________________________________________________________________________
5626 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
5627         Log: Avoid #elif (less portable than #else #if).
5628      Branch: perl
5629            ! handy.h
5630 ____________________________________________________________________________
5631 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
5632         Log: Subject: patch for perlvar.pod
5633              From: mah@everybody.org (Mark A. Hershberger)
5634              Date: 08 Aug 2001 17:03:16 -0500
5635              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
5636      Branch: perl
5637            ! pod/perlvar.pod
5638 ____________________________________________________________________________
5639 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
5640         Log: cpp commands must start (the # must be) at the column #0.
5641      Branch: perl
5642            ! op.c
5643 ____________________________________________________________________________
5644 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
5645         Log: If using gcc -B/foo/bar makedepend would give
5646              unnecessary warnings about unused -B/foo/bar.
5647      Branch: perl
5648            ! makedepend.SH
5649 ____________________________________________________________________________
5650 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
5651         Log: Update Changes.
5652      Branch: perl
5653            ! Changes patchlevel.h
5654 ____________________________________________________________________________
5655 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
5656         Log: s/z/tz/
5657      Branch: perl
5658            ! pod/perlfaq2.pod
5659 ____________________________________________________________________________
5660 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
5661         Log: Article nit.
5662      Branch: perl
5663            ! pod/perlfaq2.pod
5664 ____________________________________________________________________________
5665 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
5666         Log: Rename lib/unicode files to lib/unicore to avoid
5667              conflicts between core lib/unicode and Unicode::
5668              files in case-ignoring filesystems.
5669      Branch: perl
5670            + (add 325 files)
5671            - (delete 324 files)
5672            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
5673 ____________________________________________________________________________
5674 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
5675         Log: Upgrade to Math::BigInt 1.41.
5676      Branch: perl
5677            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
5678 ____________________________________________________________________________
5679 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
5680         Log: Subject: [PATCH] remove PL_na from typemap
5681              From: James <james@rf.net>
5682              Date: Mon, 06 Aug 2001 20:23:15 -0700
5683              Message-ID: <3B6F5F23.A31A81B1@rf.net>
5684              
5685              (had to be manually applied)
5686      Branch: perl
5687            ! lib/ExtUtils/typemap
5688 ____________________________________________________________________________
5689 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
5690         Log: The metaconfig unit changes for #11618.
5691      Branch: metaconfig/U/perl
5692            + d_fpclassl.U i_fp.U
5693 ____________________________________________________________________________
5694 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
5695         Log: Forgot this from #11618.
5696              
5697              NOTE: wince/config_H.ce needs updating.
5698      Branch: perl
5699            ! wince/config.ce
5700 ____________________________________________________________________________
5701 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
5702         Log: Introduce more floating point classifying APIs;
5703              try to define (most importantly) Perl_is{inf,nan}(x).
5704              
5705              For this first cut, assume none such APIs exist in non-UNIXoid
5706              platforms-- this is of course too unkind: Win32 rumoredly has
5707              _fpclass() and _isnan(), and VMS/VOS very probably have some
5708              of the APIs available.     The only thing Perl uses at the moment
5709              is Perl_isnan() (has been in use for a while now).
5710              
5711              NOTE: the Win32 and NetWare config_h.?c need regenerating.
5712      Branch: perl
5713            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
5714            ! Porting/config_H config_h.SH configure.com epoc/config.sh
5715            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
5716            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
5717            ! vos/config.ga.h win32/config.bc win32/config.gc
5718            ! win32/config.vc win32/config_H.bc win32/config_H.gc
5719            ! win32/config_H.vc wince/config.ce wince/config.h
5720 ____________________________________________________________________________
5721 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
5722         Log: Integrate change #11519 from perlio:
5723              
5724              Avoid testing for (non-)existance of "encoding(xxxx)"
5725              layer is called "encoding" the (xxxx) is an argument.
5726      Branch: perl
5727           !> lib/open.pm
5728 ____________________________________________________________________________
5729 [ 11616] By: nick                                  on 2001/08/09  07:50:24
5730         Log: Integrate mainline
5731      Branch: perlio
5732           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
5733           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
5734           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
5735           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
5736            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
5737            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
5738           !> (integrate 79 files)
5739 ____________________________________________________________________________
5740 [ 11615] By: nick                                  on 2001/08/09  06:23:44
5741         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
5742              layer is called "encoding" the (xxxx) is an argument.
5743      Branch: perlio
5744            ! lib/open.pm
5745 ____________________________________________________________________________
5746 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
5747         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
5748              From: Paul Johnson <paul@pjcj.net>
5749              Date: Wed, 8 Aug 2001 23:54:17 +0200
5750              Message-ID: <20010808235417.O1006@pjcj.net>
5751      Branch: perl
5752            ! ext/B/B/Concise.pm
5753 ____________________________________________________________________________
5754 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
5755         Log: Make VMS use IEEE math by default; reorder Tru64 hints
5756              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
5757              exception semantics) is always set if using (the new) cc.
5758      Branch: perl
5759            ! configure.com hints/dec_osf.sh
5760 ____________________________________________________________________________
5761 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
5762         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
5763              From: Abhijit Menon-Sen <ams@wiw.org>
5764              Date: Tue, 7 Aug 2001 17:16:05 +0530
5765              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
5766      Branch: perl
5767            ! pp_sys.c
5768 ____________________________________________________________________________
5769 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
5770         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
5771              From: "Craig A. Berry" <craigberry@mac.com>
5772              Date: Tue, 07 Aug 2001 22:27:47 -0500
5773              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
5774      Branch: perl
5775            ! t/run/exit.t
5776 ____________________________________________________________________________
5777 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
5778         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
5779              From: "Craig A. Berry" <craigberry@mac.com>
5780              Date: Tue, 07 Aug 2001 20:01:53 -0500
5781              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
5782      Branch: perl
5783            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
5784 ____________________________________________________________________________
5785 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
5786         Log: Update the magazine information.
5787      Branch: perl
5788            ! pod/perlfaq2.pod
5789 ____________________________________________________________________________
5790 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
5791         Log: Ignore SIGFPE everywhere.
5792      Branch: perl
5793            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
5794 ____________________________________________________________________________
5795 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
5796         Log: With permission, change the licensing of the docs by
5797              TomC (and Gnat) to comply with the rest of Perl.
5798      Branch: perl
5799            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
5800            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
5801            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
5802            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
5803            ! pod/perltootc.pod
5804 ____________________________________________________________________________
5805 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
5806         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
5807              From: Andy Dougherty <doughera@lafayette.edu>
5808              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
5809              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
5810      Branch: perl
5811            ! hints/openbsd.sh
5812 ____________________________________________________________________________
5813 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
5814         Log: Subject: [PATCH] Makefile.SH test_prep dependency
5815              From: Andy Dougherty <doughera@lafayette.edu>
5816              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
5817              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
5818      Branch: perl
5819            ! Makefile.SH
5820 ____________________________________________________________________________
5821 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
5822         Log: Don't autogenerate the headers et alia,
5823              make regen_headers explicitly.
5824      Branch: perl
5825            ! Makefile.SH
5826 ____________________________________________________________________________
5827 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
5828         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
5829              From: Gurusamy Sarathy <gsar@ActiveState.com> 
5830              Date: Tue, 07 Aug 2001 08:33:26 -0700
5831              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
5832              
5833              Unnecessary dependency.
5834      Branch: perl
5835            ! embed.pl
5836 ____________________________________________________________________________
5837 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
5838         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
5839              From: Abhijit Menon-Sen <ams@wiw.org>
5840              Date: Tue, 7 Aug 2001 09:10:54 +0530
5841              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
5842      Branch: perl
5843            ! pp_hot.c
5844 ____________________________________________________________________________
5845 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
5846         Log: Subject: [PATCH perl@11597] B && BEGIN handling
5847              From: "James A. Duncan" <jduncan@fotango.com>
5848              Date: Mon, 6 Aug 2001 17:29:11 +0100
5849              Message-ID: <20010806172911.A2071@fotango.com>
5850              
5851              (the intrpvar.h addition moved to the end for bincompat)
5852      Branch: perl
5853            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
5854 ____________________________________________________________________________
5855 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
5856         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
5857      Branch: perl
5858           !> README.win32
5859 ____________________________________________________________________________
5860 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
5861         Log: fix URLs for fcrypt.c
5862      Branch: maint-5.6/perl
5863            ! README.win32
5864 ____________________________________________________________________________
5865 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
5866         Log: Yet another way to say Infinity: HP-UX calls its "++".
5867      Branch: perl
5868            ! lib/Math/BigInt/t/bigintpm.t
5869 ____________________________________________________________________________
5870 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
5871         Log: Update Changes.
5872      Branch: perl
5873            ! Changes patchlevel.h
5874 ____________________________________________________________________________
5875 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
5876         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
5877      Branch: perl
5878            ! pod/perlfaq5.pod
5879 ____________________________________________________________________________
5880 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
5881         Log: The #11593 wasn't right.
5882      Branch: perl
5883            ! lib/Math/BigInt/t/bigintpm.t
5884 ____________________________________________________________________________
5885 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
5886         Log: Subject: [PATCH: perl@11564] introducing perlivp
5887              From: Prymmer/Kahn <pvhp@best.com>
5888              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
5889              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
5890              
5891              Subject: Re: [PATCH: perl@11564] introducing perlivp
5892              From: Prymmer/Kahn <pvhp@best.com>
5893              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
5894              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
5895      Branch: perl
5896            + utils/perlivp.PL
5897            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
5898            ! win32/Makefile win32/makefile.mk
5899 ____________________________________________________________________________
5900 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
5901         Log: libcs are confused what to call Infinity.
5902      Branch: perl
5903            ! lib/Math/BigInt/t/bigintpm.t
5904 ____________________________________________________________________________
5905 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
5906         Log: Avoid SIGFPE in Tru64.
5907      Branch: perl
5908            ! numeric.c
5909 ____________________________________________________________________________
5910 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
5911         Log: Upgrade to Math::BigInt 1.40.
5912              
5913              NOTE: this patch necessitates doing something about
5914              infinity handling since the new bigintpm.t tests use
5915              infinity, which causes SIGFPEs at least in Tru64.
5916      Branch: perl
5917            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
5918            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
5919            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
5920            ! lib/Math/BigInt/t/mbimbf.t
5921 ____________________________________________________________________________
5922 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
5923         Log: remove hardcoded cmd shell in testsuite
5924      Branch: perl
5925            ! t/op/glob.t t/op/magic.t t/op/stat.t
5926 ____________________________________________________________________________
5927 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
5928         Log: 4-arg select() was busted on windows because change#8178 didn't
5929              make it into mainline
5930      Branch: perl
5931            ! perl.h win32/include/sys/socket.h
5932 ____________________________________________________________________________
5933 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
5934         Log: Rename the Getopt::Long tests to be as they are
5935              in the Getopt::Long official distribution.
5936      Branch: perl
5937            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
5938            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
5939            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
5940            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
5941            ! MANIFEST
5942 ____________________________________________________________________________
5943 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
5944         Log: Upgrade to Getopt::Long 2.26.
5945      Branch: perl
5946            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
5947            ! MANIFEST lib/Getopt/Long.pm
5948 ____________________________________________________________________________
5949 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
5950         Log: Retract #10874 (the hack should be unnecessary by now)
5951      Branch: perl
5952            ! lib/Test/Harness.pm
5953 ____________________________________________________________________________
5954 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
5955         Log: avoid temp file littering in tests
5956      Branch: perl
5957            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
5958 ____________________________________________________________________________
5959 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
5960         Log: Subject: warning in sv.c: double format, NV arg
5961              From: "Philip Newton" <Philip.Newton@gmx.net>
5962              Date: Sun, 5 Aug 2001 19:41:07 +0200
5963              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
5964      Branch: perl
5965            ! sv.c
5966 ____________________________________________________________________________
5967 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
5968         Log: fix POSIX.t#13 for windos
5969      Branch: perl
5970            ! ext/POSIX/POSIX.t
5971 ____________________________________________________________________________
5972 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
5973         Log: Add a test for PerlIO::Via.
5974      Branch: perl
5975            + ext/PerlIO/t/via.t
5976            ! MANIFEST ext/PerlIO/Via/Via.pm
5977 ____________________________________________________________________________
5978 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
5979         Log: flock() and link() are not available on Windows 9x
5980      Branch: perl
5981            ! win32/config_sh.PL
5982 ____________________________________________________________________________
5983 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
5984         Log: Some Tru64 C compilers have C++ components that confuse
5985              the ccversion parsing.
5986      Branch: perl
5987            ! hints/dec_osf.sh
5988 ____________________________________________________________________________
5989 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
5990         Log: (Reintroduce #11125)
5991              
5992              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
5993              From: Alan Burlison <Alan.Burlison@sun.com> 
5994              Date: Tue, 03 Jul 2001 15:20:13 +0100   
5995              Message-ID: <3B41D49D.A923D4F9@sun.com> 
5996      Branch: perl
5997            ! lib/ExtUtils/MM_Unix.pm
5998 ____________________________________________________________________________
5999 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
6000         Log: Little pointer juggling for HP-UX cc to avoid
6001              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
6002              followed by
6003              "error 1549: Modifiable lvalue required for assignment operator."
6004      Branch: perl
6005            ! hv.c
6006 ____________________________________________________________________________
6007 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
6008         Log: Continuation of #11575: SANY_SEEN completely deprecated,
6009              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
6010              plus a fix for the bug.
6011      Branch: perl
6012            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
6013 ____________________________________________________________________________
6014 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
6015         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
6016              From: Doug MacEachern <dougm@covalent.net>
6017              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
6018              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
6019      Branch: perl
6020            ! sv.c
6021 ____________________________________________________________________________
6022 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
6023         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
6024              the new CANY is the \C.  The problem reported and the
6025              test case supplied in
6026              
6027              Subject: UTF-8 bugs in string length & single line regex matches
6028              From: "Daniel P. Berrange" <dan@berrange.com>
6029              Date: Fri, 3 Aug 2001 11:39:33 +0100
6030              Message-ID: <20010803113932.A19318@berrange.com>
6031      Branch: perl
6032            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
6033            ! t/op/pat.t
6034 ____________________________________________________________________________
6035 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
6036         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
6037              From: Doug MacEachern <dougm@covalent.net>
6038              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
6039              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
6040      Branch: perl
6041            ! perl.c regexec.c
6042 ____________________________________________________________________________
6043 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
6044         Log: The #11572 didn't up the test count.
6045      Branch: perl
6046            ! t/op/length.t
6047 ____________________________________________________________________________
6048 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
6049         Log: Subject: UTF-8 bugs in string length & single line regex matches
6050              From: "Daniel P. Berrange" <dan@berrange.com>
6051              Date: Fri, 3 Aug 2001 11:39:33 +0100         
6052              Message-ID: <20010803113932.A19318@berrange.com>
6053              
6054              (the mg_length() fix)
6055      Branch: perl
6056            ! mg.c t/op/length.t
6057 ____________________________________________________________________________
6058 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
6059         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
6060              From: Abhijit Menon-Sen <ams@wiw.org>
6061              Date: Sat, 4 Aug 2001 16:56:35 +0530
6062              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
6063      Branch: perl
6064            ! hv.c
6065 ____________________________________________________________________________
6066 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
6067         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
6068              From: Abhijit Menon-Sen <ams@wiw.org>
6069              Date: Sat, 4 Aug 2001 16:16:03 +0530
6070              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
6071      Branch: perl
6072            ! hv.c
6073 ____________________________________________________________________________
6074 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
6075         Log: Subject: Re: [patch] refcount re ops
6076              From: Abhijit Menon-Sen <ams@wiw.org>
6077              Date: Sat, 4 Aug 2001 08:54:55 +0530
6078              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
6079      Branch: perl
6080            ! sv.c
6081 ____________________________________________________________________________
6082 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
6083         Log: Subject: [patch] refcount re ops
6084              From: Doug MacEachern <dougm@covalent.net>
6085              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
6086              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
6087      Branch: perl
6088            ! regcomp.c sv.c
6089 ____________________________________________________________________________
6090 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
6091         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
6092              From: Doug MacEachern <dougm@covalent.net>
6093              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
6094              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
6095      Branch: perl
6096            ! perl.c regexec.c
6097 ____________________________________________________________________________
6098 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
6099         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
6100              From: "Craig A. Berry" <craigberry@mac.com> 
6101              Date: Fri, 03 Aug 2001 16:16:16 -0500
6102              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
6103      Branch: perl
6104            ! t/op/misc.t
6105 ____________________________________________________________________________
6106 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
6107         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
6108              From: John Kristian <jmk2001@engineer.com>
6109              Date: Fri, 03 Aug 2001 00:59:08 -0700
6110              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
6111      Branch: perl
6112            ! win32/win32.c
6113 ____________________________________________________________________________
6114 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
6115         Log: Update Changes.
6116      Branch: perl
6117            ! Changes patchlevel.h
6118 ____________________________________________________________________________
6119 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
6120         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
6121              From: "Craig A. Berry" <craigberry@mac.com>
6122              Date: Thu, 02 Aug 2001 23:15:24 -0500
6123              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
6124      Branch: perl
6125            ! ext/B/Stash.t
6126 ____________________________________________________________________________
6127 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
6128         Log: Subject: [patch] plug PL_cshname leak
6129              From: Doug MacEachern <dougm@covalent.net>
6130              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
6131              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
6132      Branch: perl
6133            ! sv.c
6134 ____________________________________________________________________________
6135 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
6136         Log: Subject: [patch] plug PL_sh_path leak
6137              From: Doug MacEachern <dougm@covalent.net>
6138              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
6139              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
6140      Branch: perl
6141            ! sv.c
6142 ____________________________________________________________________________
6143 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
6144         Log: Subject: [patch] plug PL_regex_padav leaks
6145              From: Doug MacEachern <dougm@covalent.net>
6146              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
6147              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
6148      Branch: perl
6149            ! op.c op.h perl.c
6150 ____________________________________________________________________________
6151 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
6152         Log: Subject: [patch] plug PL_origargv leak
6153              From: Doug MacEachern <dougm@covalent.net>
6154              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
6155              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
6156      Branch: perl
6157            ! perl.c
6158 ____________________________________________________________________________
6159 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
6160         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
6161              From: Abhijit Menon-Sen <ams@wiw.org>
6162              Date: Fri, 3 Aug 2001 06:38:11 +0530
6163              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
6164      Branch: perl
6165            ! hv.c
6166 ____________________________________________________________________________
6167 [ 11557] By: nick                                  on 2001/08/03  08:17:38
6168         Log: Integrate mainline
6169      Branch: perlio
6170           +> (branch 47 files)
6171            - lib/Switch/test.pl
6172           !> (integrate 49 files)
6173 ____________________________________________________________________________
6174 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
6175         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
6176              From: "Craig A. Berry" <craigberry@mac.com>
6177              Date: Thu, 02 Aug 2001 12:56:19 -0500
6178              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
6179      Branch: perl
6180            ! ext/B/Showlex.t
6181 ____________________________________________________________________________
6182 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
6183         Log: Be more careful about non-existent files.
6184      Branch: perl
6185            ! lib/File/Copy.pm
6186 ____________________________________________________________________________
6187 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
6188         Log: Subject: [PATCH resend] deparse empty formats
6189              From: Robin Houston <robin@kitsite.com> 
6190              Date: Thu, 2 Aug 2001 14:32:36 +0100
6191              Message-ID: <20010802143236.A894@robin.kitsite.com>
6192      Branch: perl
6193            ! ext/B/B/Deparse.pm
6194 ____________________________________________________________________________
6195 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
6196         Log: Subject: [patch] ithreads + refto fix improvement
6197              From: Doug MacEachern <dougm@covalent.net>
6198              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
6199              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
6200      Branch: perl
6201            ! pp.c
6202 ____________________________________________________________________________
6203 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
6204         Log: Readability nit from Abhijit.
6205      Branch: perl
6206            ! op.c
6207 ____________________________________________________________________________
6208 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
6209         Log: setproctitle() API version nit from Anton Berezin.
6210      Branch: perl
6211            ! mg.c
6212 ____________________________________________________________________________
6213 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
6214         Log: Add PerlCE to the docs.
6215      Branch: perl
6216            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
6217            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
6218 ____________________________________________________________________________
6219 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
6220         Log: Integrate the PerlCE (WinCE Perl) port;
6221              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
6222      Branch: perl
6223            + README.ce wince/FindExt.pm wince/Makefile.ce
6224            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
6225            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
6226            + wince/bin/search.pl wince/config.ce wince/config.h
6227            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
6228            + wince/dl_win32.xs wince/include/arpa/inet.h
6229            + wince/include/cectype.h wince/include/errno.h
6230            + wince/include/netdb.h wince/include/sys/socket.h
6231            + wince/include/sys/stat.h wince/include/sys/types.h
6232            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
6233            + wince/perl.rc wince/perldll.def wince/perllib.c
6234            + wince/perlmain.c wince/registry.bat wince/runperl.c
6235            + wince/splittree.pl wince/win32.h wince/win32iop.h
6236            + wince/win32thread.c wince/win32thread.h wince/wince.c
6237            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
6238            + wince/xdistclean.ksh wince/xmakediffs.ksh
6239            ! MANIFEST perl.c perl.h perlio.c
6240 ____________________________________________________________________________
6241 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
6242         Log: setproctitle() made simpler.  (This assumes the string is
6243              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
6244              should be used.  Note len, not len + 1.)  BSD-fu from Anton
6245              Berezin.
6246      Branch: perl
6247            ! mg.c
6248 ____________________________________________________________________________
6249 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
6250         Log: Subject: [PATCH] -Wall cleanup: op.c
6251              From: Richard Soderberg <rs@oregonnet.com>
6252              Date: Thu, 2 Aug 2001 00:17:09 -0700
6253              Message-Id: <200108020717.AAA26895@oregonnet.com>
6254              
6255              Subject: [PATCH] -Wall cleanup: sv.c
6256              From: Richard Soderberg <rs@oregonnet.com>
6257              Date: Thu, 2 Aug 2001 00:49:21 -0700
6258              Message-Id: <200108020749.AAA27492@oregonnet.com>
6259      Branch: perl
6260            ! op.c sv.c
6261 ____________________________________________________________________________
6262 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
6263         Log: Update Changes.
6264      Branch: perl
6265            ! Changes patchlevel.h
6266 ____________________________________________________________________________
6267 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
6268         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
6269              From: Doug MacEachern <dougm@covalent.net>
6270              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
6271              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
6272      Branch: perl
6273            ! op.c
6274 ____________________________________________________________________________
6275 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
6276         Log: The #11541 didn't work under threads.
6277      Branch: perl
6278            ! op.c
6279 ____________________________________________________________________________
6280 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
6281         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
6282              From: Hugo <hv@crypt.compulink.co.uk>
6283              Date: Fri, 22 Jun 2001 01:19:08 +0100 
6284              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
6285              
6286              (Skip tests if accept() failed)
6287      Branch: perl
6288            ! ext/IO/lib/IO/t/io_unix.t
6289 ____________________________________________________________________________
6290 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
6291         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
6292              From: "Stian Seeberg" <sseeberg@nimsoft.no>
6293              Date: Mon, 30 Jul 2001 12:28:07 +0200
6294              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
6295      Branch: perl
6296            ! perl.h
6297 ____________________________________________________________________________
6298 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
6299         Log: Subject: Pluggable optimizer
6300              From: Simon Cozens <simon@netthink.co.uk>
6301              Date: Wed, 1 Aug 2001 13:57:02 -0700
6302              Message-ID: <20010801135702.I10442@netthink.co.uk>
6303      Branch: perl
6304            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
6305 ____________________________________________________________________________
6306 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
6307         Log: Subject: [ID 20010801.039] perlre.pod message typo
6308              From: Autrijus Tang <autrijus@geb.elixus.org>
6309              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
6310              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
6311      Branch: perl
6312            ! pod/perlre.pod
6313 ____________________________________________________________________________
6314 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
6315         Log: Test for change #11536.
6316      Branch: perl
6317            ! t/op/tiehandle.t
6318 ____________________________________________________________________________
6319 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
6320         Log: More test fixups for #11537.
6321      Branch: perl
6322            ! t/lib/warnings/4lint t/lib/warnings/9enabled
6323 ____________________________________________________________________________
6324 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
6325         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
6326              From: Doug MacEachern <dougm@covalent.net>
6327              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
6328              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
6329      Branch: perl
6330            ! op.c t/TestInit.pm
6331 ____________________________________________________________________________
6332 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
6333         Log: Subject: [patch] ithreads + refto bug
6334              From: Doug MacEachern <dougm@covalent.net>
6335              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
6336              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
6337              
6338              (Test in change #11539)
6339      Branch: perl
6340            ! pp.c
6341 ____________________________________________________________________________
6342 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
6343         Log: Subject: [PATCH: perl@11523] fixups for t/harness
6344              From: Prymmer/Kahn <pvhp@best.com>
6345              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
6346              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
6347      Branch: perl
6348            ! t/harness
6349 ____________________________________________________________________________
6350 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
6351         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
6352              From: Prymmer/Kahn <pvhp@best.com>
6353              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
6354              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
6355      Branch: perl
6356            ! win32/Makefile win32/makefile.mk
6357 ____________________________________________________________________________
6358 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
6359         Log: Need to know the number of tests.
6360      Branch: perl
6361            ! t/run/exit.t
6362 ____________________________________________________________________________
6363 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
6364         Log: Subject: Re: new exit tests on VMS
6365              From: "Craig A. Berry" <craigberry@mac.com>
6366              Date: Tue, 31 Jul 2001 12:19:29 -0500
6367              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
6368      Branch: perl
6369            ! t/run/exit.t
6370 ____________________________________________________________________________
6371 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
6372         Log: Retract #11530 (the dTHX is needed under threads)
6373      Branch: perl
6374            ! perlio.c
6375 ____________________________________________________________________________
6376 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
6377         Log: (Retracted by #11531)
6378      Branch: perl
6379            ! perlio.c
6380 ____________________________________________________________________________
6381 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
6382         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
6383              From: Richard Soderberg <rs@crystalflame.net>
6384              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
6385              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
6386      Branch: perl
6387            ! unixish.h
6388 ____________________________________________________________________________
6389 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
6390         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
6391              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6392              Date: Tue, 31 Jul 2001 05:39:09 -0400
6393              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
6394              
6395              (with a note about the case of UV being equal to long long)
6396      Branch: perl
6397            ! utils/h2xs.PL
6398 ____________________________________________________________________________
6399 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
6400         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
6401              From: "Craig A. Berry" <craigberry@mac.com>
6402              Date: Tue, 31 Jul 2001 14:57:43 -0500
6403              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
6404      Branch: perl
6405            ! t/io/fs.t
6406 ____________________________________________________________________________
6407 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
6408         Log: Fix for
6409              
6410              Subject: [ID 20010116.001] File::Copy truncates orig file 
6411              From: arbor@al37al08.telecel.pt
6412              Date: Tue, 16 Jan 2001 11:43:02 GMT
6413              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
6414              
6415              (copy($foo, $foo) would truncate $foo)
6416      Branch: perl
6417            ! lib/File/Copy.pm lib/File/Copy.t
6418 ____________________________________________________________________________
6419 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
6420         Log: Metaconfig unit change for #11524.
6421      Branch: metaconfig/U/perl
6422            ! Extras.U
6423 ____________________________________________________________________________
6424 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
6425         Log: Multiple modules didn't work; plus typo fixes.
6426      Branch: perl
6427            ! Configure
6428 ____________________________________________________________________________
6429 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
6430         Log: Update Changes.
6431      Branch: perl
6432            ! Changes patchlevel.h
6433 ____________________________________________________________________________
6434 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
6435         Log: Regen perlapi.
6436      Branch: perl
6437            ! pod/perlapi.pod
6438 ____________________________________________________________________________
6439 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
6440         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
6441              From: Dave Mitchell <davem@fdgroup.co.uk>
6442              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
6443              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
6444      Branch: perl
6445            ! sv.c
6446 ____________________________________________________________________________
6447 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
6448         Log: Regen toc.
6449      Branch: perl
6450            ! pod/perltoc.pod
6451 ____________________________________________________________________________
6452 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
6453         Log: Regen Porting stuff.
6454      Branch: perl
6455            ! Porting/Glossary Porting/config.sh Porting/config_H
6456 ____________________________________________________________________________
6457 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
6458         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
6459              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6460              Date: Tue, 31 Jul 2001 05:34:38 -0400
6461              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
6462      Branch: perl
6463            ! utils/h2xs.PL
6464 ____________________________________________________________________________
6465 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
6466         Log: Metaconfig unit change for #11516. 
6467      Branch: metaconfig/U/perl
6468            ! gccvers.U
6469 ____________________________________________________________________________
6470 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
6471         Log: Add -Wall in cflags, not in Configure.
6472              (This way -Wall affects only the core and the core XS,
6473              not user modules' XS.  Concern from Paul Marquess,
6474              implementation idea from Andy Dougherty.)
6475      Branch: perl
6476            ! Configure cflags.SH
6477 ____________________________________________________________________________
6478 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
6479         Log: Metaconfig unit changes for #11514.
6480      Branch: metaconfig
6481            + U/modified/sysman.U
6482            ! U/installdirs/man1dir.U
6483 ____________________________________________________________________________
6484 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
6485         Log: Subject: Configure's detection of system manual
6486              From: Sean Dague <sean@dague.net> 
6487              Date: Sun, 13 May 2001 15:53:15 -0400
6488              Message-ID: <20010513155315.A15833@underhill.dague.net>
6489      Branch: perl
6490            ! Configure
6491 ____________________________________________________________________________
6492 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
6493         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
6494              From: Autrijus Tang <autrijus@autrijus.org> 
6495              Date: Thu, 21 Jun 2001 23:56:48 +0800
6496              Message-Id: <20010621235648.A57340@not.autrijus.org>
6497      Branch: perl
6498            ! pod/perlobj.pod
6499 ____________________________________________________________________________
6500 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
6501         Log: Subject: Typo in DB_File.pm
6502              From: "Philip Newton" <Philip.Newton@gmx.net>
6503              Date: Tue, 31 Jul 2001 06:19:35 +0200
6504              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
6505      Branch: perl
6506            ! ext/DB_File/DB_File.pm
6507 ____________________________________________________________________________
6508 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
6509         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
6510              From: "Stephen P. Potter" <spp@spotter.yi.org>
6511              Date: Wed, 30 May 2001 13:59:34 -0400
6512              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
6513      Branch: perl
6514            ! pod/perlre.pod
6515 ____________________________________________________________________________
6516 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
6517         Log: eval "format foo=" would loop indefinitely; reported in
6518              
6519              Subject: A load of old rubbish
6520              From: Mike Guy <mjtg@cam.ac.uk>
6521              Date: Mon, 14 May 2001 16:12:22 +0100
6522              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
6523              
6524              (The core dumps reported in there already fixed.)
6525      Branch: perl
6526            ! toke.c
6527 ____________________________________________________________________________
6528 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
6529         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
6530      Branch: perl
6531            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
6532            + lib/Switch/t/switch_case.t
6533            - lib/Switch/test.pl
6534            ! MANIFEST lib/Switch.pm
6535 ____________________________________________________________________________
6536 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
6537         Log: Subject: [PATCH @11505] DB_File-1.78
6538              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
6539              Date: Mon, 30 Jul 2001 22:54:37 +0100
6540              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
6541      Branch: perl
6542            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
6543            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
6544 ____________________________________________________________________________
6545 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
6546         Log: Explain in more detail why -pipe and -fno-common are good.
6547      Branch: perl
6548            ! hints/darwin.sh
6549 ____________________________________________________________________________
6550 [ 11506] By: nick                                  on 2001/07/30  14:32:23
6551         Log: Integrate mainline
6552      Branch: perlio
6553           !> INSTALL Makefile.SH doio.c hints/darwin.sh
6554 ____________________________________________________________________________
6555 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
6556         Log: Perl hasn't been putting man pages into $prefix/lib for
6557              a long time now; pointed out by Andy Dougherty. 
6558      Branch: perl
6559            ! hints/darwin.sh
6560 ____________________________________________________________________________
6561 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
6562         Log: Document the extras Configure option.
6563      Branch: perl
6564            ! INSTALL
6565 ____________________________________________________________________________
6566 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
6567         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
6568              everywhere.
6569      Branch: perl
6570           !> doio.c
6571 ____________________________________________________________________________
6572 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
6573         Log: Doubly guard against invoking CPAN if no extras defined,
6574              pointed out by H. Merijn Brand.
6575      Branch: perl
6576            ! Makefile.SH
6577 ____________________________________________________________________________
6578 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
6579         Log: Fix O_RDONLY check to check for O_RDONLY.
6580      Branch: maint-5.6/macperl
6581            ! doio.c
6582 ____________________________________________________________________________
6583 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
6584         Log: Integrate miscellaneous changes from maint-5.6/perl.
6585      Branch: maint-5.6/macperl
6586           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
6587 ____________________________________________________________________________
6588 [ 11499] By: nick                                  on 2001/07/30  06:52:42
6589         Log: Integrate mainline
6590      Branch: perlio
6591           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
6592           +> win32/sync_ext.pl
6593            - win32/sncfnmcs.pl
6594           !> (integrate 71 files)
6595 ____________________________________________________________________________
6596 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
6597         Log: Update Changes.
6598      Branch: perl
6599            ! Changes patchlevel.h
6600 ____________________________________________________________________________
6601 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
6602         Log: Now Configure -Dextras=Foo::Bar and "make install" will
6603              fetch and install Foo::Bar.
6604      Branch: perl
6605            ! Makefile.SH
6606 ____________________________________________________________________________
6607 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
6608         Log: Metaconfig unit change for #11495.
6609      Branch: metaconfig/U/perl
6610            ! Extras.U
6611 ____________________________________________________________________________
6612 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
6613         Log: extras.make, extras.test, and extras.install make targets.
6614      Branch: perl
6615            ! Configure Makefile.SH
6616 ____________________________________________________________________________
6617 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
6618         Log: Metaconfig unit change for #11493.
6619      Branch: metaconfig/U/perl
6620            ! Extras.U
6621 ____________________________________________________________________________
6622 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
6623         Log: Better to have the list of extras in $extras than 'define'.
6624      Branch: perl
6625            ! Configure
6626 ____________________________________________________________________________
6627 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
6628         Log: The metaconfig unit change for #11490.
6629      Branch: metaconfig/U/perl
6630            + Extras.U
6631 ____________________________________________________________________________
6632 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
6633         Log: Missed from #11490 (the required dependency).
6634      Branch: perl
6635            ! Makefile.SH
6636 ____________________________________________________________________________
6637 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
6638         Log: Add the support of asking for extra modules or bundles of modules
6639              to be fetched from the CPAN and installed as a part of the Perl
6640              build process.  None of this installation is yet really done;
6641              only the list is asked, and saved away in extras.lst for
6642              the build and installation process to worry about later.
6643      Branch: perl
6644            ! Configure
6645 ____________________________________________________________________________
6646 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
6647         Log: Beginnings of better Inf and NaN support.
6648              At least toke.c and sv.c still need quite a bit of work.
6649      Branch: perl
6650            ! numeric.c perl.h
6651 ____________________________________________________________________________
6652 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
6653         Log: Top-level Makefile didn't honour OPTIMIZE.
6654      Branch: perl
6655            ! Makefile.SH
6656 ____________________________________________________________________________
6657 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
6658         Log: Update Changes.
6659      Branch: perl
6660            ! Changes patchlevel.h
6661 ____________________________________________________________________________
6662 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
6663         Log: Use Search::Dict 1.02 interface for charinfo().
6664      Branch: perl
6665            ! lib/UnicodeCD.pm
6666 ____________________________________________________________________________
6667 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
6668         Log: Now also allow transforming the read lines before comparing them.
6669              (This will help UnicodeCD.) 
6670      Branch: perl
6671            ! lib/Search/Dict.pm
6672 ____________________________________________________________________________
6673 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
6674         Log: Remove tiehandle code.
6675      Branch: perl
6676            ! lib/UnicodeCD.pm
6677 ____________________________________________________________________________
6678 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
6679         Log: Allow specifying a comparison function for Search::Dict::look().
6680      Branch: perl
6681            ! lib/Search/Dict.pm
6682 ____________________________________________________________________________
6683 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
6684         Log: Small UnicodeCD tweaks.
6685      Branch: perl
6686            ! lib/UnicodeCD.pm lib/UnicodeCD.t
6687 ____________________________________________________________________________
6688 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
6689         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
6690              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6691              Date: Tue, 24 Jul 2001 01:51:32 +0900
6692              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
6693      Branch: perl
6694            ! lib/UnicodeCD.pm lib/UnicodeCD.t
6695 ____________________________________________________________________________
6696 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
6697         Log: Subject: [PATCH] installperl
6698              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
6699              Date: Fri, 27 Jul 2001 19:05:04 -0700
6700              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
6701      Branch: perl
6702            ! installperl
6703 ____________________________________________________________________________
6704 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
6705         Log: Subject: [PATCH] Set proper compatibility versions in core
6706              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
6707              Date: Fri, 27 Jul 2001 20:01:49 -0700
6708              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
6709      Branch: perl
6710            ! Makefile.SH
6711 ____________________________________________________________________________
6712 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
6713         Log: Metaconfig unit change for #11477.
6714      Branch: metaconfig/U/perl
6715            ! dlsrc.U
6716 ____________________________________________________________________________
6717 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
6718         Log: Subject: [PATCH] Darwin: -fpic not so good
6719              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
6720              Date: Fri, 27 Jul 2001 18:57:38 -0700
6721              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
6722      Branch: perl
6723            ! Configure
6724 ____________________________________________________________________________
6725 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
6726         Log: Subject: [PATCH] Clean up Darwin hints
6727              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
6728              Date: Fri, 27 Jul 2001 19:13:15 -0700
6729              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
6730      Branch: perl
6731            ! hints/darwin.sh
6732 ____________________________________________________________________________
6733 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
6734         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
6735              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6736              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
6737              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
6738      Branch: perl
6739            ! pod/perlfunc.pod pp.c t/op/split.t
6740 ____________________________________________________________________________
6741 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
6742         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
6743              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
6744              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
6745              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
6746      Branch: perl
6747            ! pod/perlvar.pod
6748 ____________________________________________________________________________
6749 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
6750         Log: Subject: [PATCH] fixes to constant.pm documentation
6751              From: Ilmari Karonen <iltzu@sci.fi>
6752              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
6753              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
6754      Branch: perl
6755            ! lib/constant.pm
6756 ____________________________________________________________________________
6757 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
6758         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
6759              From: "Philip Newton" <Philip.Newton@gmx.net>
6760              Date: Fri, 27 Jul 2001 07:51:10 +0200
6761              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
6762      Branch: perl
6763            ! pod/perlport.pod
6764 ____________________________________________________________________________
6765 [ 11471] By: nick                                  on 2001/07/26  06:23:32
6766         Log: Subject:  [PATCH] Doc fix for perlguts / threading
6767              From:  Arthur Bergman <arthur@contiller.se>
6768              Date:  Wed, 25 Jul 2001 11:28:23 +0200
6769              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
6770      Branch: perl
6771            ! pod/perlguts.pod
6772 ____________________________________________________________________________
6773 [ 11470] By: nick                                  on 2001/07/26  06:21:06
6774         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
6775              From:  Philip Newton <Philip.Newton@gmx.net>
6776              Date:  Wed, 25 Jul 2001 08:19:47 +0200
6777              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
6778      Branch: perl
6779            ! INSTALL
6780 ____________________________________________________________________________
6781 [ 11469] By: nick                                  on 2001/07/26  06:20:25
6782         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
6783              From:  Philip Newton <Philip.Newton@gmx.net>
6784              Date:  Wed, 25 Jul 2001 08:12:48 +0200
6785              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
6786      Branch: perl
6787            ! INSTALL
6788 ____________________________________________________________________________
6789 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
6790         Log: More +x.
6791      Branch: perl
6792            ! Porting/makerel
6793 ____________________________________________________________________________
6794 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
6795         Log: Update Changes.
6796      Branch: perl
6797            ! Changes patchlevel.h
6798 ____________________________________________________________________________
6799 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
6800         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
6801              From: "Philip Newton" <Philip.Newton@gmx.net>
6802              Date: Tue, 24 Jul 2001 06:45:55 +0200
6803              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
6804      Branch: perl
6805            ! os2/perlrexx.c
6806 ____________________________________________________________________________
6807 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
6808         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
6809              From: Peter Prymmer <pvhp@forte.com>
6810              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
6811              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
6812      Branch: perl
6813            ! pod/perlport.pod t/io/fs.t vms/test.com
6814 ____________________________________________________________________________
6815 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
6816         Log: Workaround on Cwd bootstrap problem.
6817      Branch: perl
6818            ! lib/ExtUtils/MakeMaker.pm
6819 ____________________________________________________________________________
6820 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
6821         Log: When in Rome, quote like the Romans do.
6822      Branch: perl
6823            ! cflags.SH
6824 ____________________________________________________________________________
6825 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
6826         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
6827              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6828              Date: Mon, 23 Jul 2001 19:29:49 -0400
6829              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
6830      Branch: perl
6831            + os2/perlrexx.c
6832            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
6833            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
6834            ! t/op/write.t
6835 ____________________________________________________________________________
6836 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
6837         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
6838              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6839              Date: Mon, 23 Jul 2001 18:43:42 -0400
6840              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
6841      Branch: perl
6842            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
6843 ____________________________________________________________________________
6844 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
6845         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
6846              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6847              Date: Mon, 23 Jul 2001 18:33:16 -0400
6848              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
6849      Branch: perl
6850            ! lib/ExtUtils/MakeMaker.pm
6851 ____________________________________________________________________________
6852 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
6853         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
6854              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6855              Date: Mon, 23 Jul 2001 18:20:35 -0400
6856              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
6857      Branch: perl
6858            ! Makefile.SH cflags.SH
6859 ____________________________________________________________________________
6860 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
6861         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
6862              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
6863              Date: Mon, 23 Jul 2001 11:32:17 -0500
6864              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
6865      Branch: perl
6866            ! lib/ExtUtils/MakeMaker.pm
6867 ____________________________________________________________________________
6868 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
6869         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
6870              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6871              Date: Mon, 23 Jul 2001 18:13:20 -0400
6872              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
6873      Branch: perl
6874            ! lib/perl5db.pl
6875 ____________________________________________________________________________
6876 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
6877         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
6878              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6879              Date: Mon, 23 Jul 2001 18:07:40 -0400
6880              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
6881      Branch: perl
6882            ! op.c
6883 ____________________________________________________________________________
6884 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
6885         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
6886              From: "Craig A. Berry" <craigberry@mac.com>
6887              Date: Mon, 23 Jul 2001 15:35:06 -0500
6888              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
6889      Branch: perl
6890            ! util.c
6891 ____________________________________________________________________________
6892 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
6893         Log: Subject: [PATCH perlfaq9.pod typo]
6894              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
6895              Date: Mon, 23 Jul 2001 07:49:05 -0700
6896              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
6897      Branch: perl
6898            ! pod/perlfaq9.pod
6899 ____________________________________________________________________________
6900 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
6901         Log: Subject: win32\sncfnmcs.pl corrections
6902              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
6903              Date: Mon, 23 Jul 2001 12:56:54 +0200
6904              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
6905              
6906              Rename the script a little bit more sensibly.
6907      Branch: perl
6908            + win32/sync_ext.pl
6909            - win32/sncfnmcs.pl
6910            ! MANIFEST README.win32
6911 ____________________________________________________________________________
6912 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
6913         Log: Test tweak.
6914      Branch: perl
6915            ! ext/B/Deparse.t
6916 ____________________________________________________________________________
6917 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
6918         Log: Metaconfig unit tweak for #11450.
6919      Branch: metaconfig/U/perl
6920            ! Mksymlinks.U
6921 ____________________________________________________________________________
6922 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
6923         Log: Too volatile failsafe check.
6924      Branch: perl
6925            ! Configure
6926 ____________________________________________________________________________
6927 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
6928         Log: Further doc tweaks.
6929      Branch: perl
6930            ! lib/UnicodeCD.pm
6931 ____________________________________________________________________________
6932 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
6933         Log: Doc tweaks.
6934      Branch: perl
6935            ! lib/UnicodeCD.pm
6936 ____________________________________________________________________________
6937 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
6938         Log: Doc tweakery from Abhijit.
6939      Branch: perl
6940            ! Porting/repository.pod
6941 ____________________________________________________________________________
6942 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
6943         Log: An accidental empty line.
6944      Branch: perl
6945            ! MANIFEST
6946 ____________________________________________________________________________
6947 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
6948         Log: Missing MANIFESTations.
6949      Branch: perl
6950            ! MANIFEST
6951 ____________________________________________________________________________
6952 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
6953         Log: Update Changes.
6954      Branch: perl
6955            ! Changes patchlevel.h
6956 ____________________________________________________________________________
6957 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
6958         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
6959              From: Mike Guy <mjtg@cam.ac.uk>
6960              Date: Fri, 20 Jul 2001 16:12:49 +0100
6961              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
6962      Branch: perl
6963            ! Porting/pumpkin.pod
6964 ____________________________________________________________________________
6965 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
6966         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
6967              From: Peter Prymmer <pvhp@forte.com>
6968              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
6969              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
6970      Branch: perl
6971            ! pod/perlhack.pod
6972 ____________________________________________________________________________
6973 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
6974         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
6975              From: Michael G Schwern <schwern@pobox.com>
6976              Date: Fri, 20 Jul 2001 20:22:35 -0400
6977              Message-ID: <20010720202235.O4498@blackrider>
6978      Branch: perl
6979            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
6980            ! lib/Test/t/todo.t
6981 ____________________________________________________________________________
6982 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
6983         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
6984              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
6985              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
6986              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
6987      Branch: perl
6988            ! ext/POSIX/POSIX.pod
6989 ____________________________________________________________________________
6990 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
6991         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
6992              From: Mark-Jason Dominus <mjd@plover.com>
6993              Date: Fri, 20 Jul 2001 23:16:54 -0400
6994              Message-ID: <20010721031654.21877.qmail@plover.com>
6995      Branch: perl
6996            ! ext/POSIX/POSIX.pod
6997 ____________________________________________________________________________
6998 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
6999         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
7000              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
7001              Date: Sun, 22 Jul 2001 14:56:09 +0200
7002              Message-ID: <20010722145609.A766@rafael>
7003      Branch: perl
7004            ! ext/B/O.pm
7005 ____________________________________________________________________________
7006 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
7007         Log: Subject: regexec.c #define cleanup
7008              From: Mark-Jason Dominus <mjd@plover.com>
7009              Date: Sat, 21 Jul 2001 18:33:25 -0400
7010              Message-ID: <20010721223325.3069.qmail@plover.com>
7011      Branch: perl
7012            ! regexec.c
7013 ____________________________________________________________________________
7014 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
7015         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
7016              From: Prymmer/Kahn <pvhp@best.com>
7017              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
7018              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
7019      Branch: perl
7020            ! t/io/fs.t
7021 ____________________________________________________________________________
7022 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
7023         Log: Typo in #11432.
7024      Branch: perl
7025            ! ext/POSIX/POSIX.t
7026 ____________________________________________________________________________
7027 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
7028         Log: Integrate (manually) change #11424 from macperl.
7029      Branch: perl
7030            ! ext/Filter/t/call.t
7031 ____________________________________________________________________________
7032 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
7033         Log: Integrate change #11408 from macperl.
7034      Branch: perl
7035           !> README.macos pod/perlport.pod
7036 ____________________________________________________________________________
7037 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
7038         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
7039      Branch: perl
7040           +> macos/MacPerlTests.cmd macos/xsubpp.patch
7041            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
7042            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
7043            ! ext/POSIX/POSIX.t
7044 ____________________________________________________________________________
7045 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
7046         Log: pod/*.t tests not picked up by t/TEST either
7047      Branch: maint-5.6/perl
7048            ! t/TEST
7049 ____________________________________________________________________________
7050 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
7051         Log: better tweak for change#11429 (windows has both / and \ separated
7052              paths in @INC at that point)
7053      Branch: maint-5.6/perl
7054            ! t/pod/testp2pt.pl
7055 ____________________________________________________________________________
7056 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
7057         Log: MacOS pod test tweak needs \Escape
7058      Branch: maint-5.6/perl
7059            ! t/pod/testp2pt.pl
7060 ____________________________________________________________________________
7061 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
7062         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
7063              resulting duplicate output, but t/harness isn't)
7064      Branch: maint-5.6/perl
7065            ! t/run/runenv.t
7066 ____________________________________________________________________________
7067 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
7068         Log: t/harness wasn't picking up all the tests
7069      Branch: maint-5.6/perl
7070            ! t/harness
7071 ____________________________________________________________________________
7072 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
7073         Log: update MANIFEST for new file
7074      Branch: maint-5.6/perl
7075            ! MANIFEST
7076 ____________________________________________________________________________
7077 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
7078         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
7079              the exception of the macperl/macos/... tree
7080      Branch: maint-5.6/perl
7081           +> t/lib/filefind-taint.t
7082           !> (integrate 72 files)
7083 ____________________________________________________________________________
7084 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
7085         Log: Fix test.
7086      Branch: maint-5.6/macperl
7087            ! macos/bundled_ext/Filter/t/call.t
7088 ____________________________________________________________________________
7089 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
7090         Log: Make perl fork()-safe (in a slightly limited way) even on
7091              platforms that don't have pthread_atfork() (extension of
7092              the fix in change#11151).
7093              
7094              Note that this will not help extensions that call fork()
7095              directly in C, or that link to libraries that call fork()
7096              directly.  Such cases must be fixed to either call
7097              PerlProc_fork(), or call atfork_lock() in parent before the
7098              calling the function that forks and call atfork_unlock()
7099              in both parent and child immediately after the fork().
7100              (There are no worries if C code calls exec() in the child
7101              immediately after a fork().  Only cases where the child
7102              calls perl's API functions (including New()) after the
7103              fork() are problematic.)
7104              
7105              This change also eliminates the use of vfork() from perl,
7106              since all such uses were violating the severe restrictions
7107              on modifying the state of the process between the vfork()
7108              and the exec().
7109              
7110              This is a modified version of patches suggested by Abhijit
7111              Menon-Sen and Richard Soderberg.
7112      Branch: perl
7113            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
7114            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
7115 ____________________________________________________________________________
7116 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
7117         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
7118              Switch, and Text::Balanced.
7119      Branch: maint-5.6/macperl
7120            + macos/bundled_ext/Filter/Util/Call/Call.pm
7121            + macos/bundled_ext/Filter/Util/Call/Call.xs
7122            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
7123            + macos/bundled_ext/Filter/t/MyFilter.pm
7124            + macos/bundled_ext/Filter/t/call.t
7125            + macos/bundled_ext/Filter/t/filter-util.pl
7126            + macos/bundled_lib/blib/lib/Class/ISA.pm
7127            + macos/bundled_lib/blib/lib/Digest.pm
7128            + macos/bundled_lib/blib/lib/Filter/Simple.pm
7129            + macos/bundled_lib/blib/lib/Switch.pm
7130            + macos/bundled_lib/blib/lib/Text/Balanced.pm
7131            + macos/bundled_lib/blib/lib/Text/Balanced.pod
7132            + macos/bundled_lib/t/Class/ISA/test.pl
7133            + macos/bundled_lib/t/Digest/Digest.t
7134            + macos/bundled_lib/t/Filter/Simple/test.pl
7135            + macos/bundled_lib/t/Switch/test.pl
7136            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
7137            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
7138            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
7139            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
7140            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
7141            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
7142            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
7143            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
7144 ____________________________________________________________________________
7145 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
7146         Log: Add Filter::Util::Call to config/make files; edit utils
7147              to recognize the module (it was descended too far down).
7148              Bump version to 5.6.1a4.
7149      Branch: maint-5.6/macperl
7150            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
7151            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
7152            ! macos/macperl/Makefile.mk macos/xsubpp.patch
7153 ____________________________________________________________________________
7154 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
7155         Log: Make DB_File the default for MLDBM on MacOS.
7156      Branch: maint-5.6/macperl
7157            ! macos/bundled_lib/blib/lib/MLDBM.pm
7158 ____________________________________________________________________________
7159 [ 11419] By: nick                                  on 2001/07/20  14:51:03
7160         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
7161              From:  Simon Cozens <simon@netthink.co.uk>
7162              Date:  Fri, 20 Jul 2001 11:42:35 -0400
7163              Message-Id:  <20010720114235.A5235@netthink.co.uk>
7164      Branch: perl
7165            ! lib/UnicodeCD.pm
7166 ____________________________________________________________________________
7167 [ 11418] By: nick                                  on 2001/07/20  14:48:12
7168         Log: Subject:  [PATCH regcomp.h] adds a comment
7169              From:  Abhijit Menon-Sen <ams@wiw.org>
7170              Date:  Fri, 20 Jul 2001 21:05:37 +0530
7171              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
7172      Branch: perl
7173            ! regcomp.h
7174 ____________________________________________________________________________
7175 [ 11417] By: nick                                  on 2001/07/20  14:16:38
7176         Log: Subject:  [PATCH 5.7.2] INSTALL updates
7177              From:  Andy Dougherty <doughera@lafayette.edu>
7178              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
7179              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
7180      Branch: perl
7181            ! INSTALL
7182 ____________________________________________________________________________
7183 [ 11416] By: nick                                  on 2001/07/20  06:44:44
7184         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
7185              From:  Russ Allbery <rra@stanford.edu>
7186              Date:  19 Jul 2001 15:52:37 -0700
7187              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
7188      Branch: perl
7189            ! lib/Pod/Man.pm
7190 ____________________________________________________________________________
7191 [ 11415] By: nick                                  on 2001/07/20  06:35:11
7192         Log: Subject:  [PATCH] defer op_seq allocation
7193              From:  Abhijit Menon-Sen <ams@wiw.org>
7194              Date:  Thu, 19 Jul 2001 22:12:24 +0530
7195              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
7196      Branch: perl
7197            ! op.c
7198 ____________________________________________________________________________
7199 [ 11414] By: nick                                  on 2001/07/20  06:23:36
7200         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
7201              From:  Abhijit Menon-Sen <ams@wiw.org>
7202              Date:  Fri, 20 Jul 2001 01:18:50 +0530
7203              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
7204              (Private e-mail)
7205      Branch: perl
7206            ! ext/Time/HiRes/HiRes.xs
7207 ____________________________________________________________________________
7208 [ 11413] By: nick                                  on 2001/07/20  06:18:53
7209         Log: Integrate mainline
7210      Branch: perlio
7211           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
7212            - t/base/commonsense.t
7213           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
7214           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
7215           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
7216           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
7217           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
7218           !> win32/win32.c
7219 ____________________________________________________________________________
7220 [ 11412] By: nick                                  on 2001/07/19  06:44:27
7221         Log: Integrate win32/perlhost.h from maintenance branch.
7222              (Rest of $ENV{PATH} / system() fix.)
7223      Branch: perl
7224           !> win32/perlhost.h
7225 ____________________________________________________________________________
7226 [ 11411] By: nick                                  on 2001/07/19  06:41:34
7227         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
7228              From:  Philip Newton <Philip.Newton@gmx.net>
7229              Date:  Wed, 18 Jul 2001 21:43:57 +0200
7230              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
7231      Branch: perl
7232            ! pod/perlhack.pod
7233 ____________________________________________________________________________
7234 [ 11410] By: nick                                  on 2001/07/19  06:39:35
7235         Log: Subject:  Security hole in taint checking in open()
7236              From:  deekoo@tentacle.net
7237              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
7238              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
7239      Branch: perl
7240            ! doio.c
7241 ____________________________________________________________________________
7242 [ 11409] By: nick                                  on 2001/07/19  06:28:08
7243         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
7244              From:  Abhijit Menon-Sen <ams@wiw.org>
7245              Date:  Thu, 19 Jul 2001 04:30:43 +0530
7246              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
7247      Branch: perl
7248            ! ext/Time/HiRes/HiRes.xs
7249 ____________________________________________________________________________
7250 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
7251         Log: Update docs with latest implementation information and new URLs.
7252      Branch: maint-5.6/macperl
7253            ! README.macos pod/perlport.pod
7254 ____________________________________________________________________________
7255 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
7256         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
7257              Fix BuildRules to accept optimization variables.
7258      Branch: maint-5.6/macperl
7259            + macos/bundled_ext/Digest/MD5/Makefile.mk
7260            ! macos/BuildRules.mk macos/Makefile.mk
7261            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
7262            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
7263 ____________________________________________________________________________
7264 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
7265         Log: Integrate changes 11399,11401
7266      Branch: maint-5.6/macperl
7267           !> win32/perlhost.h win32/win32.c
7268 ____________________________________________________________________________
7269 [ 11405] By: nick                                  on 2001/07/18  06:50:33
7270         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
7271              from perl5.6*
7272      Branch: perl
7273           !> win32/perlhost.h win32/win32.c
7274 ____________________________________________________________________________
7275 [ 11404] By: nick                                  on 2001/07/18  06:43:59
7276         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
7277              From:  hv@crypt0.demon.co.uk
7278              Date:  Wed, 18 Jul 2001 05:58:46 +0100
7279              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
7280      Branch: perl
7281            ! ext/POSIX/POSIX.t
7282 ____________________________________________________________________________
7283 [ 11403] By: nick                                  on 2001/07/18  06:38:57
7284         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
7285              From:  hv@crypt0.demon.co.uk
7286              Date:  Wed, 18 Jul 2001 05:21:54 +0100
7287              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
7288      Branch: perl
7289            ! numeric.c t/op/arith.t
7290 ____________________________________________________________________________
7291 [ 11402] By: nick                                  on 2001/07/18  06:19:17
7292         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
7293              From:  mjd@plover.com
7294              Date:  17 Jul 2001 17:59:20 -0000
7295              Message-Id:  <20010717175920.8177.qmail@plover.com>
7296      Branch: perl
7297            ! pod/perlre.pod
7298 ____________________________________________________________________________
7299 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
7300         Log: thinko in change#11400 (duh)
7301      Branch: maint-5.6/perl
7302            ! win32/perlhost.h
7303 ____________________________________________________________________________
7304 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
7305         Log: change#11399 revealed another unrelated bug; this is just a temporary
7306              bandaid
7307      Branch: maint-5.6/perl
7308            ! win32/perlhost.h
7309 ____________________________________________________________________________
7310 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
7311         Log: fix bugs in handling of the virtualized environment under windows;
7312              there were bugs in propagating any changes to %ENV down to the real
7313              environment when such changes happened in the toplevel process
7314              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
7315              problem identification, and for a part of the fix)
7316      Branch: maint-5.6/perl
7317            ! win32/perlhost.h win32/win32.c
7318 ____________________________________________________________________________
7319 [ 11398] By: nick                                  on 2001/07/17  08:26:35
7320         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
7321              From: Peter Prymmer <pvhp@forte.com>
7322              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
7323              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
7324              
7325              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
7326              should not depend on existance of Config.pm
7327      Branch: perl
7328           +> t/lib/commonsense.t
7329            - t/base/commonsense.t
7330            ! MANIFEST t/README
7331 ____________________________________________________________________________
7332 [ 11397] By: nick                                  on 2001/07/17  08:09:58
7333         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
7334              From:  Michael G Schwern <schwern@pobox.com>
7335              Date:  Mon, 16 Jul 2001 18:20:31 -0400
7336              Message-Id:  <20010716182031.A1128@blackrider>
7337      Branch: perl
7338            ! pod/perlhack.pod
7339 ____________________________________________________________________________
7340 [ 11396] By: nick                                  on 2001/07/17  08:04:11
7341         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
7342              From:  Gwyn Judd <b.judd@xtra.co.nz>
7343              Date:  Tue, 17 Jul 2001 20:55:58 +1200
7344              Message-Id:  <20010717205558.A3107@thislove>
7345      Branch: perl
7346            ! pod/perlfunc.pod
7347 ____________________________________________________________________________
7348 [ 11395] By: nick                                  on 2001/07/17  08:02:22
7349         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
7350              From:  Peter Prymmer <pvhp@forte.com>
7351              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
7352              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
7353      Branch: perl
7354            ! t/op/sprintf.t
7355 ____________________________________________________________________________
7356 [ 11394] By: nick                                  on 2001/07/17  07:57:06
7357         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
7358              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
7359              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
7360              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
7361      Branch: perl
7362            ! gv.c
7363 ____________________________________________________________________________
7364 [ 11392] By: nick                                  on 2001/07/17  07:50:12
7365         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
7366              From:  Coral <coral@moonlight.crystalflame.net>
7367              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
7368              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
7369      Branch: perl
7370            ! pp_sys.c thread.h
7371 ____________________________________________________________________________
7372 [ 11391] By: nick                                  on 2001/07/17  07:34:28
7373         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
7374              From:  Jonathan Stowe <gellyfish@gellyfish.com>
7375              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
7376              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
7377      Branch: perl
7378            ! utils/h2xs.PL
7379 ____________________________________________________________________________
7380 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
7381         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
7382              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
7383              and Mac::Apps::Launch, which don't work, and Time::HiRes and
7384              Time::Piece, which don't yet work.
7385      Branch: maint-5.6/macperl
7386            + (add 154 files)
7387 ____________________________________________________________________________
7388 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
7389         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
7390              Also add hack to get around missing setenv for PERL5DB.
7391      Branch: maint-5.6/macperl
7392            ! macos/macish.c macos/macish.h
7393 ____________________________________________________________________________
7394 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
7395         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
7396      Branch: maint-5.6/macperl
7397            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
7398            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
7399 ____________________________________________________________________________
7400 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
7401         Log: Fix up some configuration and make options, add extra
7402              extensions.
7403      Branch: maint-5.6/macperl
7404            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
7405            ! macos/macperl/Makefile.mk
7406 ____________________________________________________________________________
7407 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
7408         Log: From Change 11374 in maintperl.
7409      Branch: maint-5.6/macperl
7410           !> utils/h2ph.PL
7411 ____________________________________________________________________________
7412 [ 11385] By: nick                                  on 2001/07/16  14:12:58
7413         Log: Back out change to h2xs till it passes its test.
7414      Branch: perl
7415            ! utils/h2xs.PL
7416 ____________________________________________________________________________
7417 [ 11384] By: nick                                  on 2001/07/16  14:00:10
7418         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
7419              From:  Jonathan Stowe <gellyfish@gellyfish.com>
7420              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
7421              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
7422      Branch: perl
7423            ! utils/h2xs.PL
7424 ____________________________________________________________________________
7425 [ 11383] By: nick                                  on 2001/07/16  13:53:12
7426         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
7427              From:  Robin Houston <robin@kitsite.com>
7428              Date:  Sun, 15 Jul 2001 18:22:31 +0100
7429              Message-Id:  <20010715182230.A11174@robin>
7430      Branch: perl
7431            ! hints/darwin.sh
7432 ____________________________________________________________________________
7433 [ 11382] By: nick                                  on 2001/07/16  13:52:49
7434         Log: Subject:  [PATCH perl@11372] re_dup
7435              From:  Radu Greab <radu@netsoft.ro>
7436              Date:  Sun, 15 Jul 2001 04:50:06 +0300
7437              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
7438      Branch: perl
7439            ! sv.c
7440 ____________________________________________________________________________
7441 [ 11379] By: nick                                  on 2001/07/16  13:35:39
7442         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
7443              From:  Robin Houston <robin@kitsite.com>
7444              Date:  Sat, 14 Jul 2001 14:28:50 +0100
7445              Message-Id:  <20010714142850.A10205@robin>
7446      Branch: perl
7447            ! ext/B/B/Deparse.pm
7448 ____________________________________________________________________________
7449 [ 11378] By: nick                                  on 2001/07/16  13:30:36
7450         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
7451              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
7452              Date:  Sat, 14 Jul 2001 22:17:42 +0900
7453              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
7454      Branch: perl
7455            + ext/Encode/Encode/euc-jp-0212.enc
7456            ! ext/Encode/Encode/Tcl.pm
7457 ____________________________________________________________________________
7458 [ 11377] By: nick                                  on 2001/07/16  13:17:28
7459         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
7460              From:  Andy Dougherty <doughera@lafayette.edu>
7461              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
7462              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
7463      Branch: perl
7464            ! hints/darwin.sh hints/rhapsody.sh
7465 ____________________________________________________________________________
7466 [ 11376] By: nick                                  on 2001/07/16  09:05:00
7467         Log: Integrate mainline
7468      Branch: perlio
7469           +> ext/Encode/Encode/7bit-greek.enc
7470           +> ext/Encode/Encode/7bit-latin1.enc
7471           +> ext/Encode/Encode/cns11643-1.enc
7472           +> ext/Encode/Encode/cns11643-2.enc
7473           +> ext/Encode/Encode/iso2022-cn.enc
7474           +> ext/Encode/Encode/iso2022-jp1.enc
7475           +> ext/Encode/Encode/iso2022-jp2.enc
7476           !> Changes Configure MANIFEST Makefile.SH
7477           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
7478           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
7479           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
7480           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
7481           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
7482 ____________________________________________________________________________
7483 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
7484         Log: integrate change#11374 from maint-5.6
7485              
7486              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
7487      Branch: perl
7488           !> utils/h2ph.PL
7489 ____________________________________________________________________________
7490 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
7491         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
7492      Branch: maint-5.6/perl
7493            ! utils/h2ph.PL
7494 ____________________________________________________________________________
7495 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
7496         Log: Update Changes.
7497      Branch: perl
7498            ! Changes patchlevel.h
7499 ____________________________________________________________________________
7500 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
7501         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
7502              From: Jonathan Stowe <gellyfish@gellyfish.com>
7503              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
7504              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
7505      Branch: perl
7506            ! utils/h2xs.PL
7507 ____________________________________________________________________________
7508 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
7509         Log: Subject: patch to add DEL to [:cntrl:]
7510              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
7511              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
7512              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
7513      Branch: perl
7514            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
7515 ____________________________________________________________________________
7516 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
7517         Log: Metaconfig unit change for #11369; plus a dependency nit.
7518      Branch: metaconfig
7519            ! U/compline/nblock_io.U
7520      Branch: metaconfig/U/perl
7521            ! Extensions.U
7522 ____________________________________________________________________________
7523 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
7524         Log: #include <stdlib.h> so that exit() is prototyped,
7525              noticed by Hugo.
7526      Branch: perl
7527            ! Configure
7528 ____________________________________________________________________________
7529 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
7530         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
7531              From: Peter Prymmer <pvhp@forte.com>
7532              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
7533              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
7534      Branch: perl
7535            ! t/op/sprintf.t
7536 ____________________________________________________________________________
7537 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
7538         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
7539              From: Peter Prymmer <pvhp@forte.com>
7540              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
7541              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
7542      Branch: perl
7543            ! ext/Encode/Encode/Tcl.t
7544 ____________________________________________________________________________
7545 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
7546         Log: Add information about gcc 3.0 basic block profiling.
7547      Branch: perl
7548            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
7549 ____________________________________________________________________________
7550 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
7551         Log: Subject: Error in lib/PerlIO/Via.pm ?
7552              From: Mark-Jason Dominus <mjd@plover.com>
7553              Date: Fri, 13 Jul 2001 15:55:41 -0400
7554              Message-ID: <20010713195541.26751.qmail@plover.com>
7555      Branch: perl
7556            ! ext/PerlIO/Via/Via.pm
7557 ____________________________________________________________________________
7558 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
7559         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
7560              section from the Compiler section.
7561      Branch: perl
7562            ! myconfig.SH
7563 ____________________________________________________________________________
7564 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
7565         Log: Handle glibc style of constant definitions using enum
7566              with intervening #defines; from Brendan O'Dea.
7567      Branch: perl
7568            ! utils/h2ph.PL
7569 ____________________________________________________________________________
7570 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
7571         Log: Add LC_MESSAGES to the locale_h export tag (it already is
7572              in the Makefile.PL and thusly eligible for an XS constant)
7573              (see also maintperl #10543)
7574      Branch: perl
7575            ! ext/POSIX/POSIX.pm
7576 ____________________________________________________________________________
7577 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
7578         Log: Subject: Re: [patch] re_dup
7579              From: Abhijit Menon-Sen <ams@wiw.org>
7580              Date: Fri, 13 Jul 2001 21:41:09 +0530
7581              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
7582      Branch: perl
7583            ! sv.c
7584 ____________________________________________________________________________
7585 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
7586         Log: Subject: [patch] re_dup
7587              From: Doug MacEachern <dougm@covalent.net>
7588              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
7589              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
7590      Branch: perl
7591            ! sv.c
7592 ____________________________________________________________________________
7593 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
7594         Log: Update Changes.
7595      Branch: perl
7596            ! Changes patchlevel.h
7597 ____________________________________________________________________________
7598 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
7599         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
7600              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
7601              Date: Sat, 14 Jul 2001 00:06:30 +0900
7602              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
7603      Branch: perl
7604            + ext/Encode/Encode/7bit-greek.enc
7605            + ext/Encode/Encode/7bit-latin1.enc
7606            + ext/Encode/Encode/cns11643-1.enc
7607            + ext/Encode/Encode/cns11643-2.enc
7608            + ext/Encode/Encode/iso2022-cn.enc
7609            + ext/Encode/Encode/iso2022-jp1.enc
7610            + ext/Encode/Encode/iso2022-jp2.enc
7611            ! MANIFEST ext/Encode/Encode/Tcl.pm
7612            ! ext/Encode/Encode/iso2022-kr.enc
7613 ____________________________________________________________________________
7614 [ 11357] By: nick                                  on 2001/07/13  14:24:06
7615         Log: Blind integrate mainline (as of 5.7.2?)
7616      Branch: perlio
7617           !> AUTHORS Changes Porting/config.sh Porting/config_H
7618           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
7619           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
7620           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
7621           !> win32/makefile.mk
7622 ____________________________________________________________________________
7623 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
7624         Log: Snip away the devel patchlevel.
7625      Branch: perl
7626            ! patchlevel.h
7627 ____________________________________________________________________________
7628 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
7629         Log: Bump the version to 5.7.2.
7630      Branch: perl
7631            ! Porting/config.sh Porting/config_H patchlevel.h
7632            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
7633            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
7634            ! win32/makefile.mk
7635 ____________________________________________________________________________
7636 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
7637         Log: Update Changes.
7638      Branch: perl
7639            ! Changes
7640 ____________________________________________________________________________
7641 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
7642         Log: Reword.
7643      Branch: perl
7644            ! AUTHORS
7645 ____________________________________________________________________________
7646 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
7647         Log: AUTHORS update.
7648      Branch: perl
7649            ! AUTHORS
7650 ____________________________________________________________________________
7651 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
7652         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
7653              unless ithreads.
7654      Branch: perl
7655            ! makedef.pl
7656 ____________________________________________________________________________
7657 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
7658         Log: Integrate perlio.
7659      Branch: perl
7660           !> win32/distclean.bat
7661 ____________________________________________________________________________
7662 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
7663         Log: Test the encoding transform only iff we have PerlIO,
7664              noticed by H. Merijn Brand.
7665      Branch: perl
7666            ! ext/PerlIO/t/encoding.t
7667 ____________________________________________________________________________
7668 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
7669         Log: README.netware tweaks from Ananth Kesari.
7670      Branch: perl
7671            ! README.netware
7672 ____________________________________________________________________________
7673 [ 11346] By: nick                                  on 2001/07/13  09:18:51
7674         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
7675              to avoid /unicode vs /Unicode issues.
7676      Branch: perlio
7677            ! win32/distclean.bat
7678 ____________________________________________________________________________
7679 [ 11345] By: nick                                  on 2001/07/13  06:24:18
7680         Log: Integrate mainline
7681      Branch: perlio
7682           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
7683            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
7684           !> (integrate 63 files)
7685 ____________________________________________________________________________
7686 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
7687         Log: Add d_bincompat5005 information to perl -V.
7688      Branch: perl
7689            ! myconfig.SH
7690 ____________________________________________________________________________
7691 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
7692         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
7693              From: Abhijit Menon-Sen <ams@wiw.org>
7694              Date: Fri, 13 Jul 2001 07:12:36 +0530
7695              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
7696      Branch: perl
7697            ! sv.c
7698 ____________________________________________________________________________
7699 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
7700         Log: Remove unicode::distinct, as per Inaba Hiroto.
7701      Branch: perl
7702            - lib/unicode/distinct.pm
7703            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
7704            ! t/lib/1_compile.t
7705 ____________________________________________________________________________
7706 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
7707         Log: Paging for Dr Octothorpe.
7708      Branch: perl
7709            ! pod/perlfaq4.pod
7710 ____________________________________________________________________________
7711 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
7712         Log: cut-n-paste error noticed by mjd.
7713      Branch: perl
7714            ! pod/perlfaq4.pod
7715 ____________________________________________________________________________
7716 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
7717         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
7718              From: Peter Prymmer <pvhp@forte.com>
7719              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
7720              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
7721      Branch: perl
7722            ! pod/perlfaq4.pod
7723 ____________________________________________________________________________
7724 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
7725         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
7726              From: Randall Gellens <randy@qualcomm.com>
7727              Date: Thu, 12 Jul 2001 16:56:23 -0700
7728              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
7729      Branch: perl
7730            ! Porting/repository.pod
7731 ____________________________________________________________________________
7732 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
7733         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
7734      Branch: perl
7735            ! thread.h
7736 ____________________________________________________________________________
7737 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
7738         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
7739              From: coral <coral@moonlight.crystalflame.net>
7740              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
7741              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
7742      Branch: perl
7743            ! thread.h
7744 ____________________________________________________________________________
7745 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
7746         Log: Metaconfig unit change for #11134.
7747      Branch: metaconfig
7748            + U/threads/d_pthread_atfork.U
7749 ____________________________________________________________________________
7750 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
7751         Log: Add HAS_PTHREAD_ATFORK.
7752      Branch: perl
7753            ! Configure NetWare/config.wc NetWare/config_H.wc
7754            ! Porting/Glossary Porting/config.sh Porting/config_H
7755            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
7756            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
7757            ! vos/config.ga.def vos/config.ga.h win32/config.bc
7758            ! win32/config.gc win32/config.vc win32/config_H.bc
7759            ! win32/config_H.gc win32/config_H.vc
7760 ____________________________________________________________________________
7761 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
7762         Log: Subject: [PATCH] File::Copy fails on tied handles
7763              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
7764              Date: Thu, 12 Jul 2001 15:18:51 -0700
7765              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
7766      Branch: perl
7767            ! lib/File/Copy.pm
7768 ____________________________________________________________________________
7769 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
7770         Log: Subject: [PATCH] Langinfo.t
7771              From: Nicholas Clark <nick@ccl4.org>
7772              Date: Thu, 12 Jul 2001 23:55:38 +0100
7773              Message-ID: <20010712235538.M5827@plum.flirble.org>
7774      Branch: perl
7775            ! ext/I18N/Langinfo/Langinfo.t
7776 ____________________________________________________________________________
7777 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
7778         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
7779              From: Peter Prymmer <pvhp@forte.com>
7780              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
7781              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
7782      Branch: perl
7783            ! pod/perl572delta.pod
7784 ____________________________________________________________________________
7785 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
7786         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
7787              From: Abhijit Menon-Sen <ams@wiw.org>
7788              Date: Fri, 13 Jul 2001 05:21:16 +0530
7789              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
7790      Branch: perl
7791            ! sv.c
7792 ____________________________________________________________________________
7793 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
7794         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
7795              From: Abhijit Menon-Sen <ams@wiw.org>
7796              Date: Fri, 13 Jul 2001 03:04:25 +0530
7797              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
7798      Branch: perl
7799            ! av.c
7800 ____________________________________________________________________________
7801 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
7802         Log: s/^M$//g
7803      Branch: perl
7804            ! win32/Makefile win32/makefile.mk
7805 ____________________________________________________________________________
7806 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
7807         Log: Update Changes.
7808      Branch: perl
7809            ! Changes patchlevel.h
7810 ____________________________________________________________________________
7811 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
7812         Log: Typo spotted by Philip Newton.
7813      Branch: perl
7814            ! pod/perl572delta.pod
7815 ____________________________________________________________________________
7816 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
7817         Log: Subject: [PATCH] fixes perl_clone of perl_clone
7818              From: Artur Bergman <artur@contiller.se>
7819              Date: Thu, 12 Jul 2001 20:57:09 +0200
7820              Message-ID: <B773BFA4.236B%artur@contiller.se>
7821      Branch: perl
7822            ! sv.c
7823 ____________________________________________________________________________
7824 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
7825         Log: Add README.uts from Hal Morris.
7826      Branch: perl
7827            + README.uts
7828            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
7829            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
7830 ____________________________________________________________________________
7831 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
7832         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
7833              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7834              Date: Thu, 12 Jul 2001 20:32:37 +0200
7835              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
7836      Branch: perl
7837            ! hints/aix.sh
7838 ____________________________________________________________________________
7839 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
7840         Log: Subject: Patch: document reg_data.what member
7841              From: Mark-Jason Dominus <mjd@plover.com>
7842              Message-ID: <20010712182532.14821.qmail@plover.com>
7843              Date: Thu, 12 Jul 2001 14:25:32 -0400
7844      Branch: perl
7845            ! regcomp.c regcomp.h
7846 ____________________________________________________________________________
7847 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
7848         Log: Subject: [PATCH] Perl_re_dup()
7849              From: Abhijit Menon-Sen <ams@wiw.org>
7850              Date: Thu, 12 Jul 2001 23:54:32 +0530
7851              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
7852      Branch: perl
7853            ! embed.h embed.pl perlapi.c proto.h sv.c
7854 ____________________________________________________________________________
7855 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
7856         Log: Regen Configure, modlib, toc.
7857      Branch: perl
7858            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7859            ! pod/perlmodlib.pod pod/perltoc.pod
7860 ____________________________________________________________________________
7861 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
7862         Log: The problem seems to be in PerlIO::Layer::->find() not
7863              accepting the ":encoding(blurflur)" arguments.
7864      Branch: perl
7865            ! lib/PerlIO.pm lib/open.pm
7866 ____________________________________________________________________________
7867 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
7868         Log: AIX doc update.
7869      Branch: perl
7870            ! README.aix pod/perl572delta.pod
7871 ____________________________________________________________________________
7872 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
7873         Log: Subject: AIX README update
7874              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7875              Date: Thu, 12 Jul 2001 19:28:30 +0200
7876              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
7877      Branch: perl
7878            ! README.aix
7879 ____________________________________________________________________________
7880 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
7881         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
7882              From: Norton Allen <allen@huarp.harvard.edu>
7883              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
7884              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
7885      Branch: perl
7886            ! ext/IO/lib/IO/t/io_unix.t
7887 ____________________________________________________________________________
7888 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
7889         Log: Subject: [PATCH README.qnx hints/qnx.sh]
7890              From: Norton Allen <allen@huarp.harvard.edu>
7891              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
7892              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
7893      Branch: perl
7894            ! README.qnx hints/qnx.sh
7895 ____________________________________________________________________________
7896 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
7897         Log: Subject: [patch] faster PM_GETRE
7898              From: Doug MacEachern <dougm@covalent.net>
7899              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
7900              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
7901      Branch: perl
7902            ! op.h
7903 ____________________________________________________________________________
7904 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
7905         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
7906              From: Doug MacEachern <dougm@covalent.net>
7907              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
7908              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
7909      Branch: perl
7910            ! op.c
7911 ____________________________________________________________________________
7912 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
7913         Log: Tell where the nice Estonian database is.
7914      Branch: perl
7915            ! lib/open.pm
7916 ____________________________________________________________________________
7917 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
7918         Log: Retract #11309 since #11310 is a better fix.
7919      Branch: perl
7920            ! t/lib/1_compile.t
7921 ____________________________________________________________________________
7922 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
7923         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
7924              change#11300 needs to return the status of failed win32_spawnvp())
7925              
7926              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
7927              splitting correctly; remove unused variables; 'require' at run time
7928              rather than 'use' at compile time for I18N::Langinfo, since it
7929              isn't everyware
7930      Branch: perl
7931            ! lib/open.pm win32/win32.c
7932 ____________________________________________________________________________
7933 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
7934         Log: Temporary workaround.
7935      Branch: perl
7936            ! t/lib/1_compile.t
7937 ____________________________________________________________________________
7938 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
7939         Log: UCD typo in #11306 and add also more known-to-be-tested
7940              modules to the skip list.
7941      Branch: perl
7942            ! t/lib/1_compile.t
7943 ____________________________________________________________________________
7944 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
7945         Log: Rename Unicode::UCD to UnicodeCD to avoid
7946              messups with case-insensitive filesystems.
7947      Branch: perl
7948            + lib/UnicodeCD.pm lib/UnicodeCD.t
7949            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
7950            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
7951 ____________________________________________________________________________
7952 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
7953         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
7954              From: daniel@biz.bitpusher.com
7955              Date: Wed, 11 Jul 2001 23:25:47 -0700
7956              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
7957      Branch: perl
7958            ! lib/Tie/Array.pm t/op/splice.t
7959 ____________________________________________________________________________
7960 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
7961         Log: Subject: [PATCH] More accurate line numbers in messages
7962              From: Paul Johnson <paul@pjcj.net>
7963              Date: Thu, 12 Jul 2001 04:14:11 +0200
7964              Message-ID: <20010712041411.A3467@pjcj.net>
7965              
7966              (With prototyping and multiplicity tweaks.)
7967      Branch: perl
7968            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
7969 ____________________________________________________________________________
7970 [ 11304] By: nick                                  on 2001/07/12  12:53:40
7971         Log: Integrate mainline
7972      Branch: perlio
7973           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
7974           !> regexec.c thread.h
7975 ____________________________________________________________________________
7976 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
7977         Log: Cut-and-pasto in #11298.
7978      Branch: perl
7979            ! ext/ByteLoader/bytecode.h
7980 ____________________________________________________________________________
7981 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
7982         Log: Update the AIX known problems section.
7983      Branch: perl
7984            ! pod/perl572delta.pod
7985 ____________________________________________________________________________
7986 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
7987         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
7988              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
7989              Date: Thu, 12 Jul 2001 12:16:16 +0200
7990              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
7991      Branch: perl
7992            ! hints/aix.sh
7993 ____________________________________________________________________________
7994 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
7995         Log: Integrate perlio.
7996      Branch: perl
7997           !> makedef.pl win32/win32.c
7998 ____________________________________________________________________________
7999 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
8000         Log: Subject: [PATCH] fix for PMOP threadness failures
8001              From: Artur Bergman <artur@contiller.se>
8002              Date: Thu, 12 Jul 2001 09:48:06 +0200
8003              Message-ID: <B77322D6.22DD%artur@contiller.se>
8004      Branch: perl
8005            ! regexec.c
8006 ____________________________________________________________________________
8007 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
8008         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
8009              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
8010              Date: Thu, 12 Jul 2001 09:09:48 +0200
8011              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
8012              
8013              More parentheses to keep bcc happy.
8014      Branch: perl
8015            ! ext/ByteLoader/bytecode.h
8016 ____________________________________________________________________________
8017 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
8018         Log: Subject: Re: [patch] pthread_atfork bandaid
8019              From: Doug MacEachern <dougm@covalent.net>
8020              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
8021              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
8022      Branch: perl
8023            ! thread.h
8024 ____________________________________________________________________________
8025 [ 11296] By: nick                                  on 2001/07/12  11:55:48
8026         Log: Exclude reentrant_buffer from .def file
8027      Branch: perlio
8028            ! makedef.pl
8029 ____________________________________________________________________________
8030 [ 11295] By: nick                                  on 2001/07/12  11:11:44
8031         Log: Honour void-ness of my_exit()
8032      Branch: perlio
8033            ! win32/win32.c
8034 ____________________________________________________________________________
8035 [ 11294] By: nick                                  on 2001/07/12  07:51:04
8036         Log: Integrate mainline
8037      Branch: perlio
8038           +> uts/sprintf_wrap.c
8039           !> (integrate 35 files)
8040 ____________________________________________________________________________
8041 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
8042         Log: Retract #11289.
8043      Branch: perl
8044            ! embed.h embed.pl perl.c proto.h thread.h
8045 ____________________________________________________________________________
8046 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
8047         Log: Now the :locale pseudolayer *almost* works...
8048      Branch: perl
8049            ! lib/open.pm
8050 ____________________________________________________________________________
8051 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
8052         Log: Locale encoding tweaks.
8053      Branch: perl
8054            ! lib/open.pm
8055 ____________________________________________________________________________
8056 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
8057         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
8058              From: Mark-Jason Dominus <mjd@plover.com>
8059              Date: Thu, 12 Jul 2001 00:59:31 -0400
8060              Message-ID: <20010712045931.8543.qmail@plover.com>
8061              
8062              Remove the chmod/umask leading zero warning.
8063      Branch: perl
8064            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
8065            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
8066 ____________________________________________________________________________
8067 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
8068         Log: (Retracted by #11289.)
8069      Branch: perl
8070            ! embed.h embed.pl perl.c proto.h thread.h
8071 ____________________________________________________________________________
8072 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
8073         Log: Needed by #11283.
8074      Branch: perl
8075            ! intrpvar.h
8076 ____________________________________________________________________________
8077 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
8078         Log: Metaconfig unit change for #11286.
8079      Branch: metaconfig/U/perl
8080            ! patchlevel.U
8081 ____________________________________________________________________________
8082 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
8083         Log: Subject: Re: [PATCH Configure] perl -V broken
8084              From: Andy Dougherty <doughera@lafayette.edu>
8085              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
8086              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
8087      Branch: perl
8088            ! Configure myconfig.SH
8089 ____________________________________________________________________________
8090 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
8091         Log: Retract #11166 (and #11237).
8092      Branch: perl
8093            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
8094            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
8095            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
8096 ____________________________________________________________________________
8097 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
8098         Log: UTS tweaks for Hal Morris.
8099      Branch: perl
8100            + uts/sprintf_wrap.c
8101            ! MANIFEST hints/uts.sh perl.h
8102 ____________________________________________________________________________
8103 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
8104         Log: Subject: [PATCH] Use reentrant API glibc
8105              From: Artur Bergman <artur@contiller.se>
8106              Date: Thu, 12 Jul 2001 00:58:21 +0200
8107              Message-ID: <B772A6AD.2288%artur@contiller.se>
8108      Branch: perl
8109            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
8110            ! sv.c
8111 ____________________________________________________________________________
8112 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
8113         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
8114              From: barries <barries@slaysys.com>
8115              Date: Wed, 11 Jul 2001 15:11:46 -0400
8116              Message-ID: <20010711151146.G24560@jester.slaysys.com>
8117      Branch: perl
8118            ! pp_sys.c t/lib/warnings/doio win32/win32.c
8119 ____________________________________________________________________________
8120 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
8121         Log: Subject: [patch] pthread_atfork bandaid
8122              From: Doug MacEachern <dougm@covalent.net>
8123              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
8124              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
8125      Branch: perl
8126            ! miniperlmain.c perl.c
8127 ____________________________________________________________________________
8128 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
8129         Log: Subject: [patch] perl_clone leaks
8130              From: Doug MacEachern <dougm@covalent.net>
8131              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
8132              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
8133      Branch: perl
8134            ! sv.c
8135 ____________________________________________________________________________
8136 [ 11279] By: nick                                  on 2001/07/11  15:49:38
8137         Log: Integrate mainline
8138      Branch: perlio
8139           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
8140           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
8141           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
8142           +> lib/Term/ANSIColor/README
8143           !> (integrate 54 files)
8144 ____________________________________________________________________________
8145 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
8146         Log: Update Changes.
8147      Branch: perl
8148            ! Changes patchlevel.h
8149 ____________________________________________________________________________
8150 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
8151         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
8152              From: Peter Prymmer <pvhp@forte.com>
8153              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
8154              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
8155              
8156              Backport of embed.pl to 5.003.
8157      Branch: perl
8158            ! embed.pl
8159 ____________________________________________________________________________
8160 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
8161         Log: Subject: Re: POSIX test #14 on UTS 
8162              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
8163              Date: Wed, 11 Jul 2001 03:02:14 +0100
8164              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
8165      Branch: perl
8166            ! ext/POSIX/POSIX.t
8167 ____________________________________________________________________________
8168 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
8169         Log: Make the I32 an IV to preserve structure alignment and size.
8170      Branch: perl
8171            ! op.h
8172 ____________________________________________________________________________
8173 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
8174         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
8175              From: "Artur Bergman" <artur@contiller.se>
8176              Date: Wed, 11 Jul 2001 14:23:37 +0200
8177              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
8178              
8179              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
8180      Branch: perl
8181            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
8182            ! pod/perlapi.pod sv.c
8183 ____________________________________________________________________________
8184 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
8185         Log: Tweak until Pod::Parser gets updated.
8186      Branch: perl
8187            ! t/pod/special_seqs.xr
8188 ____________________________________________________________________________
8189 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
8190         Log: File::Spec usage tweak.
8191      Branch: perl
8192            ! lib/ExtUtils.t
8193 ____________________________________________________________________________
8194 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
8195         Log: Integrate #11263 from macperl; macos and macosx updates.
8196      Branch: perl
8197           !> pod/perlport.pod
8198 ____________________________________________________________________________
8199 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
8200         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
8201              From: Peter Prymmer <pvhp@forte.com>
8202              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
8203              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
8204      Branch: perl
8205            + ext/Time/HiRes/hints/dynixptx.pl
8206            ! MANIFEST hints/dynixptx.sh
8207 ____________________________________________________________________________
8208 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
8209         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
8210              From: Nicholas Clark <nick@ccl4.org>
8211              Date: Tue, 10 Jul 2001 23:17:43 +0100
8212              Message-ID: <20010710231742.B59620@plum.flirble.org>
8213      Branch: perl
8214            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
8215 ____________________________________________________________________________
8216 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
8217         Log: Subject: [DOC PATCH] Pluggable runops
8218              From: Paul Johnson <paul@pjcj.net>
8219              Date: Tue, 10 Jul 2001 21:53:28 +0200
8220              Message-ID: <20010710215328.B26577@pjcj.net>
8221      Branch: perl
8222            ! pod/perlguts.pod
8223 ____________________________________________________________________________
8224 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
8225         Log: Subject: [PATCH] Authors
8226              From: Artur Bergman <artur@contiller.se>
8227              Date: Tue, 10 Jul 2001 20:39:12 +0200
8228              Message-ID: <B771186F.21CD%artur@contiller.se>
8229      Branch: perl
8230            ! AUTHORS
8231 ____________________________________________________________________________
8232 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
8233         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
8234              From: Doug MacEachern <dougm@covalent.net>
8235              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
8236              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
8237      Branch: perl
8238            ! pp_ctl.c
8239 ____________________________________________________________________________
8240 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
8241         Log: Subject: doc patch; times() in scalar context
8242              From: mjd@plover.com
8243              Date: 10 Jul 2001 18:01:17 -0000
8244              Message-ID: <20010710180117.12477.qmail@plover.com>
8245      Branch: perl
8246            ! pod/perlfunc.pod
8247 ____________________________________________________________________________
8248 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
8249         Log: Subject: [PATCH] Small fix to pp_gmtime
8250              From: Artur Bergman <artur@contiller.se>
8251              Date: Tue, 10 Jul 2001 19:54:52 +0200
8252              Message-ID: <B7710E0B.21C5%artur@contiller.se>
8253      Branch: perl
8254            ! pp_sys.c
8255 ____________________________________________________________________________
8256 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
8257         Log: Integrate changes from mainline perl, add notes about
8258              Mac OS X and Mac OS.
8259      Branch: maint-5.6/macperl
8260            ! pod/perlport.pod
8261 ____________________________________________________________________________
8262 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
8263         Log: A proof of the dangers of package; ?
8264      Branch: perl
8265            ! t/lib/warnings/op
8266 ____________________________________________________________________________
8267 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
8268         Log: Regen toc and modlib.
8269      Branch: perl
8270            ! pod/perlmodlib.pod pod/perltoc.pod
8271 ____________________________________________________________________________
8272 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
8273         Log: Add compexcl(), casefold(), and casespec() interfaces;
8274              and make all interfaces to return hash references instead
8275              of hashes. 
8276      Branch: perl
8277            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8278 ____________________________________________________________________________
8279 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
8280         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
8281              From: "Philip Newton" <Philip.Newton@gmx.net>
8282              Date: Tue, 10 Jul 2001 09:55:59 +0200
8283              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
8284              
8285              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
8286              From: "Philip Newton" <Philip.Newton@gmx.net>
8287              Date: Tue, 10 Jul 2001 09:56:37 +0200
8288              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
8289      Branch: perl
8290            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
8291            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
8292 ____________________________________________________________________________
8293 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
8294         Log: Subject: [patch] undef &xsub for 1,2
8295              From: Doug MacEachern <dougm@covalent.net>
8296              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
8297              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
8298              
8299              (This version of the patch with a comment from Gisle.)
8300      Branch: perl
8301            ! op.c
8302 ____________________________________________________________________________
8303 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
8304         Log: Mention package; deprecation and the Win32 problems.
8305      Branch: perl
8306            ! pod/perl572delta.pod
8307 ____________________________________________________________________________
8308 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
8309         Log: Subject: [PATCH] deprecate package with no arguments
8310              From: Robin Houston <robin@kitsite.com>
8311              Date: Tue, 10 Jul 2001 13:33:40 +0100
8312              Message-ID: <20010710133340.A13452@robin.kitsite.com>
8313      Branch: perl
8314            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
8315 ____________________________________________________________________________
8316 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
8317         Log: Upgrade to podlators 1.10.
8318      Branch: perl
8319            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
8320            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
8321            ! pod/pod2man.PL pod/pod2text.PL
8322 ____________________________________________________________________________
8323 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
8324         Log: Upgrade to Term::ANSIColor 1.04.
8325      Branch: perl
8326            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
8327            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
8328 ____________________________________________________________________________
8329 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
8330         Log: Integrate perlio (the right fix for the ":layer(args)")
8331      Branch: perl
8332           !> perlio.c
8333 ____________________________________________________________________________
8334 [ 11252] By: nick                                  on 2001/07/10  06:58:14
8335         Log: Fix open(...,"...:layer(xxx)",...)
8336              - use memEQ not strEQ as there is '(' not '\0'
8337      Branch: perlio
8338            ! perlio.c
8339 ____________________________________________________________________________
8340 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
8341         Log: Telling the number of tests helps.
8342      Branch: perl
8343            ! ext/PerlIO/t/encoding.t
8344 ____________________________________________________________________________
8345 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
8346         Log: Require I18N::Langinfo, not use.
8347      Branch: perl
8348            ! lib/open.pm
8349 ____________________________________________________________________________
8350 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
8351         Log: Add a test for for PerlIO ":encoding(...)" layer.
8352      Branch: perl
8353            + ext/PerlIO/t/encoding.t
8354            ! MANIFEST ext/Encode/Encode.pm
8355 ____________________________________________________________________________
8356 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
8357         Log: PerlIO ":encoding(foobar)" temporary fix.
8358              Not really correct, I think, since the change means
8359              that prefixes match.
8360      Branch: perl
8361            ! perlio.c
8362 ____________________________________________________________________________
8363 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
8364         Log: Update to Math::BigInt 1.36.  The biggest news is
8365              the separation of the backend; now the pure Perl
8366              implementation is in Math::BigInt::Calc, but one
8367              can plugin, say, Math::BigInt::BitVect, and get
8368              considerable speedup.
8369      Branch: perl
8370            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
8371            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
8372            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
8373            ! lib/Math/BigInt/t/mbimbf.t
8374 ____________________________________________________________________________
8375 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
8376         Log: Subject: Re: compatibility question
8377              From: Peter Prymmer <pvhp@forte.com>
8378              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
8379              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
8380      Branch: perl
8381            ! lib/ExtUtils/MM_VMS.pm
8382 ____________________________________________________________________________
8383 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
8384         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
8385              From: Norton Allen <allen@huarp.harvard.edu>
8386              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
8387              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
8388      Branch: perl
8389            ! ext/File/Glob/t/basic.t
8390 ____________________________________________________________________________
8391 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
8392         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
8393              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
8394              Date: Tue, 10 Jul 2001 00:29:55 +0900
8395              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
8396      Branch: perl
8397            + ext/Encode/Encode/HZ.enc
8398            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
8399            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
8400            ! ext/Encode/Encode/iso2022-jp.enc
8401            ! ext/Encode/Encode/iso2022-kr.enc
8402 ____________________________________________________________________________
8403 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
8404         Log: Add in all them there macos/ files.
8405      Branch: maint-5.6/macperl
8406            + (add 577 files)
8407 ____________________________________________________________________________
8408 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
8409         Log: Add the new modules to the list of having those own tests.
8410      Branch: perl
8411            ! t/lib/1_compile.t
8412 ____________________________________________________________________________
8413 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
8414         Log: Add INOUT to control both ways at the same time.
8415      Branch: perl
8416            ! lib/open.pm
8417 ____________________________________________________________________________
8418 [ 11240] By: nick                                  on 2001/07/09  16:33:50
8419         Log: Integrate mainline
8420      Branch: perlio
8421           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
8422           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
8423           !> (integrate 41 files)
8424 ____________________________________________________________________________
8425 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
8426         Log: More encoding mapping magic.
8427      Branch: perl
8428            ! lib/open.pm
8429 ____________________________________________________________________________
8430 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
8431         Log: Update Changes.
8432      Branch: perl
8433            ! Changes patchlevel.h
8434 ____________________________________________________________________________
8435 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
8436         Log: (Retracted by #11285).
8437              
8438              Subject: [PATCH] OPpCONST_OCTAL fixes
8439              From: Abhijit Menon-Sen <ams@wiw.org>
8440              Date: Mon, 9 Jul 2001 07:38:45 +0530
8441              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
8442      Branch: perl
8443            ! op.c
8444 ____________________________________________________________________________
8445 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
8446         Log: Add a pseudolayer ":locale" to the open pragma which
8447              will get the encoding from the locale.  Yet undocumented
8448              because I can't get the PerlIO :encoding(foobar) to work.
8449      Branch: perl
8450            ! ext/Encode/Encode.pm lib/open.pm
8451 ____________________________________________________________________________
8452 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
8453         Log: Add more encoding mappings.
8454      Branch: perl
8455            ! ext/Encode/Encode.pm
8456 ____________________________________________________________________________
8457 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
8458         Log: Document that using :encoding layer requires using Encode.
8459      Branch: perl
8460            ! ext/Encode/Encode.pm lib/PerlIO.pm
8461 ____________________________________________________________________________
8462 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
8463         Log: Netware tweak from Ananth Kesari.
8464      Branch: perl
8465            ! NetWare/netware.h
8466 ____________________________________________________________________________
8467 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
8468         Log: t/harness doesn't know about run/*.t
8469      Branch: perl
8470            ! t/harness
8471 ____________________________________________________________________________
8472 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
8473         Log: run/exit.t busted on windows
8474      Branch: perl
8475            ! t/run/exit.t
8476 ____________________________________________________________________________
8477 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
8478         Log: fix a couple of UCD.t tests that fail due to bad case
8479      Branch: perl
8480            ! lib/Unicode/UCD.t
8481 ____________________________________________________________________________
8482 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
8483         Log: test skip logic was broken
8484      Branch: perl
8485            ! ext/I18N/Langinfo/Langinfo.t
8486 ____________________________________________________________________________
8487 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
8488         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
8489              failure of ExtUtils.t#27 when built in debug mode)
8490      Branch: perl
8491            ! lib/ExtUtils/MM_Win32.pm
8492 ____________________________________________________________________________
8493 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
8494         Log: I18N::Langinfo is not available on windows
8495      Branch: perl
8496            ! win32/FindExt.pm
8497 ____________________________________________________________________________
8498 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
8499         Log: save a dTHX
8500      Branch: perl
8501            ! ext/POSIX/POSIX.xs
8502 ____________________________________________________________________________
8503 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
8504         Log: Update Changes.
8505      Branch: perl
8506            ! Changes patchlevel.h
8507 ____________________________________________________________________________
8508 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
8509         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
8510              as pointed out by Sarathy.
8511      Branch: perl
8512            ! ext/I18N/Langinfo/Langinfo.xs
8513 ____________________________________________________________________________
8514 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
8515         Log: Retract #11212.
8516      Branch: perl
8517            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
8518 ____________________________________________________________________________
8519 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
8520         Log: Bump up the VERSION of Cwd.xs.
8521      Branch: perl
8522            ! ext/Cwd/Makefile.PL
8523 ____________________________________________________________________________
8524 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
8525         Log: Retract #11220, the problem wasn't the missing leading zero.
8526              Here's the problem:
8527              $ ./perl -we 'chmod(oct("755"), ".")'
8528              Non-octal literal mode (493) specified at -e line 1.
8529              (Did you mean 0493 instead?)
8530      Branch: perl
8531            ! lib/ExtUtils/MM_Unix.pm
8532 ____________________________________________________________________________
8533 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
8534         Log: (Retracted by #11221)
8535              Change the PERM_RW and PERM_RWX to 0644 and 0755
8536              (add the leading zero).
8537      Branch: perl
8538            ! lib/ExtUtils/MM_Unix.pm
8539 ____________________________________________________________________________
8540 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
8541         Log: Integrate changes #11193, 11205, 11209 from macperl.
8542              
8543              Fix up AutoLoader to fudge for Mac paths in import().
8544              
8545              Allow symbols in try_symbol() to begin with "_".
8546              
8547              Small portability fix for Mac OS.
8548      Branch: perl
8549           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
8550 ____________________________________________________________________________
8551 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
8552         Log: Metaconfig unit change for #11217.
8553      Branch: metaconfig/U/perl
8554            ! Extensions.U
8555 ____________________________________________________________________________
8556 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
8557         Log: Detypo, problem noticed by Gerrit P. Haase.
8558      Branch: perl
8559            ! Configure config_h.SH
8560 ____________________________________________________________________________
8561 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
8562         Log: Cwd cleanups.
8563      Branch: perl
8564            ! ext/Cwd/Cwd.xs
8565 ____________________________________________________________________________
8566 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
8567         Log: Slight tweaks on #11213.
8568      Branch: perl
8569            ! toke.c
8570 ____________________________________________________________________________
8571 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
8572         Log: A missing dTHX noticed by Gerrit P. Haase.
8573      Branch: perl
8574            ! ext/POSIX/POSIX.xs
8575 ____________________________________________________________________________
8576 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
8577         Log: Subject: [PATCH toke.c] Simplify yytoke()
8578              From: Simon Cozens <simon@netthink.co.uk>
8579              Date: Sun, 8 Jul 2001 13:24:34 +0100
8580              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
8581              
8582              Split out pending_ident().
8583      Branch: perl
8584            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
8585 ____________________________________________________________________________
8586 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
8587         Log: (Retracted by #11223.)
8588              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
8589              Date: Wed, 05 Nov 1997 17:22:34 -0600
8590              From: Graham Barr <gbarr@ti.com>
8591              Message-Id: <3460FFBA.6DA51F46@ti.com>
8592      Branch: perl
8593            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
8594 ____________________________________________________________________________
8595 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
8596         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
8597      Branch: perl
8598            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
8599            ! pod/perllocale.pod
8600 ____________________________________________________________________________
8601 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
8602         Log: Really do the test under the C locale.
8603      Branch: perl
8604            ! ext/I18N/Langinfo/Langinfo.t
8605 ____________________________________________________________________________
8606 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
8607         Log: Small portability fix for Mac OS.
8608      Branch: maint-5.6/macperl
8609            ! lib/Cwd.pm
8610 ____________________________________________________________________________
8611 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
8612         Log: Metaconfig unit change for #11207.
8613      Branch: metaconfig/U/perl
8614            ! Extensions.U
8615 ____________________________________________________________________________
8616 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
8617         Log: Add I18N::Langinfo, which is basically a wrapper around
8618              nl_langinfo(), which is an additional way to query locale
8619              specific information.
8620      Branch: perl
8621            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
8622            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
8623            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
8624 ____________________________________________________________________________
8625 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
8626         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
8627              used in File::Find tests; replace with if.t.
8628      Branch: maint-5.6/macperl
8629            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
8630            ! t/pragma/warn/op
8631 ____________________________________________________________________________
8632 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
8633         Log: Allow symbols in try_symbol() to begin with "_".
8634      Branch: maint-5.6/macperl
8635            ! makedef.pl
8636 ____________________________________________________________________________
8637 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
8638         Log: Sync up the File::Find changes from the rewrite by
8639              Thomas Wegner, et al.
8640      Branch: maint-5.6/macperl
8641            + t/lib/filefind-taint.t
8642            ! lib/File/Find.pm t/lib/filefind.t
8643 ____________________________________________________________________________
8644 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
8645         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
8646              From: Thomas Wegner <wegner_thomas@yahoo.com>
8647              Date: Thu, 5 Jul 2001 20:31:25 +0200
8648              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
8649      Branch: maint-5.6/macperl
8650            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
8651 ____________________________________________________________________________
8652 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
8653         Log: Some more test portability fixes.
8654      Branch: maint-5.6/macperl
8655            ! t/lib/filecopy.t t/pragma/warn/pp_sys
8656 ____________________________________________________________________________
8657 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
8658         Log: The #11200 removed wrong (non-existent) target.  Duh.
8659      Branch: perl
8660            ! Makefile.SH
8661 ____________________________________________________________________________
8662 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
8663         Log: Zap the lib/re.pm before creating it.
8664      Branch: perl
8665            ! Makefile.SH
8666 ____________________________________________________________________________
8667 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
8668         Log: Another test.  Please ignore.
8669      Branch: maint-5.6/macperl
8670            ! README.macos
8671 ____________________________________________________________________________
8672 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
8673         Log: Portability fixes for a lot of tests, especially IO-related
8674              tests, and warnings, and the harness script.
8675      Branch: maint-5.6/macperl
8676            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
8677            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
8678            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
8679            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
8680            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
8681            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
8682            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
8683            ! t/pragma/warnings.t
8684 ____________________________________________________________________________
8685 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
8686         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
8687              From: Nicholas Clark <nick@ccl4.org>
8688              Date: Sat, 7 Jul 2001 21:00:17 +0100
8689              Message-ID: <20010707210017.H59620@plum.flirble.org>
8690      Branch: perl
8691            ! lib/h2xs.t
8692 ____________________________________________________________________________
8693 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
8694         Log: The UNICOS/mk SysV IPC problem has been fixed.
8695      Branch: perl
8696            ! pod/perl572delta.pod
8697 ____________________________________________________________________________
8698 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
8699         Log: Slight update tweaks on perlunicode.pod.
8700      Branch: perl
8701            ! pod/perlunicode.pod
8702 ____________________________________________________________________________
8703 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
8704         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
8705              From: Mark-Jason Dominus <mjd@plover.com>
8706              Date: Sat, 07 Jul 2001 13:04:04 -0400
8707              Message-ID: <20010707170404.32694.qmail@plover.com>
8708      Branch: perl
8709            ! ext/DB_File/DB_File.pm
8710 ____________________________________________________________________________
8711 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
8712         Log: Fix up AutoLoader to fudge for Mac paths in import().
8713      Branch: maint-5.6/macperl
8714            ! lib/AutoLoader.pm
8715 ____________________________________________________________________________
8716 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
8717         Log: Try to force the lib/re.pm to be there before entering
8718              the extensions builds, should help for parallel makes.
8719      Branch: perl
8720            ! Makefile.SH
8721 ____________________________________________________________________________
8722 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
8723         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
8724              From: Norton Allen <allen@huarp.harvard.edu>
8725              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
8726              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
8727      Branch: perl
8728            ! ext/POSIX/POSIX.xs
8729 ____________________________________________________________________________
8730 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
8731         Log: Subject: [PATCH] Re: op/arith.t
8732              From: Nicholas Clark <nick@ccl4.org>
8733              Date: Sat, 7 Jul 2001 13:04:54 +0100
8734              Message-ID: <20010707130454.D59620@plum.flirble.org>
8735      Branch: perl
8736            ! numeric.c toke.c
8737 ____________________________________________________________________________
8738 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
8739         Log: Subject: [PATCH] h2xs
8740              From: Nicholas Clark <nick@ccl4.org>
8741              Date: Fri, 6 Jul 2001 23:25:14 +0100
8742              Message-ID: <20010706232514.X59620@plum.flirble.org>
8743      Branch: perl
8744            ! utils/h2xs.PL
8745 ____________________________________________________________________________
8746 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
8747         Log: Subject: Re: bleedperl perl_alloc..free leakage
8748              From: Radu Greab <radu@netsoft.ro>
8749              Date: Fri, 6 Jul 2001 19:48:54 +0300
8750              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
8751              
8752              Leak-be-gone.
8753      Branch: perl
8754            ! op.c
8755 ____________________________________________________________________________
8756 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
8757         Log: Test again.  Please ignore.
8758      Branch: maint-5.6/macperl
8759            ! README.macos
8760 ____________________________________________________________________________
8761 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
8762         Log: Test.  Please ignore.
8763      Branch: maint-5.6/macperl
8764            ! README.macos
8765 ____________________________________________________________________________
8766 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
8767         Log: Include changes already sent in separately as patches,
8768              before branch was created.
8769      Branch: maint-5.6/macperl
8770            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
8771            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
8772            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
8773            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
8774            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
8775            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
8776            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
8777            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
8778            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
8779            ! t/pragma/strict.t
8780 ____________________________________________________________________________
8781 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
8782         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
8783              From: Norton Allen <allen@huarp.harvard.edu>
8784              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
8785              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
8786      Branch: perl
8787            ! utf8.h
8788 ____________________________________________________________________________
8789 [ 11183] By: nick                                  on 2001/07/06  16:27:40
8790         Log: Integrate mainline
8791      Branch: perlio
8792           +> (branch 42 files)
8793            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
8794            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
8795            - win32/bin/mdelete.bat
8796           !> (integrate 215 files)
8797 ____________________________________________________________________________
8798 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
8799         Log: The #11166 needed also these updated.
8800      Branch: perl
8801            ! lib/warnings.pm warnings.h
8802 ____________________________________________________________________________
8803 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
8804         Log: Update Changes.
8805      Branch: perl
8806            ! Changes patchlevel.h
8807 ____________________________________________________________________________
8808 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
8809         Log: Regen toc.
8810      Branch: perl
8811            ! pod/perltoc.pod
8812 ____________________________________________________________________________
8813 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
8814         Log: Nit from Abhijit.
8815      Branch: perl
8816            ! lib/CPAN.pm
8817 ____________________________________________________________________________
8818 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
8819         Log: Retract #11172.
8820      Branch: perl
8821            ! t/op/method.t
8822 ____________________________________________________________________________
8823 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
8824         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
8825              From: Norton Allen <allen@huarp.harvard.edu>
8826              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
8827              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
8828      Branch: perl
8829            ! lib/Cwd.pm
8830 ____________________________________________________________________________
8831 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
8832         Log: (Accidentally empty check-in.)
8833      Branch: perl
8834            ! utf8.h
8835 ____________________________________________________________________________
8836 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
8837         Log: Retract #11165 since Sarathy pointed out it'll not
8838              work properly under threads, the problem should be
8839              solved using "the savestack, either via SSNEW() or
8840              using a newSVpv()+SAVEFREESV() combo."
8841      Branch: perl
8842            ! ext/POSIX/POSIX.xs
8843 ____________________________________________________________________________
8844 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
8845         Log: Retract #11125 since NI-S pointed out it'll not work in
8846              cases where the extension has their own handcrafted INC
8847              et alia.
8848      Branch: perl
8849            ! lib/ExtUtils/MM_Unix.pm
8850 ____________________________________________________________________________
8851 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
8852         Log: Subject: RE: [PATCH] -I and MakeMaker again
8853              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
8854              Date: Fri, 6 Jul 2001 09:18:29 +0200
8855              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
8856      Branch: perl
8857            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
8858            ! lib/ExtUtils/MM_Win32.pm
8859 ____________________________________________________________________________
8860 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
8861         Log: (Retracted by #11178)
8862              Subject: [PATCH t/op/method.t] SUPER:: strangeness
8863              From: Piers Cawley <pdcawley@iterative-software.com>
8864              Date: 06 Jul 2001 10:49:01 +0100
8865              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
8866      Branch: perl
8867            ! t/op/method.t
8868 ____________________________________________________________________________
8869 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
8870         Log: VOS README update from Paul Green.
8871      Branch: perl
8872            ! README.vos
8873 ____________________________________________________________________________
8874 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
8875         Log: Subject: [PATCH README.qnx hints/qnx.sh]
8876              From: Norton Allen <allen@huarp.harvard.edu>
8877              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
8878              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
8879      Branch: perl
8880            ! README.qnx hints/qnx.sh
8881 ____________________________________________________________________________
8882 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
8883         Log: Subject: [PATCH] Doc patch for Tie::Hash
8884              From: Artur Bergman <artur@contiller.se>
8885              Date: Thu, 05 Jul 2001 22:51:18 +0200
8886              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
8887      Branch: perl
8888            ! lib/Tie/Hash.pm
8889 ____________________________________________________________________________
8890 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
8891         Log: Subject: [PATCH] perlfaq4.pod
8892              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
8893              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
8894              Date: Thu, 5 Jul 2001 18:44:10 +0100 
8895      Branch: perl
8896            ! pod/perlfaq4.pod
8897 ____________________________________________________________________________
8898 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
8899         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
8900              From: Robin Houston <robin@kitsite.com>
8901              Date: Thu, 5 Jul 2001 18:33:21 +0100
8902              Message-ID: <20010705183321.A27345@robin.kitsite.com>
8903      Branch: perl
8904            ! ext/B/B/Deparse.pm
8905 ____________________________________________________________________________
8906 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
8907         Log: (Retracted by #11285.)
8908              
8909              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
8910              From: Abhijit Menon-Sen <ams@wiw.org>
8911              Date: Fri, 6 Jul 2001 01:26:32 +0530
8912              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
8913      Branch: perl
8914            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
8915            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
8916            ! warnings.pl
8917 ____________________________________________________________________________
8918 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
8919         Log: (Retracted by #11175)
8920              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
8921              From: Norton Allen <allen@huarp.harvard.edu>
8922              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
8923              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
8924      Branch: perl
8925            ! ext/POSIX/POSIX.xs
8926 ____________________________________________________________________________
8927 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
8928         Log: Unterminated C< (noticed by Richard Hatch), and few other
8929              small Unicode doc tweaks.
8930      Branch: perl
8931            ! pod/perlretut.pod
8932 ____________________________________________________________________________
8933 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
8934         Log: More flexible argument understanding; add charblocks() and
8935              charscripts(); make charblock() and charscript() two-way;
8936              add charinrange(); separate the $Unicode::UCD::VERSION and
8937              the version of the Unicode by adding UnicodeVersion().
8938      Branch: perl
8939            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
8940 ____________________________________________________________________________
8941 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
8942         Log: Update Unicode::UCD on \p{In...}.
8943      Branch: perl
8944            ! lib/Unicode/UCD.pm
8945 ____________________________________________________________________________
8946 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
8947         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
8948              From: Norton Allen <allen@huarp.harvard.edu>
8949              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
8950              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
8951      Branch: perl
8952            ! lib/ExtUtils/MM_Unix.pm
8953 ____________________________________________________________________________
8954 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
8955         Log: POSIX-BC tweaks from Thomas Dorner.
8956      Branch: perl
8957            ! hints/posix-bc.sh perlio.h
8958 ____________________________________________________________________________
8959 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
8960         Log: Module updates for the delta.
8961      Branch: perl
8962            ! pod/perl572delta.pod
8963 ____________________________________________________________________________
8964 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
8965         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
8966              From: Norton Allen <allen@huarp.harvard.edu>
8967              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
8968              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
8969      Branch: perl
8970            ! ext/IO/lib/IO/t/io_sock.t
8971 ____________________________________________________________________________
8972 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
8973         Log: Subject: [PATCH perldiag.pod] Quick fixes
8974              From: Simon Cozens <simon@netthink.co.uk>
8975              Date: Wed, 4 Jul 2001 20:22:12 +0100
8976              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
8977      Branch: perl
8978            ! pod/perldiag.pod
8979 ____________________________________________________________________________
8980 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
8981         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
8982              From: Radu Greab <radu@netsoft.ro>
8983              Date: Wed, 4 Jul 2001 22:13:31 +0300
8984              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
8985      Branch: perl
8986            ! op.c sv.c t/op/pos.t
8987 ____________________________________________________________________________
8988 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
8989         Log: Subject: [PATCH] -I and MakeMaker again
8990              From: Michael G Schwern <schwern@pobox.com>
8991              Date: Wed, 4 Jul 2001 15:03:07 -0400
8992              Message-ID: <20010704150307.I20340@blackrider>
8993              
8994              (and retract #11145)
8995      Branch: perl
8996            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
8997            ! lib/ExtUtils/MakeMaker.pm
8998 ____________________________________________________________________________
8999 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
9000         Log: Subject: Re: PERFORCE change 11142 for review
9001              From: "Philip Newton" <Philip.Newton@gmx.net>
9002              Date: Wed, 4 Jul 2001 20:46:26 +0200
9003              Message-Id: <200107041841.VAA25380@taas.iki.fi>
9004      Branch: perl
9005            ! lib/ExtUtils/MakeMaker.pm
9006 ____________________________________________________________________________
9007 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
9008         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
9009              From: Jonathan Stowe <gellyfish@gellyfish.com>
9010              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
9011              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
9012      Branch: perl
9013            ! utils/pl2pm.PL
9014 ____________________________________________________________________________
9015 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
9016         Log: fix the binary compatibility issue when building with/without
9017              usemymalloc by exporting Perl_malloc() et al as simple wrappers
9018              around the system functions (this allows most extensions built
9019              using one mode to coexist with perls built in the other mode)
9020              
9021              XXX the Perl_mfree() wrapper might need to do return(free()) on
9022              platforms where Free_t isn't "void"
9023      Branch: perl
9024            ! embed.h embed.pl makedef.pl proto.h util.c
9025 ____________________________________________________________________________
9026 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
9027         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
9028              since it doesn't ensure threads other than the one calling fork()
9029              aren't holding any locks; the fix is to use pthread_atfork() to
9030              hold global locks
9031              
9032              building perl with -Dusemymalloc exacerbates the problem since
9033              Perl_malloc() holds a mutex, and perl's exec() calls New()
9034              
9035              XXX the code in win32thread.h may be needed on platforms that have
9036              no pthread_atfork()
9037      Branch: perl
9038            ! perl.c thread.h win32/win32thread.h
9039 ____________________________________________________________________________
9040 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
9041         Log: Integrate #11009 from maintperl.
9042      Branch: maint-5.6/macperl
9043           !> lib/ExtUtils/Manifest.pm
9044 ____________________________________________________________________________
9045 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
9046         Log: Flexing my Perforce muscles.
9047      Branch: maint-5.6/macperl
9048            ! README.macos
9049 ____________________________________________________________________________
9050 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
9051         Log: Update Changes.
9052      Branch: perl
9053            ! Changes patchlevel.h
9054 ____________________________________________________________________________
9055 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
9056         Log: Metaconfig unit change for #11146.
9057      Branch: metaconfig/U/perl
9058            ! d_fcntl_can_lock.U
9059 ____________________________________________________________________________
9060 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
9061         Log: Somehow the #ifdefs of the added code (in #11093) made
9062              HP-UX to fail the fcntl locking test, without the ifdefs
9063              the test seems to be working again.  Reason unknown:
9064              HP-UX cc doesn't complain either way.
9065      Branch: perl
9066            ! Configure
9067 ____________________________________________________________________________
9068 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
9069         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
9070      Branch: perl
9071            ! lib/ExtUtils/MM_Unix.pm
9072 ____________________________________________________________________________
9073 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
9074         Log: gcc -Wall nit.
9075      Branch: perl
9076            ! pp_hot.c
9077 ____________________________________________________________________________
9078 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
9079         Log: When removing tests updating the test count is a good idea, too.
9080      Branch: perl
9081            ! lib/Net/t/require.t
9082 ____________________________________________________________________________
9083 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
9084         Log: Document #11134 and add the new symbols to the list of
9085              of MakeMaker known ones.
9086      Branch: perl
9087            ! lib/ExtUtils/MakeMaker.pm
9088 ____________________________________________________________________________
9089 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
9090         Log: Microperl update.
9091      Branch: perl
9092            ! uconfig.h
9093 ____________________________________________________________________________
9094 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
9095         Log: Update the libnet tests as per #11138.
9096      Branch: perl
9097            - lib/Net/t/ph.t
9098            ! MANIFEST lib/Net/t/require.t
9099 ____________________________________________________________________________
9100 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
9101         Log: Regen toc and modlib.
9102      Branch: perl
9103            ! pod/perlmodlib.pod pod/perltoc.pod
9104 ____________________________________________________________________________
9105 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
9106         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
9107              Graham's request.
9108      Branch: perl
9109            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
9110            ! MANIFEST
9111 ____________________________________________________________________________
9112 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
9113         Log: Add the OS/390 harness results to the delta.
9114      Branch: perl
9115            ! pod/perl572delta.pod
9116 ____________________________________________________________________________
9117 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
9118         Log: Avoid the two study tests in OS/390 until the bug has been solved.
9119      Branch: perl
9120            ! t/op/study.t
9121 ____________________________________________________________________________
9122 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
9123         Log: DOS/DJGPP tweaks from Laszlo Molnar.
9124      Branch: perl
9125            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
9126 ____________________________________________________________________________
9127 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
9128         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
9129              From: Michael G Schwern <schwern@pobox.com>
9130              Date: Wed, 4 Jul 2001 00:01:16 -0400
9131              Message-ID: <20010704000116.C591@blackrider>
9132      Branch: perl
9133            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
9134 ____________________________________________________________________________
9135 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
9136         Log: The #11132 missed singleton characters (not part
9137              of a unilo..unihi range) in Unicode scripts.
9138      Branch: perl
9139            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
9140            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
9141            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
9142            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
9143            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
9144            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
9145            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
9146            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
9147            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
9148            ! lib/unicode/mktables.PL t/op/pat.t
9149 ____________________________________________________________________________
9150 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
9151         Log: Support preferentially the Unicode 'scripts' definition
9152              in the \p{In...} notation since according to Unicode the
9153              scripts concept is more natural for matching than using
9154              the somewhat artificial block names.  The block names are
9155              still available, though, and if there's a name conflict,
9156              the scripts one wins and the blocks one has to do with
9157              'Block' appended to its name.  For more information see
9158              
9159              http://www.unicode.org/unicode/reports/tr24/
9160      Branch: perl
9161            + lib/unicode/In/100.pl lib/unicode/In/101.pl
9162            + lib/unicode/In/102.pl lib/unicode/In/103.pl
9163            + lib/unicode/In/104.pl lib/unicode/In/105.pl
9164            + lib/unicode/In/106.pl lib/unicode/In/107.pl
9165            + lib/unicode/In/108.pl lib/unicode/In/109.pl
9166            + lib/unicode/In/110.pl lib/unicode/In/111.pl
9167            + lib/unicode/In/112.pl lib/unicode/In/113.pl
9168            + lib/unicode/In/114.pl lib/unicode/In/115.pl
9169            + lib/unicode/In/116.pl lib/unicode/In/117.pl
9170            + lib/unicode/In/118.pl lib/unicode/In/119.pl
9171            + lib/unicode/In/120.pl lib/unicode/In/121.pl
9172            + lib/unicode/In/122.pl lib/unicode/In/123.pl
9173            + lib/unicode/In/124.pl lib/unicode/In/125.pl
9174            + lib/unicode/In/126.pl lib/unicode/In/127.pl
9175            + lib/unicode/In/128.pl lib/unicode/In/129.pl
9176            + lib/unicode/In/130.pl lib/unicode/In/131.pl
9177            + lib/unicode/In/132.pl lib/unicode/In/133.pl
9178            + lib/unicode/In/134.pl lib/unicode/In/135.pl
9179            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
9180            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
9181            ! (edit 106 files)
9182 ____________________________________________________________________________
9183 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
9184         Log: Better document the difference between a block and a script.
9185      Branch: perl
9186            ! lib/Unicode/UCD.pm
9187 ____________________________________________________________________________
9188 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
9189         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
9190              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
9191              Date: Tue, 3 Jul 2001 15:04:23 -0500
9192              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
9193      Branch: perl
9194            ! lib/CPAN.pm
9195 ____________________________________________________________________________
9196 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
9197         Log: Add tests for charscript().
9198      Branch: perl
9199            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
9200 ____________________________________________________________________________
9201 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
9202         Log: Add charscript() to get the UTR#24 script names of characters.
9203      Branch: perl
9204            ! lib/Unicode/UCD.pm
9205 ____________________________________________________________________________
9206 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
9207         Log: Todo updates.
9208      Branch: perl
9209            ! pod/perltodo.pod
9210 ____________________________________________________________________________
9211 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
9212         Log: Unicode::UCD updates.
9213      Branch: perl
9214            ! lib/Unicode/UCD.pm
9215 ____________________________________________________________________________
9216 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
9217         Log: (Retracted by #11174)
9218              Subject: MakeMaker should pass through DEFINE and INC to subdirs
9219              From: Alan Burlison <Alan.Burlison@sun.com>
9220              Date: Tue, 03 Jul 2001 15:20:13 +0100
9221              Message-ID: <3B41D49D.A923D4F9@sun.com>
9222      Branch: perl
9223            ! lib/ExtUtils/MM_Unix.pm
9224 ____________________________________________________________________________
9225 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
9226         Log: Subject: Patch needed for UTS
9227              From: hom00@utsglobal.com (Hal Morris)
9228              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
9229              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
9230              
9231              Replace #11113 with a better version.
9232      Branch: perl
9233            ! perl.h
9234 ____________________________________________________________________________
9235 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
9236         Log: Subject: Re: POINTERRIGOR
9237              From: Andy Dougherty <doughera@lafayette.edu>
9238              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
9239              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
9240      Branch: perl
9241            ! util.c
9242 ____________________________________________________________________________
9243 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
9244         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
9245              From: "Philip Newton" <pnewton@gmx.de>
9246              Date: Tue, 3 Jul 2001 17:03:34 +0200
9247              Message-ID: <3B41FAE6.29564.660E117@localhost>
9248      Branch: perl
9249            ! pp_hot.c
9250 ____________________________________________________________________________
9251 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
9252         Log: Typos.
9253      Branch: perl
9254            ! INSTALL
9255 ____________________________________________________________________________
9256 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
9257         Log: Subject: [PATCH 5.6.1] debugger fixes
9258              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9259              Date: Tue, 3 Jul 2001 03:38:18 -0400
9260              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
9261              
9262              The $^S is working again.
9263      Branch: perl
9264            ! lib/perl5db.pl
9265 ____________________________________________________________________________
9266 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
9267         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
9268              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9269              Date: Tue, 3 Jul 2001 03:34:06 -0400
9270              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
9271      Branch: perl
9272            ! os2/OS2/Process/Process.pm
9273 ____________________________________________________________________________
9274 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
9275         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
9276              From: "Philip Newton" <Philip.Newton@gmx.net>
9277              Date: Tue, 3 Jul 2001 09:11:27 +0200
9278              Message-Id: <200107030706.KAA04596@taas.iki.fi>
9279      Branch: perl
9280            ! lib/FindBin.pm
9281 ____________________________________________________________________________
9282 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
9283         Log: Delta delta.
9284      Branch: perl
9285            ! pod/perl572delta.pod
9286 ____________________________________________________________________________
9287 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
9288         Log: Metaconfig unit change for 11115.
9289      Branch: metaconfig
9290            ! U/modified/libc.U
9291 ____________________________________________________________________________
9292 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
9293         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
9294              (from Richard Hatch) (this was the cause of pipes() and
9295              times() myeteriously not being found)
9296      Branch: perl
9297            ! Configure
9298 ____________________________________________________________________________
9299 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
9300         Log: Retract #10142, the real culprit found by Richard Hatch,
9301              coming soon to Configure near you.
9302      Branch: perl
9303            ! hints/aix.sh
9304 ____________________________________________________________________________
9305 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
9306         Log: (Replaced by #11124) UTS workaround from Hal Morris.
9307      Branch: perl
9308            ! perl.h
9309 ____________________________________________________________________________
9310 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
9311         Log: Subject: [PATCH] grok not grocking correctly
9312              From: Nicholas Clark <nick@ccl4.org>
9313              Date: Tue, 3 Jul 2001 00:19:08 +0100
9314              Message-ID: <20010703001908.H59620@plum.flirble.org>
9315      Branch: perl
9316            ! numeric.c
9317 ____________________________________________________________________________
9318 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
9319         Log: Subject: [PATCH Deparse.t] test just-posted patches
9320              From: Robin Houston <robin@kitsite.com>
9321              Date: Mon, 2 Jul 2001 23:46:15 +0100
9322              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
9323      Branch: perl
9324            ! ext/B/Deparse.t
9325 ____________________________________________________________________________
9326 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
9327         Log: Subject: [PATCH toke.c] autosplit into @F
9328              From: Robin Houston <robin@kitsite.com>
9329              Date: Mon, 2 Jul 2001 23:18:20 +0100
9330              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
9331      Branch: perl
9332            ! perl.c toke.c
9333 ____________________________________________________________________________
9334 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
9335         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
9336              From: Robin Houston <robin@kitsite.com>
9337              Date: Mon, 2 Jul 2001 23:00:48 +0100
9338              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
9339      Branch: perl
9340            ! ext/B/B/Deparse.pm
9341 ____________________________________________________________________________
9342 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
9343         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
9344              From: "Philip Newton" <Philip.Newton@gmx.net>
9345              Date: Mon, 2 Jul 2001 22:06:22 +0200
9346              (no Message-Id)
9347      Branch: perl
9348            ! ext/NDBM_File/hints/linux.pl
9349 ____________________________________________________________________________
9350 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
9351         Log: Subject: Re: Fixed pack problem - sort of
9352              From: Nicholas Clark <nick@ccl4.org>
9353              Date: Mon, 2 Jul 2001 20:59:20 +0100
9354              Message-ID: <20010702205919.F59620@plum.flirble.org>
9355      Branch: perl
9356            ! pp_pack.c t/op/pack.t
9357 ____________________________________________________________________________
9358 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
9359         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
9360              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9361              Date: Mon, 2 Jul 2001 15:45:41 -0400
9362              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
9363      Branch: perl
9364            ! os2/os2.c
9365 ____________________________________________________________________________
9366 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
9367         Log: (Mistaken retraction)
9368      Branch: perl
9369            ! utils/pl2pm.PL
9370 ____________________________________________________________________________
9371 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
9372         Log: Detypo in #11103.
9373      Branch: perl
9374            ! utils/pl2pm.PL
9375 ____________________________________________________________________________
9376 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
9377         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
9378              From: Jonathan Stowe <gellyfish@gellyfish.com>
9379              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
9380              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
9381      Branch: perl
9382            ! utils/pl2pm.PL
9383 ____________________________________________________________________________
9384 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
9385         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
9386              From: "Craig A. Berry" <craigberry@mac.com>
9387              Date: Mon, 02 Jul 2001 14:11:23 -0500
9388              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
9389      Branch: perl
9390            ! lib/Unicode/UCD.pm
9391 ____________________________________________________________________________
9392 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
9393         Log: Subject: [PATCH] Re: op/numconvert.t failures
9394              From: Nicholas Clark <nick@ccl4.org>
9395              Date: Mon, 2 Jul 2001 20:10:48 +0100
9396              Message-ID: <20010702201048.E59620@plum.flirble.org>
9397      Branch: perl
9398            ! t/op/numconvert.t
9399 ____________________________________________________________________________
9400 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
9401         Log: Update Changes.
9402      Branch: perl
9403            ! Changes patchlevel.h
9404 ____________________________________________________________________________
9405 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
9406         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
9407              The real fix must be more involved.  The line of code all the leaky
9408              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
9409              line of Perl_newPMOP().
9410      Branch: perl
9411            ! op.h
9412 ____________________________________________________________________________
9413 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
9414         Log: Based on
9415              
9416              Subject: Re: sizeof(struct sembuf)
9417              From: Nicholas Clark <nick@ccl4.org>
9418              Date: Sun, 1 Jul 2001 22:26:48 +0100
9419              Message-ID: <20010701222648.W59620@plum.flirble.org>
9420              
9421              but do semop() always the slow way.
9422      Branch: perl
9423            ! doio.c
9424 ____________________________________________________________________________
9425 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
9426         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
9427              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9428              Date: Tue, 03 Jul 2001 00:56:30 +0900
9429              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
9430      Branch: perl
9431            ! ext/Encode/Encode/Tcl.t
9432 ____________________________________________________________________________
9433 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
9434         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
9435              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9436              Date: Tue, 03 Jul 2001 00:55:46 +0900
9437              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
9438      Branch: perl
9439            ! ext/Encode/Encode/Tcl.pm
9440 ____________________________________________________________________________
9441 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
9442         Log: Regen api and toc.
9443      Branch: perl
9444            ! pod/perlapi.pod pod/perltoc.pod
9445 ____________________________________________________________________________
9446 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
9447         Log: Metaconfig unit change for #11093.
9448      Branch: metaconfig/U/perl
9449            ! d_fcntl_can_lock.U
9450 ____________________________________________________________________________
9451 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
9452         Log: The fcntl locking test may hang if NFS locking messed up;
9453              break out with alarm(10).
9454      Branch: perl
9455            ! Configure
9456 ____________________________________________________________________________
9457 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
9458         Log: Move the mdelete.bat from win32/bin to win32.
9459      Branch: perl
9460            ! MANIFEST
9461 ____________________________________________________________________________
9462 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
9463         Log: Typo in #11083.
9464      Branch: perl
9465            ! ext/Time/Piece/Piece.t
9466 ____________________________________________________________________________
9467 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
9468         Log: Netware tweaks from Guruprasad.
9469      Branch: perl
9470            - NetWare/perlsdio.h
9471            ! MANIFEST NetWare/Makefile NetWare/interface.c
9472            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
9473            ! perlsdio.h
9474 ____________________________________________________________________________
9475 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
9476         Log: Subject: Re: [PATH] shared -> unique;
9477              From: Abhijit Menon-Sen <ams@wiw.org>
9478              Date: Wed, 27 Jun 2001 03:51:27 +0530
9479              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
9480      Branch: perl
9481            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
9482 ____________________________________________________________________________
9483 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
9484         Log: Subject: Re: AIX / gcc-3.0
9485              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
9486              Date: Mon, 02 Jul 2001 15:20:21 +0200
9487              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
9488      Branch: perl
9489            ! hints/aix.sh
9490 ____________________________________________________________________________
9491 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
9492         Log: Subject: Re: Bug report: split splits on wrong pattern
9493              From: Abhijit Menon-Sen <ams@wiw.org>
9494              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
9495              Date: Mon, 2 Jul 2001 16:31:33 +0530
9496      Branch: perl
9497            ! pp_ctl.c
9498 ____________________________________________________________________________
9499 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
9500         Log: Subject: [PATCH 5.6.1] test harness
9501              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9502              Date: Mon, 2 Jul 2001 06:29:21 -0400
9503              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
9504      Branch: perl
9505            ! lib/Test/Harness.pm
9506 ____________________________________________________________________________
9507 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
9508         Log: Subject: [PATCH 5.6.1] debugger goof
9509              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9510              Date: Mon, 2 Jul 2001 06:27:22 -0400
9511              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
9512      Branch: perl
9513            ! lib/perl5db.pl
9514 ____________________________________________________________________________
9515 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
9516         Log: Subject: [PATCH 5.6.1] OS/2 cwd
9517              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9518              Date: Mon, 2 Jul 2001 06:21:17 -0400
9519              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
9520      Branch: perl
9521            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
9522 ____________________________________________________________________________
9523 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
9524         Log: Make #11082 more OS/2-specific.
9525      Branch: perl
9526            ! ext/Time/Piece/Piece.t
9527 ____________________________________________________________________________
9528 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
9529         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
9530              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9531              Date: Mon, 2 Jul 2001 06:06:34 -0400
9532              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
9533      Branch: perl
9534            ! ext/Time/Piece/Piece.t
9535 ____________________________________________________________________________
9536 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
9537         Log: Subject: [PATCH B::Deparse] version number & changes
9538              From: Robin Houston <robin@kitsite.com>  
9539              Date: Sun, 1 Jul 2001 17:17:29 +0100
9540              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
9541      Branch: perl
9542            ! ext/B/B/Deparse.pm
9543 ____________________________________________________________________________
9544 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
9545         Log: Subject: a small fix.
9546              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
9547              Date: Mon, 2 Jul 2001 12:17:53 +0200
9548              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
9549      Branch: perl
9550            ! ext/Thread/Thread.xs
9551 ____________________________________________________________________________
9552 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
9553         Log: Subject: RE: perl@10907
9554              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
9555              Date: Mon, 2 Jul 2001 12:06:16 +0200
9556              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
9557              
9558              Borland C vs PerlIO.
9559      Branch: perl
9560            ! win32/config.bc win32/config_H.bc
9561 ____________________________________________________________________________
9562 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
9563         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
9564              From: "H.M. Brand" <merijn@l1.procura.nl>
9565              Date: Mon, 02 Jul 2001 11:18:57 +0200
9566              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
9567      Branch: perl
9568            ! t/op/write.t
9569 ____________________________________________________________________________
9570 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
9571         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
9572              From: Michael G Schwern <schwern@pobox.com>
9573              Date: Mon, 2 Jul 2001 00:26:24 -0400
9574              Message-ID: <20010702002624.A18302@blackrider>
9575      Branch: perl
9576            - ext/util/mkbootstrap
9577 ____________________________________________________________________________
9578 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
9579         Log: Subject: [PATCH op.h] v minor comment tweak
9580              From: Robin Houston <robin@puffinry.freeserve.co.uk>
9581              Date: Mon, 2 Jul 2001 00:42:01 +0100
9582              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
9583      Branch: perl
9584            ! op.h
9585 ____________________________________________________________________________
9586 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
9587         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
9588      Branch: perl
9589            ! pod/perlfunc.pod
9590 ____________________________________________________________________________
9591 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
9592         Log: Subject: Re: sizeof(struct sembuf)
9593              From: Nicholas Clark <nick@ccl4.org>
9594              Date: Sun, 1 Jul 2001 19:23:16 +0100
9595              Message-ID: <20010701192316.V59620@plum.flirble.org>
9596              
9597              s/signaling/signalling/
9598      Branch: perl
9599            ! pod/perlfunc.pod
9600 ____________________________________________________________________________
9601 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
9602         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
9603              From: "Philip Newton" <Philip.Newton@gmx.net>
9604              Date: Sun, 1 Jul 2001 09:37:56 +0200
9605              Message-Id: <200107010733.KAA03920@taas.iki.fi>
9606      Branch: perl
9607            ! pod/perlvar.pod
9608 ____________________________________________________________________________
9609 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
9610         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
9611              From: "Philip Newton" <Philip.Newton@gmx.net>
9612              Date: Sun, 1 Jul 2001 09:37:56 +0200
9613              Message-Id: <200107010733.KAA03925@taas.iki.fi>
9614      Branch: perl
9615            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
9616 ____________________________________________________________________________
9617 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
9618         Log: Metaconfig unit change for #11070.
9619      Branch: metaconfig
9620            ! U/compline/randfunc.U
9621 ____________________________________________________________________________
9622 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
9623         Log: Subject: [PATCH perlsnap] its --> it's --> its
9624              From: "Philip Newton" <Philip.Newton@gmx.net>
9625              Date: Sun, 1 Jul 2001 09:37:56 +0200
9626              Message-Id: <200107010733.KAA03914@taas.iki.fi>
9627      Branch: perl
9628            ! Porting/config_H
9629 ____________________________________________________________________________
9630 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
9631         Log: Sync with Sarathy; integrate with perlio.
9632      Branch: perl
9633           !> gv.c
9634 ____________________________________________________________________________
9635 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
9636         Log: regenerate win32/config_H.?c files
9637      Branch: perl
9638            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9639 ____________________________________________________________________________
9640 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
9641         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
9642              naming discipline
9643              
9644              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
9645              because of this)
9646              
9647              fix a warning about "fd" being used without being set in Cwd.xs
9648      Branch: perl
9649            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
9650            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
9651            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
9652            ! win32/config.vc
9653 ____________________________________________________________________________
9654 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
9655         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
9656              within macro arguments") and warnings ("unary minus applied to
9657              unsigned type", among others)
9658      Branch: perl
9659            ! gv.c hv.c op.c pp.c sv.c toke.c
9660 ____________________________________________________________________________
9661 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
9662         Log: win32 fixes: more spurious CRs
9663      Branch: perl
9664            ! win32/mdelete.bat
9665 ____________________________________________________________________________
9666 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
9667         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
9668              from win32/bin (or it gets deleted by distclean); don't delete
9669              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
9670              NT (should be made Win9x specific, and added to makefile.mk)
9671      Branch: perl
9672           +> win32/mdelete.bat
9673            - win32/bin/mdelete.bat
9674            ! win32/Makefile win32/makefile.mk
9675 ____________________________________________________________________________
9676 [ 11063] By: nick                                  on 2001/07/01  18:54:09
9677         Log: Quick for for #ifdef mess
9678      Branch: perlio
9679            ! gv.c
9680 ____________________________________________________________________________
9681 [ 11062] By: nick                                  on 2001/07/01  18:47:42
9682         Log: Raw integrate - does not build #if mess in gv.c
9683      Branch: perlio
9684           !> (integrate 29 files)
9685 ____________________________________________________________________________
9686 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
9687         Log: Make 'compile' target a little less broken.
9688              Still very broken, though: -Wall warnings from
9689              the generated code, boot_Foo prototypes missing,
9690              can't autoload Fcntl::SEEK_CUR et alia, ...
9691      Branch: perl
9692            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
9693            ! utils/perlcc.PL x2p/Makefile.SH
9694 ____________________________________________________________________________
9695 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
9696         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
9697      Branch: perl
9698            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
9699            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
9700 ____________________________________________________________________________
9701 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
9702         Log: Update Changes.
9703      Branch: perl
9704            ! Changes patchlevel.h
9705 ____________________________________________________________________________
9706 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
9707         Log: Still one typo, regen toc.
9708      Branch: perl
9709            ! lib/Unicode/UCD.pm pod/perltoc.pod
9710 ____________________________________________________________________________
9711 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
9712         Log: Detypos and regen toc.
9713      Branch: perl
9714            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
9715 ____________________________________________________________________________
9716 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
9717         Log: VERSION tweak.
9718      Branch: perl
9719            ! ext/List/Util/lib/List/Util.pm
9720 ____________________________________________________________________________
9721 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
9722         Log: Attempt at plugging the leak under ithreads detected by Doug.
9723      Branch: perl
9724            ! op.h
9725 ____________________________________________________________________________
9726 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
9727         Log: gcc -Wall lint after #11051.
9728      Branch: perl
9729            ! pp_sys.c
9730 ____________________________________________________________________________
9731 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
9732         Log: Integrate perlio.
9733      Branch: perl
9734           !> lib/File/Find/taint.t
9735 ____________________________________________________________________________
9736 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
9737         Log: Don't use the v-strings for module VERSIONs.
9738      Branch: perl
9739            ! lib/Unicode/UCD.pm
9740 ____________________________________________________________________________
9741 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
9742         Log: Code cleanup based on turning off the -woffs in IRIX.
9743              Not all of the gripes cleaned up (hairy code in hv.c and
9744              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
9745              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
9746              to the IRIX hints)
9747      Branch: perl
9748            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
9749            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
9750            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
9751            ! regcomp.c sv.c
9752 ____________________________________________________________________________
9753 [ 11050] By: nick                                  on 2001/06/30  20:46:46
9754         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
9755      Branch: perlio
9756            ! lib/File/Find/taint.t
9757 ____________________________________________________________________________
9758 [ 11049] By: nick                                  on 2001/06/30  18:13:33
9759         Log: Integrate mainline
9760      Branch: perlio
9761           +> NetWare/nwstdio.h NetWare/perlsdio.h
9762           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
9763           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
9764           +> lib/Unicode/UCD.t t/run/exit.t
9765           !> (integrate 60 files)
9766 ____________________________________________________________________________
9767 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
9768         Log: Delta delta.
9769      Branch: perl
9770            ! pod/perl572delta.pod
9771 ____________________________________________________________________________
9772 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
9773         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
9774              by CPAN.pm, use rather _00.
9775      Branch: perl
9776            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
9777            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
9778            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
9779            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
9780            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
9781            ! lib/ExtUtils/Embed.pm lib/Test.pm
9782 ____________________________________________________________________________
9783 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
9784         Log: Add a simple Unicode character database interface, Unicode::UCD.
9785      Branch: perl
9786            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
9787            ! MANIFEST
9788 ____________________________________________________________________________
9789 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
9790         Log: Subject: [PATCH] op/numconver.t
9791              From: Nicholas Clark <nick@ccl4.org>
9792              Date: Sat, 30 Jun 2001 15:40:10 +0100
9793              Message-ID: <20010630154010.I59620@plum.flirble.org>
9794      Branch: perl
9795            ! t/op/numconvert.t
9796 ____________________________________________________________________________
9797 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
9798         Log: The $^N is now taken (by #11038).
9799      Branch: perl
9800            ! t/base/lex.t
9801 ____________________________________________________________________________
9802 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
9803         Log: The #11040 had slipped to a wrong function...
9804      Branch: perl
9805            ! sv.c
9806 ____________________________________________________________________________
9807 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
9808         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
9809              the Configure library symbol probe mysteriously finds all
9810              symbols but those of pipe() and times().
9811      Branch: perl
9812            ! hints/aix.sh
9813 ____________________________________________________________________________
9814 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
9815         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
9816              From: Nicholas Clark <nick@ccl4.org>
9817              Date: Fri, 29 Jun 2001 23:49:07 +0100
9818              Message-ID: <20010629234907.D59620@plum.flirble.org>
9819      Branch: perl
9820            ! lib/ExtUtils.t
9821 ____________________________________________________________________________
9822 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
9823         Log: Subject: [PATCH] weakref fix 2, not yet there
9824              From: Artur Bergman <artur@contiller.se>
9825              Date: Sat, 30 Jun 2001 01:18:16 +0200
9826              Message-ID: <B762D957.1CC9%artur@contiller.se>
9827      Branch: perl
9828            ! sv.c
9829 ____________________________________________________________________________
9830 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
9831         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
9832              From: Michael G Schwern <schwern@pobox.com>
9833              Date: Fri, 29 Jun 2001 19:39:11 -0400
9834              Message-ID: <20010629193910.D25304@blackrider>
9835      Branch: perl
9836            + t/run/exit.t
9837            ! MANIFEST
9838 ____________________________________________________________________________
9839 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
9840         Log: Add support for $^N, the most-recently closed group.
9841      Branch: perl
9842            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
9843            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
9844            ! thrdvar.h
9845 ____________________________________________________________________________
9846 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
9847         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
9848              From: lvirden@cas.org
9849              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
9850              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
9851              
9852              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
9853              From: lvirden@cas.org
9854              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
9855              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
9856      Branch: perl
9857            ! README.solaris
9858 ____________________________________________________________________________
9859 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
9860         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
9861              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9862              Date: Sat, 30 Jun 2001 07:33:37 +0900
9863              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
9864              
9865              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
9866              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
9867              Date: Sat, 30 Jun 2001 21:38:14 +0900
9868              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
9869      Branch: perl
9870            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
9871            + ext/Encode/Encode/7bit-kr.enc
9872            ! MANIFEST ext/Encode/Encode/Tcl.pm
9873 ____________________________________________________________________________
9874 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
9875         Log: NetWare tweaks from Guruprasad.
9876      Branch: perl
9877            + NetWare/nwstdio.h NetWare/perlsdio.h
9878            ! MANIFEST NetWare/Makefile NetWare/config.wc
9879            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
9880            ! NetWare/t/Readme.txt
9881 ____________________________________________________________________________
9882 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
9883         Log: More module $VERSION bump-ups.
9884      Branch: perl
9885            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
9886            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
9887            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
9888 ____________________________________________________________________________
9889 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
9890         Log: Doc update due to #11032.
9891      Branch: perl
9892            ! pod/perl572delta.pod
9893 ____________________________________________________________________________
9894 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
9895         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
9896              From: Peter Prymmer <pvhp@forte.com>
9897              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
9898              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
9899      Branch: perl
9900            ! ext/Time/HiRes/HiRes.xs
9901 ____________________________________________________________________________
9902 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
9903         Log: -lpthreads missing in AIX.
9904      Branch: perl
9905            ! hints/aix.sh
9906 ____________________________________________________________________________
9907 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
9908         Log: Subject: [PATCH] CLONE && weakrefs
9909              From: Artur Bergman <artur@contiller.se>
9910              Date: Fri, 29 Jun 2001 17:02:00 +0200
9911              Message-ID: <B7626508.1CA0%artur@contiller.se>
9912      Branch: perl
9913            ! sv.c
9914 ____________________________________________________________________________
9915 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
9916         Log: Subject: Re: Bug report: split splits on wrong pattern
9917              From: Radu Greab <radu@netsoft.ro>
9918              Date: Wed, 27 Jun 2001 21:50:52 +0300
9919              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
9920      Branch: perl
9921            ! pp_ctl.c t/op/split.t
9922 ____________________________________________________________________________
9923 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
9924         Log: Metaconfig unit change for #11027.
9925      Branch: metaconfig/U/perl
9926            ! d_modfl.U
9927 ____________________________________________________________________________
9928 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
9929         Log: I thought this Configure glitch for AIX was just recently fixed?
9930      Branch: perl
9931            ! Configure
9932 ____________________________________________________________________________
9933 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
9934         Log: Update Changes.
9935      Branch: perl
9936            ! Changes patchlevel.h
9937 ____________________________________________________________________________
9938 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
9939         Log: Subject: Re: perl@10967, File::Find, and Cwd
9940              From: Mike Guy <mjtg@cam.ac.uk>
9941              Date: Fri, 29 Jun 2001 14:56:49 +0100
9942              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
9943      Branch: perl
9944            ! lib/File/Find/taint.t
9945 ____________________________________________________________________________
9946 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
9947         Log: Update the sv_pvprintify() spec.
9948      Branch: perl
9949            ! pod/perltodo.pod
9950 ____________________________________________________________________________
9951 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
9952         Log: Known test failures update.
9953      Branch: perl
9954            ! pod/perl572delta.pod
9955 ____________________________________________________________________________
9956 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
9957         Log: Based on
9958              
9959              Subject: [PATCH @11016] More );) fixes
9960              From: Richard Soderberg <rs@crystalflame.net>
9961              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
9962              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
9963      Branch: perl
9964            ! ext/Thread/Thread.xs ext/Thread/typemap
9965 ____________________________________________________________________________
9966 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
9967         Log: Subject: [PATCH @11016] Fixes compile errors in four files
9968              From: Richard Soderberg <rs@crystalflame.net>
9969              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
9970              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
9971      Branch: perl
9972            ! mg.c pp.c pp_hot.c util.c
9973 ____________________________________________________________________________
9974 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
9975         Log: AIX hints tweaking continues, from Merijn Brand.
9976      Branch: perl
9977            ! hints/aix.sh
9978 ____________________________________________________________________________
9979 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
9980         Log: HP-UX needs gccversion sooner, from Merijn Brand.
9981      Branch: perl
9982            ! hints/hpux.sh
9983 ____________________________________________________________________________
9984 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
9985         Log: Subject: [PATCH 5.6.1] OS/2 docs
9986              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9987              Date: Fri, 29 Jun 2001 02:34:12 -0400
9988              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
9989      Branch: perl
9990            ! README.os2 os2/Changes
9991 ____________________________________________________________________________
9992 [ 11017] By: nick                                  on 2001/06/29  10:20:30
9993         Log: Integrate mainline
9994      Branch: perlio
9995           +> (branch 37 files)
9996            - ext/ODBM_File/sdbm.t
9997           !> (integrate 211 files)
9998 ____________________________________________________________________________
9999 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
10000         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
10001              the modules found using a script written by Larry Schatzer Jr.
10002      Branch: perl
10003            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
10004            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
10005            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
10006            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
10007            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
10008            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
10009            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
10010            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
10011            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
10012            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
10013            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
10014            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
10015            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
10016            ! lib/constant.pm lib/fields.pm lib/strict.pm
10017 ____________________________________________________________________________
10018 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
10019         Log: The latest JPL from the anoncvs.
10020      Branch: perl
10021            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
10022 ____________________________________________________________________________
10023 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
10024         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
10025      Branch: perl
10026            ! t/op/pat.t
10027 ____________________________________________________________________________
10028 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
10029         Log: Worrying about insecure directories now is a bit too late.
10030      Branch: perl
10031            ! lib/File/Find/taint.t
10032 ____________________________________________________________________________
10033 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
10034         Log: Cannot DIE() in a void function,
10035              from Richard Hatch <rhatch@austin.ibm.com>.
10036      Branch: perl
10037            ! ext/IPC/SysV/SysV.xs
10038 ____________________________________________________________________________
10039 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
10040         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
10041              From: Peter Prymmer <pvhp@forte.com>
10042              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
10043              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
10044              
10045              (unfinished: time/hires tests 3, 5, 14 failing, but better
10046              than wholesale failure)
10047      Branch: perl
10048            ! ext/Time/HiRes/HiRes.xs
10049 ____________________________________________________________________________
10050 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
10051         Log: Subject: [PATCH 5.6.1] OS/2 improvements
10052              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10053              Date: Thu, 28 Jun 2001 16:03:14 -0400
10054              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
10055      Branch: perl
10056            + os2/os2_base.t
10057            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
10058            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
10059            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
10060            ! os2/os2ish.h
10061 ____________________________________________________________________________
10062 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
10063         Log: Subject: Incrementing Extutils::Manifest's $VERSION
10064              From: Michael G Schwern <schwern@pobox.com>
10065              Date: Thu, 28 Jun 2001 13:13:49 -0400
10066              Message-ID: <20010628131349.A14738@blackrider>
10067      Branch: maint-5.6/perl
10068            ! lib/ExtUtils/Manifest.pm
10069 ____________________________________________________________________________
10070 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
10071         Log: AIX tweak from Merijn Brand.
10072      Branch: perl
10073            ! hints/aix.sh
10074 ____________________________________________________________________________
10075 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
10076         Log: Create the macperl branch.
10077      Branch: maint-5.6/macperl
10078           +> (branch 1728 files)
10079 ____________________________________________________________________________
10080 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
10081         Log: Update Changes.
10082      Branch: perl
10083            ! Changes patchlevel.h
10084 ____________________________________________________________________________
10085 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
10086         Log: More Perforce lore.
10087      Branch: perl
10088            ! Porting/repository.pod
10089 ____________________________________________________________________________
10090 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
10091         Log: Metaconfig unit changes for #11003.
10092      Branch: metaconfig/U/perl
10093            + d_nl_langinfo.U i_langinfo.U
10094 ____________________________________________________________________________
10095 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
10096         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
10097              Expected not to exist in non-UNIX excepting in VMS, where
10098              according to a quick web survey they just might.
10099      Branch: perl
10100            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
10101            ! Porting/config_H config_h.SH configure.com epoc/config.sh
10102            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
10103            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
10104            ! win32/config.bc win32/config.gc win32/config.vc
10105 ____________________________________________________________________________
10106 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
10107         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
10108              in AIX is one is doing a 64-bit build.
10109      Branch: perl
10110            ! hints/aix.sh
10111 ____________________________________________________________________________
10112 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
10113         Log: Metaconfig unit changes for #11000.
10114      Branch: metaconfig/U/perl
10115            ! use64bits.U uselfs.U
10116 ____________________________________________________________________________
10117 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
10118         Log: Move use64bitint and use64bitall before uselargefiles.
10119      Branch: perl
10120            ! Configure
10121 ____________________________________________________________________________
10122 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
10123         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
10124              From: Robert Spier <rspier@pobox.com>
10125              Message-ID: <15162.41164.618712.841415@rls.cx>
10126              Date: Wed, 27 Jun 2001 23:13:16 -0400
10127      Branch: perl
10128            ! doio.c
10129 ____________________________________________________________________________
10130 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
10131         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
10132              From: Peter Prymmer <pvhp@forte.com>
10133              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
10134              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
10135      Branch: perl
10136            ! numeric.c
10137 ____________________________________________________________________________
10138 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
10139         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
10140              From: Peter Prymmer <pvhp@forte.com>
10141              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
10142              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
10143      Branch: perl
10144            ! configure.com ext/Digest/MD5/Makefile.PL
10145 ____________________________________________________________________________
10146 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
10147         Log: Update Changes.
10148      Branch: perl
10149            ! Changes patchlevel.h
10150 ____________________________________________________________________________
10151 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
10152         Log: Tiny EPOC updates.
10153      Branch: perl
10154            ! epoc/config.sh
10155 ____________________________________________________________________________
10156 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
10157         Log: The Test::More and Test::Simple tests required help
10158              thanks to our schizophrenic test scheme.
10159      Branch: perl
10160            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
10161            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
10162            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
10163            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
10164            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
10165 ____________________________________________________________________________
10166 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
10167         Log: Upgrade to Test::Simple 0.09.
10168      Branch: perl
10169            + lib/Test/Simple/Changes
10170            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
10171            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
10172            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
10173            ! lib/Test/Simple/t/plan_is_noplan.t
10174 ____________________________________________________________________________
10175 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
10176         Log: Upgrade to Test::More 0.07.
10177      Branch: perl
10178            + lib/Test/More/Changes
10179            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
10180            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
10181            ! lib/Test/More/t/skipall.t
10182 ____________________________________________________________________________
10183 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
10184         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
10185              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
10186              Date: Wed, 27 Jun 2001 18:40:04 +0200
10187              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
10188      Branch: perl
10189            ! hints/hpux.sh
10190 ____________________________________________________________________________
10191 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
10192         Log: Subject: [PATCH README.qnx hints/qnx.sh]
10193              From: Norton Allen <allen@huarp.harvard.edu>
10194              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
10195              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
10196      Branch: perl
10197            ! README.qnx hints/qnx.sh
10198 ____________________________________________________________________________
10199 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
10200         Log: Subject: [PATCH] two little documentation nits
10201              From: Abhijit Menon-Sen <ams@wiw.org>
10202              Date: Wed, 27 Jun 2001 20:07:50 +0530
10203              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
10204      Branch: perl
10205            ! sv.c sv.h
10206 ____________________________________________________________________________
10207 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
10208         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
10209              From: Norton Allen <allen@huarp.harvard.edu>
10210              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
10211              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
10212      Branch: perl
10213            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
10214 ____________________________________________________________________________
10215 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
10216         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
10217              From: Michael G Schwern <schwern@pobox.com>
10218              Date: Wed, 27 Jun 2001 02:34:58 -0400
10219              Message-ID: <20010627023458.K23874@blackrider>
10220      Branch: perl
10221            ! vms/test.com
10222 ____________________________________________________________________________
10223 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
10224         Log: Add perl_clone_host() for Netware.
10225      Branch: perl
10226            ! NetWare/nw5.c
10227 ____________________________________________________________________________
10228 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
10229         Log: GCC 3.0 hints for HP-UX.
10230      Branch: perl
10231            ! hints/hpux.sh
10232 ____________________________________________________________________________
10233 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
10234         Log: In some Linux distributions the libndbm is broken
10235              (no null key support), therefore link with libgdbm
10236              (if available), since it has a working ndbm emulation,
10237              from Jonathan Stowe.
10238      Branch: perl
10239            + ext/NDBM_File/hints/linux.pl
10240            ! MANIFEST
10241 ____________________________________________________________________________
10242 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
10243         Log: Subject: [PATCH perl@10930] find.t hack for VMS
10244              From: "Craig A. Berry" <craigberry@mac.com>
10245              Date: Tue, 26 Jun 2001 23:40:25 -0500
10246              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
10247      Branch: perl
10248            ! lib/File/Find/find.t
10249 ____________________________________________________________________________
10250 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
10251         Log: AUTHORS updates.
10252      Branch: perl
10253            ! AUTHORS
10254 ____________________________________________________________________________
10255 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
10256         Log: Metaconfig unit change like #10980.
10257      Branch: metaconfig
10258            ! U/compline/d_stdstdio.U
10259 ____________________________________________________________________________
10260 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
10261         Log: "lose the it's", from Abhijit Menon-Sen.
10262              ("It's" not searched, pods not searched.)
10263      Branch: perl
10264            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
10265            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
10266            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
10267            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
10268            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
10269            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
10270 ____________________________________________________________________________
10271 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
10272         Log: "lose the looses", from Abhijit Menon-Sen.
10273      Branch: perl
10274            ! ext/B/B/Assembler.pm gv.c
10275 ____________________________________________________________________________
10276 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
10277         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
10278      Branch: perl
10279            ! hints/os390.sh
10280 ____________________________________________________________________________
10281 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
10282         Log: DEC C 5.3 on the VAX simply doesn't seem to like
10283              compiling the MD5 extension, disable it there for now,
10284              from Peter Prymmer.
10285      Branch: perl
10286            ! configure.com
10287 ____________________________________________________________________________
10288 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
10289         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
10290              From: Jonathan Stowe <gellyfish@gellyfish.com>
10291              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
10292              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
10293      Branch: perl
10294            ! pod/perlfaq3.pod
10295 ____________________________________________________________________________
10296 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
10297         Log: Subject: [PATCH 5.6.1] perlxs misprints
10298              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10299              Date: Tue, 26 Jun 2001 17:20:00 -0400
10300              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
10301      Branch: perl
10302            ! pod/perlxs.pod
10303 ____________________________________________________________________________
10304 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
10305         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
10306              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10307              Date: Tue, 26 Jun 2001 17:27:07 -0400
10308              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
10309      Branch: perl
10310            ! lib/ExtUtils/MM_Unix.pm
10311 ____________________________________________________________________________
10312 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
10313         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
10314              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10315              Date: Tue, 26 Jun 2001 17:23:24 -0400
10316              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
10317      Branch: perl
10318            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
10319 ____________________________________________________________________________
10320 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
10321         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
10322              by Olaf Flebbe.
10323      Branch: perl
10324            ! perl.h
10325 ____________________________________________________________________________
10326 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
10327         Log: Detypo.
10328      Branch: perl
10329            ! lib/Memoize/t/tie_sdbm.t
10330 ____________________________________________________________________________
10331 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
10332         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
10333      Branch: perl
10334            ! win32/perllib.c
10335 ____________________________________________________________________________
10336 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
10337         Log: Subject: [patch] perl_clone+CvFILE
10338              From: Doug MacEachern <dougm@covalent.net>
10339              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
10340              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
10341      Branch: perl
10342            ! sv.c
10343 ____________________________________________________________________________
10344 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
10345         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
10346              From: Mark-Jason Dominus <mjd@plover.com>
10347              Date: Tue, 26 Jun 2001 12:33:01 -0400
10348              Message-ID: <20010626163301.31298.qmail@plover.com>
10349      Branch: perl
10350            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
10351 ____________________________________________________________________________
10352 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
10353         Log: Update Changes.
10354      Branch: perl
10355            ! Changes patchlevel.h
10356 ____________________________________________________________________________
10357 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
10358         Log: Also catfile() needs now to explicitly exported.
10359      Branch: perl
10360            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
10361 ____________________________________________________________________________
10362 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
10363         Log: Regen toc.
10364      Branch: perl
10365            ! pod/perltoc.pod
10366 ____________________________________________________________________________
10367 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
10368         Log: Nonexistent pod command.
10369      Branch: perl
10370            ! pod/perl572delta.pod
10371 ____________________________________________________________________________
10372 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
10373         Log: Be more portable in the quest for tmpdir.
10374      Branch: perl
10375            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
10376 ____________________________________________________________________________
10377 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
10378         Log: Be more portable in finding out the home directory,
10379              and use File::Spec to do the concat.
10380              (Come to think of it, couldn't File::Spec provide
10381              for a ->homedir method?)
10382      Branch: perl
10383            ! lib/Net/Config.pm
10384 ____________________________________________________________________________
10385 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
10386         Log: Doc patch for #10959.
10387      Branch: perl
10388            ! pod/perlfunc.pod
10389 ____________________________________________________________________________
10390 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
10391         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
10392              From: "Philip Newton" <pnewton@gmx.de>
10393              Date: Tue, 26 Jun 2001 16:26:47 +0200
10394              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
10395      Branch: perl
10396            ! pod/perldata.pod
10397 ____________________________________________________________________________
10398 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
10399         Log: Subject: [PATH] shared -> unique;
10400              From: "Artur Bergman" <artur@contiller.se>
10401              Date: Tue, 26 Jun 2001 16:18:40 +0200
10402              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
10403              
10404              Because "shared" isn't: it's read-only.
10405      Branch: perl
10406            ! toke.c xsutils.c
10407 ____________________________________________________________________________
10408 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
10409         Log: Escape multiline croak messages.
10410      Branch: perl
10411            ! t/op/ver.t
10412 ____________________________________________________________________________
10413 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
10414         Log: No more pragma/*.t for minitest.
10415      Branch: perl
10416            ! Makefile.SH
10417 ____________________________________________________________________________
10418 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
10419         Log: AUTHORS updates.
10420      Branch: perl
10421            ! AUTHORS
10422 ____________________________________________________________________________
10423 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
10424         Log: delta updates.
10425      Branch: perl
10426            ! pod/perl572delta.pod
10427 ____________________________________________________________________________
10428 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
10429         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
10430              From: Artur Bergman <artur@contiller.se> 
10431              Date: Tue, 26 Jun 2001 15:32:53 +0200
10432              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
10433      Branch: perl
10434            ! makedef.pl sv.c sv.h win32/perllib.c
10435 ____________________________________________________________________________
10436 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
10437         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
10438              From: Jonathan Stowe <gellyfish@gellyfish.com>
10439              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
10440              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
10441              
10442              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
10443      Branch: perl
10444            + ext/Time/HiRes/hints/sco.pl
10445            ! MANIFEST
10446 ____________________________________________________________________________
10447 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
10448         Log: Subject: [PATCH 5.6.1] static build
10449              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10450              Date: Tue, 26 Jun 2001 04:22:25 -0400
10451              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
10452      Branch: perl
10453            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
10454            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
10455 ____________________________________________________________________________
10456 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
10457         Log: DJGPP patches from Laszlo Molnar.
10458      Branch: perl
10459            ! djgpp/djgpp.c perl.c util.c
10460 ____________________________________________________________________________
10461 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
10462         Log: Netware patches from Ananth Kesari.
10463      Branch: perl
10464            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
10465            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
10466            ! NetWare/nwtinfo.h
10467 ____________________________________________________________________________
10468 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
10469         Log: Detypo.
10470      Branch: perl
10471            ! ext/Errno/Errno_pm.PL
10472 ____________________________________________________________________________
10473 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
10474         Log: There seems to be two ways of spelling the $^O in *STEP.
10475      Branch: perl
10476            ! ext/Errno/Errno_pm.PL
10477 ____________________________________________________________________________
10478 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
10479         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
10480              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
10481      Branch: perl
10482            ! ext/Errno/Errno_pm.PL
10483 ____________________________________________________________________________
10484 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
10485         Log: Known bugs update.
10486      Branch: perl
10487            ! pod/perl572delta.pod
10488 ____________________________________________________________________________
10489 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
10490         Log: The default installation of Cygwin has 500 as root's uid.
10491      Branch: perl
10492            ! lib/User/pwent.t
10493 ____________________________________________________________________________
10494 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
10495         Log: Be even more relaxed (re-allow having only one entry).
10496      Branch: perl
10497            ! t/op/grent.t t/op/pwent.t
10498 ____________________________________________________________________________
10499 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
10500         Log: Test failure updates.
10501      Branch: perl
10502            ! pod/perl572delta.pod
10503 ____________________________________________________________________________
10504 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
10505         Log: MPE/iX test tweaks from Mark Bixby.
10506      Branch: perl
10507            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
10508            ! t/io/fs.t t/op/stat.t
10509 ____________________________________________________________________________
10510 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
10511         Log: Microperl findings.
10512      Branch: perl
10513            ! perl.h pp_sys.c
10514 ____________________________________________________________________________
10515 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
10516         Log: Touch uconfig.h.
10517      Branch: perl
10518            ! uconfig.h
10519 ____________________________________________________________________________
10520 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
10521         Log: Subject: [PATCH] Proposed fix for Pod::Man
10522              From: Rob Napier <rnapier@employees.org>
10523              Date: Mon, 25 Jun 2001 15:49:24 -0400
10524              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
10525              
10526              Cater for Solaris nroff brokenness (shortchanges daisywheel
10527              printers, but hey, we also no more support PDPs.)
10528      Branch: perl
10529            ! lib/Pod/Man.pm
10530 ____________________________________________________________________________
10531 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
10532         Log: Typo in #10937.
10533      Branch: perl
10534            ! ext/POSIX/sigaction.t
10535 ____________________________________________________________________________
10536 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
10537         Log: SIGCONT not trappable in VMS.
10538      Branch: perl
10539            ! ext/POSIX/sigaction.t
10540 ____________________________________________________________________________
10541 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
10542         Log: Subject: [DRAFT] Encode-Tcl.t
10543              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10544              Date: Tue, 26 Jun 2001 03:38:08 +0900
10545              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
10546      Branch: perl
10547            + ext/Encode/Encode/Tcl.t
10548            ! MANIFEST ext/Encode/Encode/Tcl.pm
10549 ____________________________________________________________________________
10550 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
10551         Log: Because of #10932 retract also the perlfunc hunk of #10910.
10552      Branch: perl
10553            ! pod/perlfunc.pod
10554 ____________________________________________________________________________
10555 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
10556         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
10557              by Ilya Zakharevich in
10558              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
10559      Branch: perl
10560            ! XSUB.h
10561 ____________________________________________________________________________
10562 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
10563         Log: Typo in #10889.
10564      Branch: perl
10565            ! hints/uts.sh
10566 ____________________________________________________________________________
10567 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
10568         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
10569              From: Abhijit Menon-Sen <ams@wiw.org>
10570              Date: Mon, 25 Jun 2001 23:45:45 +0530
10571              Message-ID: <20010625234545.A5022@lustre.linux.in>
10572      Branch: perl
10573            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
10574 ____________________________________________________________________________
10575 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
10576         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
10577              From: Michael G Schwern <schwern@pobox.com>
10578              Date: Mon, 25 Jun 2001 14:35:51 -0400
10579              Message-ID: <20010625143551.H13819@blackrider>
10580      Branch: perl
10581            ! lib/Test.pm
10582 ____________________________________________________________________________
10583 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
10584         Log: Update Changes.
10585      Branch: perl
10586            ! Changes patchlevel.h
10587 ____________________________________________________________________________
10588 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
10589         Log: Regen toc and modlib.
10590      Branch: perl
10591            ! pod/perlmodlib.pod pod/perltoc.pod
10592 ____________________________________________________________________________
10593 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
10594         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
10595              for the benefit of C++ compilers, as suggested by Guruprasad.
10596      Branch: perl
10597            ! embed.pl proto.h
10598 ____________________________________________________________________________
10599 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
10600         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
10601              From: Jonathan Stowe <gellyfish@gellyfish.com>
10602              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
10603              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
10604      Branch: perl
10605            ! pod/perlfaq5.pod
10606 ____________________________________________________________________________
10607 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
10608         Log: Missed from #10925.
10609      Branch: perl
10610            ! gv.c
10611 ____________________________________________________________________________
10612 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
10613         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
10614              From: Robin Houston <robin@kitsite.com>
10615              Date: Sat, 19 May 2001 16:19:34 +0100
10616              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
10617      Branch: perl
10618            ! cv.h gv.h op.c
10619 ____________________________________________________________________________
10620 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
10621         Log: Netware README tweak.
10622      Branch: perl
10623            ! README.netware
10624 ____________________________________________________________________________
10625 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
10626         Log: Subject: [PATCH] Re: overload.t fails
10627              From: Abhijit Menon-Sen <ams@wiw.org>
10628              Date: Mon, 25 Jun 2001 14:52:20 +0530
10629              Message-ID: <20010625145220.A24114@lustre.linux.in>
10630      Branch: perl
10631            ! lib/overload.t
10632 ____________________________________________________________________________
10633 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
10634         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
10635              From: Mike Guy <mjtg@cam.ac.uk>
10636              Date: Mon, 25 Jun 2001 11:43:23 +0100
10637              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
10638      Branch: perl
10639            ! lib/Carp.pm
10640 ____________________________________________________________________________
10641 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
10642         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
10643              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10644              Date: Sun, 24 Jun 2001 05:17:05 -0400
10645              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
10646      Branch: perl
10647            ! os2/os2ish.h
10648 ____________________________________________________________________________
10649 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
10650         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
10651              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10652              Date: Mon, 25 Jun 2001 05:52:27 -0400
10653              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
10654      Branch: perl
10655            ! hints/os2.sh
10656 ____________________________________________________________________________
10657 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
10658         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
10659              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10660              Date: Mon, 25 Jun 2001 05:23:35 -0400
10661              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
10662      Branch: perl
10663            ! os2/os2.c
10664 ____________________________________________________________________________
10665 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
10666         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
10667              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10668              Date: Mon, 25 Jun 2001 05:04:32 -0400
10669              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
10670      Branch: perl
10671            ! os2/OS2/REXX/DLL/DLL.pm
10672 ____________________________________________________________________________
10673 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
10674         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
10675              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10676              Date: Mon, 25 Jun 2001 05:02:36 -0400
10677              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
10678      Branch: perl
10679            ! mg.c os2/dl_os2.c os2/os2.c
10680 ____________________________________________________________________________
10681 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
10682         Log: Subject: Re: [PATCH 5.6.1] misprints
10683              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10684              Date: Mon, 25 Jun 2001 04:50:50 -0400
10685              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
10686      Branch: perl
10687            ! os2/os2.c pp_sys.c
10688 ____________________________________________________________________________
10689 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
10690         Log: Add Test::More and Test::Simple to the delta.
10691      Branch: perl
10692            ! pod/perl572delta.pod
10693 ____________________________________________________________________________
10694 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
10695         Log: Add Test::More, from Michael G Schwern.
10696      Branch: perl
10697            + lib/Test/More.pm lib/Test/More/t/More.t
10698            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
10699            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
10700            + t/lib/Test/More/Catch.pm
10701            ! MANIFEST
10702 ____________________________________________________________________________
10703 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
10704         Log: Add Test::Simple from Michael G Schwern.
10705      Branch: perl
10706            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
10707            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
10708            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
10709            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
10710            + t/lib/Test/Simple/Catch.pm
10711            + t/lib/Test/Simple/sample_tests/death.plx
10712            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
10713            + t/lib/Test/Simple/sample_tests/extras.plx
10714            + t/lib/Test/Simple/sample_tests/five_fail.plx
10715            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
10716            + t/lib/Test/Simple/sample_tests/one_fail.plx
10717            + t/lib/Test/Simple/sample_tests/require.plx
10718            + t/lib/Test/Simple/sample_tests/success.plx
10719            + t/lib/Test/Simple/sample_tests/too_few.plx
10720            + t/lib/Test/Simple/sample_tests/two_fail.plx
10721            ! MANIFEST
10722 ____________________________________________________________________________
10723 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
10724         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
10725              From: "Craig A. Berry" <craigberry@mac.com>
10726              Date: Sun, 24 Jun 2001 23:41:36 -0500
10727              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
10728      Branch: perl
10729            ! pp_sys.c
10730 ____________________________________________________________________________
10731 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
10732         Log: Upgrade to Attribute::Handlers 0.70.
10733      Branch: perl
10734            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
10735            ! MANIFEST lib/Attribute/Handlers.pm
10736 ____________________________________________________________________________
10737 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
10738         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
10739              From: Abhijit Menon-Sen <ams@wiw.org>
10740              Date: Sat, 23 Jun 2001 05:17:44 +0530
10741              Message-ID: <20010623051744.A18583@lustre.linux.in>
10742              
10743              (Can't think of a good place to put tests.)
10744      Branch: perl
10745            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
10746 ____________________________________________________________________________
10747 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
10748         Log: Subject: [PATCH] t/op/pat.t typo fix
10749              From: Richard Soderberg <rs@crystalflame.net>
10750              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
10751              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
10752      Branch: perl
10753            ! t/op/pat.t
10754 ____________________________________________________________________________
10755 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
10756         Log: Move the pack warnings to their own file, as pointed
10757              out by Spider.
10758      Branch: perl
10759            + t/lib/warnings/pp_pack
10760            ! MANIFEST t/lib/warnings/pp
10761 ____________________________________________________________________________
10762 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
10763         Log: Update Changes.
10764      Branch: perl
10765            ! Changes patchlevel.h
10766 ____________________________________________________________________________
10767 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
10768         Log: Partially fix a problem noticed by IRIX compiler:
10769              the initialization of parse_start was bypassed by
10770              several gotos.  Now initialized to zero, which may
10771              not be the best choice.
10772      Branch: perl
10773            ! regcomp.c
10774 ____________________________________________________________________________
10775 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
10776         Log: Relax the group and password tests back to moaning only
10777              if no matches at all are found.  (Even with a small sample
10778              I could find many sites where there are, umm, anomalies in
10779              the said databases.)       
10780      Branch: perl
10781            ! t/op/grent.t t/op/pwent.t
10782 ____________________________________________________________________________
10783 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
10784         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
10785      Branch: perl
10786            ! pp_ctl.c
10787 ____________________________________________________________________________
10788 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
10789         Log: De-cut-and-pasto in #10902.
10790      Branch: perl
10791            ! pp_ctl.c
10792 ____________________________________________________________________________
10793 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
10794         Log: The #10771 didn't take?
10795      Branch: perl
10796            ! pp_ctl.c
10797 ____________________________________________________________________________
10798 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
10799         Log: Undo the filetests part of #10900, under multiplicity
10800              weird errors take place.
10801      Branch: perl
10802            ! pp_sys.c
10803 ____________________________________________________________________________
10804 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
10805         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
10806      Branch: perl
10807            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
10808 ____________________________________________________________________________
10809 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
10810         Log: (Replaced by #10922)
10811              
10812              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
10813              From: Tony Bowden <tony@kasei.com>
10814              Date: Sun, 24 Jun 2001 17:32:40 +0100
10815              Message-ID: <20010624173240.A16293@blackstar.co.uk>
10816              
10817              Document (well, mention) shortmess() and longmess()
10818              to rob people of their fun of reinventing the weel.
10819      Branch: perl
10820            ! lib/Carp.pm
10821 ____________________________________________________________________________
10822 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
10823         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
10824              From: Brian Jepson <bjepson@oreilly.com>
10825              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
10826              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
10827      Branch: perl
10828            ! pp_sys.c
10829 ____________________________________________________________________________
10830 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
10831         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
10832              From: Robin Barker <rmb1@cise.npl.co.uk> 
10833              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
10834              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
10835      Branch: perl
10836            ! lib/CPAN.pm
10837 ____________________________________________________________________________
10838 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
10839         Log: Memoize patch from mjd.
10840      Branch: perl
10841            ! lib/Memoize/t/tie_storable.t
10842 ____________________________________________________________________________
10843 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
10844         Log: Spec the sv_pvprintify() a bit more.
10845      Branch: perl
10846            ! pod/perltodo.pod
10847 ____________________________________________________________________________
10848 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
10849         Log: Upgrade to Memoize 0.65.
10850      Branch: perl
10851            + lib/Memoize/t/array_confusion.t
10852            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
10853            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
10854            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
10855            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
10856            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
10857            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
10858            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
10859            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
10860            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
10861            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
10862            ! lib/Memoize/t/tie_storable.t
10863 ____________________________________________________________________________
10864 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
10865         Log: Metaconfig unit change for #10892.
10866      Branch: metaconfig
10867            ! U/modified/Options.U
10868 ____________________________________________________________________________
10869 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
10870         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
10871              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10872              Date: Sun, 24 Jun 2001 05:24:40 -0400
10873              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
10874      Branch: perl
10875            ! Configure hints/os2.sh
10876 ____________________________________________________________________________
10877 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
10878         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
10879              From: Mike Guy <mjtg@cam.ac.uk>
10880              Date: Sun, 24 Jun 2001 15:28:39 +0100
10881              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
10882              
10883              Fix an ancient (5.002) bug.
10884      Branch: perl
10885            ! lib/Carp/Heavy.pm
10886 ____________________________________________________________________________
10887 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
10888         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
10889              variables.
10890      Branch: perl
10891            ! pp_sys.c
10892 ____________________________________________________________________________
10893 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
10894         Log: Make UTS as per #10888.
10895      Branch: perl
10896            ! hints/uts.sh
10897 ____________________________________________________________________________
10898 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
10899         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
10900      Branch: perl
10901            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
10902            ! mpeix/mpeixish.h perl.h unixish.h
10903 ____________________________________________________________________________
10904 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
10905         Log: AUTHORS update.
10906      Branch: perl
10907            ! AUTHORS
10908 ____________________________________________________________________________
10909 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
10910         Log: Subject: Encode::Tcl for multibyte doesnot work
10911              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
10912              Date: Sun, 24 Jun 2001 22:48:21 +0900
10913              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
10914      Branch: perl
10915            ! ext/Encode/Encode/Tcl.pm
10916 ____________________________________________________________________________
10917 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
10918         Log: Subject: [PATCH] Remove tautology in error messages
10919              From: Mike Guy <mjtg@cam.ac.uk>
10920              Date: Sun, 24 Jun 2001 13:31:00 +0100
10921              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
10922      Branch: perl
10923            ! pp_sys.c
10924 ____________________________________________________________________________
10925 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
10926         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
10927      Branch: perl
10928            ! hints/darwin.sh
10929 ____________________________________________________________________________
10930 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
10931         Log: Subject: Re: [PATCH 5.6.1] test suite
10932              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10933              Date: Sun, 24 Jun 2001 05:47:05 -0400
10934              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
10935              
10936              Test suite fixes.
10937      Branch: perl
10938            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
10939 ____________________________________________________________________________
10940 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
10941         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
10942              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10943              Date: Sun, 24 Jun 2001 05:37:19 -0400
10944              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
10945      Branch: perl
10946            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
10947 ____________________________________________________________________________
10948 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
10949         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
10950              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10951              Date: Sun, 24 Jun 2001 05:34:50 -0400
10952              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
10953              
10954              Pacify compiler warnings.
10955      Branch: perl
10956            ! pp_sys.c
10957 ____________________________________________________________________________
10958 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
10959         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
10960              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10961              Date: Sun, 24 Jun 2001 05:21:18 -0400
10962              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
10963              
10964              Enable compression of executables during link time.
10965      Branch: perl
10966            ! hints/os2.sh
10967 ____________________________________________________________________________
10968 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
10969         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
10970              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
10971              Date: Sun, 24 Jun 2001 05:15:11 -0400
10972              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
10973              
10974              Add ordinals to the export list for Perl DLL.
10975              (Breaks intra-version DLL compatibility.)
10976      Branch: perl
10977            ! makedef.pl
10978 ____________________________________________________________________________
10979 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
10980         Log: Allow (displaying and) re-editing the Subject in perlbug.
10981              Also abstract the Subject quality control into a function.
10982      Branch: perl
10983            ! utils/perlbug.PL
10984 ____________________________________________________________________________
10985 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
10986         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
10987      Branch: perl
10988            ! utils/perlbug.PL
10989 ____________________________________________________________________________
10990 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
10991         Log: Regen toc and modlib.
10992      Branch: perl
10993            ! pod/perlmodlib.pod pod/perltoc.pod
10994 ____________________________________________________________________________
10995 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
10996         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
10997              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
10998              attribute semantics as much as possible, or 'ntsec' which uses
10999              native NTFS semantics.)  (See also #10877.)
11000      Branch: perl
11001            ! perl.c
11002 ____________________________________________________________________________
11003 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
11004         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
11005      Branch: perl
11006            ! lib/Test/Harness.pm
11007 ____________________________________________________________________________
11008 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
11009         Log: Just zap the -uPerlio.
11010      Branch: perl
11011            ! ext/B/Stash.t
11012 ____________________________________________________________________________
11013 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
11014         Log: Do not test PerlIO if PerlIO not used.
11015      Branch: perl
11016            ! ext/PerlIO/PerlIO.t
11017 ____________________________________________________________________________
11018 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
11019         Log: Regen perlapi.
11020      Branch: perl
11021            ! pod/perlapi.pod
11022 ____________________________________________________________________________
11023 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
11024         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
11025              From: Nicholas Clark <nick@ccl4.org>
11026              Date: Sat, 23 Jun 2001 22:55:47 +0100
11027              Message-ID: <20010623225547.Z98663@plum.flirble.org>
11028      Branch: perl
11029            ! numeric.c
11030 ____________________________________________________________________________
11031 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
11032         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
11033              From: Prymmer/Kahn <pvhp@best.com>
11034              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
11035              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
11036      Branch: perl
11037            ! lib/h2xs.t
11038 ____________________________________________________________________________
11039 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
11040         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
11041              cygwin does not taint cwd, just like win32.
11042      Branch: perl
11043            ! lib/File/Find/taint.t t/op/taint.t
11044 ____________________________________________________________________________
11045 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
11046         Log: Retract #10865, the patch should be unnecessary.
11047              (But seemingly helpful in Cygwin?  Strange.)
11048      Branch: perl
11049            ! lib/Memoize/t/tie_ndbm.t
11050 ____________________________________________________________________________
11051 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
11052         Log: Misplaced test file; plus Cygwin filesystem semantics.
11053      Branch: perl
11054            + ext/SDBM_File/sdbm.t
11055            - ext/ODBM_File/sdbm.t
11056            ! MANIFEST
11057 ____________________________________________________________________________
11058 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
11059         Log: (Retracted by #10867.)
11060      Branch: perl
11061            ! lib/Memoize/t/tie_ndbm.t
11062 ____________________________________________________________________________
11063 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
11064         Log: Metaconfig unit change for #10863.
11065      Branch: metaconfig/U/perl
11066            ! Extensions.U
11067 ____________________________________________________________________________
11068 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
11069         Log: In Cygwin do not build NDBM_File and ODBM_File unless
11070              -lndbm and -ldbm are available.
11071      Branch: perl
11072            ! Configure config_h.SH
11073 ____________________________________________________________________________
11074 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
11075         Log: More Cygwin filesystem semantics.
11076      Branch: perl
11077            ! t/io/fs.t t/op/stat.t
11078 ____________________________________________________________________________
11079 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
11080         Log: More DOSish permission semantics for Cygwin.
11081      Branch: perl
11082            ! lib/AnyDBM_File.t
11083 ____________________________________________________________________________
11084 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
11085         Log: Cygwin too has different permission semantics.
11086      Branch: perl
11087            ! ext/GDBM_File/gdbm.t
11088 ____________________________________________________________________________
11089 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
11090         Log: The group (and assumedly passwd) databases can have
11091              only one entry (this is the case in cygwin).
11092      Branch: perl
11093            ! t/op/grent.t t/op/pwent.t
11094 ____________________________________________________________________________
11095 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
11096         Log: Also in Cygwin use Socket to figure out domainname
11097              (if any) (avoids trying to call external 'domainname',
11098              which doesn't at the moment exist in Cygwin)
11099      Branch: perl
11100            ! lib/Net/Domain.pm
11101 ____________________________________________________________________________
11102 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
11103         Log: Remove also the lib$Foo.def, not just $Foo.def.
11104      Branch: perl
11105            ! lib/ExtUtils/MM_Unix.pm
11106 ____________________________________________________________________________
11107 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
11108         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
11109      Branch: perl
11110            ! unixish.h
11111 ____________________________________________________________________________
11112 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
11113         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
11114              to match the whole isprint(), only the space character.
11115      Branch: perl
11116            ! handy.h pod/perlre.pod t/op/pat.t
11117 ____________________________________________________________________________
11118 [ 10854] By: nick                                  on 2001/06/23  08:09:33
11119         Log: Integrate mainline
11120      Branch: perlio
11121           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
11122           !> lib/ExtUtils.t lib/File/Find/taint.t
11123           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
11124           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
11125           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
11126 ____________________________________________________________________________
11127 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
11128         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
11129              with its floats    in os390 and s390 (UTS).
11130      Branch: perl
11131            ! lib/Math/BigInt/t/bigintpm.t
11132 ____________________________________________________________________________
11133 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
11134         Log: Add also UTS (s390) to the non-IEEE float platforms.
11135      Branch: perl
11136            ! t/op/sprintf.t
11137 ____________________________________________________________________________
11138 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
11139         Log: Subject: RFC: what are applicable standards for exponent sizes?
11140              From: Peter Prymmer <pvhp@forte.com>
11141              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
11142              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
11143      Branch: perl
11144            ! t/op/sprintf.t
11145 ____________________________________________________________________________
11146 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
11147         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
11148              From: Peter Prymmer <pvhp@forte.com>
11149              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
11150              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
11151      Branch: perl
11152            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
11153 ____________________________________________________________________________
11154 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
11155         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
11156              From: Peter Prymmer <pvhp@forte.com>
11157              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
11158              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
11159      Branch: perl
11160            ! lib/ExtUtils.t
11161 ____________________________________________________________________________
11162 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
11163         Log: Retract #10845.
11164      Branch: perl
11165            ! lib/File/Find/taint.t
11166 ____________________________________________________________________________
11167 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
11168         Log: Yet another error message.
11169      Branch: perl
11170            ! t/op/mkdir.t
11171 ____________________________________________________________________________
11172 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
11173         Log: The croak message for nonexistent socket functions may vary.
11174      Branch: perl
11175            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
11176 ____________________________________________________________________________
11177 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
11178         Log: (Retracted by #10848.)
11179      Branch: perl
11180            ! lib/File/Find/taint.t
11181 ____________________________________________________________________________
11182 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
11183         Log: Integrate perlio.
11184      Branch: perl
11185           !> lib/File/Find/taint.t t/op/write.t
11186 ____________________________________________________________________________
11187 [ 10843] By: nick                                  on 2001/06/22  21:24:51
11188         Log: Back out debug in taint.t
11189      Branch: perlio
11190            ! lib/File/Find/taint.t
11191 ____________________________________________________________________________
11192 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
11193         Log: setitimer() does not exist in Unicos, despite of what
11194              Configure thinks, from Mark P. Lutz.
11195      Branch: perl
11196            ! hints/unicos.sh
11197 ____________________________________________________________________________
11198 [ 10841] By: nick                                  on 2001/06/22  21:19:36
11199         Log: Skip cwd test on Win32 ???
11200      Branch: perlio
11201            ! lib/File/Find/taint.t
11202 ____________________________________________________________________________
11203 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
11204         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
11205              and Tru64 gcc -Wall happy.
11206      Branch: perl
11207            ! mg.c
11208 ____________________________________________________________________________
11209 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
11210         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
11211      Branch: perl
11212            ! ext/IPC/SysV/Semaphore.pm
11213 ____________________________________________________________________________
11214 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
11215         Log: Metaconfig unit change for #10837.
11216      Branch: metaconfig/U/perl
11217            ! Cross.U
11218 ____________________________________________________________________________
11219 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
11220         Log: Cleanup of the cross-compilation unit.
11221      Branch: perl
11222            ! Configure
11223 ____________________________________________________________________________
11224 [ 10836] By: nick                                  on 2001/06/22  20:45:12
11225         Log: Skip |- based op/write.t on Win32 as well as VMS
11226      Branch: perlio
11227            ! t/op/write.t
11228 ____________________________________________________________________________
11229 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
11230         Log: Integrate perlio.
11231      Branch: perl
11232           !> util.c
11233 ____________________________________________________________________________
11234 [ 10834] By: nick                                  on 2001/06/22  20:41:54
11235         Log: Integrate mainline
11236      Branch: perlio
11237           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
11238           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
11239           !> vos/config.ga.h
11240 ____________________________________________________________________________
11241 [ 10833] By: nick                                  on 2001/06/22  20:22:58
11242         Log: Patcho fix.
11243      Branch: perlio
11244            ! util.c
11245 ____________________________________________________________________________
11246 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
11247         Log: Metaconfig unit changes for #10831.
11248      Branch: metaconfig
11249            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
11250 ____________________________________________________________________________
11251 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
11252         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
11253              From: Andy Dougherty <doughera@lafayette.edu>
11254              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
11255              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
11256      Branch: perl
11257            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11258            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
11259 ____________________________________________________________________________
11260 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
11261         Log: MPE/iX prototype nits from Mark Bixby.
11262      Branch: perl
11263            ! pp_sys.c
11264 ____________________________________________________________________________
11265 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
11266         Log: Detypo.
11267      Branch: perl
11268            ! util.c
11269 ____________________________________________________________________________
11270 [ 10828] By: nick                                  on 2001/06/22  15:33:37
11271         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
11272      Branch: perlio
11273           +> lib/h2xs.t
11274           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
11275           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
11276           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
11277           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
11278           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
11279           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
11280           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
11281           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
11282           !> vms/vmsish.h
11283 ____________________________________________________________________________
11284 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
11285         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
11286              Date: Fri, 22 Jun 2001 10:08:35 -0500
11287              From: "Craig A. Berry" <craigberry@mac.com>
11288              Message-Id: <a05101001b75908704194@[192.168.56.145]>
11289      Branch: perl
11290            ! vms/vms.c vms/vmsish.h
11291 ____________________________________________________________________________
11292 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
11293         Log: NetWare scripts tweak from Ananth Kesari.
11294      Branch: perl
11295            ! NetWare/t/NWScripts.pl
11296 ____________________________________________________________________________
11297 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
11298         Log: Update Changes.
11299      Branch: perl
11300            ! Changes patchlevel.h
11301 ____________________________________________________________________________
11302 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
11303         Log: Add .i and .s targets.
11304      Branch: perl
11305            ! Makefile.SH
11306 ____________________________________________________________________________
11307 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
11308         Log: Upgrade to Locale::Maketext 1.03.
11309      Branch: perl
11310            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
11311            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
11312 ____________________________________________________________________________
11313 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
11314         Log: Upgrade to I18N::LangTags 0.26.
11315      Branch: perl
11316            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
11317            ! lib/I18N/LangTags/test.pl
11318 ____________________________________________________________________________
11319 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
11320         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
11321              Philip Newton.
11322      Branch: perl
11323            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
11324            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11325 ____________________________________________________________________________
11326 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
11327         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
11328              From: Prymmer/Kahn <pvhp@best.com>
11329              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
11330              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
11331      Branch: perl
11332            + lib/h2xs.t
11333            ! MANIFEST utils/h2xs.PL
11334 ____________________________________________________________________________
11335 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
11336         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
11337              From: Prymmer/Kahn <pvhp@best.com>
11338              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
11339              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
11340      Branch: perl
11341            ! lib/ExtUtils.t
11342 ____________________________________________________________________________
11343 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
11344         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
11345              From: Prymmer/Kahn <pvhp@best.com>
11346              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
11347              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
11348      Branch: perl
11349            ! t/pod/plainer.t
11350 ____________________________________________________________________________
11351 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
11352         Log: AUTHORS update.
11353      Branch: perl
11354            ! AUTHORS
11355 ____________________________________________________________________________
11356 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
11357         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
11358              From: "Craig A. Berry" <craigberry@mac.com>
11359              Date: Thu, 21 Jun 2001 18:20:38 -0500
11360              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
11361      Branch: perl
11362            ! ext/POSIX/POSIX.xs
11363 ____________________________________________________________________________
11364 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
11365         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
11366              From: "Craig A. Berry" <craigberry@mac.com>
11367              Date: Thu, 21 Jun 2001 09:58:52 -0500
11368              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
11369      Branch: perl
11370            ! ext/B/Deparse.t t/op/write.t
11371 ____________________________________________________________________________
11372 [ 10814] By: nick                                  on 2001/06/22  08:13:09
11373         Log: Integrate mainline.
11374      Branch: perlio
11375           !> (integrate 46 files)
11376 ____________________________________________________________________________
11377 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
11378         Log: Change the prefixes only if $prefix is unset,
11379              as originally patched by Marcel Grunauer.
11380      Branch: perl
11381            ! hints/darwin.sh hints/rhapsody.sh
11382 ____________________________________________________________________________
11383 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
11384         Log: Subject: Re: Patch for hints/darwin.sh
11385              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
11386              Date: Thu, 21 Jun 2001 11:23:46 -0700
11387              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
11388      Branch: perl
11389            ! hints/darwin.sh hints/rhapsody.sh
11390 ____________________________________________________________________________
11391 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
11392         Log: Add .PHONY targets for non-file targets,
11393              from Wilfredo Sánchez.  Should help saying
11394              "make install" on case-insensitive filesystems.
11395      Branch: perl
11396            ! Makefile.SH
11397 ____________________________________________________________________________
11398 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
11399         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
11400              From: Doug MacEachern <dougm@covalent.net>
11401              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
11402              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
11403              
11404              plus reword the getcwd() comment, plus use getcwd() buffer
11405              size minus one.
11406      Branch: perl
11407            ! util.c
11408 ____________________________________________________________________________
11409 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
11410         Log: More gprofing from Doug MacEachern.
11411      Branch: perl
11412            ! Makefile.SH
11413 ____________________________________________________________________________
11414 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
11415         Log: Metaconfig unit change for #10807.
11416      Branch: metaconfig/U/perl
11417            ! d_sfio.U
11418 ____________________________________________________________________________
11419 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
11420         Log: Tell that you are removing the unneeded -lsfio.
11421      Branch: perl
11422            ! Configure
11423 ____________________________________________________________________________
11424 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
11425         Log: More MPE/iX tweaks from Mark Bixby.
11426      Branch: perl
11427            ! perl.c t/op/magic.t
11428 ____________________________________________________________________________
11429 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
11430         Log: The fchdir() proto is supposed to live in <unistd.h>.
11431      Branch: perl
11432            ! ext/Cwd/Cwd.xs
11433 ____________________________________________________________________________
11434 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
11435         Log: This town is too small for the Cwd extension and me,
11436              it would seem...
11437      Branch: perl
11438            ! ext/Cwd/Cwd.xs
11439 ____________________________________________________________________________
11440 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
11441         Log: Metaconfig unit change for #10802.
11442      Branch: metaconfig/U/perl
11443            ! d_modfl.U
11444 ____________________________________________________________________________
11445 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
11446         Log: More d'ohs.
11447      Branch: perl
11448            ! Configure
11449 ____________________________________________________________________________
11450 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
11451         Log: Off-by-one.  I'm so classic.
11452      Branch: perl
11453            ! util.c
11454 ____________________________________________________________________________
11455 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
11456         Log: Update Changes.
11457      Branch: perl
11458            ! Changes patchlevel.h
11459 ____________________________________________________________________________
11460 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
11461         Log: Subject: Documentation patch for Net::FTP
11462              From: Marcel Grunauer <marcel@codewerk.com>
11463              Date: Wed, 20 Jun 2001 23:03:26 +0200
11464              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
11465      Branch: perl
11466            ! lib/Net/FTP.pm
11467 ____________________________________________________________________________
11468 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
11469         Log: Retract the #10417 mg.c and embed.pl parts because of
11470              strange SEGVs in 64bit x86 FreeBSD observed by
11471              Nicholas Clark.
11472      Branch: perl
11473            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
11474 ____________________________________________________________________________
11475 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
11476         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
11477      Branch: perl
11478            ! Configure NetWare/config.wc NetWare/config_H.wc
11479            ! Porting/Glossary Porting/config.sh Porting/config_H
11480            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
11481            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
11482            ! vos/config.ga.h win32/config.bc win32/config.gc
11483            ! win32/config.vc win32/config_H.bc win32/config_H.gc
11484            ! win32/config_H.vc
11485 ____________________________________________________________________________
11486 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
11487         Log: Cwd tweak from Doug MacEachern.
11488      Branch: perl
11489            ! ext/Cwd/Cwd.xs
11490 ____________________________________________________________________________
11491 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
11492         Log: Protect the fchdir() and lstat() with ifdefs.
11493              fchdir() needs a Configure probe.
11494      Branch: perl
11495            ! ext/Cwd/Cwd.xs
11496 ____________________________________________________________________________
11497 [ 10794] By: nick                                  on 2001/06/21  17:11:35
11498         Log: Integrate mainline
11499      Branch: perlio
11500           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
11501           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
11502           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
11503           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
11504           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
11505           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
11506           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
11507           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
11508            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
11509            - lib/File/Glob/case.t lib/File/Glob/global.t
11510            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
11511            - lib/File/Temp/posix.t lib/File/Temp/security.t
11512            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
11513            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
11514            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
11515            - lib/Text/Wrap/wrap.t
11516           !> (integrate 41 files)
11517 ____________________________________________________________________________
11518 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
11519         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
11520              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
11521              Date: Thu, 21 Jun 2001 13:04:54 -0500
11522              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
11523      Branch: perl
11524            ! ext/Cwd/Cwd.xs
11525 ____________________________________________________________________________
11526 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
11527         Log: Subject: [PATCH pod] overlong =item
11528              From: Robin Barker <rmb1@cise.npl.co.uk>
11529              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
11530              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
11531      Branch: perl
11532            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
11533            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
11534 ____________________________________________________________________________
11535 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
11536         Log: Subject: [PATCH perlio.c] format 
11537              From: Robin Barker <rmb1@cise.npl.co.uk>
11538              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
11539              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
11540      Branch: perl
11541            ! perlio.c
11542 ____________________________________________________________________________
11543 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
11544         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
11545              From: Radu Greab <radu@netsoft.ro>
11546              Date: Thu, 21 Jun 2001 19:06:02 +0300
11547              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
11548      Branch: perl
11549            ! pod/perlapi.pod sv.c
11550 ____________________________________________________________________________
11551 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
11552         Log: The metaconfig unit changes for #10788.
11553      Branch: metaconfig/U/perl
11554            ! Cross.U fflushall.U
11555 ____________________________________________________________________________
11556 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
11557         Log: Cross-configuration changes: make $from to rm the files
11558              before copying them over (this means that he rm can be
11559              removed from the fflushall test), create $targetmkdir      
11560              (not documented in install since it is supposed to internal
11561              use only), make $run to copy over the executable only if
11562              a stamp file .xok doesn't already exist (to avoid unnecessary
11563              copying of the executable)
11564      Branch: perl
11565            ! Configure Makefile.SH
11566 ____________________________________________________________________________
11567 [ 10787] By: nick                                  on 2001/06/21  14:16:18
11568         Log: Integrate mainline
11569      Branch: perlio
11570           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
11571           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
11572           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
11573            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
11574           !> (integrate 34 files)
11575 ____________________________________________________________________________
11576 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
11577         Log: Re-add the files as text.
11578      Branch: perl
11579            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
11580 ____________________________________________________________________________
11581 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
11582         Log: Delete the binary files.
11583      Branch: perl
11584            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
11585 ____________________________________________________________________________
11586 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
11587         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
11588              From: Andy Dougherty <doughera@lafayette.edu>
11589              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
11590              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
11591      Branch: perl
11592            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
11593            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
11594            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
11595            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
11596 ____________________________________________________________________________
11597 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
11598         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
11599              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
11600              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
11601              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
11602              
11603              Setting umask to something friendlier.
11604      Branch: perl
11605            ! installman installperl
11606 ____________________________________________________________________________
11607 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
11608         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
11609              Resort MANIFEST with sort -f, looks much better.
11610      Branch: perl
11611            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
11612            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
11613            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
11614            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
11615            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
11616            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
11617            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
11618            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
11619            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
11620            - lib/File/Glob/case.t lib/File/Glob/global.t
11621            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
11622            - lib/File/Temp/posix.t lib/File/Temp/security.t
11623            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
11624            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
11625            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
11626            - lib/Text/Wrap/wrap.t
11627            ! MANIFEST
11628 ____________________________________________________________________________
11629 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
11630         Log: Upgrade to I18N::LangTags 0.25.
11631      Branch: perl
11632            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
11633            ! lib/I18N/LangTags/List.pm
11634 ____________________________________________________________________________
11635 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
11636         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
11637              From: Richard Soderberg <rs@crystalflame.net>
11638              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
11639              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
11640      Branch: perl
11641            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
11642            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
11643 ____________________________________________________________________________
11644 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
11645         Log: Test obsoleted by change #10777.
11646      Branch: perl
11647            ! t/op/sub_lval.t
11648 ____________________________________________________________________________
11649 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
11650         Log: Case of confused test numbering.
11651      Branch: perl
11652            ! t/op/pat.t
11653 ____________________________________________________________________________
11654 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
11655         Log: Subject: Re: Opinion on undef lvalue
11656              From: Abhijit Menon-Sen <ams@wiw.org>
11657              Date: Sun, 17 Jun 2001 13:04:46 +0530
11658              Message-ID: <20010617130446.B27925@lustre.linux.in>
11659              
11660              Allow lvalue subs to return undef in array context.
11661      Branch: perl
11662            ! pp_hot.c
11663 ____________________________________________________________________________
11664 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
11665         Log: Just a guess that using the same hack for cygwin as
11666              for win32 might help.
11667      Branch: perl
11668            ! lib/File/Find/find.t
11669 ____________________________________________________________________________
11670 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
11671         Log: NetWare tweaks from Guruprasad.
11672      Branch: perl
11673            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
11674            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
11675            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
11676            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
11677 ____________________________________________________________________________
11678 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
11679         Log: Subject: Re: perl@10722: Bogus warnings on REs 
11680              From: Hugo <hv@crypt.compulink.co.uk>
11681              Date: Thu, 21 Jun 2001 09:51:17 +0100
11682              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
11683              
11684              Unroll to avoid a UTS compiler bug.
11685      Branch: perl
11686            ! regcomp.c
11687 ____________________________________________________________________________
11688 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
11689         Log: Subject: Re: [PATCH] Make /o work under i?threads
11690              From: Artur Bergman <artur@contiller.se>
11691              Date: Thu, 21 Jun 2001 14:38:03 +0200
11692              Message-ID: <B757B74A.184D%artur@contiller.se>
11693      Branch: perl
11694            ! t/op/pat.t
11695 ____________________________________________________________________________
11696 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
11697         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
11698              From: Artur Bergman <artur@contiller.se> 
11699              Date: Thu, 21 Jun 2001 14:27:33 +0200
11700              Message-ID: <B757B4D4.1849%artur@contiller.se>
11701              
11702              Plus extra parentheses.
11703      Branch: perl
11704            ! op.h
11705 ____________________________________________________________________________
11706 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
11707         Log: Subject: [PATCH] Make /o work under i?threads
11708              From: Richard Soderberg <rs@crystalflame.net>
11709              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
11710              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
11711      Branch: perl
11712            ! pp_ctl.c
11713 ____________________________________________________________________________
11714 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
11715         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
11716              From: Artur Bergman <artur@contiller.se>
11717              Date: Thu, 21 Jun 2001 14:04:54 +0200
11718              Message-ID: <B757AF86.1842%artur@contiller.se>
11719      Branch: perl
11720            ! op.h
11721 ____________________________________________________________________________
11722 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
11723         Log: Subject: Re: perl@10765: sv.c not OK on win32
11724              From: Artur Bergman <artur@contiller.se>
11725              Date: Thu, 21 Jun 2001 10:31:06 +0200
11726              Message-ID: <B7577D69.182C%artur@contiller.se>
11727      Branch: perl
11728            ! sv.c
11729 ____________________________________________________________________________
11730 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
11731         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
11732              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11733              Date: Thu, 21 Jun 2001 06:23:56 -0400
11734              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
11735              
11736              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
11737              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11738              Date: Thu, 21 Jun 2001 06:32:21 -0400
11739              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
11740      Branch: perl
11741            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
11742 ____________________________________________________________________________
11743 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
11744         Log: Subject: [PATCH] make syslog test more verbose
11745              From: Robert Spier <rspier@pobox.com>
11746              Date: Thu, 21 Jun 2001 00:54:32 -0400
11747              Message-ID: <15153.32264.295807.333073@rls.cx>
11748      Branch: perl
11749            ! ext/Sys/Syslog/syslog.t
11750 ____________________________________________________________________________
11751 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
11752         Log: Subject: op/study.t refinements
11753              From: Hugo <hv@crypt.compulink.co.uk>
11754              Date: Thu, 21 Jun 2001 00:29:07 +0100
11755              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
11756      Branch: perl
11757            ! t/op/study.t
11758 ____________________________________________________________________________
11759 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
11760         Log: Update Changes.
11761      Branch: perl
11762            ! Changes patchlevel.h
11763 ____________________________________________________________________________
11764 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
11765         Log: Subject: Re: [PATCH] djgpp updates
11766              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
11767              Date: Wed, 20 Jun 2001 10:05:15 +0200
11768              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
11769      Branch: perl
11770            ! djgpp/config.over
11771 ____________________________________________________________________________
11772 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
11773         Log: Fix for ID 20010619.002 "When building hash, hash keys that
11774              are function calls are not being called", from Abhijit.
11775      Branch: perl
11776            ! t/base/lex.t toke.c
11777 ____________________________________________________________________________
11778 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
11779         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
11780      Branch: perl
11781            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
11782            + lib/Locale/Maketext/test.pl
11783            - lib/Locale/Maketext.t
11784            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
11785            ! lib/Locale/Maketext/TPJ13.pod
11786 ____________________________________________________________________________
11787 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
11788         Log: Metaconfig unit change for #10760.
11789      Branch: metaconfig
11790            ! U/modified/Cppsym.U
11791 ____________________________________________________________________________
11792 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
11793         Log: Do not remove the ccsym* Cppsym* files since
11794              they are useful for metaconfig units coming after us.
11795              (This is the Configure nit mentioned in #10752.)
11796      Branch: perl
11797            ! Configure
11798 ____________________________________________________________________________
11799 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
11800         Log: Update to I18N::LangTags 0.24, from Sean Burke.
11801      Branch: perl
11802            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
11803            + lib/I18N/LangTags/README
11804            - lib/I18N/LangTags/List.pod
11805            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
11806 ____________________________________________________________________________
11807 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
11808         Log: Regen headers.
11809      Branch: perl
11810            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
11811            ! pod/perlapi.pod proto.h
11812 ____________________________________________________________________________
11813 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
11814         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
11815              From: Artur Bergman <artur@contiller.se>
11816              Date: Wed, 20 Jun 2001 11:31:32 +0200
11817              Message-ID: <B7563A14.17D8%artur@contiller.se>
11818      Branch: perl
11819            ! embed.pl hv.c intrpvar.h sv.c sv.h
11820 ____________________________________________________________________________
11821 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
11822         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
11823              From: Tim Sweetman <tim@aldigital.co.uk> 
11824              Date: Wed, 13 Jun 2001 14:25:17 +0100 
11825              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
11826      Branch: perl
11827            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
11828 ____________________________________________________________________________
11829 [ 10755] By: nick                                  on 2001/06/20  16:12:37
11830         Log: Integrate mainline
11831      Branch: perlio
11832           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
11833           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
11834           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
11835           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
11836           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
11837           !> t/op/study.t util.c
11838 ____________________________________________________________________________
11839 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
11840         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
11841              but not Makefile)
11842      Branch: maint-5.6/perl
11843            ! win32/Makefile
11844 ____________________________________________________________________________
11845 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
11846         Log: Security tweak on readlink().
11847      Branch: perl
11848            ! pp_sys.c
11849 ____________________________________________________________________________
11850 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
11851         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
11852      Branch: perl
11853            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
11854            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
11855            ! mpeix/relink t/op/pwent.t
11856 ____________________________________________________________________________
11857 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
11858         Log: Reinstate #10725 (with probe for alarm()).
11859      Branch: perl
11860            ! t/op/study.t
11861 ____________________________________________________________________________
11862 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
11863         Log: Replace our implementation of realpath() with OpenBSD's
11864              (src/lib/libc/stdlib/realpath.c 1.4).
11865      Branch: perl
11866            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
11867            ! pod/perldiag.pod proto.h util.c
11868 ____________________________________________________________________________
11869 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
11870         Log: Integrate perlio.
11871      Branch: perl
11872           !> perlio.c
11873 ____________________________________________________________________________
11874 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
11875         Log: No point in going into memory-saving contortions
11876              with getcwd() since there's a danger of buffer overflow.
11877              Also make the POSIX extension to use sv_getcwd().
11878              Finally, a missed proto.h fragment.
11879      Branch: perl
11880            ! ext/POSIX/POSIX.xs proto.h util.c
11881 ____________________________________________________________________________
11882 [ 10747] By: nick                                  on 2001/06/20  12:38:26
11883         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
11884      Branch: perlio
11885            ! perlio.c
11886 ____________________________________________________________________________
11887 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
11888         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
11889              From: Graham Barr <gbarr@pobox.com>
11890              Date: Wed, 20 Jun 2001 11:05:49 +0100
11891              Message-ID: <20010620110549.I19188@pobox.com>
11892              
11893              reported in        
11894              
11895              Subject: Bug in IO::Socket::INET module (repeat)
11896              From: "Harmon S. Nine" <hnine@netarx.com>
11897              Date: Tue, 19 Jun 2001 09:41:35 -0400
11898              Message-ID: <3B2F568F.8080605@netarx.com>
11899              
11900              The bug was that the IO::Socket::INET constructor
11901              did not allow a 'LocalPort' of 0.
11902      Branch: perl
11903            ! ext/IO/lib/IO/Socket/INET.pm
11904 ____________________________________________________________________________
11905 [ 10745] By: nick                                  on 2001/06/20  08:56:39
11906         Log: Integrate mainline.
11907      Branch: perlio
11908           !> (integrate 37 files)
11909 ____________________________________________________________________________
11910 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
11911         Log: After some reading I don't think we can blindly
11912              use systems' realpath().  Too many security problems,
11913              too many buggy implementations.
11914              
11915              TODO: the realpath() emulation code in util.c doesn't
11916              seem fully operational?  (readlink(), for example?)
11917      Branch: perl
11918            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
11919            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
11920            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
11921            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
11922            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
11923            ! win32/config_H.gc win32/config_H.vc
11924 ____________________________________________________________________________
11925 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
11926         Log: Metaconfig unit change for #10738.
11927      Branch: metaconfig
11928            ! U/compline/d_gconvert.U
11929 ____________________________________________________________________________
11930 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
11931         Log: Integrate change #10739 from maintperl:
11932              
11933              C<eval "/x$\r\n/x"> fails to compile correctly 
11934      Branch: perl
11935           !> t/op/pat.t toke.c
11936 ____________________________________________________________________________
11937 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
11938         Log: Retract #10725 (Hugo asked NOT to apply the patch)
11939      Branch: perl
11940            ! t/op/study.t
11941 ____________________________________________________________________________
11942 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
11943         Log: The test.third results were funnily named because of the
11944              new test scheme.
11945      Branch: perl
11946            ! t/TEST
11947 ____________________________________________________________________________
11948 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
11949         Log: C<eval "/x$\r\n/x"> fails to compile correctly
11950      Branch: maint-5.6/perl
11951            ! t/op/pat.t toke.c
11952 ____________________________________________________________________________
11953 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
11954         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
11955              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11956              Date: Tue, 19 Jun 2001 19:15:40 -0400
11957              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
11958              
11959              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
11960              because "1e+129" being expected but "1.e+129" being returned.
11961              The culprit (at least in Tru64) is the use of gcvt().
11962      Branch: perl
11963            ! Configure
11964 ____________________________________________________________________________
11965 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
11966         Log: Subject: [PATCH perl@10722] test hunting on VMS
11967              From: "Craig A. Berry" <craigberry@mac.com>
11968              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
11969              Date: Tue, 19 Jun 2001 18:59:01 -0500
11970      Branch: perl
11971            ! vms/test.com
11972 ____________________________________________________________________________
11973 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
11974         Log: Subject: [PATCH] s/typos//
11975              From: Abhijit Menon-Sen <ams@wiw.org>
11976              Date: Wed, 20 Jun 2001 02:15:02 +0530
11977              Message-ID: <20010620021502.A14541@lustre.linux.in>
11978              
11979              Without the op.h s/bearword/bareword/ hunk, see
11980              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
11981      Branch: perl
11982            ! util.c
11983 ____________________________________________________________________________
11984 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
11985         Log: Metaconfig unit change for #10732 and #10733.
11986      Branch: metaconfig/U/perl
11987            ! fflushall.U
11988 ____________________________________________________________________________
11989 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
11990         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
11991              From: "Craig A. Berry" <craigberry@mac.com>
11992              Date: Tue, 19 Jun 2001 17:19:48 -0500
11993              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
11994      Branch: perl
11995            ! configure.com vms/descrip_mms.template
11996 ____________________________________________________________________________
11997 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
11998         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
11999              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12000              Date: Tue, 19 Jun 2001 16:48:07 -0400
12001              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
12002              
12003              Further fixes to fflush(NULL) detection.
12004      Branch: perl
12005            ! Configure
12006 ____________________________________________________________________________
12007 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
12008         Log: AIX test -s hangs with non-existent files?
12009              (A genuine logic bug in Configure, but AIX also broken?)
12010      Branch: perl
12011            ! Configure
12012 ____________________________________________________________________________
12013 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
12014         Log: AUTHORS updates.
12015      Branch: perl
12016            ! AUTHORS
12017 ____________________________________________________________________________
12018 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
12019         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
12020              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12021              Date: Tue, 19 Jun 2001 15:33:25 -0400
12022              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
12023      Branch: perl
12024            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
12025            ! t/lib/warnings/pp
12026 ____________________________________________________________________________
12027 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
12028         Log: Integrate perlio.
12029      Branch: perl
12030           !> lib/File/Find/find.t win32/distclean.bat
12031 ____________________________________________________________________________
12032 [ 10728] By: nick                                  on 2001/06/19  18:24:53
12033         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
12034      Branch: perlio
12035            ! lib/File/Find/find.t win32/distclean.bat
12036 ____________________________________________________________________________
12037 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
12038         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
12039              also add information how to find out whether one has PerlIO.
12040      Branch: perl
12041            ! pod/perlfunc.pod
12042 ____________________________________________________________________________
12043 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
12044         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
12045              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
12046              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
12047              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
12048      Branch: perl
12049            ! pod/perlfunc.pod
12050 ____________________________________________________________________________
12051 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
12052         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
12053              From: Hugo <hv@crypt.compulink.co.uk>
12054              Date: Tue, 19 Jun 2001 12:37:30 +0100
12055              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
12056      Branch: perl
12057            ! t/op/study.t
12058 ____________________________________________________________________________
12059 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
12060         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
12061              From: Hugo <hv@crypt.compulink.co.uk>
12062              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
12063              Date: Tue, 19 Jun 2001 13:15:17 +0100
12064      Branch: perl
12065            ! util.c
12066 ____________________________________________________________________________
12067 [ 10723] By: nick                                  on 2001/06/19  14:46:15
12068         Log: Integrate mainline
12069      Branch: perlio
12070           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
12071           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
12072           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
12073           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
12074           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
12075           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
12076            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
12077            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
12078            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
12079            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
12080            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
12081            - ext/Thread/unsync4.t
12082           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
12083           !> djgpp/config.over djgpp/fixpmain
12084           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
12085           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
12086           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
12087 ____________________________________________________________________________
12088 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
12089         Log: Update Changes.
12090      Branch: perl
12091            ! Changes patchlevel.h
12092 ____________________________________________________________________________
12093 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
12094         Log: The existence shall be MANIFESted.
12095      Branch: perl
12096            ! MANIFEST
12097 ____________________________________________________________________________
12098 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
12099         Log: The old libnet.cfg is first searched from the current directory,
12100              only then from the module path.
12101      Branch: perl
12102            ! utils/libnetcfg.PL
12103 ____________________________________________________________________________
12104 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
12105         Log: NetWare tweaks from Guruprasad.
12106      Branch: perl
12107            ! NetWare/Makefile NetWare/config.wc
12108 ____________________________________________________________________________
12109 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
12110         Log: Subject: [PATCH] djgpp updates
12111              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
12112              Date: Tue, 19 Jun 2001 10:59:06 +0200
12113              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
12114      Branch: perl
12115            ! djgpp/config.over djgpp/fixpmain
12116 ____________________________________________________________________________
12117 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
12118         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
12119              From: Prymmer/Kahn <pvhp@best.com>
12120              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
12121              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
12122      Branch: perl
12123            ! win32/Makefile
12124 ____________________________________________________________________________
12125 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
12126         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
12127              to happen right after the inclusion of <inttypes.h>,
12128              from Edward Moy.
12129      Branch: perl
12130            ! handy.h perl.h
12131 ____________________________________________________________________________
12132 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
12133         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
12134              From: Doug MacEachern <dougm@covalent.net>
12135              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
12136              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
12137      Branch: perl
12138            ! ext/DynaLoader/DynaLoader_pm.PL
12139 ____________________________________________________________________________
12140 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
12141         Log: Revert #10656 for perfomance reasons but leave in the
12142              use of Hv*() macros -- in comments, so that grepping the
12143              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
12144              suggested by Sarathy, also by Abhijit.)
12145      Branch: perl
12146            ! hv.c
12147 ____________________________________________________________________________
12148 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
12149         Log: Subject: [patch] .s MakeMaker suffix
12150              From: Doug MacEachern <dougm@covalent.net>
12151              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
12152              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
12153      Branch: perl
12154            ! lib/ExtUtils/MM_Unix.pm
12155 ____________________________________________________________________________
12156 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
12157         Log: One test lost in the big shuffle restored.
12158      Branch: perl
12159            + ext/IPC/SysV/ipcsysv.t
12160            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
12161 ____________________________________________________________________________
12162 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
12163         Log: Rename the old non-standard threads tests so that
12164              they won't be invoked.
12165      Branch: perl
12166            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
12167            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
12168            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
12169            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
12170            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
12171            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
12172            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
12173            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
12174            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
12175            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
12176            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
12177            - ext/Thread/unsync4.t
12178            ! MANIFEST
12179 ____________________________________________________________________________
12180 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
12181         Log: Integrate perlio.
12182      Branch: perl
12183           !> win32/config_sh.PL
12184 ____________________________________________________________________________
12185 [ 10709] By: nick                                  on 2001/06/19  08:18:18
12186         Log: Integrate mainline
12187      Branch: perlio
12188           +> (branch 40 files)
12189            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
12190            - lib/strict/subs lib/strict/vars lib/warnings/1global
12191            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
12192            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
12193            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
12194            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
12195            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
12196            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
12197            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
12198            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
12199            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
12200            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
12201            - lib/warnings/utf8 lib/warnings/util
12202           !> (integrate 57 files)
12203 ____________________________________________________________________________
12204 [ 10708] By: nick                                  on 2001/06/19  07:57:10
12205         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
12206      Branch: perlio
12207            ! win32/config_sh.PL
12208 ____________________________________________________________________________
12209 [ 10707] By: nick                                  on 2001/06/19  07:05:07
12210         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
12211      Branch: perl
12212            ! perly.c perly.y perly_c.diff vms/perly_c.vms
12213 ____________________________________________________________________________
12214 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
12215         Log: More perl572delta tweaks.
12216      Branch: perl
12217            ! pod/perl572delta.pod
12218 ____________________________________________________________________________
12219 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
12220         Log: Update perl572delta.
12221      Branch: perl
12222            ! pod/perl572delta.pod
12223 ____________________________________________________________________________
12224 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
12225         Log: VOS updates from Paul Green.
12226      Branch: perl
12227            ! vos/Changes vos/build.cm vos/perl.bind
12228 ____________________________________________________________________________
12229 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
12230         Log: Update the vos/config.*.* files.
12231      Branch: perl
12232            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
12233            ! vos/config.ga.h
12234 ____________________________________________________________________________
12235 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
12236         Log: Add a makefile for more painless adding of symbols to the
12237              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
12238              takes care of the adding)
12239      Branch: perl
12240            + vos/Makefile
12241 ____________________________________________________________________________
12242 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
12243         Log: Make libnetcfg by default display the libnet configuration,
12244              -c to change, add -i for old config, document all options,
12245              regen toc.
12246      Branch: perl
12247            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
12248 ____________________________________________________________________________
12249 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
12250         Log: gcc -Wall sweep.
12251      Branch: perl
12252            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
12253 ____________________________________________________________________________
12254 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
12255         Log: So there.
12256      Branch: perl
12257            ! universal.c
12258 ____________________________________________________________________________
12259 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
12260         Log: Document the need for sv_printify().
12261              
12262              Document that 'use utf8' has been considered.
12263              
12264              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
12265      Branch: perl
12266            ! pod/perltodo.pod universal.c
12267 ____________________________________________________________________________
12268 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
12269         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
12270              From: Nicholas Clark <nick@ccl4.org>
12271              Date: Mon, 18 Jun 2001 23:29:23 +0100
12272              Message-ID: <20010618232923.I98663@plum.flirble.org>
12273      Branch: perl
12274            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
12275            ! ext/Sys/Syslog/Makefile.PL
12276 ____________________________________________________________________________
12277 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
12278         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
12279              From: Scott.L.Miller@Compaq.com
12280              Date: Mon, 18 Jun 2001 10:12:27 -0500
12281              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
12282      Branch: perl
12283            ! lib/perl5db.pl pod/perldebug.pod
12284 ____________________________________________________________________________
12285 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
12286         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
12287              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
12288              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
12289              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
12290      Branch: perl
12291            ! lib/Carp/Heavy.pm
12292 ____________________________________________________________________________
12293 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
12294         Log: Subject: [PATCH] Documentation changes for CLONE
12295              From: Artur Bergman <artur@contiller.se>
12296              Date: Mon, 18 Jun 2001 22:06:37 +0200
12297              Message-ID: <B7542BEC.1719%artur@contiller.se>
12298      Branch: perl
12299            ! pod/perlmod.pod pod/perlsub.pod
12300 ____________________________________________________________________________
12301 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
12302         Log: Subject: Re: configure.com
12303              From: "Craig A. Berry" <craigberry@mac.com>
12304              Date: Mon, 18 Jun 2001 16:04:38 -0500
12305              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
12306      Branch: perl
12307            ! configure.com
12308 ____________________________________________________________________________
12309 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
12310         Log: Subject: PL_nullstash + perl_clone()
12311              From: Doug MacEachern <dougm@covalent.net>
12312              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
12313              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
12314      Branch: perl
12315            ! sv.c
12316 ____________________________________________________________________________
12317 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
12318         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
12319              From: davem@fdgroup.co.uk
12320              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
12321              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
12322      Branch: perl
12323            ! embed.pl pod/perlapi.pod
12324 ____________________________________________________________________________
12325 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
12326         Log: More cross-compilation defaults gleaned from -Dcc
12327              if it is CPU-OS-gcc.
12328      Branch: metaconfig
12329            ! U/modified/libc.U
12330      Branch: metaconfig/U/perl
12331            ! Cross.U
12332      Branch: perl
12333            ! Configure INSTALL
12334 ____________________________________________________________________________
12335 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
12336         Log: Update Changes.
12337      Branch: perl
12338            ! Changes patchlevel.h
12339 ____________________________________________________________________________
12340 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
12341         Log: Subject: [PATCH 5.7.1] sv.c documentation
12342              From: davem@fdgroup.co.uk
12343              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
12344              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
12345      Branch: perl
12346            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
12347            ! sv.c sv.h
12348 ____________________________________________________________________________
12349 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
12350         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
12351              From: "Jon Gunnip" <jongunnip@hotmail.com>
12352              Date: Sun, 17 Jun 2001 18:24:29 -0400
12353              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
12354      Branch: perl
12355            ! pod/perlvar.pod
12356 ____________________________________________________________________________
12357 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
12358         Log: Move the locale/strict/warnings helper files back
12359              under the t/lib; this way the amount of non-installabled
12360              stuff under lib/ stays smaller.
12361      Branch: perl
12362            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
12363            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
12364            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
12365            + t/lib/warnings/5nolint t/lib/warnings/6default
12366            + t/lib/warnings/7fatal t/lib/warnings/8signal
12367            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
12368            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
12369            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
12370            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
12371            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
12372            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
12373            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
12374            + t/lib/warnings/taint t/lib/warnings/toke
12375            + t/lib/warnings/universal t/lib/warnings/utf8
12376            + t/lib/warnings/util
12377            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
12378            - lib/strict/subs lib/strict/vars lib/warnings/1global
12379            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
12380            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
12381            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
12382            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
12383            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
12384            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
12385            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
12386            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
12387            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
12388            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
12389            - lib/warnings/utf8 lib/warnings/util
12390            ! MANIFEST installperl lib/locale.t lib/strict.t
12391 ____________________________________________________________________________
12392 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
12393         Log: Split off the pack/unpack code, from Nicholas Clark.
12394      Branch: perl
12395            + pp_pack.c
12396            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
12397            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
12398            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
12399 ____________________________________________________________________________
12400 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
12401         Log: Guard the SysV IPC tests against being invoked in
12402              SysV-IPC-less places.
12403      Branch: perl
12404            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
12405 ____________________________________________________________________________
12406 [ 10683] By: nick                                  on 2001/06/18  12:24:42
12407         Log: Integrate mainline (new test scheme now ok on Linux).
12408      Branch: perlio
12409           +> lib/warnings.t
12410           !> dump.c sv.c
12411 ____________________________________________________________________________
12412 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
12413         Log: Add the locale.c and numeric.c to the microperl sources.
12414      Branch: perl
12415            ! Makefile.micro win32/Makefile
12416 ____________________________________________________________________________
12417 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
12418         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
12419              From: Abhijit Menon-Sen <ams@wiw.org>
12420              Date: Mon, 18 Jun 2001 14:23:44 +0530
12421              Message-ID: <20010618142344.A13136@lustre.linux.in>
12422      Branch: perl
12423            ! dump.c
12424 ____________________________________________________________________________
12425 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
12426         Log: Subject: Re: [PATCH] more anonymous stash cleanups
12427              From: Abhijit Menon-Sen <ams@wiw.org>
12428              Date: Mon, 18 Jun 2001 15:50:32 +0530
12429              Message-ID: <20010618155032.A13223@lustre.linux.in>
12430              
12431              Plus the comment left in as suggested by NI-S.
12432      Branch: perl
12433            ! sv.c
12434 ____________________________________________________________________________
12435 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
12436         Log: One missed file.
12437      Branch: perl
12438            + lib/warnings.t
12439 ____________________________________________________________________________
12440 [ 10678] By: nick                                  on 2001/06/18  08:05:29
12441         Log: Integrate mainline (part2 - the deletes)
12442      Branch: perlio
12443            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
12444            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
12445            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
12446            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
12447            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
12448            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
12449            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
12450            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
12451            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
12452            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
12453            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
12454 ____________________________________________________________________________
12455 [ 10677] By: nick                                  on 2001/06/18  08:04:44
12456         Log: Integrate mainline (part1)
12457      Branch: perlio
12458           +> (branch 376 files)
12459            - (delete 219 files)
12460           !> (integrate 151 files)
12461 ____________________________________________________________________________
12462 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
12463         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
12464              No doubt I made some mistakes like missed some files or
12465              misnamed some files.  The naming rules were more or less:
12466              (1) if the module is from CPAN, follows its ways, be it
12467              t/*.t or test.pl.
12468              (2) otherwise if there are multiple tests for a module
12469              put them in a t/
12470              (3) otherwise if there's only one test put it in Module.t
12471              (4) helper files go to module/ (locale, strict, warnings)
12472              (5) use longer filenames now that we can (but e.g. the
12473              compat-0.6.t and the Text::Balanced test files still
12474              were renamed to be more civil against the 8.3 people)
12475              installperl was updated appropriately not to install the
12476              *.t files or the help files from under lib.
12477              
12478              TODO: some helper files still remain under t/ that could
12479              follow their 'masters'.  UPDATE: On second thoughts, why
12480              should they.  They can continue to live under t/lib, and
12481              in fact the locale/strict/warnings helpers that were moved
12482              could be moved back.  This way the amount of non-installable
12483              stuff under lib/ stays smaller.
12484      Branch: perl
12485            + (add 253 files)
12486            - (delete 254 files)
12487            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
12488 ____________________________________________________________________________
12489 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
12490         Log: The warning no more comes from util.c, it comes from numeric.c.
12491      Branch: perl
12492            ! README.tru64
12493 ____________________________________________________________________________
12494 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
12495         Log: Subject: Re: anyone good at casting spells?
12496              From: Spider Boardman <spider@Orb.Nashua.NH.US>
12497              Date: Sun, 17 Jun 2001 21:21:04 -0400
12498              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
12499      Branch: perl
12500            ! ext/POSIX/POSIX.xs hv.h
12501 ____________________________________________________________________________
12502 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
12503         Log: Protect the (original) thread tests against testing if no 5.005
12504              threads have been configured.
12505      Branch: perl
12506            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
12507            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
12508            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
12509            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
12510            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
12511            ! ext/Thread/unsync4.t
12512 ____________________________________________________________________________
12513 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
12514         Log: Try the new test scanning scheme on Text::Abbrev.
12515      Branch: perl
12516            + lib/Text/Abbrev.t
12517            - lib/Text/Abbrev/t/abbrev.t
12518            ! MANIFEST
12519 ____________________________________________________________________________
12520 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
12521         Log: Change the scan policy of the *.t and test.pl files,
12522              now the *.t do not need to live in a t/ directory.
12523      Branch: perl
12524            ! t/TEST t/harness
12525 ____________________________________________________________________________
12526 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
12527         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
12528              From: Ilmari Karonen <iltzu@sci.fi>
12529              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
12530              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
12531      Branch: perl
12532            ! pod/perlfaq7.pod
12533 ____________________________________________________________________________
12534 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
12535         Log: Quench the warnings from Tru64; the HP-UX is still
12536              broken because it really, REALLY, doesn't like the
12537              HvARRAY() being lvalue:
12538              
12539              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
12540              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
12541      Branch: perl
12542            ! hv.c
12543 ____________________________________________________________________________
12544 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
12545         Log: Integrate change #10667 from maintperl:
12546              
12547              change#10449 broke the special-case that makes lexicals inside the
12548              eval"" within DB::DB() visible
12549      Branch: perl
12550           !> op.c
12551 ____________________________________________________________________________
12552 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
12553         Log: change#10449 broke the special-case that makes lexicals inside the
12554              eval"" within DB::DB() visible
12555      Branch: maint-5.6/perl
12556            ! op.c
12557 ____________________________________________________________________________
12558 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
12559         Log: Still spurious output; indent the code a bit.
12560              
12561              TODO1: separate the utility functions like MkDir
12562              into a helper script?
12563              
12564              TODO2: I see a lot of repetition in the filepath()
12565              and dirpath() calls.
12566      Branch: perl
12567            ! t/lib/filefind.t t/lib/findtaint.t
12568 ____________________________________________________________________________
12569 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
12570         Log: Regen modlib, toc.
12571      Branch: perl
12572            ! pod/perlmodlib.pod pod/perltoc.pod
12573 ____________________________________________________________________________
12574 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
12575         Log: Add libnetcfg to perlutil.
12576      Branch: perl
12577            ! pod/perlutil.pod
12578 ____________________________________________________________________________
12579 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
12580         Log: Initial integration of libnet-1.0703.
12581              The Configure script renamed as libnetcfg, will be
12582              installed along other utilities.
12583      Branch: perl
12584            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
12585            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
12586            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
12587            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
12588            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
12589            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
12590            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
12591            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
12592            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
12593            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
12594            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
12595            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
12596            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
12597            + utils/libnetcfg.PL
12598            ! MANIFEST utils.lst utils/Makefile
12599 ____________________________________________________________________________
12600 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
12601         Log: Less potentially test-harness-confusing output.
12602      Branch: perl
12603            ! lib/Memoize/t/expire_module_t.t
12604 ____________________________________________________________________________
12605 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
12606         Log: The final print annoys make test.
12607      Branch: perl
12608            ! t/lib/filefind.t t/lib/findtaint.t
12609 ____________________________________________________________________________
12610 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
12611         Log: Add an option for handling dangling symbolic links.
12612      Branch: perl
12613            ! lib/File/Find.pm t/lib/filefind.t
12614 ____________________________________________________________________________
12615 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
12616         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
12617              From: Thomas Wegner <wegner_thomas@yahoo.com>
12618              Date: Sun, 17 Jun 2001 14:43:11 +0200
12619              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
12620      Branch: perl
12621            + t/lib/findtaint.t
12622            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
12623 ____________________________________________________________________________
12624 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
12625         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
12626              From: Jonathan Stowe <gellyfish@gellyfish.com>
12627              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
12628              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
12629      Branch: perl
12630            ! lib/ExtUtils/MM_Unix.pm
12631 ____________________________________________________________________________
12632 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
12633         Log: Subject: [PATCH] more anonymous stash cleanups
12634              From: Abhijit Menon-Sen <ams@wiw.org>
12635              Date: Sun, 17 Jun 2001 11:44:06 +0530
12636              Message-ID: <20010617114406.A25203@lustre.linux.in>
12637      Branch: perl
12638            ! op.c
12639 ____________________________________________________________________________
12640 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
12641         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
12642              From: Abhijit Menon-Sen <ams@wiw.org>
12643              Date: Sun, 17 Jun 2001 08:02:59 +0530
12644              Message-ID: <20010617080259.A28776@lustre.linux.in>
12645              
12646              Subject: [PATCH #2/7] xhv_eiter
12647              From: Abhijit Menon-Sen <ams@wiw.org>
12648              Date: Sun, 17 Jun 2001 08:13:18 +0530
12649              Message-ID: <20010617081318.B28776@lustre.linux.in>
12650              
12651              Subject: [PATCH #3/7] xhv_fill
12652              From: Abhijit Menon-Sen <ams@wiw.org>
12653              Date: Sun, 17 Jun 2001 08:25:16 +0530
12654              Message-ID: <20010617082516.C28776@lustre.linux.in>
12655              
12656              Subject: [PATCH #4/7] xhv_keys
12657              From: Abhijit Menon-Sen <ams@wiw.org>
12658              Date: Sun, 17 Jun 2001 08:36:17 +0530
12659              Message-ID: <20010617083617.D28776@lustre.linux.in>
12660              
12661              Subject: [PATCH #5/7] xhv_max
12662              From: Abhijit Menon-Sen <ams@wiw.org>
12663              Date: Sun, 17 Jun 2001 08:39:48 +0530
12664              Message-ID: <20010617083948.E28776@lustre.linux.in>
12665              
12666              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
12667              From: Abhijit Menon-Sen <ams@wiw.org>
12668              Date: Sun, 17 Jun 2001 08:51:11 +0530
12669              Message-ID: <20010617085111.F28776@lustre.linux.in>
12670      Branch: perl
12671            ! hv.c
12672 ____________________________________________________________________________
12673 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
12674         Log: Update Changes.
12675      Branch: perl
12676            ! Changes patchlevel.h
12677 ____________________________________________________________________________
12678 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
12679         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
12680              From: Abhijit Menon-Sen <ams@wiw.org>
12681              Date: Sat, 16 Jun 2001 07:41:19 +0530
12682              Message-ID: <20010616074119.A24720@lustre.linux.in>
12683      Branch: perl
12684            ! hv.c perl.c vms/vmsish.h win32/win32.h
12685 ____________________________________________________________________________
12686 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
12687         Log: Document tests failing when threaded, since we now have more.
12688      Branch: perl
12689            ! pod/perl572delta.pod
12690 ____________________________________________________________________________
12691 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
12692         Log: -Wall cleanup.
12693      Branch: perl
12694            ! ext/Thread/Thread.xs
12695 ____________________________________________________________________________
12696 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
12697         Log: pthread_attr_setstacksize() isn't absolutely necessary
12698              to call, only iff THREAD_CREATE_NEEDS_STACK.
12699      Branch: perl
12700            ! ext/Thread/Thread.xs
12701 ____________________________________________________________________________
12702 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
12703         Log: -Wall strays.
12704      Branch: perl
12705            ! perl.c util.c
12706 ____________________________________________________________________________
12707 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
12708         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
12709              (and INT64_MIN) brokenness.
12710      Branch: perl
12711            ! hints/darwin.sh perl.h
12712 ____________________________________________________________________________
12713 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
12714         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
12715              From: Nicholas Clark <nick@ccl4.org>
12716              Date: Sun, 17 Jun 2001 00:16:05 +0100
12717              Message-ID: <20010617001605.V98663@plum.flirble.org>
12718      Branch: perl
12719            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
12720            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
12721            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
12722 ____________________________________________________________________________
12723 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
12724         Log: Add perlnetware to docs; regen toc; supply skeleton
12725              docs for some Memoize submodules.
12726      Branch: perl
12727            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
12728            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
12729            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
12730            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
12731            ! win32/Makefile win32/makefile.mk
12732 ____________________________________________________________________________
12733 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
12734         Log: pod cleanup.
12735      Branch: perl
12736            ! README.netware
12737 ____________________________________________________________________________
12738 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
12739         Log: Integrate Memoize 0.64.  Few tweaks were required in
12740              the test scripts.  Note that the speed and expire*
12741              tests take several dozen seconds to run.
12742      Branch: perl
12743            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
12744            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
12745            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
12746            + lib/Memoize/README lib/Memoize/SDBM_File.pm
12747            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
12748            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
12749            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
12750            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
12751            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
12752            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
12753            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
12754            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
12755            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
12756            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
12757            ! MANIFEST t/lib/1_compile.t
12758 ____________________________________________________________________________
12759 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
12760         Log: Document the cross-compilation options.
12761      Branch: perl
12762            ! Cross/README INSTALL
12763 ____________________________________________________________________________
12764 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
12765         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
12766      Branch: perl
12767            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
12768            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
12769            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
12770            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
12771            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
12772            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
12773            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
12774            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
12775            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
12776            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
12777            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
12778            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
12779            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
12780            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
12781            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
12782            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
12783            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
12784            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
12785            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
12786            + lib/ExtUtils/MM_NW5.pm
12787            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
12788            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
12789            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
12790            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
12791            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
12792            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
12793            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
12794            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
12795            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
12796            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
12797            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
12798            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
12799            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
12800            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
12801            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
12802            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
12803            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
12804            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
12805            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
12806            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
12807            ! util.h x2p/a2py.c
12808 ____________________________________________________________________________
12809 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
12810         Log: Resort MANIFEST.
12811      Branch: perl
12812            ! MANIFEST
12813 ____________________________________________________________________________
12814 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
12815         Log: Integrate perlio.
12816      Branch: perl
12817           +> win32/win32io.c
12818           !> MANIFEST perlio.c perliol.h win32/makefile.mk
12819 ____________________________________________________________________________
12820 [ 10640] By: nick                                  on 2001/06/16  18:38:31
12821         Log: Disable :win32 layer as default till I get it working
12822      Branch: perlio
12823            ! MANIFEST perlio.c
12824 ____________________________________________________________________________
12825 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
12826         Log: Try the new scheme by moving the Text::Abbrev test
12827              to a new place under lib.
12828      Branch: perl
12829            + lib/Text/Abbrev/t/abbrev.t
12830            - t/lib/abbrev.t
12831            ! MANIFEST
12832 ____________________________________________________________________________
12833 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
12834         Log: Make the code even more dynamical so that testname
12835              suffix length can change.
12836      Branch: perl
12837            ! lib/Test/Harness.pm t/TEST
12838 ____________________________________________________________________________
12839 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
12840         Log: Allow for deeper t/ and also a single test.pl.
12841      Branch: perl
12842            ! t/TEST t/harness
12843 ____________________________________________________________________________
12844 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
12845         Log: #define fix from Nicholas Clark.
12846      Branch: perl
12847            ! ext/POSIX/POSIX.xs
12848 ____________________________________________________________________________
12849 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
12850         Log: Initialization is nice.
12851      Branch: perl
12852            ! lib/Test/Harness.pm
12853 ____________________________________________________________________________
12854 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
12855         Log: Make t/TEST and t/harness to test also the t/ tests
12856              under the main lib/ and ext/ directories.  Fix Test::Harness
12857              to dynamically change the width of its "foo/bar....ok" output.
12858      Branch: perl
12859            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
12860 ____________________________________________________________________________
12861 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
12862         Log: Subject: [PATCH] Re: perl@10611 
12863              From: Nicholas Clark <nick@ccl4.org>
12864              Date: Sat, 16 Jun 2001 16:52:47 +0100
12865              Message-ID: <20010616165247.O98663@plum.flirble.org>
12866              
12867              The .xs parts, too.
12868      Branch: perl
12869            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
12870            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
12871 ____________________________________________________________________________
12872 [ 10632] By: nick                                  on 2001/06/16  16:44:35
12873         Log: Work-in-progress win32 layer semi-functional, checking 
12874              for UNIX breakage.
12875      Branch: perlio
12876            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
12877 ____________________________________________________________________________
12878 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
12879         Log: Subject: [PATCH] Re: perl@10611 
12880              From: Nicholas Clark <nick@ccl4.org>
12881              Date: Sat, 16 Jun 2001 16:52:47 +0100
12882              Message-ID: <20010616165247.O98663@plum.flirble.org>
12883      Branch: perl
12884            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
12885            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
12886            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
12887            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
12888            ! lib/ExtUtils/Constant.pm
12889 ____________________________________________________________________________
12890 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
12891         Log: Metaconfig unit change for #10629.
12892      Branch: metaconfig
12893            ! U/modified/Finish.U
12894 ____________________________________________________________________________
12895 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
12896         Log: The extraction changed directories.
12897      Branch: perl
12898            ! Configure
12899 ____________________________________________________________________________
12900 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
12901         Log: Math::BigInt 1.35 from Tels.
12902      Branch: perl
12903            + t/lib/mbimbf.t
12904            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
12905            ! t/lib/bigfltpm.t t/lib/bigintpm.t
12906 ____________________________________________________________________________
12907 [ 10627] By: nick                                  on 2001/06/16  14:54:52
12908         Log: Work in progress UNIX-side edit of win32 PerLIO layer
12909      Branch: perlio
12910            + win32/win32io.c
12911            ! perlio.c win32/makefile.mk
12912 ____________________________________________________________________________
12913 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
12914         Log: Subject: [PATCH 5.6.1] os2/diff-configure
12915              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12916              Date: Fri, 15 Jun 2001 01:19:36 -0400
12917              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
12918              
12919              Empty all of it because I think #10624 made even the
12920              last patch hunk unnecessary.
12921      Branch: perl
12922            ! os2/diff.configure
12923 ____________________________________________________________________________
12924 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
12925         Log: Metaconfig unit change for 10624.
12926      Branch: metaconfig
12927            ! U/modified/libc.U
12928      Branch: perl
12929            ! config_h.SH
12930 ____________________________________________________________________________
12931 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
12932         Log: Move the initialization of libnames to the beginning so
12933              that can one 'seed' it (as OS/2 does.)
12934      Branch: perl
12935            ! Configure
12936 ____________________________________________________________________________
12937 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
12938         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
12939              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12940              Date: Fri, 15 Jun 2001 19:10:57 -0400
12941              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
12942      Branch: perl
12943            ! os2/OS2/REXX/DLL/DLL.pm
12944 ____________________________________________________________________________
12945 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
12946         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
12947              From: "Craig A. Berry" <craigberry@mac.com>
12948              Date: Fri, 15 Jun 2001 17:00:03 -0500
12949              Message-Id: <a05101007b750342599be@[172.16.52.1]>
12950      Branch: perl
12951            ! vms/descrip_mms.template
12952 ____________________________________________________________________________
12953 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
12954         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
12955              From: "Craig A. Berry" <craigberry@mac.com>
12956              Date: Fri, 15 Jun 2001 18:39:42 -0500
12957              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
12958      Branch: perl
12959            ! lib/File/Spec/VMS.pm t/lib/extutils.t
12960 ____________________________________________________________________________
12961 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
12962         Log: Integrate perlio.
12963      Branch: perl
12964           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
12965           !> t/io/utf8.t t/lib/io_scalar.t
12966 ____________________________________________________________________________
12967 [ 10619] By: nick                                  on 2001/06/15  21:05:19
12968         Log: Generated files
12969      Branch: perlio
12970            ! embed.h proto.h
12971 ____________________________________________________________________________
12972 [ 10618] By: nick                                  on 2001/06/15  20:27:42
12973         Log: Fix open.pm to work via XS-implemented method calls rather
12974              than *open::layers variables which caused all the HV/AV hassle.
12975      Branch: perlio
12976            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
12977            ! t/lib/io_scalar.t
12978 ____________________________________________________________________________
12979 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
12980         Log: Integrate perlio.
12981      Branch: perl
12982           !> lib/ExtUtils/Constant.pm
12983 ____________________________________________________________________________
12984 [ 10616] By: nick                                  on 2001/06/15  18:46:47
12985         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
12986      Branch: perlio
12987            ! lib/ExtUtils/Constant.pm
12988 ____________________________________________________________________________
12989 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
12990         Log: Integrate perlio.
12991      Branch: perl
12992           !> ext/Socket/Socket.xs
12993 ____________________________________________________________________________
12994 [ 10614] By: nick                                  on 2001/06/15  18:33:37
12995         Log: MULTIPLICITY fix for Socket.xs
12996      Branch: perlio
12997            ! ext/Socket/Socket.xs
12998 ____________________________________________________________________________
12999 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
13000         Log: Subject: Re: perl@10611
13001              From: Doug MacEachern <dougm@covalent.net>
13002              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
13003              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
13004      Branch: perl
13005            ! ext/Socket/Socket.xs
13006 ____________________________________________________________________________
13007 [ 10612] By: nick                                  on 2001/06/15  16:14:38
13008         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
13009      Branch: perlio
13010           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
13011           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
13012           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
13013           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
13014           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
13015           !> utils/h2ph.PL
13016 ____________________________________________________________________________
13017 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
13018         Log: Update Changes.
13019      Branch: perl
13020            ! Changes patchlevel.h
13021 ____________________________________________________________________________
13022 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
13023         Log: Upping the test count.
13024      Branch: perl
13025            ! t/lib/filefind.t
13026 ____________________________________________________________________________
13027 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
13028         Log: Integrate perlio.
13029      Branch: perl
13030           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13031 ____________________________________________________________________________
13032 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
13033         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
13034              From: andreas.koenig@anima.de (Andreas J. Koenig)
13035              Date: 15 Jun 2001 13:30:39 +0200
13036              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
13037              
13038              Record the grim history.
13039      Branch: perl
13040            ! lib/File/Find.pm
13041 ____________________________________________________________________________
13042 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
13043         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
13044              From: Brian McCauley <nobull@mail.com>
13045              Date: 15 Jun 2001 07:51:26 +0100
13046              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
13047      Branch: perl
13048            ! lib/File/Find.pm t/lib/filefind.t
13049 ____________________________________________________________________________
13050 [ 10606] By: nick                                  on 2001/06/15  14:00:08
13051         Log: regen_config_h for Win32.
13052      Branch: perlio
13053            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13054 ____________________________________________________________________________
13055 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
13056         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
13057              From: Peter Prymmer <pvhp@forte.com>
13058              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
13059              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
13060      Branch: perl
13061            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
13062 ____________________________________________________________________________
13063 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
13064         Log: Some filesystems require writability for rename/unlink.
13065      Branch: perl
13066            ! opcode.pl
13067 ____________________________________________________________________________
13068 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
13069         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
13070              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
13071              Date: Fri, 15 Jun 2001 12:08:53 +0200
13072              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
13073      Branch: perl
13074            ! perlio.c
13075 ____________________________________________________________________________
13076 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
13077         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
13078              From: Mike Guy <mjtg@cam.ac.uk>
13079              Date: Fri, 15 Jun 2001 14:11:49 +0100
13080              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
13081      Branch: perl
13082            ! opcode.pl
13083 ____________________________________________________________________________
13084 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
13085         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
13086              From: Nicholas Clark <nick@ccl4.org>
13087              Date: Thu, 14 Jun 2001 23:52:56 +0100
13088              Message-ID: <20010614235256.G98663@plum.flirble.org>
13089      Branch: perl
13090            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
13091            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
13092 ____________________________________________________________________________
13093 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
13094         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
13095              From: Russ Allbery <rra@stanford.edu>
13096              Date: 14 Jun 2001 13:24:43 -0700
13097              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
13098      Branch: perl
13099            ! ext/GDBM_File/GDBM_File.pm
13100 ____________________________________________________________________________
13101 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
13102         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
13103              From: Nicholas Clark <nick@ccl4.org>
13104              Date: Thu, 14 Jun 2001 20:37:47 +0100
13105              Message-ID: <20010614203747.F98663@plum.flirble.org>
13106      Branch: perl
13107            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
13108            ! t/lib/gdbm.t
13109 ____________________________________________________________________________
13110 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
13111         Log: Integrate perlio.
13112      Branch: perl
13113           !> makedef.pl sv.c
13114 ____________________________________________________________________________
13115 [ 10597] By: nick                                  on 2001/06/15  11:08:13
13116         Log: Check that HVs with HvNAME() != NULL are really stashes before
13117              treating them as such. Also be more defensive on the GvCV.
13118              Win32 fork and dprof now working again. 
13119      Branch: perlio
13120            ! sv.c
13121 ____________________________________________________________________________
13122 [ 10596] By: nick                                  on 2001/06/15  10:11:20
13123         Log: Integrate mainline.
13124      Branch: perlio
13125           +> Cross/README
13126           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
13127           !> Porting/config_H config_h.SH configure.com epoc/config.sh
13128           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
13129           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13130           !> vos/config.ga.h win32/config.bc win32/config.gc
13131           !> win32/config.vc win32/config_H.bc win32/config_H.gc
13132           !> win32/config_H.vc
13133 ____________________________________________________________________________
13134 [ 10595] By: nick                                  on 2001/06/15  09:37:17
13135         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
13136              - Win32 (VC++) now builds but fails:
13137              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
13138              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
13139              write.t    - open(...,"|-") not implemented on Win32 
13140      Branch: perlio
13141            ! makedef.pl
13142 ____________________________________________________________________________
13143 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
13144         Log: Integrate perlio.
13145      Branch: perl
13146           !> perlio.c win32/makefile.mk
13147 ____________________________________________________________________________
13148 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
13149         Log: Metaconfig unit changes for #10592.
13150      Branch: metaconfig
13151            + U/modified/i_varhdr.U U/modified/startsh.U
13152            - U/a_dvisory/crosscompile.U U/target/Target.U
13153            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
13154            ! U/compline/bitpbyte.U U/compline/byteorder.U
13155            ! U/compline/ccflags.U U/compline/charsize.U
13156            ! U/compline/d_casti32.U U/compline/d_castneg.U
13157            ! U/compline/d_closedir.U U/compline/d_fd_set.U
13158            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
13159            ! U/compline/d_keepsig.U U/compline/d_open3.U
13160            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
13161            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
13162            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
13163            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
13164            ! U/compline/doublesize.U U/compline/floatsize.U
13165            ! U/compline/nblock_io.U U/compline/orderlib.U
13166            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
13167            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
13168            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
13169            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
13170            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
13171            ! U/modified/spitshell.U U/threads/archname.U
13172            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
13173            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
13174            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
13175            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
13176            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
13177      Branch: metaconfig/U/perl
13178            + Cross.U
13179            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
13180            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
13181            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
13182            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
13183            ! stdio_streams.U uselfs.U
13184 ____________________________________________________________________________
13185 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
13186         Log: The first steps towards cross-compilation.
13187              
13188              Abstract execution of compiled test executables with $run,
13189              and abstract transfer of files with $to and $from.
13190              
13191              Under cross-compilation the $run, $to, and $from will point
13192              to appropriate wrapper scripts, by default ssh and scp,
13193              but also rsh, rcp, and cp are supported.  If not
13194              cross-compiling, they will be set to '', ':', and ':',
13195              respectively.
13196              
13197              With these patches I was able to get Configure for
13198              iPAQ ARM Linux on an Intel Linux about 95% right
13199              (only a few tests failed to execute or they produced
13200              incorrect results), and I was able to compile
13201              a functional miniperl.
13202              
13203              The symbol crosscompile renamed to be usecrosscompile,
13204              the corresponding C symbol from CROSSCOMPILE to
13205              USE_CROSS_COMPILE.
13206      Branch: perl
13207            ! Configure Cross/README Makefile.SH Porting/Glossary
13208            ! Porting/config.sh Porting/config_H config_h.SH configure.com
13209            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
13210            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
13211            ! vos/config.ga.def vos/config.ga.h win32/config.bc
13212            ! win32/config.gc win32/config.vc win32/config_H.bc
13213            ! win32/config_H.gc win32/config_H.vc
13214 ____________________________________________________________________________
13215 [ 10591] By: nick                                  on 2001/06/14  20:00:12
13216         Log: Steps along the road toward Win32 building again.
13217      Branch: perlio
13218            ! perlio.c win32/makefile.mk
13219 ____________________________________________________________________________
13220 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
13221         Log: Integrate perlio.
13222      Branch: perl
13223           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13224 ____________________________________________________________________________
13225 [ 10589] By: nick                                  on 2001/06/14  13:54:07
13226         Log: Routine regen_config_h for Win32
13227      Branch: perlio
13228            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13229 ____________________________________________________________________________
13230 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
13231         Log: Integrate perlio.
13232      Branch: perl
13233           +> perlyline.pl
13234           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
13235 ____________________________________________________________________________
13236 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
13237         Log: A placeholder.
13238      Branch: perl
13239            + Cross/README
13240 ____________________________________________________________________________
13241 [ 10586] By: nick                                  on 2001/06/14  08:25:07
13242         Log: Add new step to run_byacc which:
13243              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
13244              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
13245      Branch: perlio
13246            + perlyline.pl
13247            ! MANIFEST Makefile.SH perly.c
13248 ____________________________________________________________________________
13249 [ 10585] By: nick                                  on 2001/06/14  08:22:29
13250         Log: Integrate mainline
13251      Branch: perlio
13252           +> locale.c numeric.c
13253           !> Changes cygwin/Makefile.SHs embed.h embed.pl
13254           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
13255           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
13256           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
13257           !> x2p/Makefile.SH
13258 ____________________________________________________________________________
13259 [ 10584] By: nick                                  on 2001/06/14  08:05:53
13260         Log: Hack to remove insecure directories from PATH so test will run.
13261      Branch: perlio
13262            ! t/lib/filefind.t
13263 ____________________________________________________________________________
13264 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
13265         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
13266      Branch: perl
13267            - t/lib/mbimbf.t
13268            ! MANIFEST
13269 ____________________________________________________________________________
13270 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
13271         Log: Detypo.
13272      Branch: perl
13273            ! x2p/Makefile.SH
13274 ____________________________________________________________________________
13275 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
13276         Log: de-$CONFIG continues.
13277      Branch: perl
13278            ! cygwin/Makefile.SHs x2p/Makefile.SH
13279 ____________________________________________________________________________
13280 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
13281         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
13282              From: Nicholas Clark <nick@ccl4.org>
13283              Date: Wed, 13 Jun 2001 21:20:13 +0100
13284              Message-ID: <20010613212013.D98663@plum.flirble.org>
13285      Branch: perl
13286            ! opcode.pl
13287 ____________________________________________________________________________
13288 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
13289         Log: Subject: splitting util.c
13290              From: Hugo <hv@crypt.compulink.co.uk>
13291              Date: Thu, 14 Jun 2001 00:41:08 +0100
13292              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
13293      Branch: perl
13294            + locale.c numeric.c
13295            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
13296            ! pod/perlapi.pod proto.h util.c
13297 ____________________________________________________________________________
13298 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
13299         Log: Upgrade to Math::BigInt 1.34 from Tels.
13300      Branch: perl
13301            + t/lib/mbimbf.t
13302            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
13303            ! t/lib/bigfltpm.t t/lib/bigintpm.t
13304 ____________________________________________________________________________
13305 [ 10577] By: nick                                  on 2001/06/13  19:02:48
13306         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
13307      Branch: perlio
13308           !> (integrate 125 files)
13309 ____________________________________________________________________________
13310 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
13311         Log: Update Changes.
13312      Branch: perl
13313            ! Changes patchlevel.h
13314 ____________________________________________________________________________
13315 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
13316         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
13317              From: "Craig A. Berry" <craigberry@mac.com>
13318              Date: Wed, 13 Jun 2001 13:24:28 -0500
13319              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
13320      Branch: perl
13321            ! ext/re/Makefile.PL
13322 ____________________________________________________________________________
13323 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
13324         Log: Mc.u.c. for #10573.
13325      Branch: metaconfig
13326            ! U/threads/usethreads.U
13327 ____________________________________________________________________________
13328 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
13329         Log: It would be also be good if I could type.
13330      Branch: perl
13331            ! Configure
13332 ____________________________________________________________________________
13333 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
13334         Log: Metaconfig unit change for #10571.
13335      Branch: metaconfig
13336            ! U/threads/usethreads.U
13337 ____________________________________________________________________________
13338 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
13339         Log: A non-empty default is a good thing.
13340      Branch: perl
13341            ! Configure
13342 ____________________________________________________________________________
13343 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
13344         Log: Metaconfig unit change for #10569.
13345      Branch: metaconfig
13346            ! U/threads/usethreads.U
13347 ____________________________________________________________________________
13348 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
13349         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
13350              extremely experimental, not even prompted for.
13351      Branch: perl
13352            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13353            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
13354            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
13355            ! win32/config.bc win32/config.gc win32/config.vc
13356 ____________________________________________________________________________
13357 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
13358         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
13359      Branch: perl
13360            ! pod/perlfaq6.pod
13361 ____________________________________________________________________________
13362 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
13363         Log: Integrate perlio; conflicts, accept Nick's versions.
13364      Branch: perl
13365           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
13366           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
13367 ____________________________________________________________________________
13368 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
13369         Log: Subject: Re: ext/ + -Wall
13370              From: Doug MacEachern <dougm@covalent.net>
13371              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
13372              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
13373      Branch: perl
13374            ! XSUB.h lib/ExtUtils/xsubpp perl.h
13375 ____________________________________________________________________________
13376 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
13377         Log: Similar logic as DB_File.xs, using the modern macros and
13378              defines them to older ones for older Perls where PERL_VERSION
13379              is not defined, from Doug MacEachern.
13380      Branch: perl
13381            ! ext/Storable/Storable.xs
13382 ____________________________________________________________________________
13383 [ 10564] By: nick                                  on 2001/06/13  15:22:01
13384         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
13385              and using that instead (name lookups are sequential search for now).
13386      Branch: perlio
13387            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
13388            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
13389 ____________________________________________________________________________
13390 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
13391         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
13392              From: "Richard Soderberg" <rs@crystalflame.net>
13393              Date: Sat, 26 May 2001 06:44:20 -0700
13394              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
13395      Branch: perl
13396            ! sv.c t/op/glob.t
13397 ____________________________________________________________________________
13398 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
13399         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
13400              From: "Craig A. Berry" <craigberry@mac.com>
13401              Date: Tue, 12 Jun 2001 23:55:26 -0500
13402              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
13403      Branch: perl
13404            ! ext/re/Makefile.PL ext/re/re.xs
13405 ____________________________________________________________________________
13406 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
13407         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
13408              suggested by NI-S.
13409      Branch: perl
13410            ! XSUB.h malloc.c perl.h
13411 ____________________________________________________________________________
13412 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
13413         Log: Regen toc.
13414      Branch: perl
13415            ! pod/perltoc.pod
13416 ____________________________________________________________________________
13417 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
13418         Log: Subject: [patch] perl.gprof control
13419              From: Doug MacEachern <dougm@covalent.net>
13420              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
13421              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
13422      Branch: perl
13423            ! miniperlmain.c perl.h
13424 ____________________________________________________________________________
13425 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
13426         Log: Subject: Re: ext/ + -Wall
13427              From: Doug MacEachern <dougm@covalent.net>
13428              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
13429              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
13430              
13431              Document ax and break up dXSARGS.
13432      Branch: perl
13433            ! XSUB.h pod/perlapi.pod
13434 ____________________________________________________________________________
13435 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
13436         Log: More AIX tweakage from Merijn.
13437      Branch: perl
13438            ! hints/aix.sh
13439 ____________________________________________________________________________
13440 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
13441         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
13442              From: "Craig A. Berry" <craigberry@mac.com>
13443              Date: Tue, 12 Jun 2001 22:57:45 -0500
13444              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
13445      Branch: perl
13446            ! vms/descrip_mms.template
13447 ____________________________________________________________________________
13448 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
13449         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
13450              From: "Craig A. Berry" <craigberry@mac.com>
13451              Date: Tue, 12 Jun 2001 22:21:39 -0500
13452              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
13453      Branch: perl
13454            ! configure.com util.c
13455 ____________________________________________________________________________
13456 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
13457         Log: New AIX dynaloading code from Jens-Uwe Mager.
13458              Does break binary compatibility.
13459      Branch: perl
13460            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
13461 ____________________________________________________________________________
13462 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
13463         Log: VMS DEC C compiler found nits by Peter Prymmer.
13464      Branch: perl
13465            ! util.c
13466 ____________________________________________________________________________
13467 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
13468         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
13469              From: Peter Prymmer <pvhp@forte.com>
13470              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
13471              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
13472      Branch: perl
13473            ! t/lib/filecomp.t
13474 ____________________________________________________________________________
13475 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
13476         Log: I wonder how many $CONFIGs still lurk in the shadows.
13477      Branch: perl
13478            ! pod/Makefile.SH x2p/cflags.SH
13479 ____________________________________________________________________________
13480 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
13481         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
13482      Branch: perl
13483            ! pod/checkpods.PL
13484 ____________________________________________________________________________
13485 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
13486         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
13487      Branch: perl
13488            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
13489 ____________________________________________________________________________
13490 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
13491         Log: Subject: [patch] rid local_patches warnings
13492              From: Doug MacEachern <dougm@covalent.net>
13493              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
13494              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
13495      Branch: perl
13496            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
13497 ____________________________________________________________________________
13498 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
13499         Log: Subject: Re: ext/ + -Wall
13500              From: Doug MacEachern <dougm@covalent.net>
13501              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
13502              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
13503      Branch: perl
13504            ! ext/attrs/attrs.xs
13505 ____________________________________________________________________________
13506 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
13507         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
13508              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13509              Date: Tue, 12 Jun 2001 14:36:20 -0400
13510              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
13511      Branch: perl
13512            ! pod/perlretut.pod
13513 ____________________________________________________________________________
13514 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
13515         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
13516              From: Mike Guy <mjtg@cam.ac.uk>
13517              Date: Tue, 12 Jun 2001 19:10:31 +0100
13518              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
13519              
13520              Subject: Re: [ID 20010612.001] out of memory during regex compilation
13521              From: Mike Guy <mjtg@cam.ac.uk>
13522              Date: Tue, 12 Jun 2001 19:21:01 +0100
13523              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
13524      Branch: perl
13525            ! pod/perlop.pod
13526 ____________________________________________________________________________
13527 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
13528         Log: AIX tweaks from Merijn H. Brand.
13529      Branch: perl
13530            ! hints/aix.sh
13531 ____________________________________________________________________________
13532 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
13533         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
13534              From: "Brendan O'Dea" <bod@compusol.com.au>
13535              Date: Wed, 13 Jun 2001 05:16:47 +1000
13536              Message-ID: <20010613051647.A8945@compusol.com.au>
13537      Branch: maint-5.6/perl
13538            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
13539 ____________________________________________________________________________
13540 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
13541         Log: Subject: Small bcopy cleanup
13542              From: Andy Dougherty <doughera@lafayette.edu>
13543              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
13544              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
13545      Branch: perl
13546            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
13547 ____________________________________________________________________________
13548 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
13549         Log: Subject: [PATCH] Re: ext/ + -Wall
13550              From: Nicholas Clark <nick@ccl4.org>
13551              Date: Wed, 13 Jun 2001 00:04:30 +0100
13552              Message-ID: <20010613000430.M5901@plum.flirble.org>
13553      Branch: perl
13554            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
13555 ____________________________________________________________________________
13556 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
13557         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
13558              From: Nicholas Clark <nick@ccl4.org>
13559              Date: Tue, 12 Jun 2001 23:53:07 +0100
13560              Message-ID: <20010612235307.L5901@plum.flirble.org>
13561      Branch: perl
13562            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
13563 ____________________________________________________________________________
13564 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
13565         Log: MPE/iX tweaks from Mark Bixby.
13566      Branch: perl
13567            ! hints/mpeix.sh mpeix/mpeixish.h util.c
13568 ____________________________________________________________________________
13569 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
13570         Log: Update Changes.
13571      Branch: perl
13572            ! Changes patchlevel.h
13573 ____________________________________________________________________________
13574 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
13575         Log: One less -Wall whine (found under DEBUGGING).
13576      Branch: perl
13577            ! x2p/Makefile.SH x2p/a2p.c
13578 ____________________________________________________________________________
13579 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
13580         Log: s/case-independent/case-insensitive/g
13581      Branch: perl
13582            ! pod/perldebug.pod
13583 ____________________________________________________________________________
13584 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
13585         Log: As suggested in    
13586              
13587              Subject: Re: ext/ + -Wall
13588              From: Gurusamy Sarathy <gsar@ActiveState.com>
13589              Date: Mon, 11 Jun 2001 23:34:31 -0700
13590              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
13591      Branch: perl
13592            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
13593            ! perl.h
13594 ____________________________________________________________________________
13595 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
13596         Log: Subject: ext/ + -Wall
13597              From: Doug MacEachern <dougm@covalent.net>
13598              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
13599              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
13600      Branch: perl
13601            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
13602            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
13603            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
13604            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
13605            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
13606            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
13607            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
13608            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
13609            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
13610            ! lib/ExtUtils/xsubpp
13611 ____________________________________________________________________________
13612 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
13613         Log: Subject: [PATCH] anonymous stashes
13614              From: Abhijit Menon-Sen <ams@wiw.org>
13615              Date: Tue, 12 Jun 2001 12:47:04 +0530
13616              Message-ID: <20010612124704.A29029@lustre.linux.in>
13617      Branch: perl
13618            ! dump.c gv.c sv.c xsutils.c
13619 ____________________________________________________________________________
13620 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
13621         Log: One more test for $^S.
13622      Branch: perl
13623            ! t/op/magic.t
13624 ____________________________________________________________________________
13625 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
13626         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
13627              From: Abhijit Menon-Sen <ams@wiw.org>
13628              Date: Tue, 12 Jun 2001 17:35:55 +0530
13629              Message-ID: <20010612173555.A32426@lustre.linux.in>
13630      Branch: perl
13631            ! mg.c t/op/magic.t
13632 ____________________________________________________________________________
13633 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
13634         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
13635              From: Mike Guy <mjtg@cam.ac.uk>
13636              Date: Tue, 12 Jun 2001 13:14:15 +0100
13637              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
13638      Branch: perl
13639            ! pod/perlop.pod
13640 ____________________________________________________________________________
13641 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
13642         Log: AUTHORS updates.
13643      Branch: perl
13644            ! AUTHORS
13645 ____________________________________________________________________________
13646 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
13647         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
13648              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
13649              Content-Transfer-Encoding: 7bit
13650              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
13651      Branch: perl
13652            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
13653 ____________________________________________________________________________
13654 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
13655         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
13656              From: "Philip Newton" <Philip.Newton@gmx.net>
13657              Date: Mon, 11 Jun 2001 07:08:03 +0200
13658              Message-Id: <200106120802.LAA08992@taas.iki.fi>
13659      Branch: perl
13660            ! t/base/term.t
13661 ____________________________________________________________________________
13662 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
13663         Log: Cleanup the a2p.c for -Wall.
13664      Branch: perl
13665            ! x2p/Makefile.SH x2p/a2p.c
13666 ____________________________________________________________________________
13667 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
13668         Log: File::Find update for MacOS from Chris Nandor.
13669      Branch: perl
13670            ! lib/File/Find.pm t/lib/filefind.t
13671 ____________________________________________________________________________
13672 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
13673         Log: gcc -Wall nits picked out by a non-UNIX system
13674              (courtesy of Mark Bixby)
13675      Branch: perl
13676            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
13677            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
13678            ! pp_sys.c util.c
13679 ____________________________________________________________________________
13680 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
13681         Log: Metaconfig unit change for #10522.  (The d_modfl changes
13682              placate metalint.)
13683      Branch: metaconfig/U/perl
13684            ! d_modfl.U d_u32align.U
13685 ____________________________________________________________________________
13686 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
13687         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
13688              be "./try 2>&1 >/dev/null".
13689      Branch: perl
13690            ! Configure
13691 ____________________________________________________________________________
13692 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
13693         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
13694              From: "Craig A. Berry" <craigberry@mac.com>
13695              Date: Mon, 11 Jun 2001 14:00:32 -0500
13696              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
13697      Branch: perl
13698            ! configure.com
13699 ____________________________________________________________________________
13700 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
13701         Log: Move the full \p\P lists to perlunicode.
13702      Branch: perl
13703            ! pod/perlretut.pod pod/perlunicode.pod
13704 ____________________________________________________________________________
13705 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
13706         Log: VOS build tweak for 5.6.1 from Paul Green.
13707      Branch: maint-5.6/perl
13708            ! vos/build.cm
13709 ____________________________________________________________________________
13710 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
13711         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
13712              From: "Craig A. Berry" <craigberry@mac.com>
13713              Date: Fri, 8 Jun 2001 18:08:18 -0500
13714              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
13715      Branch: perl
13716            ! vms/vms.c
13717 ____________________________________________________________________________
13718 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
13719         Log: Update Changes.
13720      Branch: perl
13721            ! Changes patchlevel.h
13722 ____________________________________________________________________________
13723 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
13724         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
13725      Branch: perl
13726            ! vos/config.alpha.h vos/config.ga.h
13727 ____________________________________________________________________________
13728 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
13729         Log: VOS updates from Paul Green for @10476.
13730      Branch: perl
13731            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
13732            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
13733            ! vos/config.ga.h vos/configure_perl.cm
13734 ____________________________________________________________________________
13735 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
13736         Log: Subject: [PATCH] Not many people know this ...
13737              From: Mike Guy <mjtg@cam.ac.uk>
13738              Date: Mon, 11 Jun 2001 14:55:15 +0100
13739              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
13740      Branch: perl
13741            ! pod/perldebug.pod
13742 ____________________________________________________________________________
13743 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
13744         Log: Add final commas to lists as suggested by Philip Newton.
13745      Branch: perl
13746            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
13747 ____________________________________________________________________________
13748 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
13749         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
13750              Date: Sun, 10 Jun 2001 23:35:38 -0400
13751              From: Chris Nandor <pudge@pobox.com>
13752              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
13753      Branch: perl
13754            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
13755            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
13756            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
13757            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
13758            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
13759            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
13760            ! t/op/write.t t/pragma/strict.t
13761 ____________________________________________________________________________
13762 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
13763         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
13764              From: Chris Nandor <pudge@pobox.com>
13765              Date: Mon, 11 Jun 2001 08:24:28 -0400
13766              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
13767      Branch: perl
13768            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
13769            ! t/lib/io_dir.t
13770 ____________________________________________________________________________
13771 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
13772         Log: One more run_byacc (a hand-tweaked version had slipped in).
13773      Branch: perl
13774            ! perly.c vms/perly_c.vms
13775 ____________________________________________________________________________
13776 [ 10509] By: nick                                  on 2001/06/11  07:49:15
13777         Log: Integrate mainline
13778      Branch: perlio
13779           !> Makefile.SH embed.h embed.pl global.sym
13780           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
13781           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
13782           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
13783           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
13784 ____________________________________________________________________________
13785 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
13786         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
13787              From: Mike Guy <mjtg@cam.ac.uk>
13788              Reply-To: mjtg@cam.ac.uk
13789              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
13790      Branch: perl
13791            ! lib/ExtUtils/Manifest.pm
13792 ____________________________________________________________________________
13793 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
13794         Log: Subject: [PATCH] ExtUtils::Constant
13795              From: Nicholas Clark <nick@ccl4.org>
13796              Date: Sun, 10 Jun 2001 23:25:41 +0100
13797              Message-ID: <20010610232540.C76396@plum.flirble.org>
13798      Branch: perl
13799            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
13800 ____________________________________________________________________________
13801 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
13802         Log: Integrate perlio.
13803      Branch: perl
13804           !> iperlsys.h
13805 ____________________________________________________________________________
13806 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
13807         Log: Move the grok_number and its lieutenant grok_numeric_radix
13808              from sv.c statics to util.c and public.
13809      Branch: perl
13810            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
13811            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
13812 ____________________________________________________________________________
13813 [ 10504] By: nick                                  on 2001/06/10  17:47:06
13814         Log: Fix (valid) -Wall warnings in perlio.c
13815      Branch: perlio
13816            ! iperlsys.h
13817 ____________________________________________________________________________
13818 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
13819         Log: Update perly_c.diff, update perly.fixer to edit away
13820              some of the -Wall noise.
13821      Branch: perl
13822            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
13823 ____________________________________________________________________________
13824 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
13825         Log: Check the version of byacc.
13826      Branch: perl
13827            ! Makefile.SH
13828 ____________________________________________________________________________
13829 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
13830         Log: Subject: [PATCH] perly.y overhaul
13831              From: Simon Cozens <simon@netthink.co.uk>
13832              Date: Sun, 10 Jun 2001 16:56:54 +0100
13833              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
13834              
13835              Plus make run_byacc.
13836      Branch: perl
13837            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
13838 ____________________________________________________________________________
13839 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
13840         Log: Integrate perlio.
13841      Branch: perl
13842           !> perlio.c perlsfio.h
13843 ____________________________________________________________________________
13844 [ 10499] By: nick                                  on 2001/06/10  15:01:08
13845         Log: Integrate mainline
13846      Branch: perlio
13847           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
13848           !> t/pragma/locale.t util.c
13849 ____________________________________________________________________________
13850 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
13851         Log: Put some meat on the perl572delta bones.  The list of
13852              selected bug fixes needs more work, as does still the
13853              whole document.
13854      Branch: perl
13855            ! pod/perl572delta.pod
13856 ____________________________________________________________________________
13857 [ 10497] By: nick                                  on 2001/06/10  12:27:51
13858         Log: Paper over a crack or two with USE_SFIO
13859      Branch: perlio
13860            ! perlio.c perlsfio.h
13861 ____________________________________________________________________________
13862 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
13863         Log: Update Changes.
13864      Branch: perl
13865            ! Changes patchlevel.h
13866 ____________________________________________________________________________
13867 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
13868         Log: Subject: Re: pragma/locale.t #107
13869              From: Hugo <hv@crypt.compulink.co.uk>
13870              Date: Sun, 10 Jun 2001 11:23:30 +0100
13871              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
13872              
13873              Encapsulate the scan of the decimal radix separator.
13874      Branch: perl
13875            ! embed.h embed.pl proto.h sv.c
13876 ____________________________________________________________________________
13877 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
13878         Log: Try to grok numbers both with the locale specific separator
13879              and with the usual "." (if different from the lss); add a test
13880              to locale.t to do also a little bit of math in addition to just
13881              equalness testing; remove extraneous logic as suggested in
13882              
13883              Subject: Re: pragma/locale.t #107
13884              From: Nicholas Clark <nick@ccl4.org>
13885              Date: Sat, 9 Jun 2001 22:37:36 +0100
13886              Message-ID: <20010609223735.Y76396@plum.flirble.org>
13887      Branch: perl
13888            ! sv.c t/pragma/locale.t
13889 ____________________________________________________________________________
13890 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
13891         Log: Metaconfig unit change for #10492.
13892      Branch: metaconfig/U/perl
13893            ! Extensions.U
13894 ____________________________________________________________________________
13895 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
13896         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
13897              From: Artur Bergman <artur@contiller.se> 
13898              Date: Sat, 09 Jun 2001 21:03:51 +0200
13899              Message-ID: <B7483FB6.1398%artur@contiller.se>
13900      Branch: perl
13901            ! Configure
13902 ____________________________________________________________________________
13903 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
13904         Log: Integrate perlio.
13905      Branch: perl
13906           !> perlsfio.h
13907 ____________________________________________________________________________
13908 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
13909         Log: Do locale specific separator if only in locale.
13910      Branch: perl
13911            ! util.c
13912 ____________________________________________________________________________
13913 [ 10489] By: nick                                  on 2001/06/09  19:13:25
13914         Log: Make XS/Typemap compile (but fail) with sfio
13915      Branch: perlio
13916            ! perlsfio.h
13917 ____________________________________________________________________________
13918 [ 10488] By: nick                                  on 2001/06/09  19:12:51
13919         Log: Re-integrate mainline
13920      Branch: perlio
13921           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
13922           !> proto.h sv.c util.c
13923 ____________________________________________________________________________
13924 [ 10487] By: nick                                  on 2001/06/09  16:26:29
13925         Log: Integrate mainline
13926      Branch: perlio
13927           !> (integrate 31 files)
13928 ____________________________________________________________________________
13929 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
13930         Log: Subject: [PATCH] New attempt to clone callack
13931              From: Artur Bergman <artur@contiller.se> 
13932              Date: Thu, 07 Jun 2001 11:52:16 +0200
13933              Message-ID: <B7451B6F.12B7%artur@contiller.se>
13934      Branch: perl
13935            ! embedvar.h intrpvar.h perlapi.h sv.c
13936 ____________________________________________________________________________
13937 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
13938         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
13939      Branch: perl
13940            ! embed.h embed.pl perl.h proto.h sv.c util.c
13941 ____________________________________________________________________________
13942 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
13943         Log: Subject: Re: pragma/locale.t #107
13944              From: Nicholas Clark <nick@ccl4.org>
13945              Date: Sat, 9 Jun 2001 16:26:10 +0100
13946              Message-ID: <20010609162609.V76396@plum.flirble.org>
13947              
13948              A missing NVification.
13949      Branch: perl
13950            ! sv.c
13951 ____________________________________________________________________________
13952 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
13953         Log: Redo the #10482, there already was a test script for formats.
13954      Branch: perl
13955            - t/io/format.t
13956            ! MANIFEST t/op/write.t
13957 ____________________________________________________________________________
13958 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
13959         Log: Twisted format testing, from Merijn.
13960      Branch: perl
13961            + t/io/format.t
13962            ! MANIFEST
13963 ____________________________________________________________________________
13964 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
13965         Log: More \p{In...} testing, combined with \N{...}.
13966      Branch: perl
13967            ! lib/utf8_heavy.pl t/op/pat.t
13968 ____________________________________________________________________________
13969 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
13970         Log: Metaconfig changes for #10479.
13971      Branch: metaconfig
13972            ! U/Glossary.patch
13973      Branch: metaconfig/U/perl
13974            ! d_modfl.U
13975 ____________________________________________________________________________
13976 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
13977         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
13978      Branch: perl
13979            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
13980            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
13981            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
13982            ! win32/config.bc win32/config.gc win32/config.vc
13983 ____________________________________________________________________________
13984 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
13985         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
13986              From: "Craig A. Berry" <craigberry@mac.com>
13987              Date: Thu, 7 Jun 2001 14:27:20 -0500
13988              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
13989      Branch: perl
13990            ! vms/perlvms.pod
13991 ____________________________________________________________________________
13992 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
13993         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
13994              From: Gisle Aas <gisle@ActiveState.com>
13995              Date: 07 Jun 2001 17:04:29 -0700
13996              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
13997      Branch: perl
13998            ! ext/re/re.xs
13999 ____________________________________________________________________________
14000 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
14001         Log: Update Changes.
14002      Branch: perl
14003            ! Changes patchlevel.h
14004 ____________________________________________________________________________
14005 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
14006         Log: Regen Glossary et alia.
14007      Branch: perl
14008            ! Porting/Glossary Porting/config.sh Porting/config_H
14009 ____________________________________________________________________________
14010 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
14011         Log: Metaconfig unit changes for #10473.
14012      Branch: metaconfig/U/perl
14013            ! d_modfl.U
14014 ____________________________________________________________________________
14015 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
14016         Log: Harumph, also AIX will spill its guts (i.e. dump core)
14017              if an executable contains modfl() but it hasn't been
14018              compiled right (in the case of AIX, with cc -qlongdouble).
14019      Branch: perl
14020            ! Configure
14021 ____________________________________________________________________________
14022 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
14023         Log: integrate change#10471 from mainline
14024              
14025              in change#10451, check that CvOUTSIDE is a CV before looking in
14026              (it can apparently be SVt_NULL during global destruction)
14027      Branch: maint-5.6/perl
14028           !> op.c
14029 ____________________________________________________________________________
14030 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
14031         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
14032              (it can apparently be SVt_NULL during global destruction)
14033      Branch: perl
14034            ! op.c
14035 ____________________________________________________________________________
14036 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
14037         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
14038              From: Robin Barker <rmb1@cise.npl.co.uk>
14039              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
14040              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
14041      Branch: perl
14042            ! lib/diagnostics.pm pod/perldiag.pod
14043 ____________________________________________________________________________
14044 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
14045         Log: Subject: [PATCH perl@10439] long =item
14046              From: Robin Barker <rmb1@cise.npl.co.uk>
14047              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
14048              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
14049      Branch: perl
14050            ! README.amiga lib/Attribute/Handlers.pm
14051            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
14052 ____________________________________________________________________________
14053 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
14054         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
14055              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
14056              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
14057              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
14058      Branch: perl
14059            ! pod/perlguts.pod
14060 ____________________________________________________________________________
14061 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
14062         Log: Integrate perlio.
14063      Branch: perl
14064           !> sv.c
14065 ____________________________________________________________________________
14066 [ 10466] By: nick                                  on 2001/06/07  10:25:40
14067         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
14068              whitespace tweaks.
14069              Still coredumps in pragma/overload.t - what a nice hard fail that is...
14070      Branch: perlio
14071            ! sv.c
14072 ____________________________________________________________________________
14073 [ 10465] By: nick                                  on 2001/06/07  08:41:58
14074         Log: Raw integrate of mainline for S_grok_number debug
14075              (sv.c has MULTIPLICITY issues as well as whatever else ...)
14076      Branch: perlio
14077            - plan9/perlplan9.doc plan9/perlplan9.pod
14078           !> (integrate 46 files)
14079 ____________________________________________________________________________
14080 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
14081         Log: The proper prototyping for #10463.
14082      Branch: perl
14083            ! embed.h embed.pl proto.h sv.c
14084 ____________________________________________________________________________
14085 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
14086         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
14087              From: Nicholas Clark <nick@ccl4.org>
14088              Date: Thu, 7 Jun 2001 00:29:59 +0100
14089              Message-ID: <20010607002959.Z76396@plum.flirble.org>
14090      Branch: perl
14091            ! sv.c
14092 ____________________________________________________________________________
14093 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
14094         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
14095              From: "Craig A. Berry" <craigberry@mac.com>
14096              Date: Wed, 06 Jun 2001 17:54:30 -0500
14097              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
14098      Branch: perl
14099            ! vms/perlvms.pod
14100 ____________________________________________________________________________
14101 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
14102         Log: Podify the remaining README.platform files;
14103              merge README.plan9 and plan9/perlplan9.pod;
14104              delete plan9/perlplan9.* (the perlplan.doc needs to
14105              be regenerated in Plan 9); make the =head1 and =head2
14106              in the README.platform to be a little more verbose
14107              (skipped README.os2 not to anger Ilya) so that they
14108              look better in the toc; regen toc.
14109      Branch: perl
14110            - plan9/perlplan9.doc plan9/perlplan9.pod
14111            ! MANIFEST README.aix README.amiga README.apollo README.beos
14112            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
14113            ! README.hpux README.hurd README.machten README.macos
14114            ! README.micro README.mint README.mpeix README.os390
14115            ! README.plan9 README.qnx README.solaris README.threads
14116            ! README.tru64 README.vmesa README.vms README.vos README.win32
14117            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
14118            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
14119 ____________________________________________________________________________
14120 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
14121         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
14122              From: Mike Guy <mjtg@cam.ac.uk>
14123              Reply-To: mjtg@cam.ac.uk
14124              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
14125      Branch: perl
14126            ! pod/perlguts.pod
14127 ____________________________________________________________________________
14128 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
14129         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
14130              From: Mike Guy <mjtg@cam.ac.uk>
14131              Reply-To: mjtg@cam.ac.uk
14132              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
14133      Branch: perl
14134            ! pod/perlsec.pod
14135 ____________________________________________________________________________
14136 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
14137         Log: Disable long doubles from pre-5.0 Tru64s.
14138      Branch: perl
14139            ! README.tru64 hints/dec_osf.sh
14140 ____________________________________________________________________________
14141 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
14142         Log: The #10455 exposed that modfl() is fundamentally busted
14143              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
14144              testing it.
14145      Branch: perl
14146            ! hints/dec_osf.sh
14147 ____________________________________________________________________________
14148 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
14149         Log: Metaconfig unit change for #10455.
14150      Branch: metaconfig/U/perl
14151            ! d_modfl.U
14152 ____________________________________________________________________________
14153 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
14154         Log: Configure check for geborken modfl(), inspired by
14155              
14156              Subject: Re: [20010118.017] op/int.t failure 
14157              From: Hugo <hv@crypt.compulink.co.uk>
14158              Date: Tue, 05 Jun 2001 13:43:27 +0100
14159              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
14160      Branch: perl
14161            ! Configure
14162 ____________________________________________________________________________
14163 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
14164         Log: Integrate changes #10450 and #10451 from maintperl:
14165              
14166              optimize change#10448 slightly (don't repeat search in eval""s lexical
14167              scope, since that has already been searched)
14168              
14169              change#9108 needs subtler treatment for case of closures created
14170              within eval""
14171      Branch: perl
14172           !> op.c t/op/misc.t
14173 ____________________________________________________________________________
14174 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
14175         Log: MakeMaker magic to compile (when no dynamic loading)
14176              List/Util.xsc as (ListUtil.c and) ListUtil.o since
14177              POSIX-BC (BS2000) linker has an evil limitation of
14178              being unable to include in the same executable several
14179              object files with the same name - case-insensitively -
14180              because otherwise we conflict with util.c.
14181              Strictly speaking currently required only in POSIX-BC
14182              but probably will do no harm elsewhere where static
14183              linking is required.
14184      Branch: perl
14185            ! ext/List/Util/Makefile.PL
14186 ____________________________________________________________________________
14187 [ 10452] By: nick                                  on 2001/06/06  08:59:51
14188         Log: Integrate mainline.
14189      Branch: perlio
14190           +> lib/Attribute/Handlers/demo/Demo.pm
14191           +> lib/Attribute/Handlers/demo/Descriptions.pm
14192           +> lib/Attribute/Handlers/demo/MyClass.pm
14193           +> lib/Attribute/Handlers/demo/demo.pl
14194           +> lib/Attribute/Handlers/demo/demo2.pl
14195           +> lib/Attribute/Handlers/demo/demo3.pl
14196           +> lib/Attribute/Handlers/demo/demo4.pl
14197           +> lib/Attribute/Handlers/demo/demo_call.pl
14198           +> lib/Attribute/Handlers/demo/demo_chain.pl
14199           +> lib/Attribute/Handlers/demo/demo_cycle.pl
14200           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
14201           +> lib/Attribute/Handlers/demo/demo_phases.pl
14202           +> lib/Attribute/Handlers/demo/demo_range.pl
14203           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
14204           +> uts/strtol_wrap.c
14205           !> (integrate 91 files)
14206 ____________________________________________________________________________
14207 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
14208         Log: change#9108 needs subtler treatment for case of closures created
14209              within eval""
14210      Branch: maint-5.6/perl
14211            ! op.c t/op/misc.t
14212 ____________________________________________________________________________
14213 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
14214         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
14215              scope, since that has already been searched)
14216      Branch: maint-5.6/perl
14217            ! op.c
14218 ____________________________________________________________________________
14219 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
14220         Log: Integrate change #10448 from maintperl; lexicals
14221              outside an eval"" weren't resolved correctly inside a subroutine
14222              definition inside the eval"" if they were not already referenced
14223              in the toplevel of the eval""-ed code
14224      Branch: perl
14225           !> cop.h op.c pp_ctl.c t/op/misc.t
14226 ____________________________________________________________________________
14227 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
14228         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
14229              outside an eval"" weren't resolved correctly inside a subroutine
14230              definition inside the eval"" if they were not already referenced
14231              in the toplevel of the eval""-ed code
14232      Branch: maint-5.6/perl
14233            ! cop.h op.c pp_ctl.c t/op/misc.t
14234 ____________________________________________________________________________
14235 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
14236         Log: Subject: [PATCH] perl570delta.pod
14237              From: Peter Scott <Peter@PSDT.com> 
14238              Date: Tue, 05 Jun 2001 18:51:02 -0700
14239              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
14240      Branch: perl
14241            ! pod/perl570delta.pod
14242 ____________________________________________________________________________
14243 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
14244         Log: The fudge factor is no more needed.  I hope.
14245      Branch: perl
14246            ! t/lib/posix.t
14247 ____________________________________________________________________________
14248 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
14249         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
14250              From: Hugo <hv@crypt.compulink.co.uk>
14251              Date: Tue, 05 Jun 2001 12:58:19 +0100
14252              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
14253      Branch: perl
14254            ! util.c
14255 ____________________________________________________________________________
14256 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
14257         Log: Make up prototypes only for those who have the functions
14258              but not the prototypes.
14259      Branch: perl
14260            ! perl.h
14261 ____________________________________________________________________________
14262 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
14263         Log: Subject: Re: Not OK: perl@10439 on win32 
14264              From: Prymmer/Kahn <pvhp@best.com> 
14265              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
14266              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
14267      Branch: perl
14268            ! perl.h util.c
14269 ____________________________________________________________________________
14270 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
14271         Log: The metaconfig units changes for #10441.
14272      Branch: metaconfig
14273            ! U/modified/Extract.U U/modified/Extractall.U
14274            ! U/modified/Finish.U
14275 ____________________________________________________________________________
14276 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
14277         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
14278      Branch: perl
14279            ! Configure
14280 ____________________________________________________________________________
14281 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
14282         Log: Unnecessary fuzziness undone, noted by Mike Guy.
14283      Branch: perl
14284            ! t/op/tr.t
14285 ____________________________________________________________________________
14286 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
14287         Log: Update Changes.
14288      Branch: perl
14289            ! Changes patchlevel.h
14290 ____________________________________________________________________________
14291 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
14292         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
14293              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
14294              leakage patch.
14295      Branch: perl
14296            ! t/op/misc.t
14297 ____________________________________________________________________________
14298 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
14299         Log: Test case for #10433/#10424.
14300      Branch: perl
14301            ! t/op/misc.t
14302 ____________________________________________________________________________
14303 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
14304         Log: Subject: One fix for strtoul not setting errno
14305              From: hom00@utsglobal.com (Hal Morris)
14306              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
14307              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
14308      Branch: perl
14309            + uts/strtol_wrap.c
14310            ! MANIFEST hints/uts.sh
14311 ____________________________________________________________________________
14312 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
14313         Log: Metaconfig units changes for #10434.
14314      Branch: metaconfig
14315            ! U/modified/Cppsym.U
14316      Branch: metaconfig/U/perl
14317            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
14318            + d_syscallproto.U d_usleepproto.U
14319            ! longdblfio.U quadfio.U
14320 ____________________________________________________________________________
14321 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
14322         Log: Configure tweaks; add prototype probes, make the cpp symbols
14323              probe to cast, not whine; test for %Ld and %Lf before %lld and
14324              %llf because the L is the ANSI way.
14325      Branch: perl
14326            ! Configure config_h.SH configure.com epoc/config.sh
14327            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
14328            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
14329            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
14330 ____________________________________________________________________________
14331 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
14332         Log: Sigh.  This is what #10424 was supposed to check in.
14333      Branch: perl
14334            ! op.c sv.c sv.h
14335 ____________________________________________________________________________
14336 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
14337         Log: More verbose failure.
14338      Branch: perl
14339            ! t/op/ver.t
14340 ____________________________________________________________________________
14341 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
14342         Log: The .pm changes to go with #10428.
14343      Branch: perl
14344            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
14345            ! ext/Sys/Syslog/Syslog.pm
14346 ____________________________________________________________________________
14347 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
14348         Log: On second thoughts show to utf8 skippage message only
14349              on failures, it's too confusing otherwise,
14350      Branch: perl
14351            ! t/pragma/locale.t
14352 ____________________________________________________________________________
14353 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
14354         Log: Do not import anything from Encode.
14355      Branch: perl
14356            ! ext/MIME/Base64/QuotedPrint.pm
14357 ____________________________________________________________________________
14358 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
14359         Log: The #10402 didn't take.  Weird.
14360      Branch: perl
14361            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
14362            ! ext/Sys/Syslog/Syslog.xs
14363 ____________________________________________________________________________
14364 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
14365         Log: Eradicate traces of 'asciirange' re subpragma.
14366      Branch: perl
14367            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
14368            ! pod/perldiag.pod
14369 ____________________________________________________________________________
14370 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
14371         Log: use is a compile-time thing.
14372      Branch: perl
14373            ! ext/MIME/Base64/QuotedPrint.pm
14374 ____________________________________________________________________________
14375 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
14376         Log: Subject: [PATCH perl@10419] -Wall casting patch
14377              From: Robin Barker <rmb1@cise.npl.co.uk>
14378              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
14379              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
14380      Branch: perl
14381            ! ext/Devel/DProf/DProf.xs mg.c
14382 ____________________________________________________________________________
14383 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
14384         Log: Subject: [PATCH #2] introducing SVpad_TYPED
14385              From: Abhijit Menon-Sen <ams@wiw.org>
14386              Date: Mon, 4 Jun 2001 12:26:02 +0530
14387              Message-ID: <20010604122602.A5775@lustre.linux.in>
14388      Branch: perl
14389            ! op.c sv.c sv.h
14390 ____________________________________________________________________________
14391 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
14392         Log: testsuite for change#10192 (from Gisle Aas)
14393      Branch: perl
14394            + t/op/override.t
14395            ! MANIFEST
14396 ____________________________________________________________________________
14397 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
14398         Log: integrate changes#10414-10416 from mainline
14399              
14400              Potential buffer overrun if the radix separator is more than
14401              one byte.  Also, under locales, prefer the locale-specific
14402              separator over the old boring ".".
14403              
14404              "10.", that is, decimal numbers can have no decimal part at all.
14405              
14406              The non-locale places need love, too.
14407      Branch: maint-5.6/perl
14408           !> perl.h sv.c
14409 ____________________________________________________________________________
14410 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
14411         Log: Missed from #10420.
14412      Branch: perl
14413            ! epoc/config.sh
14414 ____________________________________________________________________________
14415 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
14416         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
14417              often this prototype goes with HAS_SETRESUID_PROTO.
14418      Branch: perl
14419            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14420            ! config_h.SH configure.com perl.h uconfig.h
14421 ____________________________________________________________________________
14422 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
14423         Log: Update Changes.
14424      Branch: perl
14425            ! Changes patchlevel.h
14426 ____________________________________________________________________________
14427 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
14428         Log: -Wall "subscript has type `char'" cleanup.
14429      Branch: perl
14430            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
14431 ____________________________________________________________________________
14432 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
14433         Log: Various "cast to pointer from integer of different size"
14434              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
14435              wide but I32 (int) only 32 bits wide).
14436              
14437              WARNING: the classnum and tagnum changes in Storable.xs
14438              may not be wise, they may be breaking binary compatibility
14439              (in 64-bit platforms), asked Raphael Manfredi about the changes.
14440      Branch: perl
14441            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
14442            ! mg.c proto.h
14443 ____________________________________________________________________________
14444 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
14445         Log: The non-locale places need love, too.
14446      Branch: perl
14447            ! perl.h
14448 ____________________________________________________________________________
14449 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
14450         Log: "10.", that is, decimal numbers can have no decimal part at all.
14451      Branch: perl
14452            ! perl.h
14453 ____________________________________________________________________________
14454 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
14455         Log: Potential buffer overrun if the radix separator is more than
14456              one byte.  Also, under locales, prefer the locale-specific
14457              separator over the old boring ".".
14458      Branch: perl
14459            ! perl.h sv.c
14460 ____________________________________________________________________________
14461 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
14462         Log: Integrate change #10412 from maintperl; locale is now
14463              per-cop, not per-op; plus retweak the locale.t to always
14464              list the skipped utf8 locales.
14465      Branch: perl
14466            ! t/pragma/locale.t
14467           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
14468           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
14469 ____________________________________________________________________________
14470 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
14471         Log: rationalize locale handling to fix the bugs uncovered by change#10394
14472              
14473              the major issue was that the runtime was looking at PL_hints rather
14474              than op_private to notice whether locale was enabled
14475              
14476              the secondary issue was that many locale-sensitive numeric ops didn't
14477              have HINT_LOCALE propagated into their op_private
14478              
14479              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
14480              instead of per-op, just like HINT_BYTE and the hints for lexical
14481              warnings (this makes the hint available to every op via PL_curcop)
14482              
14483              pragma/locale.t may need to be reworked with these fixes in mind
14484              (it currently passes its tests)
14485      Branch: maint-5.6/perl
14486            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
14487            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
14488 ____________________________________________________________________________
14489 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
14490         Log: More verbose debugging.
14491      Branch: perl
14492            ! t/pragma/locale.t
14493 ____________________________________________________________________________
14494 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
14495         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
14496              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
14497              Date: Sat, 2 Jun 2001 22:53:33 +0100
14498              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
14499      Branch: perl
14500            ! regcomp.c t/pragma/warn/regcomp
14501 ____________________________________________________________________________
14502 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
14503         Log: Mention that lexicalizing $a or $b is a bad idea if one
14504              wants to use sort().
14505      Branch: perl
14506            ! pod/perlvar.pod
14507 ____________________________________________________________________________
14508 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
14509         Log: Tweak the test to be happy if the accuracy is 'good enough'.
14510      Branch: perl
14511            ! t/lib/posix.t
14512 ____________________________________________________________________________
14513 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
14514         Log: Upgrade to Attribute::Handlers 0.70.
14515              
14516              NOTE: this unearthed the "too late for CHECK block" bug,
14517              that's why the 1_compile.t change.
14518      Branch: perl
14519            + lib/Attribute/Handlers/demo/Demo.pm
14520            + lib/Attribute/Handlers/demo/Descriptions.pm
14521            + lib/Attribute/Handlers/demo/MyClass.pm
14522            + lib/Attribute/Handlers/demo/demo.pl
14523            + lib/Attribute/Handlers/demo/demo2.pl
14524            + lib/Attribute/Handlers/demo/demo3.pl
14525            + lib/Attribute/Handlers/demo/demo4.pl
14526            + lib/Attribute/Handlers/demo/demo_call.pl
14527            + lib/Attribute/Handlers/demo/demo_chain.pl
14528            + lib/Attribute/Handlers/demo/demo_cycle.pl
14529            + lib/Attribute/Handlers/demo/demo_hashdir.pl
14530            + lib/Attribute/Handlers/demo/demo_phases.pl
14531            + lib/Attribute/Handlers/demo/demo_range.pl
14532            + lib/Attribute/Handlers/demo/demo_rawdata.pl
14533            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
14534            ! t/lib/attrhand.t
14535 ____________________________________________________________________________
14536 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
14537         Log: One less -Wall whine.
14538      Branch: perl
14539            ! regcomp.c
14540 ____________________________________________________________________________
14541 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
14542         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
14543      Branch: perl
14544           !> t/op/eval.t
14545 ____________________________________________________________________________
14546 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
14547         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
14548              aren't "normally" visible inside eval""s contained in subs unless
14549              a cloned reference to them already exists)
14550              
14551              strangely enough, t/harness didn't show this up as a failure
14552              (harness needs fixing?)
14553      Branch: maint-5.6/perl
14554            ! t/op/eval.t
14555 ____________________________________________________________________________
14556 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
14557         Log: Update to Text::Balanced 1.85.
14558      Branch: perl
14559            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
14560 ____________________________________________________________________________
14561 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
14562         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
14563              From: Nicholas Clark <nick@ccl4.org>
14564              Date: Sun, 3 Jun 2001 17:54:36 +0100
14565              Message-ID: <20010603175436.E76396@plum.flirble.org> 
14566      Branch: perl
14567            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
14568            ! ext/Sys/Syslog/Syslog.xs
14569 ____________________________________________________________________________
14570 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
14571         Log: Unused variables.
14572      Branch: perl
14573            ! util.c
14574 ____________________________________________________________________________
14575 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
14576         Log: Subject: [PATCH] APIfy op_clear 
14577              From: Simon Cozens <simon@netthink.co.uk>
14578              Date: Sun, 3 Jun 2001 13:51:46 +0100
14579              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
14580              
14581              (despite the subject line, op_null is APIfied by the patch)
14582      Branch: perl
14583            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
14584 ____________________________________________________________________________
14585 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
14586         Log: Subject: [PATCH] t/lib/extutils.t
14587              From: Nicholas Clark <nick@ccl4.org>
14588              Date: Sat, 2 Jun 2001 23:57:05 +0100
14589              Message-ID: <20010602235705.Q12698@plum.flirble.org>
14590      Branch: perl
14591            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
14592 ____________________________________________________________________________
14593 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
14594         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
14595              From: Prymmer/Kahn <pvhp@best.com>
14596              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
14597              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
14598      Branch: perl
14599            ! win32/Makefile win32/makefile.mk
14600 ____________________________________________________________________________
14601 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
14602         Log: Subject: Re: 'decimal digits' macro? 
14603              From: Hugo <hv@crypt.compulink.co.uk>
14604              Date: Sun, 03 Jun 2001 04:26:36 +0100
14605              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
14606      Branch: perl
14607            ! handy.h t/lib/posix.t t/op/tr.t
14608 ____________________________________________________________________________
14609 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
14610         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
14611              From: Hugo <hv@crypt.compulink.co.uk>
14612              Date: Sun, 03 Jun 2001 14:56:30 +0100
14613              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
14614      Branch: perl
14615            ! util.c
14616 ____________________________________________________________________________
14617 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
14618         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
14619      Branch: perl
14620           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
14621           !> vms/perly_c.vms
14622 ____________________________________________________________________________
14623 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
14624         Log: fix leakage of lexicals at file scope into subroutines that were
14625              declared before them; this appears to be a longstanding bug that
14626              meant that lexicals at file scope were never "deintroduced", meaning
14627              their scope range was never properly closed, and their visibility
14628              extended to all subsequent eval""s or requires
14629              
14630              added a test case
14631              
14632              seems to also fix a case of bogus duplicate warnings
14633      Branch: maint-5.6/perl
14634            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
14635            ! vms/perly_c.vms
14636 ____________________________________________________________________________
14637 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
14638         Log: More VMS tweaks from Craig A. Berry.
14639      Branch: perl
14640            ! configure.com t/lib/extutils.t
14641 ____________________________________________________________________________
14642 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
14643         Log: -Wall cleanup continues.
14644      Branch: perl
14645            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
14646            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
14647            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
14648            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
14649            ! run.c toke.c util.c
14650 ____________________________________________________________________________
14651 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
14652         Log: The metaconfig unit change for #10390.
14653      Branch: metaconfig/U/perl
14654            ! gccvers.U
14655 ____________________________________________________________________________
14656 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
14657         Log: Drop the -ansi from the default gcc flags.
14658              
14659              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
14660              that struct cannot be compared with a flat integer, such as STRLEN.
14661              The -ansi will also cause a lot of noise in Solaris because of:
14662              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
14663      Branch: perl
14664            ! Configure
14665 ____________________________________________________________________________
14666 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
14667         Log: Integrate perlio.
14668      Branch: perl
14669           !> pod/perlapi.pod util.c
14670 ____________________________________________________________________________
14671 [ 10388] By: nick                                  on 2001/06/02  08:01:12
14672         Log: Integrate mainline
14673      Branch: perlio
14674           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
14675           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
14676           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
14677           !> t/lib/1_compile.t t/lib/mimeqp.t
14678 ____________________________________________________________________________
14679 [ 10387] By: nick                                  on 2001/06/02  07:39:17
14680         Log: Tweak util.c's atof2 for MULTIPLICITY
14681      Branch: perlio
14682            ! util.c
14683 ____________________________________________________________________________
14684 [ 10386] By: nick                                  on 2001/06/02  07:38:33
14685         Log: Integrate mainline
14686      Branch: perlio
14687           !> (integrate 41 files)
14688 ____________________________________________________________________________
14689 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
14690         Log: Add Attribute::Handlers 0.61 from Damian Conway.
14691      Branch: perl
14692            + lib/Attribute/Handlers.pm t/lib/attrhand.t
14693            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
14694 ____________________________________________________________________________
14695 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
14696         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
14697              From: Peter Prymmer <pvhp@forte.com>
14698              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
14699              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
14700      Branch: perl
14701            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
14702 ____________________________________________________________________________
14703 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
14704         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
14705              From: Jeff Pinyan <jeffp@crusoe.net>
14706              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
14707              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
14708      Branch: perl
14709            ! lib/File/Find.pm
14710 ____________________________________________________________________________
14711 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
14712         Log: Subject: [PATCH perl@10381] configure.com tweaks
14713              From: "Craig A. Berry" <craigberry@mac.com>
14714              Date: Fri, 1 Jun 2001 13:55:43 -0500
14715              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
14716      Branch: perl
14717            ! configure.com
14718 ____________________________________________________________________________
14719 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
14720         Log: Update Changes.
14721      Branch: perl
14722            ! Changes patchlevel.h
14723 ____________________________________________________________________________
14724 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
14725         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
14726              From: Mike Guy <mjtg@cam.ac.uk>
14727              Date: Fri, 01 Jun 2001 18:17:02 +0100
14728              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
14729      Branch: perl
14730            ! lib/perl5db.pl
14731 ____________________________________________________________________________
14732 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
14733         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
14734              From: Hugo <hv@crypt.compulink.co.uk>
14735              Date: Thu, 31 May 2001 20:49:48 +0100
14736              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
14737      Branch: perl
14738            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
14739            ! util.c
14740 ____________________________________________________________________________
14741 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
14742         Log: Zero() is not available in x2p (or, rather, some of its
14743              implementations like memzero() might not be available.)
14744      Branch: perl
14745            ! x2p/hash.c
14746 ____________________________________________________________________________
14747 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
14748         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
14749              From: Michael G Schwern <schwern@pobox.com>
14750              Date: Fri, 1 Jun 2001 12:00:29 +0100
14751              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
14752              
14753              (But use Zero() instead of memset.)
14754      Branch: perl
14755            ! x2p/hash.c
14756 ____________________________________________________________________________
14757 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
14758         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
14759              From: Jeff Pinyan <jeffp@crusoe.net>
14760              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
14761              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
14762      Branch: perl
14763            ! pod/perldiag.pod regcomp.c t/op/pat.t
14764 ____________________________________________________________________________
14765 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
14766         Log: Retract #10324 and #10333; not needed.
14767      Branch: perl
14768            ! hints/irix_6.sh hints/linux.sh
14769 ____________________________________________________________________________
14770 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
14771         Log: The #10370 wasn't quite right.
14772      Branch: perl
14773            ! ext/XS/Typemap/Typemap.xs
14774 ____________________________________________________________________________
14775 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
14776         Log: The metaconfig units changes for #10372.
14777      Branch: metaconfig/U/perl
14778            + d_realpath.U d_sresgproto.U d_sresuproto.U
14779            ! gccvers.U i_db.U
14780 ____________________________________________________________________________
14781 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
14782         Log: Configure tweaks; record the Berkeley DB version,
14783              probe for realpath(), for setresuid() and setresgid()
14784              prototypes; use realpath() (try to be paranoid enough),
14785              use the setres[ug]id prototypes because glibc has the functions
14786              but not their prototypes; add -Wall -ansi to gcc ccflags;
14787              regen toc.
14788      Branch: perl
14789            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
14790            ! config_h.SH configure.com epoc/config.sh
14791            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
14792            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
14793            ! vos/config.ga.def win32/config.bc win32/config.gc
14794            ! win32/config.vc
14795 ____________________________________________________________________________
14796 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
14797         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
14798              From: Michael G Schwern <schwern@pobox.com>
14799              Date: Fri, 1 Jun 2001 11:28:14 +0100
14800              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
14801      Branch: perl
14802            ! lib/attributes.pm xsutils.c
14803 ____________________________________________________________________________
14804 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
14805         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
14806              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14807              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
14808              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
14809      Branch: perl
14810            ! ext/XS/Typemap/Typemap.xs
14811 ____________________________________________________________________________
14812 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
14813         Log: Subject: [patch] Cwd.xs optimizations/abstraction
14814              From: Doug MacEachern <dougm@covalent.net>
14815              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
14816              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
14817      Branch: perl
14818            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
14819            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
14820 ____________________________________________________________________________
14821 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
14822         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!])
14823              From: Nicholas Clark <nick@ccl4.org>
14824              Date: Thu, 31 May 2001 23:56:40 +0100
14825              Message-ID: <20010531235640.F12698@plum.flirble.org>
14826              
14827              Make the test work also under only static extensions
14828              (sh Configure -Uusedl fakes this nicely)
14829      Branch: perl
14830            ! t/lib/extutils.t
14831 ____________________________________________________________________________
14832 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
14833         Log: Subject: [PATCH hv.c] Eliminating trigraph
14834              From: Michael G Schwern <schwern@pobox.com>
14835              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
14836              Date: Fri, 1 Jun 2001 11:49:56 +0100
14837      Branch: perl
14838            ! hv.c
14839 ____________________________________________________________________________
14840 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
14841         Log: Subject: Re: [PATCH] Tests for File::Compare 
14842              From: "Philip Newton" <Philip.Newton@gmx.net>
14843              Date: Thu, 31 May 2001 19:44:05 +0200
14844              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
14845              
14846              Unnecessary "quotation marks".
14847      Branch: perl
14848            ! t/lib/filecomp.t
14849 ____________________________________________________________________________
14850 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
14851         Log: Integrate perlio.
14852      Branch: perl
14853           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
14854 ____________________________________________________________________________
14855 [ 10364] By: nick                                  on 2001/06/01  10:13:31
14856         Log: Cleanup dll.base and dll.exp created by GCC builds.
14857      Branch: perlio
14858            ! lib/ExtUtils/MM_Win32.pm
14859 ____________________________________________________________________________
14860 [ 10363] By: nick                                  on 2001/06/01  10:02:17
14861         Log: Make filecomp test work on CRLF platforms by adding binmode.
14862      Branch: perlio
14863            ! t/lib/filecomp.t
14864 ____________________________________________________________________________
14865 [ 10362] By: nick                                  on 2001/06/01  08:37:17
14866         Log: Integrate mainline
14867      Branch: perlio
14868           !> Changes Configure patchlevel.h perlio.c
14869 ____________________________________________________________________________
14870 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
14871         Log: panic:claustrophobia.
14872      Branch: perl
14873            ! perlio.c
14874 ____________________________________________________________________________
14875 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
14876         Log: Update Changes.
14877      Branch: perl
14878            ! Changes patchlevel.h
14879 ____________________________________________________________________________
14880 [ 10359] By: nick                                  on 2001/05/31  12:35:50
14881         Log: Integrate mainline.
14882      Branch: perlio
14883           +> t/lib/filecomp.t
14884           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
14885           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
14886 ____________________________________________________________________________
14887 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
14888         Log: Integrate perlio.
14889      Branch: perl
14890           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
14891           !> win32/config_H.vc
14892 ____________________________________________________________________________
14893 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
14894         Log: Metaconfig unit change for #10356.
14895      Branch: metaconfig
14896            ! U/installdirs/inc_version_list.U
14897 ____________________________________________________________________________
14898 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
14899         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
14900              (idea from Sarathy; implementation from Andy)
14901      Branch: perl
14902            ! Configure
14903 ____________________________________________________________________________
14904 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
14905         Log: More AUTHORS.
14906      Branch: perl
14907            ! AUTHORS
14908 ____________________________________________________________________________
14909 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
14910         Log: Subject: Re: [PATCH] Tests for File::Compare
14911              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
14912              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
14913              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
14914      Branch: perl
14915            + t/lib/filecomp.t
14916            ! MANIFEST t/lib/1_compile.t
14917 ____________________________________________________________________________
14918 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
14919         Log: Subject: [PATCH] DEBUG_* macro cleanups
14920              From: Abhijit Menon-Sen <ams@wiw.org>
14921              Date: Thu, 31 May 2001 12:16:22 +0530
14922              Message-ID: <20010531121622.B4829@lustre.linux.in>
14923              
14924              Subject: Re: [PATCH] DEBUG_* macro cleanups
14925              From: Abhijit Menon-Sen <ams@wiw.org>
14926              Date: Thu, 31 May 2001 13:57:01 +0530
14927              Message-ID: <20010531135701.A21775@lustre.linux.in>
14928              
14929              (The DEBUG_ definitions in perl.h changed to use the
14930              STMT_START and STMT_END.)
14931      Branch: perl
14932            ! perl.h pp_ctl.c sv.c toke.c
14933 ____________________________________________________________________________
14934 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
14935         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
14936              From: Abhijit Menon-Sen <ams@wiw.org>
14937              Date: Thu, 31 May 2001 08:27:55 +0530
14938              Message-ID: <20010531082755.A10018@lustre.linux.in>
14939      Branch: perl
14940            ! ext/Storable/Storable.xs gv.c perl.c
14941 ____________________________________________________________________________
14942 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
14943         Log: Subject: [PATCH] AUTHORS
14944              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
14945              Date: Thu, 31 May 2001 01:27:59 -0500
14946              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
14947              
14948              Subject: Re: [PATCH] AUTHORS
14949              From: "Philip Newton" <Philip.Newton@gmx.net>
14950              Date: Thu, 31 May 2001 10:08:06 +0200
14951              (Message-Id missing?)
14952      Branch: perl
14953            ! AUTHORS
14954 ____________________________________________________________________________
14955 [ 10350] By: nick                                  on 2001/05/31  11:40:43
14956         Log: win32 - dmake regen_config_h
14957      Branch: perlio
14958            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
14959 ____________________________________________________________________________
14960 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
14961         Log: Subject: Re: [PATCH util.c] More warning cleanups.
14962              From: "Philip Newton" <Philip.Newton@gmx.net>
14963              Date: Thu, 31 May 2001 07:41:36 +0200
14964              Message-Id: <200105310538.IAA25458@taku.hut.fi>
14965              
14966              Undo C++-ism that snekt in.
14967      Branch: perl
14968            ! util.c
14969 ____________________________________________________________________________
14970 [ 10348] By: nick                                  on 2001/05/31  11:36:46
14971         Log: Tolerate Win32 numerics
14972      Branch: perlio
14973            ! t/pragma/warn/toke
14974 ____________________________________________________________________________
14975 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
14976         Log: Integrate perlio.
14977      Branch: perl
14978           !> perlio.c win32/win32.h
14979 ____________________________________________________________________________
14980 [ 10346] By: nick                                  on 2001/05/31  10:54:55
14981         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
14982              perlio.c change 10255.
14983      Branch: perlio
14984            ! perlio.c
14985 ____________________________________________________________________________
14986 [ 10345] By: nick                                  on 2001/05/31  10:01:57
14987         Log: Conditionaly put back some "unused" dTHX which are used
14988              with PERL_IMPLICIT_SYS
14989      Branch: perlio
14990            ! perlio.c
14991 ____________________________________________________________________________
14992 [ 10344] By: nick                                  on 2001/05/31  10:00:59
14993         Log: Fix Win32 for new spelling IN_BYTES 
14994      Branch: perlio
14995            ! win32/win32.h
14996 ____________________________________________________________________________
14997 [ 10343] By: nick                                  on 2001/05/31  08:01:32
14998         Log: perlio.c -Wall cleaner under MULTIPLICITY
14999              - still minor noise with linux stdio
15000      Branch: perlio
15001            ! perlio.c
15002 ____________________________________________________________________________
15003 [ 10342] By: nick                                  on 2001/05/31  07:52:23
15004         Log: Integrate mainline.
15005      Branch: perlio
15006           !> (integrate 42 files)
15007 ____________________________________________________________________________
15008 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
15009         Log: AUTHORS updates.
15010      Branch: perl
15011            ! AUTHORS
15012 ____________________________________________________________________________
15013 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
15014         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
15015              From: Peter Prymmer <pvhp@forte.com>
15016              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
15017              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
15018      Branch: perl
15019            ! t/lib/md5-file.t
15020 ____________________________________________________________________________
15021 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
15022         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
15023              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
15024              to match the pragma name; various robustness cleanups.
15025      Branch: perl
15026            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
15027            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
15028 ____________________________________________________________________________
15029 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
15030         Log: More -Wall sweeping.
15031      Branch: perl
15032            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
15033            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
15034            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
15035            ! regcomp.c sv.c toke.c utf8.c
15036 ____________________________________________________________________________
15037 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
15038         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
15039              From: Nicholas Clark <nick@ccl4.org>
15040              Date: Wed, 30 May 2001 22:34:41 +0100
15041              Message-ID: <20010530223441.Y86445@plum.flirble.org>
15042      Branch: perl
15043            ! t/op/cmp.t
15044 ____________________________________________________________________________
15045 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
15046         Log: It's is not, it isn't ain't, and it's it's, not its,
15047              if you mean it is. If you don't, it's its. Then too,
15048              it's hers. It isn't her's. It isn't our's either.
15049              It's ours, and likewise yours and theirs.
15050              -- Oxford University Press, Edpress News
15051      Branch: perl
15052            ! lib/autouse.pm
15053 ____________________________________________________________________________
15054 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
15055         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
15056      Branch: perl
15057            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
15058            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
15059            ! x2p/str.c x2p/walk.c xsutils.c
15060 ____________________________________________________________________________
15061 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
15062         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
15063              From: Michael G Schwern <schwern@pobox.com>
15064              Date: Wed, 30 May 2001 17:10:38 +0100
15065              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
15066              
15067              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
15068              From: Abhijit Menon-Sen <ams@wiw.org>
15069              Date: Wed, 30 May 2001 23:16:13 +0530
15070              Message-ID: <20010530231613.A31933@lustre.linux.in>
15071      Branch: perl
15072            ! perl.c t/run/runenv.t
15073 ____________________________________________________________________________
15074 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
15075         Log: (Retracted by #10375.)
15076              
15077              IRIX hints patch from Merijn Broeren.
15078              
15079              TODO: (this and the earlier Linux hints patch) should be solved
15080              at Configure level.  Merijn: -ldb should not be used on any platform
15081              for perl, just when linking DBFile itself. Trying to be helpful here
15082              is counterproductive.
15083      Branch: perl
15084            ! hints/irix_6.sh
15085 ____________________________________________________________________________
15086 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
15087         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
15088              From: Nicholas Clark <nick@ccl4.org>
15089              Date: Wed, 30 May 2001 23:20:58 +0100
15090              Message-ID: <20010530232058.B86445@plum.flirble.org>
15091      Branch: perl
15092            ! doop.c
15093 ____________________________________________________________________________
15094 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
15095         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
15096              From: Michael G Schwern <schwern@pobox.com> 
15097              Date: Wed, 30 May 2001 15:24:20 +0100
15098              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
15099      Branch: perl
15100            ! t/pragma/autouse.t
15101 ____________________________________________________________________________
15102 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
15103         Log: The regex trick wasn't a good idea.
15104      Branch: perl
15105            ! pod/perlfaq4.pod
15106 ____________________________________________________________________________
15107 [ 10329] By: nick                                  on 2001/05/30  18:34:35
15108         Log: Integrate mainline
15109      Branch: perlio
15110           !> (integrate 40 files)
15111 ____________________________________________________________________________
15112 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
15113         Log: Update Changes.
15114      Branch: perl
15115            ! Changes patchlevel.h
15116 ____________________________________________________________________________
15117 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
15118         Log: The metaconfig unit change for #10325.
15119      Branch: metaconfig
15120            + U/modified/afs.U
15121 ____________________________________________________________________________
15122 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
15123         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
15124              is now wrong.
15125      Branch: perl
15126            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
15127 ____________________________________________________________________________
15128 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
15129         Log: Introduce $Config{afsroot}.
15130      Branch: perl
15131            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15132            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
15133            ! win32/config.gc win32/config.vc
15134 ____________________________________________________________________________
15135 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
15136         Log: (Retracted by #10375.)
15137              
15138              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
15139      Branch: perl
15140            ! hints/linux.sh
15141 ____________________________________________________________________________
15142 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
15143         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
15144              (Also Configure tweaks needed; coming up soon.)
15145      Branch: perl
15146            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
15147 ____________________________________________________________________________
15148 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
15149         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
15150              From: Michael G Schwern <schwern@pobox.com>
15151              Date: Sun, 27 May 2001 10:29:43 +0100
15152              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
15153      Branch: perl
15154            ! lib/perl5db.pl
15155 ____________________________________________________________________________
15156 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
15157         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
15158              and Abhijit Menon-Sen.
15159      Branch: perl
15160            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
15161            ! perl.c pp_sys.c regcomp.c
15162 ____________________________________________________________________________
15163 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
15164         Log: Fix the BOOT section to call myU2time properly.
15165      Branch: perl
15166            ! ext/Time/HiRes/HiRes.xs
15167 ____________________________________________________________________________
15168 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
15169         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
15170              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
15171              Date: Wed, 30 May 2001 09:44:29 -0400
15172              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
15173              
15174              Detypo; plus add one more trick.
15175      Branch: perl
15176            ! pod/perlfaq4.pod
15177 ____________________________________________________________________________
15178 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
15179         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)
15180              From: Michael G Schwern <schwern@pobox.com>
15181              Date: Wed, 30 May 2001 14:39:06 +0100
15182              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
15183      Branch: perl
15184            ! lib/autouse.pm t/pragma/autouse.t
15185 ____________________________________________________________________________
15186 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
15187         Log: Subject: Re: AIX and gcc (moving targets)
15188              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15189              Date: Wed, 30 May 2001 15:25:08 +0200
15190              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
15191      Branch: perl
15192            ! ext/Time/HiRes/HiRes.xs
15193 ____________________________________________________________________________
15194 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
15195         Log: Subject: [PATCH t/TEST] sorting tests
15196              From: Michael G Schwern <schwern@pobox.com>
15197              Date: Wed, 30 May 2001 10:24:02 +0100
15198              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
15199      Branch: perl
15200            ! t/TEST
15201 ____________________________________________________________________________
15202 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
15203         Log: Subject: [ID 20010529.002] typos in man page perlre
15204              From: bart@cg681574-a.adubn1.nj.home.com 
15205              Date: Tue, 29 May 2001 13:58:59 -0500
15206              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
15207      Branch: perl
15208            ! pod/perlre.pod
15209 ____________________________________________________________________________
15210 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
15211         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
15212              From: "Craig A. Berry" <craigberry@mac.com>
15213              Date: Tue, 29 May 2001 23:23:45 -0500
15214              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
15215      Branch: perl
15216            ! t/lib/extutils.t t/pragma/autouse.t
15217 ____________________________________________________________________________
15218 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
15219         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)
15220              From: David Dyck <dcd@tc.fluke.com>
15221              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
15222              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
15223      Branch: perl
15224            ! t/lib/filefind.t
15225 ____________________________________________________________________________
15226 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
15227         Log: AIX hints update for gcc from Merijn H. Brand.
15228      Branch: perl
15229            ! hints/aix.sh
15230 ____________________________________________________________________________
15231 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
15232         Log: Retract #10295 and #10296: a more generic solution
15233              is needed (there's something funny with gcc on AIX).
15234      Branch: perl
15235            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
15236 ____________________________________________________________________________
15237 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
15238         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
15239              From: Hugo <hv@crypt.compulink.co.uk>
15240              Date: Wed, 30 May 2001 11:59:19 +0100
15241              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
15242              
15243              localizing $@ has unfortunate semantics - if you die past
15244              a local $@, the die message is lost.
15245      Branch: perl
15246            ! lib/utf8_heavy.pl
15247 ____________________________________________________________________________
15248 [ 10309] By: nick                                  on 2001/05/30  08:23:02
15249         Log: Integrate mainline (autouse works again.)
15250      Branch: perlio
15251           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
15252           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
15253           !> pod/perlvar.pod t/op/cmp.t
15254 ____________________________________________________________________________
15255 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
15256         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
15257              From: David Dyck <dcd@tc.fluke.com>
15258              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
15259              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
15260      Branch: perl
15261            ! lib/File/Find.pm
15262 ____________________________________________________________________________
15263 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
15264         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
15265              From: Nicholas Clark <nick@ccl4.org>
15266              Date: Tue, 29 May 2001 23:16:09 +0100
15267              Message-ID: <20010529231609.U86445@plum.flirble.org>
15268              
15269              Make the test output slightly clearer by distinguishing
15270              between '' and undef.
15271      Branch: perl
15272            ! t/op/cmp.t
15273 ____________________________________________________________________________
15274 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
15275         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
15276              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15277              Date: Tue, 29 May 2001 19:15:19 -0400
15278              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
15279      Branch: perl
15280            ! hints/os2.sh
15281 ____________________________________________________________________________
15282 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
15283         Log: Subject: perlvar.pod addition
15284              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
15285              Date: Fri, 25 May 2001 20:23:12 +0200
15286              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
15287              
15288              Subject: Re: perlvar.pod addition
15289              From: "Abigail" <abigail@foad.org> 
15290              Date: Fri, 25 May 2001 22:00:39 +0200
15291              Message-ID: <20010525200039.28029.qmail@foad.org>
15292              
15293              Mention $a and $b in perlvar.
15294      Branch: perl
15295            ! pod/perlvar.pod
15296 ____________________________________________________________________________
15297 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
15298         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
15299              From: Jeff Pinyan <jeffp@crusoe.net>
15300              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
15301              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
15302      Branch: perl
15303            ! pod/perlvar.pod
15304 ____________________________________________________________________________
15305 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
15306         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
15307              From: Jeff Pinyan <jeffp@crusoe.net>
15308              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
15309              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
15310      Branch: perl
15311            ! pod/perlfaq6.pod
15312 ____________________________________________________________________________
15313 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
15314         Log: Mention Time::localtime and Time::gmtime.
15315      Branch: perl
15316            ! ext/Time/Piece/Piece.pm
15317 ____________________________________________________________________________
15318 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
15319         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
15320              From: Michael G Schwern <schwern@pobox.com>
15321              Date: Tue, 29 May 2001 18:51:32 +0100
15322              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
15323      Branch: perl
15324            ! pod/perlfaq4.pod
15325 ____________________________________________________________________________
15326 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
15327         Log: Retract #10243.
15328      Branch: perl
15329            ! lib/autouse.pm
15330 ____________________________________________________________________________
15331 [ 10299] By: nick                                  on 2001/05/29  18:41:19
15332         Log: Post weekend integrate mainline (fails one test pragma/autouse).
15333      Branch: perlio
15334           +> (branch 29 files)
15335           !> (integrate 91 files)
15336 ____________________________________________________________________________
15337 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
15338         Log: Update Changes.
15339      Branch: perl
15340            ! Changes patchlevel.h
15341 ____________________________________________________________________________
15342 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
15343         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
15344              before Perl_load_module/Perl_call_method and restore the value
15345              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
15346      Branch: perl
15347            ! utf8.c
15348 ____________________________________________________________________________
15349 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
15350         Log: Subject: Re: AIX and gcc (moving targets)
15351              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15352              Date: Tue, 29 May 2001 17:59:40 +0200
15353              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
15354      Branch: perl
15355            ! ext/Storable/Makefile.PL
15356 ____________________________________________________________________________
15357 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
15358         Log: Subject: Re: AIX and gcc (moving targets)
15359              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15360              Date: Tue, 29 May 2001 12:32:57 +0200
15361              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
15362      Branch: perl
15363            ! ext/POSIX/Makefile.PL
15364 ____________________________________________________________________________
15365 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
15366         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
15367              From: Michael G Schwern <schwern@pobox.com>
15368              Date: Tue, 29 May 2001 09:53:29 +0100
15369              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
15370              
15371              (#10280 retracted)
15372      Branch: perl
15373            ! lib/Test/Harness.pm t/lib/test-harness.t
15374 ____________________________________________________________________________
15375 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
15376         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
15377              From: Michael G Schwern <schwern@pobox.com>
15378              Date: Tue, 29 May 2001 09:19:52 +0100
15379              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
15380      Branch: perl
15381            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
15382            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
15383            + t/lib/Test/todo.t
15384            ! MANIFEST lib/Test.pm t/TEST
15385 ____________________________________________________________________________
15386 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
15387         Log: From: Michael G Schwern <schwern@pobox.com>
15388              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
15389              Date: Tue, 29 May 2001 08:26:09 +0100
15390              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
15391      Branch: perl
15392            ! t/TEST
15393 ____________________________________________________________________________
15394 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
15395         Log: Add tests for Time::gmtime and Time::localtime.
15396      Branch: perl
15397            + t/lib/time-gmtime.t t/lib/time-localtime.t
15398            ! MANIFEST t/lib/1_compile.t
15399 ____________________________________________________________________________
15400 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
15401         Log: Add test for File::stat.
15402      Branch: perl
15403            + t/lib/filestat.t
15404            ! MANIFEST t/lib/1_compile.t
15405 ____________________________________________________________________________
15406 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
15407         Log: Add test for Net::servent.
15408      Branch: perl
15409            + t/lib/net-sent.t
15410            ! MANIFEST t/lib/1_compile.t
15411 ____________________________________________________________________________
15412 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
15413         Log: Add test for Net::protoent.
15414      Branch: perl
15415            + t/lib/net-pent.t
15416            ! MANIFEST t/lib/1_compile.t
15417 ____________________________________________________________________________
15418 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
15419         Log: Add test for Net::netent.
15420      Branch: perl
15421            + t/lib/net-nent.t
15422            ! MANIFEST t/lib/1_compile.t
15423 ____________________________________________________________________________
15424 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
15425         Log: Add test for User::grent.  Portability doubtful.
15426      Branch: perl
15427            + t/lib/user-grent.t
15428            ! MANIFEST t/lib/1_compile.t
15429 ____________________________________________________________________________
15430 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
15431         Log: Add test for User::pwent.
15432              Probably will fall down somewhere for portability reasons.
15433      Branch: perl
15434            + t/lib/user-pwent.t
15435            ! MANIFEST t/lib/1_compile.t
15436 ____________________________________________________________________________
15437 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
15438         Log: Metaconfig units changes for #10283.
15439      Branch: metaconfig
15440            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
15441            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
15442            ! U/installdirs/sitescript.U U/modified/Signal.U
15443 ____________________________________________________________________________
15444 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
15445         Log: Subject: [PATCH 5.6.1] signal names in Configure
15446              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15447              Date: Tue, 29 May 2001 03:52:25 -0400
15448              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
15449              
15450              Subject: [PATCH 5.6.1] older perl in Configure
15451              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15452              Date: Tue, 29 May 2001 03:55:40 -0400
15453              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
15454              
15455              Subject: [PATCH 5.6.1] goofs in Configure
15456              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15457              Date: Tue, 29 May 2001 04:13:07 -0400
15458              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
15459              
15460              Configure portability tweaks.
15461      Branch: perl
15462            ! Configure
15463 ____________________________________________________________________________
15464 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
15465         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
15466              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15467              Date: Tue, 29 May 2001 04:07:06 -0400
15468              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
15469      Branch: perl
15470            ! os2/os2.c
15471 ____________________________________________________________________________
15472 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
15473         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
15474              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15475              Date: Tue, 29 May 2001 04:01:38 -0400
15476              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
15477      Branch: perl
15478            ! hints/os2.sh os2/Makefile.SHs
15479 ____________________________________________________________________________
15480 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
15481         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
15482              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
15483              Date: Tue, 29 May 2001 03:50:18 -0400
15484              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
15485      Branch: perl
15486            ! lib/Test/Harness.pm
15487 ____________________________________________________________________________
15488 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
15489         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
15490      Branch: perl
15491            ! lib/utf8_heavy.pl
15492 ____________________________________________________________________________
15493 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
15494         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
15495              From: Hugo <hv@crypt.compulink.co.uk>
15496              Date: Tue, 29 May 2001 03:03:45 +0100
15497              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
15498              
15499              Explanation why the $@ always gets the UTF8 flag when under use utf8--
15500              because we told it to have the flag when under use utf8.
15501      Branch: perl
15502            ! pp_ctl.c
15503 ____________________________________________________________________________
15504 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
15505         Log: At least a partial fix for 20010528.004.
15506      Branch: perl
15507            ! lib/utf8_heavy.pl
15508 ____________________________________________________________________________
15509 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
15510         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
15511              From: Nicholas Clark <nick@ccl4.org> 
15512              Date: Mon, 28 May 2001 23:39:38 +0100
15513              Message-ID: <20010528233938.M86445@plum.flirble.org>
15514              
15515              More portable non-zero UV.
15516      Branch: perl
15517            ! t/lib/extutils.t
15518 ____________________________________________________________________________
15519 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
15520         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
15521              From: Nicholas Clark <nick@ccl4.org>
15522              Date: Mon, 28 May 2001 22:46:09 +0100
15523              Message-ID: <20010528224608.L86445@plum.flirble.org>
15524              
15525              Test also "make clean".
15526      Branch: perl
15527            ! t/lib/extutils.t
15528 ____________________________________________________________________________
15529 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
15530         Log: Subject: Re: Would -Wno-unused -Wall be better?
15531              From: Michael G Schwern <schwern@pobox.com>
15532              Date: Tue, 29 May 2001 00:55:54 +0100
15533              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
15534      Branch: perl
15535            ! pp.h
15536 ____________________________________________________________________________
15537 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
15538         Log: Add a test for 20010528.007, fixed in #10272.
15539      Branch: perl
15540            ! t/op/misc.t toke.c
15541 ____________________________________________________________________________
15542 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
15543         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
15544              From: Hugo <hv@crypt.compulink.co.uk>
15545              Date: Tue, 29 May 2001 00:23:23 +0100
15546              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
15547      Branch: perl
15548            ! toke.c
15549 ____________________________________________________________________________
15550 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
15551         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
15552              From: Michael G Schwern <schwern@pobox.com>
15553              Date: Tue, 29 May 2001 00:42:59 +0100
15554              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
15555      Branch: perl
15556            ! t/pragma/autouse.t
15557 ____________________________________________________________________________
15558 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
15559         Log: Some shells seemingly arrange the signal handlers differently
15560              (bug id 20010521.004).
15561      Branch: perl
15562            ! t/lib/sigaction.t
15563 ____________________________________________________________________________
15564 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
15565         Log: Regen perlmodlib.
15566      Branch: perl
15567            ! pod/perlmodlib.pod
15568 ____________________________________________________________________________
15569 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
15570         Log: Update Changes.
15571      Branch: perl
15572            ! Changes patchlevel.h
15573 ____________________________________________________________________________
15574 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
15575         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
15576              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
15577              Date: Mon, 28 May 2001 14:56:35 -0500
15578              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
15579      Branch: perl
15580            ! pod/perlnewmod.pod
15581 ____________________________________________________________________________
15582 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
15583         Log: Regen toc.
15584      Branch: perl
15585            ! pod/perltoc.pod
15586 ____________________________________________________________________________
15587 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
15588         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
15589              From: "Richard Soderberg" <rs@crystalflame.net>
15590              Date: Mon, 28 May 2001 12:31:23 -0700
15591              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
15592      Branch: perl
15593            ! t/op/splice.t
15594 ____________________________________________________________________________
15595 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
15596         Log: The #10260 was too bold: locales and utf8 still do not mix.
15597      Branch: perl
15598            ! t/pragma/locale.t
15599 ____________________________________________________________________________
15600 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
15601         Log: Subject: [PATCH] Pod nitpicks
15602              From: "Richard Soderberg" <rs@crystalflame.net>
15603              Date: Mon, 28 May 2001 10:08:58 -0700
15604              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
15605      Branch: perl
15606            ! pod/perl571delta.pod pod/perlapi.pod sv.h
15607 ____________________________________________________________________________
15608 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
15609         Log: Upgrade to I18N::LangTags 0.22.
15610      Branch: perl
15611            + lib/I18N/LangTags/List.pod
15612            ! MANIFEST lib/I18N/LangTags.pm
15613 ____________________________________________________________________________
15614 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
15615         Log: A slightly more serious bug found by -Mutf8; op/misc and
15616              lib/complex dumped core.
15617      Branch: perl
15618            ! regexec.c
15619 ____________________________________________________________________________
15620 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
15621         Log: Various buglets shaken out by -Mutf8.
15622      Branch: perl
15623            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
15624            ! t/pragma/locale.t
15625 ____________________________________________________________________________
15626 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
15627         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
15628      Branch: perl
15629            ! t/lib/carp.t
15630 ____________________________________________________________________________
15631 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
15632         Log: Subject: [PATCH] todo patch
15633              From: Artur Bergman <artur@contiller.se> 
15634              Date: Mon, 28 May 2001 17:03:51 +0200
15635              Message-ID: <B7383577.F34%artur@contiller.se>
15636      Branch: perl
15637            ! pod/perltodo.pod
15638 ____________________________________________________________________________
15639 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
15640         Log: Subject: typo in perlguts.pod
15641              From: "John P. Linderman" <jpl@research.att.com>
15642              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
15643              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
15644      Branch: perl
15645            ! pod/perlguts.pod
15646 ____________________________________________________________________________
15647 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
15648         Log: Subject: AIX and gcc (moving targets)
15649              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
15650              Date: Mon, 28 May 2001 12:54:04 +0200
15651              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
15652      Branch: perl
15653            ! hints/aix.sh
15654 ____________________________________________________________________________
15655 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
15656         Log: Subject: Re: perlio + multiple perl_alloc..destruct
15657              From: Doug MacEachern <dougm@covalent.net>
15658              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
15659              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
15660      Branch: perl
15661            ! perlio.c
15662 ____________________________________________________________________________
15663 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
15664         Log: The #10251 wasn't quite up-to-the-code.
15665      Branch: perl
15666            ! t/op/misc.t
15667 ____________________________________________________________________________
15668 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
15669         Log: Test case for bug 20010526.004, fixed in #10252.
15670      Branch: perl
15671            ! t/op/taint.t
15672 ____________________________________________________________________________
15673 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
15674         Log: Subject: Re: [ID 20010526.004] Taint looses value
15675              From: Hugo <hv@crypt.compulink.co.uk>
15676              Date: Sun, 27 May 2001 20:39:32 +0100
15677              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
15678      Branch: perl
15679            ! sv.c
15680 ____________________________________________________________________________
15681 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
15682         Log: Test case for 20010422.005, fixed by #10250.
15683      Branch: perl
15684            ! t/op/misc.t
15685 ____________________________________________________________________________
15686 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
15687         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
15688              From: Spider Boardman <spider@Orb.Nashua.NH.US>
15689              Date: Mon, 28 May 2001 06:39:12 -0400
15690              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
15691      Branch: perl
15692            ! toke.c
15693 ____________________________________________________________________________
15694 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
15695         Log: Linerewrapping.
15696      Branch: perl
15697            ! lib/open.pm
15698 ____________________________________________________________________________
15699 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
15700         Log: Updates on the modules list.
15701      Branch: perl
15702            ! t/lib/1_compile.t
15703 ____________________________________________________________________________
15704 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
15705         Log: Add a test for PerlIO.
15706              
15707              (I probably got the crlf/raw thing wrong for clrfy platforms...)
15708      Branch: perl
15709            + t/lib/perlio.t
15710            ! MANIFEST lib/PerlIO.pm
15711 ____________________________________________________________________________
15712 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
15713         Log: Add a test for carp et alia.
15714      Branch: perl
15715            + t/lib/carp.t
15716            ! MANIFEST
15717 ____________________________________________________________________________
15718 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
15719         Log: Adding the new test would be swell.
15720      Branch: perl
15721            + t/pragma/autouse.t
15722 ____________________________________________________________________________
15723 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
15724         Log: Add a test for the autouse pragma.
15725      Branch: perl
15726            ! MANIFEST
15727 ____________________________________________________________________________
15728 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
15729         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
15730              From: dLux <dlux@spam.sch.bme.hu>
15731              Date: Sun, 27 May 2001 16:14:26 +0200
15732              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
15733      Branch: perl
15734            ! lib/autouse.pm
15735 ____________________________________________________________________________
15736 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
15737         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
15738              From: "Richard Soderberg" <rs@crystalflame.net>
15739              Date: Mon, 28 May 2001 03:56:36 -0700
15740              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
15741      Branch: perl
15742            ! utils/dprofpp.PL
15743 ____________________________________________________________________________
15744 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
15745         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
15746              From: "Stephen P. Potter" <spp@spotter.yi.org>
15747              Date: Tue, 22 May 2001 11:40:25 -0400
15748              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
15749              
15750              Subject: Re: [ID 20010522.003] Time::Local module bug
15751              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
15752              Date: Tue, 22 May 2001 11:50:19 -0400
15753              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
15754      Branch: perl
15755            ! lib/Time/Local.pm
15756 ____________________________________________________________________________
15757 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
15758         Log: The PERL_DL_NONLAZY can have whitespace in front.
15759      Branch: perl
15760            ! t/lib/extutils.t
15761 ____________________________________________________________________________
15762 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
15763         Log: Document strftime() and strptime().
15764      Branch: perl
15765            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
15766 ____________________________________________________________________________
15767 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
15768         Log: Make Time::Piece::strptime() to be a function, not a method.
15769      Branch: perl
15770            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
15771 ____________________________________________________________________________
15772 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
15773         Log: Tweak the test to be more portable.
15774      Branch: perl
15775            ! t/lib/extutils.t
15776 ____________________________________________________________________________
15777 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
15778         Log: Subject: PATCH: Re: Re: Attributes that tie
15779              From: Leon Brocard <acme@astray.com>
15780              Date: Sun, 27 May 2001 12:37:29 +0100
15781              Message-ID: <20010527123729.A22663@ns0.astray.com>
15782              
15783              Document that variable attributes are not currently usable
15784              for tieing.  (An ugly limitation that should be fixed.)
15785      Branch: perl
15786            ! lib/attributes.pm
15787 ____________________________________________________________________________
15788 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
15789         Log: Microperl tweaks.
15790      Branch: perl
15791            ! Makefile.micro uconfig.h uconfig.sh
15792 ____________________________________________________________________________
15793 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
15794         Log: Add make target for microperl (kind of silly, but convenient).
15795      Branch: perl
15796            ! Makefile.SH
15797 ____________________________________________________________________________
15798 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
15799         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
15800              for microperl.)
15801      Branch: perl
15802            ! doio.c
15803 ____________________________________________________________________________
15804 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
15805         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
15806              From: rspier@pobox.com (Robert Spier)
15807              Date: Sat, 26 May 2001 20:05:23 -0400
15808              Message-ID: <15120.17603.148648.12430@rls.cx>
15809              
15810              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
15811              From: rspier@pobox.com (Robert Spier)
15812              Date: Sun, 27 May 2001 00:23:12 -0400
15813              Message-ID: <15120.33072.511966.767230@rls.cx>
15814      Branch: perl
15815            ! doio.c pod/perlfunc.pod
15816 ____________________________________________________________________________
15817 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
15818         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
15819      Branch: perl
15820            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
15821 ____________________________________________________________________________
15822 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
15823         Log: Add README.tru64.
15824      Branch: perl
15825            + README.tru64
15826 ____________________________________________________________________________
15827 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
15828         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
15829      Branch: perl
15830            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
15831            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
15832            ! MANIFEST
15833 ____________________________________________________________________________
15834 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
15835         Log: Integrate I18N::LangTags from Sean Burke.
15836              
15837              TODO: the language list from RFC 3066 needs to be integrated
15838              and made available somehow.  The list is included in the
15839              I18N-LangTags 0.21 distribution, but it is undocumented
15840              and unconnected to the module.
15841      Branch: perl
15842            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
15843            ! MANIFEST
15844 ____________________________________________________________________________
15845 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
15846         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
15847              envisioned by Sarathy.
15848      Branch: perl
15849            ! t/op/ver.t toke.c
15850 ____________________________________________________________________________
15851 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
15852         Log: Subject: [ID 20010525.001] Pod typo nits fixed
15853              From: lvirden@cas.org
15854              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
15855              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
15856              
15857              minus the perlsolaris decimation plus the
15858              
15859              Subject: Re: [ID 20010525.001] Pod typo nits fixed
15860              From: "Philip Newton" <Philip.Newton@gmx.net>
15861              Date: Fri, 25 May 2001 18:05:55 +0200
15862              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
15863      Branch: perl
15864            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
15865            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
15866            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
15867            ! pod/perlutil.pod pod/perlxstut.pod
15868 ____________________________________________________________________________
15869 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
15870         Log: return clauses are nice.
15871      Branch: perl
15872            ! sv.c
15873 ____________________________________________________________________________
15874 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
15875         Log: Subject: change 10199 backwards?
15876              From: Doug MacEachern <dougm@covalent.net>
15877              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
15878              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
15879      Branch: perl
15880            ! sv.c
15881 ____________________________________________________________________________
15882 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
15883         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
15884              From: Hugo <hv@crypt.compulink.co.uk>
15885              Date: Sat, 26 May 2001 17:05:12 +0100
15886              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
15887      Branch: perl
15888            + t/op/gmagic.t
15889            ! MANIFEST doop.c embed.h embed.pl global.sym
15890            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
15891            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
15892 ____________________________________________________________________________
15893 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
15894         Log: Regen headers for #10221.
15895      Branch: perl
15896            ! global.sym objXSUB.h perlapi.c
15897 ____________________________________________________________________________
15898 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
15899         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
15900              From: Juha Laiho <juha.laiho@Elma.Net>
15901              Date: Thu, 3 May 2001 09:51:30 +0300
15902              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
15903      Branch: perl
15904            ! embed.pl
15905 ____________________________________________________________________________
15906 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
15907         Log: Subject: Re: [PATCH] Re: stability of sort()?
15908              From: "John P. Linderman" <jpl@research.att.com>
15909              Date: Sat, 26 May 2001 13:27:19 -0400
15910              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
15911      Branch: perl
15912            ! pod/perlfunc.pod
15913 ____________________________________________________________________________
15914 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
15915         Log: Integrate perlio.
15916      Branch: perl
15917           !> pod/perlguts.pod
15918 ____________________________________________________________________________
15919 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
15920         Log: Subject: [PATCH perl@10210] PerlIO for VMS
15921              From: "Craig A. Berry" <craigberry@mac.com>
15922              Date: Sat, 26 May 2001 09:34:11 -0500
15923              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
15924      Branch: perl
15925            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
15926            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
15927            ! vms/vmsish.h
15928 ____________________________________________________________________________
15929 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
15930         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
15931              From: David Dyck <dcd@tc.fluke.com>
15932              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
15933              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
15934      Branch: perl
15935            ! lib/perl5db.pl
15936 ____________________________________________________________________________
15937 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
15938         Log: Subject: utf8 regexp tests
15939              From: Hugo <hv@crypt.compulink.co.uk>
15940              Date: Fri, 25 May 2001 22:35:01 +0100
15941              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
15942      Branch: perl
15943            ! t/op/regexp.t
15944 ____________________________________________________________________________
15945 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
15946         Log: Subject: [PATCH] Re: stability of sort()?
15947              From: Nicholas Clark <nick@ccl4.org>
15948              Date: Fri, 25 May 2001 22:40:19 +0100
15949              Message-ID: <20010525224019.B86445@plum.flirble.org>
15950      Branch: perl
15951            ! pod/perlfunc.pod
15952 ____________________________________________________________________________
15953 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
15954         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
15955              From: John Peacock <jpeacock@rowman.com>
15956              Date: Thu, 24 May 2001 22:14:01 -0400
15957              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
15958      Branch: perl
15959            ! mg.c scope.c sv.c
15960 ____________________________________________________________________________
15961 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
15962         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
15963              From: Nicholas Clark <nick@ccl4.org>
15964              Date: Sun, 20 May 2001 19:24:13 +0100
15965              Message-ID: <20010520192413.G83222@plum.flirble.org>
15966      Branch: perl
15967            + lib/ExtUtils/Constant.pm t/lib/extutils.t
15968            ! MANIFEST utils/h2xs.PL
15969 ____________________________________________________________________________
15970 [ 10212] By: nick                                  on 2001/05/26  09:49:28
15971         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
15972              add a few more notes there on use of mortals on the stack.
15973      Branch: perlio
15974            ! pod/perlguts.pod
15975 ____________________________________________________________________________
15976 [ 10211] By: nick                                  on 2001/05/26  09:05:36
15977         Log: Integrate mainline
15978      Branch: perlio
15979           +> t/lib/fcntl.t t/pragma/vars.t
15980           !> (integrate 49 files)
15981 ____________________________________________________________________________
15982 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
15983         Log: Update Changes.
15984      Branch: perl
15985            ! Changes patchlevel.h
15986 ____________________________________________________________________________
15987 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
15988         Log: Based on
15989              
15990              Subject: [PATCH pp.c] Wrapping pack("C",256)
15991              From: Simon Cozens <simon@netthink.co.uk>
15992              Date: Sat, 12 May 2001 17:58:41 +0100
15993              Message-ID: <20010512175841.A6132@netthink.co.uk>
15994      Branch: perl
15995            ! pod/perldiag.pod pp.c t/pragma/warn/pp
15996 ____________________________________________________________________________
15997 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
15998         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
15999              From: "Brendan O'Dea" <bod@compusol.com.au>
16000              Date: Fri, 25 May 2001 11:18:29 +1000
16001              Message-ID: <20010525111829.A28411@compusol.com.au>
16002              
16003              (Slightly modified.)
16004      Branch: perl
16005            ! lib/Term/Cap.pm
16006 ____________________________________________________________________________
16007 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
16008         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
16009              From: Hugo <hv@crypt.compulink.co.uk>
16010              Date: Fri, 25 May 2001 02:13:25 +0100
16011              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
16012      Branch: perl
16013            ! t/op/misc.t
16014 ____________________________________________________________________________
16015 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
16016         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
16017              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
16018              Date: Fri, 25 May 2001 10:25:36 +0900
16019              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
16020      Branch: perl
16021            ! regcomp.c regexec.c
16022 ____________________________________________________________________________
16023 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
16024         Log: Subject: [PATCH #2] stash autovivification and method call error messages
16025              From: Ilmari Karonen <iltzu@sci.fi>
16026              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
16027              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
16028      Branch: perl
16029            ! gv.c pp_hot.c t/op/method.t
16030 ____________________________________________________________________________
16031 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
16032         Log: Add make target and documentation for gprof profiling.
16033      Branch: perl
16034            ! Makefile.SH pod/perlhack.pod
16035 ____________________________________________________________________________
16036 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
16037         Log: Subject: Don't think about UTF8 
16038              From: Mike Guy <mjtg@cam.ac.uk> 
16039              Date: Tue, 22 May 2001 14:35:39 +0100
16040              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
16041      Branch: perl
16042            ! sv.h
16043 ____________________________________________________________________________
16044 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
16045         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
16046              From: Geraint A Edwards <gedge@serf.org> 
16047              Date: Thu, 24 May 2001 22:51:24 +0100
16048              Message-Id: <20010524225124.A34981@cymru.serf.org>
16049      Branch: perl
16050            ! x2p/find2perl.PL
16051 ____________________________________________________________________________
16052 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
16053         Log: DB_File has its own attribute story.
16054      Branch: perl
16055            ! ext/DB_File/DB_File.xs
16056 ____________________________________________________________________________
16057 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
16058         Log: Subject: Re: Making perl with -Wall
16059              From: Andy Dougherty <doughera@lafayette.edu>
16060              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
16061              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
16062      Branch: perl
16063            ! perl.h
16064 ____________________________________________________________________________
16065 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
16066         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
16067              From: "Richard Soderberg" <rs@crystalflame.net>
16068              Date: Thu, 24 May 2001 08:58:16 -0700
16069              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
16070      Branch: perl
16071            ! sv.c
16072 ____________________________________________________________________________
16073 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
16074         Log: IV/UV casting fixes from Nicholas Clark.
16075      Branch: perl
16076            ! perl.h pp_sys.c util.c
16077 ____________________________________________________________________________
16078 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
16079         Log: Subject: Re: Making perl with -Wall
16080              From: Michael G Schwern <schwern@pobox.com>
16081              Date: Thu, 24 May 2001 15:40:28 +0100
16082              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
16083      Branch: perl
16084            ! malloc.c perl.h
16085 ____________________________________________________________________________
16086 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
16087         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
16088              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
16089              Date: Tue, 22 May 2001 11:49:37 +0200
16090              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
16091      Branch: metaconfig
16092            ! U/modified/Oldsym.U
16093      Branch: metaconfig/U/perl
16094            ! patchlevel.U
16095      Branch: perl
16096            ! Configure config_h.SH myconfig.SH
16097 ____________________________________________________________________________
16098 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
16099         Log: Under versiononly install also the scripts with the version suffix.
16100              (e.g. .../bin/h2xs5.7.1)
16101      Branch: perl
16102            ! installperl
16103 ____________________________________________________________________________
16104 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
16105         Log: Subject: [PATCH] Stop segfault in mg.c:636
16106              From: "Richard Soderberg" <rs@crystalflame.net>
16107              Date: Thu, 24 May 2001 05:51:52 -0700
16108              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
16109      Branch: perl
16110            ! mg.c
16111 ____________________________________________________________________________
16112 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
16113         Log: Iteration continues; hopefully convergently.
16114      Branch: perl
16115            ! t/lib/b-stash.t
16116 ____________________________________________________________________________
16117 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
16118         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
16119              From: Gisle Aas <gisle@ActiveState.com>
16120              Date: 23 May 2001 16:13:10 -0700
16121              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
16122      Branch: perl
16123            ! op.c toke.c
16124 ____________________________________________________________________________
16125 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
16126         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
16127              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16128              Date: Thu, 24 May 2001 05:05:22 -0500
16129              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
16130      Branch: perl
16131            ! lib/dumpvar.pl lib/perl5db.pl
16132 ____________________________________________________________________________
16133 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
16134         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
16135              From: David Dyck <dcd@tc.fluke.com>
16136              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
16137              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
16138      Branch: perl
16139            ! lib/perl5db.pl
16140 ____________________________________________________________________________
16141 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
16142         Log: Tiny pod nits on READMEs, mostly whitespace issues.
16143      Branch: perl
16144            ! README.amiga README.dos README.macos README.mpeix README.vmesa
16145            ! README.win32
16146 ____________________________________________________________________________
16147 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
16148         Log: The DG/UX part of the 20010521.005.
16149      Branch: perl
16150            ! README.dgux
16151 ____________________________________________________________________________
16152 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
16153         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
16154              From: Hugo <hv@crypt.compulink.co.uk>
16155              Date: Mon, 21 May 2001 16:32:02 +0100
16156              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
16157      Branch: perl
16158            ! regcomp.c t/op/misc.t
16159 ____________________________________________________________________________
16160 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
16161         Log: Subject: [PATCH] Extra UNIVERSAL tests
16162              From: Mike Guy <mjtg@cam.ac.uk>
16163              Date: Wed, 23 May 2001 12:29:20 +0100
16164              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
16165      Branch: perl
16166            ! t/op/universal.t
16167 ____________________________________________________________________________
16168 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
16169         Log: Subject: [PATCH] Remove EQ keyword
16170              From: Mike Guy <mjtg@cam.ac.uk>
16171              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
16172              Date: Wed, 23 May 2001 11:17:29 +0100
16173      Branch: perl
16174            ! keywords.h keywords.pl
16175 ____________________________________________________________________________
16176 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
16177         Log: Subject: [PATCH] lib/perl5db.pl
16178              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16179              Date: Wed, 23 May 2001 02:18:03 -0500
16180              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
16181      Branch: perl
16182            ! lib/perl5db.pl
16183 ____________________________________________________________________________
16184 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
16185         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
16186              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
16187              Date: Tue, 22 May 2001 23:34:41 -0500
16188              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
16189      Branch: perl
16190            ! lib/Term/Cap.pm
16191 ____________________________________________________________________________
16192 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
16193         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
16194              From: davem@fdgroup.co.uk
16195              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
16196              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
16197      Branch: perl
16198            ! emacs/e2ctags.pl
16199 ____________________________________________________________________________
16200 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
16201         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
16202              From: Michael G Schwern <schwern@pobox.com>
16203              Date: Tue, 22 May 2001 14:15:09 +0100
16204              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
16205      Branch: perl
16206            ! lib/vars.pm
16207 ____________________________________________________________________________
16208 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
16209         Log: Subject: [PATCH lib/vars.pm] Odd code nit
16210              From: Michael G Schwern <schwern@pobox.com>
16211              Date: Tue, 22 May 2001 14:14:28 +0100
16212              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
16213      Branch: perl
16214            ! lib/vars.pm
16215 ____________________________________________________________________________
16216 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
16217         Log: Use the new use vars feature.
16218      Branch: perl
16219            ! t/lib/b-stash.t
16220 ____________________________________________________________________________
16221 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
16222         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
16223              From: Mike Guy <mjtg@cam.ac.uk>
16224              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
16225              Date: Tue, 22 May 2001 13:11:39 +0100
16226      Branch: perl
16227            + t/pragma/vars.t
16228            ! MANIFEST lib/vars.pm t/lib/1_compile.t
16229 ____________________________________________________________________________
16230 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
16231         Log: -qlongdouble considered harmful by Merijn.
16232      Branch: perl
16233            ! hints/aix.sh
16234 ____________________________________________________________________________
16235 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
16236         Log: Update Changes.
16237      Branch: perl
16238            ! Changes patchlevel.h
16239 ____________________________________________________________________________
16240 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
16241         Log: Add a test of its very own for Fcntl.  Hopefully portable.
16242      Branch: perl
16243            + t/lib/fcntl.t
16244            ! MANIFEST
16245 ____________________________________________________________________________
16246 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
16247         Log: Must be trickier for 'minitest' not to die.
16248      Branch: perl
16249            ! t/op/taint.t
16250 ____________________________________________________________________________
16251 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
16252         Log: Can't declare other people's variables.
16253      Branch: perl
16254            ! t/lib/b-stash.t
16255 ____________________________________________________________________________
16256 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
16257         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
16258      Branch: perl
16259            ! doio.c t/op/taint.t
16260 ____________________________________________________________________________
16261 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
16262         Log: The OS/2 variable needs to be declared.
16263      Branch: perl
16264            ! t/lib/b-stash.t
16265 ____________________________________________________________________________
16266 [ 10170] By: nick                                  on 2001/05/20  16:48:29
16267         Log: Integrate mainline
16268      Branch: perlio
16269           !> (integrate 41 files)
16270 ____________________________________________________________________________
16271 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
16272         Log: Small perlsec updates: clarify the taintedness of filename
16273              globbing; suggest using Scalar::Util::tainted().
16274      Branch: perl
16275            ! pod/perlsec.pod
16276 ____________________________________________________________________________
16277 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
16278         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
16279              From: Dave Mitchell <davem@fdgroup.co.uk>
16280              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
16281              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
16282      Branch: perl
16283            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
16284            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
16285            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
16286            ! xsutils.c
16287 ____________________________________________________________________________
16288 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
16289         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
16290              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16291              Date: Sat, 19 May 2001 04:08:46 -0400
16292              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
16293      Branch: perl
16294            ! lib/ExtUtils/Mksymlists.pm makedef.pl
16295 ____________________________________________________________________________
16296 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
16297         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
16298              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16299              Date: Sat, 19 May 2001 04:30:45 -0400
16300              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
16301      Branch: perl
16302            ! os2/os2.c
16303 ____________________________________________________________________________
16304 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
16305         Log: Subject: [PATCH 5.6.1] build bugs OS/2
16306              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16307              Date: Sat, 19 May 2001 04:35:28 -0400
16308              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
16309      Branch: perl
16310            ! os2/Makefile.SHs os2/os2.c
16311 ____________________________________________________________________________
16312 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
16313         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
16314              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16315              Date: Sat, 19 May 2001 04:04:23 -0400
16316              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
16317              
16318              (In bleadperl patched b-stash.t instead of b.t)
16319      Branch: perl
16320            ! t/lib/b-stash.t t/lib/bigfltpm.t
16321 ____________________________________________________________________________
16322 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
16323         Log: Subject: [PATCH 5.6.1] perl5db
16324              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
16325              Date: Sat, 19 May 2001 03:49:09 -0400
16326              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
16327      Branch: perl
16328            ! lib/perl5db.pl
16329 ____________________________________________________________________________
16330 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
16331         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
16332              From: Gisle Aas <gisle@ActiveState.com>
16333              Date: 18 May 2001 14:24:51 -0700
16334              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
16335      Branch: perl
16336            ! pp_ctl.c
16337 ____________________________________________________________________________
16338 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
16339         Log: Subject: [PATCH] Chomp should not always stringify
16340              From: Gisle Aas <gisle@ActiveState.com>
16341              Date: 18 May 2001 07:55:25 -0700
16342              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
16343      Branch: perl
16344            ! doop.c t/op/chop.t
16345 ____________________________________________________________________________
16346 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
16347         Log: Integrate perlio.
16348      Branch: perl
16349           !> pod/perlfunc.pod
16350 ____________________________________________________________________________
16351 [ 10159] By: nick                                  on 2001/05/20  09:39:46
16352         Log: Document some more of open's features.
16353      Branch: perlio
16354            ! pod/perlfunc.pod
16355 ____________________________________________________________________________
16356 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
16357         Log: back out change#10153 (it has compatibility issues such as the
16358              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
16359              benefit for 5.6.x doesn't seem worth the risk)
16360      Branch: maint-5.6/perl
16361            ! toke.c
16362 ____________________________________________________________________________
16363 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
16364         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
16365      Branch: perl
16366            ! x2p/s2p.PL
16367 ____________________________________________________________________________
16368 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
16369         Log: Update Changes.
16370      Branch: perl
16371            ! Changes patchlevel.h
16372 ____________________________________________________________________________
16373 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
16374         Log: Integrate change #10144 from maintperl.
16375              
16376              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
16377      Branch: perl
16378           !> win32/config.bc win32/config.gc win32/config.vc
16379           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
16380 ____________________________________________________________________________
16381 [ 10154] By: nick                                  on 2001/05/18  07:23:03
16382         Log: Integrate mainline.
16383      Branch: perlio
16384           +> README.dgux t/lib/i18n-collate.t utils.lst
16385           !> (integrate 49 files)
16386 ____________________________________________________________________________
16387 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
16388         Log: Integrate change #7224 from mainline into maintperl.
16389              
16390              Allow @+ and @- to be doublequoted, from Simon Cozens. 
16391              (Approved by Larry, see Tom's comment in 20000830.005.)
16392      Branch: maint-5.6/perl
16393           !> toke.c
16394 ____________________________________________________________________________
16395 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
16396         Log: Subject: [PATCH bleadperl] small lookbehind fix
16397              From: Hugo <hv@crypt.compulink.co.uk>
16398              Date: Fri, 18 May 2001 00:07:19 +0100
16399              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
16400      Branch: perl
16401            ! regexec.c
16402 ____________________________________________________________________________
16403 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
16404         Log: Detypos.
16405      Branch: perl
16406            ! installman utils.lst
16407 ____________________________________________________________________________
16408 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
16409         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
16410              in 20001222.001.
16411      Branch: perl
16412            ! t/lib/glob-basic.t
16413 ____________________________________________________________________________
16414 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
16415         Log: Subject: [PATCH] Test for bug 20010515.004
16416              From: Benjamin Sugars <bsugars@canoe.ca>
16417              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
16418              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
16419      Branch: perl
16420            ! t/op/misc.t
16421 ____________________________________________________________________________
16422 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
16423         Log: Integrate #10145 from maintperl.
16424              
16425              fix for ID 20010515.004 (needs test)
16426      Branch: perl
16427           !> pp_hot.c
16428 ____________________________________________________________________________
16429 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
16430         Log: Thinko noticed by Doug MacEachern.
16431      Branch: perl
16432            ! thread.h
16433 ____________________________________________________________________________
16434 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
16435         Log: Subject: Re: [PATCH] HERE mark in regex
16436              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16437              Date: Thu, 17 May 2001 12:20:33 -0400
16438              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
16439      Branch: perl
16440            ! t/op/re_tests
16441 ____________________________________________________________________________
16442 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
16443         Log: fix for ID 20010515.004 (needs test)
16444      Branch: maint-5.6/perl
16445            ! pp_hot.c
16446 ____________________________________________________________________________
16447 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
16448         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
16449      Branch: maint-5.6/perl
16450            ! win32/config.bc win32/config.gc win32/config.vc
16451            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
16452 ____________________________________________________________________________
16453 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
16454         Log: Macrofy the getspecific (and use it also in util.c)
16455      Branch: perl
16456            ! thread.h util.c
16457 ____________________________________________________________________________
16458 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
16459         Log: Use the unchecked thread-specific key fetch also in Tru64.
16460      Branch: perl
16461            ! thread.h
16462 ____________________________________________________________________________
16463 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
16464         Log: Subject: [PATCH 5.6.1]Quick thread speedup
16465              From: Dan Sugalski <dan@sidhe.org> 
16466              Date: Wed, 16 May 2001 18:05:19 -0400
16467              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
16468      Branch: perl
16469            ! thread.h util.c
16470 ____________________________________________________________________________
16471 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
16472         Log: I think this is quite enough testing for a deprecated feature.
16473      Branch: perl
16474            + t/lib/i18n-collate.t
16475            ! MANIFEST t/lib/1_compile.t
16476 ____________________________________________________________________________
16477 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
16478         Log: More HP-UX lore from Jeff Okamoto.
16479      Branch: perl
16480            ! README.hpux
16481 ____________________________________________________________________________
16482 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
16483         Log: Sort utils.lst for easier maintenance.
16484      Branch: perl
16485            ! utils.lst
16486 ____________________________________________________________________________
16487 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
16488         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
16489              From: Tim Jenness <t.jenness@jach.hawaii.edu>
16490              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
16491              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
16492              
16493              Add pod2latex to utils.lst.
16494      Branch: perl
16495            ! MANIFEST utils.lst
16496 ____________________________________________________________________________
16497 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
16498         Log: Subject: Re: [PATCH] HERE mark in regex
16499              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16500              Date: Wed, 16 May 2001 13:04:43 -0400
16501              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
16502      Branch: perl
16503            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
16504            ! t/op/regmesg.t t/pragma/warn/regcomp
16505 ____________________________________________________________________________
16506 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
16507         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
16508              From: Simon Cozens <simon@netthink.co.uk>
16509              Date: Wed, 16 May 2001 18:02:08 +0100
16510              Message-ID: <20010516180208.A6458@netthink.co.uk>
16511      Branch: perl
16512            ! installman utils.lst
16513 ____________________________________________________________________________
16514 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
16515         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
16516              From: "Philip Newton" <pnewton@gmx.de>
16517              Date: Tue, 15 May 2001 15:09:30 +0200
16518              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
16519              
16520              Test case for #10128.
16521      Branch: perl
16522            ! t/pragma/warn/pp_hot
16523 ____________________________________________________________________________
16524 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
16525         Log: Update Changes.
16526      Branch: perl
16527            ! Changes patchlevel.h
16528 ____________________________________________________________________________
16529 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
16530         Log: Deprecate pseudo-hashes.
16531      Branch: perl
16532            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
16533 ____________________________________________________________________________
16534 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
16535         Log: HP-UX hints update from Merijn.
16536      Branch: perl
16537            ! hints/hpux.sh
16538 ____________________________________________________________________________
16539 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
16540         Log: README.hpux update from Merijn.
16541      Branch: perl
16542            ! README.hpux
16543 ____________________________________________________________________________
16544 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
16545         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
16546              From: Simon Cozens <simon@netthink.co.uk>
16547              Date: Wed, 16 May 2001 15:57:55 +0100
16548              Message-ID: <20010516155755.A4728@netthink.co.uk>
16549      Branch: perl
16550            + utils.lst
16551            ! MANIFEST installman installperl
16552 ____________________________________________________________________________
16553 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
16554         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
16555              From: "Philip Newton" <pnewton@gmx.de>
16556              Date: Tue, 15 May 2001 16:31:05 +0200
16557              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
16558              
16559              Fix PERL_Y2KWARN test to check before rather than after appending.
16560      Branch: perl
16561            ! pp_hot.c
16562 ____________________________________________________________________________
16563 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
16564         Log: Regen Porting stuff.
16565      Branch: perl
16566            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16567            ! config_h.SH
16568 ____________________________________________________________________________
16569 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
16570         Log: Metaconfig unit change for #10125.
16571      Branch: metaconfig
16572            ! U/modified/Oldconfig.U
16573 ____________________________________________________________________________
16574 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
16575         Log: Use OSVERS.
16576      Branch: perl
16577            ! Configure config_h.SH perl.c
16578 ____________________________________________________________________________
16579 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
16580         Log: Regen toc.
16581      Branch: perl
16582            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
16583 ____________________________________________________________________________
16584 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
16585         Log: Adding the README.dgux to the MANIFEST would be a good idea.
16586      Branch: perl
16587            ! MANIFEST
16588 ____________________________________________________________________________
16589 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
16590         Log: Move the stack desire definition to thread.h.
16591      Branch: perl
16592            ! ext/Thread/Thread.xs thread.h
16593 ____________________________________________________________________________
16594 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
16595         Log: DG-UX threading patches, including a README.dgux,
16596              from Takis Psarogiannakopoulos.
16597      Branch: perl
16598            + README.dgux
16599            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
16600 ____________________________________________________________________________
16601 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
16602         Log: Subject: [PATCH B::Deparse] More on /x regexes
16603              From: Robin Houston <robin@kitsite.com>
16604              Date: Tue, 15 May 2001 19:09:35 +0100
16605              Message-ID: <20010515190935.A27268@penderel>
16606      Branch: perl
16607            ! ext/B/B/Deparse.pm
16608 ____________________________________________________________________________
16609 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
16610         Log: Document that the core time() may be rounding rather
16611              than truncating, would have saved at least my confusion.
16612      Branch: perl
16613            ! ext/Time/HiRes/HiRes.pm
16614 ____________________________________________________________________________
16615 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
16616         Log: Subject: perl-current/t/time-hires.t
16617              From: John Peacock <jpeacock@rowman.com>
16618              Date: Fri, 11 May 2001 14:09:41 -0400
16619              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
16620      Branch: perl
16621            ! t/lib/time-hires.t
16622 ____________________________________________________________________________
16623 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
16624         Log: Subject: [PATCH dump.c] Op private flags
16625              From: Simon Cozens <simon@netthink.co.uk>
16626              Date: Sun, 13 May 2001 20:20:36 +0100
16627              Message-ID: <20010513202036.A21896@netthink.co.uk>
16628      Branch: perl
16629            ! dump.c
16630 ____________________________________________________________________________
16631 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
16632         Log: Upgrade to Switch 2.03.
16633      Branch: perl
16634            ! lib/Switch.pm
16635 ____________________________________________________________________________
16636 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
16637         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
16638              to PERL_CONFIG_SH and use it consistently.
16639      Branch: maint-5.6/perl
16640           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
16641           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
16642           !> myconfig.SH writemain.SH
16643 ____________________________________________________________________________
16644 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
16645         Log: Metaconfig units changes for #10113.
16646      Branch: metaconfig
16647            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
16648 ____________________________________________________________________________
16649 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
16650         Log: The problem described in 20010514.031 still wasn't
16651              fully cured, there were remnants of $CONFIG when
16652              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
16653              to avoid future conflicts.
16654      Branch: perl
16655            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
16656            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
16657            ! myconfig.SH writemain.SH
16658 ____________________________________________________________________________
16659 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
16660         Log: Half of #10107 got lost.
16661      Branch: perl
16662            ! ext/B/B/Deparse.pm
16663 ____________________________________________________________________________
16664 [ 10111] By: nick                                  on 2001/05/15  08:39:14
16665         Log: Integrate mainline.
16666      Branch: perlio
16667           +> ext/POSIX/hints/uts.pl
16668            - Todo Todo-5.6 t/camel-III/vstring.t
16669           !> (integrate 48 files)
16670 ____________________________________________________________________________
16671 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
16672         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
16673              From: Robin Houston <robin@kitsite.com>
16674              Date: Mon, 14 May 2001 22:27:08 +0100
16675              Message-ID: <20010514222708.A22963@penderel>
16676      Branch: perl
16677            ! t/TestInit.pm
16678 ____________________________________________________________________________
16679 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
16680         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
16681              From: Robin Houston <robin@kitsite.com>
16682              Date: Mon, 14 May 2001 22:16:43 +0100
16683              Message-ID: <20010514221643.A22437@penderel>
16684      Branch: perl
16685            ! ext/B/B/Deparse.pm
16686 ____________________________________________________________________________
16687 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
16688         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
16689              From: Robin Houston <robin@kitsite.com>
16690              Date: Mon, 14 May 2001 22:03:44 +0100
16691              Message-ID: <20010514220344.A20643@penderel>
16692      Branch: perl
16693            ! ext/B/B/Deparse.pm
16694 ____________________________________________________________________________
16695 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
16696         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
16697              From: Robin Houston <robin@kitsite.com>
16698              Date: Mon, 14 May 2001 22:10:07 +0100
16699              Message-ID: <20010514221007.A21118@penderel>
16700      Branch: perl
16701            ! ext/B/B/Deparse.pm
16702 ____________________________________________________________________________
16703 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
16704         Log: Fix for 20010514.037; substr() didn't invalidate the locale
16705              collation magic.
16706      Branch: perl
16707            ! pp.c
16708 ____________________________________________________________________________
16709 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
16710         Log: Update Changes.
16711      Branch: perl
16712            ! Changes patchlevel.h
16713 ____________________________________________________________________________
16714 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
16715         Log: Retract #10094.
16716      Branch: perl
16717            ! lib/Pod/Text.pm
16718 ____________________________________________________________________________
16719 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
16720         Log: Integrate change #10100 from maintperl.
16721              
16722              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
16723              bug ID 20010514.027)
16724      Branch: perl
16725           !> mg.c pp_ctl.c
16726 ____________________________________________________________________________
16727 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
16728         Log: Document the deprecatedness of suidperl.
16729      Branch: perl
16730            ! INSTALL pod/perlfaq1.pod
16731 ____________________________________________________________________________
16732 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
16733         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
16734              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
16735              Date: Mon, 14 May 2001 09:38:59 -0400
16736              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
16737      Branch: perl
16738            ! lib/ExtUtils/MM_Unix.pm
16739 ____________________________________________________________________________
16740 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
16741         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
16742              bug ID 20010514.027)
16743              
16744              TODO: this needs a testsuite addition
16745      Branch: maint-5.6/perl
16746            ! mg.c pp_ctl.c
16747 ____________________________________________________________________________
16748 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
16749         Log: More DWIMminess for Class::Struct: calling the array or hash
16750              accessors only with one argument, an array or a hash reference,
16751              sets the underlying array or hash.  This mirrors nicely also
16752              the usage in the constructor.
16753              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
16754      Branch: perl
16755            ! lib/Class/Struct.pm t/lib/class-struct.t
16756 ____________________________________________________________________________
16757 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
16758         Log: Reference cmp'ing should go through the whole stringification
16759              process shebang, as pointed out by Sarathy in #10091.
16760      Branch: perl
16761            ! pp.c
16762 ____________________________________________________________________________
16763 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
16764         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
16765              From: Simon Cozens <simon@netthink.co.uk>
16766              Date: Sat, 12 May 2001 16:36:27 +0100
16767              Message-ID: <20010512163627.A5522@netthink.co.uk>
16768              
16769              with some additions salvaged from Todo and Todo-5.6 before
16770              retiring them.
16771      Branch: perl
16772            - Todo Todo-5.6
16773            ! MANIFEST pod/perltodo.pod
16774 ____________________________________________________________________________
16775 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
16776         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
16777              From: "Golubev I. N." <gin@mo.msk.ru>
16778              Date: Mon, 07 May 2001 14:33:34 (GMT)
16779              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
16780      Branch: perl
16781            ! perl.h
16782 ____________________________________________________________________________
16783 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
16784         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
16785              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
16786              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
16787              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
16788      Branch: perl
16789            ! lib/ExtUtils/MM_Unix.pm
16790 ____________________________________________________________________________
16791 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
16792         Log: (Retracted by #10104.)
16793              
16794              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
16795              From: barries <barries@slaysys.com>
16796              Date: Sat, 12 May 2001 01:28:10 -0400
16797              Message-ID: <20010512012810.B26358@jester.slaysys.com>
16798      Branch: perl
16799            ! lib/Pod/Text.pm
16800 ____________________________________________________________________________
16801 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
16802         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
16803              From: Mike Guy <mjtg@cam.ac.uk>
16804              Date: Sat, 12 May 2001 19:24:33 +0100
16805              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
16806      Branch: perl
16807            ! lib/AutoSplit.pm
16808 ____________________________________________________________________________
16809 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
16810         Log: Yet another HP-UX hints tweak from Merijn.
16811      Branch: perl
16812            ! hints/hpux.sh
16813 ____________________________________________________________________________
16814 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
16815         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
16816              isn't defined (changes#9366,9368,9370 from mainline without the
16817              pp_scmp() change)
16818      Branch: maint-5.6/perl
16819            ! pp.c pp.h pp_hot.c
16820 ____________________________________________________________________________
16821 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
16822         Log: The sorting seems to happen now automatically.
16823      Branch: perl
16824            ! t/lib/glob-basic.t
16825 ____________________________________________________________________________
16826 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
16827         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
16828              From: Benjamin Sugars <bsugars@canoe.ca>
16829              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
16830              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
16831      Branch: perl
16832            ! pod/perlfunc.pod
16833 ____________________________________________________________________________
16834 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
16835         Log: Subject: Re: undef(&foo) does not work for XS functions
16836              From: Doug MacEachern <dougm@covalent.net>
16837              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
16838              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
16839      Branch: perl
16840            ! op.c
16841 ____________________________________________________________________________
16842 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
16843         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
16844              From: Peter Prymmer <pvhp@forte.com>
16845              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
16846              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
16847      Branch: perl
16848            ! t/op/append.t
16849 ____________________________________________________________________________
16850 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
16851         Log: Update Changes.
16852      Branch: perl
16853            ! Changes patchlevel.h
16854 ____________________________________________________________________________
16855 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
16856         Log: Remove the 'asciir' re subpragma.  Should instead implement
16857              the 'physical vs logical' range scheme:
16858              
16859              \xAA-\xCC is a native physical range, you want that range of
16860              codepoints in your native encoding.  In EBCDIC the codepoints
16861              in the gaps (between i-j and r-s) should be included.
16862              
16863              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
16864              codepoints in Unicode.
16865              
16866              a-z is a logical range, you want that range of 'logical' codepoints
16867              in your native encoding.  In EBCDIC the codepoints in the gaps
16868              (between i-j and r-s) should not be included.
16869              
16870              Mixed cases (a-\xAA, etc) should either be errors, or maybe
16871              the 'logical' endpoints should be converted to native/Unicode
16872              codepoints, and the range handled as a physical range.
16873              
16874              'Logical endpoints' are to be recognized only in the A-Z, a-z,
16875              and 0-9 ranges.  Probably a warning should be given for mixed
16876              cases like A-z or a-9 (since such expressions are encoding
16877              dependent), with a recommendation to use physical ranges.
16878      Branch: perl
16879            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
16880            ! t/op/regexp.t
16881 ____________________________________________________________________________
16882 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
16883         Log: Make the test to cleanup the test directory tree
16884              both before and after the testing so that we always
16885              have a clean slate to work with.
16886      Branch: perl
16887            ! t/lib/filefind.t
16888 ____________________________________________________________________________
16889 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
16890         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
16891              From: Jon Eveland <jweveland@yahoo.com>
16892              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
16893              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
16894      Branch: perl
16895            ! pod/perlfunc.pod
16896 ____________________________________________________________________________
16897 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
16898         Log: Merge the camel-III/vstring.t with op/ver.t.
16899      Branch: perl
16900            - t/camel-III/vstring.t
16901            ! MANIFEST t/TEST t/harness t/op/ver.t
16902 ____________________________________________________________________________
16903 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
16904         Log: Add test.deparse make target.
16905      Branch: perl
16906            ! Makefile.SH
16907 ____________________________________________________________________________
16908 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
16909         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
16910              From: Robin Houston <robin@kitsite.com>
16911              Date: Fri, 11 May 2001 12:02:22 +0100
16912              Message-ID: <20010511120222.A11529@penderel>
16913      Branch: perl
16914            ! ext/B/B/Deparse.pm t/op/method.t
16915 ____________________________________________________________________________
16916 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
16917         Log: A nicely working combination for UTS from Hal Morris.
16918      Branch: perl
16919            + ext/POSIX/hints/uts.pl
16920            ! MANIFEST hints/uts.sh
16921 ____________________________________________________________________________
16922 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
16923         Log: i_ieeefp=undef for UTS.
16924      Branch: perl
16925            ! hints/uts.sh
16926 ____________________________________________________________________________
16927 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
16928         Log: Subject: RE: rand(0) is rand(1)
16929              From: Larry Shatzer <lshatzer@islanddata.com>
16930              Date: Thu, 10 May 2001 11:09:27 -0700
16931              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
16932      Branch: perl
16933            ! pod/perlfunc.pod
16934 ____________________________________________________________________________
16935 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
16936         Log: Subject: [patch] make op_{clear,null} public
16937              From: Doug MacEachern <dougm@covalent.net>
16938              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
16939              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
16940      Branch: perl
16941            ! embed.h embed.pl op.c proto.h
16942 ____________________________________________________________________________
16943 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
16944         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
16945              From: Robin Houston <robin@kitsite.com>
16946              Date: Thu, 10 May 2001 18:54:59 +0100
16947              Message-ID: <20010510185459.A5995@penderel>
16948      Branch: perl
16949            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
16950 ____________________________________________________________________________
16951 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
16952         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
16953              From: Robin Houston <robin@kitsite.com>
16954              Date: Thu, 10 May 2001 12:56:39 +0100
16955              Message-ID: <20010510125639.A2119@penderel>
16956      Branch: perl
16957            ! ext/B/B/Deparse.pm
16958 ____________________________________________________________________________
16959 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
16960         Log: Retract #10070, not ready yet.
16961      Branch: perl
16962            ! ext/B/B/Deparse.pm
16963 ____________________________________________________________________________
16964 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
16965         Log: The metaconfig unit change for #10071.
16966      Branch: metaconfig
16967            ! U/modified/mallocsrc.U
16968 ____________________________________________________________________________
16969 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
16970         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
16971      Branch: perl
16972            ! Configure
16973 ____________________________________________________________________________
16974 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
16975         Log: (Retracted by #10073)
16976              
16977              Subject: Re: [PATCH t/TEST] B::Deparse tester 
16978              From: Hugo <hv@crypt.compulink.co.uk>
16979              Date: Thu, 10 May 2001 05:48:09 +0100
16980              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
16981      Branch: perl
16982            ! ext/B/B/Deparse.pm
16983 ____________________________________________________________________________
16984 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
16985         Log: Add a for(func()) test.
16986      Branch: perl
16987            ! t/cmd/for.t
16988 ____________________________________________________________________________
16989 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
16990         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
16991              From: Robin Houston <robin@kitsite.com>
16992              Date: Thu, 10 May 2001 13:50:08 +0100
16993              Message-ID: <20010510135008.A2454@penderel>
16994      Branch: perl
16995            ! ext/B/B/Deparse.pm
16996 ____________________________________________________________________________
16997 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
16998         Log: A thinko in #10065.
16999      Branch: perl
17000            ! hv.c
17001 ____________________________________________________________________________
17002 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
17003         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
17004              From: Robin Houston <robin@kitsite.com>
17005              Date: Thu, 10 May 2001 02:10:34 +0100
17006              Message-ID: <20010510021034.A19421@penderel>
17007      Branch: perl
17008            ! ext/B/B.xs ext/B/B/Deparse.pm
17009 ____________________________________________________________________________
17010 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
17011         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
17012              From: Doug MacEachern <dougm@covalent.net>
17013              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
17014              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
17015      Branch: perl
17016            ! hv.c
17017 ____________________________________________________________________________
17018 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
17019         Log: One more workaround for the UTS compiler from Hal Morris.
17020      Branch: perl
17021            ! perl.h
17022 ____________________________________________________________________________
17023 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
17024         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
17025              From: Robin Houston <robin@kitsite.com>
17026              Date: Thu, 10 May 2001 01:02:08 +0100
17027              Message-ID: <20010510010208.A18200@penderel>
17028      Branch: perl
17029            ! ext/B/B/Debug.pm
17030 ____________________________________________________________________________
17031 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
17032         Log: Subject: [PATCH] Simplify deb_curcv() a bit
17033              From: Benjamin Sugars <bsugars@canoe.ca>
17034              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
17035              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
17036      Branch: perl
17037            ! run.c
17038 ____________________________________________________________________________
17039 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
17040         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
17041              From: Benjamin Sugars <bsugars@canoe.ca>
17042              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
17043              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
17044      Branch: perl
17045            ! t/lib/io_scalar.t
17046 ____________________________________________________________________________
17047 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
17048         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
17049              From: Peter Prymmer <pvhp@forte.com>
17050              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
17051              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
17052      Branch: perl
17053            ! t/lib/md5-file.t
17054 ____________________________________________________________________________
17055 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
17056         Log: Subject: [PATCH t/TEST] B::Deparse tester
17057              From: Robin Houston <robin@kitsite.com>
17058              Date: Wed, 9 May 2001 19:17:50 +0100
17059              Message-ID: <20010509191750.A16940@penderel>
17060      Branch: perl
17061            ! ext/B/O.pm t/TEST
17062 ____________________________________________________________________________
17063 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
17064         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
17065              From: Jeff Pinyan <jeffp@crusoe.net>
17066              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
17067              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
17068      Branch: perl
17069            ! lib/Pod/Html.pm
17070 ____________________________________________________________________________
17071 [ 10057] By: nick                                  on 2001/05/09  18:37:56
17072         Log: Integrate mainline.
17073      Branch: perlio
17074           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
17075           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
17076 ____________________________________________________________________________
17077 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
17078         Log: Update Changes.
17079      Branch: perl
17080            ! Changes patchlevel.h
17081 ____________________________________________________________________________
17082 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
17083         Log: Integrate perlio.
17084      Branch: perl
17085           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
17086 ____________________________________________________________________________
17087 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
17088         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
17089              From: Benjamin Sugars <bsugars@canoe.ca>
17090              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
17091              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
17092      Branch: perl
17093            ! perlio.c
17094 ____________________________________________________________________________
17095 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
17096         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
17097              From: Benjamin Sugars <bsugars@canoe.ca>
17098              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
17099              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
17100      Branch: perl
17101            ! ext/PerlIO/Scalar/Scalar.xs
17102 ____________________________________________________________________________
17103 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
17104         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
17105              From: Jeff Pinyan <jeffp@crusoe.net>
17106              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
17107              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
17108      Branch: perl
17109            ! lib/Pod/Html.pm
17110 ____________________________________________________________________________
17111 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
17112         Log: EPOC tweak from Olaf Flebbe.
17113      Branch: perl
17114            ! epoc/epocish.h
17115 ____________________________________________________________________________
17116 [ 10050] By: nick                                  on 2001/05/09  14:37:57
17117         Log: win32, regen_config_h
17118      Branch: perlio
17119            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
17120 ____________________________________________________________________________
17121 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
17122         Log: Integrate perlio.
17123      Branch: perl
17124           !> pp_sys.c
17125 ____________________________________________________________________________
17126 [ 10048] By: nick                                  on 2001/05/09  11:59:50
17127         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
17128              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
17129      Branch: perlio
17130            ! pp_sys.c
17131 ____________________________________________________________________________
17132 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
17133         Log: Integrate perlio.
17134      Branch: perl
17135           !> run.c
17136 ____________________________________________________________________________
17137 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
17138         Log: Subject: Re: Less warnings during configure
17139              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17140              Date: Wed, 09 May 2001 13:12:49 +0200
17141              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
17142      Branch: perl
17143            ! hints/hpux.sh
17144 ____________________________________________________________________________
17145 [ 10045] By: nick                                  on 2001/05/09  09:56:59
17146         Log: MULTIPLICITY/DEBUGGING build fix.
17147      Branch: perlio
17148            ! run.c
17149 ____________________________________________________________________________
17150 [ 10044] By: nick                                  on 2001/05/09  09:46:37
17151         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
17152      Branch: perlio
17153           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
17154            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
17155           !> (integrate 65 files)
17156 ____________________________________________________________________________
17157 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
17158         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
17159              From: Robin Houston <robin@kitsite.com>
17160              Date: Tue, 8 May 2001 19:38:00 +0100
17161              Message-ID: <20010508193800.A4389@penderel>
17162              
17163              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
17164              From: Robin Houston <robin@kitsite.com>
17165              Date: Tue, 8 May 2001 20:03:57 +0100
17166              Message-ID: <20010508200357.A4614@penderel>
17167              
17168              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
17169              From: Robin Houston <robin@kitsite.com>
17170              Date: Wed, 9 May 2001 00:12:05 +0100
17171              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
17172      Branch: perl
17173            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
17174 ____________________________________________________________________________
17175 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
17176         Log: Retract #10031.
17177      Branch: perl
17178            ! pod/perlfunc.pod
17179 ____________________________________________________________________________
17180 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
17181         Log: The metaconfig unit changes for #10040.
17182      Branch: metaconfig/U/perl
17183            ! Checkcc.U d_dlsymun.U dlsrc.U
17184 ____________________________________________________________________________
17185 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
17186         Log: The Configure half of
17187              
17188              Subject: Less warnings during configure
17189              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17190              Date: Tue, 08 May 2001 08:44:02 +0200
17191              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
17192      Branch: perl
17193            ! Configure
17194 ____________________________________________________________________________
17195 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
17196         Log: Subject: Less warnings during configure
17197              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17198              Date: Tue, 08 May 2001 08:44:02 +0200
17199              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
17200      Branch: perl
17201            ! hints/hpux.sh
17202 ____________________________________________________________________________
17203 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
17204         Log: Don't forget to whine about \d__\d.
17205      Branch: perl
17206            ! t/pragma/warn/toke toke.c
17207 ____________________________________________________________________________
17208 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
17209         Log: Allow underscores also in the exponent part.
17210      Branch: perl
17211            ! t/pragma/warn/toke toke.c
17212 ____________________________________________________________________________
17213 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
17214         Log: CodeMagicCD doesn't look like an *I*DE.
17215      Branch: perl
17216            ! pod/perlfaq3.pod
17217 ____________________________________________________________________________
17218 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
17219         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
17220              to be consistently down).
17221      Branch: perl
17222            ! pod/perlfaq3.pod
17223 ____________________________________________________________________________
17224 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
17225         Log: Upgrade to Text::Balanced 1.84.
17226      Branch: perl
17227            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
17228 ____________________________________________________________________________
17229 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
17230         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
17231              From: Benjamin Sugars <bsugars@canoe.ca>
17232              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
17233              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
17234      Branch: perl
17235            ! run.c
17236 ____________________________________________________________________________
17237 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
17238         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
17239              From: Peter Prymmer <pvhp@forte.com>
17240              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
17241              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
17242      Branch: perl
17243            ! t/pod/plainer.t
17244 ____________________________________________________________________________
17245 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
17246         Log: (Retracted by #10042)
17247              
17248              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
17249              From: "Philip Newton" <pnewton@gmx.de>
17250              Date: Tue, 8 May 2001 09:18:10 +0200
17251              Message-ID: <3AF7B9D2.28861.603732@localhost>
17252      Branch: perl
17253            ! pod/perlfunc.pod
17254 ____________________________________________________________________________
17255 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
17256         Log: Subject: [PATCH B::Deparse] Document known bugs
17257              From: Robin Houston <robin@kitsite.com>
17258              Date: Tue, 8 May 2001 01:53:34 +0100
17259              Message-ID: <20010508015334.A32394@penderel>
17260      Branch: perl
17261            ! ext/B/B/Deparse.pm
17262 ____________________________________________________________________________
17263 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
17264         Log: Subject: Re: Perl book, magazine and website updates.
17265              From: "Philip Newton" <pnewton@gmx.de>
17266              Date: Mon, 7 May 2001 17:03:58 +0200
17267              Message-ID: <3AF6D57E.5387.1E29930@localhost>
17268      Branch: perl
17269            ! pod/perlfaq2.pod
17270 ____________________________________________________________________________
17271 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
17272         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
17273              From: Peter Prymmer <pvhp@forte.com>
17274              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
17275              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
17276      Branch: perl
17277            ! t/io/fflush.t
17278 ____________________________________________________________________________
17279 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
17280         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
17281              From: Robin Houston <robin@kitsite.com>
17282              Date: Tue, 8 May 2001 01:14:55 +0100
17283              Message-ID: <20010508011455.A32162@penderel>
17284      Branch: perl
17285            ! ext/B/B/Deparse.pm
17286 ____________________________________________________________________________
17287 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
17288         Log: Typo in #10025.
17289      Branch: perl
17290            ! hints/uts.sh
17291 ____________________________________________________________________________
17292 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
17293         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
17294      Branch: perl
17295            ! hints/uts.sh
17296 ____________________________________________________________________________
17297 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
17298         Log: Subject: Re: [ID 20010506.045] question about hash syntax
17299              From: Peter Scott <Peter@PSDT.com>
17300              Date: Sun, 06 May 2001 13:10:40 -0700
17301              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
17302      Branch: perl
17303            ! pod/perl56delta.pod
17304 ____________________________________________________________________________
17305 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
17306         Log: Configure should figure out the list of dynamic extensions
17307              just fine in UTS-- and in fact it does, as reported by Hal Morris.
17308      Branch: perl
17309            ! hints/uts.sh
17310 ____________________________________________________________________________
17311 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
17312         Log: Update Changes.
17313      Branch: perl
17314            ! Changes patchlevel.h
17315 ____________________________________________________________________________
17316 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
17317         Log: Subject: [PATCH regcomp.c] Insecure regexes
17318              From: Robin Houston <robin@kitsite.com>
17319              Date: Mon, 7 May 2001 21:56:12 +0100
17320              Message-ID: <20010507215612.A31114@penderel>
17321      Branch: perl
17322            ! regcomp.c
17323 ____________________________________________________________________________
17324 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
17325         Log: Drop the foobar.perl.com references for now until Simon
17326              gets them sorted out.
17327      Branch: perl
17328            ! pod/perlfaq2.pod
17329 ____________________________________________________________________________
17330 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
17331         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
17332              From: Prymmer/Kahn <pvhp@best.com>
17333              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
17334              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
17335      Branch: perl
17336            ! lib/Devel/SelfStubber.pm
17337 ____________________________________________________________________________
17338 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
17339         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
17340              From: Prymmer/Kahn <pvhp@best.com>
17341              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
17342              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
17343      Branch: perl
17344            ! win32/Makefile
17345 ____________________________________________________________________________
17346 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
17347         Log: s/WebTechnique's/WebTechniques/
17348      Branch: perl
17349            ! pod/perlfaq2.pod
17350 ____________________________________________________________________________
17351 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
17352         Log: Llama 3 updates from Randal.
17353      Branch: perl
17354            ! pod/perlfaq2.pod
17355 ____________________________________________________________________________
17356 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
17357         Log: Subject: [PATCH] Help -Dt show correct pad variables
17358              From: Benjamin Sugars <ben.sugars@home.com>
17359              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
17360              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
17361      Branch: perl
17362            ! embed.h embed.pl proto.h run.c
17363 ____________________________________________________________________________
17364 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
17365         Log: Subject: [PATCH] Document C<our $foo : shared>
17366              From: Benjamin Sugars <ben.sugars@home.com>
17367              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
17368              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
17369      Branch: perl
17370            ! pod/perlfunc.pod
17371 ____________________________________________________________________________
17372 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
17373         Log: Subject: [PATCH B::Deparse] undefined folded constants
17374              From: Robin Houston <robin@kitsite.com>
17375              Date: Sun, 6 May 2001 17:19:09 +0100
17376              Message-ID: <20010506171909.A7046@penderel>
17377      Branch: perl
17378            ! ext/B/B/Deparse.pm
17379 ____________________________________________________________________________
17380 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
17381         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
17382              From: Robin Houston <robin@kitsite.com>
17383              Message-ID: <20010506164654.A6848@penderel>
17384              Date: Sun, 6 May 2001 16:46:54 +0100
17385      Branch: perl
17386            ! ext/B/B/Deparse.pm
17387 ____________________________________________________________________________
17388 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
17389         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
17390              From: Robin Houston <robin@kitsite.com>
17391              Date: Sun, 6 May 2001 14:47:02 +0100
17392              Message-ID: <20010506144702.A6308@penderel>
17393      Branch: perl
17394            ! t/op/my_stash.t
17395 ____________________________________________________________________________
17396 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
17397         Log: Subject: Perl book, magazine and website updates.
17398              From: Simon Cozens <simon@netthink.co.uk>
17399              Date: Sun, 6 May 2001 16:55:36 +0100
17400              Message-ID: <20010506165536.A1795@netthink.co.uk>
17401      Branch: perl
17402            ! pod/perlbook.pod pod/perlfaq2.pod
17403 ____________________________________________________________________________
17404 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
17405         Log: Tweaks on the Tru64 prof options.
17406      Branch: perl
17407            ! pod/perlhack.pod
17408 ____________________________________________________________________________
17409 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
17410         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
17411              From: Robin Houston <robin@kitsite.com>
17412              Date: Sun, 6 May 2001 14:40:51 +0100
17413              Message-ID: <20010506144051.A6279@penderel>
17414      Branch: perl
17415            ! t/pod/testp2pt.pl
17416 ____________________________________________________________________________
17417 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
17418         Log: Subject: [PATCH B::Deparse] scoping
17419              From: Robin Houston <robin@kitsite.com>
17420              Date: Sun, 6 May 2001 14:36:56 +0100
17421              Message-ID: <20010506143656.A4006@penderel>
17422      Branch: perl
17423            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
17424 ____________________________________________________________________________
17425 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
17426         Log: Document the undefinedness of bitshifting out of range.
17427      Branch: perl
17428            ! pod/perlop.pod
17429 ____________________________________________________________________________
17430 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
17431         Log: Retract #10003 and update the IDE descriptions a bit.
17432      Branch: perl
17433            ! pod/perlfaq3.pod
17434 ____________________________________________________________________________
17435 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
17436         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
17437              From: Prymmer/Kahn <pvhp@best.com>
17438              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
17439              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
17440      Branch: perl
17441            ! win32/Makefile win32/buildext.pl win32/config.bc
17442            ! win32/config.gc win32/config.vc
17443 ____________________________________________________________________________
17444 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
17445         Log: (Retracted by #10005.)
17446      Branch: perl
17447            ! pod/perlfaq3.pod
17448 ____________________________________________________________________________
17449 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
17450         Log: It's "psed", not "sed".
17451      Branch: perl
17452            ! x2p/s2p.PL
17453 ____________________________________________________________________________
17454 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
17455         Log: Update Changes.
17456      Branch: perl
17457            ! Changes patchlevel.h
17458 ____________________________________________________________________________
17459 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
17460         Log: Subject: Re: bleadperl make install fails due to "psed"
17461              From: andreas.koenig@anima.de (Andreas J. Koenig)
17462              Date: 05 May 2001 18:23:28 +0200
17463              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
17464      Branch: perl
17465            ! x2p/Makefile.SH x2p/s2p.PL
17466 ____________________________________________________________________________
17467 [  9999] By: jhi                                   on 2001/05/05  18:28:09
17468         Log: AUTHORS updates.
17469      Branch: perl
17470            ! AUTHORS
17471 ____________________________________________________________________________
17472 [  9998] By: jhi                                   on 2001/05/05  18:16:00
17473         Log: Updates on the pods related to the modules included since 5.6.
17474              
17475              TODO: perltodo really could use major updating.
17476      Branch: perl
17477            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
17478            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
17479            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
17480            ! pod/perlsyn.pod pod/perltodo.pod
17481 ____________________________________________________________________________
17482 [  9997] By: jhi                                   on 2001/05/05  17:35:17
17483         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
17484              from Kurt Skauen.
17485      Branch: perl
17486            + hints/atheos.sh
17487            ! MANIFEST
17488 ____________________________________________________________________________
17489 [  9996] By: jhi                                   on 2001/05/05  17:25:00
17490         Log: Add preemptive #undefs for some of the shorter and more prone
17491              to collision regcomp.h #defines.  (Background: the MASK collided
17492              with a system header #define in Rhapsody.)
17493      Branch: perl
17494            ! regcomp.h
17495 ____________________________________________________________________________
17496 [  9995] By: jhi                                   on 2001/05/05  13:24:21
17497         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
17498              From: Nicholas Clark <nick@ccl4.org>
17499              Date: Sat, 5 May 2001 14:46:39 +0100
17500              Message-ID: <20010505144639.O53513@plum.flirble.org>
17501              
17502              Add a test for the constants (if any) being processed correctly.
17503      Branch: perl
17504            ! utils/h2xs.PL
17505 ____________________________________________________________________________
17506 [  9994] By: jhi                                   on 2001/05/05  02:11:03
17507         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
17508              From: Peter Prymmer <pvhp@forte.com>
17509              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
17510              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
17511      Branch: perl
17512            ! t/lib/b-stash.t
17513 ____________________________________________________________________________
17514 [  9993] By: jhi                                   on 2001/05/05  02:03:49
17515         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
17516              From: Peter Prymmer <pvhp@forte.com>
17517              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
17518              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
17519      Branch: perl
17520            ! perlio.c vms/vmsish.h
17521 ____________________________________________________________________________
17522 [  9992] By: jhi                                   on 2001/05/04  17:21:12
17523         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
17524              From: Robin Barker <rmb1@cise.npl.co.uk>
17525              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
17526              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
17527      Branch: perl
17528            + t/pod/plainer.t
17529            ! MANIFEST
17530 ____________________________________________________________________________
17531 [  9991] By: jhi                                   on 2001/05/04  16:47:45
17532         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
17533              From: Robin Barker <rmb1@cise.npl.co.uk>
17534              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
17535              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
17536      Branch: perl
17537            ! regcomp.c
17538 ____________________________________________________________________________
17539 [  9990] By: jhi                                   on 2001/05/04  14:37:20
17540         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
17541              From: Prymmer/Kahn <pvhp@best.com>
17542              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
17543              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
17544      Branch: perl
17545            ! t/lib/b-stash.t
17546 ____________________________________________________________________________
17547 [  9989] By: jhi                                   on 2001/05/04  14:03:58
17548         Log: Introduce perl572delta, update Todo, add the missing
17549              mention about signal safety since 5.7.1 (though this
17550              requires verification and more details.)
17551      Branch: perl
17552            + pod/perl572delta.pod
17553            ! MANIFEST Todo pod/perl571delta.pod
17554 ____________________________________________________________________________
17555 [  9988] By: jhi                                   on 2001/05/04  12:41:51
17556         Log: Subject: [PATCH perl@9944] long =item
17557              From: Robin Barker <rmb1@cise.npl.co.uk>
17558              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
17559              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
17560      Branch: perl
17561            ! ext/Time/HiRes/HiRes.pm
17562 ____________________________________________________________________________
17563 [  9987] By: jhi                                   on 2001/05/04  12:39:19
17564         Log: The #9901 had removed one line essential for EBCDIC.
17565      Branch: perl
17566            ! regcomp.c
17567 ____________________________________________________________________________
17568 [  9986] By: jhi                                   on 2001/05/04  12:30:23
17569         Log: Subject: cygwin/Makefile.SHs INSTALL patch
17570              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
17571              Date: Mon, 08 Jan 2001 04:59:21 +0200
17572              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
17573      Branch: perl
17574            ! cygwin/Makefile.SHs
17575 ____________________________________________________________________________
17576 [  9985] By: jhi                                   on 2001/05/04  03:51:39
17577         Log: Encode/IO doc tweaks.
17578      Branch: perl
17579            ! ext/Encode/Encode.pm
17580 ____________________________________________________________________________
17581 [  9984] By: jhi                                   on 2001/05/04  03:29:34
17582         Log: Remove GDBM_File from the dynamic extensions for UTS,
17583              GDBM is not a standard feature.
17584      Branch: perl
17585            ! hints/uts.sh
17586 ____________________________________________________________________________
17587 [  9983] By: jhi                                   on 2001/05/04  03:22:59
17588         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
17589      Branch: perl
17590            ! pod/perlretut.pod
17591 ____________________________________________________________________________
17592 [  9982] By: jhi                                   on 2001/05/03  23:21:03
17593         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
17594              From: Benjamin Sugars <bsugars@canoe.ca>
17595              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
17596              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
17597      Branch: perl
17598            ! dump.c
17599 ____________________________________________________________________________
17600 [  9981] By: jhi                                   on 2001/05/03  23:20:05
17601         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
17602              From: Benjamin Sugars <bsugars@canoe.ca>
17603              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
17604              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
17605      Branch: perl
17606            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
17607 ____________________________________________________________________________
17608 [  9980] By: jhi                                   on 2001/05/03  23:15:29
17609         Log: Integrate perlio.
17610      Branch: perl
17611           !> ext/Encode/Encode.pm
17612 ____________________________________________________________________________
17613 [  9979] By: jhi                                   on 2001/05/03  16:54:59
17614         Log: Install psed man page.
17615      Branch: perl
17616            ! installman
17617 ____________________________________________________________________________
17618 [  9978] By: jhi                                   on 2001/05/03  16:45:58
17619         Log: Remove unused files; noted by Sarathy.
17620      Branch: perl
17621            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
17622            ! MANIFEST
17623 ____________________________________________________________________________
17624 [  9977] By: jhi                                   on 2001/05/03  16:42:30
17625         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
17626              From: Andy Dougherty <doughera@lafayette.edu>
17627              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
17628              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
17629      Branch: perl
17630            ! INSTALL
17631 ____________________________________________________________________________
17632 [  9976] By: nick                                  on 2001/05/03  16:40:42
17633         Log: Allow $answer = encode($object,$text); like it says in docs.
17634      Branch: perlio
17635            ! ext/Encode/Encode.pm
17636 ____________________________________________________________________________
17637 [  9975] By: nick                                  on 2001/05/03  16:22:30
17638         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
17639              to be in scope (fair enough), and also a package variable (our) for eval to see it.
17640      Branch: perlio
17641            ! ext/Encode/Encode.pm
17642 ____________________________________________________________________________
17643 [  9974] By: nick                                  on 2001/05/03  15:48:17
17644         Log: Integrate mainline.
17645      Branch: perlio
17646           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
17647           +> t/lib/filter-simple.t t/lib/next.t
17648           !> (integrate 70 files)
17649 ____________________________________________________________________________
17650 [  9973] By: jhi                                   on 2001/05/03  13:09:09
17651         Log: Update Changes.
17652      Branch: perl
17653            ! Changes patchlevel.h
17654 ____________________________________________________________________________
17655 [  9972] By: jhi                                   on 2001/05/03  12:58:33
17656         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
17657              From: Prymmer/Kahn <pvhp@best.com>
17658              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
17659              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
17660      Branch: perl
17661            ! t/io/fflush.t
17662 ____________________________________________________________________________
17663 [  9971] By: jhi                                   on 2001/05/03  12:57:26
17664         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
17665              From: Prymmer/Kahn <pvhp@best.com>
17666              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
17667              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
17668      Branch: perl
17669            ! win32/FindExt.pm
17670 ____________________________________________________________________________
17671 [  9970] By: jhi                                   on 2001/05/03  02:42:46
17672         Log: Can't croak sans thread context, from Doug MacEachern.
17673      Branch: perl
17674            ! toke.c
17675 ____________________________________________________________________________
17676 [  9969] By: jhi                                   on 2001/05/03  01:23:48
17677         Log: Subject: Random input test and Perl
17678              From: Ilya Zakharevich <ilya@math.berkeley.edu>
17679              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
17680              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
17681      Branch: perl
17682            ! toke.c
17683 ____________________________________________________________________________
17684 [  9968] By: jhi                                   on 2001/05/02  22:17:21
17685         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
17686              From: Peter Prymmer <pvhp@forte.com>
17687              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
17688              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
17689      Branch: perl
17690            ! pod/perlfunc.pod pod/perlport.pod
17691 ____________________________________________________________________________
17692 [  9967] By: jhi                                   on 2001/05/02  20:12:45
17693         Log: Workaround for UTS compiler casting bug from Hal Morris.
17694      Branch: perl
17695            ! perl.h
17696 ____________________________________________________________________________
17697 [  9966] By: jhi                                   on 2001/05/02  18:31:37
17698         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
17699              From: Dan Sugalski <dan@sidhe.org>
17700              Date: Wed, 02 May 2001 15:23:22 -0400
17701              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
17702      Branch: perl
17703            ! perl.c vms/vms.c
17704 ____________________________________________________________________________
17705 [  9965] By: jhi                                   on 2001/05/02  18:21:29
17706         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
17707      Branch: perl
17708            ! pod/perlfunc.pod
17709 ____________________________________________________________________________
17710 [  9964] By: jhi                                   on 2001/05/02  18:15:01
17711         Log: Document large files in INSTALL, document also the %x
17712              limitation if not use64bitint, closes bug 20010326.007.
17713      Branch: perl
17714            ! INSTALL
17715 ____________________________________________________________________________
17716 [  9963] By: jhi                                   on 2001/05/02  17:24:47
17717         Log: perlmodlib tweaks; regen pods.
17718      Branch: perl
17719            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
17720            ! pod/perltoc.pod
17721 ____________________________________________________________________________
17722 [  9962] By: jhi                                   on 2001/05/02  17:14:00
17723         Log: Fix for a segfault, from Marc Lehmann.
17724      Branch: perl
17725            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
17726 ____________________________________________________________________________
17727 [  9961] By: jhi                                   on 2001/05/02  15:55:53
17728         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
17729              From: "Philip Newton" <pnewton@gmx.de>
17730              Date: Wed, 2 May 2001 18:39:03 +0200
17731              Message-ID: <3AF05447.15525.173B588@localhost>
17732      Branch: perl
17733            ! pod/perlop.pod
17734 ____________________________________________________________________________
17735 [  9960] By: jhi                                   on 2001/05/02  15:35:37
17736         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
17737              From: Dan Sugalski <dan@sidhe.org>
17738              Date: Wed, 02 May 2001 11:37:27 -0400
17739              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
17740      Branch: perl
17741            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
17742            ! thread.h vms/vms.c vms/vmsish.h
17743 ____________________________________________________________________________
17744 [  9959] By: jhi                                   on 2001/05/02  15:21:08
17745         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
17746              From: Benjamin Sugars <bsugars@canoe.ca>
17747              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
17748              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
17749      Branch: perl
17750            ! ext/PerlIO/Scalar/Scalar.xs
17751 ____________________________________________________________________________
17752 [  9958] By: jhi                                   on 2001/05/02  15:15:53
17753         Log: Bug in #9915, spotted by Mike Guy.
17754      Branch: perl
17755            ! installperl
17756 ____________________________________________________________________________
17757 [  9957] By: jhi                                   on 2001/05/02  13:26:01
17758         Log: Add a test for not griping about references as array
17759              indices if the reference has magic in it (overloaded
17760              methods).
17761      Branch: perl
17762            ! pod/perldiag.pod t/pragma/warn/pp_hot
17763 ____________________________________________________________________________
17764 [  9956] By: jhi                                   on 2001/05/02  13:07:01
17765         Log: Retracted a bit too much in #9952.
17766      Branch: perl
17767            ! t/pragma/sub_lval.t
17768 ____________________________________________________________________________
17769 [  9955] By: jhi                                   on 2001/05/02  13:05:38
17770         Log: Test for #9952.
17771      Branch: perl
17772            ! t/op/tie.t
17773 ____________________________________________________________________________
17774 [  9954] By: jhi                                   on 2001/05/02  11:48:18
17775         Log: Additional note on the encoding example: one cannot
17776              convert string constants in-place.
17777      Branch: perl
17778            ! ext/Encode/Encode.pm
17779 ____________________________________________________________________________
17780 [  9953] By: jhi                                   on 2001/05/02  11:43:51
17781         Log: Note that if you have recent enough Perl you already
17782              have Filter::Util::Call.
17783      Branch: perl
17784            ! lib/Filter/Simple.pm
17785 ____________________________________________________________________________
17786 [  9952] By: jhi                                   on 2001/05/02  11:31:53
17787         Log: Retract changes #8254 and #8255, causes coredump in
17788              'tie FH, "main"', reported by Abigail, culprit found by
17789              Benjamin Sugars.  Mirrors maintperl change #9950.
17790      Branch: perl
17791            ! op.c t/pragma/sub_lval.t
17792 ____________________________________________________________________________
17793 [  9951] By: jhi                                   on 2001/05/02  11:14:29
17794         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
17795      Branch: perl
17796            + t/lib/MyFilter.pm
17797 ____________________________________________________________________________
17798 [  9950] By: gsar                                  on 2001/05/02  03:17:11
17799         Log: revert integration of changes#8254,8255 in change#8620 (causes
17800              a coredump in C<tie FH, 'foo'>; the idea itself may need better
17801              rationalization)
17802      Branch: maint-5.6/perl
17803            ! op.c t/pragma/sub_lval.t
17804 ____________________________________________________________________________
17805 [  9949] By: gsar                                  on 2001/05/02  02:56:32
17806         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
17807              
17808              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
17809              
17810              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
17811      Branch: maint-5.6/perl
17812           !> hints/svr5.sh
17813 ____________________________________________________________________________
17814 [  9948] By: gsar                                  on 2001/05/02  02:49:15
17815         Log: pod/find.t breaks on VMS (from Craig Berry)
17816      Branch: maint-5.6/perl
17817            ! t/pod/find.t
17818 ____________________________________________________________________________
17819 [  9947] By: jhi                                   on 2001/05/02  02:43:09
17820         Log: Add an encoding conversion example.
17821      Branch: perl
17822            ! ext/Encode/Encode.pm
17823 ____________________________________________________________________________
17824 [  9946] By: jhi                                   on 2001/05/02  01:34:22
17825         Log: Another coat of paint but still nowhere finished.
17826              Need to decide on the semantics of strptime(): should
17827              strptime() be a function instead of a method?  To do
17828              the week/monthname-strptiming the i18n/l10n bullet needs
17829              to be bitten with gusto.
17830      Branch: perl
17831            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
17832 ____________________________________________________________________________
17833 [  9945] By: jhi                                   on 2001/05/01  23:40:52
17834         Log: Update Changes.
17835      Branch: perl
17836            ! Changes patchlevel.h
17837 ____________________________________________________________________________
17838 [  9944] By: jhi                                   on 2001/05/01  23:33:37
17839         Log: Add known-to-be-tested modules to the list-to-be-skipped.
17840      Branch: perl
17841            ! t/lib/1_compile.t
17842 ____________________________________________________________________________
17843 [  9943] By: jhi                                   on 2001/05/01  23:24:40
17844         Log: Subject: BorlandC++ fix
17845              From: "Vadim Konovalov" <watman@inbox.ru>
17846              Date: Mon, 30 Apr 2001 20:12:26 -0700
17847              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
17848      Branch: perl
17849            ! win32/makefile.mk
17850 ____________________________________________________________________________
17851 [  9942] By: jhi                                   on 2001/05/01  23:18:02
17852         Log: Update to Filter::Simple 0.60, create a test for it.
17853      Branch: perl
17854            + t/lib/filter-simple.t
17855            ! MANIFEST lib/Filter/Simple.pm
17856 ____________________________________________________________________________
17857 [  9941] By: jhi                                   on 2001/05/01  19:47:24
17858         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
17859              From: Hugo <hv@crypt.compulink.co.uk>
17860              Date: Tue, 01 May 2001 20:12:20 +0100
17861              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
17862      Branch: perl
17863            ! pp_hot.c t/op/re_tests
17864 ____________________________________________________________________________
17865 [  9940] By: jhi                                   on 2001/05/01  19:42:16
17866         Log: Integrate perlio.
17867      Branch: perl
17868           !> lib/base.pm t/lib/fields.t
17869 ____________________________________________________________________________
17870 [  9939] By: jhi                                   on 2001/05/01  19:39:51
17871         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
17872              From: Benjamin Sugars <bsugars@canoe.ca>
17873              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
17874              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
17875      Branch: perl
17876            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
17877 ____________________________________________________________________________
17878 [  9938] By: jhi                                   on 2001/05/01  19:34:09
17879         Log: Add NEXT, a pseudo-class for method redispatching.
17880              <Damian>NEXT.pm probably offers more bang-for-buck
17881              than anything else I've ever written.</Damian>
17882      Branch: perl
17883            + lib/NEXT.pm t/lib/next.t
17884            ! MANIFEST
17885 ____________________________________________________________________________
17886 [  9937] By: jhi                                   on 2001/05/01  19:21:41
17887         Log: Update to Switch 2.02.
17888      Branch: perl
17889            ! lib/Switch.pm t/lib/switch.t
17890 ____________________________________________________________________________
17891 [  9936] By: nick                                  on 2001/05/01  19:09:21
17892         Log: Fix for base.pm clobbering $VERSION
17893      Branch: perlio
17894            ! lib/base.pm
17895 ____________________________________________________________________________
17896 [  9935] By: nick                                  on 2001/05/01  18:54:38
17897         Log: Test for base.pm clobbering $VERSION.
17898      Branch: perlio
17899            ! t/lib/fields.t
17900 ____________________________________________________________________________
17901 [  9934] By: jhi                                   on 2001/05/01  18:39:10
17902         Log: Add information about Scalar::Util::blessed.
17903      Branch: perl
17904            ! pod/perlobj.pod
17905 ____________________________________________________________________________
17906 [  9933] By: jhi                                   on 2001/05/01  18:33:51
17907         Log: Subject: Extra UNIVERSAL documentation
17908              From: Mike Guy <mjtg@cam.ac.uk>
17909              Date: Tue, 01 May 2001 20:12:11 +0100
17910              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
17911      Branch: perl
17912            ! pod/perlobj.pod
17913 ____________________________________________________________________________
17914 [  9932] By: jhi                                   on 2001/05/01  18:26:54
17915         Log: Subject: Autoflush in tests as appropriate
17916              From: Mike Guy <mjtg@cam.ac.uk>
17917              Date: Tue, 01 May 2001 20:05:31 +0100
17918              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
17919      Branch: perl
17920            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
17921            ! t/op/taint.t
17922 ____________________________________________________________________________
17923 [  9931] By: jhi                                   on 2001/05/01  18:02:29
17924         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
17925              From: Benjamin Sugars <bsugars@canoe.ca>
17926              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
17927              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
17928      Branch: perl
17929            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
17930 ____________________________________________________________________________
17931 [  9930] By: jhi                                   on 2001/05/01  15:12:26
17932         Log: Subject: Re: Finally got a round tuit
17933              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17934              Date: Tue, 01 May 2001 14:14:10 +0200
17935              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
17936              
17937              The -DP part, slightly modified.
17938      Branch: perl
17939            ! perl.c
17940 ____________________________________________________________________________
17941 [  9929] By: jhi                                   on 2001/05/01  14:17:15
17942         Log: Subject: Re: Finally got a round tuit
17943              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17944              Date: Tue, 01 May 2001 16:34:06 +0200
17945              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
17946              
17947              cpp and optimization tweaks for HP-UX.
17948      Branch: perl
17949            ! hints/hpux.sh
17950 ____________________________________________________________________________
17951 [  9928] By: jhi                                   on 2001/05/01  13:24:20
17952         Log: Tune the scan_num() comments to reality.
17953      Branch: perl
17954            ! toke.c
17955 ____________________________________________________________________________
17956 [  9927] By: jhi                                   on 2001/05/01  13:14:01
17957         Log: Subject: [PATCH B::Deparse] optimised sort
17958              From: Robin Houston <robin@kitsite.com>
17959              Date: Tue, 1 May 2001 14:07:12 +0100
17960              Message-ID: <20010501140712.A4266@penderel>
17961      Branch: perl
17962            ! ext/B/B/Deparse.pm
17963 ____________________________________________________________________________
17964 [  9926] By: jhi                                   on 2001/05/01  13:10:53
17965         Log: Subject: [PATCH t/lib/b-deparse.t] 
17966              From: Robin Houston <robin@kitsite.com>
17967              Date: Tue, 1 May 2001 13:37:42 +0100
17968              Message-ID: <20010501133742.A4082@penderel>
17969      Branch: perl
17970            ! t/lib/b-deparse.t
17971 ____________________________________________________________________________
17972 [  9925] By: jhi                                   on 2001/05/01  13:10:13
17973         Log: Subject: [PATCH B::Deparse] for(;;), sort
17974              From: Robin Houston <robin@kitsite.com>
17975              Date: Tue, 1 May 2001 13:35:00 +0100
17976              Message-ID: <20010501133500.A4061@penderel>
17977      Branch: perl
17978            ! ext/B/B/Deparse.pm
17979 ____________________________________________________________________________
17980 [  9924] By: jhi                                   on 2001/05/01  13:09:22
17981         Log: Subject: [PATCH B::Deparse] do, warn, use
17982              From: Robin Houston <robin@kitsite.com>
17983              Date: Tue, 1 May 2001 13:31:03 +0100
17984              Message-ID: <20010501133103.A4041@penderel>
17985      Branch: perl
17986            ! ext/B/B/Deparse.pm
17987 ____________________________________________________________________________
17988 [  9923] By: jhi                                   on 2001/05/01  11:45:36
17989         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
17990              From: Benjamin Sugars <ben.sugars@home.com>
17991              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
17992              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
17993      Branch: perl
17994            + t/io/fflush.t
17995            ! MANIFEST
17996 ____________________________________________________________________________
17997 [  9922] By: jhi                                   on 2001/05/01  11:35:42
17998         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
17999              From: Peter Prymmer <pvhp@forte.com>
18000              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
18001              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
18002      Branch: perl
18003            ! t/lib/selfstubber.t
18004 ____________________________________________________________________________
18005 [  9921] By: jhi                                   on 2001/04/30  16:34:33
18006         Log: Subject: [PATCH B::Concise] suppress warning
18007              From: Robin Houston <robin@kitsite.com>
18008              Date: Mon, 30 Apr 2001 16:09:49 +0100
18009              Message-ID: <20010430160949.A25086@penderel>
18010      Branch: perl
18011            ! ext/B/B/Concise.pm
18012 ____________________________________________________________________________
18013 [  9920] By: jhi                                   on 2001/04/30  13:56:04
18014         Log: Strip the *markers* from #9919.
18015      Branch: perl
18016            ! pod/perlfaq.pod pod/perlfaq5.pod
18017 ____________________________________________________________________________
18018 [  9919] By: jhi                                   on 2001/04/30  13:54:04
18019         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
18020              From: Gwyn Judd <b.judd@xtra.co.nz>
18021              Date: Sun, 29 Apr 2001 01:47:49 +1200
18022              Message-ID: <20010429014749.A4418@thislove>
18023      Branch: perl
18024            ! pod/perlfaq.pod pod/perlfaq5.pod
18025 ____________________________________________________________________________
18026 [  9918] By: jhi                                   on 2001/04/30  13:13:54
18027         Log: More_tweakage.
18028      Branch: perl
18029            ! pod/perldata.pod pod/perldiag.pod
18030 ____________________________________________________________________________
18031 [  9917] By: jhi                                   on 2001/04/30  13:01:27
18032         Log: Update Changes.
18033      Branch: perl
18034            ! Changes patchlevel.h
18035 ____________________________________________________________________________
18036 [  9916] By: jhi                                   on 2001/04/30  12:57:03
18037         Log: T_w_e_a_k_a_g_e.
18038      Branch: perl
18039            ! pod/perldata.pod pod/perldiag.pod
18040 ____________________________________________________________________________
18041 [  9915] By: jhi                                   on 2001/04/30  12:39:29
18042         Log: Install s2p also as psed.
18043              
18044              TODO: psed documentation?
18045      Branch: perl
18046            ! installperl
18047 ____________________________________________________________________________
18048 [  9914] By: jhi                                   on 2001/04/30  12:29:21
18049         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
18050              From: Jens Hamisch <jens@Strawberry.COM>
18051              Date: Fri, 27 Apr 2001 17:00:36 +0200
18052              Message-ID: <20010427170036.K1372@Strawberry.COM>
18053              
18054              SOCKS5_VERSION_NAME is the right symbol to detect
18055              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
18056              function called socks5_init() is available, and even that is
18057              not universal, most SOCKS5 installations use SOCKSinit()).
18058      Branch: perl
18059            ! perlio.c
18060 ____________________________________________________________________________
18061 [  9913] By: jhi                                   on 2001/04/30  12:22:15
18062         Log: Allow a zero timeout on IO::Socket accept and connect--
18063              though one really shouldn't do that.  Based on
18064              
18065              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
18066              From: "John Holdsworth" <coldwave@bigfoot.com>
18067              Date: Sun, 4 Feb 2001 12:48:18 +0100
18068              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
18069      Branch: perl
18070            ! ext/IO/lib/IO/Socket.pm
18071 ____________________________________________________________________________
18072 [  9912] By: jhi                                   on 2001/04/30  11:27:27
18073         Log: Save the spot of regprev (see #9911) for binary compatibility;
18074              regen API.
18075      Branch: perl
18076            ! embedvar.h perlapi.h thrdvar.h
18077 ____________________________________________________________________________
18078 [  9911] By: jhi                                   on 2001/04/30  11:22:03
18079         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
18080              From: Hugo <hv@crypt.compulink.co.uk>
18081              Date: Sun, 29 Apr 2001 17:09:30 +0100
18082              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
18083      Branch: perl
18084            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
18085 ____________________________________________________________________________
18086 [  9910] By: jhi                                   on 2001/04/30  11:15:12
18087         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
18088              a dummy for PL_numeric_radix); no pressing reason to break
18089              binary compatibility; regen API.
18090      Branch: perl
18091            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
18092            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
18093 ____________________________________________________________________________
18094 [  9909] By: jhi                                   on 2001/04/30  10:56:08
18095         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
18096              From: Walt Mankowski <waltman@netaxs.com>
18097              Date: Sun, 29 Apr 2001 21:53:48 -0400
18098              Message-ID: <20010429215348.A3971@netaxs.com>
18099      Branch: perl
18100            ! pod/perlfunc.pod
18101 ____________________________________________________________________________
18102 [  9908] By: jhi                                   on 2001/04/30  10:49:40
18103         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
18104      Branch: perl
18105            ! t/lib/selfstubber.t
18106 ____________________________________________________________________________
18107 [  9907] By: nick                                  on 2001/04/30  09:26:50
18108         Log: Integrate mainline.
18109      Branch: perlio
18110           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
18111 ____________________________________________________________________________
18112 [  9906] By: jhi                                   on 2001/04/29  23:24:20
18113         Log: Abigail spotted a thinko in #9905.
18114      Branch: perl
18115            ! pod/perldiag.pod
18116 ____________________________________________________________________________
18117 [  9905] By: jhi                                   on 2001/04/29  15:55:39
18118         Log: Changed the underscore/undebar syntax in numeric constants;
18119              now any grouping will do, as long as the underscores are not
18120              consecutive (so "zero-grouping" is out), and they do not begin
18121              or end the integer or fractional parts.
18122      Branch: perl
18123            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
18124 ____________________________________________________________________________
18125 [  9904] By: nick                                  on 2001/04/29  15:43:22
18126         Log: Integrate mainline.
18127      Branch: perlio
18128           +> (branch 98 files)
18129            - lib/unicode/Block.pl
18130            - lib/unicode/In/AlphabeticPresentationForms.pl
18131            - lib/unicode/In/Arabic.pl
18132            - lib/unicode/In/ArabicPresentationForms-A.pl
18133            - lib/unicode/In/ArabicPresentationForms-B.pl
18134            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
18135            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
18136            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
18137            - lib/unicode/In/BopomofoExtended.pl
18138            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
18139            - lib/unicode/In/CJKCompatibility.pl
18140            - lib/unicode/In/CJKCompatibilityForms.pl
18141            - lib/unicode/In/CJKCompatibilityIdeographs.pl
18142            - lib/unicode/In/CJKRadicalsSupplement.pl
18143            - lib/unicode/In/CJKSymbolsandPunctuation.pl
18144            - lib/unicode/In/CJKUnifiedIdeographs.pl
18145            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
18146            - lib/unicode/In/Cherokee.pl
18147            - lib/unicode/In/CombiningDiacriticalMarks.pl
18148            - lib/unicode/In/CombiningHalfMarks.pl
18149            - lib/unicode/In/CombiningMarksforSymbols.pl
18150            - lib/unicode/In/ControlPictures.pl
18151            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
18152            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
18153            - lib/unicode/In/EnclosedAlphanumerics.pl
18154            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
18155            - lib/unicode/In/Ethiopic.pl
18156            - lib/unicode/In/GeneralPunctuation.pl
18157            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
18158            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
18159            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
18160            - lib/unicode/In/HalfwidthandFullwidthForms.pl
18161            - lib/unicode/In/HangulCompatibilityJamo.pl
18162            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
18163            - lib/unicode/In/Hebrew.pl
18164            - lib/unicode/In/HighPrivateUseSurrogates.pl
18165            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
18166            - lib/unicode/In/IPAExtensions.pl
18167            - lib/unicode/In/IdeographicDescriptionCharacters.pl
18168            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
18169            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
18170            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
18171            - lib/unicode/In/Latin-1Supplement.pl
18172            - lib/unicode/In/LatinExtended-A.pl
18173            - lib/unicode/In/LatinExtended-B.pl
18174            - lib/unicode/In/LatinExtendedAdditional.pl
18175            - lib/unicode/In/LetterlikeSymbols.pl
18176            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
18177            - lib/unicode/In/MathematicalOperators.pl
18178            - lib/unicode/In/MiscellaneousSymbols.pl
18179            - lib/unicode/In/MiscellaneousTechnical.pl
18180            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
18181            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
18182            - lib/unicode/In/OpticalCharacterRecognition.pl
18183            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
18184            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
18185            - lib/unicode/In/SmallFormVariants.pl
18186            - lib/unicode/In/SpacingModifierLetters.pl
18187            - lib/unicode/In/Specials.pl
18188            - lib/unicode/In/SuperscriptsandSubscripts.pl
18189            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
18190            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
18191            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
18192            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
18193            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
18194           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
18195           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
18196           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
18197           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
18198           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
18199           !> utf8.c win32/Makefile
18200 ____________________________________________________________________________
18201 [  9903] By: jhi                                   on 2001/04/29  14:30:53
18202         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
18203              From: Prymmer/Kahn <pvhp@best.com>
18204              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
18205              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
18206      Branch: perl
18207            ! win32/Makefile
18208 ____________________________________________________________________________
18209 [  9902] By: jhi                                   on 2001/04/29  02:52:44
18210         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
18211              From: "Abigail" <abigail@foad.org>
18212              Date: Sun, 29 Apr 2001 03:14:25 +0200
18213              Message-ID: <20010429011425.24503.qmail@foad.org>
18214      Branch: perl
18215            ! ext/IO/lib/IO/Seekable.pm
18216 ____________________________________________________________________________
18217 [  9901] By: jhi                                   on 2001/04/29  02:04:46
18218         Log: In character classes one couldn't have 0x80..0xff characters
18219              at the left hand side if there were 0x100.. characters in the
18220              character class.
18221      Branch: perl
18222            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
18223            ! t/op/pat.t utf8.c
18224 ____________________________________________________________________________
18225 [  9900] By: jhi                                   on 2001/04/28  22:55:04
18226         Log: Forgot the latest mktables.PL from #9899.
18227      Branch: perl
18228            ! lib/unicode/mktables.PL
18229 ____________________________________________________________________________
18230 [  9899] By: jhi                                   on 2001/04/28  22:53:28
18231         Log: Explain the \p{} and \P{} error message better and
18232              have prettier prettyprint in In.pl.
18233      Branch: perl
18234            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
18235            ! pod/perldiag.pod
18236 ____________________________________________________________________________
18237 [  9898] By: jhi                                   on 2001/04/28  21:03:34
18238         Log: Add one possible explanation for the "Invalid [] range" error.
18239      Branch: perl
18240            ! pod/perldiag.pod
18241 ____________________________________________________________________________
18242 [  9897] By: jhi                                   on 2001/04/28  17:18:26
18243         Log: Add a level of indirection to the implementation of \p{InFoo}
18244              so that we don't have to have long filenames.  (Nothing changes
18245              in the user interface.)   The indirection is defined in
18246              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
18247              Also rename some the character classes by removing '-' from
18248              the classnames, and finally renamed Block.pl as Blocks.pl.
18249      Branch: perl
18250            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
18251            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
18252            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
18253            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
18254            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
18255            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
18256            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
18257            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
18258            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
18259            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
18260            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
18261            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
18262            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
18263            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
18264            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
18265            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
18266            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
18267            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
18268            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
18269            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
18270            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
18271            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
18272            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
18273            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
18274            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
18275            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
18276            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
18277            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
18278            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
18279            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
18280            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
18281            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
18282            + lib/unicode/In/94.pl lib/unicode/In/95.pl
18283            - lib/unicode/Block.pl
18284            - lib/unicode/In/AlphabeticPresentationForms.pl
18285            - lib/unicode/In/Arabic.pl
18286            - lib/unicode/In/ArabicPresentationForms-A.pl
18287            - lib/unicode/In/ArabicPresentationForms-B.pl
18288            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
18289            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
18290            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
18291            - lib/unicode/In/BopomofoExtended.pl
18292            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
18293            - lib/unicode/In/CJKCompatibility.pl
18294            - lib/unicode/In/CJKCompatibilityForms.pl
18295            - lib/unicode/In/CJKCompatibilityIdeographs.pl
18296            - lib/unicode/In/CJKRadicalsSupplement.pl
18297            - lib/unicode/In/CJKSymbolsandPunctuation.pl
18298            - lib/unicode/In/CJKUnifiedIdeographs.pl
18299            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
18300            - lib/unicode/In/Cherokee.pl
18301            - lib/unicode/In/CombiningDiacriticalMarks.pl
18302            - lib/unicode/In/CombiningHalfMarks.pl
18303            - lib/unicode/In/CombiningMarksforSymbols.pl
18304            - lib/unicode/In/ControlPictures.pl
18305            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
18306            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
18307            - lib/unicode/In/EnclosedAlphanumerics.pl
18308            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
18309            - lib/unicode/In/Ethiopic.pl
18310            - lib/unicode/In/GeneralPunctuation.pl
18311            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
18312            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
18313            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
18314            - lib/unicode/In/HalfwidthandFullwidthForms.pl
18315            - lib/unicode/In/HangulCompatibilityJamo.pl
18316            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
18317            - lib/unicode/In/Hebrew.pl
18318            - lib/unicode/In/HighPrivateUseSurrogates.pl
18319            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
18320            - lib/unicode/In/IPAExtensions.pl
18321            - lib/unicode/In/IdeographicDescriptionCharacters.pl
18322            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
18323            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
18324            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
18325            - lib/unicode/In/Latin-1Supplement.pl
18326            - lib/unicode/In/LatinExtended-A.pl
18327            - lib/unicode/In/LatinExtended-B.pl
18328            - lib/unicode/In/LatinExtendedAdditional.pl
18329            - lib/unicode/In/LetterlikeSymbols.pl
18330            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
18331            - lib/unicode/In/MathematicalOperators.pl
18332            - lib/unicode/In/MiscellaneousSymbols.pl
18333            - lib/unicode/In/MiscellaneousTechnical.pl
18334            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
18335            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
18336            - lib/unicode/In/OpticalCharacterRecognition.pl
18337            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
18338            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
18339            - lib/unicode/In/SmallFormVariants.pl
18340            - lib/unicode/In/SpacingModifierLetters.pl
18341            - lib/unicode/In/Specials.pl
18342            - lib/unicode/In/SuperscriptsandSubscripts.pl
18343            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
18344            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
18345            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
18346            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
18347            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
18348            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
18349            ! pod/perlunicode.pod
18350 ____________________________________________________________________________
18351 [  9896] By: jhi                                   on 2001/04/28  14:33:17
18352         Log: Update the information on shared library path on HP-UX.
18353      Branch: perl
18354            ! INSTALL
18355 ____________________________________________________________________________
18356 [  9895] By: jhi                                   on 2001/04/28  14:32:30
18357         Log: Because #9894 seems to do the trick, this workaround can be removed.
18358      Branch: perl
18359            ! t/lib/selfstubber.t
18360 ____________________________________________________________________________
18361 [  9894] By: jhi                                   on 2001/04/28  14:26:13
18362         Log: For PerlIO flush the children's file handles (on fork/exec/system).
18363      Branch: perl
18364            ! perl.h
18365 ____________________________________________________________________________
18366 [  9893] By: jhi                                   on 2001/04/28  14:23:15
18367         Log: Test tweak for #9891.
18368      Branch: perl
18369            ! t/lib/b-deparse.t
18370 ____________________________________________________________________________
18371 [  9892] By: jhi                                   on 2001/04/28  14:10:13
18372         Log: New HP-UX hints from Merijn.
18373      Branch: perl
18374            ! hints/hpux.sh
18375 ____________________________________________________________________________
18376 [  9891] By: jhi                                   on 2001/04/28  14:07:27
18377         Log: Subject: [PATCH B::Deparse] non-block scopes
18378              From: Robin Houston <robin@kitsite.com>
18379              Date: Fri, 27 Apr 2001 19:15:14 +0100
18380              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
18381      Branch: perl
18382            ! ext/B/B/Deparse.pm
18383 ____________________________________________________________________________
18384 [  9890] By: nick                                  on 2001/04/27  19:41:25
18385         Log: Integrate mainline
18386      Branch: perlio
18387           +> t/lib/selfstubber.t
18388           !> (integrate 50 files)
18389 ____________________________________________________________________________
18390 [  9889] By: jhi                                   on 2001/04/27  18:23:46
18391         Log: Subject: Re: selfstubber test fail on bleadperl
18392              From: Mike Guy <mjtg@cam.ac.uk>
18393              Date: Fri, 27 Apr 2001 19:31:18 +0100
18394              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
18395      Branch: perl
18396            ! t/lib/selfstubber.t
18397 ____________________________________________________________________________
18398 [  9888] By: jhi                                   on 2001/04/27  16:20:54
18399         Log: Test tweak for #9886.
18400      Branch: perl
18401            ! t/lib/b-deparse.t
18402 ____________________________________________________________________________
18403 [  9887] By: jhi                                   on 2001/04/27  16:16:33
18404         Log: Buffering issue at least in Solaris (even with perlio).
18405      Branch: perl
18406            ! t/lib/selfstubber.t
18407 ____________________________________________________________________________
18408 [  9886] By: jhi                                   on 2001/04/27  14:59:23
18409         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
18410              From: Robin Houston <robin@kitsite.com>
18411              Date: Fri, 27 Apr 2001 16:53:20 +0100
18412              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
18413      Branch: perl
18414            ! ext/B/B/Deparse.pm
18415 ____________________________________________________________________________
18416 [  9885] By: jhi                                   on 2001/04/27  14:23:51
18417         Log: Update Changes.
18418      Branch: perl
18419            ! Changes patchlevel.h
18420 ____________________________________________________________________________
18421 [  9884] By: jhi                                   on 2001/04/27  14:14:12
18422         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
18423              From: "Philip Newton" <pnewton@gmx.de>
18424              Date: Fri, 27 Apr 2001 16:40:13 +0200
18425              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
18426      Branch: perl
18427            ! pod/perldata.pod
18428 ____________________________________________________________________________
18429 [  9883] By: jhi                                   on 2001/04/27  13:28:19
18430         Log: Add LOG_PERROR; prettify the "removed".
18431      Branch: perl
18432            ! ext/Sys/Syslog/Syslog.xs
18433 ____________________________________________________________________________
18434 [  9882] By: jhi                                   on 2001/04/27  13:13:18
18435         Log: h2xs tweaks: use NV instead of double, "quote" the removed
18436              prefixes for clarity (especially when nothing is removed),
18437              slight pod reformats.
18438      Branch: perl
18439            ! utils/h2xs.PL
18440 ____________________________________________________________________________
18441 [  9881] By: jhi                                   on 2001/04/27  12:58:48
18442         Log: Don't bother creating existing directories.
18443      Branch: perl
18444            ! utils/h2xs.PL
18445 ____________________________________________________________________________
18446 [  9880] By: jhi                                   on 2001/04/27  12:45:39
18447         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
18448              From: Mike Schilli <m@perlmeister.com>
18449              Date: Wed, 25 Apr 2001 01:29:21 -0700
18450              Message-id: <3AE68AE1.6A981723@perlmeister.com>
18451      Branch: perl
18452            ! utils/h2xs.PL
18453 ____________________________________________________________________________
18454 [  9879] By: jhi                                   on 2001/04/27  12:40:55
18455         Log: break is not yet Perl.  Added the template license also to README.
18456      Branch: perl
18457            ! utils/h2xs.PL
18458 ____________________________________________________________________________
18459 [  9878] By: jhi                                   on 2001/04/27  03:08:20
18460         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
18461              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18462              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
18463              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
18464      Branch: perl
18465            ! t/lib/xs-typemap.t
18466 ____________________________________________________________________________
18467 [  9877] By: jhi                                   on 2001/04/26  23:54:40
18468         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
18469              From: "Abigail" <abigail@foad.org>
18470              Date: Fri, 27 Apr 2001 01:44:28 +0200
18471              Message-ID: <20010426234428.19786.qmail@foad.org>
18472      Branch: perl
18473            ! utils/h2xs.PL
18474 ____________________________________________________________________________
18475 [  9876] By: jhi                                   on 2001/04/26  23:52:06
18476         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
18477              From: Peter Prymmer <pvhp@forte.com>
18478              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
18479              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
18480      Branch: perl
18481            ! t/lib/selfstubber.t
18482 ____________________________________________________________________________
18483 [  9875] By: jhi                                   on 2001/04/26  23:48:10
18484         Log: Deparse nits.
18485      Branch: perl
18486            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
18487 ____________________________________________________________________________
18488 [  9874] By: jhi                                   on 2001/04/26  22:46:05
18489         Log: Document ANYOF_CLASS.
18490      Branch: perl
18491            ! regcomp.h
18492 ____________________________________________________________________________
18493 [  9873] By: jhi                                   on 2001/04/26  22:35:03
18494         Log: Subject: Re: [PATCH @9846] dumping ANYOF
18495              From: Hugo <hv@crypt.compulink.co.uk>
18496              Date: Thu, 26 Apr 2001 23:33:38 +0100
18497              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
18498      Branch: perl
18499            ! regcomp.c regcomp.h
18500 ____________________________________________________________________________
18501 [  9872] By: jhi                                   on 2001/04/26  22:34:31
18502         Log: Subject: [PATCH] more for Devel::SelfStubber
18503              From: Nicholas Clark <nick@ccl4.org>
18504              Date: Fri, 27 Apr 2001 00:13:52 +0100
18505              Message-ID: <20010427001351.K88186@plum.flirble.org>
18506      Branch: perl
18507            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
18508 ____________________________________________________________________________
18509 [  9871] By: jhi                                   on 2001/04/26  21:59:17
18510         Log: Subject: [PATCH B::Deparse] formats must be flush left
18511              From: Robin Houston <robin@kitsite.com>
18512              Date: Thu, 26 Apr 2001 23:54:29 +0100
18513              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
18514      Branch: perl
18515            ! ext/B/B/Deparse.pm
18516 ____________________________________________________________________________
18517 [  9870] By: jhi                                   on 2001/04/26  21:57:37
18518         Log: If some of the constants are prefixes of others,
18519              the prefixes may never get recognized.  (See 20010426.006.)
18520      Branch: perl
18521            ! utils/h2xs.PL
18522 ____________________________________________________________________________
18523 [  9869] By: jhi                                   on 2001/04/26  21:50:42
18524         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
18525              From: Chris Bongaarts <cab@tc.umn.edu>
18526              Date: Thu, 26 Apr 2001 17:10:31 -0500
18527              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
18528      Branch: perl
18529            ! ext/Sys/Syslog/Syslog.xs
18530 ____________________________________________________________________________
18531 [  9868] By: jhi                                   on 2001/04/26  21:35:12
18532         Log: Further cuts and more docs from Graham Barr.
18533      Branch: perl
18534            ! ext/List/Util/lib/List/Util.pm
18535            ! ext/List/Util/lib/Scalar/Util.pm
18536 ____________________________________________________________________________
18537 [  9867] By: jhi                                   on 2001/04/26  21:18:57
18538         Log: Subject: [PATCH 5.7.1] DB_File-1.77
18539              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
18540              Date: Thu, 26 Apr 2001 22:37:53 +0100
18541              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
18542      Branch: perl
18543            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
18544            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
18545 ____________________________________________________________________________
18546 [  9866] By: jhi                                   on 2001/04/26  21:12:31
18547         Log: Subject: [PATCH B::Deparse] fix easy bugs
18548              From: Robin Houston <robin@kitsite.com>
18549              Date: Thu, 26 Apr 2001 23:03:33 +0100
18550              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
18551      Branch: perl
18552            ! ext/B/B/Deparse.pm
18553 ____________________________________________________________________________
18554 [  9865] By: jhi                                   on 2001/04/26  20:26:13
18555         Log: Update Changes.
18556      Branch: perl
18557            ! Changes patchlevel.h
18558 ____________________________________________________________________________
18559 [  9864] By: jhi                                   on 2001/04/26  19:27:48
18560         Log: Dethinko from Robin Houston.
18561      Branch: perl
18562            ! ext/B/B/Deparse.pm
18563 ____________________________________________________________________________
18564 [  9863] By: jhi                                   on 2001/04/26  19:10:35
18565         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
18566              From: Robin Houston <robin@kitsite.com>
18567              Date: Thu, 26 Apr 2001 21:08:32 +0100
18568              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
18569      Branch: perl
18570            ! ext/B/B/Deparse.pm
18571 ____________________________________________________________________________
18572 [  9862] By: jhi                                   on 2001/04/26  19:04:23
18573         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
18574              From: Robin Houston <robin@kitsite.com>
18575              Date: Thu, 26 Apr 2001 20:52:50 +0100
18576              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
18577      Branch: perl
18578            ! ext/B/B/Deparse.pm
18579 ____________________________________________________________________________
18580 [  9861] By: jhi                                   on 2001/04/26  18:56:14
18581         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
18582              From: Mike Guy <mjtg@cam.ac.uk>
18583              Date: Thu, 26 Apr 2001 14:22:40 +0100
18584              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
18585      Branch: perl
18586            ! pod/perlobj.pod
18587 ____________________________________________________________________________
18588 [  9860] By: jhi                                   on 2001/04/26  18:46:42
18589         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
18590              From: Robin Houston <robin@kitsite.com>
18591              Date: Thu, 26 Apr 2001 20:34:29 +0100
18592              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
18593              
18594              Hashes do not interpolate.
18595      Branch: perl
18596            ! ext/B/B/Deparse.pm
18597 ____________________________________________________________________________
18598 [  9859] By: jhi                                   on 2001/04/26  18:43:51
18599         Log: Subject: The Time::Piece conspiracy unmasked!!!
18600              From: Mike Guy <mjtg@cam.ac.uk>
18601              Date: Thu, 26 Apr 2001 19:02:50 +0100
18602              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
18603              
18604              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
18605              From: Mike Guy <mjtg@cam.ac.uk>
18606              Date: Thu, 26 Apr 2001 19:08:21 +0100
18607              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
18608              
18609              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
18610              From: Graham Barr <gbarr@pobox.com>
18611              Date: Thu, 26 Apr 2001 19:12:03 +0100
18612              Message-ID: <20010426191203.A70835@pobox.com>
18613              
18614              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
18615      Branch: perl
18616            ! ext/List/Util/lib/List/Util.pm
18617            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
18618 ____________________________________________________________________________
18619 [  9858] By: jhi                                   on 2001/04/26  18:17:42
18620         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
18621              From: Robin Houston <robin@kitsite.com>
18622              Date: Thu, 26 Apr 2001 16:09:35 +0100
18623              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
18624      Branch: perl
18625            ! t/comp/proto.t
18626 ____________________________________________________________________________
18627 [  9857] By: jhi                                   on 2001/04/26  18:04:59
18628         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
18629              From: barries <barries@slaysys.com>
18630              Date: Thu, 26 Apr 2001 12:01:10 -0400
18631              Message-ID: <20010426120110.E29698@jester.slaysys.com>
18632      Branch: perl
18633            ! pod/perldiag.pod
18634 ____________________________________________________________________________
18635 [  9856] By: jhi                                   on 2001/04/26  18:03:33
18636         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
18637              Date: Thu, 26 Apr 2001 17:13:41 +0100
18638              From: Robin Houston <robin@kitsite.com>
18639              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
18640              
18641              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
18642              From: Robin Houston <robin@kitsite.com>
18643              Date: Thu, 26 Apr 2001 18:44:29 +0100
18644              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
18645      Branch: perl
18646            ! ext/B/B/Deparse.pm
18647 ____________________________________________________________________________
18648 [  9855] By: jhi                                   on 2001/04/26  17:56:04
18649         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
18650              From: Robin Houston <robin@kitsite.com>
18651              Date: Thu, 26 Apr 2001 17:04:08 +0100
18652              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
18653      Branch: perl
18654            ! ext/B/B/Deparse.pm
18655 ____________________________________________________________________________
18656 [  9854] By: jhi                                   on 2001/04/26  17:47:26
18657         Log: Subject: Re: Short test case for undef %stash:: crash
18658              From: Benjamin Sugars <bsugars@canoe.ca> 
18659              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
18660              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
18661              Changed and moved the perldiag entry.
18662      Branch: perl
18663            ! gv.c pod/perldiag.pod
18664 ____________________________________________________________________________
18665 [  9853] By: jhi                                   on 2001/04/26  14:35:16
18666         Log: Beginnings of strptime().  Do not touch the wet paint.
18667      Branch: perl
18668            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
18669 ____________________________________________________________________________
18670 [  9852] By: jhi                                   on 2001/04/26  13:17:21
18671         Log: Retract #9851, core dumps from pod2man.
18672      Branch: perl
18673            ! regcomp.c
18674 ____________________________________________________________________________
18675 [  9851] By: jhi                                   on 2001/04/26  11:54:41
18676         Log: (Retracted by #9852.)
18677              
18678              Subject: [PATCH @9846] dumping ANYOF
18679              From: Hugo <hv@crypt.compulink.co.uk>
18680              Date: Thu, 26 Apr 2001 05:32:38 +0100
18681              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
18682      Branch: perl
18683            ! regcomp.c
18684 ____________________________________________________________________________
18685 [  9850] By: jhi                                   on 2001/04/26  02:34:44
18686         Log: If ccflags was empty the _previous_ $* containing all the
18687              environment variables and Configure variables was used,
18688              which lead, among other bad things, into $ccflags being your
18689              uname -a output, which lead into test compile with cc failing,
18690              which lead into gcc being selected, which didn't work that well
18691              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
18692              with large files, et cetera.
18693      Branch: perl
18694            ! hints/hpux.sh
18695 ____________________________________________________________________________
18696 [  9849] By: jhi                                   on 2001/04/26  01:44:57
18697         Log: Make selfstubber test more portable.
18698      Branch: perl
18699            ! t/lib/selfstubber.t
18700 ____________________________________________________________________________
18701 [  9848] By: jhi                                   on 2001/04/26  00:50:26
18702         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
18703              From: Benjamin Sugars <ben.sugars@home.com>
18704              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
18705              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
18706      Branch: perl
18707            ! ext/Cwd/Cwd.xs
18708 ____________________________________________________________________________
18709 [  9847] By: jhi                                   on 2001/04/26  00:46:58
18710         Log: Subject: [PATCH: perl@9841] VMS updates
18711              From: Peter Prymmer <pvhp@forte.com>
18712              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
18713              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
18714      Branch: perl
18715            ! README.vms configure.com vms/descrip_mms.template
18716            ! vms/ext/filespec.t
18717 ____________________________________________________________________________
18718 [  9846] By: jhi                                   on 2001/04/26  00:11:56
18719         Log: re 'debug' was broken by #9084.
18720      Branch: perl
18721            ! ext/re/re.xs
18722 ____________________________________________________________________________
18723 [  9845] By: jhi                                   on 2001/04/25  22:33:17
18724         Log: Subject: [PATCH] test for Devel::SelfStubber
18725              From: Nicholas Clark <nick@ccl4.org>
18726              Date: Thu, 26 Apr 2001 00:00:54 +0100
18727              Message-ID: <20010426000054.D89026@plum.flirble.org>
18728      Branch: perl
18729            + t/lib/selfstubber.t
18730            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
18731 ____________________________________________________________________________
18732 [  9844] By: jhi                                   on 2001/04/25  22:29:32
18733         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
18734              From: Paul Johnson <paul@pjcj.net>
18735              Date: Thu, 26 Apr 2001 00:46:08 +0200
18736              Message-ID: <20010426004608.H2338@pjcj.net>
18737      Branch: perl
18738            ! ext/B/B/Concise.pm
18739 ____________________________________________________________________________
18740 [  9843] By: jhi                                   on 2001/04/25  22:28:28
18741         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
18742              From: Peter Prymmer <pvhp@forte.com>
18743              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
18744              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
18745      Branch: perl
18746            ! ext/Cwd/Cwd.xs
18747 ____________________________________________________________________________
18748 [  9842] By: jhi                                   on 2001/04/25  20:58:12
18749         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
18750              From: John Peacock <jpeacock@rowman.com>
18751              Date: Wed, 25 Apr 2001 17:30:26 -0400
18752              Message-ID: <3AE741F2.B3217464@rowman.com>
18753      Branch: perl
18754            ! lib/Math/BigInt.pm t/lib/bigintpm.t
18755 ____________________________________________________________________________
18756 [  9841] By: jhi                                   on 2001/04/25  20:07:05
18757         Log: Update Changes.
18758      Branch: perl
18759            ! Changes patchlevel.h
18760 ____________________________________________________________________________
18761 [  9840] By: jhi                                   on 2001/04/25  19:56:51
18762         Log: Yet another HP-UX hints version from Merijn.
18763      Branch: perl
18764            ! hints/hpux.sh
18765 ____________________________________________________________________________
18766 [  9839] By: jhi                                   on 2001/04/25  19:53:04
18767         Log: abs_path() didn't terminate the filename correctly,
18768              in DIRNAMLENless systems like HP-UX this would fail.
18769      Branch: perl
18770            ! ext/Cwd/Cwd.xs
18771 ____________________________________________________________________________
18772 [  9838] By: jhi                                   on 2001/04/25  16:37:26
18773         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
18774              From: Mike Guy <mjtg@cam.ac.uk>
18775              Date: Wed, 25 Apr 2001 18:31:47 +0100
18776              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
18777      Branch: perl
18778            ! op.c
18779 ____________________________________________________________________________
18780 [  9837] By: jhi                                   on 2001/04/25  16:21:53
18781         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
18782              From: Jon Eveland <jweveland@yahoo.com>
18783              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
18784              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
18785      Branch: perl
18786            ! lib/perl5db.pl
18787 ____________________________________________________________________________
18788 [  9836] By: jhi                                   on 2001/04/25  14:17:50
18789         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
18790              From: "Philip Newton" <pnewton@gmx.de>
18791              Date: Wed, 25 Apr 2001 17:05:58 +0200
18792              Message-ID: <3AE703F6.3234.1833C45@localhost>
18793      Branch: perl
18794            ! Porting/patching.pod
18795 ____________________________________________________________________________
18796 [  9835] By: jhi                                   on 2001/04/25  13:58:07
18797         Log: It would seem that both ar and full_ar need to be overridden
18798              for HP-UX to avoid the GNU ar.
18799      Branch: perl
18800            ! hints/hpux.sh
18801 ____________________________________________________________________________
18802 [  9834] By: jhi                                   on 2001/04/25  13:50:40
18803         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
18804              From: "Philip Newton" <pnewton@gmx.de>
18805              Date: Wed, 25 Apr 2001 16:09:23 +0200
18806              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
18807              
18808              Detypo.
18809      Branch: perl
18810            ! t/op/misc.t
18811 ____________________________________________________________________________
18812 [  9833] By: jhi                                   on 2001/04/25  12:36:11
18813         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
18814      Branch: perl
18815            ! hints/hpux.sh
18816 ____________________________________________________________________________
18817 [  9832] By: jhi                                   on 2001/04/25  12:33:36
18818         Log: New version of HP-UX hints from Merijn.
18819      Branch: perl
18820            ! hints/hpux.sh
18821 ____________________________________________________________________________
18822 [  9831] By: jhi                                   on 2001/04/25  03:39:45
18823         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
18824      Branch: perl
18825            ! hints/hpux.sh
18826 ____________________________________________________________________________
18827 [  9830] By: jhi                                   on 2001/04/25  02:53:25
18828         Log: The tzname[] bit is not needed by util.c -- and causes
18829              heartburn in VMS (and it missing was probably the cause of
18830              the Mac OS X trouble).  Ouch.
18831      Branch: perl
18832            ! ext/POSIX/POSIX.xs util.c
18833 ____________________________________________________________________________
18834 [  9829] By: jhi                                   on 2001/04/25  00:10:06
18835         Log: Metaconfig unit change for #9828.
18836      Branch: metaconfig
18837            ! U/compline/ccflags.U
18838 ____________________________________________________________________________
18839 [  9828] By: jhi                                   on 2001/04/25  00:04:18
18840         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
18841              (which is actually the reason for the change, we need to pass
18842              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
18843              EP/IX, OS/2, and TitanOS, based on the hints files.
18844      Branch: perl
18845            ! Configure config_h.SH
18846 ____________________________________________________________________________
18847 [  9827] By: jhi                                   on 2001/04/24  23:49:20
18848         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
18849              the $cat must have an absolute path.
18850      Branch: perl
18851            ! makedepend.SH
18852 ____________________________________________________________________________
18853 [  9826] By: jhi                                   on 2001/04/24  23:40:53
18854         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
18855      Branch: perl
18856            ! README.amiga
18857 ____________________________________________________________________________
18858 [  9825] By: jhi                                   on 2001/04/24  23:35:35
18859         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
18860              From: "Philip Newton" <pnewton@gmx.de>
18861              Date: Tue, 24 Apr 2001 18:52:49 +0200
18862              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
18863      Branch: perl
18864            ! x2p/find2perl.PL
18865 ____________________________________________________________________________
18866 [  9824] By: jhi                                   on 2001/04/24  23:33:07
18867         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
18868              Some gcc specifics dropped out due to extensive rewriting;
18869              will be put back later as needed.
18870      Branch: perl
18871            ! hints/hpux.sh
18872 ____________________________________________________________________________
18873 [  9823] By: jhi                                   on 2001/04/24  23:27:57
18874         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
18875      Branch: perl
18876            ! ext/POSIX/POSIX.xs
18877 ____________________________________________________________________________
18878 [  9822] By: jhi                                   on 2001/04/24  23:25:21
18879         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
18880              From: Tim Jenness <t.jenness@jach.hawaii.edu>
18881              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
18882              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
18883      Branch: perl
18884            ! ext/XS/Typemap/Typemap.xs
18885 ____________________________________________________________________________
18886 [  9821] By: jhi                                   on 2001/04/24  23:24:10
18887         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
18888              From: "Abigail" <abigail@foad.org>
18889              Date: Tue, 24 Apr 2001 23:12:03 +0200
18890              Message-ID: <20010424211203.7901.qmail@foad.org>
18891      Branch: perl
18892            ! pod/perlport.pod
18893 ____________________________________________________________________________
18894 [  9820] By: jhi                                   on 2001/04/24  23:23:15
18895         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
18896              From: Matt Sergeant <matt@sergeant.org>
18897              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
18898              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
18899      Branch: perl
18900            ! pod/perlfaq4.pod
18901 ____________________________________________________________________________
18902 [  9819] By: nick                                  on 2001/04/24  18:49:43
18903         Log: Integrate mainline.
18904      Branch: perlio
18905           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
18906           !> (integrate 37 files)
18907 ____________________________________________________________________________
18908 [  9818] By: jhi                                   on 2001/04/24  14:35:23
18909         Log: Update Changes.
18910      Branch: perl
18911            ! Changes patchlevel.h
18912 ____________________________________________________________________________
18913 [  9817] By: jhi                                   on 2001/04/24  14:09:17
18914         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
18915              From: "Philip Newton" <pnewton@gmx.de>
18916              Date: Tue, 24 Apr 2001 12:58:12 +0200
18917              Message-ID: <3AE57864.8304.B77A0A@localhost> 
18918              
18919              plus add CPAN to the list of modules that have their own tests.
18920      Branch: perl
18921            ! t/lib/1_compile.t
18922 ____________________________________________________________________________
18923 [  9816] By: jhi                                   on 2001/04/24  14:07:03
18924         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
18925              From: Michael G Schwern <schwern@pobox.com>
18926              Date: Sat, 21 Apr 2001 22:35:00 +0100
18927              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
18928      Branch: perl
18929            ! t/lib/1_compile.t
18930 ____________________________________________________________________________
18931 [  9815] By: jhi                                   on 2001/04/24  13:54:32
18932         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
18933              From: Robin Houston <robin@kitsite.com>
18934              Date: Tue, 24 Apr 2001 15:51:18 +0100
18935              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
18936      Branch: perl
18937            ! ext/B/B/Deparse.pm
18938 ____________________________________________________________________________
18939 [  9814] By: jhi                                   on 2001/04/24  13:17:34
18940         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
18941              From: Bill Glicker <billg@burrelles.com>
18942              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
18943              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
18944      Branch: perl
18945            ! hints/svr5.sh
18946 ____________________________________________________________________________
18947 [  9813] By: jhi                                   on 2001/04/24  12:54:23
18948         Log: Prevent path disclosure (probing for existence of filenames)
18949              using suidperl; bug id 20010322.218.
18950      Branch: perl
18951            ! perl.c pod/perldiag.pod
18952 ____________________________________________________________________________
18953 [  9812] By: jhi                                   on 2001/04/24  12:08:36
18954         Log: Retract #9811.
18955      Branch: perl
18956            ! ext/POSIX/POSIX.xs
18957 ____________________________________________________________________________
18958 [  9811] By: jhi                                   on 2001/04/24  11:57:35
18959         Log: (Retracted by #9812.)
18960      Branch: perl
18961            ! ext/POSIX/POSIX.xs
18962 ____________________________________________________________________________
18963 [  9810] By: jhi                                   on 2001/04/24  03:32:35
18964         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
18965      Branch: perl
18966            ! util.c
18967 ____________________________________________________________________________
18968 [  9809] By: jhi                                   on 2001/04/24  03:16:13
18969         Log: The Math::BigFloat::import() was broken.
18970              (Fixes bug id 20010422.002.)
18971      Branch: perl
18972            ! lib/Math/BigFloat.pm
18973 ____________________________________________________________________________
18974 [  9808] By: jhi                                   on 2001/04/24  01:11:40
18975         Log: Additional dependencies; should help for parallel makes
18976              not to fail on missing lib/lib.pm or lib/re.pm.
18977      Branch: perl
18978            ! Makefile.SH
18979 ____________________________________________________________________________
18980 [  9807] By: jhi                                   on 2001/04/24  00:57:01
18981         Log: Update the test failure disclaimer.
18982      Branch: perl
18983            ! t/pragma/warn/pp_hot
18984 ____________________________________________________________________________
18985 [  9806] By: jhi                                   on 2001/04/24  00:54:04
18986         Log: Add make target "install-all" which is alias for "install"
18987              to cater for case-preserving filesystems like HFS+.
18988      Branch: perl
18989            ! INSTALL Makefile.SH
18990 ____________________________________________________________________________
18991 [  9805] By: jhi                                   on 2001/04/24  00:47:28
18992         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
18993              From: Peter Prymmer <pvhp@forte.com>
18994              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
18995              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
18996              
18997              (Ken William's message forwarded from macosx@perl.org)
18998      Branch: perl
18999            ! hints/darwin.sh
19000 ____________________________________________________________________________
19001 [  9804] By: jhi                                   on 2001/04/23  23:57:35
19002         Log: Cut-and-pasto.
19003      Branch: perl
19004            ! perlio.c
19005 ____________________________________________________________________________
19006 [  9803] By: jhi                                   on 2001/04/23  23:52:25
19007         Log: More PerlIO robustness.
19008      Branch: perl
19009            ! perlio.c
19010 ____________________________________________________________________________
19011 [  9802] By: jhi                                   on 2001/04/23  23:43:35
19012         Log: Make the "STD* opened only for ..." errors more consistent.
19013      Branch: perl
19014            ! doio.c
19015 ____________________________________________________________________________
19016 [  9801] By: jhi                                   on 2001/04/23  23:34:26
19017         Log: Test case for #9800.
19018      Branch: perl
19019            ! t/op/misc.t
19020 ____________________________________________________________________________
19021 [  9800] By: jhi                                   on 2001/04/23  23:14:43
19022         Log: Avoid coredump on 'close STDERR; die' by making
19023              the PerlIO calls more robust.  Also use SETERRNO()
19024              instead of errno = to be more VMS-ready.
19025      Branch: perl
19026            ! perlio.c
19027 ____________________________________________________________________________
19028 [  9799] By: jhi                                   on 2001/04/23  21:41:10
19029         Log: Subject: test for ID 20010423.002
19030              From: Robin Houston <robin@kitsite.com>
19031              Date: Mon, 23 Apr 2001 16:52:21 +0100
19032              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
19033      Branch: perl
19034            ! t/op/avhv.t
19035 ____________________________________________________________________________
19036 [  9798] By: jhi                                   on 2001/04/23  21:40:07
19037         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
19038              From: David Dyck <dcd@tc.fluke.com>
19039              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
19040              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
19041      Branch: perl
19042            ! installperl
19043 ____________________________________________________________________________
19044 [  9797] By: jhi                                   on 2001/04/23  21:37:56
19045         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
19046              From: Benjamin Sugars <bsugars@canoe.ca>
19047              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
19048              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
19049      Branch: perl
19050            ! ext/Cwd/Cwd.xs lib/Cwd.pm
19051 ____________________________________________________________________________
19052 [  9796] By: jhi                                   on 2001/04/23  21:29:24
19053         Log: Synchronize h2xs and pod2man some more on the documentation
19054              templates they propose.
19055      Branch: perl
19056            ! pod/pod2man.PL utils/h2xs.PL
19057 ____________________________________________________________________________
19058 [  9795] By: jhi                                   on 2001/04/23  17:30:40
19059         Log: Add one more naughty test for base64; make encoding logic cleaner.
19060      Branch: perl
19061            ! t/lib/mimeb64.t
19062 ____________________________________________________________________________
19063 [  9794] By: jhi                                   on 2001/04/23  13:51:32
19064         Log: Update Changes.
19065      Branch: perl
19066            ! Changes patchlevel.h
19067 ____________________________________________________________________________
19068 [  9793] By: jhi                                   on 2001/04/23  13:44:18
19069         Log: Duplicate lines.
19070      Branch: perl
19071            ! MANIFEST
19072 ____________________________________________________________________________
19073 [  9792] By: jhi                                   on 2001/04/23  13:39:13
19074         Log: Subject: Re: PATCH 5.7.1
19075              From: Mark-Jason Dominus <mjd@plover.com>
19076              Date: Mon, 23 Apr 2001 10:30:21 -0400
19077              Message-ID: <20010423143021.17335.qmail@plover.com>
19078      Branch: perl
19079            ! perl.h sv.c
19080 ____________________________________________________________________________
19081 [  9791] By: jhi                                   on 2001/04/23  13:32:40
19082         Log: Add the CPAN.pm 1.59_54 tests.
19083      Branch: perl
19084            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
19085            ! MANIFEST
19086 ____________________________________________________________________________
19087 [  9790] By: jhi                                   on 2001/04/23  13:21:55
19088         Log: Subject: Deparse nit
19089              From: Robin Houston <robin@kitsite.com>
19090              Date: Mon, 23 Apr 2001 12:38:20 +0100
19091              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
19092      Branch: perl
19093            ! ext/B/B/Deparse.pm
19094 ____________________________________________________________________________
19095 [  9789] By: jhi                                   on 2001/04/23  13:19:07
19096         Log: Subject: [PATCH] bug 20010423.002
19097              From: Robin Houston <robin@kitsite.com>
19098              Date: Mon, 23 Apr 2001 13:12:30 +0100
19099              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
19100      Branch: perl
19101            ! pp.c
19102 ____________________________________________________________________________
19103 [  9788] By: jhi                                   on 2001/04/23  13:02:49
19104         Log: Subject: PATCH [5.7.1] hv.c unused #define
19105              From: Mark-Jason Dominus <mjd@plover.com>
19106              Date: Sun, 22 Apr 2001 14:17:49 -0400
19107              Message-ID: <20010422181749.26976.qmail@plover.com>
19108      Branch: perl
19109            ! hv.c
19110 ____________________________________________________________________________
19111 [  9787] By: jhi                                   on 2001/04/23  13:02:02
19112         Log: Subject: PATCH 5.7.1
19113              From: Mark-Jason Dominus <mjd@plover.com>
19114              Date: Sun, 22 Apr 2001 15:12:57 -0400
19115              Message-ID: <20010422191258.6539.qmail@plover.com>
19116              
19117              plus Sarathy's STMT_START + STMT_END suggestion.
19118      Branch: perl
19119            ! perl.h
19120 ____________________________________________________________________________
19121 [  9786] By: jhi                                   on 2001/04/23  12:53:25
19122         Log: Fix for
19123              
19124              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
19125              From: dLux <dlux@spam.sch.bme.hu>
19126              Date: Mon, 23 Apr 2001 01:25:26 +0200
19127              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
19128              
19129              (SvGROW really does return a char *.)
19130      Branch: perl
19131            ! pod/perlapi.pod sv.h
19132 ____________________________________________________________________________
19133 [  9785] By: jhi                                   on 2001/04/23  04:34:04
19134         Log: Time::Piece work continues.  $t->day removed since
19135              I think it's too confusing.  Now has normal and
19136              abbreviated length weekday names and month names,
19137              the names change with _names(), not _list().
19138              Now has strftime() in Perl, _strftime() is
19139              the libc version (to which strftime() falls back
19140              if it doesn't know the format.  To do: the reverse
19141              of strftime, strptime(), and the localisation of both.
19142      Branch: perl
19143            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
19144            ! t/lib/time-piece.t
19145 ____________________________________________________________________________
19146 [  9784] By: jhi                                   on 2001/04/23  02:41:46
19147         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
19148              From: andreas.koenig@anima.de (Andreas J. Koenig)
19149              Date: 23 Apr 2001 05:20:55 +0200
19150              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
19151      Branch: perl
19152            ! t/pragma/overload.t
19153 ____________________________________________________________________________
19154 [  9783] By: jhi                                   on 2001/04/22  23:32:42
19155         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
19156              From: Robin Houston <robin@kitsite.com>
19157              Date: Mon, 23 Apr 2001 00:38:18 +0100
19158              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
19159      Branch: perl
19160            ! ext/B/B/Deparse.pm
19161 ____________________________________________________________________________
19162 [  9782] By: jhi                                   on 2001/04/22  20:55:43
19163         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
19164              From: Simon Cozens <simon@netthink.co.uk>
19165              Date: Sun, 22 Apr 2001 18:47:25 +0100
19166              Message-ID: <20010422184725.A14411@netthink.co.uk>
19167      Branch: perl
19168            ! sv.c t/pragma/overload.t
19169 ____________________________________________________________________________
19170 [  9781] By: jhi                                   on 2001/04/22  20:52:13
19171         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
19172              From: Robin Houston <robin@kitsite.com>
19173              Date: Sun, 22 Apr 2001 22:14:50 +0100
19174              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
19175      Branch: perl
19176            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
19177 ____________________________________________________________________________
19178 [  9780] By: nick                                  on 2001/04/22  20:40:31
19179         Log: Integrate mainline.
19180      Branch: perlio
19181           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
19182           +> t/lib/b-stash.t
19183           !> (integrate 38 files)
19184 ____________________________________________________________________________
19185 [  9779] By: jhi                                   on 2001/04/22  15:16:03
19186         Log: Subject: IO::Socket::INET patch
19187              From: andrew deryabin <djsf@technarchy.ru>
19188              Date: Sat, 21 Apr 2001 17:46:52 +0400
19189              Message-ID: <20010421174652.B1426@technarchy>
19190      Branch: perl
19191            ! ext/IO/lib/IO/Socket/INET.pm
19192 ____________________________________________________________________________
19193 [  9778] By: jhi                                   on 2001/04/22  15:14:33
19194         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
19195              From: Mark-Jason Dominus <mjd@plover.com>
19196              Date: Sat, 21 Apr 2001 21:27:49 -0400
19197              Message-ID: <20010422012749.27024.qmail@plover.com>
19198      Branch: perl
19199            ! regcomp.c
19200 ____________________________________________________________________________
19201 [  9777] By: jhi                                   on 2001/04/22  15:10:51
19202         Log: Subject: Re: Regex debugger patch 
19203              From: Mark-Jason Dominus <mjd@plover.com>
19204              Date: Sat, 21 Apr 2001 21:48:51 -0400
19205              Message-ID: <20010422014851.27165.qmail@plover.com>
19206      Branch: perl
19207            ! pod/perldebguts.pod
19208 ____________________________________________________________________________
19209 [  9776] By: jhi                                   on 2001/04/22  15:09:48
19210         Log: Subject: Re: Regex debugger patch
19211              From: Mark-Jason Dominus <mjd@plover.com>
19212              Date: Sat, 21 Apr 2001 14:24:39 -0400
19213              Message-ID: <20010421182439.16508.qmail@plover.com>
19214              
19215              Regex debugger backend.
19216      Branch: perl
19217            ! regcomp.c regexp.h
19218 ____________________________________________________________________________
19219 [  9775] By: jhi                                   on 2001/04/21  16:45:40
19220         Log: Subject: [PATCH] Typo in utf8.h
19221              From: Jesús Quiroga <jquiroga@pobox.com>
19222              Date: Sat, 21 Apr 2001 19:25:33 +0200
19223              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
19224      Branch: perl
19225            ! utf8.h
19226 ____________________________________________________________________________
19227 [  9774] By: jhi                                   on 2001/04/21  16:43:52
19228         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
19229              From: Joe Orton <jorton@redhat.com>
19230              Date: Tue, 17 Apr 2001 15:50:43 +0100
19231              Message-Id: <20010417155043.D19132@eu.c2.net>
19232      Branch: perl
19233            ! hints/svr5.sh
19234 ____________________________________________________________________________
19235 [  9773] By: jhi                                   on 2001/04/21  15:30:15
19236         Log: Subject: Patch utils/h2xs.PL
19237              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
19238              Date: Sat, 21 Apr 2001 10:32:16 -0500
19239              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
19240              
19241              Add MAILING list and LICENSE templates.
19242      Branch: perl
19243            ! utils/h2xs.PL
19244 ____________________________________________________________________________
19245 [  9772] By: jhi                                   on 2001/04/21  15:28:36
19246         Log: Subject: perlfaq2.patch for 5.7.1
19247              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
19248              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
19249              Date: Fri, 20 Apr 2001 16:42:19 -0500
19250              
19251              rm an extra tab, a blurb about the xx.cpan to clarify
19252              which countries actually have that and dejanews is history
19253              as well as most of that nonsensical entry.
19254      Branch: perl
19255            ! pod/perlfaq2.pod
19256 ____________________________________________________________________________
19257 [  9771] By: jhi                                   on 2001/04/21  15:27:17
19258         Log: Subject: perlfaq1.patch for 5.7.1
19259              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
19260              Date: Fri, 20 Apr 2001 16:57:36 -0500
19261              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
19262              
19263              Evil URLs must die. Especially when they are broken.
19264      Branch: perl
19265            ! pod/perlfaq1.pod
19266 ____________________________________________________________________________
19267 [  9770] By: jhi                                   on 2001/04/21  15:23:38
19268         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
19269              From: Michael G Schwern <schwern@pobox.com>
19270              Date: Sat, 21 Apr 2001 16:11:12 +0100
19271              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
19272      Branch: perl
19273            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
19274            + t/lib/b-stash.t
19275            ! MANIFEST ext/B/B.pm t/lib/b.t
19276 ____________________________________________________________________________
19277 [  9769] By: jhi                                   on 2001/04/21  15:03:32
19278         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
19279              From: Michael G Schwern <schwern@pobox.com>
19280              Date: Sat, 21 Apr 2001 09:48:00 +0100
19281              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
19282      Branch: perl
19283            ! utils/h2ph.PL
19284 ____________________________________________________________________________
19285 [  9768] By: jhi                                   on 2001/04/21  14:33:49
19286         Log: PerlIO and Encode doc cleanup and tweaks.
19287      Branch: perl
19288            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
19289            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
19290 ____________________________________________________________________________
19291 [  9767] By: jhi                                   on 2001/04/21  12:40:16
19292         Log: Integrate perlio.
19293      Branch: perl
19294           !> doio.c
19295 ____________________________________________________________________________
19296 [  9766] By: nick                                  on 2001/04/20  18:28:35
19297         Log: Avoid core dump on
19298              open(STDOUT,">",\$foo);
19299      Branch: perlio
19300            ! doio.c
19301 ____________________________________________________________________________
19302 [  9765] By: jhi                                   on 2001/04/20  13:23:43
19303         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
19304              From: Robin Houston <robin@kitsite.com>
19305              Date: Fri, 20 Apr 2001 14:29:22 +0100
19306              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
19307      Branch: perl
19308            ! ext/B/B.pm ext/B/B/Deparse.pm
19309 ____________________________________________________________________________
19310 [  9764] By: jhi                                   on 2001/04/20  13:19:33
19311         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
19312              From: Peter Prymmer <pvhp@forte.com>
19313              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
19314              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
19315      Branch: perl
19316            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
19317            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
19318            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
19319            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
19320 ____________________________________________________________________________
19321 [  9763] By: jhi                                   on 2001/04/20  12:36:39
19322         Log: Subject: Re: A new PerlIO coredump
19323              From: Nick Ing-Simmons <nik@tiuk.ti.com>
19324              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
19325              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
19326      Branch: perl
19327            ! doio.c
19328 ____________________________________________________________________________
19329 [  9762] By: jhi                                   on 2001/04/19  23:02:30
19330         Log: Update Changes.
19331      Branch: perl
19332            ! Changes patchlevel.h
19333 ____________________________________________________________________________
19334 [  9761] By: jhi                                   on 2001/04/19  22:59:19
19335         Log: More cleanup cleanup.
19336      Branch: perl
19337            ! Makefile.SH win32/Makefile win32/makefile.mk
19338 ____________________________________________________________________________
19339 [  9760] By: jhi                                   on 2001/04/19  22:50:31
19340         Log: lib/Time is non-empty, let's not rmdir it.
19341      Branch: perl
19342            ! Makefile.SH
19343 ____________________________________________________________________________
19344 [  9759] By: jhi                                   on 2001/04/19  22:36:51
19345         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
19346              From: Robin Houston <robin@kitsite.com>
19347              Date: Fri, 20 Apr 2001 00:18:53 +0100
19348              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
19349      Branch: perl
19350            ! ext/B/B/Deparse.pm
19351 ____________________________________________________________________________
19352 [  9758] By: jhi                                   on 2001/04/19  22:36:00
19353         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
19354              From: Peter Prymmer <pvhp@forte.com>
19355              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
19356              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
19357      Branch: perl
19358            ! ext/Cwd/Cwd.xs
19359 ____________________________________________________________________________
19360 [  9757] By: nick                                  on 2001/04/19  18:53:54
19361         Log: Blind (untested) integrate of mainline.
19362      Branch: perlio
19363           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
19364           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
19365           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
19366           !> (integrate 53 files)
19367 ____________________________________________________________________________
19368 [  9756] By: jhi                                   on 2001/04/19  16:59:23
19369         Log: Document and test Time::Piece.
19370      Branch: perl
19371            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
19372            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
19373 ____________________________________________________________________________
19374 [  9755] By: jhi                                   on 2001/04/19  12:13:29
19375         Log: A better fix for the \x{12345678} trouble from NI-S.
19376      Branch: perl
19377            ! utf8.c
19378 ____________________________________________________________________________
19379 [  9754] By: jhi                                   on 2001/04/19  11:56:07
19380         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
19381              From: Robin Houston <robin@kitsite.com>
19382              Date: Wed, 18 Apr 2001 17:58:33 +0100
19383              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
19384      Branch: perl
19385            ! ext/B/B/Deparse.pm op.c
19386 ____________________________________________________________________________
19387 [  9753] By: jhi                                   on 2001/04/19  04:21:52
19388         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
19389              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
19390              Date: Thu, 19 Apr 2001 01:11:41 -0400
19391              Message-ID: <20010419011141.A5798@cpan.org>
19392      Branch: perl
19393            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
19394 ____________________________________________________________________________
19395 [  9752] By: jhi                                   on 2001/04/19  02:41:10
19396         Log: The new time utils need to be thread-aware, too.
19397      Branch: perl
19398            ! util.c
19399 ____________________________________________________________________________
19400 [  9751] By: jhi                                   on 2001/04/19  02:26:47
19401         Log: Compilation nit noticed by AIX compiler.
19402      Branch: perl
19403            ! perlio.c
19404 ____________________________________________________________________________
19405 [  9750] By: jhi                                   on 2001/04/19  02:20:06
19406         Log: The new time utils need to be public.
19407      Branch: perl
19408            ! embed.pl
19409 ____________________________________________________________________________
19410 [  9749] By: jhi                                   on 2001/04/19  01:42:39
19411         Log: Regen toc.
19412      Branch: perl
19413            ! pod/perltoc.pod
19414 ____________________________________________________________________________
19415 [  9748] By: jhi                                   on 2001/04/19  01:41:10
19416         Log: Add Time::Piece, a slight rewrite of Time::Object,
19417              from Matt Sergeant.
19418      Branch: perl
19419            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
19420            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
19421            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
19422            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
19423            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
19424            ! win32/makefile.mk
19425 ____________________________________________________________________________
19426 [  9747] By: jhi                                   on 2001/04/19  00:55:35
19427         Log: The new metaconfig unit from strftime.
19428      Branch: metaconfig/U/perl
19429            + d_strftime.U
19430 ____________________________________________________________________________
19431 [  9746] By: jhi                                   on 2001/04/19  00:54:54
19432         Log: Move the strftime() wrapper from POSIX.xs to util.c
19433              as my_strftime(), requires HAS_STRFTIME.
19434      Branch: perl
19435            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
19436            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
19437            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
19438            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
19439            ! vos/config.ga.h win32/config.bc win32/config.gc
19440            ! win32/config.vc
19441 ____________________________________________________________________________
19442 [  9745] By: jhi                                   on 2001/04/18  23:11:03
19443         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
19444              in preparation of Time::Piece.
19445      Branch: perl
19446            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
19447 ____________________________________________________________________________
19448 [  9744] By: jhi                                   on 2001/04/18  22:33:12
19449         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
19450              From: Peter Prymmer <pvhp@forte.com>
19451              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
19452              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
19453      Branch: perl
19454            ! t/lib/exporter.t
19455 ____________________________________________________________________________
19456 [  9743] By: jhi                                   on 2001/04/18  22:32:23
19457         Log: Subject: Fwd: pod2html leaves cache files lying around?
19458              From: Rajesh Vaidheeswarran <rv@gnu.org>
19459              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
19460              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
19461      Branch: perl
19462            ! lib/Pod/Html.pm
19463 ____________________________________________________________________________
19464 [  9742] By: jhi                                   on 2001/04/18  20:31:49
19465         Log: Update Changes.
19466      Branch: perl
19467            ! Changes patchlevel.h
19468 ____________________________________________________________________________
19469 [  9741] By: jhi                                   on 2001/04/18  20:23:02
19470         Log: Declare hints only if needed.
19471      Branch: perl
19472            ! ext/B/B/Deparse.pm
19473 ____________________________________________________________________________
19474 [  9740] By: jhi                                   on 2001/04/18  19:06:05
19475         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
19476              bug noticed by Robin Houston; basically the code of detecting
19477              value wraparound was acting differently under different compilers
19478              and platforms.  The workaround is to remove the overflow check
19479              for now, a real fix would be to do the overflow (portably) right.
19480      Branch: perl
19481            ! t/op/pat.t utf8.c
19482 ____________________________________________________________________________
19483 [  9739] By: jhi                                   on 2001/04/18  19:01:23
19484         Log: Subject: [PATCH B::Deparse] some pragma support
19485              From: Robin Houston <robin@kitsite.com>
19486              Date: Wed, 18 Apr 2001 19:32:12 +0100
19487              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
19488      Branch: perl
19489            ! ext/B/B/Deparse.pm
19490 ____________________________________________________________________________
19491 [  9738] By: jhi                                   on 2001/04/18  15:16:37
19492         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
19493              From: Benjamin Sugars <bsugars@canoe.ca>
19494              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
19495              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
19496      Branch: perl
19497            ! t/op/glob.t
19498 ____________________________________________________________________________
19499 [  9737] By: jhi                                   on 2001/04/18  13:24:50
19500         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
19501              From: Tim Jenness <t.jenness@jach.hawaii.edu>
19502              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
19503              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
19504      Branch: perl
19505            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
19506            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
19507 ____________________________________________________________________________
19508 [  9736] By: jhi                                   on 2001/04/18  04:15:14
19509         Log: The #9735 also changes the subtest 12.
19510      Branch: perl
19511            ! t/lib/b.t
19512 ____________________________________________________________________________
19513 [  9735] By: jhi                                   on 2001/04/18  03:55:17
19514         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
19515              From: David Dyck <dcd@tc.fluke.com>
19516              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
19517              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
19518      Branch: perl
19519            ! ext/B/B/Deparse.pm
19520 ____________________________________________________________________________
19521 [  9734] By: jhi                                   on 2001/04/18  03:54:11
19522         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
19523              From: Gisle Aas <gisle@ActiveState.com>
19524              Date: 17 Apr 2001 19:06:45 -0700
19525              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
19526      Branch: perl
19527            ! pp_hot.c t/op/misc.t
19528 ____________________________________________________________________________
19529 [  9733] By: jhi                                   on 2001/04/17  22:25:22
19530         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
19531              From: "Abigail" <abigail@foad.org>
19532              Date: Wed, 18 Apr 2001 01:17:46 +0200
19533              Message-ID: <20010417231746.21657.qmail@foad.org>
19534      Branch: perl
19535            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
19536 ____________________________________________________________________________
19537 [  9732] By: jhi                                   on 2001/04/17  20:47:56
19538         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
19539              From: Robin Houston <robin@kitsite.com>
19540              Date: Tue, 17 Apr 2001 22:37:42 +0100
19541              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
19542      Branch: perl
19543            ! ext/B/B/Deparse.pm
19544 ____________________________________________________________________________
19545 [  9731] By: nick                                  on 2001/04/17  20:46:35
19546         Log: Re-sync for t/lib/b.t fix
19547      Branch: perlio
19548           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
19549 ____________________________________________________________________________
19550 [  9730] By: jhi                                   on 2001/04/17  20:45:29
19551         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
19552              From: Robin Houston <robin@kitsite.com>
19553              Date: Tue, 17 Apr 2001 22:29:36 +0100
19554              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
19555      Branch: perl
19556            ! ext/B/B.xs ext/B/B/Deparse.pm
19557 ____________________________________________________________________________
19558 [  9729] By: jhi                                   on 2001/04/17  20:43:11
19559         Log: Subject: Deparse - parenthesise args to undeclared subs
19560              From: Robin Houston <robin@kitsite.com>
19561              Date: Tue, 17 Apr 2001 21:31:05 +0100
19562              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
19563      Branch: perl
19564            ! ext/B/B/Deparse.pm
19565 ____________________________________________________________________________
19566 [  9728] By: jhi                                   on 2001/04/17  18:57:30
19567         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
19568              From: Benjamin Sugars <ben.sugars@home.com>
19569              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
19570              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
19571      Branch: perl
19572            ! t/lib/cwd.t
19573 ____________________________________________________________________________
19574 [  9727] By: jhi                                   on 2001/04/17  18:20:20
19575         Log: Subject: [PATCH B::Deparse] ambient pragmas
19576              From: Robin Houston <robin@kitsite.com>
19577              Date: Tue, 17 Apr 2001 20:01:59 +0100
19578              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
19579      Branch: perl
19580            ! ext/B/B/Deparse.pm t/lib/b.t
19581 ____________________________________________________________________________
19582 [  9726] By: nick                                  on 2001/04/17  16:33:51
19583         Log: Integrate mainline (t/lib/b.t fails test 2...)
19584      Branch: perlio
19585           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
19586           +> ext/List/Util/README ext/List/Util/Util.xs
19587           +> ext/List/Util/lib/List/Util.pm
19588           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
19589           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
19590           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
19591           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
19592           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
19593           !> (integrate 31 files)
19594 ____________________________________________________________________________
19595 [  9725] By: jhi                                   on 2001/04/17  12:14:24
19596         Log: Subject: multiple B::* changes
19597              From: Robin Houston <robin@kitsite.com>
19598              Date: Thu, 12 Apr 2001 20:12:27 +0100
19599              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
19600      Branch: perl
19601            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
19602 ____________________________________________________________________________
19603 [  9724] By: jhi                                   on 2001/04/17  11:59:05
19604         Log: Thread-awareness from Doug MacEachern.
19605      Branch: perl
19606            ! ext/List/Util/Util.xs
19607 ____________________________________________________________________________
19608 [  9723] By: jhi                                   on 2001/04/17  11:57:41
19609         Log: Make the test more portable.
19610      Branch: perl
19611            ! t/lib/cwd.t
19612 ____________________________________________________________________________
19613 [  9722] By: jhi                                   on 2001/04/17  11:53:50
19614         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
19615              From: Benjamin Sugars <ben.sugars@home.com>
19616              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
19617              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
19618      Branch: perl
19619            ! t/lib/cwd.t
19620 ____________________________________________________________________________
19621 [  9721] By: jhi                                   on 2001/04/17  11:52:17
19622         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
19623              From: Benjamin Sugars <bsugars@canoe.ca>
19624              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
19625              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
19626      Branch: perl
19627            ! op.c
19628 ____________________________________________________________________________
19629 [  9720] By: jhi                                   on 2001/04/17  11:35:42
19630         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
19631              From: Chris Nandor <pudge@pobox.com>
19632              Date: Tue, 17 Apr 2001 00:30:49 -0400
19633              Message-Id: <p05100207b701768712de@[10.0.1.177]>
19634      Branch: perl
19635            ! ext/File/Glob/bsd_glob.c gv.c
19636 ____________________________________________________________________________
19637 [  9719] By: jhi                                   on 2001/04/17  11:32:13
19638         Log: Subject: [PATCH] Tweten->West
19639              From: Casey West <casey@geeknest.com>
19640              Date: Mon, 16 Apr 2001 12:11:22 -0400
19641              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
19642      Branch: perl
19643            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
19644            ! pod/perltie.pod
19645 ____________________________________________________________________________
19646 [  9718] By: jhi                                   on 2001/04/16  03:22:52
19647         Log: Update Changes.
19648      Branch: perl
19649            ! Changes patchlevel.h
19650 ____________________________________________________________________________
19651 [  9717] By: jhi                                   on 2001/04/16  03:06:28
19652         Log: Regen toc.
19653      Branch: perl
19654            ! pod/perltoc.pod
19655 ____________________________________________________________________________
19656 [  9716] By: jhi                                   on 2001/04/16  02:58:42
19657         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
19658              From: Prymmer/Kahn <pvhp@best.com>
19659              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
19660              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
19661      Branch: perl
19662            ! utf8.c
19663 ____________________________________________________________________________
19664 [  9715] By: jhi                                   on 2001/04/15  23:40:35
19665         Log: Subject: Re: Net::Ping patch, adds stream protocol
19666              From: bronson@rinspin.com (Scott Bronson)
19667              Date: Tue, 10 Apr 2001 23:58:33 -0700
19668              Message-ID: <20010410235833.N29719@rinspin.com>
19669      Branch: perl
19670            ! lib/Net/Ping.pm
19671 ____________________________________________________________________________
19672 [  9714] By: jhi                                   on 2001/04/15  23:31:46
19673         Log: Printing out the ok messages helps successful testing.
19674      Branch: perl
19675            ! t/lib/time-hires.t
19676 ____________________________________________________________________________
19677 [  9713] By: jhi                                   on 2001/04/15  21:43:24
19678         Log: Update Douglas Wegscheid's email.
19679      Branch: perl
19680            ! AUTHORS
19681 ____________________________________________________________________________
19682 [  9712] By: jhi                                   on 2001/04/15  21:40:41
19683         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
19684              From: Michael G Schwern <schwern@pobox.com>
19685              Date: Sat, 14 Apr 2001 22:40:50 +0100
19686              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
19687      Branch: perl
19688            + t/lib/exporter.t
19689            ! MANIFEST lib/Exporter/Heavy.pm
19690 ____________________________________________________________________________
19691 [  9711] By: jhi                                   on 2001/04/15  21:39:21
19692         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
19693              From: Michael G Schwern <schwern@pobox.com>
19694              Date: Sat, 14 Apr 2001 22:13:59 +0100
19695              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
19696      Branch: perl
19697            ! t/op/loopctl.t
19698 ____________________________________________________________________________
19699 [  9710] By: jhi                                   on 2001/04/15  21:30:19
19700         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
19701              From: Michael G Schwern <schwern@pobox.com>
19702              Date: Sat, 14 Apr 2001 22:05:32 +0100
19703              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
19704      Branch: perl
19705            ! t/pragma/warnings.t
19706 ____________________________________________________________________________
19707 [  9709] By: jhi                                   on 2001/04/15  19:34:09
19708         Log: Integrate changes #9706,9707 from maintperl into mainline.
19709              
19710              change#7210 broke .packlist generation
19711              
19712              ExtUtils::Installed doesn't quote regex metacharacters in paths
19713              before using them in match; also make it work for dosish platforms
19714      Branch: perl
19715           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
19716 ____________________________________________________________________________
19717 [  9708] By: jhi                                   on 2001/04/15  19:31:01
19718         Log: Test also the scalar aspect of getitimer().
19719      Branch: perl
19720            ! t/lib/time-hires.t
19721 ____________________________________________________________________________
19722 [  9707] By: gsar                                  on 2001/04/15  17:24:20
19723         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
19724              before using them in match; also make it work for dosish platforms
19725      Branch: maint-5.6/perl
19726            ! lib/ExtUtils/Installed.pm
19727 ____________________________________________________________________________
19728 [  9706] By: gsar                                  on 2001/04/15  17:21:59
19729         Log: change#7210 broke .packlist generation (listed only filename
19730              rather than fully qualified path name)
19731      Branch: maint-5.6/perl
19732            ! lib/ExtUtils/Install.pm
19733 ____________________________________________________________________________
19734 [  9705] By: jhi                                   on 2001/04/15  12:36:33
19735         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
19736      Branch: perl
19737            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
19738            ! t/lib/time-hires.t
19739 ____________________________________________________________________________
19740 [  9704] By: jhi                                   on 2001/04/15  10:49:08
19741         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
19742              From: Prymmer/Kahn <pvhp@best.com>
19743              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
19744              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
19745      Branch: perl
19746            ! lib/utf8.pm pod/perlebcdic.pod
19747 ____________________________________________________________________________
19748 [  9703] By: jhi                                   on 2001/04/15  02:26:26
19749         Log: I keep forgetting to sort MANIFEST.
19750      Branch: perl
19751            ! MANIFEST
19752 ____________________________________________________________________________
19753 [  9702] By: jhi                                   on 2001/04/15  02:07:47
19754         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
19755              Now we have blessed, reftype, tainted, first, reduce, ...
19756      Branch: perl
19757            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
19758            + ext/List/Util/README ext/List/Util/Util.xs
19759            + ext/List/Util/lib/List/Util.pm
19760            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
19761            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
19762            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
19763            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
19764            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
19765            ! MANIFEST
19766 ____________________________________________________________________________
19767 [  9701] By: jhi                                   on 2001/04/14  15:05:25
19768         Log: Subject: RE: dprofpp.pl updates 
19769              From: Carl Eklof <CEklof@endeca.com>
19770              Date: Thu, 12 Apr 2001 18:45:46 -0400
19771              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
19772      Branch: perl
19773            ! utils/dprofpp.PL
19774 ____________________________________________________________________________
19775 [  9700] By: jhi                                   on 2001/04/14  14:44:55
19776         Log: Do not just blindly add CR.
19777      Branch: perl
19778            ! Porting/makerel
19779 ____________________________________________________________________________
19780 [  9699] By: jhi                                   on 2001/04/13  13:17:01
19781         Log: Update Changes.
19782      Branch: perl
19783            ! Changes patchlevel.h
19784 ____________________________________________________________________________
19785 [  9698] By: jhi                                   on 2001/04/13  12:44:48
19786         Log: Integrate perlio.
19787      Branch: perl
19788           !> ext/PerlIO/Scalar/Scalar.xs
19789 ____________________________________________________________________________
19790 [  9697] By: jhi                                   on 2001/04/13  12:29:15
19791         Log: Add more debug output to the test.
19792      Branch: perl
19793            ! t/lib/cwd.t
19794 ____________________________________________________________________________
19795 [  9696] By: nick                                  on 2001/04/13  10:14:29
19796         Log: Fix core dump on binmode($fh,'Scalar')
19797      Branch: perlio
19798            ! ext/PerlIO/Scalar/Scalar.xs
19799 ____________________________________________________________________________
19800 [  9695] By: nick                                  on 2001/04/13  09:05:42
19801         Log: Integrate mainline
19802      Branch: perlio
19803           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19804           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
19805           +> t/lib/time-hires.t
19806           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
19807           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
19808           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
19809           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
19810           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
19811           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
19812           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
19813 ____________________________________________________________________________
19814 [  9694] By: jhi                                   on 2001/04/12  22:23:35
19815         Log: Integrate change #9693 from maintperl into mainline.
19816              
19817              $VERSION and Version() on the same line provokes a warning from
19818              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
19819      Branch: perl
19820           !> lib/Devel/SelfStubber.pm
19821 ____________________________________________________________________________
19822 [  9693] By: gsar                                  on 2001/04/12  21:55:56
19823         Log: $VERSION and Version() on the same line provokes a warning from
19824              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
19825      Branch: maint-5.6/perl
19826            ! lib/Devel/SelfStubber.pm
19827 ____________________________________________________________________________
19828 [  9692] By: jhi                                   on 2001/04/12  13:54:00
19829         Log: This is at least 5.005.
19830      Branch: perl
19831            ! ext/Time/HiRes/HiRes.xs
19832 ____________________________________________________________________________
19833 [  9691] By: jhi                                   on 2001/04/12  13:37:20
19834         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
19835      Branch: perl
19836            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
19837            ! win32/Makefile win32/makefile.mk
19838 ____________________________________________________________________________
19839 [  9690] By: jhi                                   on 2001/04/12  01:34:46
19840         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
19841      Branch: perl
19842            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
19843            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
19844            + t/lib/time-hires.t
19845            ! MANIFEST
19846 ____________________________________________________________________________
19847 [  9689] By: jhi                                   on 2001/04/12  00:28:39
19848         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
19849              From: Gisle Aas <gisle@ActiveState.com>
19850              Date: 11 Apr 2001 16:36:11 -0700
19851              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
19852      Branch: perl
19853            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
19854 ____________________________________________________________________________
19855 [  9688] By: jhi                                   on 2001/04/12  00:27:39
19856         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
19857              From: Gisle Aas <gisle@ActiveState.com>
19858              Date: 11 Apr 2001 11:13:24 -0700
19859              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
19860      Branch: perl
19861            ! ext/MIME/Base64/Base64.xs
19862 ____________________________________________________________________________
19863 [  9687] By: jhi                                   on 2001/04/11  19:51:47
19864         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
19865      Branch: perl
19866            ! Todo-5.6
19867 ____________________________________________________________________________
19868 [  9686] By: jhi                                   on 2001/04/11  16:54:25
19869         Log: Subject: [PATCH opcode.pl] Documentation of table format
19870              From: Simon Cozens <simon@netthink.co.uk>
19871              Date: Wed, 11 Apr 2001 12:59:31 +0100
19872              Message-ID: <20010411125931.A25681@netthink.co.uk>
19873      Branch: perl
19874            ! opcode.pl
19875 ____________________________________________________________________________
19876 [  9685] By: jhi                                   on 2001/04/11  16:53:15
19877         Log: Subject: [PATCH] prototype("CORE::recv")
19878              From: Simon Cozens <simon@netthink.co.uk>
19879              Date: Wed, 11 Apr 2001 13:24:35 +0100
19880              Message-ID: <20010411132435.A26169@netthink.co.uk>
19881      Branch: perl
19882            ! pp.c t/comp/proto.t
19883 ____________________________________________________________________________
19884 [  9684] By: jhi                                   on 2001/04/11  16:47:13
19885         Log: FAQ (and AUTHORS) update from Dan Carson: the information
19886              was several years obsolete, Term::Readkey has been updated
19887              to have the functionality.
19888      Branch: perl
19889            ! AUTHORS pod/perlfaq5.pod
19890 ____________________________________________________________________________
19891 [  9683] By: jhi                                   on 2001/04/11  12:15:46
19892         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
19893              From: Calle Dybedahl <calle@lysator.liu.se>
19894              Date: 10 Apr 2001 16:44:16 +0200
19895              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
19896      Branch: perl
19897            ! ext/MIME/Base64/Base64.xs
19898 ____________________________________________________________________________
19899 [  9682] By: jhi                                   on 2001/04/11  12:12:26
19900         Log: A more minimal fix for 20010410.006 from Hugo.
19901      Branch: perl
19902            ! regexec.c
19903 ____________________________________________________________________________
19904 [  9681] By: jhi                                   on 2001/04/11  11:34:23
19905         Log: Integrate changes #9678,9679 from maintline into mainperl.
19906              
19907              addendum to change#9676
19908              
19909              up $File::Glob::VERSION; add a note pointing out the version of
19910              the OpenBSD glob bsd_glob.c resembles
19911      Branch: perl
19912           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
19913           !> ext/File/Glob/bsd_glob.h
19914 ____________________________________________________________________________
19915 [  9680] By: jhi                                   on 2001/04/11  11:30:38
19916         Log: Bad test numbering in integrate in #9677.
19917              Fixes ID 20010411.001.
19918      Branch: perl
19919            ! t/op/pat.t
19920 ____________________________________________________________________________
19921 [  9679] By: gsar                                  on 2001/04/11  03:38:40
19922         Log: up $File::Glob::VERSION; add a note pointing out the version of
19923              the OpenBSD glob bsd_glob.c resembles
19924      Branch: maint-5.6/perl
19925            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
19926            ! ext/File/Glob/bsd_glob.h
19927 ____________________________________________________________________________
19928 [  9678] By: gsar                                  on 2001/04/11  03:09:48
19929         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
19930              revision 1.8.10.1 found here:
19931              
19932              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
19933      Branch: maint-5.6/perl
19934            ! ext/File/Glob/bsd_glob.c
19935 ____________________________________________________________________________
19936 [  9677] By: jhi                                   on 2001/04/11  02:54:39
19937         Log: Integrate changes #9675,9676 from maintperl into mainline.
19938              
19939              fix for bug 20010410.006, undo change#7115
19940              
19941              port the OpenBSD glob() security patch
19942      Branch: perl
19943           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
19944           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
19945           !> t/op/pat.t
19946 ____________________________________________________________________________
19947 [  9676] By: gsar                                  on 2001/04/11  02:19:02
19948         Log: port the glob() security patch found at:
19949              
19950              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
19951              
19952              CERT advisory for the issue is here:
19953              
19954              http://www.cert.org/advisories/CA-2001-07.html
19955              
19956              Note that the security scare is only relevant for those who are
19957              foolish enough to build suidperl (which is now officially discouraged)
19958      Branch: maint-5.6/perl
19959            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
19960            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
19961 ____________________________________________________________________________
19962 [  9675] By: gsar                                  on 2001/04/10  23:52:11
19963         Log: fix for bug 20010410.006
19964              
19965              undo change#7115 (came into maint-5.6 as change#8156)
19966              
19967              add tests to keep it from coming back
19968      Branch: maint-5.6/perl
19969            ! regexec.c t/op/pat.t
19970 ____________________________________________________________________________
19971 [  9674] By: nick                                  on 2001/04/10  20:39:31
19972         Log: Integrate mainline
19973      Branch: perlio
19974           +> Porting/testall.atom
19975           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
19976           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
19977           !> t/lib/lc-uk.t t/pod/find.t
19978 ____________________________________________________________________________
19979 [  9673] By: nick                                  on 2001/04/10  18:46:14
19980         Log: Integrate against change 9670 aka perl-5.7.1
19981      Branch: perlio
19982           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
19983           !> (integrate 53 files)
19984 ____________________________________________________________________________
19985 [  9672] By: jhi                                   on 2001/04/10  13:45:01
19986         Log: Add a script for doing cumulative profile of the test suite.
19987              (Requires ATOM, that is, Tru64.)
19988      Branch: perl
19989            + Porting/testall.atom
19990            ! MANIFEST
19991 ____________________________________________________________________________
19992 [  9671] By: jhi                                   on 2001/04/10  12:38:53
19993         Log: Missing std block.
19994      Branch: perl
19995            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
19996            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
19997            ! t/pod/find.t
19998 ____________________________________________________________________________
19999 [  9670] By: jhi                                   on 2001/04/10  01:25:58
20000         Log: This is 5.7.1.
20001      Branch: perl
20002            ! patchlevel.h
20003 ____________________________________________________________________________
20004 [  9669] By: jhi                                   on 2001/04/10  01:09:14
20005         Log: Update Changes.
20006      Branch: perl
20007            ! Changes patchlevel.h
20008 ____________________________________________________________________________
20009 [  9668] By: jhi                                   on 2001/04/10  01:00:38
20010         Log: Regen toc.
20011      Branch: perl
20012            ! pod/perltoc.pod
20013 ____________________________________________________________________________
20014 [  9667] By: jhi                                   on 2001/04/10  00:52:16
20015         Log: Update perlhist.
20016      Branch: perl
20017            ! pod/perlhist.pod
20018 ____________________________________________________________________________
20019 [  9666] By: jhi                                   on 2001/04/09  23:38:59
20020         Log: Slight wording tweaks from Damian to #9658.
20021      Branch: perl
20022            ! pod/perlobj.pod
20023 ____________________________________________________________________________
20024 [  9665] By: jhi                                   on 2001/04/09  19:56:06
20025         Log: Subject: [PATCH perlutil.pod] Nit
20026              From: Simon Cozens <simon@netthink.co.uk>
20027              Date: Mon, 9 Apr 2001 20:29:44 +0100
20028              Message-ID: <20010409202944.A14796@the.earth.li>
20029      Branch: perl
20030            ! pod/perlutil.pod
20031 ____________________________________________________________________________
20032 [  9664] By: jhi                                   on 2001/04/09  19:54:42
20033         Log: Subject: Re: perl571delta.pod@9631
20034              From: Mike Guy <mjtg@cam.ac.uk>
20035              Date: Mon, 09 Apr 2001 18:09:14 +0100
20036              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
20037      Branch: perl
20038            ! pod/perl571delta.pod
20039 ____________________________________________________________________________
20040 [  9663] By: jhi                                   on 2001/04/09  13:43:35
20041         Log: Update Changes.
20042      Branch: perl
20043            ! Changes patchlevel.h
20044 ____________________________________________________________________________
20045 [  9662] By: jhi                                   on 2001/04/09  13:24:46
20046         Log: tweak tweak.
20047      Branch: perl
20048            ! AUTHORS pod/perl571delta.pod
20049 ____________________________________________________________________________
20050 [  9661] By: jhi                                   on 2001/04/09  13:15:13
20051         Log: Thinko in manual patch applying.
20052      Branch: perl
20053            ! sv.c
20054 ____________________________________________________________________________
20055 [  9660] By: jhi                                   on 2001/04/09  13:07:53
20056         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
20057              From: Robin Barker <rmb1@cise.npl.co.uk> 
20058              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
20059              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
20060              
20061              (This corrects the case where the "isn't numeric" string contains \0s
20062              and is longer than the temporary buffer, and contains \0 at the point
20063              the string would be truncated by "...".) 
20064      Branch: perl
20065            ! sv.c
20066 ____________________________________________________________________________
20067 [  9659] By: jhi                                   on 2001/04/09  12:57:41
20068         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
20069      Branch: perl
20070            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
20071            ! t/lib/cgi-function.t t/lib/cgi-html.t
20072 ____________________________________________________________________________
20073 [  9658] By: jhi                                   on 2001/04/09  12:48:47
20074         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
20075              From: Ilmari Karonen <iltzu@sci.fi>
20076              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
20077              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
20078              
20079              Rearrange and rewrite the Method Invocation section
20080              to explain the concepts in nicer order.
20081      Branch: perl
20082            ! pod/perlobj.pod
20083 ____________________________________________________________________________
20084 [  9657] By: jhi                                   on 2001/04/09  12:35:58
20085         Log: Upgrade to podlators 1.09, from Russ Allbery.
20086      Branch: perl
20087            ! lib/Pod/Man.pm lib/Pod/Text.pm
20088 ____________________________________________________________________________
20089 [  9656] By: jhi                                   on 2001/04/09  12:31:53
20090         Log: perl571delta.
20091      Branch: perl
20092            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
20093 ____________________________________________________________________________
20094 [  9655] By: jhi                                   on 2001/04/09  12:20:09
20095         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
20096              From: Prymmer/Kahn <pvhp@best.com>
20097              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
20098              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
20099      Branch: perl
20100            ! lib/utf8.pm pod/perlunicode.pod
20101 ____________________________________________________________________________
20102 [  9654] By: gsar                                  on 2001/04/09  03:38:33
20103         Log: here lies 5.6.1
20104      Branch: maint-5.6/perl
20105            ! Changes
20106 ____________________________________________________________________________
20107 [  9653] By: jhi                                   on 2001/04/09  03:25:24
20108         Log: Update perlhist.
20109      Branch: perl
20110            ! pod/perlhist.pod
20111 ____________________________________________________________________________
20112 [  9652] By: jhi                                   on 2001/04/09  03:18:49
20113         Log: perl571delta tweaking continues.
20114      Branch: perl
20115            ! pod/perl571delta.pod
20116 ____________________________________________________________________________
20117 [  9651] By: gsar                                  on 2001/04/09  03:11:19
20118         Log: update Changes, patchlevel.h &c.
20119      Branch: maint-5.6/perl
20120            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
20121            ! pod/perltoc.pod
20122 ____________________________________________________________________________
20123 [  9650] By: jhi                                   on 2001/04/09  02:40:24
20124         Log: Integrate the perlfork half of #9513 from maintperl into mainline
20125              (the perlunicode half is obsolete)
20126      Branch: perl
20127            ! pod/perlfork.pod
20128 ____________________________________________________________________________
20129 [  9649] By: gsar                                  on 2001/04/09  02:35:43
20130         Log: tweak perldelta as suggested by Jarkko
20131      Branch: maint-5.6/perl
20132            ! pod/perldelta.pod
20133 ____________________________________________________________________________
20134 [  9648] By: jhi                                   on 2001/04/09  02:13:04
20135         Log: Integrate change #9646 from maintperl into mainline.
20136              
20137              add note about ithreads and Thread.pm
20138      Branch: perl
20139           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
20140 ____________________________________________________________________________
20141 [  9647] By: jhi                                   on 2001/04/09  02:10:18
20142         Log: Bad assumption that shortsize == 2.
20143      Branch: perl
20144            ! t/lib/xs-typemap.t
20145 ____________________________________________________________________________
20146 [  9646] By: gsar                                  on 2001/04/09  00:48:04
20147         Log: add note about ithreads and Thread.pm (too many people are
20148              confused by the fact that Thread.pm is built and installed
20149              under non-5005threads but doesn't work)
20150      Branch: maint-5.6/perl
20151            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
20152 ____________________________________________________________________________
20153 [  9645] By: gsar                                  on 2001/04/09  00:19:03
20154         Log: update perldelta.pod for changes in 5.6.1
20155      Branch: maint-5.6/perl
20156            ! Changes pod/perldelta.pod
20157 ____________________________________________________________________________
20158 [  9644] By: jhi                                   on 2001/04/08  20:37:00
20159         Log: Integrate change #9639 from maintperl into mainline:
20160              on windows, many of the README.* pods were being copied to
20161              the wrong location
20162      Branch: perl
20163           !> win32/Makefile win32/makefile.mk
20164 ____________________________________________________________________________
20165 [  9643] By: jhi                                   on 2001/04/08  20:07:11
20166         Log: Integrate change #9624 from maintperl into mainline:
20167              the pod tests were not okay.  (t/pod/find.t changes ignored)
20168      Branch: perl
20169           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
20170           !> t/pod/include.t t/pod/included.t t/pod/lref.t
20171           !> t/pod/multiline_items.t t/pod/nested_items.t
20172           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
20173           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
20174 ____________________________________________________________________________
20175 [  9642] By: jhi                                   on 2001/04/08  19:57:17
20176         Log: Integrate change #9638 from maintperl into mainline:
20177              update to latest JPL from the anoncvs repository
20178      Branch: perl
20179           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
20180           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
20181           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
20182 ____________________________________________________________________________
20183 [  9641] By: jhi                                   on 2001/04/08  19:53:30
20184         Log: perl571delta updates.
20185      Branch: perl
20186            ! lib/Filter/Simple.pm pod/perl571delta.pod
20187 ____________________________________________________________________________
20188 [  9640] By: gsar                                  on 2001/04/08  19:20:46
20189         Log: integrate change#9634 from mainline
20190              
20191              Fix the perlmodlib generation (didn't understand separate .pod
20192              files; didn't understand -- as the name-thing separator).
20193              Update the CPAN mirrors list.
20194      Branch: maint-5.6/perl
20195            ! pod/perlmodlib.pod
20196           !> pod/perlmodlib.PL
20197 ____________________________________________________________________________
20198 [  9639] By: gsar                                  on 2001/04/08  18:57:31
20199         Log: on windows, many of the README.* pods were being copied to the wrong
20200              location
20201      Branch: maint-5.6/perl
20202            ! win32/Makefile win32/makefile.mk
20203 ____________________________________________________________________________
20204 [  9638] By: gsar                                  on 2001/04/08  18:38:25
20205         Log: update to latest JPL from the anoncvs repository
20206      Branch: maint-5.6/perl
20207            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
20208            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
20209            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
20210 ____________________________________________________________________________
20211 [  9637] By: jhi                                   on 2001/04/08  17:53:53
20212         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
20213      Branch: perl
20214            ! pod/perl571delta.pod
20215 ____________________________________________________________________________
20216 [  9636] By: jhi                                   on 2001/04/08  17:18:32
20217         Log: Regen toc.
20218      Branch: perl
20219            ! pod/perltoc.pod
20220 ____________________________________________________________________________
20221 [  9635] By: jhi                                   on 2001/04/08  17:16:33
20222         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
20223              From: "Craig A. Berry" <craigberry@mac.com>
20224              Date: Sun, 08 Apr 2001 12:30:16 -0500
20225              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
20226      Branch: perl
20227            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
20228 ____________________________________________________________________________
20229 [  9634] By: jhi                                   on 2001/04/08  17:09:19
20230         Log: Fix the perlmodlib generation (didn't understand separate .pod
20231              files; didn't understand -- as the name-thing separator).
20232              
20233              Update the CPAN mirrors list.
20234      Branch: perl
20235            ! pod/perlmodlib.PL pod/perlmodlib.pod
20236 ____________________________________________________________________________
20237 [  9633] By: jhi                                   on 2001/04/08  16:49:17
20238         Log: Sort MANIFEST.
20239      Branch: perl
20240            ! MANIFEST
20241 ____________________________________________________________________________
20242 [  9632] By: gsar                                  on 2001/04/08  16:36:06
20243         Log: add $Tie::RefHash::VERSION
20244      Branch: maint-5.6/perl
20245            ! lib/Tie/RefHash.pm
20246 ____________________________________________________________________________
20247 [  9631] By: jhi                                   on 2001/04/08  16:10:15
20248         Log: perl571delta updates based on p5p feedback; still needs
20249              lots of examples.
20250      Branch: perl
20251            ! pod/perl571delta.pod
20252 ____________________________________________________________________________
20253 [  9630] By: jhi                                   on 2001/04/08  15:59:13
20254         Log: Update the list of supported platforms to talk about 5.7.1
20255              (and 5.6.1)
20256      Branch: perl
20257            ! pod/perlport.pod
20258 ____________________________________________________________________________
20259 [  9629] By: jhi                                   on 2001/04/08  15:55:41
20260         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
20261              from maintperl into mainline: perlport updates.
20262      Branch: perl
20263            ! pod/perlport.pod
20264 ____________________________________________________________________________
20265 [  9628] By: jhi                                   on 2001/04/08  15:53:17
20266         Log: perlsolaris.pod copied to wrong directory.
20267      Branch: perl
20268            ! win32/makefile.mk
20269 ____________________________________________________________________________
20270 [  9627] By: jhi                                   on 2001/04/08  14:48:18
20271         Log: Subject: Typos in perl571delta.pod
20272              From: "Stephen P. Potter" <spp@spotter.yi.org>
20273              Date: Sat, 07 Apr 2001 20:37:05 -0400
20274              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
20275      Branch: perl
20276            ! pod/perl571delta.pod
20277 ____________________________________________________________________________
20278 [  9626] By: jhi                                   on 2001/04/08  14:39:04
20279         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
20280      Branch: perl
20281            ! gv.c
20282 ____________________________________________________________________________
20283 [  9625] By: nick                                  on 2001/04/08  10:14:23
20284         Log: Integrate mainline
20285      Branch: perlio
20286           +> pod/perl570delta.pod pod/perl571delta.pod
20287           !> (integrate 27 files)
20288 ____________________________________________________________________________
20289 [  9624] By: gsar                                  on 2001/04/08  06:08:17
20290         Log: test in t/pod/* were busted
20291              
20292              these tests are still not enabled in t/{harness,TEST}
20293      Branch: maint-5.6/perl
20294            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
20295            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
20296            ! t/pod/multiline_items.t t/pod/nested_items.t
20297            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
20298            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
20299 ____________________________________________________________________________
20300 [  9623] By: gsar                                  on 2001/04/08  03:37:01
20301         Log: integrate change#9470 from mainline
20302              
20303              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
20304      Branch: maint-5.6/perl
20305           !> ext/Socket/Socket.xs
20306 ____________________________________________________________________________
20307 [  9622] By: jhi                                   on 2001/04/07  22:40:47
20308         Log: Update Changes.
20309      Branch: perl
20310            ! Changes patchlevel.h
20311 ____________________________________________________________________________
20312 [  9621] By: jhi                                   on 2001/04/07  22:34:16
20313         Log: Update AUTHORS.
20314      Branch: perl
20315            ! AUTHORS
20316 ____________________________________________________________________________
20317 [  9620] By: jhi                                   on 2001/04/07  22:12:47
20318         Log: Forgot to bump the number of tests in #9164.
20319      Branch: perl
20320            ! t/op/array.t
20321 ____________________________________________________________________________
20322 [  9619] By: jhi                                   on 2001/04/07  22:09:50
20323         Log: Bump patchlevel to 5.7.1.
20324      Branch: perl
20325            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
20326            ! config_h.SH patchlevel.h
20327 ____________________________________________________________________________
20328 [  9618] By: jhi                                   on 2001/04/07  22:02:41
20329         Log: Populate perl571delta.
20330      Branch: perl
20331            ! pod/perl571delta.pod
20332 ____________________________________________________________________________
20333 [  9617] By: jhi                                   on 2001/04/07  22:01:23
20334         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
20335              to forget it later; do not change patchlevel.h yet or regenerate
20336              Configure yet.
20337      Branch: perl
20338            ! epoc/config.sh win32/Makefile win32/config_H.bc
20339            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
20340 ____________________________________________________________________________
20341 [  9616] By: jhi                                   on 2001/04/07  17:46:33
20342         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
20343      Branch: perl
20344            ! pod/perl571delta.pod
20345 ____________________________________________________________________________
20346 [  9615] By: jhi                                   on 2001/04/07  17:33:21
20347         Log: Change the toc configuration.
20348      Branch: perl
20349            ! pod/buildtoc.PL pod/perl.pod
20350 ____________________________________________________________________________
20351 [  9614] By: jhi                                   on 2001/04/07  17:29:47
20352         Log: Subject: PATCH: $[
20353              From: Robin Houston <robin@kitsite.com>
20354              Date: Fri, 6 Apr 2001 18:10:14 +0100
20355              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
20356      Branch: perl
20357            ! op.c t/op/array.t
20358 ____________________________________________________________________________
20359 [  9613] By: jhi                                   on 2001/04/07  17:28:26
20360         Log: Subject: [PATCH perl@9424] isn't numeric warning
20361              From: Robin Barker <rmb1@cise.npl.co.uk>
20362              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
20363              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
20364      Branch: perl
20365            ! sv.c t/pragma/warn/sv
20366 ____________________________________________________________________________
20367 [  9612] By: jhi                                   on 2001/04/07  17:26:45
20368         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
20369              From: Mike Guy <mjtg@cam.ac.uk>
20370              Date: Fri, 06 Apr 2001 12:47:06 +0100
20371              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
20372      Branch: perl
20373            ! dump.c t/lib/peek.t
20374 ____________________________________________________________________________
20375 [  9611] By: jhi                                   on 2001/04/07  17:21:35
20376         Log: Create perl571delta and seed it off with the perldelta changes
20377              since 5.7.0; remove those changes from perldelta and rename it
20378              as perl570delta; recreate perldelta but leave it almost empty.
20379      Branch: perl
20380            + pod/perl570delta.pod pod/perl571delta.pod
20381            ! MANIFEST pod/perldelta.pod
20382 ____________________________________________________________________________
20383 [  9610] By: jhi                                   on 2001/04/07  16:56:32
20384         Log: Denit.
20385      Branch: perl
20386            ! pod/perldelta.pod
20387 ____________________________________________________________________________
20388 [  9609] By: jhi                                   on 2001/04/07  16:38:32
20389         Log: Retract #9523: needs more thought.
20390      Branch: perl
20391            ! Makefile.SH
20392 ____________________________________________________________________________
20393 [  9608] By: jhi                                   on 2001/04/07  14:59:20
20394         Log: atmark() code cleanaup.
20395      Branch: perl
20396            ! ext/IO/IO.xs
20397 ____________________________________________________________________________
20398 [  9607] By: jhi                                   on 2001/04/07  14:48:14
20399         Log: Integrate change #9605 from maintperl into mainline.
20400              
20401              can't optimize away scope entry if tr/// is present
20402      Branch: perl
20403           !> op.c t/op/tr.t
20404 ____________________________________________________________________________
20405 [  9606] By: jhi                                   on 2001/04/07  14:43:59
20406         Log: Integrate perlio.
20407      Branch: perl
20408           +> win32/FindExt.pm
20409           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
20410           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
20411 ____________________________________________________________________________
20412 [  9605] By: gsar                                  on 2001/04/07  11:52:40
20413         Log: can't optimize away scope entry if tr/// is present
20414      Branch: maint-5.6/perl
20415            ! op.c t/op/tr.t
20416 ____________________________________________________________________________
20417 [  9604] By: nick                                  on 2001/04/07  11:39:45
20418         Log: Split out extension finding code from buildext.pl into FindExt.pm
20419              Use it to get Config.pm's idea of available extensions in line
20420              with what is built.
20421      Branch: perlio
20422            + win32/FindExt.pm
20423            ! MANIFEST win32/buildext.pl win32/config_sh.PL
20424            ! win32/makefile.mk
20425 ____________________________________________________________________________
20426 [  9603] By: nick                                  on 2001/04/07  09:11:38
20427         Log: Cleanup correction for failed :Via() layer, also set an error code.
20428      Branch: perlio
20429            ! ext/PerlIO/Via/Via.xs
20430 ____________________________________________________________________________
20431 [  9602] By: nick                                  on 2001/04/07  08:38:04
20432         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
20433              style. So don't use binmode() on the handles so that Win32 etc. see
20434              same sequence and produce same digests.
20435      Branch: perlio
20436            ! t/lib/md5-file.t
20437 ____________________________________________________________________________
20438 [  9601] By: nick                                  on 2001/04/07  08:36:26
20439         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
20440              Else it complains and so crlf layer (say) does not get pushed.
20441      Branch: perlio
20442            ! perlio.c
20443 ____________________________________________________________________________
20444 [  9600] By: jhi                                   on 2001/04/06  23:00:09
20445         Log: Integrate change #9599 from perlio into mainline.
20446      Branch: perl
20447           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
20448           !> win32/config_H.vc
20449 ____________________________________________________________________________
20450 [  9599] By: nick                                  on 2001/04/06  21:42:43
20451         Log: Quote $VERSION in Encode.pm.
20452              regen_config_h as requested.
20453      Branch: perlio
20454            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
20455            ! win32/config_H.vc
20456 ____________________________________________________________________________
20457 [  9598] By: nick                                  on 2001/04/06  20:34:59
20458         Log: Integrate mainline
20459      Branch: perlio
20460           +> README.macos
20461           !> (integrate 39 files)
20462 ____________________________________________________________________________
20463 [  9597] By: gsar                                  on 2001/04/06  18:06:35
20464         Log: integrate change#9464 from mainline (addendum to change#8313)
20465              
20466              Subject: [PATCH @9452] Better peep()ing for foreach() loops
20467      Branch: maint-5.6/perl
20468           !> op.c
20469 ____________________________________________________________________________
20470 [  9596] By: jhi                                   on 2001/04/06  17:26:03
20471         Log: The d_casti32=undef is good for you even when not use64bitall.
20472      Branch: perl
20473            ! hints/hpux.sh
20474 ____________________________________________________________________________
20475 [  9595] By: gsar                                  on 2001/04/06  14:57:17
20476         Log: add a low-impact fix to accomodate darwin-ism
20477      Branch: maint-5.6/perl
20478            ! ext/Errno/Errno_pm.PL
20479 ____________________________________________________________________________
20480 [  9594] By: jhi                                   on 2001/04/06  14:55:14
20481         Log: Integrate changes #9528,9593 from mainline into maintperl;
20482              tweaking the editor/IDE/shell list.
20483      Branch: maint-5.6/perl
20484           !> pod/perlfaq3.pod
20485 ____________________________________________________________________________
20486 [  9593] By: jhi                                   on 2001/04/06  14:51:39
20487         Log: Make the editor/IDE/shell list a little bit airier.
20488      Branch: perl
20489            ! pod/perlfaq3.pod
20490 ____________________________________________________________________________
20491 [  9592] By: gsar                                  on 2001/04/06  14:45:18
20492         Log: integrate change#9477 from mainline (base.pm doc tweak)
20493              
20494              missing doc entry for fmod()
20495      Branch: maint-5.6/perl
20496            ! lib/Math/BigFloat.pm
20497           !> lib/base.pm
20498 ____________________________________________________________________________
20499 [  9591] By: jhi                                   on 2001/04/06  13:55:48
20500         Log: Regen toc.
20501      Branch: perl
20502            ! pod/perltoc.pod
20503 ____________________________________________________________________________
20504 [  9590] By: jhi                                   on 2001/04/06  13:54:52
20505         Log: Math::BigFloat patches from John Peacock.  The equivalent
20506              of #9586 from maintperl but reworked by John to work with
20507              the bleadperl.
20508      Branch: perl
20509            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
20510 ____________________________________________________________________________
20511 [  9589] By: jhi                                   on 2001/04/06  13:42:23
20512         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
20513      Branch: perl
20514            ! ext/Digest/MD5/Makefile.PL
20515 ____________________________________________________________________________
20516 [  9588] By: jhi                                   on 2001/04/06  13:31:45
20517         Log: Integrate changes #9584,9587 from maintperl into mainline.
20518              
20519              keep eval"" CVs alive until the end of the statement in which
20520              they're called
20521              
20522              add README.macos (from Chris Nandor)
20523              
20524              tyop in change#9555
20525      Branch: perl
20526           +> README.macos
20527           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
20528           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
20529           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
20530           !> win32/makefile.mk
20531 ____________________________________________________________________________
20532 [  9587] By: gsar                                  on 2001/04/06  07:31:30
20533         Log: add README.macos (from Chris Nandor)
20534              
20535              tyop in change#9555
20536      Branch: maint-5.6/perl
20537            + README.macos
20538            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
20539            ! win32/Makefile win32/makefile.mk
20540 ____________________________________________________________________________
20541 [  9586] By: gsar                                  on 2001/04/06  07:08:54
20542         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
20543      Branch: maint-5.6/perl
20544            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
20545 ____________________________________________________________________________
20546 [  9585] By: gsar                                  on 2001/04/06  06:58:44
20547         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
20548              from mainline
20549              
20550              Subject: [PATCH] Base64 update to perlfaq9.pod
20551              
20552              Subject: [PATCH AUTHORS] Housekeeping
20553              
20554              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
20555              Mac OS X (Darwin) has extra pwent fields.
20556              
20557              Subject: [PATCH B::*] print control-character vars readably
20558              Needs EBCDICification.
20559              
20560              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
20561              
20562              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
20563              
20564              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
20565              
20566              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
20567              
20568              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
20569              
20570              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
20571              
20572              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
20573              
20574              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
20575              
20576              FreeBSD hints tweak from Anton Berezin.
20577              
20578              Subject: [PATCH foolperl & bleadperl] README.vms update
20579              
20580              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
20581      Branch: maint-5.6/perl
20582           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
20583           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
20584           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
20585 ____________________________________________________________________________
20586 [  9584] By: gsar                                  on 2001/04/06  04:09:00
20587         Log: keep eval"" CVs alive until the end of the statement in which
20588              they're called; this avoids a coredump ensuing from search for
20589              lexicals in code such as:
20590              
20591              sub bug {
20592              my $s = @_;
20593              eval q[sub { eval 'sub { &$s }' }];
20594              }
20595              bug("x")->()->();
20596              
20597              this code still doesn't work as intended (as it has remained
20598              since time immemorial), but it doesn't provoke a coredump anymore
20599      Branch: maint-5.6/perl
20600            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
20601            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
20602 ____________________________________________________________________________
20603 [  9583] By: jhi                                   on 2001/04/05  23:52:51
20604         Log: Update Changes.
20605      Branch: perl
20606            ! Changes patchlevel.h
20607 ____________________________________________________________________________
20608 [  9582] By: jhi                                   on 2001/04/05  23:11:23
20609         Log: Slight doc tweak.
20610      Branch: perl
20611            ! pod/perlunicode.pod
20612 ____________________________________________________________________________
20613 [  9581] By: jhi                                   on 2001/04/05  23:04:11
20614         Log: Integrate perlio.
20615      Branch: perl
20616           !> pod/perlunicode.pod
20617 ____________________________________________________________________________
20618 [  9580] By: jhi                                   on 2001/04/05  23:03:29
20619         Log: Test for #9579.
20620      Branch: perl
20621            ! t/op/do.t
20622 ____________________________________________________________________________
20623 [  9579] By: jhi                                   on 2001/04/05  22:54:17
20624         Log: Subject: [PATCH] Propagate calling context for do '...'
20625              From: Gisle Aas <gisle@ActiveState.com>
20626              Date: 04 Apr 2001 20:17:29 -0700
20627              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
20628      Branch: perl
20629            ! pod/perlfunc.pod pp_ctl.c
20630 ____________________________________________________________________________
20631 [  9578] By: jhi                                   on 2001/04/05  22:52:51
20632         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
20633              From: Peter Prymmer <pvhp@forte.com>
20634              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
20635              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
20636      Branch: perl
20637            ! README.vms
20638 ____________________________________________________________________________
20639 [  9577] By: jhi                                   on 2001/04/05  22:48:22
20640         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
20641              From: "Craig A. Berry" <craigberry@mac.com>
20642              Date: Thu, 5 Apr 2001 13:43:28 -0500
20643              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
20644      Branch: perl
20645            ! README.vms
20646 ____________________________________________________________________________
20647 [  9576] By: jhi                                   on 2001/04/05  22:31:38
20648         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
20649              From: Michael G Schwern <schwern@pobox.com>
20650              Date: Thu, 5 Apr 2001 21:53:21 +0100
20651              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
20652      Branch: perl
20653            ! lib/base.pm t/lib/fields.t
20654 ____________________________________________________________________________
20655 [  9575] By: jhi                                   on 2001/04/05  22:26:10
20656         Log: FreeBSD hints tweak from Anton Berezin.
20657      Branch: perl
20658            ! hints/freebsd.sh
20659 ____________________________________________________________________________
20660 [  9574] By: jhi                                   on 2001/04/05  22:24:03
20661         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
20662              From: David Dyck <dcd@tc.fluke.com>
20663              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
20664              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
20665      Branch: perl
20666            ! t/op/oct.t
20667 ____________________________________________________________________________
20668 [  9573] By: jhi                                   on 2001/04/05  22:23:06
20669         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
20670              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
20671              From: David Dyck <dcd@tc.fluke.com>
20672              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
20673      Branch: perl
20674            ! pp.c
20675 ____________________________________________________________________________
20676 [  9572] By: jhi                                   on 2001/04/05  22:14:47
20677         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
20678              From: Robin Houston <robin@kitsite.com>
20679              Date: Thu, 5 Apr 2001 20:56:48 +0100
20680              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
20681      Branch: perl
20682            ! ext/B/B/Deparse.pm
20683 ____________________________________________________________________________
20684 [  9571] By: jhi                                   on 2001/04/05  22:12:53
20685         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
20686              From: Robin Houston <robin@kitsite.com>
20687              Date: Thu, 5 Apr 2001 19:55:51 +0100
20688              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
20689      Branch: perl
20690            ! ext/B/B/Deparse.pm
20691 ____________________________________________________________________________
20692 [  9570] By: jhi                                   on 2001/04/05  22:11:06
20693         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
20694              From: Robin Houston <robin@kitsite.com>
20695              Date: Thu, 5 Apr 2001 20:16:29 +0100
20696              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
20697      Branch: perl
20698            ! ext/B/B/Deparse.pm
20699 ____________________________________________________________________________
20700 [  9569] By: nick                                  on 2001/04/05  21:32:26
20701         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
20702      Branch: perlio
20703            ! pod/perlunicode.pod
20704 ____________________________________________________________________________
20705 [  9568] By: nick                                  on 2001/04/05  19:38:09
20706         Log: Integrate mainline
20707      Branch: perlio
20708           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
20709           !> (integrate 35 files)
20710 ____________________________________________________________________________
20711 [  9567] By: jhi                                   on 2001/04/05  18:31:45
20712         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
20713              From: Robin Houston <robin@kitsite.com>
20714              Date: Thu, 5 Apr 2001 18:03:23 +0100
20715              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
20716      Branch: perl
20717            ! ext/B/B/Deparse.pm
20718 ____________________________________________________________________________
20719 [  9566] By: jhi                                   on 2001/04/05  18:29:35
20720         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
20721              From: Robin Houston <robin@kitsite.com>
20722              Date: Thu, 5 Apr 2001 16:45:18 +0100
20723              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
20724      Branch: perl
20725            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
20726 ____________________________________________________________________________
20727 [  9565] By: jhi                                   on 2001/04/05  18:24:23
20728         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
20729              From: Robin Houston <robin@kitsite.com>
20730              Date: Thu, 5 Apr 2001 14:50:09 +0100
20731              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
20732      Branch: perl
20733            ! ext/B/B/Deparse.pm
20734 ____________________________________________________________________________
20735 [  9564] By: jhi                                   on 2001/04/05  18:23:03
20736         Log: Subject: [PATCH B::*] print control-character vars readably
20737              From: Robin Houston <robin@kitsite.com>
20738              Date: Thu, 5 Apr 2001 14:27:38 +0100
20739              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
20740              
20741              Needs EBCDICification.
20742      Branch: perl
20743            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
20744            ! ext/B/B/Terse.pm
20745 ____________________________________________________________________________
20746 [  9563] By: jhi                                   on 2001/04/05  18:20:32
20747         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
20748              Date: Thu, 5 Apr 2001 13:21:42 -0400
20749              From: Paul Schinder <schinder@pobox.com>
20750              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
20751              
20752              Mac OS X (Darwin) has extra pwent fields.
20753      Branch: perl
20754            ! t/op/pwent.t
20755 ____________________________________________________________________________
20756 [  9562] By: jhi                                   on 2001/04/05  17:57:51
20757         Log: Regen toc.
20758      Branch: perl
20759            ! pod/perltoc.pod
20760 ____________________________________________________________________________
20761 [  9561] By: jhi                                   on 2001/04/05  17:47:33
20762         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
20763      Branch: metaconfig
20764            ! U/Glossary.patch
20765      Branch: metaconfig/U/perl
20766            + d_u32align.U
20767            ! d_cmsghdr_s.U d_msghdr_s.U
20768 ____________________________________________________________________________
20769 [  9560] By: jhi                                   on 2001/04/05  17:47:01
20770         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
20771              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
20772              Introduce probes for struct msghdr, struct cmsghdr,
20773              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
20774              ualarm, usleep, for possible later extension work.
20775      Branch: perl
20776            + t/lib/md5-align.t
20777            ! Configure MANIFEST Porting/Glossary Porting/config.sh
20778            ! Porting/config_H config_h.SH configure.com epoc/config.sh
20779            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
20780            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
20781            ! vos/config.ga.h win32/config.bc win32/config.gc
20782            ! win32/config.vc
20783 ____________________________________________________________________________
20784 [  9559] By: jhi                                   on 2001/04/05  13:03:04
20785         Log: Be traditional in your cpp (for the Errno extension).
20786      Branch: perl
20787            ! hints/darwin.sh
20788 ____________________________________________________________________________
20789 [  9558] By: jhi                                   on 2001/04/05  13:00:05
20790         Log: Add $Config{cppflags} to the gcc incantation.
20791      Branch: perl
20792            ! ext/Errno/Errno_pm.PL
20793 ____________________________________________________________________________
20794 [  9557] By: jhi                                   on 2001/04/05  04:22:39
20795         Log: Introduce Sean Burke's Class::ISA 0.32.
20796      Branch: perl
20797            + lib/Class/ISA.pm t/lib/class-isa.t
20798            ! MANIFEST
20799 ____________________________________________________________________________
20800 [  9556] By: jhi                                   on 2001/04/05  04:09:50
20801         Log: Subject: [PATCH AUTHORS] Housekeeping
20802              From: Paul Johnson <paul@pjcj.net> 
20803              Date: Wed, 4 Apr 2001 22:45:47 +0200
20804              Message-ID: <20010404224547.D9548@pjcj.net>
20805      Branch: perl
20806            ! AUTHORS
20807 ____________________________________________________________________________
20808 [  9555] By: jhi                                   on 2001/04/05  04:06:33
20809         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
20810              From: Gisle Aas <gisle@ActiveState.com>
20811              Date: 04 Apr 2001 14:23:04 -0700
20812              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
20813      Branch: perl
20814            ! pod/perlfaq9.pod
20815 ____________________________________________________________________________
20816 [  9554] By: jhi                                   on 2001/04/05  04:05:49
20817         Log: Downgrade also the "Wide character" diagnostic.
20818      Branch: perl
20819            ! pod/perldiag.pod
20820 ____________________________________________________________________________
20821 [  9553] By: jhi                                   on 2001/04/05  04:00:33
20822         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
20823              maintperl into mainline.
20824              
20825              "double" should be "NV"; standard typemap is missing entry
20826              for NV
20827              
20828              s/djSP/dSP/
20829              
20830              Downgrade "Wide character in print" to a warning.
20831              
20832              B::Deparse fix for ${^FOO} and documentation for PVX() method
20833              (from Robin Houston)
20834              
20835              tr/// doesn't null-terminate the result in some situations
20836              (from Gisle Aas)
20837      Branch: perl
20838           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
20839           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
20840           !> t/io/utf8.t t/op/tr.t
20841 ____________________________________________________________________________
20842 [  9552] By: jhi                                   on 2001/04/05  03:52:50
20843         Log: Retract changes #9542 and #9538 (from maintperl, integrated
20844              at #9540), shouldn't be needed because of the perlio changes.
20845      Branch: perl
20846            ! util.c
20847 ____________________________________________________________________________
20848 [  9551] By: gsar                                  on 2001/04/05  00:18:34
20849         Log: tr/// doesn't null-terminate the result in some situations
20850              (from Gisle Aas)
20851      Branch: maint-5.6/perl
20852            ! doop.c t/op/tr.t
20853 ____________________________________________________________________________
20854 [  9550] By: gsar                                  on 2001/04/04  20:04:17
20855         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
20856              (from Robin Houston)
20857      Branch: maint-5.6/perl
20858            ! ext/B/B.pm ext/B/B/Deparse.pm
20859 ____________________________________________________________________________
20860 [  9549] By: nick                                  on 2001/04/04  18:56:15
20861         Log: Downgrade "Wide character in print" to a warning.
20862      Branch: perlio
20863            ! doio.c t/io/utf8.t
20864 ____________________________________________________________________________
20865 [  9548] By: gsar                                  on 2001/04/04  18:51:49
20866         Log: integrate changes#9460,9462,9482,9521,9522
20867              
20868              Subject: PATCH: B::Debug should show LOOP-specific fields
20869              
20870              Subject: B::Deparse precedence bug. (Patch included.)
20871              
20872              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
20873              
20874              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
20875              
20876              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
20877      Branch: maint-5.6/perl
20878           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
20879           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
20880 ____________________________________________________________________________
20881 [  9547] By: gsar                                  on 2001/04/04  18:49:16
20882         Log: s/djSP/dSP/
20883      Branch: maint-5.6/perl
20884            ! ext/Thread/Thread.xs
20885 ____________________________________________________________________________
20886 [  9546] By: nick                                  on 2001/04/04  18:44:00
20887         Log: Integrate mainline.
20888      Branch: perlio
20889           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
20890           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
20891 ____________________________________________________________________________
20892 [  9545] By: gsar                                  on 2001/04/04  18:38:52
20893         Log: integrate change#8837 from mainline
20894              
20895              Subject: [patch] -Wall cleanup round 2
20896      Branch: maint-5.6/perl
20897           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
20898           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
20899           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
20900           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
20901           !> ext/SDBM_File/SDBM_File.xs
20902 ____________________________________________________________________________
20903 [  9544] By: gsar                                  on 2001/04/04  17:49:57
20904         Log: "double" should be "NV"; standard typemap is missing entry
20905              for NV
20906      Branch: maint-5.6/perl
20907            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
20908 ____________________________________________________________________________
20909 [  9543] By: jhi                                   on 2001/04/04  14:13:18
20910         Log: Thou shalt not (just) match for English error messages.
20911      Branch: perl
20912            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
20913            ! os2/OS2/Process/Process.pm
20914 ____________________________________________________________________________
20915 [  9542] By: jhi                                   on 2001/04/04  13:20:39
20916         Log: Make the stdio tricks of fflush_all() to exist only if
20917              stdio is being used.
20918      Branch: perl
20919            ! util.c
20920 ____________________________________________________________________________
20921 [  9541] By: jhi                                   on 2001/04/04  04:20:24
20922         Log: Subject: Re: [PATCH] Lighten up glob
20923              From: Benjamin Sugars <bsugars@canoe.ca>
20924              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
20925              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
20926      Branch: perl
20927            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
20928            ! util.c
20929 ____________________________________________________________________________
20930 [  9540] By: jhi                                   on 2001/04/04  04:03:57
20931         Log: Integrate changes #9538,9539 from maintperl into mainline.
20932              
20933              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
20934              for use with _fwalk() (fix for change#7705)
20935              
20936              another tweak needed for SunOS 4.1.x build (from Mike Guy)
20937              (cp -f is not portable)
20938      Branch: perl
20939           !> Makefile.SH util.c
20940 ____________________________________________________________________________
20941 [  9539] By: gsar                                  on 2001/04/04  03:01:14
20942         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
20943      Branch: maint-5.6/perl
20944            ! Makefile.SH
20945 ____________________________________________________________________________
20946 [  9538] By: gsar                                  on 2001/04/04  01:00:38
20947         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
20948              for use with _fwalk() (fix for change#7705)
20949      Branch: maint-5.6/perl
20950            ! util.c
20951 ____________________________________________________________________________
20952 [  9537] By: nick                                  on 2001/04/03  19:24:55
20953         Log: Integrate mainline
20954      Branch: perlio
20955           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
20956           +> lib/unicode/PropList.html
20957            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
20958           !> (integrate 69 files)
20959 ____________________________________________________________________________
20960 [  9536] By: jhi                                   on 2001/04/03  18:02:31
20961         Log: Integrate change #9533 from maintperl into mainline.
20962              
20963              better fix for change#9517 to accomodate UNC paths like
20964              \\server\share\foo, and paths with trailing backslash
20965              like c:\this\
20966      Branch: perl
20967           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
20968 ____________________________________________________________________________
20969 [  9535] By: jhi                                   on 2001/04/03  17:58:07
20970         Log: Change the push/unshift warning to be of class syntax, not misc.
20971      Branch: perl
20972            ! op.c pod/perldiag.pod t/pragma/warn/op
20973 ____________________________________________________________________________
20974 [  9534] By: jhi                                   on 2001/04/03  15:03:46
20975         Log: Change the push/unshift warning (#9532) to talk about "no values"
20976              instead of "no arguments".
20977      Branch: perl
20978            ! op.c pod/perldiag.pod t/pragma/warn/op
20979 ____________________________________________________________________________
20980 [  9533] By: gsar                                  on 2001/04/03  14:30:07
20981         Log: better fix for change#9517 to accomodate UNC paths like
20982              \\server\share\foo, and paths with trailing backslash
20983              like c:\this\
20984      Branch: maint-5.6/perl
20985            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
20986 ____________________________________________________________________________
20987 [  9532] By: jhi                                   on 2001/04/03  13:11:46
20988         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
20989              From: Robin Houston <robin@kitsite.com>
20990              Date: Mon, 2 Apr 2001 15:03:29 +0100
20991              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
20992      Branch: perl
20993            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
20994 ____________________________________________________________________________
20995 [  9531] By: jhi                                   on 2001/04/03  13:06:34
20996         Log: Integrate change #9530 from maintperl into mainline.
20997              
20998              accomodate VMS "mailbox overflow" quirk in testsuite (from
20999              Craig Berry)
21000      Branch: perl
21001           !> t/lib/socket.t
21002 ____________________________________________________________________________
21003 [  9530] By: gsar                                  on 2001/04/03  04:56:41
21004         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
21005              Craig Berry)
21006      Branch: maint-5.6/perl
21007            ! t/lib/socket.t
21008 ____________________________________________________________________________
21009 [  9529] By: jhi                                   on 2001/04/03  02:34:34
21010         Log: Update Changes.
21011      Branch: perl
21012            ! Changes patchlevel.h
21013 ____________________________________________________________________________
21014 [  9528] By: jhi                                   on 2001/04/03  01:27:57
21015         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
21016              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
21017              To: perl5-porters@perl.org
21018              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
21019      Branch: perl
21020            ! pod/perlfaq3.pod
21021 ____________________________________________________________________________
21022 [  9527] By: jhi                                   on 2001/04/03  01:22:09
21023         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
21024              From: Peter Prymmer <pvhp@forte.com>
21025              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
21026              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
21027      Branch: perl
21028            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
21029 ____________________________________________________________________________
21030 [  9526] By: jhi                                   on 2001/04/03  01:18:25
21031         Log: The metaconfig unit changes for #9525.
21032      Branch: metaconfig
21033            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
21034      Branch: metaconfig/U/perl
21035            ! use64bits.U
21036 ____________________________________________________________________________
21037 [  9525] By: jhi                                   on 2001/04/03  01:17:30
21038         Log: Configure sanity checks:
21039              * if use64bitall is attempted but pointers are only 32-bit,
21040              'downgrade' to use64bitint
21041              * if use64bitint is attempted but there's no quad type,
21042              forget about use64bitint (well, the default for it is 'n',
21043              the user can still override this)
21044              * if pointers are 64 bits, do not try to use Perl's malloc
21045      Branch: perl
21046            ! Configure
21047 ____________________________________________________________________________
21048 [  9524] By: gsar                                  on 2001/04/03  01:09:12
21049         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
21050      Branch: maint-5.6/perl
21051            ! pp_sys.c
21052 ____________________________________________________________________________
21053 [  9523] By: jhi                                   on 2001/04/03  00:02:31
21054         Log: (Retracted by #9609)
21055              
21056              Make it harder for parallel makes to enter 'test' before
21057              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
21058              should be unhappy enough, but sometimes parallel makes seem
21059              to sneak past both in Tru64 and AIX.)
21060      Branch: perl
21061            ! Makefile.SH
21062 ____________________________________________________________________________
21063 [  9522] By: jhi                                   on 2001/04/02  22:35:31
21064         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
21065              Date: Mon, 2 Apr 2001 22:54:10 +0100
21066              From: Robin Houston <robin@kitsite.com>
21067              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
21068      Branch: perl
21069            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
21070 ____________________________________________________________________________
21071 [  9521] By: jhi                                   on 2001/04/02  22:32:23
21072         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
21073              From: Robin Houston <robin@kitsite.com>
21074              Date: Mon, 2 Apr 2001 20:24:03 +0100
21075              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
21076      Branch: perl
21077            ! ext/B/B/Concise.pm
21078 ____________________________________________________________________________
21079 [  9520] By: jhi                                   on 2001/04/02  22:30:43
21080         Log: Subject: [PATCH] REALLY pedantic hv.h nit
21081              From: Simon Cozens <simon@netthink.co.uk>
21082              Date: Mon, 2 Apr 2001 15:43:06 +0100
21083              Message-ID: <20010402154306.A21711@netthink.co.uk>
21084      Branch: perl
21085            ! hv.h
21086 ____________________________________________________________________________
21087 [  9519] By: jhi                                   on 2001/04/02  22:28:04
21088         Log: Based on
21089              
21090              Subject: [foolperl] EPOC fix
21091              From: Olaf Flebbe <O.Flebbe@science-computing.de>
21092              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
21093              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
21094      Branch: perl
21095            ! pp_sys.c
21096 ____________________________________________________________________________
21097 [  9518] By: jhi                                   on 2001/04/02  22:22:34
21098         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
21099              
21100              README.win32 tweaks; add a note about alternative location for
21101              getting a gcc-2.95.2 that will build perl properly on windows
21102              
21103              add some notes about gutsy threading matters
21104              
21105              many of the utilities interpolate literal paths within doublequotes
21106              (fails on dosish platforms where path contains backslashes)
21107      Branch: perl
21108           !> README.win32 pod/perlguts.pod utils/perldoc.PL
21109           !> x2p/find2perl.PL x2p/s2p.PL
21110 ____________________________________________________________________________
21111 [  9517] By: gsar                                  on 2001/04/02  19:52:21
21112         Log: many of the utilities interpolate literal paths within doublequotes
21113              (fails on dosish platforms where path contains backslashes)
21114      Branch: maint-5.6/perl
21115            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
21116 ____________________________________________________________________________
21117 [  9516] By: gsar                                  on 2001/04/02  05:49:37
21118         Log: a foolish release
21119      Branch: maint-5.6/perl
21120            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
21121            ! pod/perltoc.pod
21122 ____________________________________________________________________________
21123 [  9515] By: gsar                                  on 2001/04/02  05:04:29
21124         Log: add missing changelog summaries
21125      Branch: maint-5.6/perl
21126            ! Changes
21127 ____________________________________________________________________________
21128 [  9514] By: gsar                                  on 2001/04/02  04:07:13
21129         Log: add some notes about gutsy threading matters
21130      Branch: maint-5.6/perl
21131            ! pod/perlguts.pod
21132 ____________________________________________________________________________
21133 [  9513] By: gsar                                  on 2001/04/02  03:25:21
21134         Log: add more prominent caveat notices about experimental features
21135      Branch: maint-5.6/perl
21136            ! pod/perlfork.pod pod/perlunicode.pod
21137 ____________________________________________________________________________
21138 [  9512] By: gsar                                  on 2001/04/02  02:54:33
21139         Log: integrate changes#9479,9509 from mainline
21140              
21141              [PATCH] File::Glob stuff for Mac OS
21142              
21143              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
21144      Branch: maint-5.6/perl
21145           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
21146           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
21147           !> t/lib/glob-taint.t
21148 ____________________________________________________________________________
21149 [  9511] By: gsar                                  on 2001/04/02  02:38:24
21150         Log: README.win32 tweaks; add a note about alternative location for
21151              getting a gcc-2.95.2 that will build perl properly on windows
21152      Branch: maint-5.6/perl
21153            ! README.win32
21154 ____________________________________________________________________________
21155 [  9510] By: jhi                                   on 2001/04/01  20:45:10
21156         Log: An ambiguosity warning.
21157      Branch: perl
21158            ! t/lib/trig.t
21159 ____________________________________________________________________________
21160 [  9509] By: jhi                                   on 2001/04/01  19:53:47
21161         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
21162              From: Jonathan Stowe <gellyfish@gellyfish.com>
21163              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
21164              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
21165      Branch: perl
21166            ! ext/File/Glob/bsd_glob.c
21167 ____________________________________________________________________________
21168 [  9508] By: jhi                                   on 2001/04/01  19:35:03
21169         Log: Update Changes.
21170      Branch: perl
21171            ! Changes patchlevel.h
21172 ____________________________________________________________________________
21173 [  9507] By: jhi                                   on 2001/04/01  19:24:01
21174         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
21175              from mainline to maintperl: pod tweaks.
21176      Branch: maint-5.6/perl
21177           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
21178           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
21179           !> pod/perlvar.pod
21180 ____________________________________________________________________________
21181 [  9506] By: jhi                                   on 2001/04/01  19:11:53
21182         Log: Commit Sarathy to April release of 5.6.1 :-)
21183      Branch: perl
21184            ! pod/perlfaq1.pod
21185 ____________________________________________________________________________
21186 [  9505] By: jhi                                   on 2001/04/01  19:03:15
21187         Log: Subject: PATCH 5.6.0 (perldebug.pod)
21188              From: Mark-Jason Dominus <mjd@plover.com>
21189              Date: Sun, 01 Apr 2001 14:25:11 -0400
21190              Message-ID: <20010401182511.9247.qmail@plover.com>
21191      Branch: perl
21192            ! pod/perldebug.pod
21193 ____________________________________________________________________________
21194 [  9504] By: jhi                                   on 2001/04/01  18:43:09
21195         Log: Add great_circle_direction().
21196      Branch: perl
21197            ! lib/Math/Trig.pm t/lib/trig.t
21198 ____________________________________________________________________________
21199 [  9503] By: jhi                                   on 2001/04/01  17:29:12
21200         Log: Unicode ReadMe update for Unicode 3.1.
21201      Branch: perl
21202            ! lib/unicode/ReadMe.txt
21203 ____________________________________________________________________________
21204 [  9502] By: jhi                                   on 2001/04/01  17:18:40
21205         Log: Integrate change #9501 from maintperl into mainline.
21206              
21207              fix the perlembed notes on multiple interpreters
21208              
21209              fix ExtUtils::Embed to work passably on Windows
21210      Branch: perl
21211           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
21212 ____________________________________________________________________________
21213 [  9501] By: gsar                                  on 2001/04/01  07:21:57
21214         Log: fix the perlembed notes on multiple interpreters
21215              
21216              fix ExtUtils::Embed to work passably on Windows
21217      Branch: maint-5.6/perl
21218            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
21219 ____________________________________________________________________________
21220 [  9500] By: jhi                                   on 2001/04/01  05:58:23
21221         Log: Test for #9499.
21222      Branch: perl
21223            ! t/op/tr.t
21224 ____________________________________________________________________________
21225 [  9499] By: jhi                                   on 2001/04/01  05:55:46
21226         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
21227      Branch: perl
21228            ! embed.h embed.pl op.c proto.h
21229 ____________________________________________________________________________
21230 [  9498] By: jhi                                   on 2001/04/01  05:44:34
21231         Log: Protect the workaround hunk more.
21232      Branch: perl
21233            ! toke.c
21234 ____________________________________________________________________________
21235 [  9497] By: jhi                                   on 2001/04/01  00:24:25
21236         Log: Integrate changes #9493,9494,9495,9496 from maintperl
21237              into mainline.
21238              
21239              fix a broken workaround for Borland compiler in change#4739
21240              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
21241              
21242              nits spotted by Borland compiler
21243              
21244              avoid redefinition warnings under Borland 5.02
21245              
21246              various nits identified by the Borland 5.5 compiler; remove suppression
21247              of a few warnings
21248      Branch: perl
21249           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
21250           !> win32/win32.h
21251 ____________________________________________________________________________
21252 [  9496] By: gsar                                  on 2001/03/31  23:22:28
21253         Log: various nits identified by the Borland 5.5 compiler; remove suppression
21254              of a few warnings
21255      Branch: maint-5.6/perl
21256            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
21257 ____________________________________________________________________________
21258 [  9495] By: gsar                                  on 2001/03/31  21:03:08
21259         Log: avoid redefinition warnings under Borland 5.02
21260      Branch: maint-5.6/perl
21261            ! win32/makefile.mk
21262 ____________________________________________________________________________
21263 [  9494] By: gsar                                  on 2001/03/31  20:18:59
21264         Log: nits spotted by Borland compiler
21265      Branch: maint-5.6/perl
21266            ! utf8.h win32/win32.h
21267 ____________________________________________________________________________
21268 [  9493] By: gsar                                  on 2001/03/31  20:18:05
21269         Log: fix a broken workaround for Borland compiler in change#4739
21270              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
21271      Branch: maint-5.6/perl
21272            ! toke.c
21273 ____________________________________________________________________________
21274 [  9492] By: jhi                                   on 2001/03/31  18:36:24
21275         Log: Integrate change #9491 from maintperl into mainline.
21276              
21277              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
21278              directory is relative (need to fetch the full path name *before*
21279              the chdir!)
21280      Branch: perl
21281           !> lib/Cwd.pm
21282 ____________________________________________________________________________
21283 [  9491] By: gsar                                  on 2001/03/31  17:01:56
21284         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
21285              directory is relative (need to fetch the full path name *before*
21286              the chdir!)
21287              
21288              this is a followup patch for change#6749
21289      Branch: maint-5.6/perl
21290            ! lib/Cwd.pm
21291 ____________________________________________________________________________
21292 [  9490] By: jhi                                   on 2001/03/31  15:50:18
21293         Log: Subject: Re: [PATCH] av.h cosmetics
21294              From: Simon Cozens <simon@netthink.co.uk>
21295              Date: Sat, 31 Mar 2001 13:09:59 +0100
21296              Message-ID: <20010331130959.A22000@netthink.co.uk>
21297              
21298              Document AvALLOC.
21299      Branch: perl
21300            ! pod/perlguts.pod
21301 ____________________________________________________________________________
21302 [  9489] By: jhi                                   on 2001/03/31  15:48:44
21303         Log: Subject: [PATCH] Re: Math::Big* v1.21
21304              From: Tels <perl_dummy@bloodgate.com>
21305              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
21306              Message-Id: <200103311125.GAA377738@www08.hway.net>
21307      Branch: perl
21308            ! pod/perlop.pod
21309 ____________________________________________________________________________
21310 [  9488] By: jhi                                   on 2001/03/31  03:39:51
21311         Log: Debug output tweak.
21312      Branch: perl
21313            ! t/lib/cwd.t
21314 ____________________________________________________________________________
21315 [  9487] By: jhi                                   on 2001/03/31  03:33:02
21316         Log: OverVMSification.
21317      Branch: perl
21318            ! t/lib/cwd.t
21319 ____________________________________________________________________________
21320 [  9486] By: jhi                                   on 2001/03/31  03:01:40
21321         Log: Missed MANIFESTations in #9483.
21322      Branch: perl
21323            ! MANIFEST
21324 ____________________________________________________________________________
21325 [  9485] By: jhi                                   on 2001/03/31  02:58:17
21326         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
21327              From: Peter Prymmer <pvhp@forte.com>
21328              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
21329              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
21330      Branch: perl
21331            ! regexec.c t/lib/cwd.t
21332 ____________________________________________________________________________
21333 [  9484] By: jhi                                   on 2001/03/31  01:04:41
21334         Log: Obsolete file (see #3938)
21335      Branch: perl
21336            - lib/unicode/README.Ethiopic
21337            ! MANIFEST
21338 ____________________________________________________________________________
21339 [  9483] By: jhi                                   on 2001/03/31  00:52:42
21340         Log: Update to Unicode 3.1.
21341              (Rename Names.txt to NamesList.txt.)
21342      Branch: perl
21343            + lib/unicode/NamesList.txt lib/unicode/PropList.html
21344            - lib/unicode/Names.txt
21345            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
21346            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
21347            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
21348            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
21349            ! lib/unicode/UCD.html lib/unicode/Unicode.html
21350            ! lib/unicode/rename lib/unicode/version
21351 ____________________________________________________________________________
21352 [  9482] By: jhi                                   on 2001/03/30  23:33:44
21353         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
21354              From: Robin Houston <robin@kitsite.com>
21355              Date: Fri, 30 Mar 2001 20:07:22 +0100
21356              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
21357      Branch: perl
21358            ! ext/B/B/Deparse.pm
21359 ____________________________________________________________________________
21360 [  9481] By: jhi                                   on 2001/03/30  23:20:25
21361         Log: Subject: Re: [PATCH] CwdXS, Take 2
21362              From: Benjamin Sugars <bsugars@canoe.ca>
21363              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
21364              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
21365      Branch: perl
21366            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
21367            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
21368 ____________________________________________________________________________
21369 [  9480] By: jhi                                   on 2001/03/30  22:52:38
21370         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
21371              From: David Dyck <dcd@tc.fluke.com>
21372              Date: Fri, 30 Mar 2001 14:44:13 -0800
21373              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
21374              
21375              The t/rantests flags file creation was accidentally
21376              removed by #9217.
21377      Branch: perl
21378            ! Makefile.SH
21379 ____________________________________________________________________________
21380 [  9479] By: jhi                                   on 2001/03/30  22:45:45
21381         Log: Subject: [PATCH] File::Glob stuff for Mac OS
21382              From: Chris Nandor <pudge@pobox.com>
21383              Date: Fri, 30 Mar 2001 16:51:00 -0500
21384              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
21385      Branch: perl
21386            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
21387            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
21388            ! t/lib/glob-taint.t
21389 ____________________________________________________________________________
21390 [  9478] By: jhi                                   on 2001/03/30  22:43:12
21391         Log: Subject: fix for win32/buildext.pl
21392              From: "Vadim Konovalov" <watman@inbox.ru>
21393              Date: Sat, 31 Mar 2001 00:50:36 +0400
21394              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
21395      Branch: perl
21396            ! win32/buildext.pl
21397 ____________________________________________________________________________
21398 [  9477] By: jhi                                   on 2001/03/30  22:41:16
21399         Log: Subject: small base.pm doc patch
21400              From: Leon Brocard <acme@astray.com>
21401              Date: Fri, 30 Mar 2001 21:49:57 +0100
21402              Message-ID: <20010330214957.B8733@ns0.astray.com>
21403      Branch: perl
21404            ! lib/base.pm
21405 ____________________________________________________________________________
21406 [  9476] By: jhi                                   on 2001/03/30  18:16:57
21407         Log: Subject: [PATCH] av.h cosmetics
21408              From: Simon Cozens <simon@netthink.co.uk>
21409              Date: Fri, 30 Mar 2001 18:12:28 +0100
21410              Message-ID: <20010330181228.A9319@netthink.co.uk>
21411      Branch: perl
21412            ! av.h
21413 ____________________________________________________________________________
21414 [  9475] By: jhi                                   on 2001/03/30  18:15:50
21415         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
21416              From: "Philip Newton" <pnewton@gmx.de>
21417              Date: Fri, 30 Mar 2001 19:06:57 +0200
21418              Message-ID: <3AC4D951.14815.1AC7068@localhost>
21419      Branch: perl
21420            ! pod/perlhack.pod
21421 ____________________________________________________________________________
21422 [  9474] By: jhi                                   on 2001/03/30  18:14:02
21423         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
21424              From: Benjamin Sugars <bsugars@canoe.ca>
21425              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
21426              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
21427      Branch: perl
21428            ! t/lib/glob-basic.t
21429 ____________________________________________________________________________
21430 [  9473] By: jhi                                   on 2001/03/30  16:09:24
21431         Log: Update Changes.
21432      Branch: perl
21433            ! Changes patchlevel.h
21434 ____________________________________________________________________________
21435 [  9472] By: jhi                                   on 2001/03/30  15:16:08
21436         Log: Integrate perlio.
21437      Branch: perl
21438           !> t/lib/cwd.t t/lib/glob-basic.t
21439 ____________________________________________________________________________
21440 [  9471] By: nick                                  on 2001/03/30  14:47:10
21441         Log: Should be (^O eq 'MSWin32') not 'Win32'
21442              Fail #12 seems real - chdir is in wrong dir.
21443      Branch: perlio
21444            ! t/lib/cwd.t
21445 ____________________________________________________________________________
21446 [  9470] By: jhi                                   on 2001/03/30  14:41:11
21447         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
21448              From: Radu Greab <radu@netsoft.ro>
21449              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
21450              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
21451              
21452              Replace #9352.
21453      Branch: perl
21454            ! ext/Socket/Socket.xs pp_sys.c
21455 ____________________________________________________________________________
21456 [  9469] By: jhi                                   on 2001/03/30  14:37:51
21457         Log: Subject: PATCH pod/perldiag.pod
21458              From: Robin Houston <robin@kitsite.com>
21459              Date: Fri, 30 Mar 2001 14:10:36 +0100
21460              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
21461      Branch: perl
21462            ! pod/perldiag.pod t/lib/glob-basic.t
21463 ____________________________________________________________________________
21464 [  9468] By: jhi                                   on 2001/03/30  14:36:36
21465         Log: Subject: Better diagnostic in io/fs.t
21466              From: andreas.koenig@anima.de (Andreas J. Koenig)
21467              Date: 30 Mar 2001 10:11:43 +0200
21468              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
21469      Branch: perl
21470            ! t/io/fs.t
21471 ____________________________________________________________________________
21472 [  9467] By: nick                                  on 2001/03/30  14:25:43
21473         Log: Skip order test of glob if case-ignoring system cannot 
21474              create a.test and A.test
21475      Branch: perlio
21476            ! t/lib/glob-basic.t
21477 ____________________________________________________________________________
21478 [  9466] By: nick                                  on 2001/03/30  13:03:12
21479         Log: Integrate mainline.
21480      Branch: perlio
21481            - ext/re/hints/aix.pl
21482           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
21483           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
21484           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
21485           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
21486 ____________________________________________________________________________
21487 [  9465] By: jhi                                   on 2001/03/30  03:53:37
21488         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
21489              the tests sometimes hang, sometimes not.)
21490      Branch: perl
21491            ! t/lib/io_multihomed.t t/lib/io_sock.t
21492 ____________________________________________________________________________
21493 [  9464] By: jhi                                   on 2001/03/30  02:56:04
21494         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
21495              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
21496              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
21497              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
21498      Branch: perl
21499            ! op.c
21500 ____________________________________________________________________________
21501 [  9463] By: jhi                                   on 2001/03/30  02:34:48
21502         Log: Test for #9462.
21503      Branch: perl
21504            ! t/lib/b.t
21505 ____________________________________________________________________________
21506 [  9462] By: jhi                                   on 2001/03/30  02:29:37
21507         Log: Subject: B::Deparse precedence bug. (Patch included.)
21508              From: Jeremy Madea <jmadea@inktomi.com>
21509              Date: Thu, 29 Mar 2001 12:05:02 -0800
21510              Message-ID: <20010329120502.A24881@dr.inktomi.com>
21511      Branch: perl
21512            ! ext/B/B/Deparse.pm
21513 ____________________________________________________________________________
21514 [  9461] By: jhi                                   on 2001/03/30  02:18:41
21515         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
21516              From: Peter Prymmer <pvhp@forte.com>
21517              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
21518              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
21519      Branch: perl
21520            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
21521            ! t/lib/md5-file.t
21522 ____________________________________________________________________________
21523 [  9460] By: jhi                                   on 2001/03/30  02:17:07
21524         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
21525              From: Robin Houston <robin@kitsite.com>
21526              Date: Thu, 29 Mar 2001 20:47:56 +0100
21527              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
21528      Branch: perl
21529            ! ext/B/B/Debug.pm
21530 ____________________________________________________________________________
21531 [  9459] By: jhi                                   on 2001/03/30  02:16:05
21532         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
21533              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
21534              Date: Wed, 28 Mar 2001 18:02:20 -0600
21535              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
21536      Branch: perl
21537            ! lib/ExtUtils/MM_VMS.pm
21538 ____________________________________________________________________________
21539 [  9458] By: jhi                                   on 2001/03/30  02:07:58
21540         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
21541              From: "Joshua E. Rodd" <jrodd@pbs.org>
21542              Date: Wed, 28 Mar 2001 17:29:12 -0500
21543              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
21544      Branch: perl
21545            ! pod/perlop.pod
21546 ____________________________________________________________________________
21547 [  9457] By: jhi                                   on 2001/03/30  02:04:33
21548         Log: Subject: ext/re/aix.pl can go
21549              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21550              Date: Thu, 29 Mar 2001 12:03:28 +0200
21551              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
21552      Branch: perl
21553            - ext/re/hints/aix.pl
21554            ! MANIFEST
21555 ____________________________________________________________________________
21556 [  9456] By: jhi                                   on 2001/03/30  02:03:32
21557         Log: Integrate perlio.
21558      Branch: perl
21559           !> ext/Encode/Encode.xs installperl
21560 ____________________________________________________________________________
21561 [  9455] By: nick                                  on 2001/03/29  21:11:46
21562         Log: DLL name has changed so installperl needs to know
21563              (Why isn't it working it out or passed it?)
21564      Branch: perlio
21565            ! installperl
21566 ____________________________________________________________________________
21567 [  9454] By: nick                                  on 2001/03/29  20:56:12
21568         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
21569              and we don't get undef warnings.
21570      Branch: perlio
21571            ! ext/Encode/Encode.xs
21572 ____________________________________________________________________________
21573 [  9453] By: nick                                  on 2001/03/29  17:58:48
21574         Log: Integrate mainline
21575      Branch: perlio
21576           !> Changes patchlevel.h
21577 ____________________________________________________________________________
21578 [  9452] By: jhi                                   on 2001/03/29  16:44:55
21579         Log: Update Changes.
21580      Branch: perl
21581            ! Changes patchlevel.h
21582 ____________________________________________________________________________
21583 [  9451] By: nick                                  on 2001/03/29  16:31:38
21584         Log: Integrate mainline
21585      Branch: perlio
21586           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
21587           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
21588           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
21589           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
21590           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
21591 ____________________________________________________________________________
21592 [  9450] By: jhi                                   on 2001/03/29  16:29:17
21593         Log: Integrate perlio.
21594      Branch: perl
21595           !> win32/buildext.pl
21596 ____________________________________________________________________________
21597 [  9449] By: jhi                                   on 2001/03/29  15:50:01
21598         Log: Update Changes.
21599      Branch: perl
21600            ! Changes patchlevel.h
21601 ____________________________________________________________________________
21602 [  9448] By: nick                                  on 2001/03/29  15:47:15
21603         Log: Make sure buildext.pl finds Errno.pm
21604      Branch: perlio
21605            ! win32/buildext.pl
21606 ____________________________________________________________________________
21607 [  9447] By: jhi                                   on 2001/03/29  15:39:34
21608         Log: Integrate perlio.
21609      Branch: perl
21610           !> win32/makefile.mk
21611 ____________________________________________________________________________
21612 [  9446] By: nick                                  on 2001/03/29  15:30:03
21613         Log: Integrate win32/makefile.mk with mainline.
21614      Branch: perlio
21615           !> win32/makefile.mk
21616 ____________________________________________________________________________
21617 [  9445] By: nick                                  on 2001/03/29  15:27:32
21618         Log: Fix breakage ... 
21619      Branch: perlio
21620            ! win32/makefile.mk
21621 ____________________________________________________________________________
21622 [  9444] By: jhi                                   on 2001/03/29  15:03:08
21623         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
21624              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
21625              Date: Thu, 29 Mar 2001 10:32:59 +0400
21626              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
21627      Branch: perl
21628            ! win32/makefile.mk
21629 ____________________________________________________________________________
21630 [  9443] By: jhi                                   on 2001/03/29  15:02:12
21631         Log: Integrate perlio.
21632      Branch: perl
21633           +> win32/buildext.pl
21634           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
21635           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
21636 ____________________________________________________________________________
21637 [  9442] By: nick                                  on 2001/03/29  14:59:11
21638         Log: Work in progress - determine win32 extensions to build via script.
21639      Branch: perlio
21640            + win32/buildext.pl
21641            ! MANIFEST win32/makefile.mk
21642 ____________________________________________________________________________
21643 [  9441] By: jhi                                   on 2001/03/29  14:51:47
21644         Log: Reintroduce the use of external pwd.
21645      Branch: perl
21646            ! t/lib/cwd.t
21647 ____________________________________________________________________________
21648 [  9440] By: jhi                                   on 2001/03/29  14:42:58
21649         Log: use warnings instead of -w.
21650      Branch: perl
21651            ! utils/h2xs.PL
21652 ____________________________________________________________________________
21653 [  9439] By: jhi                                   on 2001/03/29  14:41:52
21654         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
21655              From: Jonathan Stowe <gellyfish@gellyfish.com>
21656              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
21657              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
21658      Branch: perl
21659            ! utils/h2xs.PL
21660 ____________________________________________________________________________
21661 [  9438] By: jhi                                   on 2001/03/29  14:39:38
21662         Log: Subject: [PATCH perl@9424] minor pod nits
21663              From: Robin Barker <rmb1@cise.npl.co.uk>
21664              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
21665              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
21666      Branch: perl
21667            ! pod/perlhack.pod pod/perliol.pod
21668 ____________________________________________________________________________
21669 [  9437] By: jhi                                   on 2001/03/29  14:29:16
21670         Log: Subject: [PATCH perl@9424] typemap cast warning
21671              From: Robin Barker <rmb1@cise.npl.co.uk>
21672              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
21673              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
21674      Branch: perl
21675            ! lib/ExtUtils/typemap
21676 ____________________________________________________________________________
21677 [  9436] By: jhi                                   on 2001/03/29  14:26:03
21678         Log: Subject: [PATCH perl@9424] printf warning
21679              From: Robin Barker <rmb1@cise.npl.co.uk>
21680              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
21681              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
21682      Branch: perl
21683            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
21684            ! ext/Storable/Storable.xs toke.c
21685 ____________________________________________________________________________
21686 [  9435] By: nick                                  on 2001/03/29  14:23:31
21687         Log: Win32 has name conflict with ERROR
21688      Branch: perlio
21689            ! ext/PerlIO/Via/Via.xs
21690 ____________________________________________________________________________
21691 [  9434] By: jhi                                   on 2001/03/29  14:17:48
21692         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
21693              From: Peter Prymmer <pvhp@forte.com>
21694              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
21695              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
21696      Branch: perl
21697            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
21698 ____________________________________________________________________________
21699 [  9433] By: jhi                                   on 2001/03/29  13:52:44
21700         Log: test-prep target was missing.
21701      Branch: perl
21702            ! Makefile.SH
21703 ____________________________________________________________________________
21704 [  9432] By: nick                                  on 2001/03/29  12:40:03
21705         Log: Make as-shipped compiler default to MSVC6 
21706      Branch: perlio
21707            ! win32/makefile.mk
21708 ____________________________________________________________________________
21709 [  9431] By: nick                                  on 2001/03/29  12:12:16
21710         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
21711              akin to PerlIO::Scalar.
21712      Branch: perlio
21713            ! perlio.c perlio.h
21714 ____________________________________________________________________________
21715 [  9430] By: nick                                  on 2001/03/29  10:56:35
21716         Log: Integrate mainline.
21717      Branch: perlio
21718           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
21719           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
21720           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
21721           !> win32/makefile.mk win32/win32sck.c
21722 ____________________________________________________________________________
21723 [  9429] By: nick                                  on 2001/03/29  09:03:43
21724         Log: Noticed that two tests were skipped as perlio:: package
21725              isn't there any more. Changed the skip condition.
21726              Avoid core-dump if sv_utf8_upgrade() called on something
21727              that does not become SvPOK after SvPV() (e.g. a ref).
21728      Branch: perlio
21729            ! sv.c t/io/utf8.t t/lib/io_scalar.t
21730 ____________________________________________________________________________
21731 [  9428] By: jhi                                   on 2001/03/29  01:31:47
21732         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
21733              From: Benjamin Sugars <bsugars@canoe.ca> 
21734              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
21735              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
21736      Branch: perl
21737            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
21738            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
21739            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
21740 ____________________________________________________________________________
21741 [  9427] By: jhi                                   on 2001/03/29  00:49:30
21742         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
21743              From: "Vadim Konovalov" <watman@inbox.ru>
21744              Date: Thu, 29 Mar 2001 01:50:12 +0400
21745              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
21746      Branch: perl
21747            ! win32/makefile.mk win32/win32sck.c
21748 ____________________________________________________________________________
21749 [  9426] By: gsar                                  on 2001/03/29  00:28:04
21750         Log: dmake can only handle == and != in comparisons; support building
21751              with Borland's VCL libraries (from Vadim Konovalov)
21752      Branch: maint-5.6/perl
21753            ! win32/makefile.mk
21754 ____________________________________________________________________________
21755 [  9425] By: nick                                  on 2001/03/28  19:29:56
21756         Log: Integrate (@snapshot)
21757      Branch: perlio
21758           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
21759 ____________________________________________________________________________
21760 [  9424] By: jhi                                   on 2001/03/28  19:03:16
21761         Log: Update Changes.
21762      Branch: perl
21763            ! Changes patchlevel.h
21764 ____________________________________________________________________________
21765 [  9423] By: jhi                                   on 2001/03/28  18:52:09
21766         Log: Rmdir lib/XS on cleanup.
21767      Branch: perl
21768            ! Makefile.SH
21769 ____________________________________________________________________________
21770 [  9422] By: jhi                                   on 2001/03/28  18:49:34
21771         Log: Integrate perlio.
21772      Branch: perl
21773           !> t/op/utf8decode.t
21774 ____________________________________________________________________________
21775 [  9421] By: nick                                  on 2001/03/28  18:46:44
21776         Log: Loose duplicate chunk.
21777      Branch: perlio
21778            ! t/op/utf8decode.t
21779 ____________________________________________________________________________
21780 [  9420] By: nick                                  on 2001/03/28  18:44:11
21781         Log: Integrate mainline.
21782      Branch: perlio
21783           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
21784           !> vms/vmsish.h
21785 ____________________________________________________________________________
21786 [  9419] By: jhi                                   on 2001/03/28  18:42:05
21787         Log: Can't trust external pwds
21788              (either shell builtins or external programs)
21789      Branch: perl
21790            ! t/lib/cwd.t
21791 ____________________________________________________________________________
21792 [  9418] By: jhi                                   on 2001/03/28  18:34:05
21793         Log: Integrate perlio.
21794      Branch: perl
21795            - lib/perlio.pm
21796           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
21797           !> t/op/utf8decode.t
21798 ____________________________________________________________________________
21799 [  9417] By: nick                                  on 2001/03/28  18:24:02
21800         Log: PerlIO.pm / perlio.pm conflict.
21801              Update some pods.
21802              Make t/op/utf8decode.t a text file.
21803      Branch: perlio
21804            - lib/perlio.pm
21805            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
21806            ! t/op/utf8decode.t
21807 ____________________________________________________________________________
21808 [  9416] By: jhi                                   on 2001/03/28  18:06:07
21809         Log: Integrate change #9409 from mainline to maintperl.
21810              
21811              Yet another tweak on AIX dynaloading.
21812      Branch: maint-5.6/perl
21813           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
21814 ____________________________________________________________________________
21815 [  9415] By: gsar                                  on 2001/03/28  17:13:01
21816         Log: integrate changes#9377,9385,9401 from mainline
21817              
21818              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
21819              
21820              If directory entries compare equal case-insensitively,
21821              retry case-sensitively.
21822              
21823              Subject: [PATCH] B::Terse and warnings
21824      Branch: maint-5.6/perl
21825           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
21826           !> t/pragma/warn/perl
21827 ____________________________________________________________________________
21828 [  9414] By: jhi                                   on 2001/03/28  17:11:12
21829         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
21830              From: "Craig A. Berry" <craigberry@mac.com>
21831              Date: Wed, 28 Mar 2001 10:55:20 -0600
21832              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
21833      Branch: perl
21834            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
21835 ____________________________________________________________________________
21836 [  9413] By: jhi                                   on 2001/03/28  17:03:12
21837         Log: Dup hunk.
21838      Branch: perl
21839            ! t/op/utf8decode.t
21840 ____________________________________________________________________________
21841 [  9412] By: jhi                                   on 2001/03/28  17:02:36
21842         Log: Forced integrate from perlio.
21843      Branch: perl
21844           !> t/op/utf8decode.t
21845 ____________________________________________________________________________
21846 [  9411] By: nick                                  on 2001/03/28  16:50:03
21847         Log: Integrate mainline.
21848      Branch: perlio
21849           +> t/lib/cwd.t
21850           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
21851           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
21852           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
21853           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
21854           !> t/pragma/warn/perl
21855 ____________________________________________________________________________
21856 [  9410] By: jhi                                   on 2001/03/28  16:44:23
21857         Log: Subject: Re: [PATCH] 9403 cannot be tested
21858              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
21859              Date: Wed, 28 Mar 2001 18:33:56 +0200
21860              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
21861      Branch: perl
21862            ! makedef.pl
21863 ____________________________________________________________________________
21864 [  9409] By: jhi                                   on 2001/03/28  16:12:45
21865         Log: Yet another tweak on AIX dynaloading.
21866      Branch: perl
21867            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
21868 ____________________________________________________________________________
21869 [  9408] By: jhi                                   on 2001/03/28  15:52:55
21870         Log: Subject: [PATCH] 9403 cannot be tested
21871              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
21872              Date: Wed, 28 Mar 2001 17:23:00 +0200
21873              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
21874              
21875              A missing symbol.
21876      Branch: perl
21877            ! makedef.pl
21878 ____________________________________________________________________________
21879 [  9407] By: jhi                                   on 2001/03/28  15:47:43
21880         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
21881      Branch: perl
21882            ! t/op/utf8decode.t
21883           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
21884           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
21885 ____________________________________________________________________________
21886 [  9406] By: jhi                                   on 2001/03/28  15:37:08
21887         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
21888              From: Benjamin Sugars <bsugars@canoe.ca> 
21889              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
21890              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
21891      Branch: perl
21892            + t/lib/cwd.t
21893            ! MANIFEST
21894 ____________________________________________________________________________
21895 [  9405] By: jhi                                   on 2001/03/28  15:13:18
21896         Log: pp_ne() needs a CORRECT boolean.
21897      Branch: perl
21898            ! pp.c
21899 ____________________________________________________________________________
21900 [  9404] By: jhi                                   on 2001/03/28  15:09:23
21901         Log: pp_ne() needs a boolean, not an integer.
21902      Branch: perl
21903            ! pp.c
21904 ____________________________________________________________________________
21905 [  9403] By: jhi                                   on 2001/03/28  14:47:43
21906         Log: (Retracted by #9404.)
21907      Branch: perl
21908            ! pp.c
21909 ____________________________________________________________________________
21910 [  9402] By: jhi                                   on 2001/03/28  14:43:59
21911         Log: Subject: Re: [PATCH] Typemap testing
21912              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
21913              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
21914              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
21915      Branch: perl
21916            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
21917            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
21918 ____________________________________________________________________________
21919 [  9401] By: jhi                                   on 2001/03/28  14:42:14
21920         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
21921              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
21922              Date: Sun, 25 Mar 2001 21:59:15 +0100
21923              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
21924              
21925              A variable will be checked for the "use once" warnings if:
21926              
21927              1. It is in the scope of a use warnings 'once'
21928              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
21929              
21930              Otherwise it won't be checked at all.
21931              
21932              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
21933              
21934              The enclosed patch partially fixes this issue. What I didn't
21935              get to work was the case where the "used once" warning is enabled
21936              in any file other than the main file.
21937      Branch: perl
21938            ! gv.c t/pragma/warn/perl
21939 ____________________________________________________________________________
21940 [  9400] By: nick                                  on 2001/03/28  14:38:24
21941         Log: More EBCDIC tweaks:
21942              - one more swash issue &~(0xA0-1) did not do the right thing,
21943              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
21944              - add "use re 'asciirange'" to make [!-~] etc. work
21945              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
21946              - Choose a key for t/op/each.t test which gets encoded.
21947              - Skip utf8decode if this is UTF-EBCDIC.
21948      Branch: perlio
21949            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
21950            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
21951 ____________________________________________________________________________
21952 [  9399] By: jhi                                   on 2001/03/28  14:21:00
21953         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
21954              Andreas Schwab.
21955      Branch: perl
21956            ! pp.c
21957 ____________________________________________________________________________
21958 [  9398] By: jhi                                   on 2001/03/28  00:55:56
21959         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
21960              From: David Dyck <dcd@tc.fluke.com>
21961              Date: Tue, 27 Mar 2001 15:16:24 -0800
21962              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
21963      Branch: perl
21964            ! ext/IO/lib/IO/Socket.pm
21965 ____________________________________________________________________________
21966 [  9397] By: jhi                                   on 2001/03/27  21:52:49
21967         Log: Integrate perlio.
21968      Branch: perl
21969           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
21970           +> ext/PerlIO/Via/Via.xs
21971           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
21972 ____________________________________________________________________________
21973 [  9396] By: nick                                  on 2001/03/27  21:45:13
21974         Log: Integrate mainline.
21975      Branch: perlio
21976           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
21977           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
21978 ____________________________________________________________________________
21979 [  9395] By: nick                                  on 2001/03/27  21:18:58
21980         Log: Outline docs for PerlIO and PerlIO::Scalar
21981      Branch: perlio
21982            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
21983 ____________________________________________________________________________
21984 [  9394] By: nick                                  on 2001/03/27  20:50:13
21985         Log: PerlIO::Via layer (alpha-ish).
21986      Branch: perlio
21987            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
21988            + ext/PerlIO/Via/Via.xs
21989            ! MANIFEST
21990 ____________________________________________________________________________
21991 [  9393] By: jhi                                   on 2001/03/27  20:49:55
21992         Log: Retract #9329 now that 9390 should take care of the matter.
21993      Branch: perl
21994            ! utils/h2xs.PL
21995 ____________________________________________________________________________
21996 [  9390] By: jhi                                   on 2001/03/27  20:47:50
21997         Log: Subject: Autoloading Errno.pm when %! is encountered
21998              From: Robin Houston <robin@kitsite.com>
21999              Date: Tue, 27 Mar 2001 20:57:11 +0100
22000              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
22001      Branch: perl
22002            ! embed.h embed.pl gv.c proto.h t/op/magic.t
22003 ____________________________________________________________________________
22004 [  9389] By: jhi                                   on 2001/03/27  20:24:31
22005         Log: Integrate perlio.
22006      Branch: perl
22007           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
22008           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
22009           !> utf8.c
22010 ____________________________________________________________________________
22011 [  9388] By: jhi                                   on 2001/03/27  20:21:38
22012         Log: Better have a three-element array if one is going to assign
22013              to the third element of that array. (from Tim Jenness)
22014      Branch: perl
22015            ! ext/XS/Typemap/Typemap.xs
22016 ____________________________________________________________________________
22017 [  9387] By: nick                                  on 2001/03/27  20:15:43
22018         Log: Integrate mainline.
22019      Branch: perlio
22020           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
22021           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
22022           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
22023           +> t/lib/xs-typemap.t
22024           !> (integrate 34 files)
22025 ____________________________________________________________________________
22026 [  9386] By: jhi                                   on 2001/03/27  20:04:18
22027         Log: Subject: Re: perl@9359 breaks HTML::Parser
22028              From: Gisle Aas <gisle@ActiveState.com>
22029              Date: 27 Mar 2001 11:30:24 -0800
22030              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
22031              
22032              Clarify the UTF-8 issues of the API docs.
22033              (Slightly reworded and expanded.)
22034      Branch: perl
22035            ! pod/perlapi.pod sv.c sv.h
22036 ____________________________________________________________________________
22037 [  9385] By: jhi                                   on 2001/03/27  19:44:25
22038         Log: If directory entries compare equal case-insensitively,
22039              retry case-sensitively.
22040      Branch: perl
22041            ! ext/File/Glob/bsd_glob.c
22042 ____________________________________________________________________________
22043 [  9384] By: nick                                  on 2001/03/27  19:38:50
22044         Log: Various EBCDIC fixes:
22045              - major revelation that swash code is encoding aware,
22046              (or thought it was) - now it is ;-)
22047              - With that out of the way fix a slab of tr/// cases.
22048              - Fix Encode 'Unicode' to be true Unicode so tests pass.
22049              - As anticipated Base64.xs needed tweaks.
22050              - Until tr/// works right avoid old_encode64 in MIME tests.
22051      Branch: perlio
22052            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
22053            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
22054 ____________________________________________________________________________
22055 [  9383] By: jhi                                   on 2001/03/27  18:34:41
22056         Log: Add the std test suite BEGIN block.
22057      Branch: perl
22058            ! t/lib/xs-typemap.t
22059 ____________________________________________________________________________
22060 [  9382] By: jhi                                   on 2001/03/27  15:16:07
22061         Log: Add debugging output to the test.
22062      Branch: perl
22063            ! t/lib/glob-basic.t
22064 ____________________________________________________________________________
22065 [  9381] By: jhi                                   on 2001/03/27  15:08:10
22066         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
22067      Branch: perl
22068            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
22069            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
22070            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
22071            + t/lib/xs-typemap.t
22072            ! MANIFEST
22073 ____________________________________________________________________________
22074 [  9380] By: jhi                                   on 2001/03/27  14:48:34
22075         Log: Subject: [PATCH] Typemap testing
22076              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
22077              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
22078              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
22079              
22080              (The first part of the patch.)
22081      Branch: perl
22082            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
22083 ____________________________________________________________________________
22084 [  9379] By: jhi                                   on 2001/03/27  14:44:56
22085         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
22086              From: Benjamin Sugars <bsugars@canoe.ca> 
22087              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
22088              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
22089      Branch: perl
22090            ! t/lib/glob-basic.t
22091 ____________________________________________________________________________
22092 [  9378] By: jhi                                   on 2001/03/27  14:42:30
22093         Log: Subject: [PATCH] perlvar nit
22094              From: Simon Cozens <simon@netthink.co.uk>
22095              Date: Tue, 27 Mar 2001 01:12:01 +0100
22096              Message-ID: <20010327011201.A19179@netthink.co.uk>
22097      Branch: perl
22098            ! pod/perlvar.pod
22099 ____________________________________________________________________________
22100 [  9377] By: jhi                                   on 2001/03/27  14:36:26
22101         Log: Subject: [PATCH] B::Terse and warnings
22102              From: Benjamin Sugars <ben.sugars@home.com>
22103              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
22104              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
22105      Branch: perl
22106            ! ext/B/B.pm ext/B/B/Terse.pm
22107 ____________________________________________________________________________
22108 [  9376] By: jhi                                   on 2001/03/27  14:31:31
22109         Log: Document sockatmark() some.
22110      Branch: perl
22111            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
22112            ! pod/perltoc.pod
22113 ____________________________________________________________________________
22114 [  9375] By: jhi                                   on 2001/03/27  14:00:24
22115         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
22116              noted by Gisle and fixed by NI-S.
22117      Branch: perl
22118            ! sv.c
22119 ____________________________________________________________________________
22120 [  9374] By: jhi                                   on 2001/03/27  05:50:01
22121         Log: Regen toc.
22122      Branch: perl
22123            ! pod/perltoc.pod
22124 ____________________________________________________________________________
22125 [  9373] By: jhi                                   on 2001/03/27  05:43:51
22126         Log: Pixie documenting.
22127      Branch: perl
22128            ! Makefile.SH pod/perlhack.pod
22129 ____________________________________________________________________________
22130 [  9372] By: jhi                                   on 2001/03/27  05:29:34
22131         Log: Metaconfig unit changes for #9371.
22132      Branch: metaconfig
22133            ! U/modified/myhostname.U
22134      Branch: metaconfig/U/perl
22135            + d_sockatmark.U
22136            ! gccvers.U
22137 ____________________________________________________________________________
22138 [  9371] By: jhi                                   on 2001/03/27  05:29:07
22139         Log: Add sockatmark() probing.
22140      Branch: perl
22141            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
22142            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
22143            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22144            ! vos/config.ga.h win32/config.bc win32/config.gc
22145            ! win32/config.vc
22146 ____________________________________________________________________________
22147 [  9370] By: jhi                                   on 2001/03/26  22:01:18
22148         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
22149              Really need to benchmark this.
22150      Branch: perl
22151            ! pp.c
22152 ____________________________________________________________________________
22153 [  9369] By: nick                                  on 2001/03/26  21:59:30
22154         Log: Integrate mainline.
22155      Branch: perlio
22156            ! ext/MIME/Base64/QuotedPrint.pm
22157           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
22158           !> patchlevel.h pod/perlhack.pod pp_sys.c
22159 ____________________________________________________________________________
22160 [  9368] By: jhi                                   on 2001/03/26  21:47:03
22161         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
22162              
22163              TODO1: perlbench.
22164              TODO2: le, lt, ge, gt?  Yech.
22165      Branch: perl
22166            ! pp.c
22167 ____________________________________________________________________________
22168 [  9367] By: jhi                                   on 2001/03/26  21:34:57
22169         Log: Too much cut-and-paste in #9363.
22170      Branch: perl
22171            ! pp_sys.c
22172 ____________________________________________________________________________
22173 [  9366] By: jhi                                   on 2001/03/26  21:20:53
22174         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
22175              From: Andreas Schwab <schwab@suse.de>
22176              Date: 26 Mar 2001 17:29:04 +0200
22177              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
22178              
22179              (The patch for 5.6.0 or so, this is a guess for bleadperl)
22180      Branch: perl
22181            ! pp_hot.c
22182 ____________________________________________________________________________
22183 [  9365] By: jhi                                   on 2001/03/26  21:07:54
22184         Log: Integrate perlio.
22185      Branch: perl
22186           !> perlio.c
22187 ____________________________________________________________________________
22188 [  9364] By: nick                                  on 2001/03/26  20:30:48
22189         Log: REFCNT botch in layer name cache hash.
22190      Branch: perlio
22191            ! perlio.c
22192 ____________________________________________________________________________
22193 [  9363] By: jhi                                   on 2001/03/26  18:44:32
22194         Log: Subject: [PATCH] socket() leaks file descriptors
22195              From: Benjamin Sugars <bsugars@canoe.ca>
22196              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
22197              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
22198              
22199              Also sockpair() fixed similarly.
22200      Branch: perl
22201            ! pp_sys.c
22202 ____________________________________________________________________________
22203 [  9362] By: jhi                                   on 2001/03/26  18:37:52
22204         Log: Integrate perlio.
22205      Branch: perl
22206           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
22207 ____________________________________________________________________________
22208 [  9361] By: nick                                  on 2001/03/26  17:32:06
22209         Log: Implement flush of linebuffered streams on read of a tty.
22210      Branch: perlio
22211            ! perlio.c perliol.h
22212 ____________________________________________________________________________
22213 [  9360] By: nick                                  on 2001/03/26  17:12:32
22214         Log: Memory tweaks and notes for OEMVS.
22215      Branch: perlio
22216            ! README.os390 miniperlmain.c t/op/pat.t
22217 ____________________________________________________________________________
22218 [  9359] By: jhi                                   on 2001/03/26  02:12:54
22219         Log: Update Changes.
22220      Branch: perl
22221            ! Changes patchlevel.h
22222 ____________________________________________________________________________
22223 [  9358] By: jhi                                   on 2001/03/26  02:05:32
22224         Log: Document the most common pixie options.
22225      Branch: perl
22226            ! pod/perlhack.pod
22227 ____________________________________________________________________________
22228 [  9357] By: jhi                                   on 2001/03/26  01:25:28
22229         Log: For perl.pixie check *before* compiling that optimize is -g,
22230              as for perl.third.
22231      Branch: perl
22232            ! Makefile.SH
22233 ____________________________________________________________________________
22234 [  9356] By: jhi                                   on 2001/03/26  01:13:41
22235         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
22236      Branch: perl
22237            ! Makefile.SH
22238 ____________________________________________________________________________
22239 [  9355] By: jhi                                   on 2001/03/26  01:11:19
22240         Log: Remove t/perl.third.
22241      Branch: perl
22242            ! Makefile.SH
22243 ____________________________________________________________________________
22244 [  9354] By: jhi                                   on 2001/03/26  00:23:38
22245         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
22246              IO::Sockatmark().
22247      Branch: perl
22248            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
22249 ____________________________________________________________________________
22250 [  9353] By: jhi                                   on 2001/03/25  22:25:04
22251         Log: Integrate perlio.
22252      Branch: perl
22253           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
22254           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
22255           !> pp_hot.c win32/makefile.mk
22256 ____________________________________________________________________________
22257 [  9352] By: jhi                                   on 2001/03/25  22:21:41
22258         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
22259              From: Radu Greab <radu@netsoft.ro>
22260              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
22261              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
22262      Branch: perl
22263            ! pp_sys.c
22264 ____________________________________________________________________________
22265 [  9351] By: nick                                  on 2001/03/25  22:15:02
22266         Log: Fix readline in list mode to tell rest of world that it has
22267              things on the stack. Otherwise if perl code gets invoked
22268              underneath it it scribbles over results-so-far.
22269              (Why TIEHANDLE has not tripped on this is a mystery.)
22270      Branch: perlio
22271            ! pp_hot.c
22272 ____________________________________________________________________________
22273 [  9350] By: nick                                  on 2001/03/25  22:10:13
22274         Log: win32/makefile.mk typos
22275      Branch: perlio
22276            ! win32/makefile.mk
22277 ____________________________________________________________________________
22278 [  9349] By: nick                                  on 2001/03/25  21:31:14
22279         Log: Integrate now-non-binary file.
22280      Branch: perlio
22281           !> t/lib/mimeqp.t
22282 ____________________________________________________________________________
22283 [  9348] By: nick                                  on 2001/03/25  21:27:24
22284         Log: Make it text
22285      Branch: perlio
22286            ! t/lib/mimeqp.t
22287 ____________________________________________________________________________
22288 [  9347] By: nick                                  on 2001/03/25  21:25:37
22289         Log: Integrate mainline.
22290      Branch: perlio
22291           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
22292           !> lib/Term/ReadLine.pm t/lib/md5-file.t
22293 ____________________________________________________________________________
22294 [  9346] By: nick                                  on 2001/03/25  20:58:15
22295         Log: Add destruct time hook to PerlIO (for work-in-process implementing
22296              layers in perl code. In such cases layers need to be popped before
22297              we loose the ability to run perl code.)
22298              Also back-out "PerlIO::object" hook - it isn't going to work like that...
22299      Branch: perlio
22300            ! perl.c perlio.c perlio.h perliol.h
22301 ____________________________________________________________________________
22302 [  9345] By: nick                                  on 2001/03/25  20:49:11
22303         Log: Avoid at leasy one of undefined warnings in Encode.
22304      Branch: perlio
22305            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
22306 ____________________________________________________________________________
22307 [  9344] By: jhi                                   on 2001/03/25  20:37:43
22308         Log: A workaround for using Term::ReadLine in emacs minibuffer
22309              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
22310              additional tweaks from Ilya Zakharevich.
22311      Branch: perl
22312            ! lib/Term/ReadLine.pm
22313 ____________________________________________________________________________
22314 [  9343] By: nick                                  on 2001/03/25  20:21:14
22315         Log: Missing return value.
22316      Branch: perlio
22317            ! ext/PerlIO/Scalar/Scalar.xs
22318 ____________________________________________________________________________
22319 [  9342] By: jhi                                   on 2001/03/25  16:21:00
22320         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
22321              to equal the CPAN versions since no code changes have been made.
22322      Branch: perl
22323            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
22324            ! t/lib/md5-file.t
22325 ____________________________________________________________________________
22326 [  9341] By: jhi                                   on 2001/03/25  16:01:48
22327         Log: Escape 8-bit characters.
22328      Branch: perl
22329            ! t/lib/mimeqp.t
22330 ____________________________________________________________________________
22331 [  9340] By: gsar                                  on 2001/03/25  15:50:53
22332         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
22333              chars)
22334      Branch: perl
22335            + t/lib/mimeqp.t
22336 ____________________________________________________________________________
22337 [  9339] By: gsar                                  on 2001/03/25  15:48:50
22338         Log: delete mimeqp.t for later with text mode set
22339      Branch: perl
22340            - t/lib/mimeqp.t
22341 ____________________________________________________________________________
22342 [  9338] By: nick                                  on 2001/03/25  09:01:57
22343         Log: Integrate mainline.
22344      Branch: perlio
22345           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
22346           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
22347           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
22348           +> t/lib/mimeb64u.t t/lib/mimeqp.t
22349           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
22350           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
22351           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
22352 ____________________________________________________________________________
22353 [  9337] By: jhi                                   on 2001/03/25  04:23:24
22354         Log: Add MIME::Base64 here and there.  Again, a lot of
22355              optimism is in the air.
22356      Branch: perl
22357            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
22358            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
22359 ____________________________________________________________________________
22360 [  9336] By: jhi                                   on 2001/03/25  04:12:43
22361         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
22362              this by ear as I do not do Win32 programming.)
22363      Branch: perl
22364            ! win32/Makefile win32/makefile.mk
22365 ____________________________________________________________________________
22366 [  9335] By: jhi                                   on 2001/03/25  04:03:50
22367         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
22368      Branch: perl
22369            ! t/lib/md5-file.t
22370 ____________________________________________________________________________
22371 [  9334] By: jhi                                   on 2001/03/25  03:58:53
22372         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
22373      Branch: perl
22374            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
22375            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
22376            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
22377            + t/lib/mimeb64u.t t/lib/mimeqp.t
22378            ! MANIFEST
22379 ____________________________________________________________________________
22380 [  9333] By: jhi                                   on 2001/03/24  20:14:37
22381         Log: Integrate perlio.
22382      Branch: perl
22383           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
22384 ____________________________________________________________________________
22385 [  9332] By: nick                                  on 2001/03/24  19:40:34
22386         Log: Fix un-init variable leading to spurious "Out of Memory!"
22387      Branch: perlio
22388            ! doio.c
22389 ____________________________________________________________________________
22390 [  9331] By: nick                                  on 2001/03/24  19:09:59
22391         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
22392              and update layers internals doc.
22393      Branch: perlio
22394            ! pod/perlfunc.pod pod/perliol.pod
22395 ____________________________________________________________________________
22396 [  9330] By: jhi                                   on 2001/03/24  18:42:11
22397         Log: The length might be uninitialized garbage if the *svp is the undef.
22398      Branch: perl
22399            ! doio.c
22400 ____________________________________________________________________________
22401 [  9329] By: jhi                                   on 2001/03/24  18:26:57
22402         Log: (Retracted by #9393)
22403
22404              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
22405              From: Simon Cozens <simon@netthink.co.uk>
22406              Date: Sat, 24 Mar 2001 17:13:17 +0000
22407              Message-ID: <20010324171317.A13406@netthink.co.uk>
22408      Branch: perl
22409            ! utils/h2xs.PL
22410 ____________________________________________________________________________
22411 [  9328] By: nick                                  on 2001/03/24  17:22:02
22412         Log: Integrate mainline.
22413      Branch: perlio
22414           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
22415           !> lib/unicode/version
22416 ____________________________________________________________________________
22417 [  9327] By: nick                                  on 2001/03/24  17:16:02
22418         Log: Integrate mainline.
22419      Branch: perlio
22420           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
22421           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
22422           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
22423           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
22424           +> t/lib/md5-file.t
22425           !> MANIFEST Makefile.SH configure.com djgpp/config.over
22426           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
22427           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
22428           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
22429           !> win32/makefile.mk
22430 ____________________________________________________________________________
22431 [  9326] By: jhi                                   on 2001/03/24  17:00:42
22432         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
22433      Branch: perl
22434            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
22435            ! lib/unicode/version
22436 ____________________________________________________________________________
22437 [  9325] By: jhi                                   on 2001/03/24  16:22:33
22438         Log: Subject: Re: B::Deparse bug (5.6.0)
22439              From: Robin Houston <robin@kitsite.com>
22440              Date: Sat, 24 Mar 2001 14:33:09 +0000
22441              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
22442      Branch: perl
22443            ! op.c pp.c t/lib/b.t t/op/repeat.t
22444 ____________________________________________________________________________
22445 [  9324] By: jhi                                   on 2001/03/24  16:21:56
22446         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
22447              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
22448              these additions may be too optimistic.
22449      Branch: perl
22450            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
22451            ! hints/uwin.sh hints/vmesa.sh
22452 ____________________________________________________________________________
22453 [  9323] By: jhi                                   on 2001/03/24  16:06:01
22454         Log: Integrate perlio.
22455      Branch: perl
22456           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
22457           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
22458            ! Makefile.SH
22459           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
22460           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
22461           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
22462           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
22463           !> win32/makefile.mk win32/perlhost.h win32/win32.c
22464           !> win32/win32iop.h
22465 ____________________________________________________________________________
22466 [  9322] By: nick                                  on 2001/03/24  14:39:12
22467         Log: Routine Win32 regen_config_h - no real changes.
22468      Branch: perlio
22469            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
22470 ____________________________________________________________________________
22471 [  9321] By: nick                                  on 2001/03/24  14:31:49
22472         Log: PerlIO fixups for Win32:
22473              - provide win33_popenlist() - non-functional as yet.
22474              - avoid need for aTHX in PerlIO_debug calls - even if not 
22475              enabled args are still evaluated so Win32 has trouble during fork().
22476              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
22477              - Fixup makedef.pl for latest set of symbols.
22478      Branch: perlio
22479            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
22480            ! win32/perlhost.h win32/win32.c win32/win32iop.h
22481 ____________________________________________________________________________
22482 [  9320] By: nick                                  on 2001/03/24  14:26:58
22483         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
22484              was gibberish - broke it on WIn32 at least.
22485      Branch: perlio
22486            ! ext/POSIX/POSIX.xs
22487 ____________________________________________________________________________
22488 [  9319] By: nick                                  on 2001/03/24  11:29:41
22489         Log: Generated files.
22490      Branch: perlio
22491            ! embed.h global.sym objXSUB.h perlapi.c proto.h
22492 ____________________________________________________________________________
22493 [  9318] By: nick                                  on 2001/03/24  10:29:37
22494         Log: Implement:
22495              1.  open($fh,"+<",undef);  # add test to t/io/open.t
22496              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
22497      Branch: perlio
22498            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
22499            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
22500            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
22501            ! t/io/open.t t/io/utf8.t
22502 ____________________________________________________________________________
22503 [  9317] By: jhi                                   on 2001/03/23  23:41:25
22504         Log: AIX does seems to have optimization problems with its C compilers.
22505      Branch: perl
22506            ! hints/aix.sh
22507 ____________________________________________________________________________
22508 [  9316] By: jhi                                   on 2001/03/23  23:40:46
22509         Log: Integrate perlio.
22510      Branch: perl
22511           +> lib/PerlIO.pm
22512           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
22513           !> perliol.h
22514 ____________________________________________________________________________
22515 [  9315] By: jhi                                   on 2001/03/23  22:16:30
22516         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
22517      Branch: perl
22518            ! t/lib/md5-file.t
22519 ____________________________________________________________________________
22520 [  9314] By: nick                                  on 2001/03/23  20:49:02
22521         Log: Perlio internals re-organized.
22522              - open process creates AV of layer/arg pairs
22523              (appends layers from open() or open.pm to default list).
22524              - push arg is now an SV.
22525              - layer ->Open get passed the AV
22526              - open is no longer mandatory method.
22527              - topmost layer that has ->Open method does the open
22528              - any layers above are pushed once that returns.
22529              - vtable re-ordered so dummy layers need only provide push/pop methods.
22530      Branch: perlio
22531            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
22532 ____________________________________________________________________________
22533 [  9313] By: nick                                  on 2001/03/23  16:27:41
22534         Log: Check in a stable (working) version before next round of tweaks.
22535              Changes include:
22536              - Move default layers code out of doio.c and into perlio.c
22537              - Single routine for parsing layer specification strings.
22538              - Skeleton support for demand loading of layers
22539              - Core-dump avoidance if PERLIO environment specifies loadable layer
22540              (does not _work_ as need IO to load and need load to do IO ...)
22541      Branch: perlio
22542            + lib/PerlIO.pm
22543            ! MANIFEST doio.c perlio.c
22544 ____________________________________________________________________________
22545 [  9312] By: gsar                                  on 2001/03/23  16:25:25
22546         Log: add execute bit to files with shebang lines in the repository;
22547              avoid clobbering execute bit in Porting/makerel 
22548      Branch: maint-5.6/perl
22549            ! (edit 144 files)
22550 ____________________________________________________________________________
22551 [  9311] By: jhi                                   on 2001/03/23  14:25:35
22552         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
22553      Branch: perl
22554            ! MANIFEST
22555 ____________________________________________________________________________
22556 [  9310] By: jhi                                   on 2001/03/23  13:45:04
22557         Log: Subject: [PATCH] Net::Ping
22558              From: Colin McMillen <mcmi0037@tc.umn.edu>
22559              Date: Thu, 22 Mar 2001 19:30:31 -0600
22560              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
22561      Branch: perl
22562            ! lib/Net/Ping.pm
22563 ____________________________________________________________________________
22564 [  9309] By: jhi                                   on 2001/03/23  13:39:13
22565         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
22566      Branch: perl
22567            ! t/lib/md5-aaa.t t/lib/md5-file.t
22568 ____________________________________________________________________________
22569 [  9308] By: jhi                                   on 2001/03/23  13:20:34
22570         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
22571              - bump the version to 2.14
22572              - drop the base64 tests since they require MIME::Base64
22573              - drop the rfc1321.txt
22574              - drop the hints/dec_osf.pl since it's only needed for
22575              pre-5.005_03 Perls
22576              Todo:
22577              - the U32 alignment testing is now removed; it needs to
22578              be reintroduced as as a Config variable (meaning also
22579              as a Configure test)
22580              - get the new EBCDIC md5sum for MD5.pm
22581              - test in Win32 to see how badly I botched the makefiles
22582      Branch: perl
22583            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
22584            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
22585            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
22586            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
22587            + t/lib/md5-file.t
22588            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
22589            ! win32/Makefile win32/makefile.mk
22590 ____________________________________________________________________________
22591 [  9307] By: jhi                                   on 2001/03/23  12:56:14
22592         Log: Integrate change #9306 from maintperl into mainline,
22593              AIX dynaloader for AIXes without <load.h>.
22594      Branch: perl
22595           !> ext/DynaLoader/hints/aix.pl
22596 ____________________________________________________________________________
22597 [  9306] By: jhi                                   on 2001/03/23  12:51:36
22598         Log: There are AIXes without /usr/include/load.h,
22599              patch from H.Merijn Brand.
22600      Branch: maint-5.6/perl
22601            ! ext/DynaLoader/hints/aix.pl
22602 ____________________________________________________________________________
22603 [  9305] By: nick                                  on 2001/03/23  11:00:42
22604         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
22605      Branch: perlio
22606            ! ext/Encode/Encode.xs perlio.c perlio.h
22607 ____________________________________________________________________________
22608 [  9304] By: nick                                  on 2001/03/23  10:20:46
22609         Log: Render -Duseperlio functional again.
22610              - this is "quick fix" which calls PerlIO_apply_layers after opening,
22611              which is what old scheme did. New scheme needs to change that
22612              to make open(...,\$scalar) etc. work but this will do for now.
22613      Branch: perlio
22614            ! perlio.c
22615 ____________________________________________________________________________
22616 [  9303] By: nick                                  on 2001/03/23  09:53:20
22617         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
22618              -Uuseperlio now works again.
22619              -Duseperlio is still poorly. Don't merge yet...
22620      Branch: perlio
22621            ! doio.c perlio.h
22622 ____________________________________________________________________________
22623 [  9302] By: nick                                  on 2001/03/22  22:26:51
22624         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
22625              type code.
22626              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
22627              is its main caller. In particular now has access to "extra" args, and
22628              can tell when an open handle is "reopened" (or duped?).
22629              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
22630              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
22631              PerlIO_open() et. al. (i.e. other way round).
22632              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
22633              with args close to PerlIO_openn().
22634      Branch: perlio
22635            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
22636 ____________________________________________________________________________
22637 [  9301] By: jhi                                   on 2001/03/22  20:58:04
22638         Log: Integrate perlio.
22639      Branch: perl
22640           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
22641           !> t/io/open.t util.c
22642 ____________________________________________________________________________
22643 [  9300] By: nick                                  on 2001/03/22  17:36:32
22644         Log: Don't include $@ in not ok message.
22645      Branch: perlio
22646            ! t/io/open.t
22647 ____________________________________________________________________________
22648 [  9299] By: gsar                                  on 2001/03/22  16:53:45
22649         Log: back out changes#7532,7521 for now (appears to have problems
22650              on IRIX)
22651      Branch: maint-5.6/perl
22652            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
22653            ! ext/POSIX/typemap pod/perlvar.pod
22654 ____________________________________________________________________________
22655 [  9298] By: nick                                  on 2001/03/22  14:35:46
22656         Log: Give a meaning to '&' in n-arg open case:
22657              open($fh,"<&",$scalar);
22658              $scalar can be:
22659              - an integer which does "fdopen"
22660              open($fh,"<&",2); # like open($fh,"<&2")
22661              - something that will yield a file handle via sv_2io()
22662              useful for dup'ing anonymous handles.
22663              e.g.:
22664              open(my $fh,"<&",\*STDIN);
22665              open(my $dup,"<&",$fh);
22666      Branch: perlio
22667            ! doio.c t/io/open.t
22668 ____________________________________________________________________________
22669 [  9297] By: nick                                  on 2001/03/22  13:34:35
22670         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
22671      Branch: perlio
22672            ! util.c
22673 ____________________________________________________________________________
22674 [  9296] By: nick                                  on 2001/03/22  12:51:20
22675         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
22676      Branch: perlio
22677            ! perl.c
22678 ____________________________________________________________________________
22679 [  9295] By: nick                                  on 2001/03/22  11:59:44
22680         Log: If stdin, stdout or stderr get opened in unexpected read/write state
22681              then warn at time of open not at time of use.
22682      Branch: perlio
22683            ! doio.c pp_hot.c pp_sys.c
22684 ____________________________________________________________________________
22685 [  9294] By: nick                                  on 2001/03/22  10:54:35
22686         Log: Die on n-arg open(...,"",xxx,yyy,...)
22687              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
22688              - die on read/write cases so we can decide what it means later.
22689      Branch: perlio
22690            ! doio.c embed.pl iperlsys.h util.c
22691 ____________________________________________________________________________
22692 [  9293] By: nick                                  on 2001/03/22  09:02:45
22693         Log: perlio tweaks (reported by Nick Clark)
22694              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
22695              error check in Pendinf_read().
22696      Branch: perlio
22697            ! perlio.c
22698 ____________________________________________________________________________
22699 [  9292] By: gsar                                  on 2001/03/22  07:12:00
22700         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
22701              fixes)
22702      Branch: maint-5.6/perl
22703           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
22704 ____________________________________________________________________________
22705 [  9291] By: jhi                                   on 2001/03/22  06:06:44
22706         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
22707      Branch: perl
22708            ! t/op/re_tests
22709 ____________________________________________________________________________
22710 [  9290] By: jhi                                   on 2001/03/22  05:57:01
22711         Log: Move MacOS Classic higher in the list of supported platforms.
22712      Branch: maint-5.6/perl
22713            ! pod/perlport.pod
22714 ____________________________________________________________________________
22715 [  9289] By: gsar                                  on 2001/03/22  05:35:04
22716         Log: revert part of change#6438 for compatibility (av_reify()
22717              appears to be needed to implement av_splice()ish things
22718              in XS)
22719      Branch: maint-5.6/perl
22720            ! embed.pl global.sym objXSUB.h perlapi.c
22721 ____________________________________________________________________________
22722 [  9288] By: gsar                                  on 2001/03/22  03:09:19
22723         Log: update copyright year
22724      Branch: maint-5.6/perl
22725            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
22726            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
22727            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
22728            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
22729            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
22730            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
22731            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
22732            ! x2p/walk.c
22733 ____________________________________________________________________________
22734 [  9287] By: jhi                                   on 2001/03/21  20:30:54
22735         Log: Integrate perlio.
22736      Branch: perl
22737           !> ext/Data/Dumper/Dumper.xs
22738 ____________________________________________________________________________
22739 [  9286] By: gsar                                  on 2001/03/21  19:49:54
22740         Log: makefile.mk tweak
22741      Branch: maint-5.6/perl
22742            ! win32/Makefile win32/makefile.mk
22743 ____________________________________________________________________________
22744 [  9285] By: nick                                  on 2001/03/21  19:07:13
22745         Log: Multiplicity fix for Dumper.
22746      Branch: perlio
22747            ! ext/Data/Dumper/Dumper.xs
22748 ____________________________________________________________________________
22749 [  9284] By: nick                                  on 2001/03/21  19:01:07
22750         Log: Integrate mainline - (does not build xTHX issue in Dumper).
22751      Branch: perlio
22752           !> (integrate 27 files)
22753 ____________________________________________________________________________
22754 [  9283] By: jhi                                   on 2001/03/21  17:17:35
22755         Log: Integrate change #9282 from mainline into maintperl,
22756              4-arg UTF-8 substr().
22757      Branch: maint-5.6/perl
22758           !> pp.c
22759 ____________________________________________________________________________
22760 [  9282] By: jhi                                   on 2001/03/21  17:15:43
22761         Log: The #9270 would have leaked a scalar if pp_substr()
22762              returned early.
22763      Branch: perl
22764            ! pp.c
22765 ____________________________________________________________________________
22766 [  9281] By: gsar                                  on 2001/03/21  17:03:14
22767         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
22768      Branch: maint-5.6/perl
22769            ! win32/makefile.mk
22770 ____________________________________________________________________________
22771 [  9280] By: gsar                                  on 2001/03/21  17:01:20
22772         Log: some tweaks to change#9278 (fork() emulation should be enabled
22773              by setting BUILD_FLAVOR instead of changing the defaults)
22774      Branch: maint-5.6/perl
22775            ! win32/makefile.mk
22776 ____________________________________________________________________________
22777 [  9279] By: gsar                                  on 2001/03/21  16:47:19
22778         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
22779      Branch: maint-5.6/perl
22780            ! ext/File/Glob/Glob.pm
22781           !> lib/Cwd.pm
22782 ____________________________________________________________________________
22783 [  9278] By: jhi                                   on 2001/03/21  14:35:10
22784         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
22785              From: "Vadim Konovalov" <watman@inbox.ru>
22786              Date: Wed, 21 Mar 2001 01:53:51 +0300
22787              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
22788      Branch: maint-5.6/perl
22789            ! win32/makefile.mk win32/win32sck.c
22790 ____________________________________________________________________________
22791 [  9277] By: jhi                                   on 2001/03/21  13:58:28
22792         Log: Integrate change #9270 from mainline to maintperl:
22793              continued 4-arg UTF-8 substr() fixing.
22794      Branch: maint-5.6/perl
22795           !> pp.c t/op/substr.t
22796 ____________________________________________________________________________
22797 [  9276] By: jhi                                   on 2001/03/21  13:33:00
22798         Log: More pixie cleaning.
22799      Branch: perl
22800            ! Makefile.SH
22801 ____________________________________________________________________________
22802 [  9275] By: jhi                                   on 2001/03/21  03:54:17
22803         Log: Update Changes.
22804      Branch: perl
22805            ! Changes patchlevel.h
22806 ____________________________________________________________________________
22807 [  9274] By: jhi                                   on 2001/03/21  03:48:24
22808         Log: First stab at making Data::Dumper to grok Unicode.
22809              
22810              TODO: tests, EBCDICify.
22811      Branch: perl
22812            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
22813 ____________________________________________________________________________
22814 [  9273] By: jhi                                   on 2001/03/21  02:23:00
22815         Log: Fix for
22816              
22817              Subject: Memory leak in unquoted print   
22818              From: Benjamin Sugars <bsugars@canoe.ca> 
22819              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
22820              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
22821      Branch: perl
22822            ! perlio.c
22823 ____________________________________________________________________________
22824 [  9272] By: jhi                                   on 2001/03/21  01:33:17
22825         Log: Subject: Re: [PATCH] POSIX::getcwd()
22826              From: Benjamin Sugars <bsugars@canoe.ca> 
22827              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
22828              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
22829      Branch: perl
22830            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
22831 ____________________________________________________________________________
22832 [  9271] By: jhi                                   on 2001/03/21  01:22:52
22833         Log: Subject: [PATCH] Cwd.pm docs
22834              From: Benjamin Sugars <bsugars@canoe.ca>
22835              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
22836              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
22837      Branch: perl
22838            ! lib/Cwd.pm
22839 ____________________________________________________________________________
22840 [  9270] By: jhi                                   on 2001/03/21  01:16:29
22841         Log: Continue 4-arg substr() UTF-8 fixage.
22842      Branch: perl
22843            ! pp.c t/op/substr.t
22844 ____________________________________________________________________________
22845 [  9269] By: jhi                                   on 2001/03/21  00:46:14
22846         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
22847              
22848              revert the leak fix in change#9142 (problem needs a more experimental
22849              fix unsuitable for 5.6.1)
22850              
22851              do alphabetical sorting by default (for csh compatibility)
22852              
22853              cut-n-paste goof in change#9264
22854              
22855              VMS piping fixes (from Charles Lane)
22856      Branch: perl
22857           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
22858           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
22859           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
22860 ____________________________________________________________________________
22861 [  9268] By: jhi                                   on 2001/03/21  00:37:04
22862         Log: Integrate perlio.
22863      Branch: perl
22864           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
22865           !> utf8.c utf8.h utfebcdic.h
22866 ____________________________________________________________________________
22867 [  9267] By: nick                                  on 2001/03/20  20:04:39
22868         Log: More EBCDIC stuff:
22869              - Loose the extra level of function on ASCII.
22870              - spotted a chr(0) issue in sv.c
22871              - re-work of UTF-X tr/// ranges to work in Unicode
22872              space. Still issues with the "0xff is illegal UTF-8" hack.
22873              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
22874              (why do it once when you can do it all over the place :-(
22875              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
22876              need utf8.pm for swashes.
22877              - Simplified and commented scan_const() in toke.c
22878              Still something wrong regexp and tr (swashes?).
22879      Branch: perlio
22880            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
22881            ! utf8.c utf8.h utfebcdic.h
22882 ____________________________________________________________________________
22883 [  9266] By: gsar                                  on 2001/03/20  19:16:43
22884         Log: VMS piping fixes (from Charles Lane)
22885      Branch: maint-5.6/perl
22886            ! vms/vms.c vms/vmspipe.com
22887 ____________________________________________________________________________
22888 [  9265] By: gsar                                  on 2001/03/20  17:53:52
22889         Log: cut-n-paste goof in change#9264
22890      Branch: maint-5.6/perl
22891            ! ext/File/Glob/Glob.xs
22892 ____________________________________________________________________________
22893 [  9264] By: gsar                                  on 2001/03/20  17:43:47
22894         Log: do alphabetical sorting by default (for csh compatibility);
22895              bsd_glob() does ASCII sort by default as usual, unless
22896              GLOB_ALPHASORT was specified
22897      Branch: maint-5.6/perl
22898            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
22899            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
22900            ! ext/File/Glob/bsd_glob.h
22901 ____________________________________________________________________________
22902 [  9263] By: gsar                                  on 2001/03/20  16:40:08
22903         Log: integrate change#9255 from mainline (unicode fix)
22904              
22905              substr($bytestr, i, n, $charstr)
22906      Branch: maint-5.6/perl
22907           !> Todo-5.6 pp.c t/op/substr.t
22908 ____________________________________________________________________________
22909 [  9262] By: gsar                                  on 2001/03/20  15:57:41
22910         Log: revert the leak fix in change#9142 (problem needs a more experimental
22911              fix unsuitable for 5.6.1)
22912      Branch: maint-5.6/perl
22913            ! scope.c
22914 ____________________________________________________________________________
22915 [  9261] By: jhi                                   on 2001/03/20  14:26:25
22916         Log: Integrate changes #9259,9260 from maintperl into mainline.
22917              
22918              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
22919              
22920              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
22921      Branch: perl
22922           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
22923 ____________________________________________________________________________
22924 [  9260] By: jhi                                   on 2001/03/20  14:05:46
22925         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
22926              From: Robin Barker <rmb1@cise.npl.co.uk>
22927              Date: Tue, 20 Mar 2001 10:12:04 GMT
22928              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
22929      Branch: maint-5.6/perl
22930            ! run.c
22931 ____________________________________________________________________________
22932 [  9259] By: jhi                                   on 2001/03/20  14:04:39
22933         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
22934              From: Chris Nandor <pudge@pobox.com>
22935              Date: Tue, 20 Mar 2001 00:40:56 -0500
22936              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
22937      Branch: maint-5.6/perl
22938            ! ext/POSIX/POSIX.xs lib/File/Path.pm
22939 ____________________________________________________________________________
22940 [  9258] By: jhi                                   on 2001/03/20  05:09:34
22941         Log: Update Changes.
22942      Branch: perl
22943            ! Changes patchlevel.h
22944 ____________________________________________________________________________
22945 [  9257] By: jhi                                   on 2001/03/20  05:04:25
22946         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
22947      Branch: perl
22948            ! t/op/tr.t
22949 ____________________________________________________________________________
22950 [  9256] By: jhi                                   on 2001/03/20  04:43:12
22951         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
22952              From: Peter Prymmer <pvhp@forte.com>
22953              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
22954              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
22955      Branch: maint-5.6/perl
22956            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
22957 ____________________________________________________________________________
22958 [  9255] By: jhi                                   on 2001/03/19  23:17:17
22959         Log: substr($bytestr, i, n, $charstr)
22960
22961              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
22962      Branch: perl
22963            ! Todo-5.6 pp.c t/op/substr.t
22964 ____________________________________________________________________________
22965 [  9254] By: jhi                                   on 2001/03/19  22:25:09
22966         Log: Rearrange the make test target prerequisites so that
22967              in a parallel make 'all' is finished before 'test'.
22968      Branch: perl
22969            ! Makefile.SH
22970 ____________________________________________________________________________
22971 [  9253] By: jhi                                   on 2001/03/19  21:48:07
22972         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
22973              From: Robin Houston <robin@kitsite.com>
22974              Date: Mon, 19 Mar 2001 15:48:41 +0000
22975              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
22976      Branch: perl
22977            ! pp_ctl.c
22978 ____________________________________________________________________________
22979 [  9252] By: jhi                                   on 2001/03/19  21:42:27
22980         Log: Integrate perlio.
22981      Branch: perl
22982           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
22983           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
22984           !> utfebcdic.h vms/perly_c.vms
22985 ____________________________________________________________________________
22986 [  9251] By: jhi                                   on 2001/03/19  21:31:28
22987         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
22988              
22989              Dynaloading in 64-bit AIX with vac.
22990      Branch: perl
22991           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
22992           !> hints/aix.sh
22993 ____________________________________________________________________________
22994 [  9250] By: jhi                                   on 2001/03/19  21:18:00
22995         Log: A more robust solution for the 64bitall AIX dynaloading
22996              problem, from Jens-Uwe Mager.
22997      Branch: maint-5.6/perl
22998            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
22999 ____________________________________________________________________________
23000 [  9249] By: nick                                  on 2001/03/19  20:59:37
23001         Log: Integrate mainline.
23002      Branch: perlio
23003           !> (integrate 42 files)
23004 ____________________________________________________________________________
23005 [  9248] By: nick                                  on 2001/03/19  20:22:07
23006         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
23007              (Building on OS390 uses native YACC and YYDEBUG has other
23008              side effects.)
23009      Branch: perlio
23010            ! perly.c perly.y vms/perly_c.vms
23011 ____________________________________________________________________________
23012 [  9247] By: jhi                                   on 2001/03/19  19:59:53
23013         Log: 64-bit AIX dynaloading problem (see #9244) idea
23014              from Jens-Uwe Mager.
23015      Branch: maint-5.6/perl
23016            ! ext/DynaLoader/dl_aix.xs
23017 ____________________________________________________________________________
23018 [  9246] By: nick                                  on 2001/03/19  19:27:57
23019         Log: More EBCDIC fixes.
23020      Branch: perlio
23021            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
23022            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
23023 ____________________________________________________________________________
23024 [  9245] By: jhi                                   on 2001/03/19  19:05:19
23025         Log: Integrate change #9243 from mainline into maintperl.
23026              
23027              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
23028      Branch: maint-5.6/perl
23029           !> README.vmesa
23030 ____________________________________________________________________________
23031 [  9244] By: jhi                                   on 2001/03/19  19:03:15
23032         Log: Get 64bitall AIX building, but still does not test okay:
23033              dynaloading anything fails, for example for op/defins:
23034              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
23035              (update: fixed by #9247,9250)
23036      Branch: maint-5.6/perl
23037            ! hints/aix.sh
23038 ____________________________________________________________________________
23039 [  9243] By: jhi                                   on 2001/03/19  19:00:16
23040         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
23041              From: Robin Barker <rmb1@cise.npl.co.uk>
23042              Date: Mon, 19 Mar 2001 18:01:57 GMT
23043              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
23044      Branch: perl
23045            ! README.vmesa
23046 ____________________________________________________________________________
23047 [  9242] By: jhi                                   on 2001/03/19  18:58:43
23048         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
23049              
23050              TODO: tests.
23051      Branch: perl
23052            ! doop.c op.c
23053 ____________________________________________________________________________
23054 [  9241] By: gsar                                  on 2001/03/19  17:34:46
23055         Log: VMSify tests (from Charles Lane)
23056      Branch: maint-5.6/perl
23057            ! t/lib/filehand.t t/lib/texttabs.t
23058 ____________________________________________________________________________
23059 [  9240] By: jhi                                   on 2001/03/19  14:24:26
23060         Log: Integrate change #9233 from maintperl into mainline.
23061              
23062              some refcounts were incorrect in perl_clone()
23063      Branch: perl
23064           !> sv.c
23065 ____________________________________________________________________________
23066 [  9239] By: gsar                                  on 2001/03/19  09:23:17
23067         Log: this is 5.6.1-trial3
23068      Branch: maint-5.6/perl
23069            ! Changes
23070 ____________________________________________________________________________
23071 [  9238] By: gsar                                  on 2001/03/19  08:47:04
23072         Log: some new symbols are only available under ithreads
23073      Branch: maint-5.6/perl
23074            ! makedef.pl
23075 ____________________________________________________________________________
23076 [  9237] By: gsar                                  on 2001/03/19  08:42:28
23077         Log: update patchlevel.h, Changes, &c.
23078      Branch: maint-5.6/perl
23079            ! Changes patchlevel.h pod/perlhist.pod
23080           !> AUTHORS
23081 ____________________________________________________________________________
23082 [  9236] By: gsar                                  on 2001/03/19  08:17:49
23083         Log: integrate changes#8068,8717 from mainline
23084              
23085              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
23086              
23087              [PATCH CPAN 1.59_51] warning message (not!)
23088      Branch: maint-5.6/perl
23089           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
23090           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
23091           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
23092           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
23093           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
23094 ____________________________________________________________________________
23095 [  9235] By: gsar                                  on 2001/03/19  08:07:09
23096         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
23097              
23098              [PATCH] Add missing CV flags to dump.c
23099              
23100              Re: [patch] Re: PL_ptr_table
23101              
23102              Fixup non-ithread build after 8713
23103              
23104              Generated files form 8713 etc.
23105              
23106              Correct the correction :-(
23107              
23108              Documenting coderef @INC (Re: CPAN "make this script work" feature)
23109              
23110              Subject: Re: sync sync sync: have I missed any patches?
23111              Replace djSP with dSP.
23112      Branch: maint-5.6/perl
23113           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
23114           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
23115           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
23116           !> sv.c sv.h win32/perlhost.h
23117 ____________________________________________________________________________
23118 [  9234] By: gsar                                  on 2001/03/19  07:22:05
23119         Log: revert the change#9090 integrate for now (change looks somewhat
23120              incomplete in that [ha]v_exists() need something similar; lacks
23121              tests; &c.)
23122      Branch: maint-5.6/perl
23123            ! hv.c
23124 ____________________________________________________________________________
23125 [  9233] By: gsar                                  on 2001/03/19  07:10:01
23126         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
23127              destruction when there are unreferenced scalars (SvREFCNT==0)
23128      Branch: maint-5.6/perl
23129            ! sv.c
23130 ____________________________________________________________________________
23131 [  9232] By: jhi                                   on 2001/03/19  05:11:02
23132         Log: Regen api and toc.
23133      Branch: maint-5.6/perl
23134            ! pod/perlapi.pod pod/perltoc.pod
23135 ____________________________________________________________________________
23136 [  9231] By: jhi                                   on 2001/03/19  04:06:03
23137         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
23138              add a lost line in pp.c:pp_chop(), update to new op/chop.
23139              
23140              Clarify the description differentiating for and while; inspired by
23141              
23142              Subject: [ID 20010306.004] || != named unary operator
23143              
23144              The $Is_MacOS needs to be declared.
23145      Branch: maint-5.6/perl
23146            ! pp.c t/op/chop.t
23147           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
23148 ____________________________________________________________________________
23149 [  9230] By: jhi                                   on 2001/03/19  03:48:16
23150         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
23151              9079,9083,9089,9090,9091 from mainline to maintperl.
23152              
23153              Quieten some noise in Win32 builds
23154              
23155              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
23156              
23157              The perlretut was still talking about the old \p and \P
23158              definitions.
23159              
23160              More tweakage on the Unicode character class descriptions.
23161              
23162              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
23163              
23164              Subject: 'no *POSIX' Patch speeding up make on BS2000 
23165              
23166              Subject: [PATCH] perldata.pod here-doc docs
23167              
23168              Add /sbin and /usr/sbin to the list of directories scanned
23169              for setuid programs.  Takes care of bug id 20010309.003.
23170              
23171              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
23172              
23173              In op/stat #35 better to scan all the potential directories
23174              for setuids, not just the first one.
23175      Branch: maint-5.6/perl
23176            ! Makefile.SH
23177           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
23178           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
23179           !> t/op/stat.t toke.c win32/win32.h
23180 ____________________________________________________________________________
23181 [  9229] By: jhi                                   on 2001/03/19  02:31:50
23182         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
23183              From: Chris Nandor <pudge@pobox.com>
23184              Date: Sat, 10 Mar 2001 14:22:19 -0500
23185              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
23186      Branch: maint-5.6/perl
23187            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
23188            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
23189            ! t/lib/b.t t/lib/errno.t
23190 ____________________________________________________________________________
23191 [  9228] By: jhi                                   on 2001/03/19  02:29:59
23192         Log: Integrate changes #9113,9122 from mainline into maintperl.
23193              
23194              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?)
23195      Branch: maint-5.6/perl
23196           !> Configure README.os390 hints/os390.sh
23197 ____________________________________________________________________________
23198 [  9227] By: jhi                                   on 2001/03/19  02:22:35
23199         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
23200              into maintperl.
23201              
23202              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
23203              
23204              Forgot to check-in the larger part of #9120, duh.
23205              
23206              Subject: Another patch for integer.pm POD 
23207              
23208              h2ph strictness and cleanliness from Kurt Starsinic.
23209              
23210              Borland filename case problem.
23211              
23212              h2ph strictness and cleanliness from Kurt Starsinic.
23213              
23214              Subject: [PATCH] the uncontroversial doc patches
23215      Branch: maint-5.6/perl
23216           +> win32/sncfnmcs.pl
23217           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
23218           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
23219           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
23220           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
23221           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
23222           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
23223           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
23224 ____________________________________________________________________________
23225 [  9226] By: jhi                                   on 2001/03/19  02:10:21
23226         Log: Integrate changes #9207,9214 from mainline into maintperl.
23227              
23228              podchecker relaxations: =over has an *optional* number after it,
23229              and whitespace in L<> is okay.
23230      Branch: maint-5.6/perl
23231           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
23232           !> t/pod/poderrs.xr
23233 ____________________________________________________________________________
23234 [  9225] By: jhi                                   on 2001/03/19  02:07:38
23235         Log: Integrate change #9219 from maintperl into mainline.
23236              
23237              remove duplicated tests
23238      Branch: perl
23239           !> t/op/re_tests
23240 ____________________________________________________________________________
23241 [  9224] By: jhi                                   on 2001/03/19  02:06:11
23242         Log: Integrate change #9223 from mainline to maintperl.
23243              
23244              Document -Dmksymlinks.
23245      Branch: maint-5.6/perl
23246           !> INSTALL
23247 ____________________________________________________________________________
23248 [  9223] By: jhi                                   on 2001/03/19  02:01:25
23249         Log: Document -Dmksymlinks.
23250      Branch: perl
23251            ! INSTALL
23252 ____________________________________________________________________________
23253 [  9222] By: jhi                                   on 2001/03/19  01:15:35
23254         Log: The -Dmksymlinks wasn't working for maintperl.
23255      Branch: maint-5.6/perl
23256            ! Configure
23257 ____________________________________________________________________________
23258 [  9221] By: jhi                                   on 2001/03/19  00:49:43
23259         Log: Cleanup pixie residue.
23260      Branch: perl
23261            ! Makefile.SH
23262 ____________________________________________________________________________
23263 [  9220] By: jhi                                   on 2001/03/19  00:44:47
23264         Log: Document the use of pixie/prof; create make targets for it.
23265              
23266              TODO: make t/TEST pixie-aware.
23267      Branch: perl
23268            ! Makefile.SH pod/perlhack.pod
23269 ____________________________________________________________________________
23270 [  9219] By: gsar                                  on 2001/03/19  00:16:55
23271         Log: remove duplicated tests
23272      Branch: maint-5.6/perl
23273            ! t/op/re_tests
23274 ____________________________________________________________________________
23275 [  9218] By: jhi                                   on 2001/03/18  23:59:31
23276         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
23277      Branch: perl
23278            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
23279 ____________________________________________________________________________
23280 [  9217] By: jhi                                   on 2001/03/18  23:25:20
23281         Log: Rewrite the tests section of Makefile to be less redundant
23282              and to allow for more flexible test targets, many recursive
23283              make calls introduced.
23284      Branch: perl
23285            ! Makefile.SH
23286 ____________________________________________________________________________
23287 [  9216] By: jhi                                   on 2001/03/18  22:30:04
23288         Log: Document the use of Third Degree (sparsely).
23289      Branch: perl
23290            ! pod/perlhack.pod t/TEST
23291 ____________________________________________________________________________
23292 [  9215] By: jhi                                   on 2001/03/18  22:10:30
23293         Log: Make targets for testing with Third Degree.
23294      Branch: perl
23295            ! Makefile.SH
23296 ____________________________________________________________________________
23297 [  9214] By: jhi                                   on 2001/03/18  21:08:53
23298         Log: The podchecker relaxations need to mirrored also at the tests.
23299      Branch: perl
23300            ! t/pod/poderrs.xr
23301 ____________________________________________________________________________
23302 [  9213] By: jhi                                   on 2001/03/18  20:56:21
23303         Log: Update Changes.
23304      Branch: perl
23305            ! Changes patchlevel.h
23306 ____________________________________________________________________________
23307 [  9212] By: jhi                                   on 2001/03/18  20:36:59
23308         Log: Looking for config.sh in parent directories isn't
23309              very useful for the toplevel Makefile.
23310      Branch: perl
23311            ! Makefile.SH
23312 ____________________________________________________________________________
23313 [  9211] By: jhi                                   on 2001/03/18  20:33:37
23314         Log: On "make clean" take care of Third Degree droppings.
23315      Branch: perl
23316            ! Makefile.SH
23317 ____________________________________________________________________________
23318 [  9210] By: jhi                                   on 2001/03/18  20:21:34
23319         Log: Add a hook for running the tests under the Third Degree
23320              debugging tool (set $ENV{PERL_3LOG} to non-zero)
23321              
23322              TODO: Document the use of Third Degree.
23323      Branch: perl
23324            ! t/TEST
23325 ____________________________________________________________________________
23326 [  9209] By: jhi                                   on 2001/03/18  20:19:07
23327         Log: Regen toc and api pods.
23328      Branch: perl
23329            ! pod/perlapi.pod pod/perltoc.pod
23330 ____________________________________________________________________________
23331 [  9208] By: jhi                                   on 2001/03/18  20:12:12
23332         Log: Integrate changes #8128,9132 from mainline into maintperl,
23333              Tie::SubstrHash fixes.
23334      Branch: maint-5.6/perl
23335           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
23336 ____________________________________________________________________________
23337 [  9207] By: jhi                                   on 2001/03/18  20:07:43
23338         Log: podchecker relaxations from Michael Stevens.
23339      Branch: perl
23340            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
23341 ____________________________________________________________________________
23342 [  9206] By: jhi                                   on 2001/03/18  20:04:24
23343         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
23344      Branch: perl
23345            ! lib/Locale/Constants.pm lib/Locale/Country.pm
23346            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
23347            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
23348 ____________________________________________________________________________
23349 [  9205] By: jhi                                   on 2001/03/18  19:54:45
23350         Log: Integrate changes #9161,9162 from maintperl to mainline.
23351              
23352              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
23353              results
23354      Branch: perl
23355           !> t/op/magic.t
23356 ____________________________________________________________________________
23357 [  9204] By: jhi                                   on 2001/03/18  19:37:46
23358         Log: Make perl.third checks more understandable to the builder.
23359      Branch: perl
23360            ! Makefile.SH
23361 ____________________________________________________________________________
23362 [  9203] By: jhi                                   on 2001/03/18  19:20:54
23363         Log: Re-integrate #9138 from maintperl to mainline,
23364              the squelching of the unneeded "Scalars leaked" messages.
23365      Branch: perl
23366           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
23367           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
23368           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
23369 ____________________________________________________________________________
23370 [  9202] By: jhi                                   on 2001/03/18  18:48:36
23371         Log: More robust and more paranoid perl.third target.
23372      Branch: perl
23373            ! Makefile.SH
23374 ____________________________________________________________________________
23375 [  9201] By: jhi                                   on 2001/03/18  18:39:21
23376         Log: Integrate change #9197 from maintperl to mainline.
23377              
23378              more thorough cleaning of arenas.
23379      Branch: perl
23380           !> embed.pl perl.c proto.h sv.c t/op/sort.t
23381 ____________________________________________________________________________
23382 [  9200] By: jhi                                   on 2001/03/18  18:25:17
23383         Log: Integrate perlio.
23384      Branch: perl
23385           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
23386           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
23387           !> t/lib/encode.t toke.c universal.c utf8.c
23388 ____________________________________________________________________________
23389 [  9199] By: nick                                  on 2001/03/18  15:23:51
23390         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
23391              is the sense of the test being done. Avoid some magical 127 and 128 values
23392              by using macros.
23393      Branch: perlio
23394            ! doop.c pp_ctl.c sv.c toke.c
23395 ____________________________________________________________________________
23396 [  9198] By: nick                                  on 2001/03/18  14:18:12
23397         Log: UTF-X encoding invariance for Encode:
23398              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
23399              - move the XS code for those to universal.c (so in miniperl)
23400              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
23401              - change ext/Encode/compile to use above.
23402              - Fix t/lib/encode.t for above
23403              - Teach t/lib/b.t to expect -uutf8
23404              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
23405              utf8.pm is needed.
23406      Branch: perlio
23407            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
23408            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
23409 ____________________________________________________________________________
23410 [  9197] By: gsar                                  on 2001/03/18  12:15:57
23411         Log: more thorough cleaning of arenas--keep going until no more
23412              SvREFCNT_dec()s occur (this fixes the problem that causes the
23413              pesky "Scalars leaked" warnings)
23414      Branch: maint-5.6/perl
23415            ! embed.pl perl.c proto.h sv.c t/op/sort.t
23416 ____________________________________________________________________________
23417 [  9196] By: nick                                  on 2001/03/18  10:57:29
23418         Log: Fix pragma/utf8.t # 15
23419              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
23420              are SvUTF8 as well.
23421      Branch: perlio
23422            ! toke.c
23423 ____________________________________________________________________________
23424 [  9195] By: nick                                  on 2001/03/18  09:27:06
23425         Log: Integrate mainline
23426      Branch: perlio
23427           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
23428           !> t/op/pat.t
23429 ____________________________________________________________________________
23430 [  9194] By: jhi                                   on 2001/03/18  05:29:59
23431         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
23432              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
23433      Branch: perl
23434            ! op.c op.h t/op/misc.t t/op/pat.t
23435 ____________________________________________________________________________
23436 [  9193] By: jhi                                   on 2001/03/18  05:15:06
23437         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
23438      Branch: perl
23439            ! mg.c t/op/pat.t
23440 ____________________________________________________________________________
23441 [  9192] By: jhi                                   on 2001/03/18  04:22:43
23442         Log: tr/// UTF-8 patches from Inaba Hiroto.
23443      Branch: perl
23444            ! doop.c op.c
23445 ____________________________________________________________________________
23446 [  9191] By: jhi                                   on 2001/03/18  04:21:17
23447         Log: Integrate perlio.
23448      Branch: perl
23449           !> utf8.c utfebcdic.h
23450 ____________________________________________________________________________
23451 [  9190] By: nick                                  on 2001/03/17  20:32:01
23452         Log: Correct #if EBCDIC side typos.
23453              Builds and passes many tests on OS390.
23454      Branch: perlio
23455            ! utf8.c utfebcdic.h
23456 ____________________________________________________________________________
23457 [  9189] By: jhi                                   on 2001/03/17  18:55:49
23458         Log: Add prerequisites for the perl.third target.
23459      Branch: perl
23460            ! Makefile.SH
23461 ____________________________________________________________________________
23462 [  9188] By: jhi                                   on 2001/03/17  18:46:00
23463         Log: Integrate perlio.
23464      Branch: perl
23465           +> utfebcdic.h
23466           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
23467 ____________________________________________________________________________
23468 [  9187] By: jhi                                   on 2001/03/17  18:38:47
23469         Log: Add a make rule for perl.third (the Third Degree memory debugging
23470              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
23471      Branch: perl
23472            ! Makefile.SH
23473 ____________________________________________________________________________
23474 [  9186] By: nick                                  on 2001/03/17  18:34:48
23475         Log: MANIFEST addition :-(
23476      Branch: perlio
23477            ! MANIFEST
23478 ____________________________________________________________________________
23479 [  9185] By: nick                                  on 2001/03/17  18:29:50
23480         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
23481              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
23482              a superset of ASCII are invariant under the encoding. This is EBCDIC
23483              friendly as an encoded string can be looked at as being EBCDIC by lexer
23484              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
23485              ASCII on ASCII machines.
23486              
23487              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
23488              seperate.
23489              - Add some more macros to comprehend different shift amounts and
23490              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
23491              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
23492              and conditionaly #include it.
23493              
23494              EBCDIC build as yet untested.  ASCII still fails the one test.
23495      Branch: perlio
23496            + utfebcdic.h
23497            ! utf8.c utf8.h
23498 ____________________________________________________________________________
23499 [  9184] By: nick                                  on 2001/03/17  17:44:16
23500         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
23501      Branch: perlio
23502            ! doop.c perl.h pp.c utf8.h
23503 ____________________________________________________________________________
23504 [  9183] By: jhi                                   on 2001/03/17  15:55:42
23505         Log: Integrate perlio.
23506      Branch: perl
23507            ! MANIFEST
23508           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
23509 ____________________________________________________________________________
23510 [  9182] By: nick                                  on 2001/03/17  09:16:06
23511         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
23512      Branch: perlio
23513            ! t/op/pat.t
23514 ____________________________________________________________________________
23515 [  9181] By: nick                                  on 2001/03/17  09:15:11
23516         Log: Integrate mainline.
23517      Branch: perlio
23518           +> lib/Locale/Constants.pm lib/Locale/Country.pm
23519           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
23520           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
23521           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
23522           !> (integrate 83 files)
23523 ____________________________________________________________________________
23524 [  9180] By: nick                                  on 2001/03/16  17:23:21
23525         Log: EBCDIC Fixes.
23526      Branch: perlio
23527            ! perl.h sv.c toke.c utf8.c utf8.h
23528 ____________________________________________________________________________
23529 [  9179] By: jhi                                   on 2001/03/16  14:10:12
23530         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
23531              a change needed to work around an AIX compiler bug.
23532      Branch: perl
23533            ! ext/Storable/Storable.xs
23534 ____________________________________________________________________________
23535 [  9178] By: jhi                                   on 2001/03/16  03:19:59
23536         Log: With Damian's approval synchronize damian's modules'
23537              licensing with Perl's standard module licensing.
23538      Branch: perl
23539            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
23540 ____________________________________________________________________________
23541 [  9177] By: jhi                                   on 2001/03/16  03:15:34
23542         Log: Make the Filter::Util:Call files have their own copies
23543              of the Perl standard module licensing, from Paul Marquess.
23544      Branch: perl
23545            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
23546 ____________________________________________________________________________
23547 [  9176] By: jhi                                   on 2001/03/16  02:56:04
23548         Log: Subject: [PATCH] more pod patches
23549              From: Michael Stevens <michael@etla.org>
23550              Date: Thu, 15 Mar 2001 21:25:18 +0000
23551              Message-ID: <20010315212518.A18870@firedrake.org>
23552      Branch: perl
23553            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
23554            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
23555            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
23556            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
23557            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
23558            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
23559            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
23560            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
23561            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
23562            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
23563            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
23564            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
23565            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
23566            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
23567            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
23568            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
23569            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
23570            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
23571            ! lib/Locale/Country.pm lib/Locale/Language.pm
23572            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
23573            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
23574            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
23575            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
23576            ! os2/OS2/Process/Process.pm
23577 ____________________________________________________________________________
23578 [  9175] By: jhi                                   on 2001/03/16  02:53:32
23579         Log: Subject: [PATCH] the uncontroversial doc patches
23580              From: Michael Stevens <michael@etla.org>
23581              Date: Thu, 15 Mar 2001 20:01:12 +0000
23582              Message-ID: <20010315200112.A7636@firedrake.org>
23583      Branch: perl
23584            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
23585            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
23586            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
23587            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
23588            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
23589 ____________________________________________________________________________
23590 [  9174] By: jhi                                   on 2001/03/16  02:50:49
23591         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
23592              From: Paul Lindner <lindner@inuus.com>
23593              Date: Fri, 16 Mar 2001 11:28:03 -0800
23594              Message-ID: <20010316112803.A7577@inuus.com>
23595      Branch: perl
23596            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
23597 ____________________________________________________________________________
23598 [  9173] By: nick                                  on 2001/03/15  20:21:03
23599         Log: 1st day's EBCDIC fixes:
23600              - toke.c's parsing of strings needed attention
23601              needed to conditionally e2a if string was already UTF-8
23602              - e2a/a2e tables where wrong way round.
23603              - new macros in utf8.h
23604      Branch: perlio
23605            ! perl.h toke.c utf8.h
23606 ____________________________________________________________________________
23607 [  9172] By: jhi                                   on 2001/03/15  15:17:17
23608         Log: Update Changes.
23609      Branch: perl
23610            ! Changes patchlevel.h
23611 ____________________________________________________________________________
23612 [  9171] By: jhi                                   on 2001/03/15  15:09:32
23613         Log: Subject: Re: Another Borland C++ problem.
23614              From: "Vadim Konovalov" <watman@inbox.ru>
23615              Date: Sat, 10 Mar 2001 19:26:07 +0300
23616              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
23617              
23618              Borland filename case problem.
23619      Branch: perl
23620            + win32/sncfnmcs.pl
23621            ! MANIFEST README.win32
23622 ____________________________________________________________________________
23623 [  9170] By: jhi                                   on 2001/03/15  14:54:23
23624         Log: Add Locale::Codes 1.06, from Neil Bowers.
23625      Branch: perl
23626            + lib/Locale/Constants.pm lib/Locale/Country.pm
23627            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
23628            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
23629            + t/lib/lc-language.t t/lib/lc-uk.t
23630            ! MANIFEST
23631 ____________________________________________________________________________
23632 [  9169] By: jhi                                   on 2001/03/15  14:19:01
23633         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
23634      Branch: perl
23635            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
23636            ! ext/Storable/Storable.xs
23637 ____________________________________________________________________________
23638 [  9168] By: jhi                                   on 2001/03/15  14:13:22
23639         Log: Integrate changes #9120,9167 from mainline to maintperl.
23640              
23641              Subject: [PATCH 5.6.1] OS/2 docs
23642              
23643              Subject: [PATCH 5.6.1] perldoc
23644      Branch: maint-5.6/perl
23645           !> os2/Changes utils/perldoc.PL
23646 ____________________________________________________________________________
23647 [  9167] By: jhi                                   on 2001/03/15  14:07:42
23648         Log: Subject: [PATCH 5.6.1] perldoc
23649              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23650              Date: Wed, 14 Mar 2001 23:46:52 -0500
23651              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
23652      Branch: perl
23653            ! utils/perldoc.PL
23654 ____________________________________________________________________________
23655 [  9166] By: jhi                                   on 2001/03/15  13:53:15
23656         Log: sigaction test condition tweakage.
23657      Branch: perl
23658            ! t/lib/sigaction.t
23659 ____________________________________________________________________________
23660 [  9165] By: alanbur                               on 2001/03/15  03:49:17
23661         Log: Resynchronised with parent
23662      Branch: maint-5.6/pureperl
23663           +> os2/os2add.sym t/op/anonsub.t
23664           !> (integrate 72 files)
23665 ____________________________________________________________________________
23666 [  9164] By: jhi                                   on 2001/03/15  01:05:01
23667         Log: Avoid stomping off the beginning of an array in tr///.
23668      Branch: perl
23669            ! op.c
23670 ____________________________________________________________________________
23671 [  9163] By: jhi                                   on 2001/03/15  00:58:57
23672         Log: h2ph strictness and cleanliness from Kurt Starsinic.
23673      Branch: perl
23674            ! utils/h2ph.PL
23675 ____________________________________________________________________________
23676 [  9162] By: gsar                                  on 2001/03/15  00:56:53
23677         Log: avoid warnings
23678      Branch: maint-5.6/perl
23679            ! t/op/magic.t
23680 ____________________________________________________________________________
23681 [  9161] By: gsar                                  on 2001/03/15  00:52:09
23682         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
23683              results
23684      Branch: maint-5.6/perl
23685            ! t/op/magic.t
23686 ____________________________________________________________________________
23687 [  9160] By: jhi                                   on 2001/03/14  22:02:10
23688         Log: Do not use the Perl malloc in IRIX, suggested by
23689              Helmus Jarausch.
23690      Branch: perl
23691            ! hints/irix_6.sh
23692 ____________________________________________________________________________
23693 [  9159] By: nick                                  on 2001/03/14  21:45:59
23694         Log: Integrate mainline
23695      Branch: perlio
23696           +> t/op/loopctl.t
23697           !> (integrate 41 files)
23698 ____________________________________________________________________________
23699 [  9158] By: jhi                                   on 2001/03/14  21:10:09
23700         Log: The Day of the Retractions continues: the #9138
23701              (integrated in #9144) doesn't work well in mainline.
23702      Branch: perl
23703            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
23704            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
23705            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
23706 ____________________________________________________________________________
23707 [  9157] By: jhi                                   on 2001/03/14  20:58:12
23708         Log: The #9145 CANNOT be enabled: the clear_pmop code still
23709              dumps core all over in Tru64.
23710      Branch: perl
23711            ! op.c op.h t/op/pat.t
23712 ____________________________________________________________________________
23713 [  9156] By: jhi                                   on 2001/03/14  20:48:06
23714         Log: Integrate change #9154 from maintperl to mainline.
23715              
23716              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
23717              (caused Storable 1.0.10 to break on windows)
23718      Branch: perl
23719           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
23720           !> perlapi.c proto.h
23721 ____________________________________________________________________________
23722 [  9155] By: jhi                                   on 2001/03/14  20:23:53
23723         Log: Retract #9136: breaks threading (and binary compatibility).
23724      Branch: perl
23725            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
23726 ____________________________________________________________________________
23727 [  9154] By: gsar                                  on 2001/03/14  17:48:18
23728         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
23729              (caused Storable 1.0.10 to break on windows)
23730      Branch: maint-5.6/perl
23731            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
23732            ! perlapi.c proto.h
23733 ____________________________________________________________________________
23734 [  9153] By: jhi                                   on 2001/03/14  13:35:21
23735         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
23736      Branch: perl
23737            ! t/lib/sigaction.t
23738 ____________________________________________________________________________
23739 [  9152] By: gsar                                  on 2001/03/14  07:29:40
23740         Log: back out changes#9012,9010,9009 and parts of change#9016
23741              (causes ABRs under purify, and some prerequisites don't
23742              seem to be there in 5.6.x)
23743      Branch: maint-5.6/perl
23744            ! doop.c op.c t/op/tr.t toke.c
23745 ____________________________________________________________________________
23746 [  9151] By: gsar                                  on 2001/03/14  07:01:29
23747         Log: reenable change#9145 (the test was busted due to a missing
23748              C<print "ok 27\n">)
23749      Branch: perl
23750            ! op.c op.h t/op/pat.t
23751 ____________________________________________________________________________
23752 [  9150] By: jhi                                   on 2001/03/14  06:38:36
23753         Log: Retract #9145.
23754      Branch: perl
23755            ! op.c op.h t/op/pat.t
23756 ____________________________________________________________________________
23757 [  9149] By: jhi                                   on 2001/03/14  06:14:56
23758         Log: Retract #9143.
23759      Branch: perl
23760            ! op.c
23761 ____________________________________________________________________________
23762 [  9148] By: gsar                                  on 2001/03/14  06:13:02
23763         Log: Uninitialized Memory Read in regexec.c
23764      Branch: perl
23765            ! regexec.c
23766 ____________________________________________________________________________
23767 [  9147] By: jhi                                   on 2001/03/14  04:59:54
23768         Log: Subject: PATCH: make goto work in nested eval ""
23769              From: Robin Houston <robin@kitsite.com>
23770              Date: Wed, 14 Mar 2001 04:16:10 +0000
23771              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
23772      Branch: perl
23773            ! pp_ctl.c t/op/goto.t
23774 ____________________________________________________________________________
23775 [  9146] By: jhi                                   on 2001/03/14  04:42:54
23776         Log: Preserve the #ifdef PERL_CORE in perly.h.
23777      Branch: perl
23778            ! perly.fixer
23779 ____________________________________________________________________________
23780 [  9145] By: jhi                                   on 2001/03/14  03:57:41
23781         Log: (Retracted by #9150.)
23782      Branch: perl
23783            ! op.c op.h t/op/pat.t
23784 ____________________________________________________________________________
23785 [  9144] By: jhi                                   on 2001/03/14  03:50:38
23786         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
23787              
23788              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
23789              
23790              remove squelch controls for "Scalars leaked" messages in most places
23791              (these are now cured)
23792              
23793              fix another memory leak reported by purify (tie callbacks that
23794              croak can leak when wiping out magic)
23795      Branch: perl
23796           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
23797           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
23798           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
23799           !> t/pragma/warnings.t
23800 ____________________________________________________________________________
23801 [  9143] By: jhi                                   on 2001/03/14  03:37:53
23802         Log: (Retracted by #9149.)
23803      Branch: perl
23804            ! op.c
23805 ____________________________________________________________________________
23806 [  9142] By: gsar                                  on 2001/03/14  03:20:48
23807         Log: fix another memory leak reported by purify (tie callbacks that
23808              croak can leak when wiping out magic)
23809      Branch: maint-5.6/perl
23810            ! scope.c
23811 ____________________________________________________________________________
23812 [  9141] By: jhi                                   on 2001/03/14  02:55:00
23813         Log: Subject: PATCH for [ID 20010305.003]
23814              From: Robin Houston <robin@kitsite.com>
23815              Date: Wed, 14 Mar 2001 02:45:51 +0000
23816              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
23817      Branch: perl
23818            ! pp_ctl.c t/op/eval.t
23819 ____________________________________________________________________________
23820 [  9140] By: jhi                                   on 2001/03/14  02:41:54
23821         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
23822              Date: Wed, 14 Mar 2001 01:52:51 +0000
23823              From: Robin Houston <robin@kitsite.com>
23824              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
23825              
23826              Fix for 2000313.004.
23827      Branch: perl
23828            ! pp_ctl.c t/op/goto.t
23829 ____________________________________________________________________________
23830 [  9139] By: jhi                                   on 2001/03/14  02:40:50
23831         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
23832              From: Robin Houston <robin@kitsite.com>
23833              Date: Wed, 14 Mar 2001 00:43:45 +0000
23834              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
23835      Branch: perl
23836            + t/op/loopctl.t
23837            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
23838            ! vms/perly_c.vms
23839 ____________________________________________________________________________
23840 [  9138] By: gsar                                  on 2001/03/14  01:18:00
23841         Log: remove squelch controls for "Scalars leaked" messages in most places
23842              (these are now cured)
23843      Branch: maint-5.6/perl
23844            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
23845            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
23846            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
23847 ____________________________________________________________________________
23848 [  9137] By: gsar                                  on 2001/03/14  00:57:04
23849         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
23850      Branch: maint-5.6/perl
23851            ! regcomp.c
23852 ____________________________________________________________________________
23853 [  9136] By: jhi                                   on 2001/03/13  23:12:24
23854         Log: (Retracted by #9155)
23855              
23856              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
23857              From: Jens-Uwe Mager <jum@helios.de>
23858              Date: Wed, 21 Feb 2001 21:32:04 +0100
23859              Message-ID: <20010221213203.A18340@ans.helios.de>
23860      Branch: perl
23861            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
23862 ____________________________________________________________________________
23863 [  9135] By: jhi                                   on 2001/03/13  22:50:05
23864         Log: Integrate perlio.
23865      Branch: perl
23866           !> pp.c
23867 ____________________________________________________________________________
23868 [  9134] By: jhi                                   on 2001/03/13  22:49:05
23869         Log: Integrate change #9131 from maintperl into mainline.
23870              
23871              make the error text look more consistent in hints/hpux.sh
23872      Branch: perl
23873           !> hints/hpux.sh
23874 ____________________________________________________________________________
23875 [  9133] By: gsar                                  on 2001/03/13  22:46:20
23876         Log: integrate change#9067 from mainline
23877              
23878              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
23879      Branch: maint-5.6/perl
23880           !> lib/ExtUtils/MM_Unix.pm
23881 ____________________________________________________________________________
23882 [  9132] By: jhi                                   on 2001/03/13  22:41:21
23883         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
23884              From: "John P. Linderman" <jpl@research.att.com>
23885              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
23886              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
23887              
23888              A more correct prime finder.
23889      Branch: perl
23890            ! lib/Tie/SubstrHash.pm
23891 ____________________________________________________________________________
23892 [  9131] By: gsar                                  on 2001/03/13  22:30:42
23893         Log: make the error text look more consistent in hints/hpux.sh
23894      Branch: maint-5.6/perl
23895            ! hints/hpux.sh
23896 ____________________________________________________________________________
23897 [  9130] By: jhi                                   on 2001/03/13  22:23:44
23898         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
23899              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23900              Date: Tue, 13 Mar 2001 18:41:26 +0100
23901              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
23902              
23903              If the test is run non-interactively the default handler
23904              is different.
23905      Branch: perl
23906            ! t/lib/sigaction.t
23907 ____________________________________________________________________________
23908 [  9129] By: jhi                                   on 2001/03/13  22:20:21
23909         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
23910              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
23911              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
23912              Date:     Tue, 13 Mar 2001 16:44:32 EST
23913      Branch: perl
23914            ! t/lib/1_compile.t
23915 ____________________________________________________________________________
23916 [  9128] By: jhi                                   on 2001/03/13  22:18:34
23917         Log: Subject: Another patch for integer.pm POD 
23918              From: "John L. Allen" <allen@grumman.com>
23919              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
23920              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
23921      Branch: perl
23922            ! lib/integer.pm
23923 ____________________________________________________________________________
23924 [  9127] By: nick                                  on 2001/03/13  21:26:30
23925         Log: Integrate mainline.
23926      Branch: perlio
23927           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
23928           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
23929           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
23930           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
23931           !> Changes Configure MANIFEST README.os2 README.os390
23932           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
23933           !> os2/Changes patchlevel.h win32/perlhost.h
23934 ____________________________________________________________________________
23935 [  9126] By: nick                                  on 2001/03/13  20:39:51
23936         Log: #ifdef'ed out code to make packed side of pack/unpack
23937              octets. (i.e. pack('U') => encode_utf8).
23938      Branch: perlio
23939            ! pp.c
23940 ____________________________________________________________________________
23941 [  9125] By: jhi                                   on 2001/03/13  15:07:16
23942         Log: Update Changes.
23943      Branch: perl
23944            ! Changes patchlevel.h
23945 ____________________________________________________________________________
23946 [  9124] By: jhi                                   on 2001/03/13  14:22:45
23947         Log: Workaround for the buggy ("internal compiler error")
23948              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
23949              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
23950              of Andreas König.
23951      Branch: perl
23952            ! ext/re/Makefile.PL hints/aix.sh
23953 ____________________________________________________________________________
23954 [  9123] By: jhi                                   on 2001/03/13  03:24:34
23955         Log: Typo in #9114.
23956      Branch: metaconfig
23957            ! U/modified/myhostname.U
23958 ____________________________________________________________________________
23959 [  9122] By: jhi                                   on 2001/03/13  03:24:06
23960         Log: Typo in #9113.
23961      Branch: perl
23962            ! Configure
23963 ____________________________________________________________________________
23964 [  9121] By: jhi                                   on 2001/03/13  01:53:05
23965         Log: Forgot to check-in the larger part of #9120, duh.
23966      Branch: perl
23967            ! README.os2
23968 ____________________________________________________________________________
23969 [  9120] By: jhi                                   on 2001/03/13  01:51:31
23970         Log: Subject: [PATCH 5.6.1] OS/2 docs
23971              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
23972              Date: Mon, 12 Mar 2001 03:27:32 -0500
23973              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
23974      Branch: perl
23975            ! os2/Changes
23976 ____________________________________________________________________________
23977 [  9119] By: jhi                                   on 2001/03/13  01:49:41
23978         Log: Integrate change #9116 from maintperl into mainline.
23979              
23980              Win32::GetCwd() returns C: instead of C:\ in the root directory
23981              under ithreads
23982      Branch: perl
23983           !> win32/perlhost.h
23984 ____________________________________________________________________________
23985 [  9118] By: jhi                                   on 2001/03/13  01:13:39
23986         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
23987      Branch: perl
23988            + lib/Switch.pm t/lib/switch.t
23989            ! MANIFEST
23990 ____________________________________________________________________________
23991 [  9117] By: jhi                                   on 2001/03/13  01:03:17
23992         Log: Add Text::Balanced 1.83.
23993      Branch: perl
23994            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
23995            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
23996            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
23997            + t/lib/tb-xvari.t
23998            ! MANIFEST
23999 ____________________________________________________________________________
24000 [  9116] By: gsar                                  on 2001/03/13  00:55:53
24001         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
24002              under ithreads
24003      Branch: maint-5.6/perl
24004            ! win32/perlhost.h
24005 ____________________________________________________________________________
24006 [  9115] By: jhi                                   on 2001/03/13  00:54:09
24007         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
24008              From: "John L. Allen" <allen@grumman.com>
24009              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
24010              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
24011              
24012              use integer document clarification.
24013      Branch: perl
24014            ! lib/integer.pm
24015 ____________________________________________________________________________
24016 [  9114] By: jhi                                   on 2001/03/13  00:38:54
24017         Log: Metaconfig unit change for #9113.
24018      Branch: metaconfig
24019            ! U/modified/myhostname.U
24020 ____________________________________________________________________________
24021 [  9113] By: jhi                                   on 2001/03/13  00:38:35
24022         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?)
24023              From: Peter Prymmer <pvhp@forte.com>
24024              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
24025              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
24026      Branch: perl
24027            ! Configure README.os390 hints/os390.sh
24028 ____________________________________________________________________________
24029 [  9112] By: jhi                                   on 2001/03/13  00:29:00
24030         Log: Integrate perlio.
24031      Branch: perl
24032           !> sv.c utf8.h
24033 ____________________________________________________________________________
24034 [  9111] By: nick                                  on 2001/03/12  21:16:33
24035         Log: Integrate mainline.
24036      Branch: perlio
24037           +> t/op/anonsub.t
24038           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
24039           !> proto.h sv.c
24040 ____________________________________________________________________________
24041 [  9110] By: nick                                  on 2001/03/12  21:00:13
24042         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
24043      Branch: perlio
24044            ! sv.c utf8.h
24045 ____________________________________________________________________________
24046 [  9109] By: jhi                                   on 2001/03/12  16:04:47
24047         Log: Integrate change #9108 from maintperl to mainline.
24048              
24049              fix memory leak in C<sub X { sub {} }> arising from a refcount
24050              loop between the outer sub and the inner prototype anonsub
24051              
24052              this also enables closures returned by subroutines that
24053              subsequently get redefined to work without generating coredumps :)
24054              
24055              completely removed the free_closures() hack--it shouldn't be
24056              needed anymore
24057      Branch: perl
24058           +> t/op/anonsub.t
24059           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
24060           !> proto.h sv.c
24061 ____________________________________________________________________________
24062 [  9108] By: gsar                                  on 2001/03/12  10:21:31
24063         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
24064              loop between the outer sub and the inner prototype anonsub
24065              
24066              this also enables closures returned by subroutines that
24067              subsequently get redefined to work without generating coredumps :)
24068              
24069              completely removed the free_closures() hack--it shouldn't be
24070              needed anymore
24071      Branch: maint-5.6/perl
24072            + t/op/anonsub.t
24073            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
24074            ! proto.h sv.c
24075 ____________________________________________________________________________
24076 [  9107] By: jhi                                   on 2001/03/12  05:15:31
24077         Log: Integrate perlio.
24078      Branch: perl
24079           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
24080 ____________________________________________________________________________
24081 [  9106] By: nick                                  on 2001/03/11  20:10:12
24082         Log: regcomp.c is working in native space, not Unicode space (if different)
24083              as it is doing compare against 'W' in \W etc.
24084      Branch: perlio
24085            ! regcomp.c
24086 ____________________________________________________________________________
24087 [  9105] By: nick                                  on 2001/03/11  19:39:34
24088         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
24089              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
24090      Branch: perlio
24091            ! regcomp.c toke.c utf8.c
24092 ____________________________________________________________________________
24093 [  9104] By: nick                                  on 2001/03/11  18:15:44
24094         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
24095      Branch: perlio
24096            ! sv.c
24097 ____________________________________________________________________________
24098 [  9103] By: nick                                  on 2001/03/11  18:03:28
24099         Log: Integrate mainline (for regexp stuff).
24100      Branch: perlio
24101           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
24102           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
24103           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
24104           !> t/lib/errno.t t/op/pat.t
24105 ____________________________________________________________________________
24106 [  9102] By: nick                                  on 2001/03/11  17:44:20
24107         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
24108              - exclude layer syms in makedef.pl for sfio
24109              - also inhibit Encode from trying to build ":encode()" layer.
24110      Branch: perlio
24111            ! ext/Encode/Encode.xs makedef.pl
24112 ____________________________________________________________________________
24113 [  9101] By: jhi                                   on 2001/03/10  22:38:13
24114         Log: The $Is_MacOS needs to be declared.
24115      Branch: perl
24116            ! lib/ExtUtils/Manifest.pm
24117 ____________________________________________________________________________
24118 [  9100] By: jhi                                   on 2001/03/10  22:14:29
24119         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
24120              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
24121              pollute the symbolspace if using sfio.
24122      Branch: perl
24123            ! ext/Encode/Encode.xs
24124 ____________________________________________________________________________
24125 [  9099] By: jhi                                   on 2001/03/10  21:58:48
24126         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
24127              Date: Sat, 10 Mar 2001 14:23:55 -0500
24128              From: Chris Nandor <pudge@pobox.com>
24129              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
24130      Branch: perl
24131            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
24132            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
24133            ! t/lib/errno.t
24134 ____________________________________________________________________________
24135 [  9098] By: jhi                                   on 2001/03/10  21:38:30
24136         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
24137      Branch: perl
24138            ! regcomp.c regexec.c t/op/pat.t
24139 ____________________________________________________________________________
24140 [  9097] By: jhi                                   on 2001/03/10  14:38:07
24141         Log: Integrate perlio.
24142      Branch: perl
24143           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
24144           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
24145           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
24146 ____________________________________________________________________________
24147 [  9096] By: nick                                  on 2001/03/10  11:55:43
24148         Log: EBCDIC sanity - phase I
24149              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
24150              - use utf8n_xxxx (c.f. pvn) for forms which take length.
24151              - back out vN.N and $^V exceptions to e2a/a2e
24152              - make "locale" isxxx macros be uvchr (may be redundant?)
24153              
24154              Not clear yet that toUPPER_uni et. al. return being handled correctly.
24155              The tr// and rexexp stuff still needs an audit, assumption is they are working
24156              in Unicode space.
24157              
24158              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
24159      Branch: perlio
24160            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
24161            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
24162            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
24163 ____________________________________________________________________________
24164 [  9095] By: jhi                                   on 2001/03/09  22:10:01
24165         Log: Integrate perlio.
24166      Branch: perl
24167           !> dump.c
24168 ____________________________________________________________________________
24169 [  9094] By: nick                                  on 2001/03/09  17:36:38
24170         Log: Builds an passes all tests after integrate and this tweak.
24171      Branch: perlio
24172            ! dump.c
24173 ____________________________________________________________________________
24174 [  9093] By: nick                                  on 2001/03/09  17:16:03
24175         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
24176      Branch: perlio
24177           +> lib/unicode/Scripts.txt t/lib/sigaction.t
24178           !> (integrate 79 files)
24179 ____________________________________________________________________________
24180 [  9092] By: jhi                                   on 2001/03/09  15:28:26
24181         Log: Update Changes.
24182      Branch: perl
24183            ! Changes patchlevel.h
24184 ____________________________________________________________________________
24185 [  9091] By: jhi                                   on 2001/03/09  15:25:05
24186         Log: In op/stat #35 better to scan all the potential directories
24187              for setuids, not just the first one.
24188      Branch: perl
24189            ! t/op/stat.t
24190 ____________________________________________________________________________
24191 [  9090] By: jhi                                   on 2001/03/09  15:01:27
24192         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
24193              From: rspier@pobox.com (Robert Spier)
24194              Date: Fri, 9 Mar 2001 03:30:20 -0500
24195              Message-ID: <15016.38044.381174.160189@rls.cx>
24196              
24197              EXISTS() returning undef mistakenly triggered a FETCH().
24198      Branch: perl
24199            ! hv.c
24200 ____________________________________________________________________________
24201 [  9089] By: jhi                                   on 2001/03/09  14:59:02
24202         Log: Add /sbin and /usr/sbin to the list of directories scanned
24203              for setuid programs.  Takes care of bug id 20010309.003.
24204      Branch: perl
24205            ! t/op/stat.t
24206 ____________________________________________________________________________
24207 [  9088] By: jhi                                   on 2001/03/09  14:48:32
24208         Log: Regen perlapi, perltoc.
24209      Branch: perl
24210            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
24211 ____________________________________________________________________________
24212 [  9087] By: jhi                                   on 2001/03/09  14:38:56
24213         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
24214              From: David Mitchell <davem@fdgroup.co.uk>
24215              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
24216              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
24217      Branch: perl
24218            ! dump.c perl.c perl.h pod/perlrun.pod
24219 ____________________________________________________________________________
24220 [  9086] By: jhi                                   on 2001/03/09  01:47:16
24221         Log: A modified version of
24222              
24223              Subject: [ID 20010307.005] POSIX::sigaction has various problems
24224              From: anders@broadcom.com
24225              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
24226              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
24227              
24228              Currently the sigaction.t test #6 fails (and is fudged to look
24229              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
24230              This may well be a genuine bug in Linux sigaction() (since at
24231              least Tru64, Solaris, and HP-UX disagree with Linux).
24232              Anyone with POSIX / SUSv2 tome handy?  The problem is that
24233              the flags of the oldaction don't match with the flags in
24234              the previously installed disposition.
24235      Branch: perl
24236            + t/lib/sigaction.t
24237            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
24238 ____________________________________________________________________________
24239 [  9085] By: jhi                                   on 2001/03/09  01:30:13
24240         Log: Subject: Re: mission impossible for the day
24241              From: Alex Gough <alex@rcon.org>
24242              Date: Thu, 08 Mar 2001 17:18:19 +0000
24243              Message-ID: <3AA7BEDB.8070409@rcon.org>
24244              
24245              If references (are overloaded) and can be directly stringified,
24246              show that instead of "stringified".
24247              
24248              (The problem, infinite mutual recursion caused by overloaded bool
24249              in Switch.pm, tracked by David Mitchell)
24250      Branch: perl
24251            ! lib/Carp/Heavy.pm
24252 ____________________________________________________________________________
24253 [  9084] By: jhi                                   on 2001/03/09  01:20:39
24254         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
24255              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
24256              From: David Mitchell <davem@fdgroup.co.uk>
24257              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
24258      Branch: perl
24259            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
24260            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
24261 ____________________________________________________________________________
24262 [  9083] By: jhi                                   on 2001/03/09  01:16:51
24263         Log: Subject: [PATCH] perldata.pod here-doc docs
24264              From: Jeff Pinyan <jeffp@crusoe.net>
24265              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
24266              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
24267      Branch: perl
24268            ! pod/perldata.pod
24269 ____________________________________________________________________________
24270 [  9082] By: jhi                                   on 2001/03/09  01:01:27
24271         Log: Subject: Re: Unicode/EBCDIC
24272              From: Peter Prymmer <pvhp@forte.com>
24273              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
24274              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
24275      Branch: perl
24276            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
24277 ____________________________________________________________________________
24278 [  9081] By: jhi                                   on 2001/03/08  13:41:30
24279         Log: Subject: Ooops, wrong 'no *POSIX' Patch
24280              From: Dorner Thomas <Thomas.Dorner@start.de>
24281              Date: Thu, 8 Mar 2001 08:43:28 +0100
24282              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
24283      Branch: perl
24284            ! hints/posix-bc.sh
24285 ____________________________________________________________________________
24286 [  9080] By: jhi                                   on 2001/03/08  13:11:42
24287         Log: It's Scripts.txt, not Script.txt.
24288      Branch: perl
24289            ! MANIFEST
24290 ____________________________________________________________________________
24291 [  9079] By: jhi                                   on 2001/03/08  12:59:05
24292         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
24293              From: Dorner Thomas <Thomas.Dorner@start.de>
24294              Date: Wed, 7 Mar 2001 14:13:31 +0100
24295              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
24296      Branch: perl
24297            ! makedepend.SH
24298 ____________________________________________________________________________
24299 [  9078] By: jhi                                   on 2001/03/08  12:57:43
24300         Log: Retract #9069, wrong patch.
24301      Branch: perl
24302            ! Makefile.SH
24303 ____________________________________________________________________________
24304 [  9077] By: jhi                                   on 2001/03/08  01:06:13
24305         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
24306      Branch: perl
24307            + lib/unicode/Scripts.txt
24308            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
24309            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
24310            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
24311            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
24312            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
24313            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
24314            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
24315            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
24316            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
24317            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
24318            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
24319            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
24320            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
24321            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
24322            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
24323            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
24324            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
24325            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
24326            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
24327            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
24328            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
24329            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
24330            ! lib/unicode/version
24331 ____________________________________________________________________________
24332 [  9076] By: jhi                                   on 2001/03/07  22:59:39
24333         Log: Integrate change #7784 from mainline into maintperl.
24334              
24335              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
24336      Branch: maint-5.6/perl
24337           !> pp_ctl.c t/op/pat.t
24338 ____________________________________________________________________________
24339 [  9075] By: jhi                                   on 2001/03/07  22:05:11
24340         Log: More UTF-8 test tweaks.
24341      Branch: perl
24342            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
24343 ____________________________________________________________________________
24344 [  9074] By: nick                                  on 2001/03/07  21:39:29
24345         Log: Integrate mainline.
24346      Branch: perlio
24347           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
24348           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
24349           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
24350           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
24351           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
24352 ____________________________________________________________________________
24353 [  9073] By: jhi                                   on 2001/03/07  16:37:09
24354         Log: Update Changes.
24355      Branch: perl
24356            ! Changes patchlevel.h
24357 ____________________________________________________________________________
24358 [  9072] By: jhi                                   on 2001/03/07  16:32:30
24359         Log: Subject: [ID 20010306.004] || != named unary operator
24360              From: abela@geneanet.org
24361              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
24362              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
24363      Branch: perl
24364            ! pod/perlop.pod
24365 ____________________________________________________________________________
24366 [  9071] By: jhi                                   on 2001/03/07  15:14:11
24367         Log: Subject: downgrading to bytes for common functions
24368              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
24369              Date: Wed, 7 Mar 2001 02:36:55 -0500
24370              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
24371      Branch: perl
24372            ! pp_sys.c
24373 ____________________________________________________________________________
24374 [  9070] By: jhi                                   on 2001/03/07  15:04:58
24375         Log: Clarify the description differentiating for and while; inspired by
24376              
24377              Subject: [ID 20010306.002] for/while difference in for definition
24378              From: abela@geneanet.org
24379              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
24380              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
24381      Branch: perl
24382            ! pod/perlsyn.pod
24383 ____________________________________________________________________________
24384 [  9069] By: jhi                                   on 2001/03/07  14:55:30
24385         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
24386              From: Dorner Thomas <Thomas.Dorner@start.de>
24387              Date: Wed, 7 Mar 2001 14:13:31 +0100
24388              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
24389      Branch: perl
24390            ! Makefile.SH
24391 ____________________________________________________________________________
24392 [  9068] By: jhi                                   on 2001/03/07  14:51:17
24393         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
24394              From: Radu Greab <radu@netsoft.ro>
24395              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
24396              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
24397      Branch: perl
24398            ! pp.c t/op/chop.t
24399 ____________________________________________________________________________
24400 [  9067] By: jhi                                   on 2001/03/07  14:48:57
24401         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
24402              From: Simon Cozens <simon@netthink.co.uk>
24403              Date: Wed, 7 Mar 2001 13:59:28 +0000
24404              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
24405              
24406              In order to allow MakeMaker to build correct Makefiles,
24407              you need to change the order of the arguments in MM_Unix.pm
24408              as well. (Unless you have C89_CCMODE set, but we're trying
24409              to be POSIXly correct)
24410              
24411              Thanks to Merijn Broeren for tracking this down.
24412      Branch: perl
24413            ! lib/ExtUtils/MM_Unix.pm
24414 ____________________________________________________________________________
24415 [  9066] By: jhi                                   on 2001/03/07  14:30:02
24416         Log: Floating point too messy.
24417      Branch: perl
24418            ! t/camel-III/vstring.t
24419 ____________________________________________________________________________
24420 [  9065] By: jhi                                   on 2001/03/07  14:17:44
24421         Log: Integrate change #9064 from maintperl into mainline.
24422              
24423              fix memory leak in pack("Bb",...)
24424      Branch: perl
24425           !> perl.c
24426 ____________________________________________________________________________
24427 [  9064] By: gsar                                  on 2001/03/07  06:29:24
24428         Log: fix memory leak in pack("Bb",...)
24429      Branch: maint-5.6/perl
24430            ! perl.c
24431 ____________________________________________________________________________
24432 [  9063] By: jhi                                   on 2001/03/07  00:55:04
24433         Log: Major utf8 test reorganisation and rewrite.
24434              Hopefully no tests were lost in the shuffle.
24435              (The beginning of pragma/utf8 was lost intentionally,
24436              the tests were rather bogus and incomplete.)
24437      Branch: perl
24438            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
24439            ! t/pragma/utf8.t
24440 ____________________________________________________________________________
24441 [  9062] By: jhi                                   on 2001/03/07  00:41:16
24442         Log: More tweakage on the Unicode character class descriptions.
24443      Branch: perl
24444            ! lib/unicode/mktables.PL pod/perlretut.pod
24445 ____________________________________________________________________________
24446 [  9061] By: jhi                                   on 2001/03/06  23:12:38
24447         Log: The perlretut was still talking about the old \p and \P
24448              definitions.
24449      Branch: perl
24450            ! pod/perlretut.pod
24451 ____________________________________________________________________________
24452 [  9060] By: nick                                  on 2001/03/06  20:52:37
24453         Log: Integrate mainline (make test works again now).
24454      Branch: perlio
24455           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
24456 ____________________________________________________________________________
24457 [  9059] By: jhi                                   on 2001/03/06  15:36:14
24458         Log: 0.999... does equal 1.0, doesn't it?
24459      Branch: perl
24460            ! t/camel-III/vstring.t
24461 ____________________________________________________________________________
24462 [  9058] By: jhi                                   on 2001/03/06  15:34:00
24463         Log: Make /x{abcd}/ to work without use utf8.
24464      Branch: perl
24465            ! regcomp.c
24466 ____________________________________________________________________________
24467 [  9057] By: jhi                                   on 2001/03/06  03:02:36
24468         Log: Easier to outcomment all the three reset() tests for now.
24469      Branch: perl
24470            ! t/op/pat.t
24471 ____________________________________________________________________________
24472 [  9056] By: jhi                                   on 2001/03/06  02:30:02
24473         Log: Comment out the deadly reset; until the 20010301.005
24474              is finally fixed.
24475      Branch: perl
24476            ! t/op/pat.t
24477 ____________________________________________________________________________
24478 [  9055] By: jhi                                   on 2001/03/06  02:21:26
24479         Log: Integrate the change #9054 from mainline:
24480              retract the PMOP cleanup patch pending further investigation.
24481      Branch: maint-5.6/perl
24482           !> op.c op.h
24483 ____________________________________________________________________________
24484 [  9054] By: jhi                                   on 2001/03/06  02:19:57
24485         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
24486              with oddly familiar stack traces.
24487      Branch: perl
24488            ! op.c op.h
24489 ____________________________________________________________________________
24490 [  9053] By: jhi                                   on 2001/03/05  23:20:28
24491         Log: Integrate perlio.
24492      Branch: perl
24493           +> ext/Encode/Encode/koi8-r.ucm
24494           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
24495           !> makedef.pl
24496 ____________________________________________________________________________
24497 [  9052] By: nick                                  on 2001/03/05  23:08:17
24498         Log: skipping USE_PERLIO symbols correction.
24499      Branch: perlio
24500            ! makedef.pl
24501 ____________________________________________________________________________
24502 [  9051] By: nick                                  on 2001/03/05  22:35:07
24503         Log: More Encode alias tidying.
24504      Branch: perlio
24505            + ext/Encode/Encode/koi8-r.ucm
24506            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
24507 ____________________________________________________________________________
24508 [  9050] By: jhi                                   on 2001/03/05  21:44:29
24509         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
24510              Sarathy's fix for ID 20010301.005.
24511      Branch: maint-5.6/perl
24512           !> op.c op.h
24513 ____________________________________________________________________________
24514 [  9049] By: nick                                  on 2001/03/05  19:54:04
24515         Log: Integrate Jarkko's Encode.pm tweak.
24516      Branch: perlio
24517           !> ext/Encode/Encode.pm
24518 ____________________________________________________________________________
24519 [  9048] By: nick                                  on 2001/03/05  19:47:57
24520         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
24521      Branch: perlio
24522           +> os2/os2add.sym
24523           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
24524           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
24525           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
24526           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
24527           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
24528 ____________________________________________________________________________
24529 [  9047] By: jhi                                   on 2001/03/05  19:25:26
24530         Log: Regen perlapi.
24531      Branch: perl
24532            ! pod/perlapi.pod
24533 ____________________________________________________________________________
24534 [  9046] By: jhi                                   on 2001/03/05  19:12:14
24535         Log: Integrate perlio.
24536      Branch: perl
24537           +> t/camel-III/vstring.t
24538           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
24539 ____________________________________________________________________________
24540 [  9045] By: jhi                                   on 2001/03/05  19:10:36
24541         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
24542      Branch: perl
24543            ! ext/Encode/Encode.pm
24544 ____________________________________________________________________________
24545 [  9044] By: jhi                                   on 2001/03/05  18:49:12
24546         Log: Forgot the other half of the PMOP patch (#9033).
24547      Branch: perl
24548            ! op.h
24549 ____________________________________________________________________________
24550 [  9043] By: nick                                  on 2001/03/05  18:14:47
24551         Log: Update MANIFEST for new test.
24552      Branch: perlio
24553            ! MANIFEST
24554 ____________________________________________________________________________
24555 [  9042] By: nick                                  on 2001/03/05  18:12:41
24556         Log: Some tests for Camel 3rd edition features.
24557              Make gethostbyaddr() test in above work.
24558      Branch: perlio
24559            + t/camel-III/vstring.t
24560            ! pp.h pp_sys.c t/TEST t/harness
24561 ____________________________________________________________________________
24562 [  9041] By: jhi                                   on 2001/03/05  17:41:48
24563         Log: Add more ISO 8859 encoding aliases.
24564      Branch: perl
24565            ! ext/Encode/Encode.pm
24566 ____________________________________________________________________________
24567 [  9040] By: jhi                                   on 2001/03/05  17:30:43
24568         Log: Integrate perlio.
24569      Branch: perl
24570           !> MANIFEST sv.c
24571 ____________________________________________________________________________
24572 [  9039] By: nick                                  on 2001/03/05  17:11:36
24573         Log: Missed added file.
24574      Branch: perlio
24575            ! MANIFEST
24576 ____________________________________________________________________________
24577 [  9038] By: jhi                                   on 2001/03/05  15:58:01
24578         Log: Add tr tests for EBCDIC, from Karsten Sperling.
24579      Branch: perl
24580            ! t/op/tr.t
24581 ____________________________________________________________________________
24582 [  9037] By: nick                                  on 2001/03/05  15:56:35
24583         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
24584              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
24585              
24586              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
24587              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
24588              - uses SvPV() rather than sv_2pv() in case it isn't a string.
24589      Branch: perlio
24590            ! sv.c
24591 ____________________________________________________________________________
24592 [  9036] By: jhi                                   on 2001/03/05  15:49:15
24593         Log: Add matching tests currently failing in EBCDIC,
24594              suggested by Karsten Sperling.
24595      Branch: perl
24596            ! t/op/pat.t
24597 ____________________________________________________________________________
24598 [  9035] By: jhi                                   on 2001/03/05  15:36:55
24599         Log: The #9034 needs a MANIFESTation.
24600      Branch: perl
24601            ! MANIFEST
24602 ____________________________________________________________________________
24603 [  9034] By: jhi                                   on 2001/03/05  15:35:14
24604         Log: Integrate perlio.
24605      Branch: perl
24606           +> ext/Encode/Encode/Tcl.pm
24607           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
24608           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
24609           !> ext/Encode/Encode/iso8859-1.ucm
24610           !> ext/Encode/Encode/iso8859-10.ucm
24611           !> ext/Encode/Encode/iso8859-13.ucm
24612           !> ext/Encode/Encode/iso8859-14.ucm
24613           !> ext/Encode/Encode/iso8859-15.ucm
24614           !> ext/Encode/Encode/iso8859-16.ucm
24615           !> ext/Encode/Encode/iso8859-2.ucm
24616           !> ext/Encode/Encode/iso8859-3.ucm
24617           !> ext/Encode/Encode/iso8859-4.ucm
24618           !> ext/Encode/Encode/iso8859-5.ucm
24619           !> ext/Encode/Encode/iso8859-6.ucm
24620           !> ext/Encode/Encode/iso8859-7.ucm
24621           !> ext/Encode/Encode/iso8859-8.ucm
24622           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
24623           !> t/lib/encode.t
24624 ____________________________________________________________________________
24625 [  9033] By: jhi                                   on 2001/03/05  15:33:18
24626         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
24627              From: Gurusamy Sarathy <gsar@ActiveState.com>
24628              Date: Sun, 04 Mar 2001 22:33:15 -0800
24629              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
24630              
24631              PMOPs need to remember their own stash so that they can
24632              gracefully remove themselves from their linked list.
24633      Branch: perl
24634            ! op.c
24635 ____________________________________________________________________________
24636 [  9032] By: nick                                  on 2001/03/05  14:51:50
24637         Log: Encode implementation "completion"
24638              Implement and document define_encoding()
24639              Implement and document encoding aliases including define_alias()
24640              Make Encode::XS use define_encoding() rather than back-door.
24641              Move run-time *.enc to separate Encode::Tcl module.
24642              Make 'compile' honour <codeset_name>
24643              Change canonical names of to iso-8859-* and US-ascii.
24644      Branch: perlio
24645            + ext/Encode/Encode/Tcl.pm
24646            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
24647            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
24648            ! ext/Encode/Encode/iso8859-1.ucm
24649            ! ext/Encode/Encode/iso8859-10.ucm
24650            ! ext/Encode/Encode/iso8859-13.ucm
24651            ! ext/Encode/Encode/iso8859-14.ucm
24652            ! ext/Encode/Encode/iso8859-15.ucm
24653            ! ext/Encode/Encode/iso8859-16.ucm
24654            ! ext/Encode/Encode/iso8859-2.ucm
24655            ! ext/Encode/Encode/iso8859-3.ucm
24656            ! ext/Encode/Encode/iso8859-4.ucm
24657            ! ext/Encode/Encode/iso8859-5.ucm
24658            ! ext/Encode/Encode/iso8859-6.ucm
24659            ! ext/Encode/Encode/iso8859-7.ucm
24660            ! ext/Encode/Encode/iso8859-8.ucm
24661            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
24662            ! t/lib/encode.t
24663 ____________________________________________________________________________
24664 [  9031] By: jhi                                   on 2001/03/05  13:51:17
24665         Log: Integrate change #9030 from maintperl into mainline.
24666              
24667              Subject: [PATCH 5.6.1] OS/2 cleanup
24668      Branch: perl
24669           +> os2/os2add.sym
24670           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
24671           !> makedef.pl os2/Changes os2/Makefile.SHs
24672           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
24673           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
24674           !> os2/os2.sym os2/os2ish.h
24675 ____________________________________________________________________________
24676 [  9030] By: jhi                                   on 2001/03/05  13:46:49
24677         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
24678              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24679              Date: Mon, 5 Mar 2001 02:29:44 -0500
24680              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
24681      Branch: maint-5.6/perl
24682            + os2/os2add.sym
24683            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
24684            ! makedef.pl os2/Changes os2/Makefile.SHs
24685            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
24686            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
24687            ! os2/os2.sym os2/os2ish.h
24688 ____________________________________________________________________________
24689 [  9029] By: jhi                                   on 2001/03/05  13:40:35
24690         Log: Integrate change #9028 from maintperl into mainline.
24691              
24692              various nits in MM_Unix.pm found by disabling SelfLoader
24693      Branch: perl
24694           !> lib/ExtUtils/MM_Unix.pm
24695 ____________________________________________________________________________
24696 [  9028] By: gsar                                  on 2001/03/05  09:58:38
24697         Log: various nits in MM_Unix.pm found by disabling SelfLoader
24698      Branch: maint-5.6/perl
24699            ! lib/ExtUtils/MM_Unix.pm
24700 ____________________________________________________________________________
24701 [  9027] By: nick                                  on 2001/03/05  08:35:22
24702         Log: Integrate mainline
24703      Branch: perlio
24704           !> (integrate 28 files)
24705 ____________________________________________________________________________
24706 [  9026] By: jhi                                   on 2001/03/05  02:14:59
24707         Log: Integrate change #9025 from mainline to maintperl,
24708              retract \N{U+HHHH}.
24709      Branch: maint-5.6/perl
24710           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
24711           !> t/lib/charnames.t toke.c
24712 ____________________________________________________________________________
24713 [  9025] By: jhi                                   on 2001/03/05  02:13:09
24714         Log: Retracting \N{U+HHHH}.
24715      Branch: perl
24716            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
24717            ! t/lib/charnames.t toke.c
24718 ____________________________________________________________________________
24719 [  9024] By: jhi                                   on 2001/03/04  20:51:07
24720         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
24721              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
24722              Date: Fri, 02 Mar 2001 18:25:26 +0100
24723              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
24724              
24725              Casting problem.
24726      Branch: perl
24727            ! ext/Storable/Storable.xs
24728 ____________________________________________________________________________
24729 [  9023] By: jhi                                   on 2001/03/04  19:46:45
24730         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
24731              From: nick@talking.bollo.cx
24732              Date: Sat, 03 Mar 2001 21:41:33 +0000
24733              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
24734              
24735              Revert the workaround.
24736      Branch: perl
24737            ! perlio.c
24738 ____________________________________________________________________________
24739 [  9022] By: jhi                                   on 2001/03/04  19:36:28
24740         Log: Update Changes.
24741      Branch: perl
24742            ! Changes patchlevel.h
24743 ____________________________________________________________________________
24744 [  9021] By: jhi                                   on 2001/03/04  18:41:00
24745         Log: makedef.pl updates suggested by Chris Nandor; double-checking
24746              the changes in AIX, OS/2 Win32 would be nice.
24747      Branch: perl
24748            ! makedef.pl
24749 ____________________________________________________________________________
24750 [  9020] By: jhi                                   on 2001/03/04  18:23:58
24751         Log: Integrate change #9012 from maintperl into mainline,
24752              quench a compiler warning.
24753      Branch: perl
24754           !> toke.c
24755 ____________________________________________________________________________
24756 [  9019] By: jhi                                   on 2001/03/04  18:18:43
24757         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
24758              
24759              \N{U+HHHH} fix.
24760              
24761              pattern in G_ARRAY context
24762      Branch: maint-5.6/perl
24763           !> pp_hot.c t/op/pat.t toke.c
24764 ____________________________________________________________________________
24765 [  9018] By: jhi                                   on 2001/03/04  18:07:48
24766         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
24767              From: Jeff Pinyan <jeffp@crusoe.net>
24768              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
24769              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
24770      Branch: perl
24771            ! pp_hot.c t/op/pat.t
24772 ____________________________________________________________________________
24773 [  9017] By: jhi                                   on 2001/03/04  18:06:21
24774         Log: I thought I tested the #9014.
24775      Branch: perl
24776            ! toke.c
24777 ____________________________________________________________________________
24778 [  9016] By: jhi                                   on 2001/03/04  17:41:22
24779         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
24780              
24781              Tweak the get*ent() OS/2 prototypes.
24782              
24783              Add the \N{U+HHHH} syntax.
24784              
24785              More tr/// UTF-8 fixes from Inaba Hiroto.
24786      Branch: maint-5.6/perl
24787           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
24788           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
24789 ____________________________________________________________________________
24790 [  9015] By: jhi                                   on 2001/03/04  17:36:04
24791         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
24792      Branch: perl
24793            ! doop.c t/op/tr.t
24794 ____________________________________________________________________________
24795 [  9014] By: jhi                                   on 2001/03/04  17:24:49
24796         Log: Add the \N{U+HHHH} syntax.
24797      Branch: perl
24798            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
24799            ! t/lib/charnames.t toke.c
24800 ____________________________________________________________________________
24801 [  9013] By: jhi                                   on 2001/03/04  17:20:45
24802         Log: Tweak the get*ent() OS/2 prototypes.
24803      Branch: perl
24804            ! os2/os2.c
24805 ____________________________________________________________________________
24806 [  9012] By: gsar                                  on 2001/03/04  06:26:14
24807         Log: avoid warning (nit in change#9009)
24808      Branch: maint-5.6/perl
24809            ! toke.c
24810 ____________________________________________________________________________
24811 [  9011] By: gsar                                  on 2001/03/04  06:15:24
24812         Log: lib/charnames.t fails in 5.6.x because of older Unicode
24813              data
24814              
24815              TODO: need to revisit this after updating lib/unicode/...
24816      Branch: maint-5.6/perl
24817            ! t/lib/charnames.t
24818 ____________________________________________________________________________
24819 [  9010] By: gsar                                  on 2001/03/04  06:08:36
24820         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
24821      Branch: maint-5.6/perl
24822            ! toke.c
24823 ____________________________________________________________________________
24824 [  9009] By: jhi                                   on 2001/03/03  19:27:20
24825         Log: Integrate change #9008 from mainline to maintperl,
24826              UTF-8 tr/// fixes from Inaba Hiroto.
24827      Branch: maint-5.6/perl
24828           !> doop.c op.c t/op/tr.t toke.c
24829 ____________________________________________________________________________
24830 [  9008] By: jhi                                   on 2001/03/03  19:19:42
24831         Log: UTF8 tr/// fixes from Inaba Hiroto.
24832      Branch: perl
24833            ! doop.c op.c t/op/tr.t toke.c
24834 ____________________________________________________________________________
24835 [  9007] By: jhi                                   on 2001/03/03  19:00:30
24836         Log: Integrate change #9006 from maintperl to mainline,
24837              more robust quest for the infinite.
24838      Branch: perl
24839           !> lib/Math/Complex.pm
24840 ____________________________________________________________________________
24841 [  9006] By: jhi                                   on 2001/03/03  18:58:06
24842         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
24843              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24844              Date: Sat, 3 Mar 2001 12:51:50 -0500
24845              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
24846              
24847              Be more robust in our quest for the infinite.
24848      Branch: maint-5.6/perl
24849            ! lib/Math/Complex.pm
24850 ____________________________________________________________________________
24851 [  9005] By: jhi                                   on 2001/03/03  17:55:50
24852         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
24853      Branch: maint-5.6/perl
24854            ! doio.c
24855 ____________________________________________________________________________
24856 [  9004] By: jhi                                   on 2001/03/03  17:40:14
24857         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
24858              so that picky compilers like IRIX won't get huffy about
24859              "statements without effect" (like 1;).
24860      Branch: perl
24861            ! toke.c
24862 ____________________________________________________________________________
24863 [  9003] By: jhi                                   on 2001/03/03  17:15:52
24864         Log: Integrate change #9002 from mainline to maintperl.
24865              
24866              Subject: [perl-5.6.x, perl-current] accept for EPOC
24867      Branch: maint-5.6/perl
24868           !> pp_sys.c
24869 ____________________________________________________________________________
24870 [  9002] By: jhi                                   on 2001/03/03  17:14:30
24871         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
24872              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24873              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
24874              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
24875      Branch: perl
24876            ! pp_sys.c
24877 ____________________________________________________________________________
24878 [  9001] By: jhi                                   on 2001/03/03  17:13:13
24879         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
24880              From: "Craig A. Berry" <craigberry@mac.com>
24881              Date: Fri, 02 Mar 2001 17:44:40 -0600
24882              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
24883      Branch: perl
24884            ! t/pod/find.t
24885 ____________________________________________________________________________
24886 [  9000] By: jhi                                   on 2001/03/03  17:11:55
24887         Log: Integrate changes #8997,8999 from maintperl.
24888              
24889              Subject: [PATCH 5.6.1] compiling on OS/2
24890              (Better error message from hints/os2.sh)
24891              
24892              Subject: [PATCH 5.6.1] syslog.t
24893      Branch: perl
24894           !> hints/os2.sh t/lib/syslog.t
24895 ____________________________________________________________________________
24896 [  8999] By: jhi                                   on 2001/03/03  17:09:28
24897         Log: Subject: [PATCH 5.6.1] syslog.t
24898              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24899              Date: Sat, 3 Mar 2001 02:11:17 -0500
24900              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
24901      Branch: maint-5.6/perl
24902            ! t/lib/syslog.t
24903 ____________________________________________________________________________
24904 [  8998] By: jhi                                   on 2001/03/03  17:07:50
24905         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
24906              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24907              Date: Sat, 3 Mar 2001 01:53:52 -0500
24908              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
24909      Branch: maint-5.6/perl
24910            ! opcode.pl os2/os2.c
24911 ____________________________________________________________________________
24912 [  8997] By: jhi                                   on 2001/03/03  17:03:30
24913         Log: Subject: [PATCH 5.6.1] compiling on OS/2
24914              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
24915              Date: Sat, 3 Mar 2001 01:59:59 -0500
24916              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
24917      Branch: maint-5.6/perl
24918            ! hints/os2.sh
24919 ____________________________________________________________________________
24920 [  8996] By: jhi                                   on 2001/03/03  00:55:58
24921         Log: Regen files for mainline.
24922      Branch: perl
24923            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
24924            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
24925 ____________________________________________________________________________
24926 [  8995] By: jhi                                   on 2001/03/03  00:35:22
24927         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
24928              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
24929              to maintperl.
24930              
24931              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
24932              
24933              Add Configure option -Dmksymlinks which will create a symlink
24934              forest if the current/build differs from the source directory.
24935              (8218,8220,8221,8317,8318,8971)
24936              
24937              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
24938              (Document APPLLIB_EXP in INSTALL.)
24939              
24940              If running byacc write-enable also perly.h.
24941              
24942              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
24943              
24944              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
24945              
24946              Sanity check for conflicting thread flavours.
24947              
24948              Fix the sys/fcntl.h problem reported by Peter Prymmer.
24949              
24950              Add few CPUs/architectures to the Cppsym scan,
24951              add -perlio to archname if so selected (modified 8890)
24952              
24953              Be more helpful for devel builders, suggested by John L. Allen.
24954              (admittedly pointless change for maintperl, but the usedevel
24955              code is there already)
24956      Branch: maint-5.6/perl
24957           !> Configure INSTALL Makefile.SH Porting/Glossary
24958           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
24959           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
24960           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
24961           !> win32/config.bc win32/config.gc win32/config.vc
24962 ____________________________________________________________________________
24963 [  8994] By: jhi                                   on 2001/03/02  23:31:41
24964         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
24965      Branch: metaconfig/U/perl
24966            ! gccvers.U
24967 ____________________________________________________________________________
24968 [  8993] By: jhi                                   on 2001/03/02  23:22:12
24969         Log: Regenerate various files for maint.
24970      Branch: maint-5.6/perl
24971            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
24972            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
24973 ____________________________________________________________________________
24974 [  8992] By: alanbur                               on 2001/03/02  22:48:34
24975         Log: Resync wuth parent
24976      Branch: maint-5.6/pureperl
24977           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
24978           !> (integrate 60 files)
24979 ____________________________________________________________________________
24980 [  8991] By: jhi                                   on 2001/03/02  21:00:08
24981         Log: Retract the #8742 part of #8986, backward compat.
24982      Branch: maint-5.6/perl
24983            ! embed.pl
24984 ____________________________________________________________________________
24985 [  8990] By: jhi                                   on 2001/03/02  20:40:07
24986         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
24987      Branch: maint-5.6/perl
24988            ! hv.c
24989 ____________________________________________________________________________
24990 [  8989] By: jhi                                   on 2001/03/02  19:59:56
24991         Log: Update Changes.
24992      Branch: perl
24993            ! Changes patchlevel.h
24994 ____________________________________________________________________________
24995 [  8988] By: jhi                                   on 2001/03/02  19:57:08
24996         Log: Integrate perlio.
24997      Branch: perl
24998           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
24999           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
25000           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
25001           !> ext/Encode/Encode/iso8859-10.ucm
25002           !> ext/Encode/Encode/iso8859-13.ucm
25003           !> ext/Encode/Encode/iso8859-14.ucm
25004           !> ext/Encode/Encode/iso8859-15.ucm
25005           !> ext/Encode/Encode/iso8859-16.ucm
25006           !> ext/Encode/Encode/iso8859-2.ucm
25007           !> ext/Encode/Encode/iso8859-3.ucm
25008           !> ext/Encode/Encode/iso8859-4.ucm
25009           !> ext/Encode/Encode/iso8859-5.ucm
25010           !> ext/Encode/Encode/iso8859-6.ucm
25011           !> ext/Encode/Encode/iso8859-7.ucm
25012           !> ext/Encode/Encode/iso8859-8.ucm
25013           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
25014           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
25015 ____________________________________________________________________________
25016 [  8987] By: jhi                                   on 2001/03/02  19:43:40
25017         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
25018              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
25019              8950,8952,8955 from mainline to maintperl.
25020              
25021              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
25022              
25023              Put to rest the 20010205.001, the email address checking (not) regex.
25024              
25025              fork() not everywhere, cleanup temp files.
25026              
25027              The #8843 wasn't quite right: %Config needs to imported.
25028              
25029              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
25030              (#8849: the glob-basic hunk needed massaging as it depended
25031              on Schwern's large-scale (unintegrated) patches)
25032              
25033              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
25034              
25035              Upgrade to CGI.pm 2.752, from Lincoln Stein.
25036              (Note: there were some conflicts due to EBCDIC and EPOC
25037              patches, in general I preferred the repository code.)
25038              (When 2.753 comes out, we need to synchronize.)
25039              
25040              Subject: [PATCH] fix for charnames above FFFF
25041              
25042              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
25043              
25044              If no sfio, no -lsfio.
25045              
25046              Run run/*.t also in minitest.
25047              
25048              Subject:  [PATCH perl 5.7.0] malloc message address offset
25049              
25050              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
25051              
25052              Subject: fix for parameter -Dm (for perl@8867)
25053              
25054              Subject: [PATCH: perl@8892] was Re: hashing order difference?
25055              (make the test more portable)
25056              
25057              Subject: Re: [PATCH] fix for charnames above FFFF
25058              
25059              Subject: Re: I'm losing the war...
25060              (hv_store() not working correctly in ENV_IS_CASELESS case.)
25061              
25062              Subject: Modified README.bs2000 
25063              
25064              Subject: [PATCH: perl@8935] -Dt padsv($var)
25065              
25066              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
25067              
25068              Subject: PATCH: extra tests to check on negative float to unsigned cast
25069              
25070              Subject: [PATCH] XPUSH[insp] was Re: progress
25071              
25072              Subject: Re: Compile with perlcc..
25073      Branch: maint-5.6/perl
25074           !> (integrate 36 files)
25075 ____________________________________________________________________________
25076 [  8986] By: jhi                                   on 2001/03/02  18:51:25
25077         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
25078              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
25079              to maintperl.
25080              
25081              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
25082              
25083              Subject: [DOC PATCH] overload.pm nits
25084              
25085              Add header for LIB$ prototypes (C. Berry)
25086              
25087              Convert fwrite()s to sockets to write()s, since some socket stacks
25088              don't take kindly to stdio.
25089              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
25090              (for often optional LNMs)
25091              Correct a few typos
25092              (C. Bailey)
25093              
25094              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
25095              
25096              De-cut-and-pasto.
25097              
25098              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
25099              
25100              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
25101              
25102              Upgrade to CPAN 1.59_54, from Andreas König.
25103              
25104              Bogus shebang.
25105              
25106              Subject: [PATCH] Document makepatch in Porting/patching
25107              
25108              UTF-8 documentation.
25109              
25110              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
25111              
25112              Sort the MANIFEST.
25113              
25114              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
25115              
25116              Subject: [PATCH @8807] toke.c cleanup: scan_str()
25117              
25118              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
25119              
25120              Add run/*.t to testables.
25121              
25122              TODO: integrate #8784.
25123      Branch: maint-5.6/perl
25124           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
25125           !> (integrate 28 files)
25126 ____________________________________________________________________________
25127 [  8985] By: nick                                  on 2001/03/02  18:15:45
25128         Log: Integrate mainline
25129      Branch: perlio
25130           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
25131           !> vms/vms.c
25132 ____________________________________________________________________________
25133 [  8984] By: jhi                                   on 2001/03/02  16:00:17
25134         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
25135              
25136              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
25137              5.004_05, and mention the suidperl August 2000 security problem.
25138              (#8978,#8981)
25139              
25140              Subject: [ID 20010301.004] Technically speaking in perldata
25141              
25142              Subject: [PATCH] File::Copy for bleadperl, maintperl
25143              
25144              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
25145              
25146              (The #8982, fix for 20010221.005 and 20010221.008,
25147              would be nice too but it didn't integrate cleanly.)
25148      Branch: maint-5.6/perl
25149           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
25150 ____________________________________________________________________________
25151 [  8983] By: jhi                                   on 2001/03/02  15:51:16
25152         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
25153              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25154              Date:     Thu, 1 Mar 2001 15:54:09 EST
25155              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
25156      Branch: perl
25157            ! vms/vms.c
25158 ____________________________________________________________________________
25159 [  8982] By: jhi                                   on 2001/03/02  15:43:31
25160         Log: Subject: Re: sync sync sync: have I missed any patches?
25161              From: Radu Greab <radu@netsoft.ro> 
25162              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
25163              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
25164              
25165              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
25166              was checking argv[0] regardless of whether a different pathname
25167              will actually be executed."  Test case not supplied because 
25168              drafting that, ironically enough, revealed another bug
25169              (or a feature).
25170      Branch: perl
25171            ! doio.c
25172 ____________________________________________________________________________
25173 [  8981] By: jhi                                   on 2001/03/02  15:28:03
25174         Log: Misdate in #8978.
25175      Branch: perl
25176            ! pod/perlfaq1.pod
25177 ____________________________________________________________________________
25178 [  8980] By: jhi                                   on 2001/03/02  15:24:20
25179         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
25180              From: Chris Nandor <pudge@pobox.com>
25181              Date: Wed, 28 Feb 2001 22:10:15 -0500
25182              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
25183      Branch: perl
25184            ! lib/File/Copy.pm
25185 ____________________________________________________________________________
25186 [  8979] By: jhi                                   on 2001/03/02  15:17:16
25187         Log: Subject: [ID 20010301.004] Technically speaking in perldata
25188              From: abela@geneanet.org
25189              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
25190              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
25191      Branch: perl
25192            ! pod/perldata.pod
25193 ____________________________________________________________________________
25194 [  8978] By: jhi                                   on 2001/03/02  15:15:27
25195         Log: Subject: [ID 20010301.003] ref to 5.004
25196              From: abela@geneanet.org
25197              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
25198              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
25199              
25200              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
25201              and mention the suidperl August 2000 security problem.
25202      Branch: perl
25203            ! pod/perlfaq1.pod
25204 ____________________________________________________________________________
25205 [  8977] By: alanbur                               on 2001/03/02  14:17:45
25206         Log: Resynchronised with parent
25207      Branch: maint-5.6/pureperl
25208           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
25209           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
25210           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
25211           !> vms/descrip_mms.template win32/win32.c win32/win32.h
25212           !> win32/win32iop.h
25213 ____________________________________________________________________________
25214 [  8976] By: nick                                  on 2001/03/01  23:25:30
25215         Log: Integrate mainline.
25216      Branch: perlio
25217            - t/op/qu.t
25218           !> (integrate 55 files)
25219 ____________________________________________________________________________
25220 [  8975] By: jhi                                   on 2001/03/01  16:51:34
25221         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
25222      Branch: perl
25223           !> toke.c
25224 ____________________________________________________________________________
25225 [  8974] By: gsar                                  on 2001/03/01  16:28:21
25226         Log: fix for bugid 20010226.008
25227              
25228              the problem was that some of the pointers (PL_last_lop and
25229              PL_last_uni specifically) into the lex buffers weren't correctly
25230              being invalidated when the buffer changed; this would leave the
25231              pointers pointing at an arbitrary location in the buffer if
25232              the buffer didn't need to be reallocated, or point into freed
25233              memory if the buffer had to be realloced
25234              
25235              TODO item for bugdb maintainers: check other seemingly random
25236              parser-related bugs--they might be cured by this
25237      Branch: maint-5.6/perl
25238            ! toke.c
25239 ____________________________________________________________________________
25240 [  8973] By: jhi                                   on 2001/03/01  02:23:25
25241         Log: Retract #8970 because of a completely mysterious core dump:
25242              adding the tests 241..244 causes op/pat dump core at test #25.
25243              The test needs a lot of whittling down before the bug can be solved.
25244      Branch: perl
25245            ! t/op/pat.t
25246 ____________________________________________________________________________
25247 [  8972] By: jhi                                   on 2001/03/01  01:58:38
25248         Log: Regen perlapi.
25249      Branch: perl
25250            ! pod/perlapi.pod
25251 ____________________________________________________________________________
25252 [  8971] By: jhi                                   on 2001/03/01  01:34:09
25253         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))
25254              From: Nicholas Clark <nick@ccl4.org>
25255              Date: Wed, 28 Feb 2001 23:28:49 +0000
25256              Message-ID: <20010228232849.A55187@plum.flirble.org>
25257              
25258              Allow a completely write protected source code tree
25259              when using the Configure -Dmksymlinks.
25260      Branch: perl
25261            ! embed.pl warnings.pl
25262 ____________________________________________________________________________
25263 [  8970] By: jhi                                   on 2001/03/01  01:32:04
25264         Log: Add back the EBCDIC character range tests (for matching).
25265      Branch: perl
25266            ! t/op/pat.t
25267 ____________________________________________________________________________
25268 [  8969] By: nick                                  on 2001/02/28  18:18:01
25269         Log: Add charname comments to .ucm files writen by 'compile',
25270              also order charmaps in those files by source encoding.
25271              regenerate distrubuted .ucm files
25272      Branch: perlio
25273            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
25274            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
25275            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
25276            ! ext/Encode/Encode/iso8859-10.ucm
25277            ! ext/Encode/Encode/iso8859-13.ucm
25278            ! ext/Encode/Encode/iso8859-14.ucm
25279            ! ext/Encode/Encode/iso8859-15.ucm
25280            ! ext/Encode/Encode/iso8859-16.ucm
25281            ! ext/Encode/Encode/iso8859-2.ucm
25282            ! ext/Encode/Encode/iso8859-3.ucm
25283            ! ext/Encode/Encode/iso8859-4.ucm
25284            ! ext/Encode/Encode/iso8859-5.ucm
25285            ! ext/Encode/Encode/iso8859-6.ucm
25286            ! ext/Encode/Encode/iso8859-7.ucm
25287            ! ext/Encode/Encode/iso8859-8.ucm
25288            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
25289            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
25290 ____________________________________________________________________________
25291 [  8968] By: jhi                                   on 2001/02/28  16:26:37
25292         Log: Expand usemorebits early if d_casti32 needs to be undefined.
25293      Branch: perl
25294            ! hints/hpux.sh hints/irix_6.sh
25295 ____________________________________________________________________________
25296 [  8967] By: jhi                                   on 2001/02/28  16:22:26
25297         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
25298              retract toke.c/qu parts of #8583, retract #8485, retract
25299              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
25300              op/length.t, and MANIFEST, and delete t/op/qu.t.
25301      Branch: perl
25302            - t/op/qu.t
25303            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
25304            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
25305            ! t/op/length.t toke.c
25306 ____________________________________________________________________________
25307 [  8966] By: jhi                                   on 2001/02/28  15:00:27
25308         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
25309              by not changing from pre-Unicode days into being Unicode-aware.
25310              Sniff.
25311      Branch: perl
25312            ! pp.c t/op/pack.t t/op/qu.t
25313 ____________________________________________________________________________
25314 [  8965] By: jhi                                   on 2001/02/28  14:37:55
25315         Log: Subject: Re: Errors in core PODs
25316              From: Michael Stevens <michael@etla.org> 
25317              Date: Fri, 23 Feb 2001 15:47:56 +0000
25318              Message-ID: <20010223154756.A7723@firedrake.org> 
25319      Branch: perl
25320            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
25321            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
25322            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
25323            ! x2p/a2p.pod
25324 ____________________________________________________________________________
25325 [  8964] By: jhi                                   on 2001/02/28  14:35:35
25326         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
25327              (The #8961 was too bold.)
25328      Branch: perl
25329            ! hints/hpux.sh hints/irix_6.sh
25330 ____________________________________________________________________________
25331 [  8963] By: jhi                                   on 2001/02/28  14:33:39
25332         Log: Subject: Re: sync sync sync: have I missed any patches?
25333              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25334              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
25335              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
25336              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
25337              
25338              Replace djSP with dSP.
25339      Branch: perl
25340            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
25341            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
25342            ! win32/perlhost.h
25343 ____________________________________________________________________________
25344 [  8962] By: jhi                                   on 2001/02/27  23:21:14
25345         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
25346      Branch: perl
25347            ! lib/Filter/Simple.pm
25348 ____________________________________________________________________________
25349 [  8961] By: jhi                                   on 2001/02/27  22:55:26
25350         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
25351              and this would be it.
25352      Branch: perl
25353            ! hints/hpux.sh hints/irix_6.sh
25354 ____________________________________________________________________________
25355 [  8960] By: jhi                                   on 2001/02/27  22:51:33
25356         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
25357              From: "Craig A. Berry" <craigberry@mac.com>
25358              Date: Tue, 27 Feb 2001 16:11:44 -0600
25359              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
25360      Branch: maint-5.6/perl
25361            ! configure.com vms/descrip_mms.template
25362 ____________________________________________________________________________
25363 [  8959] By: jhi                                   on 2001/02/27  22:47:23
25364         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
25365              From: "Craig A. Berry" <craigberry@mac.com>
25366              Date: Tue, 27 Feb 2001 16:11:44 -0600
25367              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
25368      Branch: perl
25369            ! configure.com vms/descrip_mms.template
25370 ____________________________________________________________________________
25371 [  8958] By: jhi                                   on 2001/02/27  15:16:42
25372         Log: Update Changes.
25373      Branch: perl
25374            ! Changes patchlevel.h
25375 ____________________________________________________________________________
25376 [  8957] By: jhi                                   on 2001/02/27  06:15:07
25377         Log: Subject: [5.6.x] EPOC additions
25378              From: Olaf Flebbe <O.Flebbe@science-computing.de>
25379              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
25380              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
25381      Branch: maint-5.6/perl
25382            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
25383 ____________________________________________________________________________
25384 [  8956] By: jhi                                   on 2001/02/27  06:12:11
25385         Log: Subject: [perl-current] EPOC 
25386              From: Olaf Flebbe <O.Flebbe@science-computing.de>
25387              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
25388              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
25389      Branch: perl
25390            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
25391            ! epoc/epocish.c epoc/epocish.h pp_sys.c
25392 ____________________________________________________________________________
25393 [  8955] By: jhi                                   on 2001/02/27  05:59:50
25394         Log: Subject: Re: Compile with perlcc..
25395              From: Edward Peschko <edwardp@excitehome.net>
25396              Date: Mon, 26 Feb 2001 18:51:58 -0800
25397              Message-ID: <20010226185158.A9871@excitehome.net>
25398              
25399              plus add a simple usage message if no arguments given.
25400      Branch: perl
25401            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
25402            ! utils/Makefile utils/perlcc.PL win32/pod.mak
25403 ____________________________________________________________________________
25404 [  8954] By: nick                                  on 2001/02/26  21:02:59
25405         Log: Integrate mainline
25406      Branch: perlio
25407           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
25408           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
25409           !> t/op/sprintf.t
25410 ____________________________________________________________________________
25411 [  8953] By: jhi                                   on 2001/02/26  14:43:54
25412         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
25413              From: Nicholas Clark <nick@ccl4.org>
25414              Date: Mon, 26 Feb 2001 00:42:07 +0000
25415              Message-ID: <20010226004207.F23333@plum.flirble.org>
25416      Branch: perl
25417            ! pp_ctl.c
25418 ____________________________________________________________________________
25419 [  8952] By: jhi                                   on 2001/02/26  14:42:13
25420         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
25421              From: Simon Cozens <simon@netthink.co.uk>
25422              Date: Mon, 26 Feb 2001 12:23:48 +0000
25423              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
25424      Branch: perl
25425            ! pod/perlguts.pod
25426 ____________________________________________________________________________
25427 [  8951] By: jhi                                   on 2001/02/26  14:39:15
25428         Log: Subject: [PATCH] perlio - unknown layer
25429              From: Nicholas Clark <nick@ccl4.org>
25430              Date: Mon, 26 Feb 2001 00:27:19 +0000
25431              Message-ID: <20010226002719.E23333@plum.flirble.org>
25432      Branch: perl
25433            ! perlio.c
25434 ____________________________________________________________________________
25435 [  8950] By: jhi                                   on 2001/02/26  14:38:04
25436         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
25437              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
25438              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
25439              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
25440      Branch: perl
25441            ! t/op/bop.t
25442 ____________________________________________________________________________
25443 [  8949] By: jhi                                   on 2001/02/26  14:37:07
25444         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
25445              From: Peter Prymmer <pvhp@forte.com>
25446              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
25447              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
25448      Branch: perl
25449            ! lib/Test.pm
25450 ____________________________________________________________________________
25451 [  8948] By: jhi                                   on 2001/02/26  14:35:53
25452         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
25453              From: Radu Greab <radu@netsoft.ro>
25454              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
25455              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
25456      Branch: perl
25457            ! pod/perlop.pod
25458 ____________________________________________________________________________
25459 [  8947] By: jhi                                   on 2001/02/26  14:34:46
25460         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
25461              From: David Mitchell <davem@fdgroup.co.uk>
25462              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
25463              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
25464      Branch: perl
25465            ! run.c
25466 ____________________________________________________________________________
25467 [  8946] By: jhi                                   on 2001/02/26  14:32:37
25468         Log: Subject: Modified README.bs2000 
25469              From: Dorner Thomas <Thomas.Dorner@start.de>
25470              Date: Mon, 26 Feb 2001 09:22:17 +0100
25471              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
25472      Branch: perl
25473            ! README.bs2000
25474 ____________________________________________________________________________
25475 [  8945] By: jhi                                   on 2001/02/26  14:19:53
25476         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
25477              to maintperl, listing the known failures on the tests 129 and 130.
25478      Branch: maint-5.6/perl
25479           !> t/op/sprintf.t
25480 ____________________________________________________________________________
25481 [  8944] By: jhi                                   on 2001/02/26  14:14:15
25482         Log: Add more known sprintf failures.
25483      Branch: perl
25484            ! t/op/sprintf.t
25485 ____________________________________________________________________________
25486 [  8943] By: jhi                                   on 2001/02/26  13:56:22
25487         Log: perlglob.exe needs to be found in Win32, patch from
25488              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
25489              which needs external glob at mini-perl time."
25490      Branch: perl
25491            ! ext/Encode/compile
25492 ____________________________________________________________________________
25493 [  8942] By: jhi                                   on 2001/02/26  13:52:19
25494         Log: A missing dTHX from Vadim Konovalov.
25495      Branch: perl
25496            ! perlio.c
25497 ____________________________________________________________________________
25498 [  8941] By: jhi                                   on 2001/02/26  13:37:05
25499         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
25500      Branch: perl
25501            ! op.c
25502 ____________________________________________________________________________
25503 [  8940] By: jhi                                   on 2001/02/26  13:35:40
25504         Log: Integrate perlio.
25505      Branch: perl
25506           !> ext/Encode/Encode.pm
25507 ____________________________________________________________________________
25508 [  8939] By: nick                                  on 2001/02/25  23:47:09
25509         Log: Integrate mainline.
25510      Branch: perlio
25511           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
25512           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
25513 ____________________________________________________________________________
25514 [  8938] By: nick                                  on 2001/02/25  19:36:28
25515         Log: Encode implementations docs.
25516      Branch: perlio
25517            ! ext/Encode/Encode.pm
25518 ____________________________________________________________________________
25519 [  8937] By: jhi                                   on 2001/02/25  19:26:16
25520         Log: Script wasn't aligned with reality.
25521      Branch: perl
25522            ! t/pod/find.t
25523 ____________________________________________________________________________
25524 [  8936] By: jhi                                   on 2001/02/25  18:54:55
25525         Log: Update Changes.
25526      Branch: perl
25527            ! Changes patchlevel.h
25528 ____________________________________________________________________________
25529 [  8935] By: jhi                                   on 2001/02/25  18:46:36
25530         Log: Retract #8929,8930,8932,8933 for now.
25531      Branch: perl
25532            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
25533 ____________________________________________________________________________
25534 [  8934] By: jhi                                   on 2001/02/25  17:34:35
25535         Log: Integrate perlio.
25536      Branch: perl
25537           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
25538           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
25539           !> t/lib/encode.t
25540 ____________________________________________________________________________
25541 [  8933] By: jhi                                   on 2001/02/25  17:33:12
25542         Log: (Retracted by #8395.)
25543              
25544              Slight tweaks in scan_const(), not fixes yet, it seems like
25545              lots of work remains to be done...
25546      Branch: perl
25547            ! toke.c
25548 ____________________________________________________________________________
25549 [  8932] By: jhi                                   on 2001/02/25  17:27:11
25550         Log: (Retracted by #8395.)
25551              
25552              Missing from #8930.
25553      Branch: perl
25554            ! perl.h
25555 ____________________________________________________________________________
25556 [  8931] By: jhi                                   on 2001/02/25  17:26:19
25557         Log: A comment tweak.
25558      Branch: perl
25559            ! utf8.c
25560 ____________________________________________________________________________
25561 [  8930] By: jhi                                   on 2001/02/25  17:25:47
25562         Log: (Retracted by #8395.)
25563              
25564              Attempt to fix the EBCDIC character range problwm with //.
25565      Branch: perl
25566            ! regcomp.c
25567 ____________________________________________________________________________
25568 [  8929] By: jhi                                   on 2001/02/25  17:23:45
25569         Log: (Retracted by #8395.)
25570              
25571              Expand the EBCDIC character range tests, and add few nasty
25572              tr tests from Karsten Sperling.
25573      Branch: perl
25574            ! t/op/pat.t t/op/tr.t
25575 ____________________________________________________________________________
25576 [  8928] By: jhi                                   on 2001/02/25  17:18:49
25577         Log: Missing check-in.
25578      Branch: perl
25579            ! lib/Pod/Find.pm
25580 ____________________________________________________________________________
25581 [  8927] By: nick                                  on 2001/02/25  11:30:22
25582         Log: Change method names in Encode implementation classes to something
25583              less confusing (preparing to "go public").
25584      Branch: perlio
25585            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
25586 ____________________________________________________________________________
25587 [  8926] By: nick                                  on 2001/02/25  10:53:24
25588         Log: GCC __atribute__ / printf fix
25589      Branch: perlio
25590            ! perl.h
25591 ____________________________________________________________________________
25592 [  8925] By: nick                                  on 2001/02/25  10:52:25
25593         Log: Checked in the wrong one ...
25594      Branch: perlio
25595            ! ext/Encode/Encode.pm
25596 ____________________________________________________________________________
25597 [  8924] By: nick                                  on 2001/02/24  18:46:51
25598         Log: Integrate mainline - to see what Jarkko has in ...
25599      Branch: perlio
25600           +> t/pod/testpods/lib/Pod/Stuff.pm
25601           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
25602 ____________________________________________________________________________
25603 [  8923] By: nick                                  on 2001/02/24  17:05:23
25604         Log: Encode API documentation nd tidy up.
25605              Minor additions to test.
25606              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
25607              Adds STRLEN to standard typemap.
25608      Branch: perlio
25609            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
25610            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
25611 ____________________________________________________________________________
25612 [  8922] By: jhi                                   on 2001/02/24  16:38:12
25613         Log: Add a test for the "character range should match in EBCDIC
25614              if specified using explicit numerics" bug found by Karsten
25615              Sperling.
25616      Branch: perl
25617            ! t/op/pat.t
25618 ____________________________________________________________________________
25619 [  8921] By: jhi                                   on 2001/02/24  16:30:16
25620         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
25621              From: schwern@pobox.com
25622              Date: Fri, 23 Feb 2001 03:21:37 -0500
25623              Message-ID: <20010223032137.A26022@magnonel.guild.net>
25624              
25625              plus Charles Lane's fixes, plus tweaks.
25626      Branch: perl
25627            + t/pod/testpods/lib/Pod/Stuff.pm
25628            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
25629 ____________________________________________________________________________
25630 [  8920] By: nick                                  on 2001/02/24  10:30:11
25631         Log: Integrate mainline
25632      Branch: perlio
25633           !> (integrate 33 files)
25634 ____________________________________________________________________________
25635 [  8919] By: jhi                                   on 2001/02/24  00:23:35
25636         Log: Subject: Re: I'm losing the war...
25637              From: "Vadim Konovalov" <watman@inbox.ru>
25638              Date: Sat, 24 Feb 2001 00:10:14 +0300
25639              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
25640              
25641              hv_store() not working correctly in ENV_IS_CASELESS case.
25642      Branch: perl
25643            ! hv.c
25644 ____________________________________________________________________________
25645 [  8918] By: jhi                                   on 2001/02/24  00:20:09
25646         Log: Subject: Re: [PATCH] fix for charnames above FFFF
25647              From: andreas.koenig@anima.de (Andreas J. Koenig)
25648              Date: 23 Feb 2001 02:39:03 +0100
25649              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
25650              
25651              A further efficiency tweak.
25652      Branch: perl
25653            ! lib/charnames.pm
25654 ____________________________________________________________________________
25655 [  8917] By: jhi                                   on 2001/02/23  20:27:51
25656         Log: Integrate change #8916 from mainline,
25657              do away with USE_WIN32_RTL_ENV.
25658      Branch: maint-5.6/perl
25659           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
25660 ____________________________________________________________________________
25661 [  8916] By: jhi                                   on 2001/02/23  20:02:25
25662         Log: Abolish USE_WIN32_RTL_ENV.
25663      Branch: perl
25664            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
25665 ____________________________________________________________________________
25666 [  8915] By: jhi                                   on 2001/02/23  19:36:00
25667         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
25668              later protected by some #define.
25669      Branch: perl
25670            ! gv.c
25671 ____________________________________________________________________________
25672 [  8914] By: jhi                                   on 2001/02/23  19:31:38
25673         Log: Retract #8902 for now, requested by Charles Lane, the correct
25674              fix will be something else.
25675      Branch: perl
25676            ! op.c
25677 ____________________________________________________________________________
25678 [  8913] By: jhi                                   on 2001/02/23  19:11:36
25679         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
25680              From: Peter Prymmer <pvhp@forte.com>
25681              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
25682              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
25683      Branch: perl
25684            ! t/op/lex_assign.t
25685 ____________________________________________________________________________
25686 [  8912] By: jhi                                   on 2001/02/23  18:38:20
25687         Log: Subject: [patch] perlio + useithreads
25688              From: Doug MacEachern <dougm@covalent.net>
25689              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
25690              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
25691              
25692              Gets things running but not complete.
25693      Branch: perl
25694            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
25695 ____________________________________________________________________________
25696 [  8911] By: jhi                                   on 2001/02/23  04:20:02
25697         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
25698              
25699              Duplicated environment freeing, File::Temp 0.12,
25700              op/append portability (EBCDIC) tweak.
25701      Branch: maint-5.6/perl
25702           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25703           !> t/op/append.t
25704 ____________________________________________________________________________
25705 [  8910] By: jhi                                   on 2001/02/23  02:07:33
25706         Log: Integrate change #8909 from mainline, a better Borland
25707              putenv() workaround.
25708      Branch: maint-5.6/perl
25709           !> perl.c
25710 ____________________________________________________________________________
25711 [  8909] By: jhi                                   on 2001/02/23  02:05:46
25712         Log: A better workaround for Borland putenv() brokenness from Sarathy.
25713      Branch: perl
25714            ! perl.c
25715 ____________________________________________________________________________
25716 [  8908] By: jhi                                   on 2001/02/23  02:04:14
25717         Log: Subject: fix for parameter -Dm (for perl@8867)
25718              From: "Vadim Konovalov" <watman@inbox.ru>
25719              Date: Thu, 22 Feb 2001 17:30:12 +0300
25720              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
25721      Branch: perl
25722            ! perl.h
25723 ____________________________________________________________________________
25724 [  8907] By: jhi                                   on 2001/02/23  01:58:20
25725         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
25726              From: Peter Prymmer <pvhp@forte.com>
25727              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
25728              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
25729      Branch: perl
25730            ! t/op/append.t
25731 ____________________________________________________________________________
25732 [  8906] By: jhi                                   on 2001/02/23  01:48:34
25733         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
25734      Branch: perl
25735            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
25736 ____________________________________________________________________________
25737 [  8905] By: jhi                                   on 2001/02/23  01:43:30
25738         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
25739              From: Peter Prymmer <pvhp@forte.com>
25740              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
25741              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
25742      Branch: perl
25743            ! t/lib/st-06compat.t
25744 ____________________________________________________________________________
25745 [  8904] By: jhi                                   on 2001/02/23  01:42:39
25746         Log: Metaconfig unit change for #8903.
25747      Branch: metaconfig/U/perl
25748            ! Devel.U
25749 ____________________________________________________________________________
25750 [  8903] By: jhi                                   on 2001/02/23  01:42:12
25751         Log: Be more helpful for devel builders, suggested by John L. Allen.
25752      Branch: perl
25753            ! Configure
25754 ____________________________________________________________________________
25755 [  8902] By: jhi                                   on 2001/02/23  01:37:41
25756         Log: (Retracted by #8914)
25757              (Wrongly, reinstated by #8941)             
25758
25759              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
25760              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25761              Date:     Thu, 22 Feb 2001 09:43:57 EST
25762              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
25763      Branch: perl
25764            ! op.c
25765 ____________________________________________________________________________
25766 [  8901] By: jhi                                   on 2001/02/23  01:20:32
25767         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
25768              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25769              Date:     Thu, 22 Feb 2001 08:01:35 EST
25770              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
25771      Branch: perl
25772            ! malloc.c
25773 ____________________________________________________________________________
25774 [  8900] By: jhi                                   on 2001/02/23  01:18:02
25775         Log: Integrate changes #8898,8899 from mainline, environ handling.
25776      Branch: maint-5.6/perl
25777           !> perl.c
25778 ____________________________________________________________________________
25779 [  8899] By: jhi                                   on 2001/02/23  01:16:25
25780         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
25781              putenv() is not to be relied on, they are either broken or leaky
25782              or both.)
25783      Branch: perl
25784            ! perl.c
25785 ____________________________________________________________________________
25786 [  8898] By: jhi                                   on 2001/02/22  23:36:59
25787         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
25788              and safesysfree() must be used.
25789      Branch: perl
25790            ! perl.c
25791 ____________________________________________________________________________
25792 [  8897] By: jhi                                   on 2001/02/22  23:25:45
25793         Log: With environ one must use safesysmalloc()/safesysfree().
25794      Branch: perl
25795            ! perl.c
25796 ____________________________________________________________________________
25797 [  8896] By: jhi                                   on 2001/02/22  22:13:18
25798         Log: If we have a duplicated environment free it
25799              if PERL_DESTRUCT_LEVEL.
25800      Branch: perl
25801            ! perl.c
25802 ____________________________________________________________________________
25803 [  8895] By: alanbur                               on 2001/02/22  19:31:57
25804         Log: Synchronised with parent
25805      Branch: maint-5.6/pureperl
25806           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
25807 ____________________________________________________________________________
25808 [  8894] By: gsar                                  on 2001/02/22  19:06:18
25809         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
25810              
25811              fix memory leak in method call optimization (change#3768);
25812              made C<eval "$x->foo()"> leak
25813              
25814              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
25815      Branch: maint-5.6/perl
25816           !> op.c
25817 ____________________________________________________________________________
25818 [  8893] By: jhi                                   on 2001/02/22  18:35:27
25819         Log: (Retracted by #8915.)
25820              
25821              Third Degree finding:
25822              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
25823      Branch: perl
25824            ! gv.c
25825 ____________________________________________________________________________
25826 [  8892] By: jhi                                   on 2001/02/22  14:28:32
25827         Log: Update Changes.
25828      Branch: perl
25829            ! Changes patchlevel.h
25830 ____________________________________________________________________________
25831 [  8891] By: jhi                                   on 2001/02/22  13:22:45
25832         Log: Metaconfig unit changes for #8890.
25833      Branch: metaconfig
25834            ! U/modified/Cppsym.U U/threads/archname.U
25835 ____________________________________________________________________________
25836 [  8890] By: jhi                                   on 2001/02/22  13:22:12
25837         Log: Add -stdio to the archname if no perlio selected,
25838              no -perlio added since that is now the default.
25839              
25840              Add few CPUs/architectures to the Cppsym scan.
25841      Branch: perl
25842            ! Configure config_h.SH
25843 ____________________________________________________________________________
25844 [  8889] By: jhi                                   on 2001/02/22  13:05:59
25845         Log: Metaconfig unit change for #8888.
25846      Branch: metaconfig/U/perl
25847            ! useperlio.U
25848 ____________________________________________________________________________
25849 [  8888] By: jhi                                   on 2001/02/22  13:05:28
25850         Log: *drum roll*  Make perlio the default.
25851      Branch: perl
25852            ! Configure config_h.SH
25853 ____________________________________________________________________________
25854 [  8887] By: jhi                                   on 2001/02/22  12:50:52
25855         Log: Integrate change #8665 from maintperl to mainline,
25856              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
25857      Branch: perl
25858           !> ext/POSIX/POSIX.xs
25859 ____________________________________________________________________________
25860 [  8886] By: jhi                                   on 2001/02/22  12:49:24
25861         Log: Integrate changes #8883,8884 from mainline to maintperl.
25862              
25863              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
25864              Subject: Re: File::Temp::_gettemp warning
25865      Branch: maint-5.6/perl
25866           !> embed.h embed.pl lib/File/Temp.pm
25867 ____________________________________________________________________________
25868 [  8885] By: jhi                                   on 2001/02/22  12:43:59
25869         Log: Based on
25870              
25871              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
25872              From: schwab@suse.de
25873              Date: Thu, 22 Feb 2001 13:08:09 +0100
25874              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
25875              
25876              but the fix done slightly differently because the other
25877              half was already done in #8664.
25878      Branch: maint-5.6/perl
25879            ! ext/POSIX/POSIX.xs
25880 ____________________________________________________________________________
25881 [  8884] By: jhi                                   on 2001/02/22  12:37:15
25882         Log: Subject: Re: File::Temp::_gettemp warning
25883              From: Tim Jenness <t.jenness@jach.hawaii.edu>
25884              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
25885              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
25886              
25887              This patch to File::Temp does two things:
25888              
25889              1. Fixes the problem with CGI::Carp when determining
25890              the Fcntl constants
25891              
25892              2. Removes most of the carps and consolidates them so that all the
25893              reasons are included in a single die that is caught by the test. This
25894              means that the correct skipping behaviour is displayed by the test.
25895      Branch: perl
25896            ! lib/File/Temp.pm
25897 ____________________________________________________________________________
25898 [  8883] By: jhi                                   on 2001/02/22  12:29:19
25899         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
25900              From: Peter Prymmer <pvhp@forte.com>
25901              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
25902              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
25903      Branch: perl
25904            ! embed.h embed.pl
25905 ____________________________________________________________________________
25906 [  8882] By: jhi                                   on 2001/02/21  19:41:33
25907         Log: Integrate change #8881 from mainlin to maintperl.
25908              
25909              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
25910      Branch: maint-5.6/perl
25911           !> op.c
25912 ____________________________________________________________________________
25913 [  8881] By: jhi                                   on 2001/02/21  19:38:57
25914         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
25915              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
25916              Date:     Wed, 21 Feb 2001 13:08:03 EST
25917              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
25918      Branch: perl
25919            ! op.c
25920 ____________________________________________________________________________
25921 [  8880] By: jhi                                   on 2001/02/21  19:34:34
25922         Log: Retract #8875, cannot let go of the old semantics of unpack U
25923              without rethinking utf8decode.t.
25924      Branch: perl
25925            ! pp.c t/op/pack.t
25926 ____________________________________________________________________________
25927 [  8879] By: jhi                                   on 2001/02/21  19:08:02
25928         Log: Run run/*.t also in minitest.
25929      Branch: perl
25930            ! Makefile.SH
25931 ____________________________________________________________________________
25932 [  8878] By: nick                                  on 2001/02/21  18:55:37
25933         Log: Integrate mainline
25934      Branch: perlio
25935           !> (integrate 76 files)
25936 ____________________________________________________________________________
25937 [  8877] By: jhi                                   on 2001/02/21  15:09:33
25938         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
25939      Branch: metaconfig
25940            ! U/compline/nblock_io.U
25941      Branch: perl
25942            ! Configure config_h.SH
25943 ____________________________________________________________________________
25944 [  8876] By: jhi                                   on 2001/02/21  14:54:45
25945         Log: If no sfio, no -lsfio.
25946      Branch: metaconfig/U/perl
25947            ! d_sfio.U
25948      Branch: perl
25949            ! Configure config_h.SH
25950 ____________________________________________________________________________
25951 [  8875] By: jhi                                   on 2001/02/21  14:54:00
25952         Log: Make unpack C and unpack C truly equivalent.
25953      Branch: perl
25954            ! pp.c t/op/pack.t
25955 ____________________________________________________________________________
25956 [  8874] By: jhi                                   on 2001/02/21  14:26:02
25957         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
25958              From: Peter Prymmer <pvhp@forte.com>
25959              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
25960              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
25961      Branch: perl
25962            ! pod/perlport.pod
25963 ____________________________________________________________________________
25964 [  8873] By: jhi                                   on 2001/02/21  14:24:31
25965         Log: Subject: [PATCH] fix for charnames above FFFF
25966              From: andreas.koenig@anima.de (Andreas J. Koenig)
25967              Date: 21 Feb 2001 07:05:45 +0100
25968              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
25969      Branch: perl
25970            ! lib/charnames.pm t/lib/charnames.t
25971 ____________________________________________________________________________
25972 [  8872] By: jhi                                   on 2001/02/21  14:15:25
25973         Log: Integrate change #8868 from pureperl to mainline.
25974              
25975              Fixed reference count loop caused by sv_magic.
25976      Branch: perl
25977           !> sv.c
25978 ____________________________________________________________________________
25979 [  8871] By: jhi                                   on 2001/02/21  14:07:29
25980         Log: Integrate change #8868 from pureperl to maintperl.
25981              
25982              Fixed reference count loop caused by sv_magic.
25983      Branch: maint-5.6/perl
25984           !> sv.c
25985 ____________________________________________________________________________
25986 [  8870] By: jhi                                   on 2001/02/21  14:04:41
25987         Log: Put back the #8840, it was innocent.
25988      Branch: perl
25989            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
25990            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
25991 ____________________________________________________________________________
25992 [  8869] By: jhi                                   on 2001/02/21  14:00:03
25993         Log: unpack("C", ...) was left slightly unfinished by #8865.
25994      Branch: perl
25995            ! pp.c t/op/pack.t
25996 ____________________________________________________________________________
25997 [  8868] By: alanbur                               on 2001/02/21  01:33:45
25998         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
25999              from gv_fetchpv to create single-character magic variables (e.g. $!),
26000              and it is passed a sv and the gv that contains the sv as the mg_obj
26001              value.  When sv_magic stores the mg_obj pointer it increments the gv
26002              refcount, thus causing a sv-gv pair that can't be freed.  There is
26003              already a check for sv == obj which is used to prevent such reference
26004              loops.  This change extends the check to cover the case described above.
26005      Branch: maint-5.6/pureperl
26006            ! sv.c
26007 ____________________________________________________________________________
26008 [  8867] By: jhi                                   on 2001/02/21  00:52:39
26009         Log: Update Changes.
26010      Branch: perl
26011            ! Changes patchlevel.h
26012 ____________________________________________________________________________
26013 [  8866] By: jhi                                   on 2001/02/21  00:34:20
26014         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
26015              (Note: there were some conflicts due to EBCDIC and EPOC
26016              patches, in general I preferred the repository code.)
26017              (When 2.753 comes out, we need to synchronize.)
26018      Branch: perl
26019            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
26020            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
26021            ! t/lib/cgi-html.t
26022 ____________________________________________________________________________
26023 [  8865] By: jhi                                   on 2001/02/21  00:24:22
26024         Log: Make pack("C", 0x100) to create Unicode, unless under the
26025              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
26026              will understand Unicode, unless you under know what.
26027      Branch: perl
26028            ! pp.c t/op/pack.t t/op/qu.t
26029 ____________________________________________________________________________
26030 [  8864] By: alanbur                               on 2001/02/20  22:35:34
26031         Log: Resynchronised with parent
26032      Branch: maint-5.6/pureperl
26033           !> README.win32 ext/GDBM_File/GDBM_File.pm
26034           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
26035           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
26036           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
26037           !> t/lib/sdbm.t util.c
26038 ____________________________________________________________________________
26039 [  8863] By: jhi                                   on 2001/02/20  20:55:11
26040         Log: Integrate change #8860,8861 from mainline into maintperl.
26041              
26042              "pseudo-literal j"
26043              
26044              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
26045      Branch: maint-5.6/perl
26046           !> lib/Test.pm pod/perlop.pod
26047 ____________________________________________________________________________
26048 [  8862] By: jhi                                   on 2001/02/20  20:30:07
26049         Log: Don't do casting between pointers pointing to differently sized
26050              integers.
26051      Branch: perl
26052            ! hv.c sv.c
26053 ____________________________________________________________________________
26054 [  8861] By: jhi                                   on 2001/02/20  19:53:44
26055         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
26056              From: Peter Prymmer <pvhp@forte.com>
26057              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
26058              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
26059      Branch: perl
26060            ! lib/Test.pm
26061 ____________________________________________________________________________
26062 [  8860] By: jhi                                   on 2001/02/20  19:48:02
26063         Log: "pseudo-literal j", a documentation glitch reported to Debian.
26064              The text recovered from Perl 5.005_03, and pseudo-literal replaced
26065              by "backtick string".
26066      Branch: perl
26067            ! pod/perlop.pod
26068 ____________________________________________________________________________
26069 [  8859] By: jhi                                   on 2001/02/20  19:15:46
26070         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
26071              from Chris Nandor.
26072      Branch: perl
26073            ! makedef.pl
26074 ____________________________________________________________________________
26075 [  8858] By: jhi                                   on 2001/02/20  17:36:53
26076         Log: Integrate pureperl changes #8844,8845,8850 to mainline
26077              (via maintperl #8855).
26078              
26079              Fixed %^H scoping bug
26080              
26081              Removed GV <-> CV refcount loop
26082              
26083              Removed %ENV refcount loop
26084      Branch: perl
26085           !> gv.c op.c perl.c pp.c scope.c
26086 ____________________________________________________________________________
26087 [  8857] By: jhi                                   on 2001/02/20  17:34:32
26088         Log: Integrate changes #8853,8854 from maintperl to mainline.
26089              
26090              EBDIC fixes, README.win32 Borland update.
26091      Branch: perl
26092           !> README.win32 handy.h util.c
26093 ____________________________________________________________________________
26094 [  8856] By: jhi                                   on 2001/02/20  17:33:16
26095         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
26096      Branch: maint-5.6/perl
26097           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
26098           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
26099           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
26100 ____________________________________________________________________________
26101 [  8855] By: jhi                                   on 2001/02/20  17:32:13
26102         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
26103              
26104              Fixed %^H scoping bug
26105              
26106              Removed GV <-> CV refcount loop
26107              
26108              Removed %ENV refcount loop
26109      Branch: maint-5.6/perl
26110           !> gv.c op.c perl.c pp.c scope.c
26111 ____________________________________________________________________________
26112 [  8854] By: jhi                                   on 2001/02/20  17:25:06
26113         Log: Subject: Addition to readme.win32 for Borland C++ compilers
26114              Date: Tue, 20 Feb 2001 02:15:25 +0300
26115              From: "Vadim Konovalov" <watman@inbox.ru>
26116              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
26117              
26118              Document Borland compiler misbehaviour.
26119      Branch: maint-5.6/perl
26120            ! README.win32
26121 ____________________________________________________________________________
26122 [  8853] By: jhi                                   on 2001/02/20  17:22:25
26123         Log: The assimilation of ebcdic.c didn't quite work at the first try,
26124              patches from Thomas Dorner.
26125      Branch: maint-5.6/perl
26126            ! handy.h util.c
26127 ____________________________________________________________________________
26128 [  8852] By: jhi                                   on 2001/02/20  17:20:15
26129         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
26130              From: Chris Nandor <pudge@pobox.com>
26131              Date: Tue, 20 Feb 2001 08:32:45 -0500
26132              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
26133      Branch: maint-5.6/perl
26134            ! makedef.pl mg.c
26135 ____________________________________________________________________________
26136 [  8851] By: jhi                                   on 2001/02/20  17:15:52
26137         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
26138      Branch: perl
26139            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
26140            ! t/lib/filter-util.t
26141 ____________________________________________________________________________
26142 [  8850] By: alanbur                               on 2001/02/20  17:12:40
26143         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
26144              and the magic pointer points back to the GV that contains the
26145              %ENV hash.  This creates a refcount loop that prevents members
26146              of %ENV from being freed correctly.  This change removes the
26147              refcount loop - the magic pointer was never used anyway, the
26148              only use of the magic was to check the type ('E') so that the
26149              appropriate environment manipulation code is called when %ENV
26150              is modified.
26151      Branch: maint-5.6/pureperl
26152            ! perl.c
26153 ____________________________________________________________________________
26154 [  8849] By: jhi                                   on 2001/02/20  17:12:20
26155         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
26156              From: "Craig A. Berry" <craigberry@mac.com>
26157              Date: Mon, 19 Feb 2001 23:36:12 -0600
26158              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
26159              
26160              Case-forgiving systems match TestInit.pm with TES*.
26161      Branch: perl
26162            ! t/lib/glob-basic.t
26163 ____________________________________________________________________________
26164 [  8848] By: jhi                                   on 2001/02/20  17:10:02
26165         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
26166      Branch: perl
26167            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
26168            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
26169            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
26170 ____________________________________________________________________________
26171 [  8847] By: jhi                                   on 2001/02/20  15:34:41
26172         Log: The #8843 wasn't quite right: %Config needs to imported.
26173      Branch: perl
26174            ! t/run/runenv.t
26175 ____________________________________________________________________________
26176 [  8846] By: jhi                                   on 2001/02/20  15:31:50
26177         Log: Retract the #8838 and #8840 for now because of
26178              the DB_File tie problem.
26179      Branch: perl
26180            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
26181            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
26182            ! proto.h sv.c
26183 ____________________________________________________________________________
26184 [  8845] By: alanbur                               on 2001/02/20  14:25:41
26185         Log: Removed GV <-> CV refcount loop
26186              CvGV(mycv) points to the parent GV of the CV, and was previously
26187              refcounted.  The pointer remains, but the refcounting has been removed
26188              as it causes a refcount loop between the CV and GV that means the CV
26189              can't ever be deleted.
26190      Branch: maint-5.6/pureperl
26191            ! gv.c op.c pp.c
26192 ____________________________________________________________________________
26193 [  8844] By: alanbur                               on 2001/02/20  14:23:13
26194         Log: Fixed %^H scoping bug
26195      Branch: maint-5.6/pureperl
26196            ! scope.c
26197 ____________________________________________________________________________
26198 [  8843] By: jhi                                   on 2001/02/19  13:38:08
26199         Log: fork() not everywhere, cleanup temp files.
26200      Branch: perl
26201            ! t/run/runenv.t
26202 ____________________________________________________________________________
26203 [  8842] By: alanbur                               on 2001/02/19  12:42:07
26204         Log: Resynchronised with parent
26205      Branch: maint-5.6/pureperl
26206           !> pod/perlfaq4.pod sv.c utf8.c
26207 ____________________________________________________________________________
26208 [  8841] By: jhi                                   on 2001/02/19  03:35:51
26209         Log: Update Changes.
26210      Branch: perl
26211            ! Changes patchlevel.h
26212 ____________________________________________________________________________
26213 [  8840] By: jhi                                   on 2001/02/19  00:23:41
26214         Log: Subject: [patch] add sv_setref_uv
26215              From: Doug MacEachern <dougm@covalent.net>
26216              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
26217              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
26218      Branch: perl
26219            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
26220            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
26221 ____________________________________________________________________________
26222 [  8839] By: jhi                                   on 2001/02/19  00:01:38
26223         Log: Put to rest the 20010205.001, the email address checking (not) regex.
26224      Branch: perl
26225            ! pod/perlfaq9.pod
26226 ____________________________________________________________________________
26227 [  8838] By: jhi                                   on 2001/02/18  22:17:54
26228         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
26229              From: Doug MacEachern <dougm@covalent.net>
26230              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
26231              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
26232      Branch: perl
26233            ! lib/ExtUtils/xsubpp
26234 ____________________________________________________________________________
26235 [  8837] By: jhi                                   on 2001/02/18  22:16:50
26236         Log: Subject: [patch] -Wall cleanup round 2
26237              From: Doug MacEachern <dougm@covalent.net>
26238              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
26239              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
26240      Branch: perl
26241            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
26242            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
26243            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
26244            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
26245            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
26246            ! ext/SDBM_File/SDBM_File.xs
26247 ____________________________________________________________________________
26248 [  8836] By: jhi                                   on 2001/02/18  22:11:20
26249         Log: Misapplied regex optimizations when \C is present.
26250              Fixes 20001230.002.
26251              
26252              What still remains broken is that the submatches that
26253              have \C in them get their UTF8 flag on because their
26254              parent SV has it on.  This will result in malformed
26255              UTF8 if a \C happened to match a non-ASCII byte.
26256      Branch: perl
26257            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
26258            ! t/pragma/utf8.t
26259 ____________________________________________________________________________
26260 [  8835] By: jhi                                   on 2001/02/18  20:12:02
26261         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
26262              
26263              The hash key got wrongly UTF8fied.
26264      Branch: perl
26265            ! pod/perlapi.pod toke.c utf8.c
26266 ____________________________________________________________________________
26267 [  8834] By: jhi                                   on 2001/02/18  19:44:25
26268         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
26269              don't warn on magical or overloaded things.
26270      Branch: perl
26271            ! pp_hot.c
26272 ____________________________________________________________________________
26273 [  8833] By: nick                                  on 2001/02/18  19:31:22
26274         Log: Integrate mainline
26275      Branch: perlio
26276           +> t/TestInit.pm t/run/runenv.t
26277            - t/UTEST
26278           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
26279           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
26280           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
26281           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
26282           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
26283           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
26284           !> utf8.c
26285 ____________________________________________________________________________
26286 [  8832] By: jhi                                   on 2001/02/18  19:21:18
26287         Log: Integrate perlio.
26288      Branch: perl
26289           !> perlio.c pod/perldiag.pod
26290 ____________________________________________________________________________
26291 [  8831] By: jhi                                   on 2001/02/18  19:14:20
26292         Log: Integrate change #8827 from mainline.
26293              
26294              UTF8 tweaks.
26295      Branch: maint-5.6/perl
26296           !> sv.c utf8.c
26297 ____________________________________________________________________________
26298 [  8830] By: nick                                  on 2001/02/18  19:10:34
26299         Log: Apply the spirit of patch from Nick Clark:
26300              Subject: [PATCH] Re: extensions that provide layers
26301              From: Nicholas Clark <nick@ccl4.org>
26302              Date: Mon, 12 Feb 2001 16:43:51 +0000
26303              Message-Id: <20010212164350.Q3652@plum.flirble.org>
26304      Branch: perlio
26305            ! perlio.c pod/perldiag.pod
26306 ____________________________________________________________________________
26307 [  8829] By: jhi                                   on 2001/02/18  19:03:25
26308         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
26309              From: schwern@pobox.com 
26310              Date: Sun, 18 Feb 2001 13:44:35 -0500
26311              Message-ID: <20010218134435.A17544@magnonel.guild.net>
26312              
26313              Applied, but as t/TestInit.pm.
26314      Branch: perl
26315            + t/TestInit.pm
26316            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
26317            ! t/op/subst_wamp.t
26318 ____________________________________________________________________________
26319 [  8828] By: jhi                                   on 2001/02/18  18:43:52
26320         Log: Integrate perlio.
26321      Branch: perl
26322           !> perlio.c
26323 ____________________________________________________________________________
26324 [  8827] By: jhi                                   on 2001/02/18  18:41:33
26325         Log: UTF-8 tweaks.
26326      Branch: perl
26327            ! sv.c utf8.c
26328 ____________________________________________________________________________
26329 [  8826] By: nick                                  on 2001/02/18  17:40:59
26330         Log: Fix [ID 20010217.002]
26331              open FOO, "<:raw:perlio", ...
26332              :raw now inserts default base layer below itself.
26333              Also
26334              open FOO, "<:unix", ...
26335              works as well - but leaves buffer layer on stack under the unix layer.
26336      Branch: perlio
26337            ! perlio.c
26338 ____________________________________________________________________________
26339 [  8825] By: jhi                                   on 2001/02/18  17:15:39
26340         Log: Integrate perlio.
26341      Branch: perl
26342           !> perlio.c perliol.h
26343 ____________________________________________________________________________
26344 [  8824] By: jhi                                   on 2001/02/18  17:10:53
26345         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
26346              From: schwern@pobox.com
26347              Date: Sun, 18 Feb 2001 01:48:50 -0500
26348              Message-ID: <20010218014850.C19957@magnonel.guild.net>
26349      Branch: perl
26350            ! lib/Test/Harness.pm t/TEST t/op/chop.t
26351 ____________________________________________________________________________
26352 [  8823] By: jhi                                   on 2001/02/18  17:01:06
26353         Log: Add run/*.t to testables.
26354      Branch: perl
26355            ! t/TEST
26356 ____________________________________________________________________________
26357 [  8822] By: jhi                                   on 2001/02/18  16:58:58
26358         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
26359              From: schwern@pobox.com
26360              Date: Sun, 18 Feb 2001 01:11:35 -0500
26361              Message-ID: <20010218011135.A19957@magnonel.guild.net>
26362              
26363              Revive mjd's and Simon's PERL5OPT fix.
26364      Branch: perl
26365            + t/run/runenv.t
26366            ! MANIFEST perl.c
26367 ____________________________________________________________________________
26368 [  8821] By: jhi                                   on 2001/02/18  16:53:46
26369         Log: Subject: Re: Why t/TEST and not Test::Harness?
26370              From: schwern@pobox.com
26371              Date: Sat, 17 Feb 2001 22:44:44 -0500
26372              Message-ID: <20010217224444.A6679@magnonel.guild.net>
26373              
26374              Replace UTEST with TEST -utf8.
26375      Branch: perl
26376            - t/UTEST
26377            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
26378            ! t/lib/glob-basic.t
26379 ____________________________________________________________________________
26380 [  8820] By: nick                                  on 2001/02/18  13:06:16
26381         Log: Clean up a few core dumps when layers are used in unexpected ways.
26382              (Still not "right"...)
26383      Branch: perlio
26384            ! perlio.c perliol.h
26385 ____________________________________________________________________________
26386 [  8819] By: jhi                                   on 2001/02/18  02:25:55
26387         Log: Integrate change #8818 from maintperl, a FAQ nit.
26388      Branch: perl
26389           !> pod/perlfaq4.pod
26390 ____________________________________________________________________________
26391 [  8818] By: jhi                                   on 2001/02/18  02:24:50
26392         Log: FAQ nit from Chris Fedde.
26393      Branch: maint-5.6/perl
26394            ! pod/perlfaq4.pod
26395 ____________________________________________________________________________
26396 [  8817] By: nick                                  on 2001/02/17  18:20:14
26397         Log: Integrate mainline
26398      Branch: perlio
26399           +> lib/unicode/UCD.html lib/unicode/Unicode.html
26400           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
26401           +> pod/perlclib.pod
26402            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
26403            - lib/unicode/Unicode.301
26404           !> (integrate 324 files)
26405 ____________________________________________________________________________
26406 [  8816] By: jhi                                   on 2001/02/17  16:56:58
26407         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
26408      Branch: perl
26409            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
26410            ! ext/Storable/Storable.xs t/lib/st-06compat.t
26411            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
26412 ____________________________________________________________________________
26413 [  8815] By: jhi                                   on 2001/02/17  16:40:07
26414         Log: Subject: [patch] -Wall
26415              From: Doug MacEachern <dougm@covalent.net>
26416              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
26417              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
26418      Branch: perl
26419            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
26420            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
26421 ____________________________________________________________________________
26422 [  8814] By: jhi                                   on 2001/02/16  19:27:18
26423         Log: Document qu better.
26424      Branch: perl
26425            ! pod/perlop.pod
26426 ____________________________________________________________________________
26427 [  8813] By: jhi                                   on 2001/02/15  13:54:37
26428         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
26429              From: Hugo <hv@crypt.compulink.co.uk>
26430              Date: Thu, 15 Feb 2001 13:39:49 +0000
26431              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
26432      Branch: perl
26433            ! toke.c
26434 ____________________________________________________________________________
26435 [  8812] By: alanbur                               on 2001/02/15  13:52:16
26436         Log: Resynchronised with parent
26437      Branch: maint-5.6/pureperl
26438            - ebcdic.c
26439           !> (integrate 36 files)
26440 ____________________________________________________________________________
26441 [  8811] By: jhi                                   on 2001/02/15  13:51:16
26442         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
26443              
26444              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
26445              From: Jan Dubois <JanD@ActiveState.com>
26446              Date: Wed, 31 Jan 2001 21:17:03 -0800
26447              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
26448              
26449              tweak change#8659 to keep it simple
26450              
26451              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
26452              From: Russ Allbery <rra@stanford.edu>
26453              Date: 14 Feb 2001 10:15:41 -0800
26454              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
26455              
26456              (8809 empty)
26457
26458              Upgrade to podlators 1.08, from Russ Allbery.
26459      Branch: perl
26460           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
26461           !> utils/perldoc.PL
26462 ____________________________________________________________________________
26463 [  8810] By: jhi                                   on 2001/02/15  13:35:08
26464         Log: Upgrade to podlators 1.08, from Russ Allbery.
26465      Branch: maint-5.6/perl
26466            ! lib/Pod/Man.pm lib/Pod/Text.pm
26467 ____________________________________________________________________________
26468 [  8809] By: jhi                                   on 2001/02/15  13:26:38
26469         Log: (accidentally empty check-in)
26470      Branch: maint-5.6/perl
26471            ! lib/Test/Harness.pm
26472 ____________________________________________________________________________
26473 [  8808] By: jhi                                   on 2001/02/15  13:23:47
26474         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
26475              From: Russ Allbery <rra@stanford.edu>
26476              Date: 14 Feb 2001 10:15:41 -0800
26477              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
26478              
26479              perldoc was hardcoding $Config{installscript}, which breaks
26480              when install* isn't where Perl ends up (such as with AFS).
26481              
26482              Use $Config{scriptdir} instead.
26483      Branch: maint-5.6/perl
26484            ! utils/perldoc.PL
26485 ____________________________________________________________________________
26486 [  8807] By: jhi                                   on 2001/02/14  14:37:27
26487         Log: Update Changes.
26488      Branch: perl
26489            ! Changes patchlevel.h
26490 ____________________________________________________________________________
26491 [  8806] By: jhi                                   on 2001/02/14  14:25:31
26492         Log: Integrate changes #8803,8804,8805 from mainline.
26493              
26494              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
26495              
26496              Don't skip too much of the locale error message if no environ array,
26497              from Chris Nandor.
26498              
26499              More MacOS Classic fixes from Chris Nandor.
26500      Branch: maint-5.6/perl
26501           !> doop.c lib/Cwd.pm perl.c perl.h util.c
26502 ____________________________________________________________________________
26503 [  8805] By: jhi                                   on 2001/02/14  03:29:01
26504         Log: More MacOS Classic fixes from Chris Nandor.
26505      Branch: perl
26506            ! doop.c lib/Cwd.pm
26507 ____________________________________________________________________________
26508 [  8804] By: jhi                                   on 2001/02/14  03:18:35
26509         Log: Don't skip too much of the locale error message if no environ array,
26510              from Chris Nandor.
26511      Branch: perl
26512            ! util.c
26513 ____________________________________________________________________________
26514 [  8803] By: jhi                                   on 2001/02/14  03:14:14
26515         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
26516      Branch: perl
26517            ! perl.c perl.h
26518 ____________________________________________________________________________
26519 [  8802] By: jhi                                   on 2001/02/13  18:31:33
26520         Log: AUTHORS update.
26521      Branch: perl
26522            ! AUTHORS
26523 ____________________________________________________________________________
26524 [  8801] By: jhi                                   on 2001/02/13  17:55:19
26525         Log: Integrate change #8792 from mainline.
26526              
26527              Subject: buncha MacPerl patches for bleadperl
26528              From: Chris Nandor <pudge@pobox.com>
26529              Date: Tue, 13 Feb 2001 00:02:43 -0500
26530              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
26531      Branch: maint-5.6/perl
26532           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
26533           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
26534           !> t/lib/basename.t toke.c util.h
26535 ____________________________________________________________________________
26536 [  8800] By: jhi                                   on 2001/02/13  17:46:43
26537         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
26538              to be forced to Off_t.
26539              
26540              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
26541              From: nick@ccl4.org
26542              Date: Thu, 1 Feb 2001 12:01:04 +0000
26543              Message-Id: <20010201120103.E11401@plum.flirble.org>
26544      Branch: maint-5.6/perl
26545            ! iperlsys.h perlio.c
26546 ____________________________________________________________________________
26547 [  8799] By: jhi                                   on 2001/02/13  16:52:51
26548         Log: Duplex duplex hunk hunk.
26549      Branch: maint-5.6/perl
26550            ! Makefile.SH
26551 ____________________________________________________________________________
26552 [  8797] By: jhi                                   on 2001/02/13  14:52:04
26553         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
26554              From: "Craig A. Berry" <craigberry@mac.com>
26555              Date: Mon, 12 Feb 2001 11:05:25 -0600
26556              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
26557      Branch: perl
26558            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
26559 ____________________________________________________________________________
26560 [  8796] By: jhi                                   on 2001/02/13  14:36:47
26561         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
26562              From: simon.cozens@pembroke.oxford.ac.uk 
26563              Date: Sat, 10 Feb 2001 17:57:02 +0000
26564              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
26565              
26566              Now it does include.
26567      Branch: perl
26568            ! pod/perldiag.pod
26569 ____________________________________________________________________________
26570 [  8795] By: jhi                                   on 2001/02/13  14:30:11
26571         Log: Sort the MANIFEST.
26572      Branch: perl
26573            ! MANIFEST
26574 ____________________________________________________________________________
26575 [  8794] By: jhi                                   on 2001/02/13  14:26:51
26576         Log: Integrate change #8793 from mainline, FAQ updates.
26577      Branch: maint-5.6/perl
26578           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
26579 ____________________________________________________________________________
26580 [  8793] By: jhi                                   on 2001/02/13  14:25:13
26581         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
26582      Branch: perl
26583            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
26584 ____________________________________________________________________________
26585 [  8792] By: jhi                                   on 2001/02/13  14:22:50
26586         Log: Subject: buncha MacPerl patches for bleadperl
26587              From: Chris Nandor <pudge@pobox.com>
26588              Date: Tue, 13 Feb 2001 00:02:43 -0500
26589              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
26590      Branch: perl
26591            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
26592            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
26593            ! t/lib/basename.t toke.c util.h
26594 ____________________________________________________________________________
26595 [  8791] By: jhi                                   on 2001/02/13  14:10:39
26596         Log: Integrate change #8790 from mainline.
26597              
26598              environ array wrongly assumed in Perl_init_i18nl10n(),
26599      Branch: maint-5.6/perl
26600           !> util.c
26601 ____________________________________________________________________________
26602 [  8790] By: jhi                                   on 2001/02/13  14:06:15
26603         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
26604              noticed by Chris Nandor in MacOS Classic.
26605      Branch: perl
26606            ! util.c
26607 ____________________________________________________________________________
26608 [  8789] By: jhi                                   on 2001/02/13  13:58:07
26609         Log: Integrate changes #8373,8487,8544,8783 from mainline.
26610              
26611              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
26612              hints files, the dynaloading, assimilate ebcdic into util.c.
26613      Branch: maint-5.6/perl
26614            - ebcdic.c
26615            ! MANIFEST hints/posix-bc.sh
26616           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
26617           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
26618           !> perlapi.c proto.h util.c
26619 ____________________________________________________________________________
26620 [  8788] By: alanbur                               on 2001/02/13  10:33:13
26621         Log: Integrated changes from maint-5.6
26622      Branch: maint-5.6/pureperl
26623           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
26624           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
26625           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26626           !> vos/config.ga.h vos/configure_perl.cm
26627 ____________________________________________________________________________
26628 [  8787] By: jhi                                   on 2001/02/13  05:56:36
26629         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
26630      Branch: perl
26631           !> Makefile.SH
26632 ____________________________________________________________________________
26633 [  8786] By: jhi                                   on 2001/02/13  05:54:34
26634         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
26635              From: Dorner Thomas <Thomas.Dorner@start.de>
26636              Date: Mon, 12 Feb 2001 15:06:26 +0100
26637              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
26638      Branch: maint-5.6/perl
26639            ! Makefile.SH
26640 ____________________________________________________________________________
26641 [  8785] By: jhi                                   on 2001/02/13  05:29:04
26642         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
26643      Branch: perl
26644           !> hints/openbsd.sh
26645 ____________________________________________________________________________
26646 [  8784] By: jhi                                   on 2001/02/13  02:25:24
26647         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
26648              From: Peter Prymmer <pvhp@forte.com>
26649              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
26650              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
26651      Branch: perl
26652            ! pod/perlclib.pod
26653 ____________________________________________________________________________
26654 [  8783] By: jhi                                   on 2001/02/13  02:22:36
26655         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
26656      Branch: perl
26657            - ebcdic.c
26658            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
26659            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
26660            ! util.c
26661 ____________________________________________________________________________
26662 [  8782] By: jhi                                   on 2001/02/13  02:00:07
26663         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
26664      Branch: maint-5.6/perl
26665            ! pod/perlport.pod
26666 ____________________________________________________________________________
26667 [  8781] By: jhi                                   on 2001/02/13  01:58:44
26668         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
26669      Branch: maint-5.6/perl
26670            ! hints/openbsd.sh
26671 ____________________________________________________________________________
26672 [  8780] By: jhi                                   on 2001/02/13  01:57:33
26673         Log: Synchronize the regexp tests between maintperl and mainline.
26674      Branch: maint-5.6/perl
26675           !> t/op/re_tests
26676 ____________________________________________________________________________
26677 [  8779] By: jhi                                   on 2001/02/13  01:49:35
26678         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
26679              From: Hugo <hv@crypt.compulink.co.uk>
26680              Date: Tue, 13 Feb 2001 00:11:11 +0000
26681              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
26682      Branch: perl
26683            ! regcomp.c t/op/re_tests
26684 ____________________________________________________________________________
26685 [  8778] By: jhi                                   on 2001/02/13  00:23:10
26686         Log: Comments do not nest.
26687      Branch: perl
26688            ! perl.h
26689 ____________________________________________________________________________
26690 [  8777] By: jhi                                   on 2001/02/13  00:17:54
26691         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
26692              From: Hugo <hv@crypt.compulink.co.uk>
26693              Date: Tue, 13 Feb 2001 00:11:11 +0000
26694              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
26695      Branch: maint-5.6/perl
26696            ! regcomp.c t/op/re_tests
26697 ____________________________________________________________________________
26698 [  8776] By: jhi                                   on 2001/02/12  23:25:52
26699         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
26700      Branch: maint-5.6/perl
26701            ! pod/perlport.pod
26702 ____________________________________________________________________________
26703 [  8775] By: jhi                                   on 2001/02/12  23:04:28
26704         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
26705      Branch: maint-5.6/perl
26706            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
26707            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26708            ! vos/configure_perl.cm
26709 ____________________________________________________________________________
26710 [  8774] By: jhi                                   on 2001/02/12  22:59:11
26711         Log: Subject: Re: [patch] context for 'U' magic functions
26712              From: Doug MacEachern <dougm@covalent.net>
26713              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
26714              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
26715              
26716              plus the suggestion by Nick Ing-Simmons to name the macro
26717              as PERL_MG_UFUNC to avoid namespace pollution, plus add
26718              the advice by Doug for XS writers to perl.h
26719      Branch: perl
26720            ! mg.c perl.h
26721 ____________________________________________________________________________
26722 [  8773] By: jhi                                   on 2001/02/11  20:14:12
26723         Log: Update Changes.
26724      Branch: perl
26725            ! Changes patchlevel.h
26726 ____________________________________________________________________________
26727 [  8772] By: jhi                                   on 2001/02/11  18:47:52
26728         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
26729              From: Simon Cozens <simon@cozens.net>
26730              Date: Wed, 31 Jan 2001 16:31:43 +0000
26731              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
26732      Branch: perl
26733            + pod/perlclib.pod
26734            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
26735            ! pod/perltoc.pod
26736 ____________________________________________________________________________
26737 [  8771] By: jhi                                   on 2001/02/11  18:36:48
26738         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
26739              
26740              Blocks-4d3.beta.txt
26741              CaseFolding-3d4.beta.txt
26742              CompositionExclusions-3d6.beta.txt
26743              EastAsianWidth-4d4.beta.txt
26744              LineBreak-6d3.beta.txt
26745              NamesList-3.1.0d1.beta.txt
26746              PropList-3.1.0d4.beta.txt
26747              SpecialCasing-4d1.beta.txt
26748              UnicodeData-3.1.0d6.beta.txt
26749      Branch: perl
26750            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
26751           +> lib/unicode/UCD.html lib/unicode/Unicode.html
26752            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
26753            - lib/unicode/Unicode.301
26754            ! (edit 257 files)
26755 ____________________________________________________________________________
26756 [  8770] By: jhi                                   on 2001/02/11  17:26:22
26757         Log: UTF-8 documentation.
26758      Branch: perl
26759            ! utf8.h
26760 ____________________________________________________________________________
26761 [  8769] By: jhi                                   on 2001/02/11  17:12:49
26762         Log: Retract #8762.
26763      Branch: perl
26764            ! regexec.c
26765 ____________________________________________________________________________
26766 [  8768] By: jhi                                   on 2001/02/11  16:54:45
26767         Log: Subject: [PATCH] Test::Harness
26768              From: andreas.koenig@anima.de (Andreas J. Koenig)
26769              Date: 11 Feb 2001 14:37:00 +0100
26770              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
26771      Branch: perl
26772            ! lib/Test/Harness.pm
26773 ____________________________________________________________________________
26774 [  8767] By: jhi                                   on 2001/02/11  16:53:52
26775         Log: Subject: [PATCH] Document makepatch in Porting/patching
26776              From: andreas.koenig@anima.de (Andreas J. Koenig)
26777              Date: 11 Feb 2001 16:46:28 +0100
26778              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
26779      Branch: perl
26780            ! Porting/patching.pod
26781 ____________________________________________________________________________
26782 [  8766] By: jhi                                   on 2001/02/11  06:30:23
26783         Log: Subject: Re: [patch] GvSHARED
26784              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
26785              From: Doug MacEachern <dougm@covalent.net>
26786              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
26787              
26788              Subject: Re: [patch] GvSHARED
26789              From: Doug MacEachern <dougm@covalent.net>
26790              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
26791              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
26792              
26793              Subject: [patch] attributes.pm support for `shared'
26794              From: Doug MacEachern <dougm@covalent.net>
26795              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
26796              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
26797              
26798              our() attributes were ignored, our :shared pieces missing,
26799              allow attributes.pm to turn on shared.
26800      Branch: perl
26801            ! op.c t/op/attrs.t toke.c xsutils.c
26802 ____________________________________________________________________________
26803 [  8765] By: alanbur                               on 2001/02/10  23:11:19
26804         Log: Resync with parent (hopefully sucessfully this time)
26805      Branch: maint-5.6/pureperl
26806           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
26807           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
26808           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
26809           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
26810           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
26811           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
26812           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
26813 ____________________________________________________________________________
26814 [  8764] By: jhi                                   on 2001/02/10  22:54:38
26815         Log: Make TEST and UTEST more verbose in case something goes
26816              wrong in running/compiling a script, suggested by Doug
26817              MacEachern.
26818      Branch: perl
26819            ! t/TEST t/UTEST
26820 ____________________________________________________________________________
26821 [  8763] By: jhi                                   on 2001/02/10  22:11:34
26822         Log: Bogus shebang.
26823      Branch: perl
26824            ! t/lib/texttabs.t
26825 ____________________________________________________________________________
26826 [  8762] By: jhi                                   on 2001/02/10  21:56:02
26827         Log: (Retracted by #8769)
26828      Branch: perl
26829            ! regexec.c
26830 ____________________________________________________________________________
26831 [  8761] By: jhi                                   on 2001/02/10  21:26:15
26832         Log: Subject: Re: [patch] GvSHARED 
26833              From: Doug MacEachern <dougm@covalent.net>
26834              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
26835              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
26836              
26837              our @EXPORT : shared = (...);
26838      Branch: perl
26839            ! toke.c
26840 ____________________________________________________________________________
26841 [  8760] By: jhi                                   on 2001/02/10  21:25:07
26842         Log: Subject: [patch] GvSHARED
26843              From: Doug MacEachern <dougm@covalent.net>
26844              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
26845              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
26846      Branch: perl
26847            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
26848 ____________________________________________________________________________
26849 [  8759] By: alanbur                               on 2001/02/10  21:24:27
26850         Log: Backed out mismerge.
26851      Branch: maint-5.6/pureperl
26852            ! MANIFEST README.hpux README.vmesa gv.c installhtml
26853            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
26854            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
26855            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
26856            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
26857            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
26858            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
26859 ____________________________________________________________________________
26860 [  8758] By: jhi                                   on 2001/02/10  18:01:17
26861         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
26862              
26863              Fixed UMRs and leak in Perl_pmtrans()
26864              
26865              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
26866              associated UTFied tr/// code.  Also fixed scoping leak of
26867              PL_reg_start_tmp.
26868              
26869              newATTRSUB leaks when an attempt to redefine the active sort sub is
26870              made.
26871      Branch: maint-5.6/perl
26872           !> op.c regcomp.c
26873 ____________________________________________________________________________
26874 [  8757] By: alanbur                               on 2001/02/10  17:56:46
26875         Log: Resynchronised with parent
26876      Branch: maint-5.6/pureperl
26877           +> README.bs2000
26878            - README.posix-bc
26879            ! gv.c perl.c sv.c
26880           !> MANIFEST README.hpux README.vmesa installhtml
26881           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
26882           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
26883           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
26884           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
26885           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
26886           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
26887 ____________________________________________________________________________
26888 [  8756] By: alanbur                               on 2001/02/10  17:51:15
26889         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
26890              made.
26891      Branch: maint-5.6/pureperl
26892            ! op.c
26893 ____________________________________________________________________________
26894 [  8755] By: jhi                                   on 2001/02/09  22:41:35
26895         Log: Upgrade to CPAN 1.59_54, from Andreas König.
26896      Branch: perl
26897            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
26898 ____________________________________________________________________________
26899 [  8754] By: jhi                                   on 2001/02/09  22:29:20
26900         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
26901              
26902              Didn't upgrade the fill.t since it has a dependency to File::Slurp
26903              purely for debugging purposes, the actual test hasn't changed.
26904      Branch: perl
26905            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
26906            ! t/lib/textwrap.t
26907 ____________________________________________________________________________
26908 [  8753] By: jhi                                   on 2001/02/09  20:17:50
26909         Log: Integrate change #8682 from maintperl.
26910              
26911              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
26912              to work correctly.
26913      Branch: perl
26914           !> hints/irix_6.sh
26915 ____________________________________________________________________________
26916 [  8752] By: jhi                                   on 2001/02/09  20:00:46
26917         Log: Update Changes.
26918      Branch: perl
26919            ! Changes patchlevel.h
26920 ____________________________________________________________________________
26921 [  8751] By: nick                                  on 2001/02/09  19:48:37
26922         Log: Integrate mainline
26923      Branch: perlio
26924           +> README.bs2000 t/lib/cgi-esc.t
26925            - README.posix-bc
26926           !> (integrate 53 files)
26927 ____________________________________________________________________________
26928 [  8750] By: nick                                  on 2001/02/09  19:25:16
26929         Log: Subject: RE: Biannual Competition to Improve Hashing Function
26930              From: Fisher Mark <fisherm@tce.com>
26931              Date: Thu, 8 Feb 2001 10:44:00 -0500
26932              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
26933              Date: Thu, 8 Feb 2001 15:02:47 -0500
26934              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
26935      Branch: perl
26936            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
26937 ____________________________________________________________________________
26938 [  8749] By: jhi                                   on 2001/02/09  19:02:35
26939         Log: Forgotten fragment.
26940      Branch: perl
26941            ! pod/perlapi.pod
26942 ____________________________________________________________________________
26943 [  8748] By: jhi                                   on 2001/02/09  18:31:34
26944         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
26945              plus manual tweakage.
26946              
26947              Sync the perlfaq2 between mainline and maintperl.
26948      Branch: maint-5.6/perl
26949            ! pod/perlfaq2.pod
26950      Branch: perl
26951           !> pod/perlfaq2.pod
26952 ____________________________________________________________________________
26953 [  8747] By: jhi                                   on 2001/02/09  18:12:04
26954         Log: Subject: versiononly and installperl
26955              From: abigail@foad.org
26956              Date: Wed, 7 Feb 2001 22:43:12 +0100
26957              Message-ID: <20010207214312.7045.qmail@foad.org>    
26958              
26959              Add +v flag to force a normal install of the perl binary
26960              and the utilities.
26961              
26962              Subject: [PATCH] installperl
26963              From: Nicholas Clark <nick@ccl4.org>
26964              Date: Fri, 9 Feb 2001 16:28:57 +0000
26965              Message-ID: <20010209162857.B10931@plum.flirble.org>
26966              
26967              Add -A flag which also hardlinks the binary with
26968              the full architecture name.
26969      Branch: perl
26970            ! installperl
26971 ____________________________________________________________________________
26972 [  8746] By: jhi                                   on 2001/02/09  18:03:43
26973         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
26974              
26975              Subject: perlfaq2, re: perlmongers
26976              
26977              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
26978              
26979              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
26980              
26981              Subject: [ID 20010205.001] typo in perlfaq9
26982              
26983              Subject: [ID 20010208.002] unordered explanation in perlcall
26984      Branch: maint-5.6/perl
26985           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
26986           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
26987           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
26988 ____________________________________________________________________________
26989 [  8745] By: jhi                                   on 2001/02/09  17:59:09
26990         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
26991              From: abela@geneanet.org
26992              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
26993              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
26994      Branch: perl
26995            ! pod/perlcall.pod
26996 ____________________________________________________________________________
26997 [  8744] By: jhi                                   on 2001/02/09  17:48:16
26998         Log: Subject: [ID 20010205.001] typo in perlfaq9
26999              From: eserte@vran.herceg.de
27000              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
27001              Message-Id: <200102042244.XAA21926@vran.herceg.de>
27002      Branch: perl
27003            ! pod/perlfaq9.pod
27004 ____________________________________________________________________________
27005 [  8743] By: jhi                                   on 2001/02/09  17:25:12
27006         Log: Integrate change #8695 from maintperl.
27007              
27008              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
27009      Branch: perl
27010           !> thread.h
27011 ____________________________________________________________________________
27012 [  8742] By: jhi                                   on 2001/02/09  17:21:22
27013         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
27014              From: Andy Dougherty <doughera@lafayette.edu>
27015              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
27016              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
27017      Branch: perl
27018            ! embed.pl
27019 ____________________________________________________________________________
27020 [  8741] By: jhi                                   on 2001/02/09  17:05:19
27021         Log: Integrate changes #8738,8739,8740 from maintperl.
27022              
27023              Html files will be installed in a more logical and easier to
27024              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
27025              
27026              Html files will be generated with a header to make them look
27027              a little less bare.
27028              
27029              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
27030      Branch: perl
27031           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
27032 ____________________________________________________________________________
27033 [  8740] By: jhi                                   on 2001/02/09  17:03:46
27034         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
27035              From: "Brendan O'Dea" <bod@compusol.com.au>
27036              Date: Sun, 4 Feb 2001 11:17:56 +1100
27037              Message-ID: <20010204111756.A16301@compusol.com.au>
27038      Branch: maint-5.6/perl
27039            ! pod/perlfaq3.pod
27040 ____________________________________________________________________________
27041 [  8739] By: jhi                                   on 2001/02/09  17:01:59
27042         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
27043              From: "Indy Singh" <indy@nusphere.com>
27044              Date: Fri, 2 Feb 2001 15:09:59 -0500
27045              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
27046              
27047              Html files will be generated with a header to make them look
27048              a little less bare.
27049      Branch: maint-5.6/perl
27050            ! installhtml
27051 ____________________________________________________________________________
27052 [  8738] By: jhi                                   on 2001/02/09  16:58:48
27053         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
27054              From: "Indy Singh" <indy@nusphere.com>
27055              Date: Fri, 2 Feb 2001 15:08:23 -0500
27056              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
27057              
27058              Html files will be installed in a more logical and easier to
27059              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
27060      Branch: maint-5.6/perl
27061            ! win32/Makefile win32/makefile.mk
27062 ____________________________________________________________________________
27063 [  8737] By: jhi                                   on 2001/02/09  16:46:54
27064         Log: Integrate changes #8687,8736 from maintperl.
27065              
27066              HP-UX thread patches from Merijn H. Brand.
27067              
27068              Latin nit from Philip Newton.
27069      Branch: perl
27070           !> README.hpux hints/hpux.sh
27071 ____________________________________________________________________________
27072 [  8736] By: jhi                                   on 2001/02/09  16:42:31
27073         Log: Latin nit from Philip Newton.
27074      Branch: maint-5.6/perl
27075            ! README.hpux
27076 ____________________________________________________________________________
27077 [  8735] By: jhi                                   on 2001/02/09  16:24:03
27078         Log: Integrate changes #8704,8710 from pureperl.
27079              
27080              Fixed UMRs and leak in Perl_pmtrans()
27081              
27082              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
27083              associated UTFied tr/// code.  Also fixed scoping leak of
27084              PL_reg_start_tmp.
27085      Branch: perl
27086           !> op.c regcomp.c
27087 ____________________________________________________________________________
27088 [  8734] By: jhi                                   on 2001/02/09  15:40:21
27089         Log: Integrate change #8733 from maintperl.
27090              
27091              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
27092      Branch: perl
27093           !> pod/perlre.pod
27094 ____________________________________________________________________________
27095 [  8733] By: jhi                                   on 2001/02/09  15:35:47
27096         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
27097              From: Prymmer/Kahn <pvhp@best.com>
27098              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
27099              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
27100      Branch: maint-5.6/perl
27101            ! pod/perlre.pod
27102 ____________________________________________________________________________
27103 [  8732] By: jhi                                   on 2001/02/09  15:26:17
27104         Log: Rename README.posix-bc to README.bs2000 (to avoid the
27105              confusion of a "perlposix-bc.pod"), add a few missing
27106              arch pods, regen toc.
27107      Branch: maint-5.6/perl
27108           +> README.bs2000
27109            - README.posix-bc
27110            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
27111            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
27112 ____________________________________________________________________________
27113 [  8731] By: jhi                                   on 2001/02/09  15:23:39
27114         Log: De-cut-and-pasto.
27115      Branch: perl
27116            ! pod/perl.pod
27117 ____________________________________________________________________________
27118 [  8730] By: jhi                                   on 2001/02/09  15:11:13
27119         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
27120              when people think that perlposix-bc.pod tells anything about
27121              Perl and POSIX.  Regen toc.
27122      Branch: perl
27123           +> README.bs2000
27124            - README.posix-bc
27125            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
27126            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
27127 ____________________________________________________________________________
27128 [  8729] By: jhi                                   on 2001/02/09  14:52:28
27129         Log: The README.vmesa part of #8712 from maintperl.
27130      Branch: perl
27131            ! README.vmesa
27132 ____________________________________________________________________________
27133 [  8728] By: jhi                                   on 2001/02/09  14:46:06
27134         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
27135              From: Peter Prymmer <pvhp@forte.com>
27136              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
27137              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
27138      Branch: maint-5.6/perl
27139            ! README.vmesa win32/Makefile win32/makefile.mk
27140 ____________________________________________________________________________
27141 [  8727] By: jhi                                   on 2001/02/09  14:33:25
27142         Log: Integrate change #8712 from mainline.
27143              
27144              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
27145      Branch: maint-5.6/perl
27146           !> lib/Pod/Find.pm
27147 ____________________________________________________________________________
27148 [  8726] By: jhi                                   on 2001/02/09  14:30:28
27149         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
27150              From: Peter Prymmer <pvhp@forte.com>
27151              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
27152              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
27153      Branch: perl
27154            + t/lib/cgi-esc.t
27155            ! MANIFEST lib/CGI/Util.pm
27156 ____________________________________________________________________________
27157 [  8725] By: jhi                                   on 2001/02/09  04:56:47
27158         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
27159      Branch: maint-5.6/perl
27160            ! pod/perlport.pod
27161 ____________________________________________________________________________
27162 [  8724] By: jhi                                   on 2001/02/09  04:40:59
27163         Log: Integrate changes 7819,7820 from vmsperl into mainline.
27164              
27165              Add header for LIB$ prototypes (C. Berry)
27166              
27167              Convert fwrite()s to sockets to write()s, since some socket stacks
27168              don't take kindly to stdio.
27169              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
27170              (for often optional LNMs)
27171              Correct a few typos
27172              (C. Bailey)
27173      Branch: perl
27174           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
27175 ____________________________________________________________________________
27176 [  8723] By: jhi                                   on 2001/02/09  03:29:29
27177         Log: Integrate change #8722 from mainline.
27178              
27179              The Im() function wasn't returning zero for non-Math::Complex
27180              arguments.  The bug reported by John Gamble.
27181      Branch: maint-5.6/perl
27182           !> lib/Math/Complex.pm
27183 ____________________________________________________________________________
27184 [  8722] By: jhi                                   on 2001/02/09  03:28:33
27185         Log: The Im() function wasn't returning zero for non-Math::Complex
27186              arguments.  The bug reported by John Gamble.
27187      Branch: perl
27188            ! lib/Math/Complex.pm
27189 ____________________________________________________________________________
27190 [  8721] By: nick                                  on 2001/02/08  22:11:35
27191         Log: Correct the correction :-(
27192      Branch: perl
27193            ! perl.c
27194 ____________________________________________________________________________
27195 [  8720] By: bailey                                on 2001/02/08  20:59:22
27196         Log: Convert frwite()s to sockets to write()s, since some socket stacks
27197              don't take kindly to stdio.
27198              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
27199              (for often optional LNMs)
27200              Correct a few typos
27201              (C. Bailey)
27202      Branch: vmsperl
27203            ! vms/vms.c vms/vmsish.h
27204 ____________________________________________________________________________
27205 [  8719] By: bailey                                on 2001/02/08  20:51:02
27206         Log: Add header for LIB$ prototypes (C. Berry)
27207      Branch: vmsperl
27208            ! ext/Devel/DProf/DProf.xs
27209 ____________________________________________________________________________
27210 [  8718] By: bailey                                on 2001/02/08  20:49:00
27211         Log: SYN SYN
27212      Branch: vmsperl
27213           +> pod/perliol.pod t/lib/sample-tests/bailout
27214           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
27215           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
27216           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
27217           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
27218           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
27219           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
27220            - lib/unicode/Is/DCinital.pl
27221           !> (integrate 101 files)
27222 ____________________________________________________________________________
27223 [  8717] By: nick                                  on 2001/02/08  19:38:48
27224         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
27225              From: Robin Barker <rmb1@cise.npl.co.uk>
27226              Date: Thu, 8 Feb 2001 14:38:07 GMT
27227              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
27228      Branch: perl
27229            ! lib/CPAN.pm
27230 ____________________________________________________________________________
27231 [  8716] By: nick                                  on 2001/02/08  19:29:07
27232         Log: Generated files form 8713 etc.
27233      Branch: perl
27234            ! embed.h global.sym objXSUB.h perlapi.c proto.h
27235 ____________________________________________________________________________
27236 [  8715] By: nick                                  on 2001/02/08  19:26:08
27237         Log: Fixup non-ithread build after 8713
27238      Branch: perl
27239            ! perl.c
27240 ____________________________________________________________________________
27241 [  8714] By: nick                                  on 2001/02/08  19:17:45
27242         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
27243              From: nick@ccl4.org
27244              Date: Wed, 7 Feb 2001 00:27:47 +0000
27245              Message-Id: <20010207002747.B63724@plum.flirble.org>
27246      Branch: perl
27247            ! sv.c toke.c
27248 ____________________________________________________________________________
27249 [  8713] By: nick                                  on 2001/02/08  19:15:58
27250         Log: Subject: Re: [patch] Re: PL_ptr_table
27251              From: Doug Maceachern <dougm@covalent.net>
27252              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
27253              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
27254      Branch: perl
27255            ! embed.pl perl.c sv.c sv.h
27256 ____________________________________________________________________________
27257 [  8712] By: nick                                  on 2001/02/08  19:12:47
27258         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
27259              From: Peter Prymmer <pvhp@forte.com>
27260              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
27261              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
27262      Branch: perl
27263            ! lib/Pod/Find.pm
27264 ____________________________________________________________________________
27265 [  8711] By: nick                                  on 2001/02/07  21:06:11
27266         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
27267              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
27268              From: Alan Burlison <Alan.Burlison@uk.sun.com>
27269              Date: Tue, 06 Feb 2001 23:37:01 +0000
27270              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
27271      Branch: perl
27272            ! regcomp.c
27273 ____________________________________________________________________________
27274 [  8710] By: alanbur                               on 2001/02/07  00:22:04
27275         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
27276              associated UTFied tr/// code.  Also fixed scoping leak of
27277              PL_reg_start_tmp.
27278      Branch: maint-5.6/pureperl
27279            ! op.c regcomp.c
27280 ____________________________________________________________________________
27281 [  8709] By: nick                                  on 2001/02/06  21:16:49
27282         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
27283              From: Michael G Schwern <schwern@pobox.com>
27284              Date: Sun, 4 Feb 2001 19:47:14 -0500
27285              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
27286      Branch: perl
27287            ! pod/perlapi.pod pod/perlmodlib.PL
27288 ____________________________________________________________________________
27289 [  8708] By: nick                                  on 2001/02/06  20:41:20
27290         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
27291              From: Michael G Schwern <schwern@pobox.com>
27292              Date: Sun, 4 Feb 2001 21:17:49 -0500
27293              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
27294      Branch: perl
27295            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
27296            ! pod/perltootc.pod
27297 ____________________________________________________________________________
27298 [  8707] By: nick                                  on 2001/02/06  20:29:11
27299         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
27300              From: Michael G Schwern <schwern@pobox.com>
27301              Date: Tue, 6 Feb 2001 05:54:30 -0500
27302              Message-Id: <20010206055430.A951@blackrider.aocn.com>
27303      Branch: perl
27304            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
27305 ____________________________________________________________________________
27306 [  8706] By: nick                                  on 2001/02/06  20:21:40
27307         Log: Subject: RE: some win32 fixes
27308              Date: Tue, 6 Feb 2001 09:23:20 +0300
27309              From: Vadim Konovalov <vkonovalov@lucent.com>
27310              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
27311      Branch: perl
27312            ! toke.c win32/Makefile win32/config.bc win32/config.gc
27313            ! win32/config.vc win32/config_H.bc win32/makefile.mk
27314 ____________________________________________________________________________
27315 [  8705] By: alanbur                               on 2001/02/06  15:00:03
27316         Log: Synchronised with parent
27317      Branch: maint-5.6/pureperl
27318            ! regexec.c
27319           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
27320           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
27321 ____________________________________________________________________________
27322 [  8704] By: alanbur                               on 2001/02/06  14:55:24
27323         Log: Fixed UMRs and leak in Perl_pmtrans()
27324      Branch: maint-5.6/pureperl
27325            ! op.c
27326 ____________________________________________________________________________
27327 [  8703] By: gsar                                  on 2001/02/06  02:29:37
27328         Log: $(MAKE) distclean doesn't clean up properly on windows
27329      Branch: maint-5.6/perl
27330            ! win32/Makefile win32/makefile.mk
27331 ____________________________________________________________________________
27332 [  8702] By: gsar                                  on 2001/02/06  01:00:46
27333         Log: tweak change#8659 to keep it simple
27334      Branch: maint-5.6/perl
27335            ! utils/perldoc.PL
27336 ____________________________________________________________________________
27337 [  8701] By: gsar                                  on 2001/02/05  22:45:41
27338         Log: change#8693 was missing testsuite changes
27339      Branch: maint-5.6/perl
27340           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
27341 ____________________________________________________________________________
27342 [  8700] By: nick                                  on 2001/02/05  20:32:52
27343         Log: Integrate mainline
27344      Branch: perlio
27345           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
27346           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
27347           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
27348           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
27349           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
27350           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
27351           +> t/lib/test-harness.t
27352           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
27353           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
27354           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
27355           !> pod/perlutil.pod t/TEST utils/h2xs.PL
27356 ____________________________________________________________________________
27357 [  8699] By: nick                                  on 2001/02/05  19:41:07
27358         Log: Subject: perlfaq2, re: perlmongers
27359              From: David H. Adler <dha@panix.com>
27360              Date: Sun, 4 Feb 2001 23:48:23 -0500
27361              Message-Id: <20010204234823.A13429@panix.com>
27362      Branch: perl
27363            ! pod/perlfaq2.pod
27364 ____________________________________________________________________________
27365 [  8698] By: nick                                  on 2001/02/05  19:39:31
27366         Log: Missed file f#rom the testharness mess.
27367      Branch: perl
27368            + t/lib/test-harness.t
27369 ____________________________________________________________________________
27370 [  8697] By: nick                                  on 2001/02/05  19:37:21
27371         Log: Subject: [DOC PATCH] overload.pm nits
27372              From: John Tobey <jtobey@john-edwin-tobey.org>
27373              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
27374              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
27375      Branch: perl
27376            ! lib/overload.pm
27377 ____________________________________________________________________________
27378 [  8696] By: alanbur                               on 2001/02/05  11:56:00
27379         Log: Sync with parent
27380      Branch: maint-5.6/pureperl
27381           !> thread.h
27382 ____________________________________________________________________________
27383 [  8695] By: gsar                                  on 2001/02/05  03:27:34
27384         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
27385      Branch: maint-5.6/perl
27386            ! thread.h
27387 ____________________________________________________________________________
27388 [  8694] By: alanbur                               on 2001/02/05  00:07:47
27389         Log: Initial branch creation from //depot/maint-5.6/perl
27390      Branch: maint-5.6/pureperl
27391           +> (branch 1719 files)
27392 ____________________________________________________________________________
27393 [  8693] By: gsar                                  on 2001/02/04  22:38:49
27394         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
27395              changes)
27396      Branch: maint-5.6/perl
27397           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
27398           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
27399           !> ext/DB_File/version.c
27400 ____________________________________________________________________________
27401 [  8692] By: nick                                  on 2001/02/04  18:15:57
27402         Log: The missed t/TEST part of the grand testharness upgrade.
27403      Branch: perl
27404            ! t/TEST
27405 ____________________________________________________________________________
27406 [  8691] By: nick                                  on 2001/02/04  18:05:17
27407         Log: New improved test harness
27408              Subject: Re: [PATCH Test::Harness] Third time's a charm?
27409              From: Michael G Schwern <schwern@pobox.com>
27410              Date: Sun, 4 Feb 2001 08:01:20 -0500
27411              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
27412      Branch: perl
27413            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
27414            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
27415            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
27416            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
27417            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
27418            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
27419            ! MANIFEST lib/Test/Harness.pm
27420 ____________________________________________________________________________
27421 [  8690] By: nick                                  on 2001/02/04  17:57:51
27422         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
27423              From: Jonathan Stowe <gellyfish@gellyfish.com>
27424              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
27425              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
27426      Branch: perl
27427            ! utils/h2xs.PL
27428 ____________________________________________________________________________
27429 [  8689] By: nick                                  on 2001/02/04  17:55:24
27430         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
27431              From: Michael G Schwern <schwern@pobox.com>
27432              Date: Sat, 3 Feb 2001 22:46:38 -0500
27433              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
27434      Branch: perl
27435            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
27436            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
27437 ____________________________________________________________________________
27438 [  8688] By: nick                                  on 2001/02/04  17:43:55
27439         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
27440              length byfailing to spot lack of closing )
27441              From: nick@talking.bollo.cx
27442              Date: Sat, 03 Feb 2001 23:53:16 +0000
27443              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
27444      Branch: perl
27445            ! perlio.c pod/perldiag.pod
27446 ____________________________________________________________________________
27447 [  8687] By: jhi                                   on 2001/02/03  17:11:42
27448         Log: HP-UX thread patches from Merijn H. Brand.
27449      Branch: maint-5.6/perl
27450            ! README.hpux hints/hpux.sh
27451 ____________________________________________________________________________
27452 [  8686] By: jhi                                   on 2001/02/03  16:40:12
27453         Log: Metaconfig changes for #8685.
27454      Branch: metaconfig
27455            ! U/installdirs/instubperl.U
27456      Branch: metaconfig/U/perl
27457            ! Devel.U versiononly.U
27458 ____________________________________________________________________________
27459 [  8685] By: jhi                                   on 2001/02/03  16:39:49
27460         Log: For -Dusedevel builds turn off installusrbinperl and turn on
27461              versiononly, a combined idea of Richard Soderberg and Merijn
27462              H. Brand.  You can still override both of these from the command
27463              line if you need to, -Dinstallusrbinperl and -Uversiononly.
27464      Branch: perl
27465            ! Configure
27466 ____________________________________________________________________________
27467 [  8684] By: jhi                                   on 2001/02/03  16:16:34
27468         Log: Metaconfig unit fix for #8683.
27469      Branch: metaconfig
27470            ! U/compline/nblock_io.U
27471 ____________________________________________________________________________
27472 [  8683] By: jhi                                   on 2001/02/03  16:16:12
27473         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
27474              reported by Peter Prymmer for 5.6-TRIAL1.
27475      Branch: perl
27476            ! Configure
27477 ____________________________________________________________________________
27478 [  8682] By: jhi                                   on 2001/02/03  05:52:11
27479         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
27480              to work correctly.
27481      Branch: maint-5.6/perl
27482            ! hints/irix_6.sh
27483 ____________________________________________________________________________
27484 [  8681] By: jhi                                   on 2001/02/03  05:47:33
27485         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
27486      Branch: maint-5.6/perl
27487            ! pod/perlport.pod
27488 ____________________________________________________________________________
27489 [  8680] By: jhi                                   on 2001/02/02  21:39:49
27490         Log: perlport update from Peter Prymmer.
27491      Branch: maint-5.6/perl
27492            ! pod/perlport.pod
27493 ____________________________________________________________________________
27494 [  8679] By: nick                                  on 2001/02/02  20:50:48
27495         Log: Integrate mainline
27496      Branch: perlio
27497           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
27498           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
27499           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
27500 ____________________________________________________________________________
27501 [  8678] By: gsar                                  on 2001/02/02  16:02:12
27502         Log: note about bincompat, slightly modified (from Lupe Christoph)
27503      Branch: maint-5.6/perl
27504            ! README.solaris
27505 ____________________________________________________________________________
27506 [  8677] By: jhi                                   on 2001/02/02  15:46:20
27507         Log: Supported platforms updates.
27508      Branch: maint-5.6/perl
27509            ! pod/perlport.pod
27510 ____________________________________________________________________________
27511 [  8676] By: jhi                                   on 2001/02/02  03:41:26
27512         Log: A couple more perlfaq2 tweaks.
27513      Branch: maint-5.6/perl
27514            ! pod/perlfaq2.pod
27515 ____________________________________________________________________________
27516 [  8675] By: jhi                                   on 2001/02/02  03:17:44
27517         Log: Misedit in #8661.
27518      Branch: maint-5.6/perl
27519            ! Configure
27520 ____________________________________________________________________________
27521 [  8674] By: jhi                                   on 2001/02/02  03:14:38
27522         Log: Damien again.
27523      Branch: maint-5.6/perl
27524            ! pod/perlfaq2.pod
27525 ____________________________________________________________________________
27526 [  8673] By: jhi                                   on 2001/02/02  03:12:40
27527         Log: perlfaq update from Elaine Ashton.
27528      Branch: maint-5.6/perl
27529            ! pod/perlfaq2.pod
27530 ____________________________________________________________________________
27531 [  8672] By: jhi                                   on 2001/02/02  03:07:08
27532         Log: UTF-8 s/// patch from Inaba Hiroto.
27533      Branch: maint-5.6/perl
27534            ! pp_ctl.c pp_hot.c
27535 ____________________________________________________________________________
27536 [  8671] By: jhi                                   on 2001/02/01  22:34:31
27537         Log: Update Changes.
27538      Branch: perl
27539            ! Changes patchlevel.h
27540 ____________________________________________________________________________
27541 [  8670] By: jhi                                   on 2001/02/01  22:15:29
27542         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
27543              from maintperl.
27544              
27545              Upgrade to Getopt::Long 2.25, from Johan Vromans.
27546              
27547              more files need to be writable in the source distribution
27548              
27549              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
27550              
27551              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
27552              
27553              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
27554              
27555              Allow the float to be fuzzier.
27556              
27557              need to use INT2PTR instead of a straight cast or ia64 fails
27558              
27559              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
27560              
27561              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
27562      Branch: perl
27563           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
27564           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
27565           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
27566 ____________________________________________________________________________
27567 [  8669] By: jhi                                   on 2001/02/01  21:57:02
27568         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
27569              From: Robin Barker <rmb1@cise.npl.co.uk>
27570              Date: Thu, 1 Feb 2001 16:59:05 GMT
27571              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
27572      Branch: maint-5.6/perl
27573            ! pod/perlmodlib.PL
27574 ____________________________________________________________________________
27575 [  8668] By: nick                                  on 2001/02/01  19:41:40
27576         Log: Integrate mainline
27577      Branch: perlio
27578           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
27579           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
27580           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
27581 ____________________________________________________________________________
27582 [  8667] By: gsar                                  on 2001/02/01  16:59:11
27583         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
27584      Branch: maint-5.6/perl
27585            ! embed.pl embedvar.h
27586 ____________________________________________________________________________
27587 [  8666] By: gsar                                  on 2001/02/01  16:34:51
27588         Log: add missing entries to win32/config.?c
27589      Branch: maint-5.6/perl
27590            ! win32/config.bc win32/config.gc win32/config.vc
27591            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
27592 ____________________________________________________________________________
27593 [  8665] By: jhi                                   on 2001/02/01  14:58:51
27594         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
27595              From: "Stephen P. Potter" <spp@spotter.yi.org>
27596              Date: Thu, 01 Feb 2001 10:45:46 -0500
27597              Message-Id: <200102011545.KAA31479@spotter.yi.org>
27598      Branch: maint-5.6/perl
27599            ! pod/perlfunc.pod
27600 ____________________________________________________________________________
27601 [  8664] By: gsar                                  on 2001/02/01  14:52:37
27602         Log: need to use INT2PTR instead of a straight cast or ia64 fails
27603              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
27604      Branch: maint-5.6/perl
27605            ! ext/POSIX/POSIX.xs
27606 ____________________________________________________________________________
27607 [  8663] By: jhi                                   on 2001/02/01  14:09:13
27608         Log: Allow the float to be fuzzier.
27609      Branch: maint-5.6/perl
27610            ! t/lib/peek.t
27611 ____________________________________________________________________________
27612 [  8662] By: jhi                                   on 2001/02/01  13:59:00
27613         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
27614              From: Robin Barker <rmb1@cise.npl.co.uk>
27615              Date: Thu, 1 Feb 2001 13:05:39 GMT
27616              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
27617      Branch: maint-5.6/perl
27618            ! pod/perlmodlib.pod
27619 ____________________________________________________________________________
27620 [  8661] By: jhi                                   on 2001/02/01  13:57:38
27621         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
27622              Date: Thu, 01 Feb 2001 14:15:41 +0100
27623              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
27624              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
27625              
27626              Have the $ccflags in the gcc version test (strange, this change
27627              is claimed to be have been integrated already)
27628      Branch: maint-5.6/perl
27629            ! Configure
27630 ____________________________________________________________________________
27631 [  8660] By: jhi                                   on 2001/02/01  13:44:10
27632         Log: Integrate changes #7950,7964,7962 from mainline.
27633              
27634              Find the stdchar signedness using cpp, should fix some of
27635              the Solaris compiler warnings reported by Alan Burlison.
27636      Branch: maint-5.6/perl
27637           !> Configure config_h.SH
27638 ____________________________________________________________________________
27639 [  8659] By: jhi                                   on 2001/02/01  05:35:32
27640         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
27641              From: Jan Dubois <JanD@ActiveState.com>
27642              Date: Wed, 31 Jan 2001 21:17:03 -0800
27643              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
27644      Branch: maint-5.6/perl
27645            ! utils/perldoc.PL
27646 ____________________________________________________________________________
27647 [  8658] By: jhi                                   on 2001/02/01  04:33:17
27648         Log: Integrate the README.os390 and README.posix-bc parts of mainline
27649              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
27650              installperl parts were taken care of by #8657.)
27651      Branch: maint-5.6/perl
27652           !> README.os390 README.posix-bc
27653 ____________________________________________________________________________
27654 [  8657] By: jhi                                   on 2001/02/01  04:29:21
27655         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
27656              From: Peter Prymmer <pvhp@forte.com>
27657              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
27658              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
27659      Branch: maint-5.6/perl
27660            + ext/DynaLoader/dl_dllload.xs
27661            ! MANIFEST Makefile.SH hints/os390.sh installperl
27662 ____________________________________________________________________________
27663 [  8656] By: jhi                                   on 2001/02/01  04:25:45
27664         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
27665              From: Peter Prymmer <pvhp@forte.com>
27666              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
27667              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
27668      Branch: maint-5.6/perl
27669            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
27670 ____________________________________________________________________________
27671 [  8655] By: jhi                                   on 2001/02/01  04:14:47
27672         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
27673              From: troc@netrus.net
27674              Date: Wed, 31 Jan 2001 22:31:26 -0500
27675              Message-Id: <200102010331.WAA117.85@rocco.homenet>
27676      Branch: maint-5.6/perl
27677            ! os2/os2.c
27678 ____________________________________________________________________________
27679 [  8654] By: jhi                                   on 2001/02/01  04:12:52
27680         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
27681              as reported by Alan Burlison.
27682      Branch: maint-5.6/perl
27683            ! pp.h
27684 ____________________________________________________________________________
27685 [  8653] By: jhi                                   on 2001/02/01  04:05:12
27686         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
27687              From: dsugalski@northernlight.com
27688              Date: Wed, 31 Jan 2001 18:54:11 -0500
27689              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
27690      Branch: maint-5.6/perl
27691            ! configure.com
27692 ____________________________________________________________________________
27693 [  8652] By: jhi                                   on 2001/02/01  04:03:11
27694         Log: Misplaced #endif.
27695              
27696              Subject: [perl-5-6-1-trial2] patches for EPOC
27697              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27698              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
27699              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
27700      Branch: maint-5.6/perl
27701            ! epoc/epocish.c
27702 ____________________________________________________________________________
27703 [  8651] By: jhi                                   on 2001/02/01  04:00:25
27704         Log: Integrate changes #8647,8648,8650 from mainline.
27705              
27706              Macrofy a magic UTF-8 test.
27707              
27708              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
27709              
27710              Watch out for cross compiling for EPOC (usually done on linux).
27711      Branch: maint-5.6/perl
27712           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
27713 ____________________________________________________________________________
27714 [  8650] By: jhi                                   on 2001/02/01  03:56:20
27715         Log: Watch out for cross compiling for EPOC (usually done on linux)
27716              
27717              Subject: [perl-5-6-1-trial2] patches for EPOC
27718              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27719              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
27720              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
27721      Branch: perl
27722            ! ext/Errno/Errno_pm.PL
27723 ____________________________________________________________________________
27724 [  8649] By: gsar                                  on 2001/02/01  00:46:00
27725         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
27726      Branch: maint-5.6/perl
27727            ! sv.c
27728 ____________________________________________________________________________
27729 [  8648] By: jhi                                   on 2001/01/31  23:35:36
27730         Log: All the uses of PL_numeric_radix must be protected by
27731              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
27732              
27733              Subject: [perl-5-6-1-trial2] patches for EPOC
27734              From: Olaf Flebbe <O.Flebbe@science-computing.de>
27735              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
27736              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
27737      Branch: perl
27738            ! sv.c
27739 ____________________________________________________________________________
27740 [  8647] By: jhi                                   on 2001/01/31  22:56:16
27741         Log: Macrofy a magic UTF-8 test.
27742      Branch: perl
27743            ! utf8.c utf8.h
27744 ____________________________________________________________________________
27745 [  8646] By: gsar                                  on 2001/01/31  15:55:12
27746         Log: update Changes
27747      Branch: maint-5.6/perl
27748            ! Changes
27749 ____________________________________________________________________________
27750 [  8645] By: gsar                                  on 2001/01/31  15:10:14
27751         Log: Configure tweak suggested by Peter Prymmer
27752      Branch: maint-5.6/perl
27753            ! Configure
27754 ____________________________________________________________________________
27755 [  8644] By: gsar                                  on 2001/01/31  15:06:32
27756         Log: more files need to be writable in the source distribution
27757      Branch: maint-5.6/perl
27758            ! Porting/makerel
27759 ____________________________________________________________________________
27760 [  8643] By: jhi                                   on 2001/01/31  14:59:46
27761         Log: Integrate changes #8258,8278,8279 from mainline.
27762              
27763              Make the large file tests more robust/talkative.
27764      Branch: maint-5.6/perl
27765           !> t/lib/syslfs.t t/op/lfs.t
27766 ____________________________________________________________________________
27767 [  8642] By: gsar                                  on 2001/01/31  14:53:48
27768         Log: integrate changes#8311,8334 from mainline
27769              
27770              Add a new MakeMaker variable PM_FILTER that defines a Unix
27771              filter to be run on each .pm during the pm_to_blib() phase,
27772              a fixed version of
27773              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
27774              
27775              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
27776              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
27777              accurate reading of the "atime".  
27778      Branch: maint-5.6/perl
27779           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
27780           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
27781           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
27782 ____________________________________________________________________________
27783 [  8641] By: jhi                                   on 2001/01/31  14:46:37
27784         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
27785      Branch: maint-5.6/perl
27786            ! lib/Getopt/Long.pm
27787 ____________________________________________________________________________
27788 [  8640] By: gsar                                  on 2001/01/31  14:40:24
27789         Log: make regen_all
27790      Branch: maint-5.6/perl
27791            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
27792 ____________________________________________________________________________
27793 [  8639] By: gsar                                  on 2001/01/31  14:37:25
27794         Log: refresh windows config files
27795      Branch: maint-5.6/perl
27796            ! win32/Makefile win32/config_H.bc win32/config_H.gc
27797            ! win32/config_H.vc win32/makefile.mk
27798 ____________________________________________________________________________
27799 [  8638] By: gsar                                  on 2001/01/31  14:28:10
27800         Log: makefile tweaks for windows: introduce a bulk-switch to enable
27801              same options as ActivePerl; sync changes with makefile.mk
27802      Branch: maint-5.6/perl
27803            ! win32/Makefile win32/makefile.mk
27804 ____________________________________________________________________________
27805 [  8637] By: jhi                                   on 2001/01/31  04:41:30
27806         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
27807              From: Nicholas Clark <nick@ccl4.org>
27808              Date: Tue, 30 Jan 2001 19:51:05 +0000
27809              Message-ID: <20010130195105.R76607@plum.flirble.org> 
27810              
27811              op/inc cure.
27812      Branch: perl
27813            ! pp.c pp.h pp_hot.c t/op/arith.t
27814 ____________________________________________________________________________
27815 [  8636] By: jhi                                   on 2001/01/31  02:38:32
27816         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
27817              no perlio],8257,8380,8479,8515 from mainline.
27818              
27819              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
27820              
27821              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
27822              Subject: [PATCH perl@8133] fix-up for VMS extensions
27823              
27824              In VMS embedded perls couldn't access the statically built Socket.
27825              
27826              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
27827              
27828              Further VMS piping fixes from Charles Lane.
27829              
27830              Subject:  [PATCH] make t/op/misc.t work on VMS
27831              
27832              Add tracing for debugging extensions builds in VMS.
27833              
27834              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
27835      Branch: maint-5.6/perl
27836           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
27837           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
27838           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
27839 ____________________________________________________________________________
27840 [  8635] By: jhi                                   on 2001/01/31  01:46:41
27841         Log: Integrate change #7732 from mainline.
27842              
27843              Sparc 64-bit pack() fix from Jens Hamisch.
27844      Branch: maint-5.6/perl
27845           !> pp.c
27846 ____________________________________________________________________________
27847 [  8634] By: jhi                                   on 2001/01/31  01:41:16
27848         Log: One spot missing from #8626.
27849      Branch: maint-5.6/perl
27850            ! sv.c
27851 ____________________________________________________________________________
27852 [  8633] By: jhi                                   on 2001/01/31  00:49:17
27853         Log: Integrate change #7495 from mainline.
27854              
27855              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
27856      Branch: maint-5.6/perl
27857           !> MANIFEST ext/re/Makefile.PL
27858 ____________________________________________________________________________
27859 [  8632] By: jhi                                   on 2001/01/30  23:38:49
27860         Log: Integrate change #8396 from mainline.
27861              
27862              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
27863              better multicast support (resend)
27864      Branch: maint-5.6/perl
27865           !> ext/Socket/Socket.pm
27866 ____________________________________________________________________________
27867 [  8631] By: jhi                                   on 2001/01/30  23:28:03
27868         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
27869              
27870              More AIX lore. (7514, ext/re/hints/aix.pl)
27871              
27872              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
27873              
27874              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)
27875              
27876              Subject: [ID 20001214.002] Net::Ping patch
27877              
27878              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
27879              
27880              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
27881              
27882              Add ReuseAddr as a (preferred) alias for Reuse as we now
27883              also have ReusePort.
27884              
27885              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
27886      Branch: maint-5.6/perl
27887           +> ext/re/hints/aix.pl
27888           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
27889           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
27890 ____________________________________________________________________________
27891 [  8630] By: jhi                                   on 2001/01/30  23:03:59
27892         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
27893              
27894              read() documentation tweak for 20001121.004.
27895              
27896              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
27897      Branch: maint-5.6/perl
27898           !> pod/perlfunc.pod pod/perlre.pod
27899 ____________________________________________________________________________
27900 [  8629] By: jhi                                   on 2001/01/30  22:41:57
27901         Log: Integrate change #8098 from mainline.
27902              
27903              fastgetcwd is defined using a glob alias on a $^O dependent basis
27904              and there was no default assignment or perl subroutine.
27905      Branch: maint-5.6/perl
27906           !> lib/Cwd.pm
27907 ____________________________________________________________________________
27908 [  8628] By: jhi                                   on 2001/01/30  21:58:52
27909         Log: Integrate change #7866 from mainline.
27910              
27911              File::Temp 0.11.
27912      Branch: maint-5.6/perl
27913           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
27914 ____________________________________________________________________________
27915 [  8627] By: jhi                                   on 2001/01/30  21:39:44
27916         Log: Integrate changes #8075,8086,8228 from mainline.  
27917              
27918              Darwin is not Windows. (8075,8086)
27919              
27920              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
27921      Branch: maint-5.6/perl
27922           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
27923           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
27924           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
27925           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
27926 ____________________________________________________________________________
27927 [  8626] By: jhi                                   on 2001/01/30  21:22:11
27928         Log: Integrate with tweakery the change #8625 from mainline,
27929              the multibyte decimal separator fix ("fa_IR locale failure").
27930      Branch: maint-5.6/perl
27931            ! embedvar.h perlapi.h
27932           !> intrpvar.h perl.c perl.h sv.c util.c
27933 ____________________________________________________________________________
27934 [  8625] By: jhi                                   on 2001/01/30  20:26:33
27935         Log: Fix for the fa_IR locale failure.  The reason for the failure
27936              was that Perl was assuming the decimal separator aka the radix
27937              separator is one character.  The Farsi-Iranian locale crushed
27938              that bad assumption since there the separator is 'Momayyez',
27939              glyphwise looking somewhat like a slash, and in Unicode UTF-8
27940              encoded in two bytes, 0xd9 0xab.
27941      Branch: perl
27942            ! intrpvar.h perl.c perl.h sv.c util.c
27943 ____________________________________________________________________________
27944 [  8624] By: gsar                                  on 2001/01/30  20:17:03
27945         Log: regen_headers
27946      Branch: maint-5.6/perl
27947            ! Makefile.SH pod/perlintern.pod
27948 ____________________________________________________________________________
27949 [  8623] By: gsar                                  on 2001/01/30  19:42:34
27950         Log: backout change#7431 and its dependents (causes spurious rebuilds
27951              of autogenerated files)
27952              
27953              fix benign b.t failure
27954      Branch: maint-5.6/perl
27955            ! Makefile.SH t/lib/b.t
27956 ____________________________________________________________________________
27957 [  8622] By: jhi                                   on 2001/01/30  19:41:41
27958         Log: Microperl sync.
27959      Branch: perl
27960            ! mg.c perl.h
27961 ____________________________________________________________________________
27962 [  8621] By: gsar                                  on 2001/01/30  19:24:47
27963         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
27964              from mainline
27965              
27966              Subject: podlators 1.06 released
27967              
27968              Subject: [PATCH @8436] Eliminate op_children
27969              
27970              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
27971              
27972              (Replaced by #8448)  More op_children traces (cleanup of #8442).
27973              
27974              Subject: [PATCH #3 @8436] Re: Eliminate op_children
27975              Replace #8444 and #8445.
27976              
27977              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
27978              at the setting of the ofs_sv in new_struct_thread() as the
27979              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
27980              uninitialized fields are, uh, initialized with),
27981              SvREFCNT_inc()ing that invited a core dump.
27982              
27983              podlators 1.07, from Russ Allbery.
27984              
27985              Subject: [PATCH] regcomp.c old feature removal
27986              From: mjd@plover.com
27987              Date: 16 Jan 2001 14:43:18 -0000 
27988              Message-ID: <20010116144318.7140.qmail@plover.com> 
27989      Branch: maint-5.6/perl
27990           +> lib/Pod/Text/Overstrike.pm
27991           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
27992           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
27993           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
27994           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
27995           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
27996           !> util.c
27997 ____________________________________________________________________________
27998 [  8620] By: gsar                                  on 2001/01/30  18:48:32
27999         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
28000              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
28001              now fails one test)
28002              
28003              Subject: [PATCH] lvalue AUTOLOAD. No, really.
28004              
28005              Subject: [PATCH] Interesting syntax idea
28006              Make opens + bareword assigns do typeglob assigns.
28007              
28008              Tests for #8254.
28009              
28010              Subject: [PATCH @8269] Continue blocks and B::Deparse
28011              Make the peephole optimizer to bypass more null ops and
28012              and rewrite the deparse handling of continue blocks.
28013              
28014              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
28015              Doc tweak on #8313.
28016              
28017              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
28018              
28019              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
28020              
28021              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
28022              
28023              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
28024              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
28025              according to the platform.
28026              
28027              Subject: [PATCH @8404] Consolidated lvalue sub changes
28028              
28029              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
28030              
28031              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
28032              
28033              Subject: B::Concise -- an improved replacement for B::Terse 
28034              
28035              The B::Terse drop-in replacement wasn't quite drop-in.
28036              
28037              The LVRET macro needed an aTHX.
28038              
28039              Use the /^Perl_/-less form of is_lvalue_sub().
28040              
28041              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
28042      Branch: maint-5.6/perl
28043           +> ext/B/B/Concise.pm
28044           !> (integrate 27 files)
28045 ____________________________________________________________________________
28046 [  8619] By: nick                                  on 2001/01/30  18:40:28
28047         Log: Integrate mainline
28048      Branch: perlio
28049           !> (integrate 40 files)
28050 ____________________________________________________________________________
28051 [  8618] By: jhi                                   on 2001/01/30  18:37:18
28052         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
28053              Date: Mon, 29 Jan 2001 22:51:29 -0600
28054              From: "Craig A. Berry" <craigberry@mac.com>
28055              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
28056      Branch: perl
28057            ! vms/test.com
28058 ____________________________________________________________________________
28059 [  8617] By: jhi                                   on 2001/01/30  18:34:53
28060         Log: Subject: [PATCH] Add missing CV flags to dump.c
28061              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28062              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
28063              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
28064      Branch: perl
28065            ! dump.c
28066 ____________________________________________________________________________
28067 [  8616] By: jhi                                   on 2001/01/30  18:20:58
28068         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
28069              part isn't applicable to maintperl.
28070              
28071              UTF-8 nit from Inaba Hiroto.
28072      Branch: maint-5.6/perl
28073           !> pod/perlapi.pod utf8.c
28074 ____________________________________________________________________________
28075 [  8615] By: jhi                                   on 2001/01/30  18:18:51
28076         Log: UTF-8 nit from Inaba Hiroto.
28077      Branch: perl
28078            ! pod/perlapi.pod t/op/each.t utf8.c
28079 ____________________________________________________________________________
28080 [  8614] By: jhi                                   on 2001/01/30  18:13:38
28081         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
28082              
28083              perl's internal variables are not for public consumption,
28084              move their docs from perlapi.pod to perlintern.pod
28085              
28086              support for -Dusethreads build under HP-UX 10.20 and DCE threads
28087              library (11.0 and later have pthreads but 10.x don't)
28088              
28089              avoid uninitialized value warnings
28090              
28091              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
28092              gets weird results)
28093              
28094              perldoc nit on windows
28095              
28096              make it possible to run the tests outside the source tree
28097              (there's still a dependency on ../lib being the library
28098              location)
28099      Branch: perl
28100           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
28101           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
28102           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
28103           !> win32/bin/search.pl win32/vdir.h
28104 ____________________________________________________________________________
28105 [  8613] By: gsar                                  on 2001/01/30  16:39:59
28106         Log: make it possible to run the tests outside the source tree
28107              (there's still a dependency on ../lib being the library
28108              location)
28109      Branch: maint-5.6/perl
28110            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
28111 ____________________________________________________________________________
28112 [  8612] By: gsar                                  on 2001/01/30  16:31:12
28113         Log: perldoc nit on windows
28114      Branch: maint-5.6/perl
28115            ! utils/perldoc.PL
28116 ____________________________________________________________________________
28117 [  8611] By: gsar                                  on 2001/01/30  16:22:54
28118         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
28119              gets weird results)
28120      Branch: maint-5.6/perl
28121            ! win32/vdir.h
28122 ____________________________________________________________________________
28123 [  8610] By: gsar                                  on 2001/01/30  16:12:45
28124         Log: avoid uninitialized value warnings
28125      Branch: maint-5.6/perl
28126            ! win32/bin/search.pl
28127 ____________________________________________________________________________
28128 [  8609] By: gsar                                  on 2001/01/30  16:08:01
28129         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
28130              library (11.0 and later have pthreads but 10.x don't)
28131      Branch: maint-5.6/perl
28132            ! hints/hpux.sh thread.h
28133 ____________________________________________________________________________
28134 [  8608] By: gsar                                  on 2001/01/30  15:48:55
28135         Log: perl's internal variables are not for public consumption,
28136              move their docs from perlapi.pod to perlintern.pod
28137      Branch: maint-5.6/perl
28138            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
28139            ! thrdvar.h
28140 ____________________________________________________________________________
28141 [  8607] By: gsar                                  on 2001/01/30  15:44:27
28142         Log: mistakenly branched perl56delta.pod, revert
28143      Branch: maint-5.6/perl
28144            - pod/perl56delta.pod
28145           !> pod/perldelta.pod
28146 ____________________________________________________________________________
28147 [  8606] By: gsar                                  on 2001/01/30  14:20:24
28148         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
28149              dTHR which has been a noop for a while now, except for the
28150              compatibility definition in thread.h)
28151      Branch: maint-5.6/perl
28152           !> (integrate 45 files)
28153 ____________________________________________________________________________
28154 [  8605] By: jhi                                   on 2001/01/30  05:43:58
28155         Log: Mark the UTF-8 APIs as experimental.
28156      Branch: maint-5.6/perl
28157            ! embed.pl pod/perlapi.pod
28158 ____________________________________________________________________________
28159 [  8604] By: jhi                                   on 2001/01/30  05:38:40
28160         Log: Nits from earlier integrates.
28161      Branch: maint-5.6/perl
28162            ! lib/Carp/Heavy.pm
28163           !> sv.c
28164 ____________________________________________________________________________
28165 [  8603] By: jhi                                   on 2001/01/30  05:27:26
28166         Log: Regenerate Porting files.
28167      Branch: maint-5.6/perl
28168            ! Porting/Glossary Porting/config.sh Porting/config_H
28169 ____________________________________________________________________________
28170 [  8602] By: jhi                                   on 2001/01/30  05:14:59
28171         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
28172              8310,8339,8447,8492,8493,8505,8525: documentation changes.
28173              
28174              Subject: Re: perlfaq style changes
28175              
28176              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
28177              
28178              Subject: [PATCH] docs on NaN
28179              
28180              Subject: [patch] perlfaq7
28181              
28182              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
28183              
28184              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
28185              
28186              Subject: [PATCH] open() example in perlfunc.pod
28187              
28188              Podify README.mpeix (a new version from the web)
28189              
28190              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
28191              
28192              Subject: [PATCH] format and rewording in perlfaq.pod
28193              
28194              Subject: [PATCH] API Variable documentation   
28195              
28196              Memory management calls documentation.
28197              
28198              Subject: [PATCH: perl@8482] README.vms URL updates
28199              
28200              Subject: Minor typos in perlfaq2.pod
28201              
28202              Subject: [PATCH] pod/perlvar.pod
28203      Branch: maint-5.6/perl
28204           +> pod/perl56delta.pod
28205            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
28206           !> README.amiga README.epoc README.mpeix README.vms
28207           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
28208           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
28209           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
28210           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
28211           !> pod/perlvar.pod thrdvar.h
28212 ____________________________________________________________________________
28213 [  8601] By: jhi                                   on 2001/01/30  04:38:35
28214         Log: Integrate changes #8036,8096,8253 from mainline:
28215              hints changes.
28216              
28217              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
28218              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
28219              
28220              Output the (apparent) version of gcc in Tru64.
28221      Branch: maint-5.6/perl
28222           +> ext/POSIX/hints/svr4.pl
28223           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
28224           !> hints/svr4.sh t/lib/bigfltpm.t
28225 ____________________________________________________________________________
28226 [  8600] By: jhi                                   on 2001/01/30  04:04:01
28227         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
28228              locale fixes.
28229              
28230              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
28231              
28232              Debian allows /usr/bin/locale to exist without any locales. (7868)
28233              
28234              Allow the locale test needing POSIX and the taint test
28235              needing IPC::SysV to run under 'minitest' (basically,
28236              bail out if loading the extension fails). (8384)
28237              
28238              Cleanup the locale.t output  (8480)
28239      Branch: maint-5.6/perl
28240           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
28241           !> t/pragma/locale.t
28242 ____________________________________________________________________________
28243 [  8599] By: jhi                                   on 2001/01/30  03:51:04
28244         Log: Missing generated files from #8598.
28245      Branch: maint-5.6/perl
28246            ! embed.h global.sym objXSUB.h perlapi.c proto.h
28247 ____________________________________________________________________________
28248 [  8598] By: jhi                                   on 2001/01/30  03:41:54
28249         Log: Integrate change #8555 from mainline, manually integrate parts
28250              of changes 8452 and 8583.
28251              
28252              Subject: [PATCH] utf8.c documentation (8452)
28253              
28254              No point in checking the length if the pointer is bogus. (8555)
28255              
28256              Introduce bytes_from_utf8() and implement sv_eq() using it,
28257              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
28258              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
28259              was malformed. (8583)
28260      Branch: maint-5.6/perl
28261            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
28262           !> pod/perlapi.pod sv.c utf8.c
28263 ____________________________________________________________________________
28264 [  8597] By: gsar                                  on 2001/01/30  02:37:26
28265         Log: get PERL_OBJECT build going again on windows
28266      Branch: maint-5.6/perl
28267            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
28268            ! pod/perlapi.pod proto.h sv.c
28269 ____________________________________________________________________________
28270 [  8596] By: jhi                                   on 2001/01/30  02:16:17
28271         Log: Signedness nit.
28272      Branch: perl
28273            ! sv.c
28274 ____________________________________________________________________________
28275 [  8595] By: jhi                                   on 2001/01/30  02:11:07
28276         Log: EBCDIC patch for Storable, from Peter Prymmer.
28277      Branch: perl
28278            ! t/lib/st-06compat.t
28279 ____________________________________________________________________________
28280 [  8594] By: jhi                                   on 2001/01/30  01:04:48
28281         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
28282              From: Peter Prymmer <pvhp@forte.com>
28283              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
28284              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
28285      Branch: perl
28286            ! t/lib/b.t
28287 ____________________________________________________________________________
28288 [  8593] By: jhi                                   on 2001/01/30  00:56:47
28289         Log: Subject: [PATCH: perl@8585] pod problems in io
28290              From: Peter Prymmer <pvhp@forte.com>
28291              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
28292              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
28293      Branch: perl
28294            ! pod/perlapio.pod pod/perliol.pod
28295 ____________________________________________________________________________
28296 [  8592] By: jhi                                   on 2001/01/30  00:48:20
28297         Log: Integrate perlio.
28298      Branch: perl
28299           !> pod/perlapio.pod pod/perliol.pod
28300 ____________________________________________________________________________
28301 [  8591] By: nick                                  on 2001/01/29  22:02:28
28302         Log: GNU 'merge' Simon's copy of perliol.pod with version
28303              patched by Craig's patch.
28304      Branch: perlio
28305            ! pod/perliol.pod
28306 ____________________________________________________________________________
28307 [  8590] By: nick                                  on 2001/01/29  21:55:10
28308         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
28309      Branch: perlio
28310            ! pod/perlapio.pod pod/perliol.pod
28311 ____________________________________________________________________________
28312 [  8589] By: jhi                                   on 2001/01/29  15:35:33
28313         Log: Integrate change #8586 from maint-5.6/perl.
28314              
28315              make the BOM detection code not call tell() until it has to
28316              (meant to fix esoteric compatibility issues where PL_rsfp
28317              is overridden)
28318      Branch: perl
28319           !> toke.c
28320 ____________________________________________________________________________
28321 [  8588] By: jhi                                   on 2001/01/29  15:29:11
28322         Log: Subject: MAking Solaris malloc() the default
28323              From: Lupe Christoph <lupe@lupe-christoph.de>
28324              Date: Mon, 29 Jan 2001 12:59:36 +0100
28325              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
28326              
28327              The README.solaris part slightly tweaked.
28328      Branch: perl
28329            ! README.solaris hints/solaris_2.sh
28330 ____________________________________________________________________________
28331 [  8587] By: jhi                                   on 2001/01/29  15:17:34
28332         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
28333              From: root@ak-75.mind.de
28334              Date: Sun, 28 Jan 2001 20:32:29 +0100
28335              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
28336      Branch: perl
28337            ! pod/perlre.pod
28338 ____________________________________________________________________________
28339 [  8586] By: gsar                                  on 2001/01/29  13:43:44
28340         Log: make the BOM detection code not call tell() until it has to
28341              (meant to fix esoteric compatibility issues where PL_rsfp
28342              is overridden)
28343      Branch: maint-5.6/perl
28344            ! toke.c
28345 ____________________________________________________________________________
28346 [  8585] By: jhi                                   on 2001/01/28  20:05:45
28347         Log: Update Changes.
28348      Branch: perl
28349            ! Changes patchlevel.h
28350 ____________________________________________________________________________
28351 [  8584] By: jhi                                   on 2001/01/28  19:30:02
28352         Log: Integrate perlio.
28353      Branch: perl
28354           +> pod/perliol.pod
28355           !> MANIFEST pod/perlapio.pod
28356 ____________________________________________________________________________
28357 [  8583] By: jhi                                   on 2001/01/28  19:28:40
28358         Log: Patch from Inaba Hiroto:
28359              - canonical UTF-8 hash keys: if a key string for a hash is
28360              UTF8-on, try downgrade the string and use it if
28361              unicode::distinct is not in effect.
28362              For the task, I added a function bytes_from_utf8() to utf8.c.
28363              It might resemble utf8_to_bytes() but it is not convenient
28364              to the task.
28365              Made a test for it and added to t/op/each.t
28366              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
28367              the mortal copy of the argument SV.
28368              And changed t/io/utf8.t test 18 which expects print() to
28369              upgrade its argument.
28370              - re-implement sv_eq with bytes_from_utf8()
28371              - some bug fixes
28372              - tr/// does not handle UTF8 range (\x{}-\x{})
28373              - \ before raw UTF8 character produced
28374              "Malformed UTF-8 character" warning.
28375              - "\x{100}\N{CENT SIGN}" is Malformed.
28376              Added tests for these 3.
28377              - and one silly bug (by me) with qu operator.
28378      Branch: perl
28379            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
28380            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
28381            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
28382 ____________________________________________________________________________
28383 [  8582] By: nick                                  on 2001/01/28  19:25:04
28384         Log: Add pod/perliol.pod to MANIFEST :-(
28385      Branch: perlio
28386            ! MANIFEST
28387 ____________________________________________________________________________
28388 [  8581] By: nick                                  on 2001/01/28  19:22:40
28389         Log: PerlIO documentation. Proofing and sub-editing requested.
28390      Branch: perlio
28391            + pod/perliol.pod
28392            ! pod/perlapio.pod
28393 ____________________________________________________________________________
28394 [  8580] By: jhi                                   on 2001/01/28  05:16:25
28395         Log: Revert the change to sv_2pv() done by #8054: Someone who
28396              did SvNV_set() on a scalar that also happened to be POK,
28397              followed by sv_2pv() won't get the right coercion anymore.
28398              [Sarathy]
28399      Branch: maint-5.6/perl
28400            ! sv.c
28401 ____________________________________________________________________________
28402 [  8579] By: jhi                                   on 2001/01/28  05:15:04
28403         Log: Remove the #8084 effect: do not allow -Q to be interpreted
28404              as -&Q(), this is too much wiggle room.
28405      Branch: maint-5.6/perl
28406            ! toke.c
28407 ____________________________________________________________________________
28408 [  8578] By: jhi                                   on 2001/01/28  05:12:45
28409         Log: Needed bits of #8439 (should have been in #8576),
28410              mainly for lval substr().
28411      Branch: maint-5.6/perl
28412            ! mg.c pp.c pp_hot.c
28413 ____________________________________________________________________________
28414 [  8577] By: jhi                                   on 2001/01/28  05:02:46
28415         Log: A missing check-in.
28416      Branch: maint-5.6/perl
28417            ! utf8.c
28418 ____________________________________________________________________________
28419 [  8576] By: jhi                                   on 2001/01/28  04:26:18
28420         Log: Integrate changes #8425,8436,8439,8517 from mainline.
28421              The 8439 was not truly integrated because it had too many
28422              dependencies on the development branch and because it introduced
28423              concepts too bold for a maintenance branch (such as the qu operator).
28424              
28425              Subject: [PATCH perl@8342] -Wformat
28426              
28427              Tighten some of the UTF-8 tests a bit.
28428              
28429              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
28430              - The substr lval was still not okay.
28431              - Now pp_stringify and sv_setsv copies source's UTF8 flag
28432              even if IN_BYTE.  pp_stringify is called from fold_constants
28433              at optimization phase and "\x{100}" was made SvUTF8_off under
28434              use bytes (the bytes pragma is for "byte semantics" and not
28435              for "do not produce UTF8 data")
28436      Branch: maint-5.6/perl
28437            ! t/lib/charnames.t t/op/substr.t toke.c
28438           !> sv.c t/pragma/utf8.t
28439 ____________________________________________________________________________
28440 [  8575] By: jhi                                   on 2001/01/28  04:01:51
28441         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
28442              
28443              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
28444              
28445              Subject: [ID 20001230.003] UTF-8 tr still hurts
28446              
28447              Test cases for #8385 (from Simon's "torture.pl")
28448              
28449              Start fixing UTF-8 lval substr() (8405)
28450      Branch: maint-5.6/perl
28451           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
28452           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
28453 ____________________________________________________________________________
28454 [  8574] By: jhi                                   on 2001/01/28  03:09:06
28455         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
28456              from mainline.
28457              
28458              UTF-8 cleanup.
28459              
28460              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
28461              
28462              "\x{FF}\xFF" was broken.
28463              
28464              Tests for #8329 and #8330.
28465              
28466              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
28467              
28468              IRIX compiler noticed that the bof initialization might be
28469              bypassed by control flow.
28470              
28471              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
28472      Branch: maint-5.6/perl
28473           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
28474           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
28475 ____________________________________________________________________________
28476 [  8573] By: jhi                                   on 2001/01/28  02:06:12
28477         Log: Retract #8552.
28478      Branch: perl
28479            ! lib/Text/Wrap.pm t/lib/textwrap.t
28480 ____________________________________________________________________________
28481 [  8572] By: jhi                                   on 2001/01/28  02:04:49
28482         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
28483              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
28484              not really integrated but instead salvaged by hand
28485              (they had too many dependencies on the development release
28486              to be cleanly integratable).
28487              
28488              Subject: more UTF8 test suites and an UTF8 patch
28489              
28490              Tweak for MULTIPLICITY/USE_PERLIO
28491              
28492              Signedness nit.
28493              
28494              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
28495              
28496              Use the UTF8_XXX macros in is_utf8_char().
28497              
28498              Rewrite pp_concat() in terms of sv_catsv().  The . operator
28499              should now be UTF-8-proof.
28500              
28501              Subject: [PATCH perl@8269] scanning two hex-constants
28502              fails on EBCDIC environment (script length.t)
28503              
28504              Add some Unicode chop() tests.
28505      Branch: maint-5.6/perl
28506            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
28507           !> sv.c t/op/chop.t utf8.h
28508 ____________________________________________________________________________
28509 [  8571] By: jhi                                   on 2001/01/28  00:35:59
28510         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
28511              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
28512              
28513              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
28514              
28515              The maxiters upper limit sanity check (guarding against
28516              non-progress) assumed bytes instead of characters in s///
28517              and split().
28518              
28519              Signedness nit.
28520              
28521              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
28522              join() should now be UTF-8-proof.
28523              
28524              More split // UTF-8 tests. (8250)
28525      Branch: maint-5.6/perl
28526           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
28527           !> util.c
28528 ____________________________________________________________________________
28529 [  8570] By: jhi                                   on 2001/01/27  22:15:46
28530         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
28531              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
28532              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
28533              8084,8204,8244,8333 from mainline.
28534              
28535              For -Q where Q might be a one-letter sub name one does no more
28536              get a warning about an unknown filetest (7941,7943,7944,8084).
28537              
28538              Subject: Re: [ID 20001130.011] expression parsing bug ?
28539              
28540              Make uv_to_utf8() to zero-terminate its output buffer.
28541              
28542              Split off t/op/length.t (7995)
28543              
28544              Split off t/op/utf8decode.t (7996)
28545              
28546              Remove an unnecessary 'use utf8' from the utf8.t (7998)
28547              
28548              Split off t/op/concat.t (8004)
28549              
28550              Split off t/op/ver.t (8005)
28551              
28552              Document utf8_length(), utf8_distance(), and utf8_hop().
28553              
28554              Document utf8_to_uv() better.
28555              
28556              Introduce macros for UTF8 decoding (8028,8033).
28557              
28558              Add test for reverse() (8030,8031).
28559              
28560              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
28561              
28562              Do not return the Unicode replacement character    on UTF-8
28563              decoding failure.
28564              
28565              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
28566              not this_utf8 i.e. the output string has one, but don't mess
28567              with source assumption. (8052,8053)
28568              
28569              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
28570              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
28571              was not expecting to be called with something that was already
28572              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
28573              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
28574              (8054)
28575              
28576              Recode the naughty binary bytes in utf8decode.t using the \xHH.
28577              
28578              Make some panic messages a bit more logical.
28579      Branch: maint-5.6/perl
28580           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
28581           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
28582           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
28583           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
28584           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
28585           !> utf8.c utf8.h
28586 ____________________________________________________________________________
28587 [  8569] By: jhi                                   on 2001/01/27  19:16:43
28588         Log: Integrate changes #7750 from perlio and #8566 from mainline.
28589      Branch: maint-5.6/perl
28590           !> regexec.c sv.c
28591 ____________________________________________________________________________
28592 [  8568] By: jhi                                   on 2001/01/27  18:06:51
28593         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
28594              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
28595              7935[-perlio.c],7936,7959,7965 from mainline.
28596              
28597              Change the "big byte" error message to "Wide character".
28598              (7355, the croak-if-wide-chars-in-print part ignored)
28599              
28600              Use UINT64_C().
28601              
28602              Introduce Perl_utf8_length().
28603              
28604              diff -se shows these as different (7753, forgotten check-ins)
28605              
28606              Subject: [PATCH] doop.c - UTF8 tr///
28607              
28608              If we use (aTHX_ ...) then put Perl_ on the front.
28609              
28610              Make utf8_length() and utf8_distance() to be less forgiving
28611              about bad UTF-8.
28612              
28613              Test line numbers are different with utf8.
28614              
28615              No need to scan till infinity, 13 is enough. (7872,7911)
28616              
28617              Subject: [PATCH] Tokeniser debugging
28618              
28619              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
28620              
28621              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
28622              
28623              Be more careful in Perl_sv_utf8_downgrade().
28624              
28625              Use DO_UTF8().
28626              
28627              Raw zero bytes in text files confuse at least GNU patch 2.1.
28628      Branch: maint-5.6/perl
28629           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
28630           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
28631           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
28632           !> t/pragma/utf8.t toke.c utf8.c utf8.h
28633 ____________________________________________________________________________
28634 [  8567] By: nick                                  on 2001/01/27  11:10:38
28635         Log: Integrate mainline
28636      Branch: perlio
28637           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
28638           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
28639           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
28640           !> toke.c
28641 ____________________________________________________________________________
28642 [  8566] By: jhi                                   on 2001/01/27  06:22:48
28643         Log: More documentation for the regexp context stack.
28644      Branch: perl
28645            ! regexec.c
28646 ____________________________________________________________________________
28647 [  8565] By: jhi                                   on 2001/01/27  05:21:57
28648         Log: Update Changes.
28649      Branch: perl
28650            ! Changes patchlevel.h
28651 ____________________________________________________________________________
28652 [  8564] By: jhi                                   on 2001/01/27  04:44:04
28653         Log: Threadedness patch for #8562 from Doug MacEachern.
28654      Branch: perl
28655            ! toke.c
28656 ____________________________________________________________________________
28657 [  8563] By: jhi                                   on 2001/01/27  04:26:24
28658         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
28659              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
28660              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
28661              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
28662      Branch: perl
28663            ! op.c
28664 ____________________________________________________________________________
28665 [  8562] By: jhi                                   on 2001/01/27  04:20:30
28666         Log: Subject: Re: Announce : Tokener reporting patch
28667              From: Simon Cozens <simon@cozens.net>
28668              Date: Mon, 22 Jan 2001 02:17:22 +0000
28669              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
28670      Branch: perl
28671            ! embed.h embed.pl proto.h toke.c
28672 ____________________________________________________________________________
28673 [  8561] By: jhi                                   on 2001/01/27  04:17:24
28674         Log: Forgot from #8545.  Oops.
28675      Branch: perl
28676            ! pp.c t/pragma/overload.t
28677 ____________________________________________________________________________
28678 [  8560] By: jhi                                   on 2001/01/27  03:01:47
28679         Log: A better module compilation test, use MANIFEST as suggested
28680              by Spider.
28681      Branch: perl
28682            ! t/lib/1_compile.t
28683 ____________________________________________________________________________
28684 [  8559] By: jhi                                   on 2001/01/27  02:50:48
28685         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
28686              From: Peter Prymmer <pvhp@forte.com>
28687              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
28688              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
28689      Branch: perl
28690            ! t/lib/b.t
28691 ____________________________________________________________________________
28692 [  8558] By: jhi                                   on 2001/01/27  02:27:05
28693         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
28694              From: Peter Prymmer <pvhp@forte.com>
28695              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
28696              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
28697      Branch: perl
28698            ! t/pragma/sub_lval.t
28699 ____________________________________________________________________________
28700 [  8557] By: jhi                                   on 2001/01/27  02:26:03
28701         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
28702              From: Peter Prymmer <pvhp@forte.com>
28703              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
28704              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
28705      Branch: perl
28706            ! t/lib/st-06compat.t
28707 ____________________________________________________________________________
28708 [  8556] By: jhi                                   on 2001/01/27  02:24:33
28709         Log: Subject: [PATCH: perl@8531] minor update to README.os390
28710              From: Peter Prymmer <pvhp@forte.com>
28711              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
28712              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
28713      Branch: perl
28714            ! README.os390
28715 ____________________________________________________________________________
28716 [  8555] By: jhi                                   on 2001/01/27  00:35:47
28717         Log: No point in checking the length before we know whether the pointer
28718              is bogus or not, fixes Abigail's odbm failures in Linux.
28719      Branch: perl
28720            ! sv.c
28721 ____________________________________________________________________________
28722 [  8554] By: nick                                  on 2001/01/26  19:01:31
28723         Log: Integrate mainline
28724      Branch: perlio
28725           !> lib/Text/Wrap.pm t/lib/textwrap.t
28726 ____________________________________________________________________________
28727 [  8553] By: jhi                                   on 2001/01/26  15:19:39
28728         Log: Integrate change #7792 from perlio (multiplicity fix),
28729              fix the AV leak in regex DEBUGGING (tiny part of the
28730              polymorphic regexp patch #8143).
28731      Branch: maint-5.6/perl
28732            ! regcomp.c
28733           !> scope.h
28734 ____________________________________________________________________________
28735 [  8552] By: jhi                                   on 2001/01/26  15:03:23
28736         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
28737              From: Michael G Schwern <schwern@pobox.com>
28738              Date: Fri, 26 Jan 2001 09:28:31 -0500
28739              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
28740      Branch: perl
28741            ! lib/Text/Wrap.pm t/lib/textwrap.t
28742 ____________________________________________________________________________
28743 [  8551] By: jhi                                   on 2001/01/26  02:33:19
28744         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
28745              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
28746              
28747              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
28748              
28749              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
28750              
28751              Message nit.
28752              
28753              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
28754              
28755              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
28756              
28757              (the cleanup of unused submatches in regtry() and regcppop())
28758              
28759              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
28760              stored and restored, and thusly was trounced by the utf8 swash
28761              routines.
28762              
28763              use utf8 not required to use \x{}.
28764              
28765              Removed two more tests that make no sense in UTF-8 since the test
28766              data is not in UTF-8.
28767              
28768              Get the three different space character classes right under utf8.
28769              
28770              Implement ANYOFUTF8 regprop() dumping.
28771              
28772              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
28773              
28774              Document the regex context pushing/popping a bit better.
28775      Branch: maint-5.6/perl
28776           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
28777           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
28778           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
28779           !> t/op/regmesg.t utf8.c
28780 ____________________________________________________________________________
28781 [  8550] By: nick                                  on 2001/01/25  19:42:30
28782         Log: Integrate mainline
28783      Branch: perlio
28784           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
28785           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
28786           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
28787           !> t/lib/bigint.t t/lib/bigintpm.t
28788 ____________________________________________________________________________
28789 [  8549] By: jhi                                   on 2001/01/25  15:22:28
28790         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
28791      Branch: maint-5.6/perl
28792            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
28793 ____________________________________________________________________________
28794 [  8548] By: jhi                                   on 2001/01/25  15:02:55
28795         Log: Integrate changes #7997,8063,8492,8547 from mainline.
28796              
28797              Subject: Re: STRLEN - what?
28798              
28799              Subject: [PATCH] perlguts.pod
28800              
28801              Memory management calls documentation.
28802              
28803              Layout using tabulator is not a good idea in a pod.
28804      Branch: maint-5.6/perl
28805           !> pod/perlguts.pod
28806 ____________________________________________________________________________
28807 [  8547] By: jhi                                   on 2001/01/25  14:49:05
28808         Log: Layout using tabulator is not a good idea in a pod.
28809      Branch: perl
28810            ! pod/perlguts.pod
28811 ____________________________________________________________________________
28812 [  8546] By: jhi                                   on 2001/01/25  14:31:12
28813         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
28814              from mainline.
28815              
28816              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
28817              
28818              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
28819              
28820              More Win32 editor/IDE/shell hints.
28821              
28822              More Win32 Perling.
28823              
28824              Yet another editor edit.
28825              
28826              Edit edit edit.
28827              
28828              IDE/editor section tweaking.
28829              
28830              Few more IDE/editor nits from p5p.
28831      Branch: maint-5.6/perl
28832           !> pod/perlfaq3.pod
28833 ____________________________________________________________________________
28834 [  8545] By: jhi                                   on 2001/01/25  04:16:32
28835         Log: Subject: [PATCH 5.7.0] overload int()
28836              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28837              Date: Wed, 24 Jan 2001 19:06:57 -0500
28838              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
28839      Branch: perl
28840            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
28841            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
28842            ! t/lib/bigintpm.t
28843 ____________________________________________________________________________
28844 [  8544] By: jhi                                   on 2001/01/25  04:15:11
28845         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
28846              From: Peter Prymmer <pvhp@forte.com>
28847              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
28848              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
28849      Branch: perl
28850            ! Makefile.SH README.os390 hints/os390.sh installperl
28851 ____________________________________________________________________________
28852 [  8543] By: jhi                                   on 2001/01/25  03:52:08
28853         Log: Integrate change #8462,8469 from mainline.
28854              
28855              In VMS Perl subversion (perl -V) is undef.
28856      Branch: maint-5.6/perl
28857           !> configure.com
28858 ____________________________________________________________________________
28859 [  8542] By: jhi                                   on 2001/01/25  03:44:55
28860         Log: Integrate changes #7835,7850,8315,8316 from mainline.
28861              
28862              Solaris hints.
28863      Branch: maint-5.6/perl
28864           !> hints/solaris_2.sh
28865 ____________________________________________________________________________
28866 [  8541] By: jhi                                   on 2001/01/25  03:39:28
28867         Log: Integrate #8336 from mainline.
28868      Branch: maint-5.6/perl
28869           !> hv.c
28870 ____________________________________________________________________________
28871 [  8540] By: jhi                                   on 2001/01/25  03:23:50
28872         Log: Retract #8539.
28873      Branch: maint-5.6/perl
28874            ! pod/perlfaq3.pod
28875 ____________________________________________________________________________
28876 [  8539] By: jhi                                   on 2001/01/25  03:21:55
28877         Log: (Retracted by #5940.)
28878      Branch: maint-5.6/perl
28879            ! pod/perlfaq3.pod
28880 ____________________________________________________________________________
28881 [  8538] By: jhi                                   on 2001/01/25  03:14:07
28882         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
28883              From: Peter Prymmer <pvhp@forte.com>
28884              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
28885              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
28886              
28887              The VMS bits.
28888      Branch: maint-5.6/perl
28889            ! configure.com vms/descrip_mms.template
28890 ____________________________________________________________________________
28891 [  8537] By: jhi                                   on 2001/01/25  03:06:09
28892         Log: Integrate #7710,7824,7973 from mainline.
28893      Branch: maint-5.6/perl
28894           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
28895           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
28896           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
28897           !> vos/config.ga.def vos/config.ga.h win32/config.bc
28898           !> win32/config.gc win32/config.vc
28899 ____________________________________________________________________________
28900 [  8536] By: jhi                                   on 2001/01/24  13:50:20
28901         Log: Revert the edits made by me so far to the 5.6 branch since
28902              the TRIAL1 since I did edits when I should have been using
28903              integrates.  Bad programmer.   (Will integrate them properly later.)
28904              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
28905              The #8353 will not be reapplied at least for now since
28906              the UTF-8 hash keys need more thinking.
28907              (The patches #8347, #8354, #8454, #8473 were okay since they
28908              were original edits made specifically for the 5.6.1-TRIAL1.)
28909      Branch: maint-5.6/perl
28910            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28911            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
28912            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
28913            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
28914            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
28915            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
28916            ! win32/config.bc win32/config.gc win32/config.vc
28917 ____________________________________________________________________________
28918 [  8535] By: bailey                                on 2001/01/24  06:37:02
28919         Log: SYN SYN
28920      Branch: vmsperl
28921           +> (branch 26 files)
28922           !> (integrate 130 files)
28923 ____________________________________________________________________________
28924 [  8534] By: nick                                  on 2001/01/23  19:30:57
28925         Log: Integrate mainline.
28926      Branch: perlio
28927           !> Changes Configure Porting/Glossary Porting/config.sh
28928           !> Porting/config_H embed.h embed.pl ext/Encode/compile
28929           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
28930           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
28931           !> pod/perlvar.pod proto.h t/lib/1_compile.t
28932 ____________________________________________________________________________
28933 [  8533] By: jhi                                   on 2001/01/23  16:15:46
28934         Log: Forgotten from #8501.
28935      Branch: perl
28936            ! Porting/Glossary Porting/config.sh Porting/config_H
28937 ____________________________________________________________________________
28938 [  8532] By: jhi                                   on 2001/01/23  16:13:27
28939         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
28940              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
28941              Date: Mon, 22 Jan 2001 17:51:58 +0100
28942              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
28943      Branch: perl
28944            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
28945 ____________________________________________________________________________
28946 [  8531] By: jhi                                   on 2001/01/23  15:46:01
28947         Log: Update Changes.
28948      Branch: perl
28949            ! Changes patchlevel.h
28950 ____________________________________________________________________________
28951 [  8530] By: jhi                                   on 2001/01/23  15:38:39
28952         Log: De-cut-and-pasto.
28953      Branch: perl
28954            ! t/lib/1_compile.t
28955 ____________________________________________________________________________
28956 [  8529] By: jhi                                   on 2001/01/23  15:11:04
28957         Log: Document the mkdir trailing slashes case.
28958      Branch: perl
28959            ! pod/perlfunc.pod
28960 ____________________________________________________________________________
28961 [  8528] By: jhi                                   on 2001/01/23  15:08:28
28962         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
28963              get installed:
28964              
28965              Subject: lib/lib.pm
28966              From: <abigail@foad.org>
28967              Date: Mon, 28 Aug 2000 20:35:08 -0400
28968              Message-ID: <20000829003508.21281.qmail@foad.org>
28969      Branch: perl
28970            ! installperl
28971 ____________________________________________________________________________
28972 [  8527] By: jhi                                   on 2001/01/23  14:44:04
28973         Log: Metaconfig unit change for #8526.
28974      Branch: metaconfig
28975            ! U/threads/archname.U
28976 ____________________________________________________________________________
28977 [  8526] By: jhi                                   on 2001/01/23  14:43:19
28978         Log: Attach -perlio to the archname if so selected.
28979      Branch: perl
28980            ! Configure
28981 ____________________________________________________________________________
28982 [  8525] By: jhi                                   on 2001/01/23  14:24:01
28983         Log: Subject: [PATCH] pod/perlvar.pod
28984              From: abigail@foad.org
28985              Date: Tue, 23 Jan 2001 01:41:10 +0100
28986              Message-ID: <20010123004110.22259.qmail@foad.org>
28987      Branch: perl
28988            ! pod/perlvar.pod
28989 ____________________________________________________________________________
28990 [  8524] By: jhi                                   on 2001/01/23  14:22:32
28991         Log: A bug introduced in #8217 (the undefined variable in the
28992              lib/safe1_t #3) fixed, by Charles Lane:
28993              
28994              The earlier patch made it so that stuff running in Safe
28995              compartments could do a "caller" and see "main".  That
28996              little change in name is done right before the code in
28997              the compartment is run, and apparantly the parser
28998              was picking up the stash name before it got changed.
28999              
29000              (why it was threaded vs. unthreaded Perl that was sensitive to this
29001              I still don't know...and it probably doesn't matter).
29002              
29003              I tryed removing the stash name-change and saw that threaded Perl
29004              did indeed pass the lib/safe1.t tests.
29005              
29006              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
29007              do the name change (and to connect _ in the compartment to the global
29008              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
29009              to call _safe_pkg_prep when creating a new compartment.
29010              
29011              Passes all tests with threaded perl on linux; passes all tests
29012              with unthreaded perl on VMS.
29013              
29014              At some point I'll probably want to revisit Safe and Opcode to
29015              provide more sensible handling of global variables...and to get
29016              formats working in Safe compartments, which they don't do currently.
29017      Branch: perl
29018            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
29019 ____________________________________________________________________________
29020 [  8523] By: jhi                                   on 2001/01/23  14:11:58
29021         Log: Also the lib/Thread.pm itself needs to be ignored if
29022              the Thread extension hasn't been built.
29023      Branch: perl
29024            ! t/lib/1_compile.t
29025 ____________________________________________________________________________
29026 [  8522] By: jhi                                   on 2001/01/23  13:51:28
29027         Log: print() instead of warn() so that stderr doesn't get
29028              unncessarily polluted.
29029      Branch: perl
29030            ! ext/Encode/compile
29031 ____________________________________________________________________________
29032 [  8521] By: jhi                                   on 2001/01/23  13:49:48
29033         Log: Integrate perlio.
29034      Branch: perl
29035           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
29036           !> ext/Encode/encode.h
29037 ____________________________________________________________________________
29038 [  8520] By: nick                                  on 2001/01/22  21:44:00
29039         Log: More messing with Encode:
29040              Extra fields in header to allow multiple names and to record
29041              other things "compile" knows.
29042              Re-organise compile to factor out common output routines.
29043      Branch: perlio
29044            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
29045 ____________________________________________________________________________
29046 [  8519] By: nick                                  on 2001/01/22  20:33:50
29047         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
29048      Branch: perlio
29049            ! ext/Encode/Makefile.PL ext/Encode/compile
29050 ____________________________________________________________________________
29051 [  8518] By: nick                                  on 2001/01/22  20:28:13
29052         Log: Integrate mainline
29053      Branch: perlio
29054           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
29055           !> vos/config.alpha.def vos/config.alpha.h
29056 ____________________________________________________________________________
29057 [  8517] By: jhi                                   on 2001/01/22  15:37:17
29058         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
29059              by Inaba Hiroto.
29060      Branch: perl
29061            ! sv.c
29062 ____________________________________________________________________________
29063 [  8516] By: jhi                                   on 2001/01/22  14:55:15
29064         Log: More SIG_SIZE fixes.
29065      Branch: perl
29066            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
29067 ____________________________________________________________________________
29068 [  8515] By: jhi                                   on 2001/01/22  14:50:27
29069         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
29070              From: "Craig A. Berry" <craigberry@mac.com>
29071              Date: Mon, 22 Jan 2001 00:42:24 -0600
29072              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
29073      Branch: perl
29074            ! configure.com
29075 ____________________________________________________________________________
29076 [  8514] By: jhi                                   on 2001/01/22  14:31:17
29077         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
29078              From: "Craig A. Berry" <craigberry@mac.com>
29079              Date: Sun, 21 Jan 2001 23:03:25 -0600
29080              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
29081      Branch: perl
29082            ! configure.com
29083 ____________________________________________________________________________
29084 [  8513] By: jhi                                   on 2001/01/22  14:14:00
29085         Log: Add the .ucm encoding tables to the MANIFEST.
29086      Branch: perl
29087            ! MANIFEST
29088 ____________________________________________________________________________
29089 [  8512] By: jhi                                   on 2001/01/22  13:43:33
29090         Log: Integrate perlio.
29091      Branch: perl
29092           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
29093           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
29094           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
29095           +> ext/Encode/Encode/iso8859-10.ucm
29096           +> ext/Encode/Encode/iso8859-13.ucm
29097           +> ext/Encode/Encode/iso8859-14.ucm
29098           +> ext/Encode/Encode/iso8859-15.ucm
29099           +> ext/Encode/Encode/iso8859-16.ucm
29100           +> ext/Encode/Encode/iso8859-2.ucm
29101           +> ext/Encode/Encode/iso8859-3.ucm
29102           +> ext/Encode/Encode/iso8859-4.ucm
29103           +> ext/Encode/Encode/iso8859-5.ucm
29104           +> ext/Encode/Encode/iso8859-6.ucm
29105           +> ext/Encode/Encode/iso8859-7.ucm
29106           +> ext/Encode/Encode/iso8859-8.ucm
29107           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
29108           +> ext/Encode/Encode/symbol.ucm
29109           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
29110           !> perliol.h
29111 ____________________________________________________________________________
29112 [  8511] By: nick                                  on 2001/01/21  23:44:47
29113         Log: Make "real" layers of ":utf8" and ":raw".
29114              So now PERLIO=utf8 perl ...
29115              does what Andreas wanted.
29116              Fix arg passing in open.pm (still have a Carp issue).
29117      Branch: perlio
29118            ! lib/open.pm perlio.c perliol.h
29119 ____________________________________________________________________________
29120 [  8510] By: jhi                                   on 2001/01/21  22:56:53
29121         Log: Document the regex context pushing/popping a bit better.
29122      Branch: perl
29123            ! regexec.c
29124 ____________________________________________________________________________
29125 [  8509] By: jhi                                   on 2001/01/21  22:55:44
29126         Log: Tweak the mkdir trailing slash code some more.
29127              
29128              TO DO: the same handling should probably be done for
29129              all the other filesystem functions that can have directories
29130              as their arguments.
29131      Branch: perl
29132            ! pp_sys.c
29133 ____________________________________________________________________________
29134 [  8508] By: nick                                  on 2001/01/21  21:37:43
29135         Log: Switch "compiled in" encodings to .ucm format.
29136              (Leave others as .enc till we can run-time load .ucm,
29137              or find some other way to load them.)
29138      Branch: perlio
29139            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
29140            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
29141            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
29142            + ext/Encode/Encode/iso8859-10.ucm
29143            + ext/Encode/Encode/iso8859-13.ucm
29144            + ext/Encode/Encode/iso8859-14.ucm
29145            + ext/Encode/Encode/iso8859-15.ucm
29146            + ext/Encode/Encode/iso8859-16.ucm
29147            + ext/Encode/Encode/iso8859-2.ucm
29148            + ext/Encode/Encode/iso8859-3.ucm
29149            + ext/Encode/Encode/iso8859-4.ucm
29150            + ext/Encode/Encode/iso8859-5.ucm
29151            + ext/Encode/Encode/iso8859-6.ucm
29152            + ext/Encode/Encode/iso8859-7.ucm
29153            + ext/Encode/Encode/iso8859-8.ucm
29154            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
29155            + ext/Encode/Encode/symbol.ucm
29156            ! ext/Encode/Makefile.PL ext/Encode/compile
29157 ____________________________________________________________________________
29158 [  8507] By: nick                                  on 2001/01/21  21:02:03
29159         Log: Integrate (partial) mainline.
29160      Branch: perlio
29161           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
29162           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
29163           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
29164 ____________________________________________________________________________
29165 [  8506] By: jhi                                   on 2001/01/21  20:09:30
29166         Log: Update Changes.
29167      Branch: perl
29168            ! Changes patchlevel.h
29169 ____________________________________________________________________________
29170 [  8505] By: jhi                                   on 2001/01/21  19:39:59
29171         Log: Subject: Minor typos in perlfaq2.pod
29172              From: "Stephen P. Potter" <spp@spotter.yi.org>
29173              Message-Id: <200101192101.QAA11911@spotter.yi.org>
29174              Date: Fri, 19 Jan 2001 16:01:13 -0500
29175              
29176              with a nit from Philip Netwon.
29177      Branch: perl
29178            ! pod/perlfaq2.pod
29179 ____________________________________________________________________________
29180 [  8504] By: jhi                                   on 2001/01/21  19:33:05
29181         Log: Metaconfig change for #8503.
29182      Branch: metaconfig
29183            ! U/threads/usethreads.U
29184 ____________________________________________________________________________
29185 [  8503] By: jhi                                   on 2001/01/21  19:32:21
29186         Log: Sanity check for conflicting thread flavours.
29187      Branch: perl
29188            ! Configure config_h.SH
29189 ____________________________________________________________________________
29190 [  8502] By: jhi                                   on 2001/01/21  19:23:00
29191         Log: Metaconfig change for #8501.
29192      Branch: metaconfig
29193            ! U/modified/sig_name.U
29194 ____________________________________________________________________________
29195 [  8501] By: jhi                                   on 2001/01/21  19:22:26
29196         Log: The SIG_SIZE is the number of the elements *excluding*
29197              the terminating NULL.
29198      Branch: perl
29199            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
29200            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
29201            ! win32/config_H.vc
29202 ____________________________________________________________________________
29203 [  8500] By: jhi                                   on 2001/01/21  18:31:31
29204         Log: Integrate perlio.
29205      Branch: perl
29206           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
29207           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
29208           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
29209           !> pp_sys.c proto.h sv.c
29210 ____________________________________________________________________________
29211 [  8499] By: jhi                                   on 2001/01/21  17:43:57
29212         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
29213              From: Hugo <hv@crypt.compulink.co.uk>
29214              Date: Sun, 21 Jan 2001 13:34:05 +0000
29215              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
29216              
29217              In sprintf UTF8ize only if necessary.
29218      Branch: perl
29219            ! sv.c
29220 ____________________________________________________________________________
29221 [  8498] By: nick                                  on 2001/01/21  16:25:32
29222         Log: Encode cleanup.
29223              Add command line control over "compile" so that Makefile.PL
29224              needs can be combined with other uses.
29225              Use command line options in Makefile.PL.
29226              Fix multi-byte parsing in .ucm files.
29227      Branch: perlio
29228            ! ext/Encode/Makefile.PL ext/Encode/compile
29229 ____________________________________________________________________________
29230 [  8497] By: nick                                  on 2001/01/21  12:56:27
29231         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
29232      Branch: perlio
29233            ! ext/Encode/Encode.xs
29234 ____________________________________________________________________________
29235 [  8496] By: nick                                  on 2001/01/21  12:18:45
29236         Log: Fixup after integrate:
29237              missed the .sym files that are changed by regen_headers
29238              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
29239      Branch: perlio
29240            ! global.sym pp.sym sv.c
29241 ____________________________________________________________________________
29242 [  8495] By: nick                                  on 2001/01/21  11:51:07
29243         Log: Integrate mainline.
29244      Branch: perlio
29245           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
29246           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
29247           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
29248           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
29249           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
29250           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
29251           !> win32/Makefile win32/makefile.mk
29252 ____________________________________________________________________________
29253 [  8494] By: jhi                                   on 2001/01/20  23:12:11
29254         Log: Forgot the expect_number() prototype.
29255      Branch: perl
29256            ! embed.h embed.pl proto.h
29257 ____________________________________________________________________________
29258 [  8493] By: jhi                                   on 2001/01/20  22:56:39
29259         Log: Subject: [PATCH: perl@8482] README.vms URL updates
29260              From: Peter Prymmer <pvhp@forte.com>
29261              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
29262              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
29263              
29264              Plus Craig A. Berry's suggestion to use compaq.com instead
29265              of digital.com.
29266      Branch: perl
29267            ! README.vms
29268 ____________________________________________________________________________
29269 [  8492] By: jhi                                   on 2001/01/20  22:50:05
29270         Log: Memory management calls documentation.
29271      Branch: perl
29272            ! pod/perlguts.pod
29273 ____________________________________________________________________________
29274 [  8491] By: jhi                                   on 2001/01/20  22:38:33
29275         Log: Signedness nit plus few memcpy/Copy nits.
29276      Branch: perl
29277            ! sv.c
29278 ____________________________________________________________________________
29279 [  8490] By: jhi                                   on 2001/01/20  22:25:53
29280         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
29281              From: Peter Prymmer <pvhp@forte.com>
29282              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
29283              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
29284      Branch: perl
29285            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
29286 ____________________________________________________________________________
29287 [  8489] By: jhi                                   on 2001/01/20  22:24:41
29288         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
29289              From: Peter Prymmer <pvhp@forte.com>
29290              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
29291              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
29292      Branch: perl
29293            ! win32/Makefile win32/makefile.mk
29294 ____________________________________________________________________________
29295 [  8488] By: jhi                                   on 2001/01/20  22:22:27
29296         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
29297              From: Peter Prymmer <pvhp@forte.com>
29298              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
29299              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
29300      Branch: perl
29301            ! Makefile.SH
29302 ____________________________________________________________________________
29303 [  8487] By: jhi                                   on 2001/01/20  22:21:18
29304         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
29305              From: Peter Prymmer <pvhp@forte.com>
29306              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
29307              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
29308      Branch: perl
29309            + ext/DynaLoader/dl_dllload.xs
29310            ! MANIFEST Makefile.SH hints/os390.sh
29311 ____________________________________________________________________________
29312 [  8486] By: jhi                                   on 2001/01/20  22:17:53
29313         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
29314              From: Peter Prymmer <pvhp@forte.com>
29315              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
29316              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
29317      Branch: perl
29318            ! README.os390 README.posix-bc
29319 ____________________________________________________________________________
29320 [  8485] By: jhi                                   on 2001/01/20  20:15:30
29321         Log: Document and test the new qu operator.
29322      Branch: perl
29323            + t/op/qu.t
29324            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
29325            ! pod/perlretut.pod pod/perlunicode.pod
29326 ____________________________________________________________________________
29327 [  8484] By: nick                                  on 2001/01/20  19:42:30
29328         Log: Infrastructure to allow:
29329              open($fh,"|-",@array);
29330              to be implemented
29331              i.e. mark pp_open as needing a stack mark, and make pp_open
29332              process its args in that style (and pass them _all_ to tied handles OPEN).
29333              Invent do_openn() which takes SV ** at allow it to see multiple args.
29334              Note this does not _do_ anything yet.
29335      Branch: perlio
29336            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
29337            ! perlapi.c pp_proto.h pp_sys.c proto.h
29338 ____________________________________________________________________________
29339 [  8483] By: nick                                  on 2001/01/20  17:23:14
29340         Log: Integrate mainline.
29341      Branch: perlio
29342           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
29343           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
29344 ____________________________________________________________________________
29345 [  8482] By: jhi                                   on 2001/01/19  15:37:49
29346         Log: Update Changes.
29347      Branch: perl
29348            ! Changes patchlevel.h
29349 ____________________________________________________________________________
29350 [  8481] By: jhi                                   on 2001/01/19  14:41:24
29351         Log: Subject: Re: new feature: s?printf parameter reordering 
29352              From: Hugo <hv@crypt.compulink.co.uk>
29353              Date: Thu, 11 Jan 2001 17:09:03 +0000
29354              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
29355              
29356              - support reordering for all parameters: %, *v, *, .*
29357              - lay down that the reordering specification must immediately
29358              follow that parameter: %3$, *v3$, *3$, .*3$
29359              - fix vectorisation of a zero-length string
29360              - factor out the code choosing the argument to format
29361              
29362              Possibly unwanted side-effects:
29363              - the special format specifiers ' +-0' must now precede any
29364              vectorisation specifier. Tests in op/sprintf and op/ver
29365              have been changed to reflect this.
29366              - sprintf.t test #214 changed its expectations because in many
29367              cases, the next parameter has already been consumed when an
29368              invalid type letter is detected.
29369              
29370              Probably wanted side-effects:
29371              - attempts to format a non-existent parameter will warn as if C<undef>
29372              - attempt to write to non-existent parameter with '%n' will complain
29373              of "attempt to modify read-only value" instead of being silent
29374      Branch: perl
29375            ! sv.c t/op/sprintf.t t/op/ver.t
29376 ____________________________________________________________________________
29377 [  8480] By: jhi                                   on 2001/01/19  14:08:37
29378         Log: Subject: PATCH pragma/locale.t
29379              From: andreas.koenig@anima.de (Andreas J. Koenig)
29380              Date: 18 Jan 2001 09:45:37 +0100
29381              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
29382      Branch: perl
29383            ! t/pragma/locale.t
29384 ____________________________________________________________________________
29385 [  8479] By: jhi                                   on 2001/01/19  13:19:58
29386         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
29387      Branch: perl
29388            ! configure.com
29389 ____________________________________________________________________________
29390 [  8478] By: jhi                                   on 2001/01/19  02:12:35
29391         Log: Automate 1_compile.t.
29392      Branch: perl
29393            ! t/lib/1_compile.t
29394 ____________________________________________________________________________
29395 [  8477] By: jhi                                   on 2001/01/19  01:49:56
29396         Log: Integrate perlio.
29397      Branch: perl
29398           !> sv.c win32/config.bc win32/config.gc win32/config.vc
29399           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
29400 ____________________________________________________________________________
29401 [  8476] By: nick                                  on 2001/01/18  21:51:52
29402         Log: Integrate mainline
29403      Branch: perlio
29404           +> t/lib/1_compile.t t/lib/compmod.pl
29405           !> MANIFEST configure.com lib/unicode/distinct.pm
29406 ____________________________________________________________________________
29407 [  8475] By: nick                                  on 2001/01/18  21:48:02
29408         Log: Win32 "safe signals" co-existance fix.
29409              Fix SIG_SIZE value.
29410              Clear PL_sig_pending when cloning (fork).
29411      Branch: perlio
29412            ! sv.c win32/config.bc win32/config.gc win32/config.vc
29413            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29414 ____________________________________________________________________________
29415 [  8474] By: jhi                                   on 2001/01/18  14:40:57
29416         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
29417      Branch: perl
29418            ! t/lib/1_compile.t
29419 ____________________________________________________________________________
29420 [  8473] By: gsar                                  on 2001/01/18  11:42:31
29421         Log: unsubmitted trial1 change
29422      Branch: maint-5.6/perl
29423            ! Changes
29424 ____________________________________________________________________________
29425 [  8472] By: jhi                                   on 2001/01/18  04:30:24
29426         Log: The first bug found by 1_compile.t.
29427      Branch: perl
29428            ! lib/unicode/distinct.pm
29429 ____________________________________________________________________________
29430 [  8471] By: jhi                                   on 2001/01/18  04:29:42
29431         Log: Add Schwern's 1_compile test.  The compile_module script renamed
29432              to be a bit shorter for the 8.3 people.
29433      Branch: perl
29434            + t/lib/1_compile.t t/lib/compmod.pl
29435            ! MANIFEST
29436 ____________________________________________________________________________
29437 [  8470] By: jhi                                   on 2001/01/18  04:16:00
29438         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)
29439              From: Peter Prymmer <pvhp@forte.com>
29440              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
29441              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
29442              Replace #8463.
29443      Branch: maint-5.6/perl
29444            ! configure.com
29445 ____________________________________________________________________________
29446 [  8469] By: jhi                                   on 2001/01/18  04:13:02
29447         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)
29448              From: Peter Prymmer <pvhp@forte.com>
29449              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
29450              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
29451              Replace #8462.
29452      Branch: perl
29453            ! configure.com
29454 ____________________________________________________________________________
29455 [  8468] By: jhi                                   on 2001/01/18  03:42:08
29456         Log: Integrate perlio.
29457      Branch: perl
29458           !> gv.c mg.c perlio.c util.c
29459 ____________________________________________________________________________
29460 [  8467] By: nick                                  on 2001/01/17  22:41:10
29461         Log: "Safe" signals - trial implementation.
29462              gv.c tweaked to zero PL_sig_pend array
29463              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
29464              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
29465              Odd thing is that it "works" with PERLIO=stdio as well (linux).
29466      Branch: perlio
29467            ! gv.c mg.c perlio.c util.c
29468 ____________________________________________________________________________
29469 [  8466] By: nick                                  on 2001/01/17  20:40:20
29470         Log: Integrate mainline.
29471      Branch: perlio
29472           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
29473           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
29474           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
29475           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29476           !> vos/config.ga.h win32/config.bc win32/config.gc
29477           !> win32/config.vc
29478 ____________________________________________________________________________
29479 [  8465] By: jhi                                   on 2001/01/17  18:37:13
29480         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
29481              From: Nicholas Clark <nick@ccl4.org>
29482              Date: Wed, 17 Jan 2001 17:31:33 +0000
29483              Message-ID: <20010117173133.I2633@plum.flirble.org>
29484      Branch: perl
29485            ! t/op/int.t
29486 ____________________________________________________________________________
29487 [  8464] By: jhi                                   on 2001/01/17  14:43:17
29488         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
29489              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29490              Date: Wed, 17 Jan 2001 15:16:43 +0100
29491              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
29492              
29493              pp_int() was dropping an NV to the floor,
29494              int(279964589018079/59) either returned not an integer
29495              4745162525730.15, or one got "Attempt to free unreferenced scalar."
29496      Branch: perl
29497            ! pp.c
29498 ____________________________________________________________________________
29499 [  8463] By: jhi                                   on 2001/01/17  06:12:42
29500         Log: (Replaced by #8470)
29501              
29502              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)
29503              From: "Craig A. Berry" <craigberry@mac.com>
29504              Date: Tue, 16 Jan 2001 23:38:46 -0600
29505              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
29506      Branch: maint-5.6/perl
29507            ! configure.com
29508 ____________________________________________________________________________
29509 [  8462] By: jhi                                   on 2001/01/17  06:11:31
29510         Log: (Replaced by #8469)
29511              
29512              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)
29513              From: "Craig A. Berry" <craigberry@mac.com>
29514              Date: Tue, 16 Jan 2001 23:38:46 -0600
29515              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
29516      Branch: perl
29517            ! configure.com
29518 ____________________________________________________________________________
29519 [  8461] By: jhi                                   on 2001/01/17  05:56:12
29520         Log: Allow for one trailing slash in the directory of mkdir().
29521      Branch: perl
29522            ! pp_sys.c
29523 ____________________________________________________________________________
29524 [  8460] By: jhi                                   on 2001/01/17  03:26:01
29525         Log: Metaconfig unit changes for #8459.
29526      Branch: metaconfig
29527            ! U/modified/Loc.U U/modified/sig_name.U
29528 ____________________________________________________________________________
29529 [  8459] By: jhi                                   on 2001/01/17  03:24:48
29530         Log: Define SIG_SIZE, the number of elements in the sig_name and
29531              sig_num arrays, including the final NULL entry.
29532      Branch: perl
29533            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29534            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
29535            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
29536            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29537            ! win32/config.bc win32/config.gc win32/config.vc
29538 ____________________________________________________________________________
29539 [  8458] By: jhi                                   on 2001/01/17  01:41:33
29540         Log: Integrate perlio.
29541      Branch: perl
29542           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
29543           !> perlapi.h proto.h sv.c
29544 ____________________________________________________________________________
29545 [  8457] By: nick                                  on 2001/01/16  22:07:26
29546         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
29547              Provides all the "cost" but no benefit yet - it is to allow cost
29548              to be measured, and implementation experiments (just in mg.c?).
29549      Branch: perlio
29550            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
29551            ! perlapi.h proto.h sv.c
29552 ____________________________________________________________________________
29553 [  8456] By: nick                                  on 2001/01/16  21:07:07
29554         Log: Integrate mainline.
29555      Branch: perlio
29556           !> (integrate 51 files)
29557 ____________________________________________________________________________
29558 [  8455] By: jhi                                   on 2001/01/16  18:13:43
29559         Log: Subject: [PATCH] regcomp.c old feature removal
29560              From: mjd@plover.com
29561              Date: 16 Jan 2001 14:43:18 -0000 
29562              Message-ID: <20010116144318.7140.qmail@plover.com> 
29563      Branch: perl
29564            ! regcomp.c
29565 ____________________________________________________________________________
29566 [  8454] By: jhi                                   on 2001/01/16  16:12:39
29567         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
29568              From: "Indy Singh" <indy@nusphere.com>
29569              Date: Wed, 10 Jan 2001 20:17:49 -0500
29570              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
29571      Branch: maint-5.6/perl
29572            ! win32/Makefile
29573 ____________________________________________________________________________
29574 [  8453] By: jhi                                   on 2001/01/16  16:09:33
29575         Log: Update Changes.
29576      Branch: perl
29577            ! Changes patchlevel.h
29578 ____________________________________________________________________________
29579 [  8452] By: jhi                                   on 2001/01/16  15:42:04
29580         Log: Subject: Re: API Cleanup
29581              To: perl5-porters@perl.org
29582              Date: Tue, 16 Jan 2001 13:42:30 +0000
29583              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
29584              
29585              Subject: [PATCH] utf8.c documentation
29586              From: Simon Cozens <simon@cozens.net>
29587              Date: Tue, 16 Jan 2001 13:52:48 +0000
29588              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
29589              
29590              Subject: Re: API Cleanup
29591              From: Simon Cozens <simon@cozens.net>
29592              Date: Tue, 16 Jan 2001 14:58:55 +0000
29593              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
29594              
29595              UTF-8 doc patches.
29596      Branch: perl
29597            ! embed.pl pod/perlapi.pod utf8.c
29598 ____________________________________________________________________________
29599 [  8451] By: jhi                                   on 2001/01/16  14:41:39
29600         Log: podlators 1.07, from Russ Allbery.
29601      Branch: perl
29602            ! lib/Pod/Man.pm
29603 ____________________________________________________________________________
29604 [  8450] By: jhi                                   on 2001/01/16  14:24:19
29605         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
29606              From: "Indy Singh" <indy@nusphere.com>
29607              Date: Mon, 15 Jan 2001 20:59:40 -0500
29608              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
29609      Branch: perl
29610            ! win32/Makefile
29611 ____________________________________________________________________________
29612 [  8449] By: jhi                                   on 2001/01/16  03:42:55
29613         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
29614              at the setting of the ofs_sv in new_struct_thread() as the
29615              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
29616              that invited a core dump.
29617      Branch: perl
29618            ! util.c
29619 ____________________________________________________________________________
29620 [  8448] By: jhi                                   on 2001/01/16  01:49:07
29621         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
29622              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29623              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
29624              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
29625              
29626              Replace #8444 and #8445.
29627      Branch: perl
29628            ! ext/B/B.xs ext/B/B/Debug.pm
29629 ____________________________________________________________________________
29630 [  8447] By: jhi                                   on 2001/01/15  21:05:35
29631         Log: Subject: [PATCH] API Variable documentation   
29632              From: Simon Cozens <simon@cozens.net>
29633              Date: Mon, 15 Jan 2001 19:35:54 +0000
29634              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
29635      Branch: perl
29636            ! pod/perlapi.pod thrdvar.h
29637 ____________________________________________________________________________
29638 [  8446] By: jhi                                   on 2001/01/15  20:49:20
29639         Log: Signedness nit.
29640      Branch: perl
29641            ! pp_ctl.c
29642 ____________________________________________________________________________
29643 [  8445] By: jhi                                   on 2001/01/15  20:28:48
29644         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
29645      Branch: perl
29646            ! ext/B/B/Debug.pm
29647 ____________________________________________________________________________
29648 [  8444] By: jhi                                   on 2001/01/15  13:09:10
29649         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
29650      Branch: perl
29651            ! ext/B/B.xs
29652 ____________________________________________________________________________
29653 [  8443] By: jhi                                   on 2001/01/15  13:06:26
29654         Log: Missing from #8439.
29655      Branch: perl
29656            ! keywords.h mg.c
29657 ____________________________________________________________________________
29658 [  8442] By: jhi                                   on 2001/01/15  13:02:38
29659         Log: Subject: [PATCH @8436] Eliminate op_children
29660              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29661              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
29662              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
29663              
29664              Subject: [PATCH @8436] Re: Eliminate op_children
29665              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29666              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
29667              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
29668      Branch: perl
29669            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
29670            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
29671            ! op.c op.h
29672 ____________________________________________________________________________
29673 [  8441] By: jhi                                   on 2001/01/15  12:57:08
29674         Log: Use the /^Perl_/-less form of is_lvalue_sub().
29675      Branch: perl
29676            ! pp.h
29677 ____________________________________________________________________________
29678 [  8440] By: jhi                                   on 2001/01/15  05:13:09
29679         Log: Revert #8437 and #8438, the Linux large files story is more complex.
29680      Branch: metaconfig/U/perl
29681            ! d_fpos64_t.U d_off64_t.U
29682      Branch: perl
29683            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29684            ! config_h.SH configure.com epoc/config.sh perl.h
29685            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
29686            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29687            ! win32/config.bc win32/config.gc win32/config.vc
29688 ____________________________________________________________________________
29689 [  8439] By: jhi                                   on 2001/01/15  05:02:24
29690         Log: More UTF-8 patches from Inaba Hiroto.
29691              - The substr lval was still not okay.
29692              - Now pp_stringify and sv_setsv copies source's UTF8 flag
29693              even if IN_BYTE.  pp_stringify is called from fold_constants
29694              at optimization phase and "\x{100}" was made SvUTF8_off under
29695              use bytes (the bytes pragma is for "byte semantics" and not
29696              for "do not produce UTF8 data")
29697              - New `qu' operator to generate UTF8 string explicitly.
29698              Though I agree with the policy "0x00-0xff always produce bytes",
29699              sometimes want to such a string to be coded in UTF8.
29700              I can use pack"U0a*" but it requires more typing and has
29701              runtime overhead.
29702              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
29703              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
29704              string is not UTF8_on and has char 0x80-0xff.
29705              
29706              TODO: document and test qu.
29707      Branch: perl
29708            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
29709            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
29710            ! toke.c
29711 ____________________________________________________________________________
29712 [  8438] By: jhi                                   on 2001/01/14  05:10:23
29713         Log: Metaconfig unit changes for #8437.
29714      Branch: metaconfig/U/perl
29715            ! d_fpos64_t.U d_off64_t.U
29716 ____________________________________________________________________________
29717 [  8437] By: jhi                                   on 2001/01/14  04:55:34
29718         Log: Add <features.h> probing, seems to be needed for (some?)
29719              Linux largefileness.
29720      Branch: perl
29721            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29722            ! config_h.SH configure.com epoc/config.sh perl.h
29723            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
29724            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
29725            ! win32/config.bc win32/config.gc win32/config.vc
29726 ____________________________________________________________________________
29727 [  8436] By: jhi                                   on 2001/01/13  17:47:21
29728         Log: Tighten some of the tests a bit.
29729      Branch: perl
29730            ! t/pragma/utf8.t
29731 ____________________________________________________________________________
29732 [  8435] By: jhi                                   on 2001/01/13  17:31:54
29733         Log: Integrate perlio.
29734      Branch: perl
29735           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
29736           !> win32/config_H.gc win32/config_H.vc
29737 ____________________________________________________________________________
29738 [  8434] By: nick                                  on 2001/01/13  11:36:53
29739         Log: Run dmake regen_config_h for Win32
29740      Branch: perlio
29741            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
29742 ____________________________________________________________________________
29743 [  8433] By: nick                                  on 2001/01/13  11:31:55
29744         Log: VMS friendly patch to Encode compile process
29745      Branch: perlio
29746            ! ext/Encode/Makefile.PL ext/Encode/compile
29747 ____________________________________________________________________________
29748 [  8432] By: nick                                  on 2001/01/13  11:06:44
29749         Log: Integrate mainline
29750      Branch: perlio
29751           +> ext/B/B/Concise.pm
29752           !> (integrate 52 files)
29753 ____________________________________________________________________________
29754 [  8431] By: jhi                                   on 2001/01/13  05:55:55
29755         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
29756              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29757              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
29758              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
29759      Branch: perl
29760            ! ext/B/B/Concise.pm
29761 ____________________________________________________________________________
29762 [  8430] By: jhi                                   on 2001/01/13  04:24:18
29763         Log: The LVRET macro needed an aTHX.
29764      Branch: perl
29765            ! pp.h
29766 ____________________________________________________________________________
29767 [  8429] By: jhi                                   on 2001/01/13  02:12:42
29768         Log: Update Changes.
29769      Branch: perl
29770            ! Changes patchlevel.h
29771 ____________________________________________________________________________
29772 [  8428] By: jhi                                   on 2001/01/13  02:08:50
29773         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
29774              From: Peter Prymmer <pvhp@forte.com>
29775              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
29776              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
29777              
29778              Add a BEGIN guard for sloppy floating point division.
29779      Branch: perl
29780            ! lib/Math/BigInt.pm lib/bigint.pl
29781 ____________________________________________________________________________
29782 [  8427] By: jhi                                   on 2001/01/13  01:47:16
29783         Log: The B::Terse drop-in replacement wasn't quite drop-in.
29784      Branch: perl
29785            ! ext/B/B/Terse.pm
29786 ____________________________________________________________________________
29787 [  8426] By: jhi                                   on 2001/01/12  21:20:43
29788         Log: Use UVXf.
29789      Branch: perl
29790            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29791            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
29792            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
29793            ! vos/config.ga.def vos/config.ga.h win32/config.bc
29794            ! win32/config.gc win32/config.vc
29795 ____________________________________________________________________________
29796 [  8425] By: jhi                                   on 2001/01/12  20:20:14
29797         Log: Subject: [PATCH perl@8342] -Wformat
29798              From: Robin Barker <rmb1@cise.npl.co.uk>
29799              Date: Fri, 12 Jan 2001 20:03:14 GMT
29800              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
29801      Branch: perl
29802            ! ext/Encode/Encode.xs mg.c sv.c toke.c
29803 ____________________________________________________________________________
29804 [  8424] By: jhi                                   on 2001/01/12  20:01:48
29805         Log: Subject: B::Concise -- an improved replacement for B::Terse 
29806              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
29807              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
29808              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
29809      Branch: perl
29810            + ext/B/B/Concise.pm
29811            ! MANIFEST ext/B/B/Terse.pm
29812 ____________________________________________________________________________
29813 [  8423] By: jhi                                   on 2001/01/12  19:24:02
29814         Log: The new metaconfig unit from the #8421.
29815      Branch: metaconfig/U/perl
29816            + d_sigprocmask.U
29817 ____________________________________________________________________________
29818 [  8422] By: jhi                                   on 2001/01/12  19:23:43
29819         Log: Forgot the microperl config from the #8421.
29820      Branch: perl
29821            ! uconfig.h uconfig.sh
29822 ____________________________________________________________________________
29823 [  8421] By: jhi                                   on 2001/01/12  19:05:27
29824         Log: Add sigprocmask() probe, regen Configure, regen toc.
29825      Branch: perl
29826            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
29827            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
29828            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
29829            ! vos/config.ga.h win32/config.bc win32/config.gc
29830            ! win32/config.vc
29831 ____________________________________________________________________________
29832 [  8420] By: jhi                                   on 2001/01/12  18:34:31
29833         Log: Add sockatmark() to the todo list.
29834      Branch: perl
29835            ! Todo-5.6
29836 ____________________________________________________________________________
29837 [  8419] By: jhi                                   on 2001/01/12  18:09:46
29838         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
29839      Branch: perl
29840            ! op.c
29841 ____________________________________________________________________________
29842 [  8418] By: jhi                                   on 2001/01/12  18:05:30
29843         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
29844              From: Radu Greab <radu@netsoft.ro>
29845              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
29846              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
29847      Branch: perl
29848            ! op.c t/pragma/sub_lval.t
29849 ____________________________________________________________________________
29850 [  8417] By: jhi                                   on 2001/01/12  16:09:09
29851         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
29852              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
29853              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
29854              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
29855      Branch: perl
29856            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
29857            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
29858            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
29859            ! t/pragma/sub_lval.t toke.c
29860 ____________________________________________________________________________
29861 [  8416] By: jhi                                   on 2001/01/12  15:42:06
29862         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
29863              From: "Richard Soderberg" <rs@crystalflame.net>
29864              Date: Fri, 12 Jan 2001 04:49:35 -0800
29865              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
29866              
29867              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
29868              according to the platform.
29869      Branch: perl
29870            ! op.c
29871 ____________________________________________________________________________
29872 [  8415] By: jhi                                   on 2001/01/12  15:33:41
29873         Log: One more UTF-8 fix from Inaba Hiroto.
29874      Branch: perl
29875            ! pp.c regexec.c t/pragma/utf8.t
29876 ____________________________________________________________________________
29877 [  8414] By: jhi                                   on 2001/01/12  15:30:18
29878         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
29879      Branch: perl
29880            ! regexec.c
29881 ____________________________________________________________________________
29882 [  8413] By: jhi                                   on 2001/01/12  15:22:10
29883         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
29884              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29885              Date: Thu, 11 Jan 2001 12:53:36 +0100
29886              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
29887      Branch: perl
29888            ! toke.c
29889 ____________________________________________________________________________
29890 [  8412] By: jhi                                   on 2001/01/12  15:20:25
29891         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
29892              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29893              Date: Fri, 12 Jan 2001 14:37:55 +0100
29894              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
29895      Branch: perl
29896            ! hints/posix-bc.sh
29897 ____________________________________________________________________________
29898 [  8411] By: jhi                                   on 2001/01/12  15:14:14
29899         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
29900              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
29901              Date: Fri, 12 Jan 2001 10:42:21 +0100
29902              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
29903      Branch: perl
29904            ! t/op/regmesg.t
29905 ____________________________________________________________________________
29906 [  8410] By: jhi                                   on 2001/01/12  05:48:55
29907         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
29908              From: Nicholas Clark <nick@ccl4.org> 
29909              Date: Sun, 7 Jan 2001 19:47:14 +0000
29910              Message-ID: <20010107194714.B1048@plum.flirble.org>
29911      Branch: perl
29912            ! t/op/numconvert.t
29913 ____________________________________________________________________________
29914 [  8409] By: jhi                                   on 2001/01/12  05:41:28
29915         Log: Integrate perlio.
29916      Branch: perl
29917           !> mg.c scope.h
29918 ____________________________________________________________________________
29919 [  8408] By: nick                                  on 2001/01/11  22:43:28
29920         Log: Remove variables that were used in experiments.
29921      Branch: perlio
29922            ! mg.c
29923 ____________________________________________________________________________
29924 [  8407] By: nick                                  on 2001/01/11  20:57:44
29925         Log: Catch die in %SIG handler and unblock the signal before re-dying.
29926              This make Linux work _without_ sigsetjmp().
29927              Turn off sigsetjmp() to see what else it does.
29928              May need Configure probe for sigprocmask() if anything has sigaction()
29929              but not sigprocmask().
29930      Branch: perlio
29931            ! mg.c scope.h
29932 ____________________________________________________________________________
29933 [  8406] By: nick                                  on 2001/01/11  19:32:07
29934         Log: Integrate mainline
29935      Branch: perlio
29936           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
29937           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
29938           !> t/op/substr.t
29939 ____________________________________________________________________________
29940 [  8405] By: jhi                                   on 2001/01/11  17:11:01
29941         Log: Fix UTF-8 lval substr().
29942      Branch: perl
29943            ! mg.c t/op/substr.t
29944 ____________________________________________________________________________
29945 [  8404] By: jhi                                   on 2001/01/11  05:13:58
29946         Log: Update Changes.
29947      Branch: perl
29948            ! Changes patchlevel.h
29949 ____________________________________________________________________________
29950 [  8403] By: jhi                                   on 2001/01/11  04:38:24
29951         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
29952              From: Hugo <hv@crypt.compulink.co.uk>
29953              Date: Mon, 30 Oct 2000 01:33:26 +0000
29954              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
29955      Branch: perl
29956            ! regexec.c t/op/re_tests
29957 ____________________________________________________________________________
29958 [  8402] By: jhi                                   on 2001/01/11  04:26:12
29959         Log: Integrate perlio.
29960      Branch: perl
29961           !> scope.h util.c
29962 ____________________________________________________________________________
29963 [  8401] By: nick                                  on 2001/01/10  22:52:55
29964         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
29965              (So Alan and Ilya can try setting via hints.)
29966              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
29967              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
29968              doing the save everywhere seems to restart read() correctly, but just
29969              doing it once "round" the handler does not.
29970      Branch: perlio
29971            ! scope.h
29972 ____________________________________________________________________________
29973 [  8400] By: jhi                                   on 2001/01/10  21:57:54
29974         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
29975              of IRIX, HP-UX is unaffected.
29976      Branch: perl
29977            ! perl.h
29978 ____________________________________________________________________________
29979 [  8399] By: nick                                  on 2001/01/10  21:29:19
29980         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
29981      Branch: perlio
29982            ! util.c
29983 ____________________________________________________________________________
29984 [  8398] By: jhi                                   on 2001/01/10  20:55:31
29985         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
29986              also have ReusePort.
29987      Branch: perl
29988            ! ext/IO/lib/IO/Socket/INET.pm
29989 ____________________________________________________________________________
29990 [  8397] By: jhi                                   on 2001/01/10  20:50:57
29991         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
29992              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
29993              Date: Wed, 10 Jan 2001 01:38:13 -0800
29994              Message-ID: <20010110013813.B41744@yahoo-inc.com>
29995      Branch: perl
29996            ! ext/IO/lib/IO/Socket/INET.pm
29997 ____________________________________________________________________________
29998 [  8396] By: jhi                                   on 2001/01/10  20:49:30
29999         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
30000              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
30001              Date: Wed, 10 Jan 2001 01:37:32 -0800
30002              Message-ID: <20010110013732.A41744@yahoo-inc.com>
30003      Branch: perl
30004            ! ext/Socket/Socket.pm
30005 ____________________________________________________________________________
30006 [  8395] By: jhi                                   on 2001/01/10  20:41:37
30007         Log: Test for bug id 20010105.016 (fixed by #8378).
30008      Branch: perl
30009            ! t/op/split.t
30010 ____________________________________________________________________________
30011 [  8394] By: jhi                                   on 2001/01/10  20:26:32
30012         Log: Integrate perlio.
30013      Branch: perl
30014            ! util.c
30015 ____________________________________________________________________________
30016 [  8393] By: nick                                  on 2001/01/10  19:34:30
30017         Log: Back out Simon's pid hackery for now.
30018      Branch: perlio
30019            ! util.c
30020 ____________________________________________________________________________
30021 [  8392] By: nick                                  on 2001/01/10  19:23:13
30022         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
30023      Branch: perlio
30024           !> (integrate 29 files)
30025 ____________________________________________________________________________
30026 [  8391] By: jhi                                   on 2001/01/10  18:43:15
30027         Log: Subject: [PATCH] Fix my_pclose segfault
30028              From: Simon Cozens <simon@cozens.net>
30029              Date: Wed, 10 Jan 2001 18:39:35 +0000
30030              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
30031      Branch: perl
30032            ! util.c
30033 ____________________________________________________________________________
30034 [  8390] By: jhi                                   on 2001/01/10  18:42:08
30035         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
30036              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30037              Date:     Wed, 10 Jan 2001 13:23:02 EST
30038              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
30039      Branch: perl
30040            ! ext/Opcode/Opcode.xs
30041 ____________________________________________________________________________
30042 [  8389] By: jhi                                   on 2001/01/10  15:16:07
30043         Log: Turn off the integer preservation for now.
30044      Branch: perl
30045            ! perl.h
30046 ____________________________________________________________________________
30047 [  8388] By: jhi                                   on 2001/01/10  15:01:25
30048         Log: Few more IDE/editor nits from p5p.
30049      Branch: perl
30050            ! pod/perlfaq3.pod
30051 ____________________________________________________________________________
30052 [  8387] By: jhi                                   on 2001/01/10  06:53:16
30053         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
30054              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
30055              Date: Tue, 9 Jan 2001 23:16:02 +0000
30056              Message-ID: <20010109231602.A81101@plum.flirble.org>
30057      Branch: perl
30058            ! sv.c
30059 ____________________________________________________________________________
30060 [  8386] By: jhi                                   on 2001/01/10  03:17:54
30061         Log: Test cases for #8385 (from Simon's "torture.pl")
30062      Branch: perl
30063            ! t/op/tr.t
30064 ____________________________________________________________________________
30065 [  8385] By: jhi                                   on 2001/01/10  03:17:11
30066         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
30067              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
30068              Date: Wed, 10 Jan 2001 11:39:39 +0900
30069              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
30070              
30071              Some more UTF-8 tr cases fixed.
30072      Branch: perl
30073            ! doop.c
30074 ____________________________________________________________________________
30075 [  8384] By: jhi                                   on 2001/01/09  22:45:40
30076         Log: Allow the locale test needing POSIX and the taint test
30077              needing IPC::SysV to run under 'minitest' (basically,
30078              bail out if loading the extension fails)
30079      Branch: perl
30080            ! t/op/misc.t t/op/taint.t
30081 ____________________________________________________________________________
30082 [  8383] By: jhi                                   on 2001/01/09  21:36:04
30083         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
30084              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30085              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
30086              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
30087      Branch: perl
30088            ! t/io/openpid.t
30089 ____________________________________________________________________________
30090 [  8382] By: jhi                                   on 2001/01/09  21:06:08
30091         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
30092              Should finish up the bug id 20001205.022.
30093      Branch: perl
30094            ! pp.c pp_hot.c scope.c
30095 ____________________________________________________________________________
30096 [  8381] By: jhi                                   on 2001/01/09  18:27:43
30097         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
30098              From: Andy Dougherty <doughera@lafayette.edu>
30099              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
30100              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
30101              
30102              More robust yacc/bison error detection.
30103      Branch: perl
30104            ! t/comp/proto.t
30105 ____________________________________________________________________________
30106 [  8380] By: jhi                                   on 2001/01/09  15:21:38
30107         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
30108              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30109              Date:     Tue, 9 Jan 2001 07:53:55 EST
30110              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
30111      Branch: perl
30112            ! t/op/misc.t vms/test.com
30113 ____________________________________________________________________________
30114 [  8379] By: jhi                                   on 2001/01/09  15:20:38
30115         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
30116              From: jhi@cc.hut.fi
30117              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
30118              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
30119              
30120              The #8378 fixed this.
30121      Branch: perl
30122            ! t/op/tr.t
30123 ____________________________________________________________________________
30124 [  8378] By: jhi                                   on 2001/01/09  15:05:32
30125         Log: Subject: One more patch for UTF8 
30126              From: Inaba Hiroto <inaba@st.rim.or.jp>
30127              Date: Tue, 09 Jan 2001 01:04:32 +0900
30128              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
30129              
30130              UTF-8 fixes for 'x' and tr///.
30131      Branch: perl
30132            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
30133            ! regcomp.c regexec.c toke.c utf8.c
30134 ____________________________________________________________________________
30135 [  8377] By: jhi                                   on 2001/01/09  14:32:17
30136         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
30137      Branch: perl
30138            ! t/op/length.t
30139 ____________________________________________________________________________
30140 [  8376] By: jhi                                   on 2001/01/09  04:32:32
30141         Log: integrate changes #7775, #8316, #8316 from mainline
30142      Branch: maint-5.6/perl
30143            ! hints/solaris_2.sh
30144 ____________________________________________________________________________
30145 [  8375] By: jhi                                   on 2001/01/09  04:26:43
30146         Log: Update Changes.
30147      Branch: perl
30148            ! Changes patchlevel.h
30149 ____________________________________________________________________________
30150 [  8374] By: jhi                                   on 2001/01/09  04:14:32
30151         Log: IDE/editor section tweaking.
30152      Branch: perl
30153            ! pod/perlfaq3.pod
30154 ____________________________________________________________________________
30155 [  8373] By: jhi                                   on 2001/01/09  02:38:26
30156         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
30157              From: Peter Prymmer <pvhp@forte.com>
30158              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
30159              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
30160              
30161              In preparation os OS/390 dynamic loading.
30162      Branch: perl
30163            ! README.os390 hints/os390.sh
30164 ____________________________________________________________________________
30165 [  8372] By: jhi                                   on 2001/01/09  00:24:30
30166         Log: Integrate with perlio.
30167      Branch: perl
30168           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
30169 ____________________________________________________________________________
30170 [  8371] By: nick                                  on 2001/01/08  23:54:33
30171         Log: Fix "scalars leaked" bugs caused by overload magic
30172              (Highlighted by Ilya's DESTROY optimization.)
30173      Branch: perlio
30174            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
30175 ____________________________________________________________________________
30176 [  8370] By: nick                                  on 2001/01/08  20:19:41
30177         Log: Integrate mainline
30178      Branch: perlio
30179           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
30180           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
30181           !> t/op/64bitint.t
30182 ____________________________________________________________________________
30183 [  8369] By: jhi                                   on 2001/01/08  17:30:52
30184         Log: save_delete() Safefree() doesn't (anymore?) work with shared
30185              strings, one test failure in op/misc and almost all of lib/b.
30186              (Outcomments #8369.)
30187      Branch: perl
30188            ! scope.c
30189 ____________________________________________________________________________
30190 [  8368] By: jhi                                   on 2001/01/08  14:47:10
30191         Log: (Outcommented by #8369.)
30192              
30193              Subject: Re: Perl BugID 20001205.022 ---- save_delete
30194              From: Simon Cozens <simon@cozens.net>
30195              Date: Sat, 6 Jan 2001 11:48:40 +0000
30196              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
30197              
30198              The save_delete() does need the Safefree.
30199      Branch: perl
30200            ! scope.c
30201 ____________________________________________________________________________
30202 [  8367] By: bailey                                on 2001/01/08  08:53:52
30203         Log: Once again syncing after too long an absence
30204      Branch: vmsperl
30205           +> (branch 55 files)
30206            - MAINTAIN fix_pl vos/config.def vos/config.h
30207            - vos/config_h.SH_orig
30208           !> (integrate 498 files)
30209 ____________________________________________________________________________
30210 [  8366] By: jhi                                   on 2001/01/08  02:42:59
30211         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
30212              From: nick@ccl4.org
30213              Date: Sun, 7 Jan 2001 21:07:18 +0000
30214              Message-Id: <20010107210717.D1048@plum.flirble.org>
30215      Branch: perl
30216            ! sv.c t/op/64bitint.t
30217 ____________________________________________________________________________
30218 [  8365] By: jhi                                   on 2001/01/08  02:35:16
30219         Log: Subject: [PATCH] environ nit
30220              From: Simon Cozens <simon@cozens.net>
30221              Date: Sun, 7 Jan 2001 17:57:07 +0000
30222              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
30223              
30224              Use environ only if we have it.
30225      Branch: perl
30226            ! mg.c
30227 ____________________________________________________________________________
30228 [  8364] By: jhi                                   on 2001/01/08  02:24:51
30229         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
30230      Branch: perl
30231            ! ext/GDBM_File/GDBM_File.xs
30232 ____________________________________________________________________________
30233 [  8363] By: jhi                                   on 2001/01/08  02:19:24
30234         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
30235              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30236              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
30237              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
30238      Branch: perl
30239            ! dump.c op.c
30240 ____________________________________________________________________________
30241 [  8362] By: jhi                                   on 2001/01/08  02:17:43
30242         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
30243              From: Doug MacEachern <dougm@covalent.net>
30244              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
30245              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
30246              
30247              Allow AUTOLOAD to be an xsub and allow such xsubs
30248              to avoid use of $AUTOLOAD.
30249      Branch: perl
30250            ! gv.c
30251 ____________________________________________________________________________
30252 [  8361] By: jhi                                   on 2001/01/08  02:16:07
30253         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
30254              From: Radu Greab <radu@netsoft.ro>
30255              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
30256              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
30257              
30258              No need for the potentially unportable $SIG{CHLD}.
30259      Branch: perl
30260            ! t/io/pipe.t
30261 ____________________________________________________________________________
30262 [  8360] By: jhi                                   on 2001/01/08  01:58:23
30263         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
30264      Branch: perl
30265            ! lib/Getopt/Long.pm
30266 ____________________________________________________________________________
30267 [  8359] By: jhi                                   on 2001/01/08  01:55:44
30268         Log: Integrate perlio.
30269      Branch: perl
30270           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
30271           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
30272           !> utf8.c win32/Makefile
30273 ____________________________________________________________________________
30274 [  8358] By: jhi                                   on 2001/01/07  21:16:50
30275         Log: Update the EPOC cross SDK URL.
30276      Branch: perl
30277            ! README.epoc
30278 ____________________________________________________________________________
30279 [  8357] By: jhi                                   on 2001/01/07  21:16:09
30280         Log: Update the EPOC cross SDK URL.
30281      Branch: maint-5.6/perl
30282            ! README.epoc
30283 ____________________________________________________________________________
30284 [  8356] By: nick                                  on 2001/01/06  21:47:52
30285         Log: FILE * in XS code for PerlIO world:
30286              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
30287              - Add FILE * T_STDIO typemap.
30288              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
30289      Branch: perlio
30290            ! lib/ExtUtils/typemap perlio.c perlio.h
30291 ____________________________________________________________________________
30292 [  8355] By: jhi                                   on 2001/01/06  20:27:15
30293         Log: integrate change #8336 from mainline
30294              
30295              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
30296      Branch: maint-5.6/perl
30297            ! hv.c
30298 ____________________________________________________________________________
30299 [  8354] By: jhi                                   on 2001/01/06  20:24:29
30300         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
30301              From: Robin Barker <rmb1@cise.npl.co.uk>
30302              Date: Fri, 22 Dec 2000 12:17:38 GMT
30303              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
30304              
30305              The patch reformats some long =item lines so they give
30306              correct output via pod2man | nroff -man
30307              
30308              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
30309              From: Robin Barker <rmb1@cise.npl.co.uk>
30310              Date: Tue, 2 Jan 2001 15:35:03 GMT
30311              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
30312              
30313              Here is a _further_ patch which corrects a few more errors:
30314              * an empty C<=item> in CPAN.pm
30315              * patching the wrong file (pod/perlamiga.pod not README.amiga)
30316              * leaving empty C<=item>s which formatted incorrectly
30317              * over long C<=item>s revealed by latest patch to Pod::Man
30318      Branch: maint-5.6/perl
30319            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
30320            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
30321            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
30322            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
30323            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
30324            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
30325 ____________________________________________________________________________
30326 [  8353] By: jhi                                   on 2001/01/06  20:21:10
30327         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
30328              
30329              UTF-8 hash keys.
30330      Branch: maint-5.6/perl
30331            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
30332 ____________________________________________________________________________
30333 [  8352] By: jhi                                   on 2001/01/06  20:18:44
30334         Log: Forgotten from #8438.
30335      Branch: maint-5.6/perl
30336            ! epoc/epocish.h
30337 ____________________________________________________________________________
30338 [  8351] By: jhi                                   on 2001/01/06  20:18:12
30339         Log: Forgotten from #8347.
30340      Branch: maint-5.6/perl
30341            ! config_h.SH
30342 ____________________________________________________________________________
30343 [  8350] By: jhi                                   on 2001/01/06  20:00:19
30344         Log: Thinko in #8347.
30345      Branch: maint-5.6/perl
30346            ! regcomp.c
30347 ____________________________________________________________________________
30348 [  8349] By: jhi                                   on 2001/01/06  18:05:30
30349         Log: Copy the FAQ3 IDE section from the development branch,
30350              changes originally by Peter Prymmer.
30351      Branch: maint-5.6/perl
30352            ! pod/perlfaq3.pod
30353 ____________________________________________________________________________
30354 [  8348] By: jhi                                   on 2001/01/06  18:03:02
30355         Log: EPOC updates for TRIAL1.
30356              
30357              Subject: [5.6.1 trial1] EPOC update
30358              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30359              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
30360              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
30361              
30362              Subject: epoc patch2 for perl-5.6.1-trial1
30363              From: Olaf Flebbe <O.Flebbe@science-computing.de>
30364              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
30365              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
30366      Branch: maint-5.6/perl
30367            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
30368            ! epoc/epocish.c
30369 ____________________________________________________________________________
30370 [  8347] By: jhi                                   on 2001/01/06  17:29:10
30371         Log: integrate changes #7710,7824,7973 from mainline,
30372              plus VMS nits from Peter Prymmer and Dan Sugalski.
30373              
30374              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
30375              library (getprotobyname and getprotobynumber are outversioned by
30376              the same calls in libc, at least for xlc version 3.
30377              
30378              Add HAS_SBRK_PROTO.
30379              
30380              Fixes for signedness warnings noticed by VMSperlers.
30381      Branch: maint-5.6/perl
30382            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
30383            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
30384            ! sv.c vms/descrip_mms.template vos/config.alpha.def
30385            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
30386            ! win32/config.bc win32/config.gc win32/config.vc
30387 ____________________________________________________________________________
30388 [  8346] By: nick                                  on 2001/01/06  14:36:01
30389         Log: Fixup accumulated integrate muddles (perlio == devperl again)
30390      Branch: perlio
30391            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
30392 ____________________________________________________________________________
30393 [  8345] By: nick                                  on 2001/01/06  14:24:58
30394         Log: Integrate mainline
30395      Branch: perlio
30396           !> (integrate 55 files)
30397 ____________________________________________________________________________
30398 [  8344] By: jhi                                   on 2001/01/06  02:24:02
30399         Log: Subject: [patch] PerlIO_cleanup() prototype
30400              From: Doug MacEachern <dougm@covalent.net>
30401              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
30402              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
30403      Branch: perl
30404            ! perlio.h
30405 ____________________________________________________________________________
30406 [  8343] By: jhi                                   on 2001/01/06  01:04:09
30407         Log: IRIX compiler noticed that the bof initialization might be
30408              bypassed by control flow.
30409      Branch: perl
30410            ! toke.c
30411 ____________________________________________________________________________
30412 [  8342] By: jhi                                   on 2001/01/06  00:10:48
30413         Log: Update Changes.
30414      Branch: perl
30415            ! Changes patchlevel.h
30416 ____________________________________________________________________________
30417 [  8341] By: jhi                                   on 2001/01/05  23:52:33
30418         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
30419      Branch: perl
30420            ! toke.c
30421 ____________________________________________________________________________
30422 [  8340] By: jhi                                   on 2001/01/05  22:44:08
30423         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
30424              From: Radu Greab <radu@netsoft.ro>
30425              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
30426              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
30427      Branch: perl
30428            ! t/io/pipe.t util.c
30429 ____________________________________________________________________________
30430 [  8339] By: jhi                                   on 2001/01/05  22:35:17
30431         Log: Subject: [PATCH] format and rewording in perlfaq.pod
30432              From: Robin Barker <rmb1@cise.npl.co.uk>
30433              Date: Fri, 5 Jan 2001 18:51:20 GMT
30434              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
30435      Branch: perl
30436            ! pod/perlfaq.pod
30437 ____________________________________________________________________________
30438 [  8338] By: jhi                                   on 2001/01/05  22:31:17
30439         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
30440              From: Peter Prymmer <pvhp@forte.com>
30441              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
30442              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
30443      Branch: perl
30444            ! utils/perlbug.PL
30445 ____________________________________________________________________________
30446 [  8337] By: jhi                                   on 2001/01/05  18:15:11
30447         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
30448              From: Robin Barker <rmb1@cise.npl.co.uk>
30449              Date: Tue, 2 Jan 2001 15:24:07 GMT
30450              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
30451              
30452              If you call configure as C<./Configure> or C<sh ./Configure>,
30453              $src is set to the absolute path name, not '.'.
30454              
30455              This, in turn, means -Dmksymlink tries to do its stuff because
30456              it does not think it is in the src directory.
30457              
30458              (plus a metaconfig nitfix)
30459      Branch: metaconfig
30460            ! U/compline/ccflags.U U/modified/src.U
30461      Branch: perl
30462            ! Configure config_h.SH
30463 ____________________________________________________________________________
30464 [  8336] By: jhi                                   on 2001/01/05  17:48:32
30465         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
30466              From: Alan Burlison <Alan.Burlison@uk.sun.com>
30467              Message-ID: <3A5606C4.473D2226@uk.sun.com>
30468              Date: Fri, 05 Jan 2001 17:39:16 +0000
30469      Branch: perl
30470            ! hv.c
30471 ____________________________________________________________________________
30472 [  8335] By: jhi                                   on 2001/01/05  16:05:44
30473         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
30474      Branch: perl
30475            ! lib/Getopt/Long.pm
30476 ____________________________________________________________________________
30477 [  8334] By: jhi                                   on 2001/01/05  16:00:51
30478         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
30479              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
30480              Date: Fri, 05 Jan 2001 13:46:51 +0100
30481              Message-ID: <13693.978698811@nice.ram.loc>
30482              
30483              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
30484              accurate reading of the "atime".  
30485      Branch: perl
30486            ! t/io/fs.t
30487 ____________________________________________________________________________
30488 [  8333] By: jhi                                   on 2001/01/05  15:57:37
30489         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
30490              From: Simon Cozens <simon@cozens.net>
30491              Date: Fri, 8 Dec 2000 13:33:31 +0000
30492              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
30493              
30494              A lost patch fragment.
30495      Branch: perl
30496            ! doop.c
30497 ____________________________________________________________________________
30498 [  8332] By: jhi                                   on 2001/01/05  15:40:42
30499         Log: Do away with strncpy() and a fixed length buffer.
30500      Branch: perl
30501            ! utf8.c
30502 ____________________________________________________________________________
30503 [  8331] By: jhi                                   on 2001/01/05  15:03:07
30504         Log: Tests for #8329 and #8330.
30505      Branch: perl
30506            ! t/op/bop.t
30507 ____________________________________________________________________________
30508 [  8330] By: jhi                                   on 2001/01/05  15:02:38
30509         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
30510              raw 8-bit form to the UTF-8 string.
30511      Branch: perl
30512            ! toke.c
30513 ____________________________________________________________________________
30514 [  8329] By: jhi                                   on 2001/01/05  14:55:13
30515         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
30516              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30517              Date: Fri, 5 Jan 2001 12:28:52 +0100
30518              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
30519              
30520              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
30521              no effect.  (changed the strncpy() to Copy())
30522      Branch: perl
30523            ! toke.c
30524 ____________________________________________________________________________
30525 [  8328] By: jhi                                   on 2001/01/05  06:44:27
30526         Log: UTF-8 cleanup.
30527      Branch: perl
30528            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
30529            ! regexec.c sv.c toke.c
30530 ____________________________________________________________________________
30531 [  8327] By: jhi                                   on 2001/01/05  01:11:29
30532         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')
30533              From: Radu Greab <radu@netsoft.ro>
30534              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
30535              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
30536              
30537              Cleans up Harness to not use FileHandle, which uses IO.
30538      Branch: perl
30539            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
30540 ____________________________________________________________________________
30541 [  8326] By: jhi                                   on 2001/01/05  00:56:37
30542         Log: Update Changes.
30543      Branch: perl
30544            ! Changes patchlevel.h
30545 ____________________________________________________________________________
30546 [  8325] By: jhi                                   on 2001/01/05  00:53:18
30547         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
30548              From: Peter Prymmer <pvhp@forte.com>
30549              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
30550              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
30551              
30552              plus a couple more tailing whitespace removals.
30553      Branch: perl
30554            ! win32/Makefile
30555 ____________________________________________________________________________
30556 [  8324] By: jhi                                   on 2001/01/05  00:47:39
30557         Log: Add some Unicode chop() tests.
30558      Branch: perl
30559            ! t/op/chop.t
30560 ____________________________________________________________________________
30561 [  8323] By: jhi                                   on 2001/01/05  00:47:23
30562         Log: Unify UTF-8 malformedness handling.
30563      Branch: perl
30564            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
30565 ____________________________________________________________________________
30566 [  8322] By: jhi                                   on 2001/01/04  22:21:54
30567         Log: The new $issymlink was unknown to Mksymlinks.
30568      Branch: metaconfig/U/perl
30569            ! Mksymlinks.U issymlink.U
30570      Branch: perl
30571            ! Configure config_h.SH
30572 ____________________________________________________________________________
30573 [  8321] By: jhi                                   on 2001/01/04  21:51:05
30574         Log: The test didn't work under the core test framework.
30575      Branch: perl
30576            ! t/lib/st-lock.t
30577 ____________________________________________________________________________
30578 [  8320] By: jhi                                   on 2001/01/04  21:14:22
30579         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
30580      Branch: perl
30581            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
30582 ____________________________________________________________________________
30583 [  8319] By: jhi                                   on 2001/01/04  20:46:17
30584         Log: Typo in #8312 when manually appying a problematic patch fragment.
30585      Branch: perl
30586            ! ext/Storable/Storable.xs
30587 ____________________________________________________________________________
30588 [  8318] By: jhi                                   on 2001/01/04  20:43:01
30589         Log: The $sh_c didn't fly.
30590      Branch: metaconfig
30591            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
30592            ! U/modified/Loc.U U/modified/myhostname.U
30593            ! U/modified/spitshell.U
30594      Branch: metaconfig/U/perl
30595            ! issymlink.U
30596      Branch: perl
30597            ! Configure config_h.SH
30598 ____________________________________________________________________________
30599 [  8317] By: jhi                                   on 2001/01/04  19:58:01
30600         Log: AIX builtin test -h is broken, changes based on
30601              
30602              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
30603              Date: Tue, 02 Jan 2001 11:24:39 +0100
30604              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
30605              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
30606      Branch: metaconfig
30607            + U/modified/spitshell.U
30608            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
30609            ! U/modified/Loc.U U/modified/myhostname.U
30610      Branch: metaconfig/U/perl
30611            ! Mksymlinks.U issymlink.U
30612      Branch: perl
30613            ! Configure
30614 ____________________________________________________________________________
30615 [  8316] By: jhi                                   on 2001/01/04  19:02:22
30616         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
30617              From: Andy Dougherty <doughera@lafayette.edu>
30618              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
30619              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
30620              
30621              Beware of GNU ld.
30622      Branch: perl
30623            ! hints/solaris_2.sh
30624 ____________________________________________________________________________
30625 [  8315] By: jhi                                   on 2001/01/04  18:56:48
30626         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
30627              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
30628              Date: Wed, 3 Jan 2001 07:58:51 +0100
30629              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
30630      Branch: perl
30631            ! hints/solaris_2.sh
30632 ____________________________________________________________________________
30633 [  8314] By: jhi                                   on 2001/01/04  18:54:07
30634         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
30635              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30636              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
30637              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
30638              
30639              Doc tweak on #8313.
30640      Branch: perl
30641            ! ext/B/B/Deparse.pm
30642 ____________________________________________________________________________
30643 [  8313] By: jhi                                   on 2001/01/04  18:52:27
30644         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
30645              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
30646              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
30647              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
30648              
30649              Make the peephole optimizer to bypass more null ops and
30650              and rewrite the deparse handling of continue blocks.
30651      Branch: perl
30652            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
30653 ____________________________________________________________________________
30654 [  8312] By: jhi                                   on 2001/01/04  18:47:39
30655         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
30656      Branch: perl
30657            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
30658            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
30659            ! t/lib/st-lock.t
30660 ____________________________________________________________________________
30661 [  8311] By: jhi                                   on 2001/01/04  18:36:08
30662         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
30663              filter to be run on each .pm during the pm_to_blib() phase,
30664              a fixed version of
30665              
30666              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
30667              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
30668              Date: Wed, 03 Jan 2001 22:01:30 +0100
30669              Message-ID: <5296.978555690@nice.ram.loc>
30670      Branch: perl
30671            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
30672            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
30673            ! lib/ExtUtils/MakeMaker.pm
30674 ____________________________________________________________________________
30675 [  8310] By: jhi                                   on 2001/01/04  18:32:54
30676         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
30677              From: Robin Barker <rmb1@cise.npl.co.uk>
30678              Date: Tue, 2 Jan 2001 15:35:03 GMT
30679              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
30680      Branch: perl
30681            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
30682            ! pod/perlrequick.pod
30683 ____________________________________________________________________________
30684 [  8309] By: jhi                                   on 2001/01/04  18:29:07
30685         Log: Subject: Re: [patch] static-ize XS()
30686              From: Doug MacEachern <dougm@covalent.net>
30687              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
30688              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
30689              
30690              Provide prototypes for the XS functions.
30691      Branch: perl
30692            ! lib/ExtUtils/xsubpp
30693 ____________________________________________________________________________
30694 [  8308] By: jhi                                   on 2001/01/04  18:27:44
30695         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
30696              From: Doug MacEachern <dougm@covalent.net>
30697              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
30698              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
30699      Branch: perl
30700            ! lib/ExtUtils/typemap
30701 ____________________________________________________________________________
30702 [  8307] By: jhi                                   on 2001/01/04  18:25:25
30703         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
30704              From: Doug MacEachern <dougm@covalent.net>
30705              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
30706              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
30707              
30708              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
30709      Branch: perl
30710            ! lib/ExtUtils/MM_Unix.pm
30711 ____________________________________________________________________________
30712 [  8306] By: jhi                                   on 2001/01/04  18:23:00
30713         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
30714              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30715              Date: Thu, 4 Jan 2001 12:47:10 +0100 
30716              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
30717              
30718              The toke.c part only, patching embed.h and proto.h is futile.
30719      Branch: perl
30720            ! toke.c
30721 ____________________________________________________________________________
30722 [  8305] By: jhi                                   on 2001/01/04  18:05:51
30723         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
30724              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30725              Date: Thu, 4 Jan 2001 17:50:12 +0100 
30726              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
30727      Branch: perl
30728            ! toke.c
30729 ____________________________________________________________________________
30730 [  8304] By: jhi                                   on 2001/01/04  18:03:26
30731         Log: Subject: [PATCH perl@8269]
30732              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
30733              Date: Thu, 4 Jan 2001 12:53:39 +0100 
30734              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
30735              
30736              If running byacc write-enable also perly.h.
30737      Branch: perl
30738            ! Makefile.SH
30739 ____________________________________________________________________________
30740 [  8303] By: jhi                                   on 2001/01/04  15:40:49
30741         Log: Rewrite pp_concat() in terms of sv_catsv().
30742      Branch: perl
30743            ! pp_hot.c
30744 ____________________________________________________________________________
30745 [  8302] By: nick                                  on 2001/01/03  22:43:22
30746         Log: Integrate mainline.
30747      Branch: perlio
30748           !> ext/Encode/Encode.xs sv.c utf8.c
30749 ____________________________________________________________________________
30750 [  8301] By: jhi                                   on 2001/01/02  23:40:26
30751         Log: Variable naming tweak.
30752      Branch: perl
30753            ! sv.c
30754 ____________________________________________________________________________
30755 [  8300] By: jhi                                   on 2001/01/02  23:40:02
30756         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
30757              in is_utf8_string().
30758      Branch: perl
30759            ! utf8.c
30760 ____________________________________________________________________________
30761 [  8299] By: jhi                                   on 2001/01/02  22:14:40
30762         Log: Integrate perlio.
30763      Branch: perl
30764           !> pp.c pp_hot.c win32/Makefile
30765 ____________________________________________________________________________
30766 [  8298] By: nick                                  on 2001/01/02  22:03:06
30767         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
30768      Branch: perlio
30769            ! pp.c pp_hot.c
30770 ____________________________________________________________________________
30771 [  8297] By: jhi                                   on 2001/01/02  04:26:28
30772         Log: Signedness nit.
30773      Branch: perl
30774            ! ext/Encode/Encode.xs
30775 ____________________________________________________________________________
30776 [  8296] By: nick                                  on 2001/01/01  23:49:36
30777         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
30778      Branch: perlio
30779            ! win32/Makefile
30780 ____________________________________________________________________________
30781 [  8295] By: jhi                                   on 2001/01/01  23:05:48
30782         Log: Integrate perlio.
30783      Branch: perl
30784           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
30785           !> t/lib/encode.t
30786 ____________________________________________________________________________
30787 [  8294] By: nick                                  on 2001/01/01  22:48:34
30788         Log: Integrate mainline
30789      Branch: perlio
30790            ! pp_hot.c t/lib/encode.t
30791           !> (integrate 65 files)
30792 ____________________________________________________________________________
30793 [  8293] By: nick                                  on 2001/01/01  21:58:50
30794         Log: More rigor in UTF-8-ness of Encode's toUnicode
30795              XS export some of the utf8 internal functions.
30796              Test some of the functions.
30797              Fix pp_concat() bug shown by said tests.
30798      Branch: perlio
30799            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
30800            ! t/lib/encode.t
30801 ____________________________________________________________________________
30802 [  8292] By: jhi                                   on 2001/01/01  18:11:44
30803         Log: Integrate perlio.
30804      Branch: perl
30805           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
30806           !> ext/Encode/encengine.c ext/Encode/encode.h
30807 ____________________________________________________________________________
30808 [  8291] By: jhi                                   on 2001/01/01  18:10:58
30809         Log: Podify README.mpeix (a new version from the web),
30810              add a dummy NAME to Carp::Heavy, regen toc.
30811      Branch: perl
30812            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
30813            ! pod/perltoc.pod
30814 ____________________________________________________________________________
30815 [  8290] By: nick                                  on 2001/01/01  17:43:47
30816         Log: Loose the "Loading..." warning.
30817              Another bug in fallback support
30818      Branch: perlio
30819            ! ext/Encode/Encode.pm ext/Encode/encengine.c
30820 ____________________________________________________________________________
30821 [  8289] By: jhi                                   on 2001/01/01  00:01:57
30822         Log: Bump up Larry's copyright.
30823      Branch: perl
30824            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
30825            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
30826            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
30827            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
30828            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
30829            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
30830            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
30831            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
30832 ____________________________________________________________________________
30833 [  8288] By: nick                                  on 2000/12/31  21:27:53
30834         Log: Fix .ucm reading - forgot a chr()
30835              Start of .ucm write (for .enc to .ucm)
30836      Branch: perlio
30837            ! ext/Encode/compile
30838 ____________________________________________________________________________
30839 [  8287] By: jhi                                   on 2000/12/31  18:15:56
30840         Log: Comment away a diagnostic message as noted by Craig A. Berry
30841              (the unexpected message was confusing testing)
30842      Branch: perl
30843            ! ext/Encode/Encode.pm
30844 ____________________________________________________________________________
30845 [  8286] By: jhi                                   on 2000/12/31  18:14:51
30846         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
30847              Date: Sun, 31 Dec 2000 11:17:37 -0600
30848              From: "Craig A. Berry" <craigberry@mac.com>
30849              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
30850      Branch: perl
30851            ! ext/Encode/Makefile.PL
30852 ____________________________________________________________________________
30853 [  8285] By: nick                                  on 2000/12/31  18:11:54
30854         Log: Start of support of ICU-style .ucm files:
30855              - teach compile how to read a .ucm file
30856              - first guess at how to represent fallbacks in "tries".
30857              - use fallbacks if check == 0
30858              - new return code to indicate we used one.
30859      Branch: perlio
30860            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
30861            ! ext/Encode/encengine.c ext/Encode/encode.h
30862 ____________________________________________________________________________
30863 [  8284] By: jhi                                   on 2000/12/31  18:04:41
30864         Log: Pacify picky VMS compiler.
30865              
30866              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
30867              From: "Craig A. Berry" <craig.berry@psinetcs.com>
30868              Date: Sat, 30 Dec 2000 18:10:02 -0600
30869              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
30870      Branch: perl
30871            ! sv.c
30872 ____________________________________________________________________________
30873 [  8283] By: jhi                                   on 2000/12/31  16:11:47
30874         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
30875      Branch: perl
30876            ! t/lib/glob-basic.t
30877 ____________________________________________________________________________
30878 [  8282] By: jhi                                   on 2000/12/31  15:26:11
30879         Log: Integrate perlio.
30880      Branch: perl
30881           !> makedef.pl opcode.pl os2/os2.c perlio.c
30882 ____________________________________________________________________________
30883 [  8281] By: nick                                  on 2000/12/31  10:06:15
30884         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
30885              is available to be exported
30886      Branch: perlio
30887            ! makedef.pl perlio.c
30888 ____________________________________________________________________________
30889 [  8280] By: nick                                  on 2000/12/31  09:41:26
30890         Log: Ilya's OS2 patch (testing for damage on Win32)
30891      Branch: perlio
30892            ! makedef.pl opcode.pl os2/os2.c
30893 ____________________________________________________________________________
30894 [  8279] By: jhi                                   on 2000/12/30  21:52:07
30895         Log: Test nits.
30896      Branch: perl
30897            ! t/lib/syslfs.t t/op/lfs.t
30898 ____________________________________________________________________________
30899 [  8278] By: jhi                                   on 2000/12/30  21:47:49
30900         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
30901              From: andreas.koenig@anima.de (Andreas J. Koenig)
30902              Date: 30 Dec 2000 22:35:37 +0100
30903              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
30904              
30905              The 32-bit wraparound test wasn't quite right.
30906      Branch: perl
30907            ! t/lib/syslfs.t t/op/lfs.t
30908 ____________________________________________________________________________
30909 [  8277] By: jhi                                   on 2000/12/30  21:33:44
30910         Log: Subject: [PATCH] open() example in perlfunc.pod 
30911              From: Karsten Sperling <s_sperli@ira.uka.de>
30912              Date: Sat, 30 Dec 2000 22:27:09 +0100
30913              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
30914      Branch: perl
30915            ! pod/perlfunc.pod
30916 ____________________________________________________________________________
30917 [  8276] By: jhi                                   on 2000/12/30  20:32:40
30918         Log: Not quite that many tests yet.
30919      Branch: perl
30920            ! t/op/pat.t
30921 ____________________________________________________________________________
30922 [  8275] By: jhi                                   on 2000/12/30  20:26:58
30923         Log: Integrate perlio.
30924      Branch: perl
30925           !> toke.c
30926 ____________________________________________________________________________
30927 [  8274] By: jhi                                   on 2000/12/30  20:24:56
30928         Log: Signedness nit.
30929      Branch: perl
30930            ! utf8.c
30931 ____________________________________________________________________________
30932 [  8273] By: jhi                                   on 2000/12/30  20:15:46
30933         Log: Add a test case for 20000731.001 which was fixed by the #8267.
30934      Branch: perl
30935            ! t/op/pat.t
30936 ____________________________________________________________________________
30937 [  8272] By: nick                                  on 2000/12/30  19:47:51
30938         Log: Tweak for MULTIPLICITY/USE_PERLIO
30939      Branch: perlio
30940            ! toke.c
30941 ____________________________________________________________________________
30942 [  8271] By: nick                                  on 2000/12/30  19:46:45
30943         Log: Integrate mainline
30944      Branch: perlio
30945           +> lib/unicode/distinct.pm
30946           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
30947           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
30948           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
30949 ____________________________________________________________________________
30950 [  8270] By: jhi                                   on 2000/12/30  19:39:50
30951         Log: Subject: RE: perl@8269
30952              From: "Richard Soderberg" <rs@crystalflame.net>
30953              Date: Sat, 30 Dec 2000 11:36:27 -0800
30954              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
30955              
30956              A missing aTHX_.
30957      Branch: perl
30958            ! toke.c
30959 ____________________________________________________________________________
30960 [  8269] By: jhi                                   on 2000/12/30  18:55:48
30961         Log: Update Changes.
30962      Branch: perl
30963            ! Changes patchlevel.h
30964 ____________________________________________________________________________
30965 [  8268] By: jhi                                   on 2000/12/30  17:18:40
30966         Log: Add a test for Unicode split //.  The #8267 was the cure.
30967      Branch: perl
30968            ! t/op/split.t
30969 ____________________________________________________________________________
30970 [  8267] By: jhi                                   on 2000/12/30  17:14:19
30971         Log: Subject: more UTF8 test suites and an UTF8 patch
30972              From: Inaba Hiroto <inaba@st.rim.or.jp>
30973              Date: Sat, 30 Dec 2000 14:27:10 +0900
30974              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
30975              
30976              Just the patch part for now, and the pragma renamed
30977              as unicode::distinct.
30978      Branch: perl
30979            + lib/unicode/distinct.pm
30980            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
30981            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
30982            ! regcomp.h regexec.c sv.c toke.c utf8.c
30983 ____________________________________________________________________________
30984 [  8266] By: nick                                  on 2000/12/30  16:40:49
30985         Log: Integrate mainline
30986      Branch: perlio
30987           +> lib/Pod/Text/Overstrike.pm
30988           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
30989           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
30990           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
30991           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
30992           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
30993 ____________________________________________________________________________
30994 [  8265] By: jhi                                   on 2000/12/30  07:28:55
30995         Log: The sv_catsv() fix, take two.
30996      Branch: perl
30997            ! sv.c t/op/join.t
30998 ____________________________________________________________________________
30999 [  8264] By: jhi                                   on 2000/12/30  06:19:18
31000         Log: Undo all the join-related changes since #8248: relevant
31001              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
31002              The new sv_catsv() doesn't fly so it must go back to
31003              the drawing board.
31004      Branch: perl
31005            ! sv.c t/op/join.t t/pragma/utf8.t
31006 ____________________________________________________________________________
31007 [  8263] By: jhi                                   on 2000/12/30  01:08:32
31008         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
31009      Branch: perl
31010            ! sv.c
31011 ____________________________________________________________________________
31012 [  8262] By: jhi                                   on 2000/12/30  00:45:14
31013         Log: Retract #8261.
31014      Branch: perl
31015            ! hv.c util.c
31016 ____________________________________________________________________________
31017 [  8261] By: jhi                                   on 2000/12/30  00:38:32
31018         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
31019      Branch: perl
31020            ! hv.c util.c
31021 ____________________________________________________________________________
31022 [  8260] By: jhi                                   on 2000/12/29  22:51:33
31023         Log: (Retracted by #8264)  More fixing for #8251.
31024      Branch: perl
31025            ! sv.c
31026 ____________________________________________________________________________
31027 [  8259] By: jhi                                   on 2000/12/29  18:27:30
31028         Log: Subject: podlators 1.06 released
31029              From: Russ Allbery <rra@stanford.edu>
31030              Date: 25 Dec 2000 05:09:30 -0800
31031              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
31032      Branch: perl
31033            + lib/Pod/Text/Overstrike.pm
31034            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
31035            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
31036 ____________________________________________________________________________
31037 [  8258] By: jhi                                   on 2000/12/29  18:20:45
31038         Log: Make the large file tests more robust/talkative as suggested by
31039              
31040              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
31041              From: andreas.koenig@anima.de (Andreas J. Koenig)
31042              Date: 29 Dec 2000 14:23:01 +0100
31043              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
31044      Branch: perl
31045            ! t/lib/syslfs.t t/op/lfs.t
31046 ____________________________________________________________________________
31047 [  8257] By: jhi                                   on 2000/12/29  17:48:04
31048         Log: Further VMS piping fixes from Charles Lane:
31049              
31050              In summary, error messages produced when a subprocess terminated
31051              abnormally were being sent not just to the parent process, but to
31052              grandparents, because of default values for error output that were
31053              not completely overridden when the subprocess was started.
31054              
31055              This patch fixes this behavior by defining user-mode (i.e., temporary
31056              for the duration of the program) logical names for SYS$OUTPUT and
31057              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
31058              changes to make it so that the user-mode logicals are the ones that
31059              control where Perl's error messages go if it terminates abnormally.
31060              
31061              I also added some gratuitous fixes to the indentation of braces in
31062              the piping code.  It just looked ugly, before.
31063      Branch: perl
31064            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
31065 ____________________________________________________________________________
31066 [  8256] By: jhi                                   on 2000/12/29  17:45:12
31067         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
31068              From: "Casey R. Tweten" <crt@kiski.net>
31069              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
31070              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
31071              
31072              Tests for for #8240.
31073      Branch: perl
31074            ! t/pragma/constant.t
31075 ____________________________________________________________________________
31076 [  8255] By: jhi                                   on 2000/12/29  17:43:07
31077         Log: Subject: Re: [PATCH] Interesting syntax idea
31078              From: Simon Cozens <simon@cozens.net>
31079              Date: Fri, 29 Dec 2000 14:34:04 +0000
31080              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
31081              
31082              Tests for #8254.
31083      Branch: perl
31084            ! t/pragma/sub_lval.t
31085 ____________________________________________________________________________
31086 [  8254] By: jhi                                   on 2000/12/29  17:42:11
31087         Log: Subject: [PATCH] Interesting syntax idea
31088              From: Simon Cozens <simon@cozens.net>
31089              Date: Wed, 27 Dec 2000 05:08:57 +0000
31090              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
31091              
31092              Make opens + bareword assigns do typeglob assigns.
31093      Branch: perl
31094            ! op.c
31095 ____________________________________________________________________________
31096 [  8253] By: jhi                                   on 2000/12/29  17:36:45
31097         Log: Output the (apparent) version of gcc, as suggested by
31098              
31099              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
31100              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
31101              Date: 26 Dec 2000 04:29:17 -0500
31102              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
31103              
31104              (The patch as such didn't any more apply as the misparsing had
31105              already been addressed in #6474.)  Also change the wording about
31106              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
31107      Branch: perl
31108            ! hints/dec_osf.sh
31109 ____________________________________________________________________________
31110 [  8252] By: nick                                  on 2000/12/29  12:14:31
31111         Log: Integrate mainline
31112      Branch: perlio
31113           !> (integrate 27 files)
31114 ____________________________________________________________________________
31115 [  8251] By: jhi                                   on 2000/12/29  08:45:46
31116         Log: (Retracted by #8264)
31117              
31118              (Fixed by #8260.)
31119              
31120              sv_catsv() needs one more byte space than seems reasonable.
31121              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
31122              Curiouser and curiouser.
31123      Branch: perl
31124            ! sv.c
31125 ____________________________________________________________________________
31126 [  8250] By: jhi                                   on 2000/12/29  07:57:52
31127         Log: More split // UTF-8 tests.
31128      Branch: perl
31129            ! t/pragma/utf8.t
31130 ____________________________________________________________________________
31131 [  8249] By: jhi                                   on 2000/12/29  07:54:51
31132         Log: (Retracted by #8264)  More join() testing which was good because
31133              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
31134      Branch: perl
31135            ! pp.c t/op/join.t utf8.c utf8.h
31136 ____________________________________________________________________________
31137 [  8248] By: jhi                                   on 2000/12/29  07:08:32
31138         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
31139              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
31140              that the only cases to care about are byte+byte and byte+character.
31141              
31142              TODO: See how well pp_concat() could be implemented in terms
31143              of sv_catsv().
31144      Branch: perl
31145            ! doop.c sv.c t/op/join.t utf8.h
31146 ____________________________________________________________________________
31147 [  8247] By: jhi                                   on 2000/12/29  06:35:23
31148         Log: Signedness nit.
31149      Branch: perl
31150            ! pp_hot.c
31151 ____________________________________________________________________________
31152 [  8246] By: jhi                                   on 2000/12/29  01:23:31
31153         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
31154              From: Lupe Christoph <lupe@lupe-christoph.de>
31155              Date: Thu, 28 Dec 2000 23:00:00 +0100
31156              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
31157              
31158              Suggest rsync --delete --dry-run.
31159      Branch: perl
31160            ! pod/perlhack.pod
31161 ____________________________________________________________________________
31162 [  8245] By: jhi                                   on 2000/12/28  23:57:05
31163         Log: The maxiters upper limit sanity check (guarding against
31164              non-progress) assumed bytes instead of characters in s///
31165              and split().
31166      Branch: perl
31167            ! pp.c pp_hot.c
31168 ____________________________________________________________________________
31169 [  8244] By: jhi                                   on 2000/12/28  23:34:08
31170         Log: Make some panic messages a bit more logical.
31171      Branch: perl
31172            ! doop.c pod/perldiag.pod pp.c pp_hot.c
31173 ____________________________________________________________________________
31174 [  8243] By: jhi                                   on 2000/12/28  22:59:16
31175         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
31176              From: Simon Cozens <simon@cozens.net>
31177              Date: Wed, 27 Dec 2000 02:30:03 +0000
31178              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
31179      Branch: perl
31180            ! pp.c t/pragma/sub_lval.t
31181 ____________________________________________________________________________
31182 [  8242] By: jhi                                   on 2000/12/28  22:56:53
31183         Log: Subject: [PATCH blead] Fix B::Terse indentation
31184              From: Daniel Chetlin <daniel@chetlin.com>
31185              Date: Wed, 27 Dec 2000 06:43:30 -0800
31186              Message-ID: <20001227064329.B9573@darkstar>
31187      Branch: perl
31188            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
31189 ____________________________________________________________________________
31190 [  8241] By: jhi                                   on 2000/12/28  22:48:59
31191         Log: The latter patch from the
31192              
31193              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
31194              From: Peter Prymmer <pvhp@forte.com> 
31195              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
31196              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
31197              
31198              (the former patch from the above should have been
31199              taken care of by Nick I-S)
31200      Branch: perl
31201            ! win32/Makefile
31202 ____________________________________________________________________________
31203 [  8240] By: jhi                                   on 2000/12/28  22:45:22
31204         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
31205              From: "Casey R. Tweten" <crt@kiski.net>
31206              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
31207              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
31208      Branch: perl
31209            ! lib/constant.pm
31210 ____________________________________________________________________________
31211 [  8239] By: jhi                                   on 2000/12/28  22:37:45
31212         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
31213              From: Simon Cozens <simon@cozens.net>
31214              Date: Wed, 27 Dec 2000 14:12:44 +0000
31215              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
31216      Branch: perl
31217            ! t/op/method.t t/op/sort.t toke.c
31218 ____________________________________________________________________________
31219 [  8238] By: jhi                                   on 2000/12/28  22:30:32
31220         Log: Subject: [PATCH perl@8229] Call.pm
31221              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
31222              Date: Mon, 25 Dec 2000 10:47:15 -0000
31223              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
31224      Branch: perl
31225            ! ext/Filter/Util/Call/Call.pm
31226 ____________________________________________________________________________
31227 [  8237] By: jhi                                   on 2000/12/28  22:19:21
31228         Log: Subject: [PATCH blead] Fix problem with `&' prototype
31229              From: Daniel Chetlin <daniel@chetlin.com>
31230              Date: Wed, 27 Dec 2000 15:55:32 -0800
31231              Message-ID: <20001227155532.D9573@darkstar>
31232      Branch: perl
31233            ! op.c t/comp/proto.t
31234 ____________________________________________________________________________
31235 [  8236] By: jhi                                   on 2000/12/28  22:09:25
31236         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
31237              From: Daniel Chetlin <daniel@chetlin.com>
31238              Date: Sun, 24 Dec 2000 04:09:49 -0800
31239              Message-ID: <20001224040949.B3090@darkstar>
31240      Branch: perl
31241            ! gv.c mg.c t/op/attrs.t
31242 ____________________________________________________________________________
31243 [  8235] By: jhi                                   on 2000/12/28  22:07:11
31244         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
31245              From: Jan Dubois <jand@ActiveState.com>
31246              Date: Tue, 26 Dec 2000 20:57:31 -0800
31247              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
31248      Branch: perl
31249            ! win32/win32.c
31250 ____________________________________________________________________________
31251 [  8234] By: jhi                                   on 2000/12/28  21:52:42
31252         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
31253              From: Simon Cozens <simon@cozens.net>
31254              Date: Thu, 28 Dec 2000 20:33:13 +0000
31255              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
31256      Branch: perl
31257            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
31258 ____________________________________________________________________________
31259 [  8233] By: jhi                                   on 2000/12/28  19:40:49
31260         Log: Integrate perlio.
31261      Branch: perl
31262           !> ext/Encode/Makefile.PL ext/Encode/compile
31263 ____________________________________________________________________________
31264 [  8232] By: nick                                  on 2000/12/23  16:06:00
31265         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
31266              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
31267      Branch: perlio
31268            ! ext/Encode/Makefile.PL
31269 ____________________________________________________________________________
31270 [  8231] By: nick                                  on 2000/12/23  14:30:34
31271         Log: "Compiled" encode build cleanup
31272              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
31273              - .c files do not export sub-tables
31274      Branch: perlio
31275            ! ext/Encode/Makefile.PL ext/Encode/compile
31276 ____________________________________________________________________________
31277 [  8230] By: nick                                  on 2000/12/23  12:50:37
31278         Log: Integrate mainline
31279      Branch: perlio
31280           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
31281           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
31282           !> pod/perl5004delta.pod pod/perl5005delta.pod
31283           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
31284           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
31285           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
31286           !> pod/perlsub.pod
31287 ____________________________________________________________________________
31288 [  8229] By: jhi                                   on 2000/12/22  15:32:12
31289         Log: Integrate perlio.
31290      Branch: perl
31291           +> win32/distclean.bat
31292           !> MANIFEST t/io/utf8.t
31293 ____________________________________________________________________________
31294 [  8228] By: jhi                                   on 2000/12/22  15:29:40
31295         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
31296              From: Robin Barker <rmb1@cise.npl.co.uk>
31297              Date: Fri, 22 Dec 2000 12:17:38 GMT
31298              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
31299      Branch: perl
31300            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
31301            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
31302            ! pod/perl5004delta.pod pod/perl5005delta.pod
31303            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
31304            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
31305            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
31306            ! pod/perlsub.pod
31307 ____________________________________________________________________________
31308 [  8227] By: jhi                                   on 2000/12/22  15:24:28
31309         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
31310              From: "John L. Allen" <allen@grumman.com>
31311              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
31312              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
31313              
31314              Document APPLLIB_EXP.
31315      Branch: perl
31316            ! INSTALL
31317 ____________________________________________________________________________
31318 [  8226] By: nick                                  on 2000/12/21  22:11:50
31319         Log: Handy script for when one forgets to "dmake clean" 
31320      Branch: perlio
31321            + win32/distclean.bat
31322            ! MANIFEST
31323 ____________________________________________________________________________
31324 [  8225] By: nick                                  on 2000/12/21  21:54:04
31325         Log: CRLF platform issue with io/utf8 fix.
31326      Branch: perlio
31327            ! t/io/utf8.t
31328 ____________________________________________________________________________
31329 [  8224] By: nick                                  on 2000/12/21  21:02:20
31330         Log: Integrate mainline
31331      Branch: perlio
31332           !> Changes Configure Makefile.SH Porting/Glossary
31333           !> Porting/config.sh Porting/config_H configure.com
31334           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
31335           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
31336           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
31337           !> win32/config.bc win32/config.gc win32/config.vc
31338 ____________________________________________________________________________
31339 [  8223] By: jhi                                   on 2000/12/21  17:09:16
31340         Log: Update Changes.
31341      Branch: perl
31342            ! Changes patchlevel.h
31343 ____________________________________________________________________________
31344 [  8222] By: jhi                                   on 2000/12/21  16:24:01
31345         Log: Metaconfig unit changes for #8221.
31346      Branch: metaconfig/U/perl
31347           +> issymlink.U
31348            - testsyml.U
31349            ! Mksymlinks.U
31350 ____________________________________________________________________________
31351 [  8221] By: jhi                                   on 2000/12/21  16:23:48
31352         Log: Rename testsyml to issymlink.
31353      Branch: perl
31354            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31355            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
31356            ! win32/config.vc
31357 ____________________________________________________________________________
31358 [  8220] By: jhi                                   on 2000/12/21  15:47:26
31359         Log: Robustness support for #8218 (symlink forest) since the GNU
31360              tools seem to be overly picky about symlinkage depths.
31361      Branch: perl
31362            ! Makefile.SH t/io/fs.t
31363 ____________________________________________________________________________
31364 [  8219] By: jhi                                   on 2000/12/21  15:38:27
31365         Log: Metaconfig changes for #8218.
31366      Branch: metaconfig
31367            ! U/modified/Oldconfig.U
31368      Branch: metaconfig/U/perl
31369            + Mksymlinks.U
31370            ! testsyml.U
31371 ____________________________________________________________________________
31372 [  8218] By: jhi                                   on 2000/12/21  15:37:57
31373         Log: Add Configure option -Dmksymlinks which will create a symlink
31374              forest if the current/build differs from the source directory.
31375              TODO: mkdir -p is not portable.
31376      Branch: perl
31377            ! Configure
31378 ____________________________________________________________________________
31379 [  8217] By: jhi                                   on 2000/12/21  14:39:12
31380         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
31381              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
31382              Date: Thu, 21 Dec 2000 09:38:18 GMT
31383              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
31384              
31385              The ofs became an SV.
31386      Branch: perl
31387            ! ext/Thread/Thread.xs
31388 ____________________________________________________________________________
31389 [  8216] By: jhi                                   on 2000/12/21  05:40:21
31390         Log: The polymorphism seems to have fixed 20000517.001.
31391      Branch: perl
31392            ! t/pragma/utf8.t
31393 ____________________________________________________________________________
31394 [  8215] By: jhi                                   on 2000/12/21  04:44:52
31395         Log: read() documentation tweak for 20001121.004.
31396      Branch: perl
31397            ! pod/perlfunc.pod
31398 ____________________________________________________________________________
31399 [  8214] By: jhi                                   on 2000/12/21  03:54:11
31400         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
31401      Branch: perl
31402            ! pp_sys.c t/op/misc.t
31403 ____________________________________________________________________________
31404 [  8213] By: jhi                                   on 2000/12/21  00:28:10
31405         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
31406              From: Peter Prymmer <pvhp@forte.com>
31407              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
31408              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
31409      Branch: perl
31410            ! configure.com
31411 ____________________________________________________________________________
31412 [  8212] By: jhi                                   on 2000/12/21  00:26:21
31413         Log: Edit edit edit.
31414      Branch: perl
31415            ! pod/perlfaq3.pod
31416 ____________________________________________________________________________
31417 [  8211] By: jhi                                   on 2000/12/20  18:52:46
31418         Log: Update Changes.
31419      Branch: perl
31420            ! Changes patchlevel.h
31421 ____________________________________________________________________________
31422 [  8210] By: jhi                                   on 2000/12/20  18:34:47
31423         Log: Yet another editor edit.
31424      Branch: perl
31425            ! pod/perlfaq3.pod
31426 ____________________________________________________________________________
31427 [  8209] By: jhi                                   on 2000/12/20  15:33:28
31428         Log: More Win32 Perling.
31429      Branch: perl
31430            ! pod/perlfaq3.pod
31431 ____________________________________________________________________________
31432 [  8208] By: jhi                                   on 2000/12/20  15:07:46
31433         Log: More Win32 editor/IDE/shell hints.
31434      Branch: perl
31435            ! pod/perlfaq3.pod
31436 ____________________________________________________________________________
31437 [  8207] By: jhi                                   on 2000/12/20  03:54:08
31438         Log: Subject: [PATCH] obscure timing knowledge
31439              From: Nicholas Clark <nick@ccl4.org>
31440              Date: Tue, 19 Dec 2000 19:22:31 +0000
31441              Message-ID: <20001219192231.F2827@plum.flirble.org>
31442      Branch: perl
31443            ! sv.c
31444 ____________________________________________________________________________
31445 [  8206] By: jhi                                   on 2000/12/20  03:45:57
31446         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
31447              From: Spider Boardman <spider@leggy.zk3.dec.com>
31448              Date: Tue, 19 Dec 2000 21:30:16 -0500
31449              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
31450      Branch: perl
31451            ! sv.c
31452 ____________________________________________________________________________
31453 [  8205] By: jhi                                   on 2000/12/19  23:02:01
31454         Log: Update Changes.
31455      Branch: perl
31456            ! Changes patchlevel.h
31457 ____________________________________________________________________________
31458 [  8204] By: jhi                                   on 2000/12/19  22:58:18
31459         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
31460              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
31461              on editors and diffing/patching.
31462      Branch: perl
31463            ! t/op/utf8decode.t
31464 ____________________________________________________________________________
31465 [  8203] By: nick                                  on 2000/12/19  21:36:16
31466         Log: Integrate mainline (forgot my own change...)
31467      Branch: perlio
31468           !> ext/Encode/compile
31469 ____________________________________________________________________________
31470 [  8202] By: nick                                  on 2000/12/19  21:34:42
31471         Log: Integrate mainline.
31472      Branch: perlio
31473           !> (integrate 61 files)
31474 ____________________________________________________________________________
31475 [  8201] By: nick                                  on 2000/12/19  21:34:06
31476         Log: Avoid looking for File::Glob when we don't need it.
31477      Branch: perl
31478            ! ext/Encode/compile
31479 ____________________________________________________________________________
31480 [  8200] By: jhi                                   on 2000/12/19  18:35:49
31481         Log: Update Changes.
31482      Branch: perl
31483            ! Changes patchlevel.h
31484 ____________________________________________________________________________
31485 [  8199] By: jhi                                   on 2000/12/19  18:35:07
31486         Log: Microperl tweaks.
31487      Branch: perl
31488            ! sv.c uconfig.h uconfig.sh
31489 ____________________________________________________________________________
31490 [  8198] By: jhi                                   on 2000/12/19  18:29:59
31491         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
31492      Branch: perl
31493            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
31494            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
31495 ____________________________________________________________________________
31496 [  8197] By: jhi                                   on 2000/12/19  17:55:29
31497         Log: In VMS embedded perls couldn't access the statically built Socket,
31498              from Charles Lane.
31499      Branch: perl
31500            ! configure.com
31501 ____________________________________________________________________________
31502 [  8196] By: jhi                                   on 2000/12/19  17:49:50
31503         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
31504              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
31505              Date: Sun, 17 Dec 2000 19:11:44 -0000
31506              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
31507      Branch: perl
31508            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
31509            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
31510 ____________________________________________________________________________
31511 [  8195] By: jhi                                   on 2000/12/19  17:47:53
31512         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
31513              From: Jonathan Stowe <gellyfish@gellyfish.com>
31514              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
31515              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
31516      Branch: perl
31517            ! utils/h2xs.PL
31518 ____________________________________________________________________________
31519 [  8194] By: jhi                                   on 2000/12/19  17:46:28
31520         Log: Subject: Re: useless use of void context work-around
31521              From: andreas.koenig@anima.de (Andreas J. Koenig)
31522              Date: 16 Dec 2000 15:13:36 +0100
31523              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
31524              
31525              Document (comment) the q(di ds ig) trick in the code.
31526      Branch: perl
31527            ! op.c
31528 ____________________________________________________________________________
31529 [  8193] By: jhi                                   on 2000/12/19  17:10:57
31530         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
31531              From: "Mark J. Reed" <mreed@strange.turner.com>
31532              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
31533              Message-Id: <200012160222.VAA13986@strange.turner.com>
31534      Branch: perl
31535            ! ext/Sys/Syslog/Syslog.pm
31536 ____________________________________________________________________________
31537 [  8192] By: jhi                                   on 2000/12/19  17:07:45
31538         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
31539              From: Nicholas Clark <nick@ccl4.org>
31540              Date: Sat, 16 Dec 2000 19:03:13 +0000
31541              Message-ID: <20001216190313.D68304@plum.flirble.org>
31542      Branch: perl
31543            ! t/op/64bitint.t
31544 ____________________________________________________________________________
31545 [  8191] By: jhi                                   on 2000/12/19  17:06:13
31546         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
31547              From: Dominic Dunlop <domo@computer.org>
31548              Date: Mon, 18 Dec 2000 12:00:15 +0100
31549              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
31550              
31551              This patchlet is needed in order that perl can be statically linked.  
31552      Branch: perl
31553            ! regexec.c
31554 ____________________________________________________________________________
31555 [  8190] By: jhi                                   on 2000/12/19  17:03:08
31556         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
31557              From: "Craig A. Berry" <craig.berry@psinetcs.com>
31558              Date: Sun, 17 Dec 2000 00:18:35 -0600
31559              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
31560      Branch: perl
31561            ! perlio.h vms/gen_shrfls.pl
31562 ____________________________________________________________________________
31563 [  8189] By: jhi                                   on 2000/12/19  16:20:28
31564         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
31565              From: Prymmer/Kahn <pvhp@best.com>
31566              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
31567              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
31568              
31569              A better version of #8188.
31570      Branch: perl
31571            ! pod/perlfaq3.pod
31572 ____________________________________________________________________________
31573 [  8188] By: jhi                                   on 2000/12/19  15:57:06
31574         Log: (Replaced by #8189)
31575              
31576              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
31577              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
31578              From: Prymmer/Kahn <pvhp@best.com>
31579              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
31580              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
31581              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
31582              Date: Mon, 18 Dec 2000 11:10:45 -0500
31583              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
31584      Branch: perl
31585            ! pod/perlfaq3.pod
31586 ____________________________________________________________________________
31587 [  8187] By: jhi                                   on 2000/12/19  15:54:19
31588         Log: Email address fix for Anton Berezin.
31589      Branch: perl
31590            ! AUTHORS
31591 ____________________________________________________________________________
31592 [  8186] By: jhi                                   on 2000/12/19  15:38:54
31593         Log: Subject: [PATCH perl@8102] cygwin port
31594              From: "Eric Fifer" <efifer@dircon.co.uk> 
31595              Date: Thu, 14 Dec 2000 13:41:29 -0000
31596              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
31597              
31598              When compiling modules the data item that is being imported
31599              from libperl.dll needs to be tagged as imported/shared data:
31600              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
31601      Branch: perl
31602            ! perliol.h
31603 ____________________________________________________________________________
31604 [  8185] By: jhi                                   on 2000/12/19  14:53:24
31605         Log: Regen uconfig.h and uconfig.sh.
31606      Branch: perl
31607            ! uconfig.h uconfig.sh
31608 ____________________________________________________________________________
31609 [  8184] By: jhi                                   on 2000/12/18  20:43:49
31610         Log: Comments work so much better when they are closed.
31611      Branch: perl
31612            ! regcomp.c
31613 ____________________________________________________________________________
31614 [  8183] By: jhi                                   on 2000/12/18  18:04:02
31615         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
31616              Fixes the bug 20001218.016.
31617      Branch: perl
31618            ! regcomp.c
31619 ____________________________________________________________________________
31620 [  8182] By: gsar                                  on 2000/12/18  09:53:47
31621         Log: delete spurious files
31622      Branch: maint-5.6/perl
31623            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
31624            - vos/config.h vos/config_h.SH_orig
31625 ____________________________________________________________________________
31626 [  8181] By: gsar                                  on 2000/12/18  09:46:08
31627         Log: regen perltoc
31628      Branch: maint-5.6/perl
31629            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
31630 ____________________________________________________________________________
31631 [  8180] By: gsar                                  on 2000/12/18  09:20:27
31632         Log: integrate changes#7924..7926,7946,7952 from mainline
31633      Branch: maint-5.6/perl
31634           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
31635           !> lib/File/stat.pm t/lib/class-struct.t
31636 ____________________________________________________________________________
31637 [  8179] By: gsar                                  on 2000/12/18  08:55:54
31638         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
31639              7918,7919,7988,8907 from mainline (various)
31640      Branch: maint-5.6/perl
31641           +> t/lib/class-struct.t
31642           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
31643           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
31644           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
31645 ____________________________________________________________________________
31646 [  8178] By: gsar                                  on 2000/12/18  08:16:30
31647         Log: avoid redefinition warnings on windows due to sys/socket.h getting
31648              #included before win32.h
31649      Branch: maint-5.6/perl
31650            ! win32/include/sys/socket.h
31651 ____________________________________________________________________________
31652 [  8177] By: gsar                                  on 2000/12/18  05:24:04
31653         Log: make regen_headers; fix POSIX.xs problems; remove outdated
31654              code from sys/socket.h that makes build fail now
31655      Branch: maint-5.6/perl
31656            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
31657            ! pod/perlapi.pod
31658           !> win32/include/sys/socket.h
31659 ____________________________________________________________________________
31660 [  8176] By: gsar                                  on 2000/12/18  05:20:17
31661         Log: update Changes
31662      Branch: maint-5.6/perl
31663            ! Changes patchlevel.h
31664 ____________________________________________________________________________
31665 [  8175] By: gsar                                  on 2000/12/18  04:57:48
31666         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
31667              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
31668              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
31669              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
31670              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
31671              7823,7825,7838
31672      Branch: maint-5.6/perl
31673           +> lib/File/Spec/Epoc.pm
31674           !> (integrate 88 files)
31675 ____________________________________________________________________________
31676 [  8174] By: gsar                                  on 2000/12/18  03:53:09
31677         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
31678              7625..7629,7631..7634,7637,7639,7642 from mainline
31679      Branch: maint-5.6/perl
31680           +> README.solaris
31681           !> (integrate 26 files)
31682 ____________________________________________________________________________
31683 [  8173] By: gsar                                  on 2000/12/18  03:37:02
31684         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
31685              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
31686              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
31687              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
31688      Branch: maint-5.6/perl
31689           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
31690            - MAINTAIN
31691           !> (integrate 111 files)
31692 ____________________________________________________________________________
31693 [  8172] By: jhi                                   on 2000/12/18  02:49:27
31694         Log: Regen pods.
31695      Branch: perl
31696            ! pod/perlmodlib.pod pod/perltoc.pod
31697 ____________________________________________________________________________
31698 [  8171] By: gsar                                  on 2000/12/18  02:49:24
31699         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
31700              7465..7471 from mainline
31701              
31702              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
31703              in platforms that strictly require all the symbols being present
31704              at link time.
31705              
31706              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
31707              
31708              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
31709              
31710              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
31711              
31712              Subject: [PATCH] todo
31713              
31714              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
31715              
31716              Use $sort, $uniq (and $tr) consistently as wondered
31717              by Nicholas Clark.
31718              
31719              Too enthusiastic editing in #7460.
31720              
31721              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
31722              
31723              Upgrade to CPAN 1.58_55.
31724              Subject: CPAN.pm status
31725              
31726              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
31727              
31728              Make target reordering to avoid pointless re-makes.
31729              Subject: Re: Total re-make of 'make okfile' after 7451 ?
31730              
31731              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
31732              
31733              Subject: DOC PATCH 5.6.0
31734              
31735              Add the repository doc by Malcolm, Sarathy, and by Simon,
31736              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
31737      Branch: maint-5.6/perl
31738           +> Porting/repository.pod
31739           !> Configure MANIFEST Makefile.SH README.dos README.os2
31740           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
31741           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
31742           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
31743 ____________________________________________________________________________
31744 [  8169] By: gsar                                  on 2000/12/18  02:33:34
31745         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
31746              7435..7441,7445 from mainline
31747              
31748              Make the UTF-8 decoding stricter and more verbose when
31749              malformation happens.  This involved adding an argument
31750              to utf8_to_uv_chk(), which involved changing its prototype,
31751              and prefer STRLEN over I32 for the UTF-8 length, which as
31752              a domino effect necessitated changing the prototypes of
31753              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
31754              The stricter UTF-8 decoding checking uses Markus Kuhn's
31755              UTF-8 Decode Stress Tester from
31756              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
31757              
31758              Run vms/vms_yfix.pl, should have done that after changing
31759              perly.c in #7382.
31760              
31761              Subject: [PATCH 5.7.0] static linking with uninstalled perl
31762              
31763              (Replaced by #7440.)
31764              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
31765              
31766              Fix the bug ID 20001024.005, the bug introduced by #7416.
31767              
31768              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
31769              
31770              Fix the bug reported in
31771              From: andreas.koenig@anima.de (Andreas J. Koenig)
31772              Also make is_utf8_char() stricter.
31773              
31774              Missed the header file changes from #7425.
31775              
31776              Check if stdio supports tweaking lval and cnt simultaneously.
31777              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
31778              
31779              Stratus VOS updates from Paul Green.
31780              
31781              Podify README.epoc and README.vos.
31782              
31783              Add targets to Makefile.SH, most importantly
31784              'regen_all' which also remembers to update vms/perly*.
31785              
31786              Subject: Minor update to find2perl, for portability
31787              
31788              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
31789              
31790              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
31791              
31792              Rename UTF8LEN() to be UNISKIP(), too confusing to have
31793              UTF8LEN() and UTF8SKIP(). 
31794              
31795              Allow poking holes at the UTF-8 decoding strictness.
31796              
31797              Continue the internal UTF-8 API tweaking.
31798              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
31799              used much more than the simpler API, now called utf8_to_uv_simple().
31800              Still not quite happy with API, too much partial duplication
31801              of functionality.
31802              
31803              A new version of making the syslog test more robust.
31804              (Replaces #7421.)
31805              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
31806              
31807              buildtoc target tweaks.
31808              
31809              Integrate with vmsperl #7430 by Charles Bailey:
31810              
31811              Cleanup from prior patch (Charles Lane?):
31812              - improve handling of MFDs in Basename and Path
31813              - default to no xsubpp line # munging when building debug images
31814      Branch: maint-5.6/perl
31815           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
31816           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
31817           !> (integrate 67 files)
31818 ____________________________________________________________________________
31819 [  8168] By: gsar                                  on 2000/12/18  02:05:49
31820         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
31821              
31822              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
31823              From: Martin Husemann <martin@duskware.de>
31824              
31825              Subject: [PATCH 5.7.0] restore match data on backtracing
31826              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31827      Branch: maint-5.6/perl
31828           !> regcomp.c regexec.c t/op/re_tests
31829 ____________________________________________________________________________
31830 [  8167] By: gsar                                  on 2000/12/18  01:55:22
31831         Log: integrate changes#7858,7986 from mainline
31832              
31833              C<foreach my $x ...> in pseudo-fork()ed process may diddle
31834              parent's memory; fix it by keeping track of the actual pad
31835              offset rather than a raw pointer (this change is probably also
31836              relevant to non-ithreads case to avoid fallout from reallocs of
31837              the pad array, but is currently only enabled for the ithreads
31838              case in the interests of minimal disruption to existing "well
31839              tested" code)
31840              
31841              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
31842              due to the notorious GetFileType() bug in Windows 9x, which fstat()
31843              tickles)
31844      Branch: maint-5.6/perl
31845           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
31846           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
31847           !> win32/win32.c win32/win32.h win32/win32sck.c
31848 ____________________________________________________________________________
31849 [  8166] By: gsar                                  on 2000/12/18  01:52:59
31850         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
31851              from mainline (xsubpp and ExtUtils::LibList fixups, various
31852              other small items)
31853      Branch: maint-5.6/perl
31854           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
31855           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
31856           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
31857           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
31858           !> win32/bin/search.pl
31859 ____________________________________________________________________________
31860 [  8165] By: gsar                                  on 2000/12/18  01:28:45
31861         Log: integrate changes#7533,7563,7611,7623 from mainline (various
31862              malloc.c embellishments)
31863      Branch: maint-5.6/perl
31864           !> malloc.c pod/perldiag.pod
31865 ____________________________________________________________________________
31866 [  8164] By: gsar                                  on 2000/12/18  01:23:33
31867         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
31868              fixups)
31869      Branch: maint-5.6/perl
31870           !> utils/h2xs.PL
31871 ____________________________________________________________________________
31872 [  8163] By: gsar                                  on 2000/12/18  01:17:50
31873         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
31874              fixups)
31875      Branch: maint-5.6/perl
31876           !> Makefile.SH utils/perlbug.PL
31877 ____________________________________________________________________________
31878 [  8162] By: gsar                                  on 2000/12/18  00:25:43
31879         Log: always export Perl_deb() (it is required by re.xs whether
31880              Perl is built with or without -DDEBUGGING)
31881      Branch: maint-5.6/perl
31882            ! makedef.pl
31883 ____________________________________________________________________________
31884 [  8161] By: gsar                                  on 2000/12/18  00:23:38
31885         Log: integrate change#7414 from mainline
31886              
31887              Undo the basename() part of #7412 since the lib/basename
31888              tests would need upgrading too.
31889              
31890              squelch two tests in tr.t that rely on tr/// paranoia change
31891              that's not in 5.6.x
31892      Branch: maint-5.6/perl
31893            ! t/op/tr.t
31894           !> lib/File/Basename.pm
31895 ____________________________________________________________________________
31896 [  8160] By: gsar                                  on 2000/12/18  00:05:30
31897         Log: missing change in previous integrate
31898      Branch: maint-5.6/perl
31899           !> README.aix
31900 ____________________________________________________________________________
31901 [  8159] By: gsar                                  on 2000/12/18  00:03:38
31902         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
31903              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
31904              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
31905              7410..7413 from mainline
31906      Branch: maint-5.6/perl
31907           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
31908           +> t/lib/tie-splice.t
31909            - lib/unicode/Is/DCinital.pl
31910           !> (integrate 112 files)
31911 ____________________________________________________________________________
31912 [  8158] By: jhi                                   on 2000/12/17  23:04:24
31913         Log: Subject: [PATCHES] RE: perl@8150 
31914              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
31915              Date: Sun, 17 Dec 2000 21:46:39 +0100
31916              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
31917              
31918              Neither cygwin has a getpwuid() one can trust on.
31919      Branch: perl
31920            ! t/lib/glob-basic.t
31921 ____________________________________________________________________________
31922 [  8157] By: jhi                                   on 2000/12/17  23:01:54
31923         Log: More MAN.PODS => {} fixes.
31924      Branch: perl
31925            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
31926            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
31927            ! os2/OS2/REXX/Makefile.PL
31928 ____________________________________________________________________________
31929 [  8156] By: gsar                                  on 2000/12/17  22:49:13
31930         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
31931              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
31932              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
31933              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
31934              7201,7204 from mainline
31935      Branch: maint-5.6/perl
31936           !> (integrate 121 files)
31937 ____________________________________________________________________________
31938 [  8155] By: jhi                                   on 2000/12/17  22:30:58
31939         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
31940              From: "Craig A. Berry" <craigberry@mac.com>
31941              Date: Sun, 17 Dec 2000 13:09:28 -0600
31942              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
31943              
31944              MAN.PODS => ' ' is naughty.
31945      Branch: perl
31946            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
31947 ____________________________________________________________________________
31948 [  8154] By: nick                                  on 2000/12/17  22:07:13
31949         Log: MULTIPLICITY nit.
31950      Branch: perl
31951            ! mg.c
31952 ____________________________________________________________________________
31953 [  8153] By: gsar                                  on 2000/12/17  21:23:05
31954         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
31955              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
31956              from mainline
31957              
31958              Document the SvIOK_.*UV().
31959              
31960              Update Unicode todo list.
31961              
31962              Guard against bad string->int conversion for quads.
31963              
31964              Subject: small apidoc fix
31965              
31966              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
31967              
31968              Subject: [PATCH] Tied filehandle documentation
31969              
31970              Subject: [PATCH] Modernize Opcode.pm documentation
31971              
31972              Make Data::Dumper (non-XS) to work with changed semantics of ref().
31973              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
31974              [applied even though said semantics didn't change in 5.6.x]
31975              
31976              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
31977              
31978              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
31979              
31980              Fix the URL, but the server is still missing in action.
31981              Subject: [ID 20000905.002] perlfaq1.pod URL error
31982              
31983              Subject: [ID 20000903.001] \w in utf8-strings
31984              
31985              Fix the ccversion detection for 5.1 and beyond.
31986              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
31987              
31988              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
31989              
31990              Subject: [ID 20000904.008] Tiny fix for perldiag
31991              
31992              Subject: Re: [ID 20000906.004] segfault with bad perl statement
31993              
31994              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
31995              
31996              Subject: [ID 20000908.002] perlipc documentation bug.
31997              
31998              Subject: [PATCH lib/Benchmark.pm]
31999              
32000              Re-allow vec() for characters > 255.
32001              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
32002              
32003              Do away with memory models cruft.  Sorry, PDP users.
32004              
32005              Continue #7041.
32006              
32007              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
32008              
32009              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
32010              
32011              Upgrade to CPAN 1.57_65, from Andreas König.
32012              
32013              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
32014              by Russ Allbery.
32015              
32016              Silence t/pod/*.t about alternate quote-mappings now implemented
32017              by Pod::Text, from Brad Appleton.
32018              
32019              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
32020              Subject: borland C++ win32.c tweak
32021              
32022              C<@a = @b = split(...)> optimization coredumps under ithreads
32023              (missed a spot when fixing up op_pmreplroot hack for ithreads)
32024              
32025              Document the SvUTF8*().
32026              
32027              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
32028              
32029              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
32030              
32031              Do in VMS as the #7054 does.
32032              
32033              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
32034              
32035              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
32036              
32037              Subject: [patch: perl@7045] vms updates
32038              
32039              Test for the #7049.
32040              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
32041              
32042              Break up the myconfig lines a bit.
32043              Subject: perlbug/perl -V output format
32044              
32045              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
32046              
32047              The #7054 truncated Configure badly.
32048              
32049              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
32050              initialization in all the threads on Windows
32051              
32052              Allow for whitespace between "#" and "line" in cpp output.
32053              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
32054              
32055              Remove vestiges of tr//CU.
32056              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
32057              
32058              The return value of setlocale must be copied away.
32059              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
32060              
32061              Allow chop() and chomp() to be overridden.
32062              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
32063              
32064              Hints optimization.
32065              Subject: Minor nit
32066              
32067              Subject: [PATCH] de-wall t/README
32068              
32069              Subject: Re: Two advertising clauses need to be removed
32070      Branch: maint-5.6/perl
32071           !> (integrate 75 files)
32072 ____________________________________________________________________________
32073 [  8152] By: gsar                                  on 2000/12/17  20:30:11
32074         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
32075              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
32076              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
32077              
32078              Don't attach -ld to the archname if pointless.
32079              
32080              Document UNTIE in a very minimalistic way.
32081              
32082              POSIX doesn't report long double values under -Duselongdouble
32083              when the long doubles are "real" (bigger than doubles).
32084              
32085              More author updates.
32086              
32087              Try to deduce NV_MAX.  Really should be Configure fodder.
32088              
32089              :: not allowed in pathnames, change to .
32090              Subject: [PATCH perl@6938] cygwin port
32091              
32092              Forget about NV_MAX (#6951).  Various floating point tweaks,
32093              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
32094              
32095              Move the Solaris 7 scan to use64bitall, make the
32096              failure to find 64-bot sparc libc to mention the
32097              possibility of being in an intel, from Lupe and Alan.
32098              
32099              Regen perltoc.
32100              
32101              AUTHORS tweaks, from Peter Prymmer.
32102              
32103              More address tweaking.
32104              
32105              Small tweaks all over.
32106              
32107              File::Temp patches from Andreas König,
32108              
32109              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
32110              
32111              Subject: CPAN.pm beta 1.57_57 for the core
32112              
32113              Part of the solution.
32114              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
32115              
32116              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
32117              
32118              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
32119              
32120              Add the overload warnings to perldiag.
32121              
32122              Drop unused argument.
32123              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
32124              
32125              Subject: Nit in Configure (bleadperl@6961)
32126              
32127              Update to PodParser 1.18, from Brad Appleton.
32128              
32129              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
32130              
32131              Subject: [PATCH: 6948] add SCNfldbl to configure.com
32132              
32133              Document UNTIE. Also tweak implementation to suppress the 'inner references'
32134              warning when UNTIE exists and instead pass the cound of extra references to
32135              the UNTIE method.
32136              
32137              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
32138              so that case-ignoring systems like DCL can tell them from
32139              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
32140              
32141              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
32142              
32143              Feature ordering tweak.
32144              
32145              Regen perltoc.
32146              
32147              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
32148              
32149              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
32150              
32151              Subject: http:// in L<>
32152              
32153              Detypo.
32154              
32155              change#6791 accidentally clobbered change#6710, put it back
32156              
32157              Only the first line, thank you very much.
32158              
32159              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
32160              plus rework the http: spots as suggested by Tom Christiansen,
32161              plus regen perltoc.
32162              
32163              Undo part of change 6489 which looks like a bulk edit which
32164              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
32165              The supressing of main:: on return from select() is undesirable.
32166              
32167              Apparently avoiding the swapping is too costly.
32168              
32169              Various Configure nits by Philip Newton,
32170              plus the ebcdic one by me.
32171              
32172              Make certain cc is set before trying to run it.
32173              
32174              If overloaded %{} etc. return the object do not loop.
32175              Thus  sub deref { $_[0] } functions if object is wanted type.
32176              
32177              Update perlhist.
32178              
32179              More %{} and other deref special casing - do not pass to 'nomethod'.
32180      Branch: maint-5.6/perl
32181           !> (integrate 59 files)
32182 ____________________________________________________________________________
32183 [  8151] By: gsar                                  on 2000/12/17  19:14:38
32184         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
32185              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
32186              
32187              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
32188              
32189              Make the epsilon to be relative, not absolute.
32190              
32191              Put back the flags dump as reasoned in
32192              Subject: Re: [PATCH] Glob dumping
32193              
32194              Introduce ccname to keep track of what compiler kind of we have.
32195              
32196              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
32197              
32198              Put back the slice accidentally removed by #6907.
32199              
32200              Reset archname and archname64 always, forcing them be
32201              recomputed at each Configure run, make Configure and
32202              the hints files agree on the naming of largefiles variables.
32203              
32204              Don't say "Perl 5.0 source kit".
32205              
32206              Subject: [PATCH] fix misc cast warnings
32207              
32208              Subject: typos in pods
32209              
32210              NVs not necessarily doubles, as pointed out by Yitzchak.
32211              
32212              Subject: [PATCH 6889] add a few ldbl formats to configure.com
32213              
32214              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
32215              
32216              Better options for rsync.
32217              
32218              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
32219              
32220              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
32221              
32222              Subject: [PATCH] Re: UNTIE method 
32223              
32224              A better fix for the Socket building problem from Craig Berry.
32225              
32226              Retract the dummy test, skip the security tests (instead of failing),
32227              explain what the warnings mean.
32228              
32229              Heap decorruption.
32230              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
32231              
32232              Update to Unicode 3.0.1.
32233              
32234              Missed one Unicode file.
32235              
32236              Subject: Re: typos in pods
32237              
32238              The #6929 was too skimpy.
32239              
32240              sscanf() may be the only way to read long doubles from strings.
32241              
32242              Reveal Borland's isnan.
32243              Subject: build with BC++ tweak
32244              
32245              Issue useful diagnostic on unknown pod commands.
32246              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
32247              
32248              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
32249              
32250              Clarify the third case of ftmp-security warnings.
32251              
32252              Make -Dusemorebits find long doubles in Solaris.
32253              
32254              Wrap the test in eval.
32255      Branch: maint-5.6/perl
32256           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
32257           +> lib/unicode/PropList.txt lib/unicode/README.perl
32258           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
32259           +> lib/unicode/Unicode.301 vms/vmspipe.com
32260            - lib/unicode/Props.txt lib/unicode/UCD300.html
32261            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
32262           !> (integrate 305 files)
32263 ____________________________________________________________________________
32264 [  8150] By: jhi                                   on 2000/12/17  18:47:57
32265         Log: Uncheckedin generated files.
32266      Branch: perl
32267            ! global.sym perlapi.c pod/perlapi.pod
32268 ____________________________________________________________________________
32269 [  8149] By: jhi                                   on 2000/12/17  18:41:22
32270         Log: Update Changes.
32271      Branch: perl
32272            ! Changes patchlevel.h
32273 ____________________________________________________________________________
32274 [  8148] By: jhi                                   on 2000/12/17  18:39:16
32275         Log: Subject: [PATCH] Fcntl constants speedup
32276              From: Nicholas Clark <nick@ccl4.org>
32277              Date: Sun, 17 Dec 2000 16:29:24 +0000
32278              Message-ID: <20001217162924.E97668@plum.flirble.org>
32279              
32280              Use IVs for the Fcntl constants instead of NVs.
32281      Branch: perl
32282            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
32283 ____________________________________________________________________________
32284 [  8147] By: jhi                                   on 2000/12/17  18:33:41
32285         Log: Add test for #8145 (binmode() warning), add warning for
32286              ioctl() and sockpair(), document them. (fileno() cannot
32287              be tripwired with the same kind of warning because
32288              'defined fileno($foo)' seems to be an idiom.)
32289      Branch: perl
32290            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
32291 ____________________________________________________________________________
32292 [  8146] By: gsar                                  on 2000/12/17  18:09:08
32293         Log: update Changes
32294      Branch: maint-5.6/perl
32295            ! Changes
32296 ____________________________________________________________________________
32297 [  8145] By: jhi                                   on 2000/12/17  17:39:35
32298         Log: Subject: [PATCH] Re: The long awaited feature ...
32299              From: Simon Cozens <simon@cozens.net>
32300              Date: Sun, 17 Dec 2000 12:31:56 +0000
32301              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
32302              
32303              Add a warning to binmode() about using bad filehandles
32304              (can happen e.g. if someone forgets the filehandle argument)
32305      Branch: perl
32306            ! pp_sys.c
32307 ____________________________________________________________________________
32308 [  8144] By: jhi                                   on 2000/12/17  17:33:48
32309         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
32310              From: Jonathan Stowe <gellyfish@gellyfish.com>
32311              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
32312              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
32313      Branch: perl
32314            ! lib/Net/Ping.pm
32315 ____________________________________________________________________________
32316 [  8143] By: jhi                                   on 2000/12/17  05:31:37
32317         Log: Polymorphic regexps.
32318              
32319              Fixes at least the bugs 20001028.003 (both of them...) and
32320              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
32321              also to be fixed by now, probably already before this patch.
32322      Branch: perl
32323            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
32324            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
32325            ! t/op/utf8decode.t t/pragma/utf8.t
32326 ____________________________________________________________________________
32327 [  8142] By: jhi                                   on 2000/12/16  17:16:05
32328         Log: Subject: [patch perl@8102] dos/djgpp update
32329              From: Laszlo Molnar <ml1050@freemail.hu>
32330              Date: Sat, 16 Dec 2000 01:40:52 +0100
32331              Message-ID: <20001216014052.A335@freemail.hu>
32332      Branch: perl
32333            ! djgpp/config.over t/base/commonsense.t
32334 ____________________________________________________________________________
32335 [  8141] By: jhi                                   on 2000/12/16  17:09:27
32336         Log: Few uncheckedin files.
32337      Branch: perl
32338            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
32339 ____________________________________________________________________________
32340 [  8140] By: nick                                  on 2000/12/15  22:14:31
32341         Log: Integrate mainline
32342      Branch: perlio
32343           !> (integrate 53 files)
32344 ____________________________________________________________________________
32345 [  8139] By: jhi                                   on 2000/12/15  19:49:49
32346         Log: One more IVUV tweak from Nicholas Clark.
32347      Branch: perl
32348            ! sv.c
32349 ____________________________________________________________________________
32350 [  8138] By: jhi                                   on 2000/12/15  19:17:06
32351         Log: Return of the IVUV-preservation, now seems to be happy even
32352              in Digital UNIX (the broken strtoul brokenness detection
32353              seems to have been the fly in the ointment).
32354      Branch: perl
32355            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32356            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
32357            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
32358            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
32359            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
32360            ! vos/config.ga.h win32/config.bc win32/config.gc
32361            ! win32/config.vc
32362 ____________________________________________________________________________
32363 [  8137] By: jhi                                   on 2000/12/15  18:12:14
32364         Log: Metaconfig unit change for #8136.
32365      Branch: metaconfig
32366            ! U/modified/d_strtoul.U
32367      Branch: metaconfig/U/perl
32368            ! d_strtoull.U d_strtouq.U
32369 ____________________________________________________________________________
32370 [  8136] By: jhi                                   on 2000/12/15  18:11:35
32371         Log: I don't think it's sensible or portable to test the strtou*
32372              on /^-/ strings.
32373      Branch: perl
32374            ! Configure
32375 ____________________________________________________________________________
32376 [  8135] By: jhi                                   on 2000/12/15  17:18:49
32377         Log: Metaconfig unit change for #8134.
32378      Branch: metaconfig
32379            ! U/modified/d_strtoul.U
32380 ____________________________________________________________________________
32381 [  8134] By: jhi                                   on 2000/12/15  17:14:13
32382         Log: If longsize is 8 we don't need a LL suffix for integer constants.
32383      Branch: perl
32384            ! Configure config_h.SH
32385 ____________________________________________________________________________
32386 [  8133] By: jhi                                   on 2000/12/15  16:00:23
32387         Log: Update Changes.
32388      Branch: perl
32389            ! Changes patchlevel.h
32390 ____________________________________________________________________________
32391 [  8132] By: jhi                                   on 2000/12/15  15:44:16
32392         Log: Some compilers get huffy if you do not cast a const pointer
32393              to a non-const when assigning.
32394      Branch: perl
32395            ! gv.c
32396 ____________________________________________________________________________
32397 [  8131] By: jhi                                   on 2000/12/15  15:38:30
32398         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
32399              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32400              Date: Fri, 15 Dec 2000 05:26:57 -0500
32401              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
32402      Branch: perl
32403            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
32404            ! t/pragma/overload.t
32405 ____________________________________________________________________________
32406 [  8130] By: jhi                                   on 2000/12/15  15:36:08
32407         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
32408              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32409              Date: Thu, 14 Dec 2000 22:02:43 -0500
32410              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
32411      Branch: perl
32412            ! gv.c perl.h
32413 ____________________________________________________________________________
32414 [  8129] By: jhi                                   on 2000/12/15  15:34:16
32415         Log: Subject: PATCH: h2xs nit
32416              From: Tim Jenness <t.jenness@jach.hawaii.edu>
32417              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
32418              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
32419              
32420              Add a template README.
32421      Branch: perl
32422            ! utils/h2xs.PL
32423 ____________________________________________________________________________
32424 [  8128] By: jhi                                   on 2000/12/15  15:32:22
32425         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
32426      Branch: perl
32427            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
32428 ____________________________________________________________________________
32429 [  8127] By: jhi                                   on 2000/12/15  15:19:34
32430         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
32431              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32432              Date:     Thu, 14 Dec 2000 20:04:42 EST
32433              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
32434      Branch: perl
32435            ! ext/Opcode/Opcode.xs
32436 ____________________________________________________________________________
32437 [  8126] By: jhi                                   on 2000/12/15  15:17:49
32438         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
32439              From: Peter Prymmer <pvhp@forte.com>
32440              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
32441              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
32442      Branch: perl
32443            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
32444            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
32445            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
32446 ____________________________________________________________________________
32447 [  8125] By: jhi                                   on 2000/12/15  15:11:05
32448         Log: This seems to be a stage sane and stable enough to checkin.
32449              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
32450      Branch: perl
32451            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
32452            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
32453            ! t/op/cmp.t t/op/numconvert.t
32454 ____________________________________________________________________________
32455 [  8124] By: jhi                                   on 2000/12/15  04:20:26
32456         Log: Something is really wonky.
32457      Branch: perl
32458            ! sv.c
32459 ____________________________________________________________________________
32460 [  8123] By: jhi                                   on 2000/12/15  04:00:50
32461         Log: Fixes for the IV UV patches to compile in Digital UNIX.
32462      Branch: perl
32463            ! sv.c
32464 ____________________________________________________________________________
32465 [  8122] By: jhi                                   on 2000/12/15  02:53:40
32466         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
32467              From: "Craig A. Berry" <craigberry@mac.com>
32468              Date: Thu, 14 Dec 2000 19:10:49 -0600
32469              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
32470      Branch: perl
32471            ! vms/vms.c
32472 ____________________________________________________________________________
32473 [  8121] By: jhi                                   on 2000/12/15  02:50:00
32474         Log: Metaconfig changes for #8120.
32475      Branch: metaconfig
32476            + U/modified/d_strtoul.U
32477      Branch: metaconfig/U/perl
32478            ! d_strtoull.U d_strtouq.U
32479 ____________________________________________________________________________
32480 [  8120] By: jhi                                   on 2000/12/15  02:49:42
32481         Log: From: Nicholas Clark <nick@ccl4.org> 
32482              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
32483              Date: Thu, 14 Dec 2000 18:38:57 +0000
32484              Message-ID: <20001214183857.B97909@plum.flirble.org>
32485      Branch: perl
32486            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32487            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
32488            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
32489            ! vos/config.ga.def vos/config.ga.h win32/config.bc
32490            ! win32/config.gc win32/config.vc
32491 ____________________________________________________________________________
32492 [  8119] By: jhi                                   on 2000/12/14  23:40:58
32493         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
32494              From: Nicholas Clark <nick@ccl4.org>
32495              Date: Wed, 13 Dec 2000 20:08:50 +0000
32496              Message-ID: <20001213200849.B71166@plum.flirble.org>
32497      Branch: perl
32498            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
32499            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
32500 ____________________________________________________________________________
32501 [  8118] By: jhi                                   on 2000/12/14  22:46:26
32502         Log: Integrate perlio.
32503      Branch: perl
32504           !> MANIFEST ext/Encode/compile makedef.pl
32505 ____________________________________________________________________________
32506 [  8117] By: nick                                  on 2000/12/14  22:38:53
32507         Log: Win32 tweaks to get Encode to build
32508              - temp hack to makedef.pl till PerlIO is properly "exported".
32509              - MSVC dislikes  
32510              static encpage_t foo[];
32511              so make 'em extern for now.
32512      Branch: perlio
32513            ! ext/Encode/compile makedef.pl
32514 ____________________________________________________________________________
32515 [  8116] By: nick                                  on 2000/12/14  22:00:53
32516         Log: Document the new files
32517      Branch: perlio
32518            ! MANIFEST
32519 ____________________________________________________________________________
32520 [  8115] By: jhi                                   on 2000/12/14  21:58:01
32521         Log: MANIFEST new files of #8114.
32522      Branch: perl
32523            ! MANIFEST
32524 ____________________________________________________________________________
32525 [  8114] By: jhi                                   on 2000/12/14  21:50:49
32526         Log: Integrate perlio.
32527      Branch: perl
32528           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
32529           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
32530           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
32531           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
32532           !> ext/Encode/Makefile.PL
32533 ____________________________________________________________________________
32534 [  8113] By: jhi                                   on 2000/12/14  21:48:49
32535         Log: The documentation part of the
32536              
32537              Subject: [ID 20001214.002] Net::Ping patch
32538              From: Jonathan Stowe <gellyfish@gellyfish.com>
32539              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
32540              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
32541              since the #7529 had already addressed the same problem.
32542      Branch: perl
32543            ! lib/Net/Ping.pm
32544 ____________________________________________________________________________
32545 [  8112] By: jhi                                   on 2000/12/14  21:42:57
32546         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
32547              From: Dominic Dunlop <domo@computer.org>
32548              Date: Tue, 12 Dec 2000 10:47:10 +0100
32549              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
32550              
32551              Document how elusive subroutines can be.
32552      Branch: perl
32553            ! pod/perlfunc.pod
32554 ____________________________________________________________________________
32555 [  8111] By: jhi                                   on 2000/12/14  21:38:05
32556         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
32557              From: Dominic Dunlop <domo@computer.org>
32558              Date: Thu, 14 Dec 2000 10:13:51 +0100
32559              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
32560      Branch: perl
32561            ! ext/POSIX/POSIX.pod
32562 ____________________________________________________________________________
32563 [  8110] By: jhi                                   on 2000/12/14  21:36:32
32564         Log: Subject: [patch] perlfaq7
32565              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
32566              Date: Thu, 14 Dec 2000 15:31:07 +0100
32567              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
32568      Branch: perl
32569            ! pod/perlfaq7.pod
32570 ____________________________________________________________________________
32571 [  8109] By: jhi                                   on 2000/12/14  21:29:20
32572         Log: Subject: [8104] Encode
32573              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32574              Date: Thu, 14 Dec 2000 14:49:34 +0100
32575              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
32576              
32577              Type casting for nervous compilers.
32578      Branch: perl
32579            ! ext/Encode/Encode.xs
32580 ____________________________________________________________________________
32581 [  8108] By: jhi                                   on 2000/12/14  21:26:17
32582         Log: Subject: [8104] DB_File
32583              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32584              Date: Thu, 14 Dec 2000 14:49:35 +0100
32585              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
32586              
32587              Type definition incorrect for DB 2.7.7.  Not known when it
32588              changed, so only changed it for a known revision.
32589      Branch: perl
32590            ! ext/DB_File/DB_File.xs
32591 ____________________________________________________________________________
32592 [  8107] By: jhi                                   on 2000/12/14  21:23:41
32593         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
32594              From: Peter Prymmer <pvhp@forte.com>
32595              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
32596              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
32597              
32598              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
32599      Branch: perl
32600            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
32601            ! ext/Encode/Encode/posix-bc.enc
32602 ____________________________________________________________________________
32603 [  8106] By: nick                                  on 2000/12/14  20:36:13
32604         Log: "Cold" build correction to Encode's Makefile.PL
32605      Branch: perlio
32606            ! ext/Encode/Makefile.PL
32607 ____________________________________________________________________________
32608 [  8105] By: nick                                  on 2000/12/14  20:09:37
32609         Log: "Compiled" encodings.
32610              Correct replacement character in EBCDIC .enc files
32611              Add 0x7F to ASCII repertoire.
32612      Branch: perlio
32613            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
32614            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
32615            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
32616            ! ext/Encode/Makefile.PL ext/Encode/compile
32617            ! ext/Encode/encengine.c ext/Encode/encode.h
32618 ____________________________________________________________________________
32619 [  8104] By: nick                                  on 2000/12/14  00:38:20
32620         Log: Integrate mainline
32621      Branch: perlio
32622           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
32623           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
32624           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
32625           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
32626           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
32627           !> t/lib/db-hash.t t/lib/db-recno.t
32628 ____________________________________________________________________________
32629 [  8103] By: nick                                  on 2000/12/13  23:16:13
32630         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
32631              so far and so it does not get lost.
32632      Branch: perlio
32633            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
32634 ____________________________________________________________________________
32635 [  8102] By: jhi                                   on 2000/12/13  17:14:22
32636         Log: Update Changes.
32637      Branch: perl
32638            ! Changes patchlevel.h
32639 ____________________________________________________________________________
32640 [  8101] By: jhi                                   on 2000/12/13  16:53:41
32641         Log: Move the proto of start_glob() to a better place; regen api files.
32642      Branch: perl
32643            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
32644 ____________________________________________________________________________
32645 [  8100] By: jhi                                   on 2000/12/13  16:47:11
32646         Log: Metaconfig change for #8099.
32647      Branch: metaconfig
32648            ! U/modified/Head.U
32649 ____________________________________________________________________________
32650 [  8099] By: jhi                                   on 2000/12/13  16:46:48
32651         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
32652              From: Andy Dougherty <doughera@lafayette.edu>
32653              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
32654              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
32655      Branch: perl
32656            ! Configure
32657 ____________________________________________________________________________
32658 [  8098] By: jhi                                   on 2000/12/13  16:39:02
32659         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
32660              From: rspier@pobox.com (Robert Spier)
32661              Date: Tue, 12 Dec 2000 21:12:39 -0500
32662              Message-ID: <14902.56087.678086.725773@rls.cx>
32663              
32664              fastgetcwd is defined using a glob alias on a $^O dependent basis -
32665              and there was no default assignment or perl subroutine.
32666      Branch: perl
32667            ! lib/Cwd.pm
32668 ____________________________________________________________________________
32669 [  8097] By: jhi                                   on 2000/12/13  16:16:01
32670         Log: Subject: [PATCH] move startglob out of pp_hot.c
32671              From: Nicholas Clark <nick@ccl4.org>
32672              Date: Mon, 11 Dec 2000 23:16:39 +0000
32673              Message-ID: <20001211231638.A55550@plum.flirble.org>
32674      Branch: perl
32675            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
32676 ____________________________________________________________________________
32677 [  8096] By: jhi                                   on 2000/12/13  15:26:23
32678         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
32679              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
32680              Date: Wed, 13 Dec 2000 14:01:37 +0100
32681              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
32682              
32683              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
32684              in turn requires libpthread in libswanted.
32685      Branch: perl
32686            ! hints/hpux.sh
32687 ____________________________________________________________________________
32688 [  8095] By: jhi                                   on 2000/12/12  19:51:05
32689         Log: The integration wars continue.
32690      Branch: perl
32691           !> sv.c
32692 ____________________________________________________________________________
32693 [  8094] By: jhi                                   on 2000/12/12  19:48:26
32694         Log: Subject: [PATCH perl@8070] DB_File-1.74  
32695              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
32696              Date: Mon, 11 Dec 2000 23:07:17 -0000
32697              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
32698      Branch: perl
32699            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
32700            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
32701            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
32702            ! t/lib/db-recno.t
32703 ____________________________________________________________________________
32704 [  8093] By: nick                                  on 2000/12/12  19:42:13
32705         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
32706      Branch: perlio
32707            ! sv.c
32708           !> lib/File/DosGlob.pm
32709 ____________________________________________________________________________
32710 [  8092] By: jhi                                   on 2000/12/12  19:28:11
32711         Log: Integrate perlio.
32712      Branch: perl
32713           !> sv.c
32714 ____________________________________________________________________________
32715 [  8091] By: nick                                  on 2000/12/12  18:49:45
32716         Log: Fix for Tk, and upgrading shared SVs.
32717      Branch: perlio
32718            ! sv.c
32719 ____________________________________________________________________________
32720 [  8090] By: jhi                                   on 2000/12/12  16:48:59
32721         Log: Subject: [PATCH] Re: Breadperl & Tk
32722              From: Nick Ing-Simmons <nik@tiuk.ti.com>
32723              Date: Tue, 12 Dec 2000 14:48:27 GMT
32724              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
32725      Branch: perl
32726            ! sv.c
32727 ____________________________________________________________________________
32728 [  8089] By: jhi                                   on 2000/12/12  03:37:19
32729         Log: Subject: DosGlob.pm diff for bash style brace expansion.
32730              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
32731              Date: Fri, 8 Dec 2000 10:45:30 -0600
32732              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
32733      Branch: perl
32734            ! lib/File/DosGlob.pm
32735 ____________________________________________________________________________
32736 [  8088] By: nick                                  on 2000/12/11  23:59:59
32737         Log: Integrate mainline
32738      Branch: perlio
32739           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
32740           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
32741           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
32742           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
32743           !> t/op/local.t t/pragma/warn/toke toke.c
32744 ____________________________________________________________________________
32745 [  8087] By: jhi                                   on 2000/12/11  23:20:23
32746         Log: Integrate perlio.
32747      Branch: perl
32748           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
32749 ____________________________________________________________________________
32750 [  8086] By: jhi                                   on 2000/12/11  22:50:59
32751         Log: Tune further the OS detection of CGI.
32752      Branch: perl
32753            ! lib/CGI.pm
32754 ____________________________________________________________________________
32755 [  8085] By: nick                                  on 2000/12/11  22:50:46
32756         Log: Finish 1st pass of "encoding" layer e.g. :
32757              open($fh,"<encoding(iso8859-7)",$greek) || die;
32758      Branch: perlio
32759            ! ext/Encode/Encode.xs perlio.c perliol.h
32760 ____________________________________________________________________________
32761 [  8084] By: jhi                                   on 2000/12/11  22:32:06
32762         Log: Revert the -f ambiguousity patch, seems to cause
32763              too much hassle (the interpret -Q as a function
32764              where Q is not a known filetest part is left in).
32765      Branch: perl
32766            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
32767            ! toke.c
32768 ____________________________________________________________________________
32769 [  8083] By: jhi                                   on 2000/12/11  22:27:23
32770         Log: (accidentally empty check-in)
32771      Branch: perl
32772            ! lib/File/DosGlob.pm
32773 ____________________________________________________________________________
32774 [  8082] By: nick                                  on 2000/12/11  19:09:51
32775         Log: Restore mmap function (broken by tweaks to shared buffer
32776              layer for encode(xxxx)).
32777      Branch: perlio
32778            ! perlio.c
32779 ____________________________________________________________________________
32780 [  8081] By: jhi                                   on 2000/12/11  18:29:13
32781         Log: Subject: Re: The long awaited feature ...
32782              From: Simon Cozens <simon@cozens.net>
32783              Date: Mon, 11 Dec 2000 15:54:24 +0000
32784              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
32785              
32786              More io/utf8 tests.
32787      Branch: perl
32788            ! t/io/utf8.t
32789 ____________________________________________________________________________
32790 [  8080] By: jhi                                   on 2000/12/11  18:19:36
32791         Log: Subject: PATCH MakeMaker manpage clarification
32792              From: andreas.koenig@anima.de (Andreas J. Koenig)
32793              Date: 10 Dec 2000 20:46:13 +0100
32794              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
32795      Branch: perl
32796            ! lib/ExtUtils/MakeMaker.pm
32797 ____________________________________________________________________________
32798 [  8079] By: jhi                                   on 2000/12/11  15:35:07
32799         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
32800              From: Simon Cozens <simon@cozens.net>
32801              Date: Sun, 10 Dec 2000 19:06:19 +0000
32802              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
32803      Branch: perl
32804            ! ext/B/B/Deparse.pm t/lib/b.t
32805 ____________________________________________________________________________
32806 [  8078] By: jhi                                   on 2000/12/11  15:09:11
32807         Log: Subject: [PATCH] docs on NaN
32808              From: Nicholas Clark <nick@ccl4.org>
32809              Date: Mon, 11 Dec 2000 01:48:38 +0000
32810              Message-ID: <20001211014838.B99205@plum.flirble.org>
32811      Branch: perl
32812            ! pod/perlop.pod
32813 ____________________________________________________________________________
32814 [  8077] By: jhi                                   on 2000/12/11  15:02:21
32815         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
32816              From: Simon Cozens <simon@cozens.net>
32817              Date: Mon, 11 Dec 2000 01:21:45 +0000
32818              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
32819      Branch: perl
32820            ! pp.c pp_hot.c scope.c t/op/local.t
32821 ____________________________________________________________________________
32822 [  8076] By: nick                                  on 2000/12/10  20:43:32
32823         Log: Not merge worthy...
32824              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
32825              syntax is modelled on attributes.
32826              Untested fix for io/utf8 on Win32 etc.
32827              Very clumsy start to the encode layer.
32828      Branch: perlio
32829            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
32830 ____________________________________________________________________________
32831 [  8075] By: jhi                                   on 2000/12/10  18:39:33
32832         Log: Darwin is not Windows.
32833      Branch: perl
32834            ! lib/CGI.pm
32835 ____________________________________________________________________________
32836 [  8074] By: jhi                                   on 2000/12/10  18:31:27
32837         Log: Subject: Ambiguous -%c() resolved as a file test
32838              From: "Paul Marquess" <Paul.Marquess@openwave.com>
32839              Date: Sun, 10 Dec 2000 15:35:07 -0000
32840              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
32841      Branch: perl
32842            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
32843 ____________________________________________________________________________
32844 [  8073] By: jhi                                   on 2000/12/10  18:16:29
32845         Log: Subject: PATCH installperl misinformed 
32846              From: andreas.koenig@anima.de (Andreas J. Koenig)
32847              Date: 10 Dec 2000 13:01:32 +0100 
32848              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
32849      Branch: perl
32850            ! installperl
32851 ____________________________________________________________________________
32852 [  8072] By: jhi                                   on 2000/12/10  18:07:55
32853         Log: The walkoptree confusion rages; walkoptree() seems to be coming
32854              from B.xs, while walkoptree_slow() comes from B.pm.
32855      Branch: perl
32856            ! ext/B/B.pm
32857 ____________________________________________________________________________
32858 [  8071] By: nick                                  on 2000/12/10  11:45:47
32859         Log: Integrate mainline
32860      Branch: perlio
32861           +> t/base/commonsense.t
32862           !> (integrate 37 files)
32863 ____________________________________________________________________________
32864 [  8070] By: jhi                                   on 2000/12/10  04:46:21
32865         Log: Update Changes.
32866      Branch: perl
32867            ! Changes patchlevel.h
32868 ____________________________________________________________________________
32869 [  8069] By: jhi                                   on 2000/12/10  04:39:19
32870         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
32871              From: andreas.koenig@anima.de (Andreas J. Koenig)
32872              Date: 09 Dec 2000 17:14:25 +0100
32873              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
32874      Branch: perl
32875            + t/base/commonsense.t
32876            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
32877 ____________________________________________________________________________
32878 [  8068] By: jhi                                   on 2000/12/10  04:17:36
32879         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
32880              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
32881              Date: Sat, 9 Dec 2000 16:47:22 -0000
32882              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
32883      Branch: perl
32884            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
32885            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
32886            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
32887            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
32888            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
32889            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
32890            ! t/lib/sdbm.t
32891 ____________________________________________________________________________
32892 [  8067] By: jhi                                   on 2000/12/10  03:52:02
32893         Log: Test case for #8066.
32894      Branch: perl
32895            ! t/op/misc.t
32896 ____________________________________________________________________________
32897 [  8066] By: jhi                                   on 2000/12/10  03:50:30
32898         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
32899              From: Simon Cozens <simon@cozens.net>
32900              Date: Sun, 10 Dec 2000 00:55:37 +0000
32901              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
32902      Branch: perl
32903            ! pp_sys.c
32904 ____________________________________________________________________________
32905 [  8065] By: jhi                                   on 2000/12/10  03:44:52
32906         Log: Test case for #8064.
32907      Branch: perl
32908            ! t/comp/proto.t
32909 ____________________________________________________________________________
32910 [  8064] By: jhi                                   on 2000/12/10  03:42:32
32911         Log: Subject: Re: prototype of substr
32912              From: Simon Cozens <simon@cozens.net>
32913              Date: Sun, 10 Dec 2000 00:13:33 +0000
32914              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
32915              
32916              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
32917      Branch: perl
32918            ! pp.c
32919 ____________________________________________________________________________
32920 [  8063] By: jhi                                   on 2000/12/10  03:39:42
32921         Log: Subject: [PATCH] perlguts.pod
32922              From: Simon Cozens <simon@cozens.net>
32923              Date: Sun, 10 Dec 2000 00:06:47 +0000
32924              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
32925              
32926              Documentation of the different types of ops,
32927              plus the functions in dump.c
32928      Branch: perl
32929            ! pod/perlguts.pod
32930 ____________________________________________________________________________
32931 [  8062] By: jhi                                   on 2000/12/10  03:30:04
32932         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
32933              From: Nicholas Clark <nick@talking.bollo.cx>
32934              Date: Sat, 09 Dec 2000 18:57:25 +0000
32935              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
32936              
32937              Be more robust in weird hostname setups.
32938      Branch: perl
32939            ! t/lib/net-hostent.t
32940 ____________________________________________________________________________
32941 [  8061] By: jhi                                   on 2000/12/10  03:28:21
32942         Log: Pacify fussy compiler. 
32943      Branch: perl
32944            ! pp_sys.c
32945 ____________________________________________________________________________
32946 [  8060] By: jhi                                   on 2000/12/10  02:52:46
32947         Log: Integrate perlio.
32948      Branch: perl
32949           !> pp_sys.c t/io/utf8.t
32950 ____________________________________________________________________________
32951 [  8059] By: nick                                  on 2000/12/09  23:40:14
32952         Log: read/sysread/recv should now be utf8 aware.
32953              Basic test for utf8 read.
32954      Branch: perlio
32955            ! pp_sys.c t/io/utf8.t
32956 ____________________________________________________________________________
32957 [  8058] By: jhi                                   on 2000/12/09  21:56:02
32958         Log: Integrate perlio.
32959      Branch: perl
32960           +> t/io/utf8.t
32961           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
32962 ____________________________________________________________________________
32963 [  8057] By: jhi                                   on 2000/12/09  21:53:35
32964         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
32965              From: Inaba Hiroto <inaba@st.rim.or.jp>
32966              Date: Sun, 10 Dec 2000 05:53:21 +0900
32967              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
32968              
32969              Tests for #8056.
32970      Branch: perl
32971            ! t/op/each.t
32972 ____________________________________________________________________________
32973 [  8056] By: jhi                                   on 2000/12/09  21:51:16
32974         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
32975              From: Inaba Hiroto <inaba@st.rim.or.jp>
32976              Date: Sat, 09 Dec 2000 18:02:00 +0900
32977              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
32978              
32979              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
32980      Branch: perl
32981            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
32982 ____________________________________________________________________________
32983 [  8055] By: nick                                  on 2000/12/09  20:11:48
32984         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
32985              than raw PerlIO_write() - does not seem to break any tests.
32986      Branch: perlio
32987            ! pp_sys.c
32988 ____________________________________________________________________________
32989 [  8054] By: nick                                  on 2000/12/09  19:47:30
32990         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
32991              (sysread, recv and write i.e. formats still to do...)
32992              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
32993              open($fh,">:utf8","name")
32994              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
32995              so no extra overhead is involved.
32996              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
32997              to a non-utf8 stream.
32998              Add initial io/utf8.t
32999              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
33000              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
33001              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
33002      Branch: perlio
33003            + t/io/utf8.t
33004            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
33005 ____________________________________________________________________________
33006 [  8053] By: nick                                  on 2000/12/09  19:26:37
33007         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
33008              was only testing this_utf8.
33009      Branch: perlio
33010            ! toke.c
33011 ____________________________________________________________________________
33012 [  8052] By: nick                                  on 2000/12/09  19:09:41
33013         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
33014              i.e. the output string has one, but don't mess with source assumption.
33015      Branch: perlio
33016            ! toke.c
33017 ____________________________________________________________________________
33018 [  8051] By: jhi                                   on 2000/12/09  16:55:17
33019         Log: Integrate perlio.
33020      Branch: perl
33021           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
33022           !> sv.c thrdvar.h util.c
33023 ____________________________________________________________________________
33024 [  8050] By: jhi                                   on 2000/12/09  16:48:07
33025         Log: Nits noticed by Peter Prymmer.
33026      Branch: perl
33027            ! lib/ExtUtils/MM_VMS.pm
33028 ____________________________________________________________________________
33029 [  8049] By: nick                                  on 2000/12/09  13:49:40
33030         Log: UTF8 output prework.
33031              - Store $\ and $, as SVs so they can have SvUTF8 flag
33032              - use do_print() rather than raw PerlIO_write() to print them.
33033      Branch: perlio
33034            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
33035            ! thrdvar.h util.c
33036 ____________________________________________________________________________
33037 [  8048] By: nick                                  on 2000/12/09  12:30:43
33038         Log: Integrate mainline.
33039      Branch: perlio
33040           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
33041           +> t/op/reverse.t
33042           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
33043           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
33044           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
33045           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
33046           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
33047           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
33048 ____________________________________________________________________________
33049 [  8047] By: jhi                                   on 2000/12/09  00:23:27
33050         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
33051              From: Michael G Schwern <schwern@pobox.com>
33052              Date: Fri, 8 Dec 2000 14:43:04 -0600
33053      Branch: perl
33054            ! lib/ExtUtils/MM_VMS.pm
33055 ____________________________________________________________________________
33056 [  8046] By: jhi                                   on 2000/12/08  23:10:27
33057         Log: A missed check-in.
33058      Branch: perl
33059            ! lib/ExtUtils/Manifest.pm
33060 ____________________________________________________________________________
33061 [  8045] By: jhi                                   on 2000/12/08  21:57:12
33062         Log: (null check-in)
33063      Branch: perl
33064            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
33065 ____________________________________________________________________________
33066 [  8044] By: jhi                                   on 2000/12/08  21:11:06
33067         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
33068              at the final draft stage.
33069      Branch: perl
33070            + ext/Encode/Encode/iso8859-16.enc
33071            ! MANIFEST
33072 ____________________________________________________________________________
33073 [  8043] By: jhi                                   on 2000/12/08  16:39:04
33074         Log: Update Changes.
33075      Branch: perl
33076            ! Changes patchlevel.h
33077 ____________________________________________________________________________
33078 [  8042] By: jhi                                   on 2000/12/08  16:33:39
33079         Log: Do not return the Unicode replacement character if UTF-8
33080              decoding goes awry, it should be up to the caller to decide.
33081      Branch: perl
33082            ! pod/perlapi.pod utf8.c
33083 ____________________________________________________________________________
33084 [  8041] By: jhi                                   on 2000/12/08  16:22:28
33085         Log: metaconfig maintenance.
33086      Branch: metaconfig
33087            ! U/modified/stdchar.U
33088      Branch: metaconfig/U/perl
33089            + testsyml.U
33090 ____________________________________________________________________________
33091 [  8040] By: jhi                                   on 2000/12/08  16:03:08
33092         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
33093              From: sthoenna@efn.org
33094              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
33095              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
33096      Branch: perl
33097            ! Changes lib/ExtUtils/MM_OS2.pm
33098 ____________________________________________________________________________
33099 [  8039] By: jhi                                   on 2000/12/08  15:57:11
33100         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
33101              From: Simon Cozens <simon@cozens.net>
33102              Date: Fri, 8 Dec 2000 13:33:31 +0000
33103              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
33104              
33105              (The pp_hot part needed a rewrite.)
33106      Branch: perl
33107            ! doop.c pp_hot.c utf8.c
33108 ____________________________________________________________________________
33109 [  8038] By: jhi                                   on 2000/12/08  15:25:08
33110         Log: Subject: djSP
33111              From: Michael Stevens <michael@etla.org>
33112              Date: Wed, 6 Dec 2000 23:24:01 +0000
33113              Message-ID: <20001206232400.A21381@firedrake.org>
33114              
33115              Plus a note from Nick Ing-Simmons.
33116      Branch: perl
33117            ! pp.h
33118 ____________________________________________________________________________
33119 [  8037] By: jhi                                   on 2000/12/08  15:18:35
33120         Log: Filetype is text.
33121      Branch: perl
33122            ! t/op/utf8decode.t
33123 ____________________________________________________________________________
33124 [  8036] By: jhi                                   on 2000/12/08  03:31:27
33125         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
33126              From: Andy Dougherty <doughera@lafayette.edu>
33127              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
33128              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
33129              
33130              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
33131              From: Andy Dougherty <doughera@lafayette.edu>
33132              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
33133              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
33134      Branch: perl
33135            + ext/POSIX/hints/svr4.pl
33136            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
33137 ____________________________________________________________________________
33138 [  8035] By: jhi                                   on 2000/12/08  03:26:01
33139         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
33140              From: Andy Dougherty <doughera@lafayette.edu>
33141              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
33142              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
33143      Branch: perl
33144            ! t/README t/base/term.t
33145 ____________________________________________________________________________
33146 [  8034] By: jhi                                   on 2000/12/08  03:21:59
33147         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
33148              From: mjd@plover.com  
33149              Date: 7 Dec 2000 21:04:20 -0000
33150              Message-ID: <20001207210420.22282.qmail@plover.com>
33151              
33152              Plus -z doc.
33153      Branch: perl
33154            ! pod/perlfunc.pod
33155 ____________________________________________________________________________
33156 [  8033] By: jhi                                   on 2000/12/08  03:19:03
33157         Log: Use the UTF8 macros a bit.  They can't be used with abandon
33158              everywhere because we do generate illegal UTF-8 in some situations.
33159              This is of course naughty.
33160      Branch: perl
33161            ! pod/perlapi.pod utf8.c utf8.h
33162 ____________________________________________________________________________
33163 [  8032] By: jhi                                   on 2000/12/08  03:00:09
33164         Log: Out of sync?
33165      Branch: perl
33166            ! t/pragma/warn/utf8
33167 ____________________________________________________________________________
33168 [  8031] By: jhi                                   on 2000/12/08  02:22:39
33169         Log: Cnt spl.
33170      Branch: perl
33171            ! MANIFEST
33172 ____________________________________________________________________________
33173 [  8030] By: jhi                                   on 2000/12/08  01:23:54
33174         Log: Add test for reverse().
33175      Branch: perl
33176            + t/op/reverse.t
33177            ! MANIFEST
33178 ____________________________________________________________________________
33179 [  8029] By: jhi                                   on 2000/12/08  01:21:47
33180         Log: Integrate perlio.
33181      Branch: perl
33182           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
33183           !> perlio.c perlio.h perlsdio.h warnings.pl
33184 ____________________________________________________________________________
33185 [  8028] By: jhi                                   on 2000/12/08  01:19:08
33186         Log: Introduce macros for UTF8 decoding.
33187      Branch: perl
33188            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
33189 ____________________________________________________________________________
33190 [  8027] By: nick                                  on 2000/12/07  22:18:19
33191         Log: Integrate mainline
33192      Branch: perlio
33193           !> embed.pl pod/perlapi.pod utf8.c
33194 ____________________________________________________________________________
33195 [  8026] By: nick                                  on 2000/12/07  21:45:08
33196         Log: Various oddities p4 diff -se showed up
33197              Remove 'our' from warnings.pl
33198      Branch: perlio
33199            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
33200 ____________________________________________________________________________
33201 [  8025] By: nick                                  on 2000/12/07  21:43:32
33202         Log: Change PerlIO_(get|set)pos to take SV *
33203              Should fix, OS/2, VMS, (sfio??)
33204      Branch: perlio
33205            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
33206 ____________________________________________________________________________
33207 [  8024] By: jhi                                   on 2000/12/07  19:05:32
33208         Log: Document utf8_to_uv() better.
33209      Branch: perl
33210            ! pod/perlapi.pod utf8.c
33211 ____________________________________________________________________________
33212 [  8023] By: jhi                                   on 2000/12/07  18:23:47
33213         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
33214      Branch: perl
33215            ! embed.pl pod/perlapi.pod utf8.c
33216 ____________________________________________________________________________
33217 [  8022] By: jhi                                   on 2000/12/07  04:13:51
33218         Log: Integrate perlio.
33219      Branch: perl
33220           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
33221           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
33222           !> win32/makefile.mk
33223 ____________________________________________________________________________
33224 [  8021] By: nick                                  on 2000/12/07  00:28:14
33225         Log: Various attempts at MSVC debug - not sure what has
33226              changed but works now. 
33227              Seems atexit() _may_ work for DLLs built with MSVC so don't
33228              call cleanup that way.
33229      Branch: perlio
33230            ! perlio.c win32/makefile.mk
33231 ____________________________________________________________________________
33232 [  8020] By: nick                                  on 2000/12/06  19:57:20
33233         Log: Integrate mainline
33234      Branch: perlio
33235           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
33236           !> (integrate 75 files)
33237 ____________________________________________________________________________
33238 [  8019] By: nick                                  on 2000/12/06  19:28:21
33239         Log: Add useperlio to config.vc
33240              Turn off binmode in config_H.PL
33241              Regen all the config_H.xx
33242              Attempt to get debugging build with MSVC.
33243      Branch: perlio
33244            ! win32/config.vc win32/config_H.bc win32/config_H.gc
33245            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
33246 ____________________________________________________________________________
33247 [  8018] By: nick                                  on 2000/12/06  19:21:57
33248         Log: Test various dup/external program options on all platforms.
33249      Branch: perlio
33250            ! t/io/dup.t
33251 ____________________________________________________________________________
33252 [  8017] By: nick                                  on 2000/12/06  19:20:47
33253         Log: Fix harness to be less picky
33254      Branch: perlio
33255            ! lib/Test/Harness.pm
33256 ____________________________________________________________________________
33257 [  8016] By: jhi                                   on 2000/12/06  16:45:12
33258         Log: Update Changes.
33259      Branch: perl
33260            ! Changes patchlevel.h
33261 ____________________________________________________________________________
33262 [  8015] By: jhi                                   on 2000/12/06  16:41:03
33263         Log: Test \x{...} with ord().
33264      Branch: perl
33265            ! t/op/ord.t
33266 ____________________________________________________________________________
33267 [  8014] By: jhi                                   on 2000/12/06  16:20:33
33268         Log: Test tweak because of #8013.
33269      Branch: perl
33270            ! t/lib/b.t
33271 ____________________________________________________________________________
33272 [  8013] By: jhi                                   on 2000/12/06  16:09:09
33273         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
33274              From: Michael G Schwern <schwern@pobox.com>
33275              Date: Tue, 5 Dec 2000 21:23:28 -0500
33276              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
33277              
33278              Carp::Heavy parts not very applicable because of recent changes.
33279      Branch: perl
33280            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
33281            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
33282            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
33283            ! lib/Exporter.pm lib/Exporter/Heavy.pm
33284            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
33285            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
33286            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
33287            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
33288            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
33289            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
33290            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
33291            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
33292            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
33293            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
33294            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
33295            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
33296            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
33297            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
33298            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
33299            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
33300            ! warnings.pl
33301 ____________________________________________________________________________
33302 [  8012] By: jhi                                   on 2000/12/06  15:22:38
33303         Log: Subject: [PATCH] Re: New harness is failing things
33304              From: Nick Ing-Simmons <nik@tiuk.ti.com>
33305              Date: Wed, 6 Dec 2000 13:00:30 GMT
33306              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
33307      Branch: perl
33308            ! lib/Test/Harness.pm
33309 ____________________________________________________________________________
33310 [  8011] By: jhi                                   on 2000/12/06  15:12:08
33311         Log: Subject: installhtml changes
33312              From: Michael Stevens <michael@etla.org>
33313              Date: Wed, 6 Dec 2000 13:15:53 +0000
33314              Message-ID: <20001206131553.A27317@firedrake.org>
33315      Branch: perl
33316            ! installhtml
33317 ____________________________________________________________________________
33318 [  8010] By: jhi                                   on 2000/12/06  15:06:05
33319         Log: Subject: the dTHR hits
33320              From: Michael Stevens <michael@etla.org>
33321              Date: Wed, 6 Dec 2000 12:06:03 +0000
33322              Message-ID: <20001206120603.A24581@firedrake.org>
33323              
33324              More, errrm, less dTHRs.
33325      Branch: perl
33326            ! bytecode.pl ext/B/B/C.pm
33327 ____________________________________________________________________________
33328 [  8009] By: jhi                                   on 2000/12/06  15:04:25
33329         Log: Subject: MakeMaker mailing list gone?
33330              From: Michael G Schwern <schwern@pobox.com>
33331              Date: Tue, 5 Dec 2000 19:29:59 -0500
33332              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
33333              
33334              The MakeMaker mailing list is dead, perlbug is the right
33335              address to report bugs.
33336      Branch: perl
33337            ! lib/ExtUtils/MakeMaker.pm
33338 ____________________________________________________________________________
33339 [  8008] By: jhi                                   on 2000/12/06  15:00:32
33340         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
33341              From: Michael G Schwern <schwern@pobox.com>
33342              Date: Tue, 5 Dec 2000 19:21:21 -0500
33343              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
33344              
33345              Add a default MANIFEST skip that ignores things like
33346              version control files, editor temporary files, and the Makefile.
33347      Branch: perl
33348            + lib/ExtUtils/MANIFEST.SKIP
33349            ! MANIFEST lib/ExtUtils/Manifest.pm
33350 ____________________________________________________________________________
33351 [  8007] By: jhi                                   on 2000/12/06  14:57:20
33352         Log: In Amiga more manual hackery of the scripts seems to be needed,
33353              from Jan-Erik Karlsson.  Why Configure does not get this right
33354              is unknown, may be shell-induced.
33355      Branch: perl
33356            ! README.amiga
33357 ____________________________________________________________________________
33358 [  8006] By: jhi                                   on 2000/12/05  23:53:12
33359         Log: Add TOPm1s to peek at the second topmost stack item.
33360      Branch: perl
33361            ! pp.h
33362 ____________________________________________________________________________
33363 [  8005] By: jhi                                   on 2000/12/05  23:13:55
33364         Log: Avaunt, you foul UTF-8 tests.
33365      Branch: perl
33366            ! t/op/ver.t t/pragma/utf8.t
33367 ____________________________________________________________________________
33368 [  8004] By: jhi                                   on 2000/12/05  23:09:54
33369         Log: Continue utf8 dispersal. 
33370      Branch: perl
33371            + t/op/concat.t
33372            ! MANIFEST t/pragma/utf8.t
33373 ____________________________________________________________________________
33374 [  8003] By: nick                                  on 2000/12/05  23:02:39
33375         Log: Integrate mainline.
33376      Branch: perlio
33377           +> t/op/length.t t/op/utf8decode.t
33378           !> (integrate 69 files)
33379 ____________________________________________________________________________
33380 [  8002] By: jhi                                   on 2000/12/05  22:59:28
33381         Log: Integrate perlio.
33382      Branch: perl
33383           !> iperlsys.h perl.c perlio.c win32/perllib.c
33384 ____________________________________________________________________________
33385 [  8001] By: nick                                  on 2000/12/05  22:07:52
33386         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
33387              - calloc/free suffer from damage on TerminateThread()
33388              - use PerlMemShared (as originally planned) now fixed
33389              - avoid doing anything important on DLL "detach".
33390      Branch: perlio
33391            ! perl.c perlio.c win32/perllib.c
33392 ____________________________________________________________________________
33393 [  8000] By: nick                                  on 2000/12/05  21:05:09
33394         Log: Fix gross PerlMemShared issue.
33395      Branch: perlio
33396            ! iperlsys.h
33397 ____________________________________________________________________________
33398 [  7999] By: jhi                                   on 2000/12/05  20:46:58
33399         Log: Test for Unicode (UTF-8) hash keys.
33400      Branch: perl
33401            ! t/op/each.t
33402 ____________________________________________________________________________
33403 [  7998] By: jhi                                   on 2000/12/05  20:30:35
33404         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
33405              is now always UTF-8), empty line cosmetics.
33406      Branch: perl
33407            ! t/pragma/utf8.t
33408 ____________________________________________________________________________
33409 [  7997] By: jhi                                   on 2000/12/05  20:15:40
33410         Log: Subject: Re: STRLEN - what?
33411              From: Andy Dougherty <doughera@lafayette.edu>
33412              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
33413              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
33414              
33415              Explain STRLEN.
33416      Branch: perl
33417            ! pod/perlguts.pod
33418 ____________________________________________________________________________
33419 [  7996] By: jhi                                   on 2000/12/05  20:13:34
33420         Log: Split off the UTF-8 decoder tests, make them to check also
33421              the error message.
33422      Branch: perl
33423            + t/op/utf8decode.t
33424            ! MANIFEST t/pragma/utf8.t utf8.c
33425 ____________________________________________________________________________
33426 [  7995] By: jhi                                   on 2000/12/05  16:39:47
33427         Log: Start migrating bits of pragma/utf8 to elsewhere
33428              (since the long term plan is to obsolete 'use utf8').
33429      Branch: perl
33430            + t/op/length.t
33431            ! MANIFEST t/pragma/utf8.t
33432 ____________________________________________________________________________
33433 [  7994] By: jhi                                   on 2000/12/05  16:30:21
33434         Log: Fix a manual edit typo from #7993, fix the message formatting
33435              for Unicode, add few our declarations.
33436      Branch: perl
33437            ! lib/Carp/Heavy.pm
33438 ____________________________________________________________________________
33439 [  7993] By: jhi                                   on 2000/12/05  16:09:15
33440         Log: Subject: Need help with warnings :-(
33441              From: "Ben Tilly" <ben_tilly@hotmail.com>
33442              Date: Tue, 05 Dec 2000 01:35:54 -0500
33443              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
33444              
33445              Subject: UPDATE: Carp/Heavy now passes all tests
33446              From: "Ben Tilly" <ben_tilly@hotmail.com>
33447              Date: Tue, 05 Dec 2000 07:59:41 -0500
33448              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
33449              
33450              The Brave New Carp.
33451      Branch: perl
33452            ! lib/Carp.pm lib/Carp/Heavy.pm
33453 ____________________________________________________________________________
33454 [  7992] By: jhi                                   on 2000/12/05  15:55:08
33455         Log: Subject: [PATCH perl@7979] cygwin port
33456              From: "Eric Fifer" <efifer@dircon.co.uk>
33457              Date: Tue, 5 Dec 2000 14:04:09 -0000
33458              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
33459      Branch: perl
33460            ! t/lib/net-hostent.t
33461 ____________________________________________________________________________
33462 [  7991] By: jhi                                   on 2000/12/05  15:52:34
33463         Log: Subject: Re: [PATCH] The largest hoax of all times?
33464              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33465              Date: Tue, 5 Dec 2000 00:40:25 -0500
33466              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
33467              
33468              Subject: Re: [PATCH] The largest hoax of all times?
33469              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33470              Date: Mon, 4 Dec 2000 23:55:53 -0500
33471              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
33472              
33473              Subject: Re: [PATCH] The largest hoax of all times?
33474              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33475              Date: Tue, 5 Dec 2000 01:28:45 -0500
33476              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
33477              
33478              Fix the unpredictable order of DESTROYs.
33479      Branch: perl
33480            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
33481            ! sv.c sv.h t/op/ref.t
33482 ____________________________________________________________________________
33483 [  7990] By: jhi                                   on 2000/12/05  14:38:53
33484         Log: Subject: [PATCH] shrink pp_hot fractionally
33485              From: Nicholas Clark <nick@ccl4.org>
33486              Date: Tue, 5 Dec 2000 12:44:31 +0000
33487              Message-ID: <20001205124431.E74518@plum.flirble.org>
33488              
33489              Use report_evil_fh().
33490      Branch: perl
33491            ! opcode.pl opnames.h pp_hot.c util.c
33492 ____________________________________________________________________________
33493 [  7989] By: jhi                                   on 2000/12/05  14:21:27
33494         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
33495              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33496              Date: Mon, 04 Dec 2000 22:21:59 -0800
33497              Message-ID: <HmIL6gzkgepS092yn@efn.org>
33498              
33499              Harness shouldn't ignore responses like "ok 3\r\r\n".
33500      Branch: perl
33501            ! lib/Test/Harness.pm
33502 ____________________________________________________________________________
33503 [  7988] By: jhi                                   on 2000/12/05  13:51:28
33504         Log: Integrate the "skip" messages to explain().
33505      Branch: perl
33506            ! t/lib/syslfs.t t/op/lfs.t
33507 ____________________________________________________________________________
33508 [  7987] By: jhi                                   on 2000/12/05  12:34:54
33509         Log: The one that got away in #7984.
33510              
33511              Subject: Re: dTHR - what and why?
33512              From: Michael Stevens <michael@etla.org> 
33513              Date: Tue, 5 Dec 2000 11:15:52 +0000
33514              Message-ID: <20001205111552.A4647@firedrake.org>
33515      Branch: perl
33516            ! sv.h
33517 ____________________________________________________________________________
33518 [  7986] By: gsar                                  on 2000/12/05  09:14:44
33519         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
33520              due to the notorious GetFileType() bug in Windows 9x, which fstat()
33521              tickles)
33522      Branch: perl
33523            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
33524 ____________________________________________________________________________
33525 [  7985] By: jhi                                   on 2000/12/05  05:49:03
33526         Log: Integrate perlio.
33527      Branch: perl
33528           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
33529           !> win32/perlhost.h win32/perllib.c
33530 ____________________________________________________________________________
33531 [  7984] By: jhi                                   on 2000/12/05  05:48:16
33532         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
33533      Branch: perl
33534            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
33535            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
33536            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
33537            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
33538            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
33539            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
33540            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
33541            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
33542            ! win32/win32.c
33543 ____________________________________________________________________________
33544 [  7983] By: nick                                  on 2000/12/04  23:27:43
33545         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
33546      Branch: perlio
33547            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
33548            ! win32/perlhost.h win32/perllib.c
33549 ____________________________________________________________________________
33550 [  7982] By: jhi                                   on 2000/12/04  19:44:09
33551         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
33552              uncovered by #7980.
33553      Branch: perl
33554            ! op.c
33555 ____________________________________________________________________________
33556 [  7981] By: jhi                                   on 2000/12/04  19:42:07
33557         Log: Subject: [PATCH] Trivial dump.c feature
33558              From: Simon Cozens <simon@cozens.net>
33559              Date: Mon, 4 Dec 2000 18:08:38 +0000
33560              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
33561              
33562              Show whether a constant is UTF-8.
33563      Branch: perl
33564            ! dump.c
33565 ____________________________________________________________________________
33566 [  7980] By: jhi                                   on 2000/12/04  19:36:51
33567         Log: UTF-8 hash keys, patch from Inaba Hiroto.
33568      Branch: perl
33569            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
33570 ____________________________________________________________________________
33571 [  7979] By: jhi                                   on 2000/12/04  17:36:28
33572         Log: Update Changes.
33573      Branch: perl
33574            ! Changes patchlevel.h
33575 ____________________________________________________________________________
33576 [  7978] By: jhi                                   on 2000/12/04  16:42:17
33577         Log: Retract #7977, still too volatile (the euphemism of the day
33578              for unfinished and buggy :-)
33579      Branch: perl
33580            ! doop.c hv.c pp.c sv.h
33581 ____________________________________________________________________________
33582 [  7977] By: jhi                                   on 2000/12/04  16:25:15
33583         Log: (Retracted by #7978, too shaky yet.)
33584              
33585              Subject: Re: utf8 in hash keys, implementor missing
33586              From: Simon Cozens <simon@cozens.net>
33587              Date: Sat, 2 Dec 2000 19:49:35 +0000
33588              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
33589              
33590              The first step at UTF-8 hash keys.
33591      Branch: perl
33592            ! doop.c hv.c pp.c sv.h
33593 ____________________________________________________________________________
33594 [  7976] By: jhi                                   on 2000/12/04  16:13:53
33595         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
33596              From: sthoenna@efn.org
33597              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
33598              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
33599      Branch: perl
33600            ! os2/os2.c perlio.c
33601 ____________________________________________________________________________
33602 [  7975] By: jhi                                   on 2000/12/04  16:05:25
33603         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
33604              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
33605              Date: Thu, 30 Nov 2000 20:50:37 -0800
33606              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
33607      Branch: perl
33608            ! os2/os2.c
33609 ____________________________________________________________________________
33610 [  7974] By: jhi                                   on 2000/12/04  16:03:57
33611         Log: Subject: [PATCH] ++ 20% faster
33612              From: Nicholas Clark <nick@ccl4.org>
33613              Date: Mon, 4 Dec 2000 12:17:27 +0000
33614              Message-ID: <20001204121726.B52976@plum.flirble.org>
33615              
33616              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
33617      Branch: perl
33618            ! sv.c
33619 ____________________________________________________________________________
33620 [  7973] By: jhi                                   on 2000/12/04  16:00:48
33621         Log: 
33622              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
33623              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
33624              Date: Mon, 04 Dec 2000 12:30:45 +0100
33625              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
33626              
33627              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
33628              library (getprotobyname and getprotobynumber are outversioned by
33629              the same calls in libc, at least for xlc version 3.
33630      Branch: perl
33631            ! hints/aix.sh
33632 ____________________________________________________________________________
33633 [  7972] By: jhi                                   on 2000/12/04  02:58:31
33634         Log: Integrate perlio.
33635      Branch: perl
33636           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
33637           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
33638           !> win32/win32.h win32/win32iop.h win32/win32thread.h
33639 ____________________________________________________________________________
33640 [  7971] By: nick                                  on 2000/12/04  00:24:33
33641         Log: Quieten some noise in Win32 builds:
33642              - win32.h is included after <sys/socket.h>, so need to 
33643              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
33644              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
33645      Branch: perlio
33646            ! doio.c perl.h toke.c win32/win32.h
33647 ____________________________________________________________________________
33648 [  7970] By: nick                                  on 2000/12/03  22:57:46
33649         Log: PERL_IMPLICIT_SYS compiles but does not work.
33650      Branch: perlio
33651            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
33652            ! win32/perlhost.h win32/perllib.c win32/win32.h
33653            ! win32/win32iop.h win32/win32thread.h
33654 ____________________________________________________________________________
33655 [  7969] By: jhi                                   on 2000/12/03  22:12:58
33656         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
33657              used to swash_init(), makes regprop() dumps more informative
33658              (+utf8::IsAlpha, -utf8::IsDigit, for example).
33659      Branch: perl
33660            ! regcomp.c regexec.c
33661 ____________________________________________________________________________
33662 [  7968] By: jhi                                   on 2000/12/03  21:39:56
33663         Log: Implement ANYOFUTF8 regprop() dumping.
33664      Branch: perl
33665            ! regcomp.c
33666 ____________________________________________________________________________
33667 [  7967] By: jhi                                   on 2000/12/03  20:57:19
33668         Log: Make uv_to_utf8() to zero-terminate its output buffer,
33669              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
33670      Branch: perl
33671            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
33672 ____________________________________________________________________________
33673 [  7966] By: nick                                  on 2000/12/03  18:41:21
33674         Log: Integrate mainline (STDCHAR)
33675      Branch: perlio
33676           !> Configure t/pragma/utf8.t
33677 ____________________________________________________________________________
33678 [  7965] By: jhi                                   on 2000/12/03  17:58:20
33679         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
33680      Branch: perl
33681            ! t/pragma/utf8.t
33682 ____________________________________________________________________________
33683 [  7964] By: jhi                                   on 2000/12/03  17:35:56
33684         Log: Integrate perlio.
33685      Branch: perl
33686           !> iperlsys.h perlio.c
33687 ____________________________________________________________________________
33688 [  7963] By: jhi                                   on 2000/12/03  17:33:55
33689         Log: Metaconfig unit change for #7962.
33690      Branch: metaconfig
33691            ! U/modified/stdchar.U
33692 ____________________________________________________________________________
33693 [  7962] By: jhi                                   on 2000/12/03  17:33:27
33694         Log: Untangle the <stdio.h> #include nest for the stdchar test,
33695              from Andy Dougherty.
33696      Branch: perl
33697            ! Configure
33698 ____________________________________________________________________________
33699 [  7961] By: nick                                  on 2000/12/03  16:53:00
33700         Log: Make iperlsys.h vector stdio not PerlIO.
33701      Branch: perlio
33702            ! iperlsys.h perlio.c
33703 ____________________________________________________________________________
33704 [  7960] By: nick                                  on 2000/12/03  14:43:01
33705         Log: Integrate mainline
33706      Branch: perlio
33707           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
33708           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
33709 ____________________________________________________________________________
33710 [  7959] By: jhi                                   on 2000/12/03  08:16:36
33711         Log: Use DO_UTF8().
33712      Branch: perl
33713            ! op.c
33714 ____________________________________________________________________________
33715 [  7958] By: jhi                                   on 2000/12/02  18:33:05
33716         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
33717              From: Mike Guy <mjtg@cam.ac.uk>         
33718              Date: Sat, 02 Dec 2000 17:27:13 +0000
33719              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
33720              
33721              An extraneous argument.
33722      Branch: perl
33723            ! toke.c
33724 ____________________________________________________________________________
33725 [  7957] By: jhi                                   on 2000/12/02  18:22:32
33726         Log: A missing hunk.
33727      Branch: perl
33728            ! t/lib/net-hostent.t
33729 ____________________________________________________________________________
33730 [  7956] By: jhi                                   on 2000/12/02  18:06:20
33731         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
33732              From: Nicholas Clark <nick@ccl4.org>
33733              Date: Sat, 2 Dec 2000 14:28:27 +0000
33734              Message-ID: <20001202142827.A12308@plum.flirble.org>
33735              
33736              Test robustness.
33737      Branch: perl
33738            ! t/lib/net-hostent.t
33739 ____________________________________________________________________________
33740 [  7955] By: jhi                                   on 2000/12/02  17:58:06
33741         Log: Metaconfig unit change for #7954.
33742      Branch: metaconfig
33743            ! U/modified/stdchar.U
33744 ____________________________________________________________________________
33745 [  7954] By: jhi                                   on 2000/12/02  17:54:32
33746         Log: An inconvenient hang would happen if the stdio _ptr wasn't
33747              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
33748              would be grepping stdin for all eternity for the _ptr.)
33749      Branch: perl
33750            ! Configure
33751 ____________________________________________________________________________
33752 [  7953] By: jhi                                   on 2000/12/02  00:07:15
33753         Log: Update Changes.
33754      Branch: perl
33755            ! Changes patchlevel.h
33756 ____________________________________________________________________________
33757 [  7952] By: jhi                                   on 2000/12/01  23:54:47
33758         Log: Subject: Re: long shell lines
33759              From: Andy Dougherty <doughera@lafayette.edu>
33760              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
33761              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
33762              
33763              Split overly long shell command lines.
33764      Branch: perl
33765            ! lib/ExtUtils/MM_Unix.pm
33766 ____________________________________________________________________________
33767 [  7951] By: jhi                                   on 2000/12/01  23:48:02
33768         Log: The metaconfig unit change for #7950.
33769      Branch: metaconfig
33770            + U/modified/stdchar.U
33771 ____________________________________________________________________________
33772 [  7950] By: jhi                                   on 2000/12/01  23:47:39
33773         Log: Try to find stdchar also from <stdio_impl.h>.
33774      Branch: perl
33775            ! Configure config_h.SH
33776 ____________________________________________________________________________
33777 [  7949] By: jhi                                   on 2000/12/01  23:46:45
33778         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
33779              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
33780              Date: Fri, 1 Dec 2000 16:26:08 -0500
33781              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
33782              
33783              Reword the diagnostic message.
33784      Branch: perl
33785            ! pod/perldiag.pod
33786 ____________________________________________________________________________
33787 [  7948] By: nick                                  on 2000/12/01  22:49:43
33788         Log: Integrate mainline (for s/y/m as sub names stuff).
33789      Branch: perlio
33790           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
33791           !> t/pragma/warn/toke toke.c
33792 ____________________________________________________________________________
33793 [  7947] By: jhi                                   on 2000/12/01  20:55:41
33794         Log: Integrate perlio.
33795      Branch: perl
33796           !> perlio.c perliol.h t/io/pipe.t
33797 ____________________________________________________________________________
33798 [  7946] By: jhi                                   on 2000/12/01  20:36:51
33799         Log: Upgrade to CPAN 1.59_51, from Andreas König.
33800      Branch: perl
33801            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
33802 ____________________________________________________________________________
33803 [  7945] By: nick                                  on 2000/12/01  20:31:32
33804         Log: Integrate mainline
33805      Branch: perlio
33806           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
33807           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
33808           +> t/lib/net-hostent.t
33809           !> (integrate 35 files)
33810 ____________________________________________________________________________
33811 [  7944] By: jhi                                   on 2000/12/01  20:23:29
33812         Log: Some help for 20001130.011.  Now one gets warnings like
33813              "Ambiguous -f() resolved as a file test ..."
33814      Branch: perl
33815            ! pod/perldiag.pod t/pragma/warn/toke toke.c
33816 ____________________________________________________________________________
33817 [  7943] By: jhi                                   on 2000/12/01  19:44:44
33818         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
33819              that also breaks using them as methods. 
33820      Branch: perl
33821            ! pod/perldiag.pod t/op/misc.t toke.c
33822 ____________________________________________________________________________
33823 [  7942] By: nick                                  on 2000/12/01  17:56:46
33824         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
33825              Make 'unix' pass most tests
33826              - do unread by temporary push of layer ("pending") holding unread chars
33827              - fast_gets is now based on per-handle flag
33828              - relax one of io/pipe.t tests to allow print to fail and close to
33829              succeed so that it passes on unbuffered "unix" layer.
33830              Remaining fail is sporadic and a genuine race condition between
33831              parent/child in fork test.
33832      Branch: perlio
33833            ! perlio.c perliol.h t/io/pipe.t
33834 ____________________________________________________________________________
33835 [  7941] By: jhi                                   on 2000/12/01  15:28:58
33836         Log: (Retracted by #7943.)
33837              
33838              Reserve the short named string operator names.
33839      Branch: perl
33840            ! pod/perldiag.pod t/op/misc.t toke.c
33841 ____________________________________________________________________________
33842 [  7940] By: jhi                                   on 2000/12/01  06:45:53
33843         Log: Get the three different space character classes right under utf8.
33844      Branch: perl
33845            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
33846            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
33847            ! regexec.c t/op/pat.t utf8.c
33848 ____________________________________________________________________________
33849 [  7939] By: jhi                                   on 2000/12/01  03:26:26
33850         Log: Two more tests that make no sense in UTF-8 since the test
33851              data is not in UTF-8.
33852      Branch: perl
33853            ! t/op/regexp.t
33854 ____________________________________________________________________________
33855 [  7938] By: jhi                                   on 2000/12/01  03:20:39
33856         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
33857              should it be required inside regexen?
33858      Branch: perl
33859            ! regcomp.c t/op/regmesg.t
33860 ____________________________________________________________________________
33861 [  7937] By: jhi                                   on 2000/12/01  02:58:53
33862         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
33863              stored and restored, and thusly was trounced by the utf8 swash
33864              routines.
33865      Branch: perl
33866            ! regcomp.c
33867 ____________________________________________________________________________
33868 [  7936] By: jhi                                   on 2000/11/30  20:41:39
33869         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
33870              Why the different platforms behave so differently (core dump vs
33871              no core dump) on this bug is a but of a mystery, but if I had to
33872              guess I would mumble something like 'alignment'.
33873      Branch: perl
33874            ! sv.c
33875 ____________________________________________________________________________
33876 [  7935] By: jhi                                   on 2000/11/30  16:17:02
33877         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
33878              From: Robin Barker <rmb1@cise.npl.co.uk>
33879              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
33880              Date: Thu, 30 Nov 2000 14:27:12 GMT
33881      Branch: perl
33882            ! perlio.c toke.c
33883 ____________________________________________________________________________
33884 [  7934] By: jhi                                   on 2000/11/30  16:04:49
33885         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
33886      Branch: perl
33887            ! t/lib/net-hostent.t
33888 ____________________________________________________________________________
33889 [  7933] By: jhi                                   on 2000/11/30  06:07:26
33890         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
33891              From: Peter Prymmer <pvhp@forte.com>
33892              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
33893              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
33894              
33895              In VMS the localhost may be LOCALHOST.
33896      Branch: perl
33897            ! t/lib/net-hostent.t
33898 ____________________________________________________________________________
33899 [  7932] By: jhi                                   on 2000/11/30  01:11:11
33900         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
33901              From: Peter Prymmer <pvhp@forte.com>
33902              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
33903              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
33904              
33905              plus regen perlapi.pod.
33906      Branch: perl
33907            ! pod/perlapi.pod utf8.c
33908 ____________________________________________________________________________
33909 [  7931] By: jhi                                   on 2000/11/30  01:06:19
33910         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
33911              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
33912              Date:     Wed, 29 Nov 2000 17:15:11 EST
33913              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
33914      Branch: perl
33915            ! t/lib/filter-util.pl t/lib/filter-util.t
33916 ____________________________________________________________________________
33917 [  7930] By: jhi                                   on 2000/11/29  18:51:55
33918         Log: Update Changes.
33919      Branch: perl
33920            ! Changes patchlevel.h
33921 ____________________________________________________________________________
33922 [  7929] By: jhi                                   on 2000/11/29  18:50:55
33923         Log: Update the va_copy() metaconfig unit.
33924      Branch: metaconfig/U/perl
33925            ! need_va_copy.U
33926 ____________________________________________________________________________
33927 [  7928] By: jhi                                   on 2000/11/29  17:50:43
33928         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
33929              From: Dominic Dunlop <domo@computer.org>
33930              Date: Tue, 28 Nov 2000 16:41:57 +0100
33931              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
33932              
33933              Patch to catch a core dump in the Configure va_copy test.
33934      Branch: perl
33935            ! Configure config_h.SH
33936 ____________________________________________________________________________
33937 [  7927] By: jhi                                   on 2000/11/29  17:31:59
33938         Log: Retract #7921, the patch shouldn't be needed.
33939      Branch: perl
33940            ! sv.c
33941 ____________________________________________________________________________
33942 [  7926] By: jhi                                   on 2000/11/29  17:01:41
33943         Log: Make the Class::Struct import() wiser.
33944      Branch: perl
33945            ! lib/Class/Struct.pm t/lib/class-struct.t
33946 ____________________________________________________________________________
33947 [  7925] By: jhi                                   on 2000/11/29  16:36:33
33948         Log: All the core library users of Class::Struct seem to be
33949              using "use Class::Struct 'struct';" instead of the bare
33950              "use Class::Struct;", which isn't documented in Class::Struct.
33951              This can't be right.
33952      Branch: perl
33953            ! lib/File/stat.pm
33954 ____________________________________________________________________________
33955 [  7924] By: jhi                                   on 2000/11/29  16:32:15
33956         Log: A test works better if it has the right 1..$n output.
33957      Branch: perl
33958            ! t/lib/class-struct.t
33959 ____________________________________________________________________________
33960 [  7923] By: jhi                                   on 2000/11/29  16:29:11
33961         Log: Forgot to MANIFEST the new Net::hostent test.
33962      Branch: perl
33963            ! MANIFEST
33964 ____________________________________________________________________________
33965 [  7922] By: jhi                                   on 2000/11/29  16:27:49
33966         Log: Integrate perlio.
33967      Branch: perl
33968           !> iperlsys.h perlio.c
33969 ____________________________________________________________________________
33970 [  7921] By: jhi                                   on 2000/11/29  16:27:10
33971         Log: (Retracted by #7927.)
33972              
33973              Subject: [PATCH] Is infinity a number?
33974              From: Simon Cozens <simon@cozens.net>
33975              Date: Wed, 29 Nov 2000 14:48:20 +0000
33976              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
33977      Branch: perl
33978            ! sv.c
33979 ____________________________________________________________________________
33980 [  7920] By: jhi                                   on 2000/11/29  16:23:02
33981         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
33982              From: rspier@pobox.com (Robert Spier)
33983              Date: Wed, 29 Nov 2000 02:17:49 -0500
33984              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
33985              
33986              Add a test for Net::hostent.
33987      Branch: perl
33988            + t/lib/net-hostent.t
33989 ____________________________________________________________________________
33990 [  7919] By: jhi                                   on 2000/11/29  16:21:31
33991         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
33992              add a test for Class::Struct.
33993      Branch: perl
33994            + t/lib/class-struct.t
33995            ! MANIFEST lib/Class/Struct.pm
33996 ____________________________________________________________________________
33997 [  7918] By: jhi                                   on 2000/11/29  15:48:40
33998         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
33999              From: rspier@pobox.com (Robert Spier)
34000              Date: Wed, 29 Nov 2000 02:25:39 -0500
34001              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
34002              
34003              More checking in case someone has broken their services or
34004              protocol databases.
34005      Branch: perl
34006            ! ext/Sys/Syslog/Syslog.pm
34007 ____________________________________________________________________________
34008 [  7917] By: jhi                                   on 2000/11/29  15:46:25
34009         Log: Subject: [PATCH] $^O  win32 -> MSWin32
34010              From: rspier@pobox.com (Robert Spier)
34011              Date: Wed, 29 Nov 2000 02:17:38 -0500
34012              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
34013              
34014              plus similar nits for vms, err, VMS, and UNICOS.
34015      Branch: perl
34016            ! t/lib/syslfs.t t/op/lfs.t
34017 ____________________________________________________________________________
34018 [  7916] By: jhi                                   on 2000/11/29  15:42:51
34019         Log: Subject: [PATCH] Tokeniser debugging
34020              From: Simon Cozens <simon@cozens.net>
34021              Date: Wed, 29 Nov 2000 14:15:45 +0000
34022              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
34023      Branch: perl
34024            ! perl.c perl.h pod/perlrun.pod toke.c
34025 ____________________________________________________________________________
34026 [  7915] By: jhi                                   on 2000/11/29  15:41:36
34027         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
34028              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34029              Date: Wed, 29 Nov 2000 02:13:14 -0500
34030              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
34031              
34032              OUT keyword nits.
34033              
34034              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
34035              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34036              Date: Wed, 29 Nov 2000 03:09:04 -0500
34037              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
34038              
34039              OUT and IN_OUT documentation.
34040      Branch: perl
34041            ! lib/ExtUtils/xsubpp pod/perlxs.pod
34042 ____________________________________________________________________________
34043 [  7914] By: jhi                                   on 2000/11/29  03:35:01
34044         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
34045              From: John Tobey <jtobey@john-edwin-tobey.org>
34046              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
34047              Message-Id: <m140e1N-000FOoC@feynman.localnet>
34048              
34049              plus a performance speedup noticed by Sarathy.
34050      Branch: perl
34051            ! op.c
34052 ____________________________________________________________________________
34053 [  7913] By: jhi                                   on 2000/11/29  03:16:59
34054         Log: Use "1 while unlink" so that VMS gets clean, too.
34055      Branch: perl
34056            ! t/lib/filter-util.t
34057 ____________________________________________________________________________
34058 [  7912] By: jhi                                   on 2000/11/29  03:09:08
34059         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
34060              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34061              Date: Tue, 28 Nov 2000 03:27:09 -0500
34062              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
34063      Branch: perl
34064            ! lib/ExtUtils/xsubpp
34065 ____________________________________________________________________________
34066 [  7911] By: jhi                                   on 2000/11/29  03:06:30
34067         Log: This should have been part of #7872: no need to scan UTF-8
34068              until eternity.
34069      Branch: perl
34070            ! utf8.c
34071 ____________________________________________________________________________
34072 [  7910] By: jhi                                   on 2000/11/29  02:50:04
34073         Log: One more perltie.pod nit from Casey R. Tweten.
34074      Branch: perl
34075            ! pod/perltie.pod
34076 ____________________________________________________________________________
34077 [  7909] By: jhi                                   on 2000/11/29  02:44:23
34078         Log: Document the known sprintf test failures, exact standard
34079              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
34080      Branch: perl
34081            ! pod/perldelta.pod t/op/sprintf.t
34082 ____________________________________________________________________________
34083 [  7908] By: jhi                                   on 2000/11/29  02:36:23
34084         Log: Add the Encoding table format documentation.
34085      Branch: perl
34086            + ext/Encode/Encode/EncodeFormat.pod
34087            ! MANIFEST
34088 ____________________________________________________________________________
34089 [  7907] By: jhi                                   on 2000/11/29  02:07:24
34090         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
34091              From: "Casey R. Tweten" <crt@kiski.net>
34092              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
34093              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
34094              
34095              Subject: Re: [PATCH] Updating perltie.pod for arrays
34096              From: "Casey R. Tweten" <crt@kiski.net>
34097              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
34098              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
34099      Branch: perl
34100            ! pod/perltie.pod
34101 ____________________________________________________________________________
34102 [  7906] By: nick                                  on 2000/11/28  22:40:59
34103         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
34104      Branch: perlio
34105            ! iperlsys.h perlio.c
34106 ____________________________________________________________________________
34107 [  7905] By: nick                                  on 2000/11/28  22:04:34
34108         Log: Integrate mainline
34109      Branch: perlio
34110           !> (integrate 39 files)
34111 ____________________________________________________________________________
34112 [  7904] By: jhi                                   on 2000/11/28  16:44:43
34113         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
34114              From: Nicholas Clark <nick@babyhippo.co.uk>
34115              Date: Tue, 28 Nov 2000 11:16:57 +0000
34116              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
34117      Branch: perl
34118            ! pod/perlipc.pod
34119 ____________________________________________________________________________
34120 [  7903] By: jhi                                   on 2000/11/28  16:40:31
34121         Log: Subject: [PATCH] Updating perltie.pod for arrays
34122              From: "Casey R. Tweten" <crt@kiski.net>
34123              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
34124              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
34125      Branch: perl
34126            ! pod/perltie.pod
34127 ____________________________________________________________________________
34128 [  7902] By: jhi                                   on 2000/11/28  16:39:37
34129         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
34130              From: Robin Barker <rmb1@cise.npl.co.uk>
34131              Date: Mon, 27 Nov 2000 17:56:44 GMT
34132              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
34133      Branch: perl
34134            ! pod/perlfunc.pod t/op/split.t
34135 ____________________________________________________________________________
34136 [  7901] By: jhi                                   on 2000/11/28  16:28:04
34137         Log: setmode() is a DOSish-only thing.
34138      Branch: perl
34139            ! perlio.c
34140 ____________________________________________________________________________
34141 [  7900] By: jhi                                   on 2000/11/28  16:21:46
34142         Log: Subject: [PATCH] perlcc.PL cleanups
34143              From: Simon Cozens <simon@cozens.net>
34144              Date: Tue, 28 Nov 2000 12:44:35 +0000
34145              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
34146      Branch: perl
34147            ! utils/perlcc.PL
34148 ____________________________________________________________________________
34149 [  7899] By: gsar                                  on 2000/11/28  06:32:55
34150         Log: reintegrate files missed by change#7895
34151      Branch: maint-5.6/perl
34152           +> ext/ByteLoader/bytecode.h utils/Makefile
34153            - utils/perlbc.PL
34154 ____________________________________________________________________________
34155 [  7897] By: gsar                                  on 2000/11/27  18:22:47
34156         Log: can't integrate these two files, for some reason
34157      Branch: maint-5.6/perl
34158            - ext/ByteLoader/bytecode.h utils/Makefile
34159 ____________________________________________________________________________
34160 [  7895] By: gsar                                  on 2000/11/27  18:11:21
34161         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
34162              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
34163              6757..6890,6892..6901 from mainline
34164              
34165              Bytecompiler patches from Benjamin Stuhl.
34166              
34167              More bytecompiler.
34168              
34169              Subject: [PATCH blead] B:: missing dependency
34170              
34171              Subject: [PATCH: 6757] configure.com updates and syslog build
34172              
34173              Long double Gconvert fixes from Yitzchak Scott-Thoennes
34174              and Spider Boardman.
34175              
34176              Subject: [PATCH blead] nextchar() abuse misses an optimisation
34177              
34178              Long double fixes from Spider Boardman.
34179              
34180              Make the selection of NVff et al stricter.
34181              
34182              cSVOPo_*v things index into the current PL_curpad
34183              under ithreads, which is different from the curpad
34184              used by the XSUB.  (In other words, the code as-is
34185              before this patch wouldn't work under ithreads.)
34186              
34187              Be portable.
34188              
34189              VMS MMS (make) wants null action.
34190              
34191              Mac and other portability updates from Chris Nandor.
34192              
34193              Storable support, v-version fixes.
34194              Subject: CPAN.pm beta for testing available
34195              
34196              Portability fix from Hugo van der Sanden.
34197              
34198              Bad makefile.
34199              
34200              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
34201              
34202              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
34203              
34204              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
34205              
34206              Replace #6705 with a minimal doc patch.
34207              Subject: [PATCH 5.6.0] replace change #6705
34208              
34209              Drop the separate perlbc, perlcc -b should be enough.
34210              
34211              installperl couldn't tell whether it had run tests or not.
34212              Subject: [PATCH] Re: installperl and t/TEST
34213              
34214              Add silencer flags to installperl.
34215              Subject: [PATCH] Making installperl silent.
34216              
34217              Make "make install" by default silent.  A new "install-verbose"
34218              target is verbose.
34219              
34220              More liberal parsing of version numbers.
34221              Subject: Re: CPAN.pm beta for testing available
34222              
34223              Create directories in silence.
34224              Subject: [PATCH] Another silencer for MakeMaker
34225              
34226              DOS patches and portability/porting notes, from Tim Jenness.
34227              
34228              Make installman to recognize the silence flag -S.
34229              
34230              Actually do something with the silencer option.
34231              
34232              Continue silencing.
34233              
34234              Show the doc file, not the temp file.
34235              
34236              Regen perltoc.
34237              
34238              Subject: [PATCH] More silencing of installman.
34239              
34240              Better wording for the vec lvalue diagnostic.
34241              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
34242              
34243              Subject: [PATCH: 6805] several more tweaks to configure.com
34244              
34245              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
34246              
34247              Missing parts of 
34248              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
34249              
34250              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
34251              (applied slightly modified)
34252              
34253              installperl --verbose and --silent.
34254              Subject: Re: [PATCH] More silencing of installman.
34255              
34256              Add install-silent target.
34257              
34258              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
34259              the problem reported in
34260              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
34261              
34262              Tweak the sfio/useperlio logic, hopefully as wished in
34263              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
34264              
34265              One forgotten file from #6816.
34266              
34267              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
34268              
34269              Remove duplicately applied patch shards.
34270              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
34271              
34272              Support preserving extremely big/small angles.
34273              
34274              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
34275              
34276              Subject: [PATCH] installation not quite silent yet.
34277              
34278              Update the test count.
34279              
34280              Use UVxf, PTR2UV, NVff.
34281              
34282              Document PTR2XX and INT2PTR.
34283              
34284              no-install target a la make -n.
34285              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
34286              
34287              grep -e isn't portable.
34288              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
34289              
34290              Can't get the test to reliably work thanks to the
34291              inaccurateness of floating point.  "Resolves" bug ids
34292              20000826.003, 20000826.009, 20000826.010,
34293              
34294              Subject: installman buglet
34295              
34296              DJGPP update from Laszlo Molnar.
34297              
34298              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
34299              
34300              Passing -R in ldflags makes now it to appear in the default
34301              for lddlflags, just like with -L.
34302              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
34303              
34304              Test nit.
34305              
34306              Use the actual thread type, not the pointer-to-struct.
34307              
34308              Provice virtual $Config{ccflags_nolargefiles} etc. 
34309              
34310              display_format used as a class method without arguments was broken,
34311              reported in
34312              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
34313              
34314              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
34315              
34316              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
34317              
34318              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
34319              
34320              opmini.o may be left around if a build is interrupted.
34321              
34322              Typo in #6858.
34323              
34324              Fix for ID 20000828.001, long doubles were not formatted
34325              correctly (showed up in $], which stopped installing perl).
34326              
34327              An attempt to fix the problem reported in
34328              Subject: Building perl@6856 using gcc/AIX 4.3.3 
34329              I can't test this properly since the gcc installation I have
34330              access to seems to be botched (gcc is calling the AIX cpp,
34331              a losing proposition...)
34332              
34333              Add -ld to archname on long tr...double platforms.
34334              
34335              Subject: hv.h Doc Patch
34336              
34337              Potential cruft.
34338              
34339              Subject: [PATCH bleedperl@6856] warnings fixes
34340              
34341              -S is the silent flag, -s is the strip flag.
34342              Subject: [PATCH] Re: [PATCH] make no-install          
34343              
34344              Take out the SUIDMAIL thing, that will not be
34345              a problem in 5.7.*.
34346              
34347              Subject: [PATCH bleedperl@6866] spellings
34348              
34349              Subject: [PATCH] Re: files not cleaned even by veryclean
34350              
34351              Use minimal @INC in tests, most of the time just '../lib',
34352              so that we simply can't pick up stuff from other Perls than
34353              the one we are testing.  Pointed out by
34354              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
34355              
34356              Update to Getopt::Long 2.24, from Johan Vromans.
34357              
34358              Fix for thinko in #6848.
34359              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
34360              
34361              Patches all over for people and the files they (hopefully) care about.
34362              
34363              Subject: Net::protoent does not export 'getproto'
34364              
34365              Missed a change in #6869.
34366              
34367              Subject: [PATCH] Warnings in B::Deparse
34368              
34369              Subject: [PATCH] Glob dumping
34370              
34371              Disable one of the tests for now.
34372              
34373              Disabling the one test is a bit tricky.
34374              
34375              Don't forget to tidy up.
34376              
34377              The #6881 removed one dump line.
34378              
34379              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
34380              
34381              Under usethreads the dumped variable is IN_PAD.
34382              Subject: Re: [PATCH] Glob dumping
34383              
34384              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
34385              
34386              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
34387              
34388              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
34389              
34390              Regen Configure for #6894.
34391              
34392              Subject: [PATCH: 6889] updates to perlebcdic.pod
34393              
34394              Undo namespace pollution of #6878.
34395              Subject: Re: Net::protoent does not export 'getproto'
34396              
34397              Admit that we are leaking scalars.
34398              
34399              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
34400      Branch: maint-5.6/perl
34401           !> (integrate 271 files)
34402 ____________________________________________________________________________
34403 [  7894] By: gsar                                  on 2000/11/27  16:00:34
34404         Log: a couple of nits
34405      Branch: maint-5.6/perl
34406            ! MANIFEST pp_sys.c
34407 ____________________________________________________________________________
34408 [  7893] By: gsar                                  on 2000/11/27  15:10:56
34409         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
34410              6740..6745,6747..6757,6760
34411              
34412              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
34413              
34414              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
34415              
34416              Doc nits spotted by Richard Soderberg.
34417              
34418              move WNOHANG definition to where other such things are
34419              
34420              Make $Config{byteorder} more magical so that it is
34421              dynamically computed: nice for 'fat binaries'.
34422              Subject: [PATCH]: default byteorder
34423              
34424              Subject: [PATCH] Cwd.pm now uses strict
34425              
34426              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
34427              
34428              Get -DLEAKTEST to compile (not necessarily to work, mind)
34429              Subject: [ID 20000724.006] -DLEAKTEST problem
34430              
34431              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
34432              
34433              Add perlebcdic from Peter Prymmer, regen toc.
34434              
34435              Don't propose using modules built for 5.005 if no binary
34436              compatibility with 5.005 is attempted.
34437              
34438              Do not use prototyping here.
34439              Subject: [ID 20000817.016] [PATCH] Peek.xs
34440              
34441              Document what the backtick returns if the command fails.
34442              
34443              Add byteorder to the myconfig output.
34444              
34445              Introduce NVef, NVff, and NVgf, use the middle one.
34446              (helps for lib/peek + Linux + long doubles)  Reported in
34447              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
34448              Use NVs in POSIX math, not doubles.
34449              Subject: [ID 20000817.014] POSIX & modfl
34450              
34451              Subject: [PATCH 5.6.0+] newSVrv() memory leak
34452              
34453              The byteorder code in #6671 was wrong.
34454              
34455              Fix the lib/complex failure of
34456              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
34457              Linux long double accuracy issue: something that
34458              when printed with %g looks like "2" but int() of it is 1.
34459              
34460              Propagate new Configure vars.
34461              
34462              Unbuffer the output.
34463              
34464              Subject: [PATCH] perltrap.pod spring cleaning
34465              
34466              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
34467              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
34468              
34469              Tiny Getopt::Long patch from Johan Vromans.
34470              
34471              Document code point which makes if (defined %stash::) to work
34472              (noted by Spider Boardman).
34473              
34474              Subject: [PATCH perl@6698] cygwin port
34475              
34476              Document the NDBM_File and ODBM_File as SDBM_File
34477              was documented in #6417.
34478              
34479              The new tests were missing from #6415.
34480              
34481              Add [[:blank:]] as suggested in
34482              Subject: [ID 20000716.024] [=cc=] / [:blank:]
34483              (the [=cc=] has already been taken care of by #6439
34484              so the whole bug report can be closed)
34485              and make [[:space:]] to be equivalent to isspace(3)
34486              (as opposed to \s, which is isSPACE()).  The difference
34487              is that now [[:space:]] matches the mythical vertical tab,
34488              while \s doesn't.
34489              
34490              Don't eat leading os from index entries.
34491              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
34492              
34493              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
34494              
34495              Typo in pp_complement().
34496              Subject: [PATCH perl-current] Deparse
34497              
34498              Add warnif(), check warnings further up the stack,
34499              all the warnings functions now can take an optional object reference.
34500              Subject: [PATCH bleedperl@6691] warnings pragma update
34501              
34502              Fix a core dump in lib/selfloader under -DDEBUGGING.
34503              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
34504              
34505              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
34506              
34507              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
34508              
34509              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
34510              Put back the long double avoidance code to POSIX.xs
34511              because VMS seems to need it still.
34512              
34513              Introduce a 'veryclean' target that is like 'distclean'
34514              but also removes *~ and *.orig.
34515              
34516              Subject: [ID 20000817.023] endianness description in perlfunc.pod
34517              
34518              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
34519              
34520              Let's try #6717 again.
34521              
34522              UTF8 concat fixes.
34523              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
34524              
34525              pp_open() could pass an uninitialized filename down to do_open9().
34526              
34527              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
34528              
34529              Update to CGI 2.72, from Lincoln Stein.
34530              
34531              Subject: [PATCH] Silence MakeMaker (Was: installman)
34532              
34533              Use temporary directory instead of current directory.
34534              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
34535              
34536              Document odd vs even subreleases and -Dusedevel.
34537              
34538              The veryclean target needs to clobber.
34539              
34540              Use File::Spec->tmpdir().
34541              
34542              Document the number of exponent digits.
34543              
34544              Mention perlebcdic and perlposix-bc.
34545              
34546              s/this one/the 5.6.0 release/
34547              
34548              The #6724 is here.
34549              
34550              The correct cleaning order is an art.
34551              
34552              small tweaks for change#6705: avoid C++ style comments in C code;
34553              use Perl's malloc API rather than the low level system one
34554              
34555              Array context keeps slithering in.
34556              
34557              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
34558              
34559              Subject: [PATCH] os2.c fix for use64bitint
34560              
34561              Update to Pod::LaTeX 0.53.
34562              Subject: [PATCH] lib/Pod/LaTeX.pm updates
34563              
34564              Document the endianness of Alpha more precisely.
34565              
34566              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
34567              
34568              Rename the macro argument because some preprocessors
34569              can't tell the difference and expand arguments also inside
34570              double quoted strings.
34571              
34572              free TLS slot properly on Windows
34573              
34574              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
34575              
34576              Unicos/mk requires elaborate paranoia.
34577              
34578              Tweak the floating point output routine preferences.
34579              
34580              Also under djgpp the timestamps are funky.
34581              
34582              Apply some PodParser 1.18 patches; the Pod/Find.pm
34583              patches cannot be applied since #6712 conflicts.
34584              
34585              Use PodParser 1.18 new test.
34586              
34587              A pod nit.
34588              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
34589              
34590              Be verydeepclean.
34591      Branch: maint-5.6/perl
34592           +> pod/perlebcdic.pod
34593           !> (integrate 106 files)
34594 ____________________________________________________________________________
34595 [  7892] By: jhi                                   on 2000/11/27  15:02:32
34596         Log: Update Changes.
34597      Branch: perl
34598            ! Changes patchlevel.h
34599 ____________________________________________________________________________
34600 [  7891] By: jhi                                   on 2000/11/27  14:57:23
34601         Log: Subject: Re: perlfaq style changes
34602              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34603              Date: Sat, 25 Nov 2000 23:32:26 -0800
34604              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
34605              
34606              plus a note from Ronald Kimball.
34607      Branch: perl
34608            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
34609 ____________________________________________________________________________
34610 [  7890] By: jhi                                   on 2000/11/27  14:53:14
34611         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
34612              From: Benjamin Holzman <bah@ecnvantage.com>
34613              Date: Sun, 26 Nov 2000 16:27:33 -0500
34614              Message-ID: <20001126162733.J25040@ecnvantage.com>
34615      Branch: perl
34616            ! gv.c
34617 ____________________________________________________________________________
34618 [  7889] By: jhi                                   on 2000/11/27  14:43:11
34619         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
34620              From: lvirden@cas.org
34621              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
34622              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
34623      Branch: perl
34624            ! README.amiga
34625 ____________________________________________________________________________
34626 [  7888] By: jhi                                   on 2000/11/27  14:32:34
34627         Log: Restore also the locale test to no-sprintf-taint state.
34628              Fixes the bug 20001127.003.
34629      Branch: perl
34630            ! sv.c t/pragma/locale.t
34631 ____________________________________________________________________________
34632 [  7887] By: gsar                                  on 2000/11/27  14:13:05
34633         Log: integrate changes#6613..6616,6620..6665 from mainline
34634              
34635              VMS configure.com update continues.
34636              
34637              Subject: Test fails / warnings with perl-current #6612
34638              
34639              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
34640              
34641              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
34642              
34643              For now remove the mail code.
34644              
34645              Subject: Re: [PATCH] @+, @- readonly
34646              
34647              Subject: warning: storage class after type is obsolescent
34648              
34649              Subject: sfio2000
34650              
34651              Subject: Re: File::Temp problems on VMS in bleedperl
34652              
34653              README.os2 update.
34654              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
34655              
34656              Make the user to give up his firstborn, err, to knowingly
34657              verify installing an unstable developer release.  Also bump
34658              the release to 5.7.0, but leave a patch tag in the local
34659              patches saying that this is not yet the real thing.
34660              
34661              Update (kinda) to Test 1.14, from Joshua Pritikin.
34662              
34663              make ok etc also for win32.
34664              
34665              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
34666              
34667              Don't blow limited stacks, a lower number is enough to
34668              tickle the lookbehind limit.
34669              
34670              Use -Dusedevel; regen Configure and the respective Porting stuff.
34671              
34672              Subject: [PATCH] debugger exit code should reflect user exit code
34673              
34674              Subject: [PATCH perl@6620] cygwin port
34675              
34676              Missed a file from #6638.
34677              
34678              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)
34679              
34680              magic callbacks all need to have same type signature
34681              
34682              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
34683              
34684              Fix a dependency problem.
34685              Subject: [PATCH: 6640] VMS Makefile.SH update
34686              
34687              The numeric locale was reset to "C" by s?printf and never restored.
34688              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
34689              No test since adding the failing example to locale.t
34690              does not fail -- probably because the locale settings are so
34691              thoroughly tweaked by that time.  Running the example standalone
34692              does fail, though.  UPDATE: test case added at change #7540.
34693              
34694              Subject: [ID 20000324.040] minor fix to perlhpux.pod
34695              
34696              Update to CPAN 1.57.
34697              
34698              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
34699              
34700              Change the perlbug address to perl.org since it's more forgiving.
34701              
34702              Change the regx compilation error markers to use = instead of <
34703              since pod makes using the latter quite messy.  Reported in
34704              ID 20000814.006 by Abigail and in
34705              Subject: Unknown escape E<> ?
34706              
34707              Update to perldebtut 1.9, from Richard Foley.
34708              
34709              check that the number pseudo children doesn't exceed
34710              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
34711              the WaitForMultipleObjects() limit that would cause wait()
34712              to crash)
34713              wait() and waitpid() could potentially be rewritten to use
34714              more than one thread to do the waiting to eliminate this
34715              limitation
34716              
34717              change#6328 could make close(SOCKET) return false on windows
34718              when it shouldn't
34719              
34720              pod nit seen in passing
34721              
34722              on windows, the return values from wait() and waitpid() don't
34723              match those of pseudo-pids
34724              
34725              waitpid() now handles externally spawned pids correctly;
34726              fixes for backtick/wait/waitpid failures on Windows 9x
34727              these changes make the pid returned by process functions on
34728              Windows 9x always positive by clearing the high bit (which
34729              is always set on Win9x); pseudo-process PIDs are likewise
34730              always negative now on Win9x (just as on NT/2000)
34731              
34732              trailing new %ENV entries weren't being pushed into the real
34733              environment of subprocesses on Windows
34734              
34735              Tweak the regex compilation errors once more.
34736              
34737              avoid warnings from dense compiler
34738              
34739              add "ok" targets from change#6632 in makefile.mk
34740      Branch: maint-5.6/perl
34741            - lib/Pod/PlainText.pm vms/configure.com
34742           !> (integrate 66 files)
34743 ____________________________________________________________________________
34744 [  7886] By: jhi                                   on 2000/11/27  13:54:18
34745         Log: __FUNCTION__ isn't portable and trying to emulate it leads
34746              into practically spelling out the name of the function.
34747              Takes care of the bug 20001127.001.
34748      Branch: perl
34749            ! perlio.c
34750 ____________________________________________________________________________
34751 [  7885] By: gsar                                  on 2000/11/27  13:53:18
34752         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
34753              6610..6611 from mainline
34754              
34755              Make regular expression parse error messages easier to understand.
34756              Subject: Re: enhanced(?) regex error messages
34757              
34758              Tiny tidying on report_evil_fh().
34759              
34760              Subject: Re: enhanced(?) regex error messages 
34761              plus Capitalize the error messages, plus perldiag them.
34762              
34763              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
34764              
34765              Document here-doc better.
34766              
34767              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
34768              
34769              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
34770              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
34771              (either perlbug or p5p ate the original), plus regen
34772              perlapi and perltoc. 
34773              
34774              Regen global.sym.
34775              
34776              Double check that we have a dirhandle.
34777              
34778              Subject: Re: enhanced(?) regex error messages
34779              (plus two small patches sent privately)
34780              (this still seems to leave few test failures)
34781              
34782              warn is a macro, avoid using at a variable to avoid warnings
34783              in some configurations; readdir.t is too conservative in
34784              estimating number of *.t's
34785              
34786              Get back into sync with Jeffrey on the enhanced regex warnings.
34787              
34788              Subject: [PATCH 5.6.0] cygwin port
34789              
34790              Zero entries were skipped, fix from Adrian Goalby
34791              <argoalby@yahoo.co.uk>
34792              
34793              Subject: Remove dead entry in perldiag
34794              
34795              Amend the description of Perl6.
34796              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
34797              
34798              detypo
34799              
34800              It's the 2ndO'ROSSC.
34801              
34802              Revert the sv.c part of #6559, a better fix is needed.
34803              
34804              Iterating perl6 description.
34805              
34806              Update to Term::ANSIColor 1.03, from Russ Allbery.
34807              
34808              Update to Getopt::Long 2.23_05, from Johan Vromans.
34809              
34810              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
34811              
34812              Update to Pod::Parser 1.17, from Brad Appleton.
34813              
34814              Update to CPAN 1.56, from Andreas König.
34815              
34816              Update to CGI 2.70, from Lincoln Stein.
34817              
34818              Put back the std @INC thing.
34819              
34820              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
34821              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
34822              
34823              Document the IO::Select timeout.
34824              
34825              sleep(1) does not necessarily return 1.
34826              Subject: [PATCH bleadperl] op/lex_assign.t  
34827              
34828              Subject: debugger "d" command doesnt check line number
34829              
34830              B::Deparse didn't do sub attributes.
34831              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
34832              
34833              Preprocessing and postprocessing for File::Find.
34834              Subject: Patch to Find::File.pm to allow alphabetical results
34835              
34836              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
34837              
34838              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
34839              
34840              Subject: Re: [ID 20000730.003] utf8::length() bad
34841              
34842              Subject: Getting perlio and threads to compile
34843              (the Solaris version changes in Configure skipped)
34844              
34845              Tests for #6589.
34846              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
34847              
34848              Add Perl debugging tutorial, regen toc. 
34849              Subject: perldebtut.pod
34850              
34851              Add a few missing files, update MANIFEST.
34852              
34853              Rewrite of vms/subconfigure.com as configure.com,
34854              from Peter Prymmer and the vmsperl crew.
34855              
34856              Should have deleted this in #6603.
34857              
34858              Fix the test for 5005threads.
34859              
34860              Fix-n-skip the tests under 5005threads.
34861              
34862              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
34863              
34864              Upgrade to CGI 2.71, from Lincoln Stein.
34865      Branch: maint-5.6/perl
34866           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
34867           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
34868           +> t/op/regmesg.t t/pod/find.t vms/configure.com
34869            - vms/subconfigure.com
34870            ! lib/lib.pm
34871           !> (integrate 115 files)
34872 ____________________________________________________________________________
34873 [  7884] By: jhi                                   on 2000/11/27  13:44:33
34874         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
34875              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34876              Date:     Mon, 27 Nov 2000 08:23:54 EST
34877              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
34878      Branch: perl
34879            ! vms/descrip_mms.template vms/test.com
34880 ____________________________________________________________________________
34881 [  7883] By: gsar                                  on 2000/11/27  11:50:46
34882         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
34883              6511..6513,6515..6523,6525..6536
34884              
34885              The swallow_bom() saga continues.  The #23 of require.t
34886              (UTF16-LE) still fails (silently, no output) but the #22
34887              (UTF16-BE) seems to be working now.  The root of the
34888              failure may be in sv_gets(): is it UTF-16LE-aware,
34889              especially when it comes to line endings? 
34890              
34891              Document the problem with -P in HP-UX and its workaround.
34892              
34893              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
34894              (aka ID 20000730.002)
34895              
34896              Subject: fix and question re: waitpid() under win32
34897              
34898              Make the safety catch for buggy gccs work with triple version
34899              numbers like 2.95.2.  Reported in
34900              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
34901              
34902              In Digital UNIX warn if gcc explicitly chosen because even
34903              2.95.2 is known to cause problems.
34904              
34905              Make chr() for values >127 to create utf8 when under utf8.
34906              
34907              various syntax errors and such (not fixed: comp/require.t#22 coredump
34908              on Windows)
34909              
34910              Stash away the largefiles flags and libswanted.
34911              
34912              BOM patching from Simon Cozens.
34913              
34914              If gccosandvers is equal to osname, clear gccosandvers.
34915              
34916              Make p4desc to skip non-mainperl branches by default.
34917              
34918              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
34919              
34920              The test from this
34921              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
34922              
34923              In new BSDs changes to argv[] do not show up in ps(1) output,
34924              instead one must use setproctitle().  This was already addressed
34925              by change #6457, but the below has a new variant for FreeBSD 4.0
34926              or later, and the matter is also documented more.
34927              
34928              FreeBSD 3.* updates from
34929              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
34930              
34931              regen_headers, regen perltoc.
34932              
34933              Document in one place the memory abstractions used in Perl core.
34934              
34935              memcpy has n o in it, as pinted ut by Sarathy.
34936              
34937              Remove the extraneous "main::" prefix from all the
34938              "opened only for", "on closed", and "never opened" warnings.
34939              
34940              The name of a filehandle does not have <these>.
34941              
34942              The tr utf8 patching continues.
34943              
34944              The new setproctitle() feature is available only in 
34945              bleeding edge FreeBSD.  From Paul Saab.
34946              
34947              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
34948              
34949              Dump UVs as UVs in Data::Dumper.
34950              
34951              detypo #6494
34952              
34953              Document the IVdf UVuf UVof UVxf.
34954              
34955              require.t needs binmode() to work on windows
34956              
34957              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
34958              that are hopefully soon put into use.
34959              
34960              Allow "no Module;" even if there is no 'unimport'.
34961              
34962              Better skip message for the test; one of the two problems in
34963              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
34964              
34965              The subtest 4 may fail also on VOBS, as pointed out
34966              by Nick Ing-Simmons in November 1999, bug id 19991124.003
34967              (but the failure in that bug report isn't the subtest 4).
34968              
34969              Be more informative on what is skipped and why,
34970              also repeat the list at the end.
34971              
34972              Add a URL for FSF.
34973              
34974              Subject: [PATCH] sv.h documentation - SvLEN
34975              
34976              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
34977              
34978              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
34979              
34980              Subject: [PATCH] bad cppsymbols on os2 + Configure question
34981              
34982              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
34983              
34984              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
34985              mention the idea of @( and @)
34986              
34987              This is 6512.  Really.
34988              
34989              Subject: [ID 19990721.004] Documentation bug in perlfunc
34990              
34991              Subject: Minor tweak to perlvar.pod
34992              
34993              In the warnings call filehandles consistently so;
34994              add "unopened" warning for stat().
34995              
34996              After the #6519 a warning about stat() is just that,
34997              not about a filetest, which now have their own warning.
34998              
34999              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
35000              
35001              Subject: Re: Array vs. List context
35002              
35003              Subject: New perlcc, take 2
35004              
35005              Weed buglets pointed out by
35006              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
35007              
35008              gcc versions might have (parentheses) in them.
35009              
35010              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
35011              
35012              Essential prototype changes were missing from #6527.
35013              Also make report_evil_fh() more bomb-proof.
35014              
35015              Zap lib/Sys directory when cleaning up.
35016              
35017              Change the Policy policy: now -Dprefix= with an existing
35018              Policy.sh and prefix == siteprefix == vendorprefix, then all
35019              of them follow along the new prefix.
35020              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
35021              
35022              Continue fixing the io warnings.  This also
35023              sort of fixes bug ID 20000802.003: the core dump
35024              is no more.  Whether the current behaviour is correct
35025              (giving a warning: "Not a format reference"), is another matter.
35026              
35027              Have symbols for the IoTYPEs.
35028              
35029              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
35030              
35031              Document a bit that UDP is not what you might think.
35032              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
35033              tr memory corruption fix from Simon Cozens.
35034              
35035              Plug the security hole described in the Aug 05 2000 bugtraq message
35036              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
35037              The security hole exists only in suidperls, which isn't
35038              installed or even built by default.
35039      Branch: maint-5.6/perl
35040           !> (integrate 71 files)
35041 ____________________________________________________________________________
35042 [  7882] By: gsar                                  on 2000/11/27  10:25:36
35043         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
35044              from mainline
35045              
35046              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
35047              to be fatal errors (instead of by default ignoring them, and
35048              ignoring with a bug: even though -w gave an error, the opening [
35049              was left in)  Reported in:
35050              
35051              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
35052              
35053              Subject: [PATCH] split /^/
35054              
35055              MacOS nits from Matthias Neeracher.
35056              
35057              More split() doc and test patches from Mike Guy.
35058              
35059              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
35060              from Graham Barr in the module list.
35061              
35062              docfix from Peter Scott <Peter@PSDT.com>.
35063              
35064              File::Temp patches for VMS and OS/2 from Tim Jenness.
35065              
35066              open() wariness in perlbug.
35067              
35068              Subject: [PATCH] minor doc change - perlguts
35069              
35070              Subject: Minor doc patch: handy.h
35071              
35072              Be wary of close()s, too.
35073              
35074              Further File::Temp patches from Yitzchak Scott-Thoennes
35075              and Craig A. Berry.
35076              
35077              Subject: [PATCH] fixes bug 20000508.004
35078              
35079              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
35080              
35081              Allow "no AutoLoader;", based on change #6444,
35082              suggested by Graham Barr.
35083              
35084              Use setproctitle() if available to modify $0.
35085              
35086              Warn if the version of the operating system used to compile gcc
35087              differs from the current version of the operating system.
35088              Also display the gcc compilation os and version in myconfig.
35089              Inspiration from
35090              
35091              Tiny fixes for #6460.
35092              
35093              The problem described in this
35094              Subject: [ID 20000322.018] named chars aren't magical enough
35095              has been fixed in perl 5.6.0 but just in case added a test
35096              to keep it away.  (The report from Joseph Hall.)
35097              
35098              Tune the comments and hopefully stop a memory leak.
35099              
35100              Subject: UTF8 concat
35101              (with a memory leak fixed, plus a few casts added)
35102              This also seems to help for
35103              Subject: [ID 20000716.015] join UTF8 weirdness
35104              
35105              Do not upgrade SVs into utf8 just because they participate
35106              in eq or cmp.  Reported and fix suggested in
35107              Subject: [ID 20000720.009] sv_eq UTF8 bug
35108              
35109              Fix the HALF_UPGRADE() macro introduced in #6263.
35110              
35111              Find green threads before native threads.
35112              Subject: Re: Patch to jpl/JNI/Makefile.PL
35113      Branch: maint-5.6/perl
35114           !> (integrate 30 files)
35115 ____________________________________________________________________________
35116 [  7881] By: jhi                                   on 2000/11/27  05:48:41
35117         Log: It seems that *both* the unused submatch loop cleanup
35118              codes are needed.
35119      Branch: perl
35120            ! regexec.c
35121 ____________________________________________________________________________
35122 [  7880] By: jhi                                   on 2000/11/27  04:50:07
35123         Log: Clean .exists deeper.
35124      Branch: perl
35125            ! Makefile.SH
35126 ____________________________________________________________________________
35127 [  7879] By: jhi                                   on 2000/11/27  02:31:35
35128         Log: The code in regcppop() (see #7878) contains the correct lower
35129              limit for the unused submatch 'cleanup' loop so that under
35130              "use utf8" the following code wouldn't dump core:
35131              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
35132              the cleanup loop in regtry() stomped beyond allocated area
35133              in the startp[] array.  Therefore, copied the correct lower
35134              loop limit (*PL_reglastparen) to regtry().  Note: something
35135              may still not be quite right: why was the _higher_ loop limit
35136              (prog->nparens) different in the utf8 case?
35137              
35138              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
35139              without core dumps, there were about 17 of them before
35140              the patch (with us since Perl 5.7.0).  Two failures, still:
35141              496 and 505 (though these may not be severe).
35142              
35143              Patch #7881 is also needed since both the cleanup loops
35144              seem to be needed.
35145              
35146              Also, the t/op/pat#44 seems to core dump under utf8.
35147              Plus a couple of failures.  UGH-8.
35148      Branch: perl
35149            ! regexec.c
35150 ____________________________________________________________________________
35151 [  7878] By: jhi                                   on 2000/11/27  02:21:17
35152         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
35153              the code in regcppop() seems to be redundant for the test suite --
35154              but it contains a germ of truth, and it needed for the build
35155              process itself: see #7879 and #7881.
35156      Branch: perl
35157            ! regexec.c
35158 ____________________________________________________________________________
35159 [  7877] By: jhi                                   on 2000/11/27  01:53:09
35160         Log: Comment on comment.
35161      Branch: perl
35162            ! regexec.c
35163 ____________________________________________________________________________
35164 [  7876] By: jhi                                   on 2000/11/27  00:49:59
35165         Log: Adjust the docs to agree with #7875.
35166      Branch: perl
35167            ! pod/perllocale.pod
35168 ____________________________________________________________________________
35169 [  7875] By: jhi                                   on 2000/11/27  00:49:27
35170         Log: Retract #7863.  It makes more sense not to taint formatted output,
35171              not even by sprintf().
35172      Branch: perl
35173            ! sv.c
35174 ____________________________________________________________________________
35175 [  7874] By: jhi                                   on 2000/11/26  23:36:02
35176         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
35177              Not really fixed (should really dump the UTF-8 charclass),
35178              but stopped displaying the garbage.
35179              
35180              Also add a note on the (missing) Unicode PSXSPC and BLANK.
35181      Branch: perl
35182            ! regcomp.c
35183 ____________________________________________________________________________
35184 [  7873] By: jhi                                   on 2000/11/26  21:31:13
35185         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
35186      Branch: perl
35187            ! regexec.c
35188 ____________________________________________________________________________
35189 [  7872] By: jhi                                   on 2000/11/26  21:06:04
35190         Log: No need to scan till infinity, 13 is enough.
35191      Branch: perl
35192            ! handy.h utf8.c
35193 ____________________________________________________________________________
35194 [  7871] By: jhi                                   on 2000/11/26  20:20:32
35195         Log: Test line numbers are different with utf8.
35196      Branch: perl
35197            ! t/op/re_tests
35198 ____________________________________________________________________________
35199 [  7870] By: jhi                                   on 2000/11/26  20:10:12
35200         Log: Message nit.
35201      Branch: perl
35202            ! regcomp.c
35203 ____________________________________________________________________________
35204 [  7869] By: jhi                                   on 2000/11/26  19:01:05
35205         Log: Make utf8_length() and utf8_distance() (the latter of which
35206              is unused at the moment) to be less forgiving about bad UTF-8.
35207      Branch: perl
35208            ! embed.h embed.pl objXSUB.h proto.h utf8.c
35209 ____________________________________________________________________________
35210 [  7868] By: jhi                                   on 2000/11/26  18:45:56
35211         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
35212              From: Benjamin Holzman <bah@ecnvantage.com>
35213              Date: Sat, 25 Nov 2000 20:40:20 -0500       
35214              Message-ID: <20001125204020.A25040@ecnvantage.com>              
35215              
35216              Debian allows installing /usr/bin/locale without installing
35217              any locales, an error message will ensue.
35218      Branch: perl
35219            ! t/pragma/locale.t
35220 ____________________________________________________________________________
35221 [  7867] By: jhi                                   on 2000/11/26  18:31:12
35222         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
35223              From: Benjamin Holzman <bah@ecnvantage.com>
35224              Date: Sun, 26 Nov 2000 02:42:34 -0500
35225              Message-ID: <20001126024234.G25040@ecnvantage.com>
35226              
35227              Patch for the bug 20000212.002.
35228      Branch: perl
35229            ! sv.c t/op/array.t
35230 ____________________________________________________________________________
35231 [  7866] By: jhi                                   on 2000/11/26  18:28:09
35232         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
35233              From: Tim Jenness <t.jenness@jach.hawaii.edu>
35234              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
35235              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
35236              
35237              File::Temp 0.11.
35238      Branch: perl
35239            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
35240 ____________________________________________________________________________
35241 [  7865] By: jhi                                   on 2000/11/26  18:24:22
35242         Log: The metaconfig unit change for #7864.
35243      Branch: metaconfig/U/perl
35244            ! need_va_copy.U
35245 ____________________________________________________________________________
35246 [  7864] By: jhi                                   on 2000/11/26  18:23:41
35247         Log: Make the va_copy() test not to be so talkative.
35248      Branch: perl
35249            ! Configure config_h.SH
35250 ____________________________________________________________________________
35251 [  7863] By: jhi                                   on 2000/11/26  18:11:02
35252         Log: Fix locale inconsistencies unearthed by Hugo's work.
35253              Now the floating point sprintf really does taint the result
35254              string as perllocale promises (has promised for a long time)
35255              if "use locale" is in the lexical scope.
35256      Branch: perl
35257            ! sv.c t/pragma/locale.t
35258 ____________________________________________________________________________
35259 [  7862] By: jhi                                   on 2000/11/26  00:35:15
35260         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
35261              From: Nicholas Clark <nick@ccl4.org>
35262              Date: Sun, 26 Nov 2000 00:07:50 +0000
35263              Message-ID: <20001126000750.A22446@plum.flirble.org>
35264              
35265              Infinit.
35266      Branch: perl
35267            ! sv.c
35268 ____________________________________________________________________________
35269 [  7861] By: jhi                                   on 2000/11/26  00:01:26
35270         Log: Integrate perlio.
35271      Branch: perl
35272           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
35273 ____________________________________________________________________________
35274 [  7860] By: nick                                  on 2000/11/25  22:04:17
35275         Log: Correct relative path from new ext\Filter\Util\Call location
35276              back to miniperl.
35277      Branch: perlio
35278            ! win32/makefile.mk
35279 ____________________________________________________________________________
35280 [  7859] By: nick                                  on 2000/11/25  21:26:54
35281         Log: Integrate mainline.
35282      Branch: perlio
35283           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
35284           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
35285           +> t/lib/filter-util.t
35286            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
35287            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
35288            - t/lib/filt-util.t
35289           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
35290           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
35291           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
35292           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
35293           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
35294           !> win32/makefile.mk
35295 ____________________________________________________________________________
35296 [  7858] By: gsar                                  on 2000/11/25  20:52:17
35297         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
35298              parent's memory; fix it by keeping track of the actual pad
35299              offset rather than a raw pointer (this change is probably also
35300              relevant to non-ithreads case to avoid fallout from reallocs of
35301              the pad array, but is currently only enabled for the ithreads
35302              case in the interests of minimal disruption to existing "well
35303              tested" code)
35304      Branch: perl
35305            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
35306            ! proto.h scope.c scope.h sv.c t/op/fork.t
35307 ____________________________________________________________________________
35308 [  7857] By: nick                                  on 2000/11/25  20:01:28
35309         Log: All tests pass on Win32/gcc/USE_PERLIO.
35310              - when crlf layer is pushed make unix-level binary.
35311              - remove :crlf injection in pp_backtick in pp_sys.c
35312              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
35313      Branch: perlio
35314            ! doio.c perlio.c pp_sys.c win32/makefile.mk
35315 ____________________________________________________________________________
35316 [  7856] By: jhi                                   on 2000/11/25  18:38:30
35317         Log: Update the metaconfig units for #7855.
35318      Branch: metaconfig/U/perl
35319            ! useperlio.U usesocks.U
35320 ____________________________________________________________________________
35321 [  7855] By: jhi                                   on 2000/11/25  18:37:54
35322         Log: Undo the SOCKS workarounds, instead start using PerlIO
35323              if SOCKS is selected.
35324              
35325              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
35326              From: Jens Hamisch <jens@Strawberry.COM>
35327              Date: Fri, 24 Nov 2000 18:31:30 +0100
35328              Message-ID: <20001124183130.E28337@Strawberry.COM>
35329              
35330              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
35331              From: Jens Hamisch <jens@Strawberry.COM>
35332              Date: Fri, 24 Nov 2000 19:11:51 +0100
35333              Message-ID: <20001124191151.A28753@Strawberry.COM>
35334      Branch: perl
35335            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
35336            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
35337 ____________________________________________________________________________
35338 [  7854] By: jhi                                   on 2000/11/25  17:39:08
35339         Log: Undo #7848.  Some of the code seems to use walkoptree(),
35340              some walkoptree_slow().  An unfinished renaming?
35341              Now the sub is walkoptree() (which is @EXPORT_OK),
35342              the walkoptree_slow() is a typeglob alias to walkoptree.
35343              This makes the tests to pass, at least.
35344      Branch: perl
35345            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
35346 ____________________________________________________________________________
35347 [  7853] By: nick                                  on 2000/11/24  22:24:33
35348         Log: Re-arrange crlf vs binary for platforms that care.
35349              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
35350              Lip-service to making stdio layer work on such platfroms (untested).
35351              Now fails 3 tests rather than one, checkin to see if I can debug 
35352              the issue under linux. (Do not merge.)
35353      Branch: perlio
35354            ! doio.c perlio.c perliol.h
35355 ____________________________________________________________________________
35356 [  7852] By: jhi                                   on 2000/11/24  18:57:39
35357         Log: AUTHORS edits.
35358      Branch: perl
35359            ! AUTHORS
35360 ____________________________________________________________________________
35361 [  7851] By: jhi                                   on 2000/11/24  17:34:56
35362         Log: Add Jan-Erik Karlsson.
35363      Branch: perl
35364            ! AUTHORS
35365 ____________________________________________________________________________
35366 [  7850] By: jhi                                   on 2000/11/24  17:27:56
35367         Log: Configure should find stdchar on its own.
35368      Branch: perl
35369            ! hints/solaris_2.sh
35370 ____________________________________________________________________________
35371 [  7849] By: jhi                                   on 2000/11/24  17:24:55
35372         Log: Subject: PATCH over 7848: Filter test flawed
35373              From: andreas.koenig@anima.de (Andreas J. Koenig)
35374              Date: 24 Nov 2000 10:28:29 +0100
35375              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
35376      Branch: perl
35377            ! t/lib/filter-util.t
35378 ____________________________________________________________________________
35379 [  7848] By: jhi                                   on 2000/11/24  17:22:15
35380         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
35381              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
35382              Date: Fri, 24 Nov 2000 16:12:58 +0000
35383              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
35384      Branch: perl
35385            ! ext/B/B.pm
35386 ____________________________________________________________________________
35387 [  7847] By: jhi                                   on 2000/11/24  03:07:01
35388         Log: Integrate perlio.
35389      Branch: perl
35390           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
35391           !> win32/makefile.mk
35392 ____________________________________________________________________________
35393 [  7846] By: gsar                                  on 2000/11/24  00:55:57
35394         Log: integrate changes#6415..6418,6420..6438 from mainline
35395              
35396              Fix the bitvector ops for utf8 (tricky since past 7 bits
35397              the utf8 'characters' can be more than one octet).
35398              
35399              MPE/ix updates for perl 5.6.0 from Mark Bixby.
35400              
35401              Subject: SDBM_File documentation
35402              
35403              Detypo.
35404              
35405              Decutandpasto.
35406              
35407              Send all installperl messages to STDERR and be -w clean.
35408              
35409              Out-of-date note removed.
35410              
35411              Protect against "wild next"s, that is, callbacks doing "next"
35412              instead of "return".
35413              
35414              Use STDOUT consistently.
35415              
35416              The output might have been produced in the wrong order.
35417              
35418              A missing 'break' after the [[:space:]] switch case.
35419              
35420              Add tests for
35421              [ID 19991110.003] another matching finding by pcre author
35422              which has already been fixed by some patch, as verified in
35423              
35424              Documentation to explain the behaviour of map().
35425              
35426              Add an optimization for map-maps-a-list-element-to-more-list-elements
35427              case, but add also notes explaining the relationship of this
35428              patch and the earlier notes by Sarathy.
35429              
35430              Subject: [ID 20000716.023] syslog test fails without sockets
35431              
35432              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
35433              Test cases for #6431.
35434              
35435              File::Spec::VMS fixup for tmpdir from Craig Berry.
35436              
35437              Make the "uninit variable" warning to say "concat or string"
35438              or "join or string" when in concat or join .
35439              
35440              Get UTF16 BOMs working.  Patch from
35441              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
35442              
35443              Subject: [PATCH] Make large file tests deal with SIGXFSZ
35444              
35445              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
35446              
35447              Subject: [PATCH] av.c apidoc
35448      Branch: maint-5.6/perl
35449           !> (integrate 43 files)
35450 ____________________________________________________________________________
35451 [  7845] By: gsar                                  on 2000/11/24  00:20:45
35452         Log: integrate changes#6406..6414 from mainline
35453              
35454              Merge perlhacktut into perlhack, update perlguts.
35455              
35456              Fix AutoSplit to use File::Spec the right way in VMS,
35457              from Peter Prymmer.
35458              
35459              The bug report
35460              [ID 19991110.002] minimal matching discrepancy found by pcre author
35461              seems to have been fixed (though differently from what was suggested
35462              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
35463              
35464              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
35465              not in pod, from Peter Prymmer
35466              
35467              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
35468              From: Hugo <hv@crypt.compulink.co.uk>
35469              Date: Fri, 14 Jul 2000 23:05:20 +0100
35470              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
35471              
35472              Didn't anymore apply, but that point still could use another fix.
35473              
35474              lib/b test fixes from Peter Prymmer.
35475              
35476              More docs for sv functions.
35477              
35478              perlvms.pod whitespace cleanup to keep pod utils happy.
35479              
35480              another VMS build tweak from Peter Prymmer
35481      Branch: maint-5.6/perl
35482           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
35483           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
35484           !> vms/descrip_mms.template vms/perlvms.pod
35485 ____________________________________________________________________________
35486 [  7844] By: nick                                  on 2000/11/23  23:42:45
35487         Log: Win32/perlio Now just fails one io/argv.t test - lack 
35488              of default :crlf on standard streams.
35489      Branch: perlio
35490            ! doio.c perlio.c
35491 ____________________________________________________________________________
35492 [  7843] By: nick                                  on 2000/11/23  23:04:05
35493         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
35494              peek fail is showing a real problem (multiple crlf layers
35495              are getting pushed.)
35496      Branch: perlio
35497            ! doio.c perlio.c win32/makefile.mk
35498 ____________________________________________________________________________
35499 [  7842] By: nick                                  on 2000/11/23  19:46:23
35500         Log: Implement PerlIO_binmode()
35501              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
35502              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
35503              make binmode in t/lib/io_tell.t unconditional so that works.
35504              Checkin just so Win32 machine can see these changes.
35505      Branch: perlio
35506            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
35507 ____________________________________________________________________________
35508 [  7841] By: jhi                                   on 2000/11/23  19:30:00
35509         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
35510      Branch: perl
35511            ! README.amiga
35512 ____________________________________________________________________________
35513 [  7840] By: jhi                                   on 2000/11/23  17:18:02
35514         Log: SOCKS wrestling continues, patches from Jens Hamisch.
35515      Branch: perl
35516            ! doio.c embed.h embed.pl perlsdio.h proto.h
35517 ____________________________________________________________________________
35518 [  7839] By: jhi                                   on 2000/11/23  16:54:14
35519         Log: Push Filter::Util::Call one level deeper.
35520      Branch: perl
35521            + t/lib/filter-util.t
35522           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
35523           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
35524            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
35525            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
35526            - t/lib/filt-util.t
35527            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
35528            ! win32/Makefile win32/makefile.mk
35529 ____________________________________________________________________________
35530 [  7838] By: jhi                                   on 2000/11/23  16:52:40
35531         Log: Reach back one higher up when searching for PERL_SRC.
35532      Branch: perl
35533            ! lib/ExtUtils/MM_Unix.pm
35534 ____________________________________________________________________________
35535 [  7837] By: jhi                                   on 2000/11/23  16:05:41
35536         Log: Subject: Re: perl@7826
35537              Date: Thu, 23 Nov 2000 02:20:25 -0600
35538              From: "Craig A. Berry" <craigberry@mac.com>
35539              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
35540              
35541              Make VMS to like Filter::Util::Call. 
35542      Branch: perl
35543            ! configure.com ext/Filter/Util/Makefile.PL
35544 ____________________________________________________________________________
35545 [  7836] By: nick                                  on 2000/11/23  16:04:08
35546         Log: Implement crlf layer - not ready for merge.
35547      Branch: perlio
35548            ! perlio.c win32/makefile.mk
35549 ____________________________________________________________________________
35550 [  7835] By: jhi                                   on 2000/11/23  15:56:52
35551         Log: STDCHAR is different in Sparc v9 vs x86.
35552      Branch: perl
35553            ! hints/solaris_2.sh
35554 ____________________________________________________________________________
35555 [  7834] By: jhi                                   on 2000/11/23  15:50:47
35556         Log: The type needs to be visible to protos.
35557      Branch: perl
35558            ! perl.h
35559 ____________________________________________________________________________
35560 [  7833] By: jhi                                   on 2000/11/23  15:40:46
35561         Log: Finish unfinished SOCKS workaround changes.
35562      Branch: perl
35563            ! doio.c
35564 ____________________________________________________________________________
35565 [  7832] By: jhi                                   on 2000/11/23  15:33:30
35566         Log: Integrate perlio.
35567      Branch: perl
35568           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
35569           !> win32/makefile.mk
35570 ____________________________________________________________________________
35571 [  7831] By: nick                                  on 2000/11/23  10:31:07
35572         Log: Correct makefile.mk dependancies for ext/Filter/Util
35573              Build ext/Encode
35574              Run dmake regen_config_h
35575      Branch: perlio
35576            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
35577            ! win32/makefile.mk
35578 ____________________________________________________________________________
35579 [  7830] By: nick                                  on 2000/11/23  08:05:07
35580         Log: Integrate mainline
35581      Branch: perlio
35582           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
35583           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
35584           +> t/lib/filt-util.pl t/lib/filt-util.t
35585           !> (integrate 41 files)
35586 ____________________________________________________________________________
35587 [  7829] By: gsar                                  on 2000/11/23  03:07:11
35588         Log: build the Filter extension on windows
35589      Branch: perl
35590            ! win32/Makefile win32/makefile.mk
35591 ____________________________________________________________________________
35592 [  7828] By: gsar                                  on 2000/11/23  02:46:35
35593         Log: regenerate win32/config* and fix some inconsistencies in the
35594              makefiles; always export Perl_deb() because it is needed
35595              by ext/re/* (whether perl itself is built with -DDEBUGGING
35596              or not)
35597      Branch: perl
35598            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
35599            ! win32/config_H.vc win32/makefile.mk
35600 ____________________________________________________________________________
35601 [  7827] By: gsar                                  on 2000/11/23  02:18:38
35602         Log: get sources building on windows+MSVC again (untested with other
35603              compilers)
35604      Branch: perl
35605            ! win32/include/sys/socket.h win32/perllib.c
35606 ____________________________________________________________________________
35607 [  7826] By: jhi                                   on 2000/11/23  01:18:26
35608         Log: Update Changes.
35609      Branch: perl
35610            ! Changes patchlevel.h
35611 ____________________________________________________________________________
35612 [  7825] By: jhi                                   on 2000/11/23  00:20:41
35613         Log: Subject: Re: av.c patch (having slight problems)
35614              From: "Ben Tilly" <ben_tilly@hotmail.com>
35615              Date: Tue, 21 Nov 2000 23:29:31 -0500
35616              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
35617              
35618              unshift() speedup.
35619      Branch: perl
35620            ! av.c
35621 ____________________________________________________________________________
35622 [  7824] By: jhi                                   on 2000/11/22  23:59:15
35623         Log: Fixes for signedness warnings noticed by VMSperlers.
35624      Branch: perl
35625            ! ext/Storable/Storable.xs regcomp.c sv.c
35626 ____________________________________________________________________________
35627 [  7823] By: jhi                                   on 2000/11/22  23:19:31
35628         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
35629              From: Peter Prymmer <pvhp@forte.com>
35630              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
35631              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
35632      Branch: perl
35633            ! t/pragma/warn/pp_hot
35634 ____________________________________________________________________________
35635 [  7822] By: jhi                                   on 2000/11/22  22:52:20
35636         Log: Be clean.
35637      Branch: perl
35638            ! Makefile.SH
35639 ____________________________________________________________________________
35640 [  7821] By: jhi                                   on 2000/11/22  22:46:39
35641         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
35642              by Damian Conway, as suggested by Paul Marquess.
35643      Branch: perl
35644            + lib/Filter/Simple.pm
35645 ____________________________________________________________________________
35646 [  7820] By: jhi                                   on 2000/11/22  22:45:51
35647         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
35648      Branch: perl
35649            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
35650            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
35651            + t/lib/filt-util.t
35652            ! MANIFEST
35653 ____________________________________________________________________________
35654 [  7819] By: jhi                                   on 2000/11/22  22:03:27
35655         Log: Integrate perlio.
35656      Branch: perl
35657           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
35658           !> win32/makefile.mk
35659 ____________________________________________________________________________
35660 [  7818] By: jhi                                   on 2000/11/22  21:56:02
35661         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
35662      Branch: perl
35663            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
35664            ! t/lib/io_sock.t
35665 ____________________________________________________________________________
35666 [  7817] By: jhi                                   on 2000/11/22  21:39:49
35667         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
35668              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35669              Date: Wed, 22 Nov 2000 16:08:12 -0500
35670              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
35671      Branch: perl
35672            ! lib/ExtUtils/Liblist.pm
35673 ____________________________________________________________________________
35674 [  7816] By: jhi                                   on 2000/11/22  21:38:25
35675         Log: Go ahead and #include <unistd.h> in perl.h.
35676      Branch: perl
35677            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
35678            ! util.c
35679 ____________________________________________________________________________
35680 [  7815] By: jhi                                   on 2000/11/22  21:22:52
35681         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
35682              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35683              Date: Mon, 20 Nov 2000 18:30:52 -0500
35684              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
35685      Branch: perl
35686            ! pod/perlre.pod regcomp.c t/op/re_tests
35687 ____________________________________________________________________________
35688 [  7814] By: jhi                                   on 2000/11/22  21:21:46
35689         Log: Subject: [PATCH 5.7.0] Liblist finally works
35690              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35691              Date: Tue, 21 Nov 2000 22:02:17 -0500
35692              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
35693      Branch: perl
35694            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
35695            ! lib/ExtUtils/MakeMaker.pm
35696 ____________________________________________________________________________
35697 [  7813] By: jhi                                   on 2000/11/22  21:20:23
35698         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
35699              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35700              Date: Wed, 22 Nov 2000 17:53:15 +0100
35701              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
35702              
35703              AIX dynaloader and perlio patch.
35704      Branch: perl
35705            ! ext/DynaLoader/dl_aix.xs
35706 ____________________________________________________________________________
35707 [  7812] By: jhi                                   on 2000/11/22  21:17:52
35708         Log: (Accidentally empty patch.)
35709      Branch: perl
35710            ! av.c
35711 ____________________________________________________________________________
35712 [  7811] By: jhi                                   on 2000/11/22  21:16:31
35713         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
35714              From: Peter Prymmer <pvhp@forte.com>
35715              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
35716              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
35717      Branch: perl
35718            ! vms/test.com
35719 ____________________________________________________________________________
35720 [  7810] By: jhi                                   on 2000/11/22  21:15:36
35721         Log: Subject: Re: perl@7777 
35722              From: "John P. Linderman" <jpl@research.att.com>
35723              Date: Wed, 22 Nov 2000 13:11:11 -0500
35724              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
35725              
35726              Detypoing.
35727      Branch: perl
35728            ! lib/CPAN.pm
35729 ____________________________________________________________________________
35730 [  7809] By: jhi                                   on 2000/11/22  21:14:19
35731         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
35732              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35733              Date:     Wed, 22 Nov 2000 13:51:37 EST
35734              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
35735      Branch: perl
35736            ! perlsdio.h
35737 ____________________________________________________________________________
35738 [  7808] By: jhi                                   on 2000/11/22  21:13:27
35739         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
35740              From: Casey Tweten <crt@kiski.net>
35741              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
35742              Message-Id: <200011201653.LAA10194@home.kiski.net>
35743      Branch: perl
35744            ! t/lib/io_udp.t
35745 ____________________________________________________________________________
35746 [  7807] By: jhi                                   on 2000/11/22  21:12:35
35747         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
35748              From: Casey Tweten <crt@kiski.net>
35749              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
35750              Message-Id: <200011201636.LAA07227@home.kiski.net>
35751      Branch: perl
35752            ! t/lib/io_sock.t
35753 ____________________________________________________________________________
35754 [  7806] By: jhi                                   on 2000/11/22  21:10:59
35755         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
35756              From: "Casey R. Tweten" <crt@kiski.net>
35757              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
35758              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
35759      Branch: perl
35760            ! utils/h2xs.PL
35761 ____________________________________________________________________________
35762 [  7805] By: nick                                  on 2000/11/22  21:05:06
35763         Log: Integrate mainline
35764      Branch: perlio
35765           !> Changes Porting/genlog ext/DB_File/DB_File.xs
35766           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
35767           !> utils/perlbug.PL
35768 ____________________________________________________________________________
35769 [  7804] By: jhi                                   on 2000/11/22  21:01:12
35770         Log: Subject: [PATCH] Test.pm POD peculiarity
35771              From: "Casey R. Tweten" <crt@kiski.net>
35772              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
35773              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
35774      Branch: perl
35775            ! lib/Test.pm
35776 ____________________________________________________________________________
35777 [  7803] By: jhi                                   on 2000/11/22  20:59:59
35778         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
35779              From: "Philip Newton" <pnewton@gmx.de>
35780              Date: Wed, 22 Nov 2000 14:25:53 +0100
35781              Message-Id: <3A1BD771.25462.1939FAD@localhost>
35782              
35783              Be case-understanding also on 's', and use the -oi of sendmail
35784              not to terminate the transmission on a lone '.'.
35785      Branch: perl
35786            ! utils/perlbug.PL
35787 ____________________________________________________________________________
35788 [  7802] By: nick                                  on 2000/11/22  20:51:42
35789         Log: Win32 PerlIO intermediate state now working as expected.
35790              - In current state we are still using C runtime in text/binary
35791              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
35792              - PERLIO=stdio and PERLIO=unix pass all expected tests.
35793              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
35794              and PerlIO_seek() and the dummy crlf layer is not making adjustments
35795              for CRLF translation happening in C runtime. All other tests pass.
35796              
35797              Added note to README.win32 to point out the snags of doing a perl build
35798              with Norton AntiVirus turned on.
35799              
35800              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
35801              which file a fail comes from.
35802              
35803              Updated "canned" config.h to match the one generated.
35804      Branch: perlio
35805            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
35806            ! win32/makefile.mk
35807 ____________________________________________________________________________
35808 [  7801] By: jhi                                   on 2000/11/22  06:50:20
35809         Log: Nickety nits.
35810      Branch: perl
35811            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
35812 ____________________________________________________________________________
35813 [  7800] By: jhi                                   on 2000/11/22  01:29:55
35814         Log: Changes had accidentally gone too silent on non-main branches.
35815      Branch: perl
35816            ! Changes Porting/genlog patchlevel.h
35817 ____________________________________________________________________________
35818 [  7799] By: gsar                                  on 2000/11/22  01:02:56
35819         Log: some lib_pm.PL changes snuck in via change#7772
35820      Branch: maint-5.6/perl
35821            ! Makefile.SH
35822 ____________________________________________________________________________
35823 [  7798] By: nick                                  on 2000/11/21  21:59:40
35824         Log: Integrate mainline
35825      Branch: perlio
35826           !> (integrate 28 files)
35827 ____________________________________________________________________________
35828 [  7797] By: jhi                                   on 2000/11/21  21:01:45
35829         Log: Integrate perlio.
35830      Branch: perl
35831           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
35832 ____________________________________________________________________________
35833 [  7796] By: nick                                  on 2000/11/21  20:36:22
35834         Log: Win32 builds and runs (mostly) with USE_PERLIO.
35835              PERLIO=perlio passes all tests. 
35836              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
35837      Branch: perlio
35838            ! perlio.c win32/perllib.c win32/win32.c
35839 ____________________________________________________________________________
35840 [  7795] By: jhi                                   on 2000/11/21  19:03:44
35841         Log: Update Changes.
35842      Branch: perl
35843            ! Changes patchlevel.h
35844 ____________________________________________________________________________
35845 [  7794] By: jhi                                   on 2000/11/21  18:56:34
35846         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
35847              From: "Craig A. Berry" <craigberry@mac.com>
35848              Date: Mon, 20 Nov 2000 20:27:06 -0600
35849              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
35850              
35851              A cut-and-pasto.
35852      Branch: perl
35853            ! perlio.h
35854 ____________________________________________________________________________
35855 [  7793] By: jhi                                   on 2000/11/21  18:54:41
35856         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
35857              From: Dominic Dunlop <domo@computer.org> 
35858              Date: Mon, 20 Nov 2000 18:55:29 +0100
35859              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
35860              
35861              va_copy() and the need of it.
35862              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
35863      Branch: metaconfig/U/perl
35864            + need_va_copy.U
35865      Branch: perl
35866            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35867            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
35868            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
35869            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
35870            ! win32/config.bc win32/config.gc win32/config.vc
35871 ____________________________________________________________________________
35872 [  7792] By: jhi                                   on 2000/11/21  17:04:10
35873         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
35874      Branch: perl
35875           !> scope.h
35876 ____________________________________________________________________________
35877 [  7791] By: jhi                                   on 2000/11/21  17:01:16
35878         Log: Export the SOCKS workaround symbols only if necessary.
35879      Branch: perl
35880            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
35881 ____________________________________________________________________________
35882 [  7790] By: nick                                  on 2000/11/20  23:57:11
35883         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
35884      Branch: perlio
35885            ! scope.h
35886 ____________________________________________________________________________
35887 [  7789] By: nick                                  on 2000/11/20  23:38:33
35888         Log: Integrate mainline
35889      Branch: perlio
35890           +> lib/File/Spec/Epoc.pm
35891           !> (integrate 34 files)
35892 ____________________________________________________________________________
35893 [  7788] By: nick                                  on 2000/11/20  23:20:18
35894         Log: Make extra buffer layer work (dummy crlf layer)
35895      Branch: perlio
35896            ! doio.c perlio.c perlio.h
35897 ____________________________________________________________________________
35898 [  7787] By: jhi                                   on 2000/11/20  22:44:04
35899         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
35900              From: Peter Prymmer <pvhp@forte.com>
35901              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
35902              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
35903      Branch: perl
35904            ! t/pragma/locale.t
35905 ____________________________________________________________________________
35906 [  7786] By: jhi                                   on 2000/11/20  22:29:10
35907         Log: Subject: DOC PATCH 5.6.0 perlreftut
35908              From: mjd@plover.com
35909              Date: 20 Nov 2000 19:45:06 -0000
35910              Message-ID: <20001120194506.9505.qmail@plover.com>
35911      Branch: perl
35912            ! pod/perlreftut.pod
35913 ____________________________________________________________________________
35914 [  7785] By: jhi                                   on 2000/11/20  22:27:44
35915         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
35916              From: David Dyck <dcd@tc.fluke.com>
35917              Date: Mon, 20 Nov 2000 11:43:40 -0800
35918              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
35919      Branch: perl
35920            ! lib/Cwd.pm
35921 ____________________________________________________________________________
35922 [  7784] By: jhi                                   on 2000/11/20  22:23:21
35923         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
35924              Date: Mon, 20 Nov 2000 17:06:10 -0500
35925              To: Mailing list Perl5 <perl5-porters@perl.org>
35926              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
35927      Branch: perl
35928            ! pp_ctl.c t/op/pat.t
35929 ____________________________________________________________________________
35930 [  7783] By: jhi                                   on 2000/11/20  22:11:18
35931         Log: Subject: [PATCH] doop.c - UTF8 tr///               
35932              From: Simon Cozens <simon@cozens.net>
35933              Date: Sat, 18 Nov 2000 18:49:30 +0000
35934              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
35935              
35936              Subject: Re: [PATCH] doop.c - UTF8 tr///           
35937              From: Simon Cozens <simon@cozens.net>
35938              Date: Mon, 20 Nov 2000 20:45:22 +0000
35939              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
35940              
35941              Make tr on UTF-8 better but still not correct.
35942      Branch: perl
35943            ! doop.c
35944 ____________________________________________________________________________
35945 [  7782] By: jhi                                   on 2000/11/20  22:02:16
35946         Log: Remove the shared object before attempting to create
35947              (by linking) a new one.  E.g. in AIX not removing
35948              becomes quite painful if one tries to do more than one
35949              build in the same tree (an interrupted build, for example),
35950              since the AIX' shared dynaloader seemingly keeps the shared
35951              objects open and therefore 'busy' for quite a while, even when
35952              nobody is using the objects, leading into link failures.
35953      Branch: perl
35954            ! lib/ExtUtils/MM_Unix.pm
35955 ____________________________________________________________________________
35956 [  7781] By: gsar                                  on 2000/11/20  19:02:55
35957         Log: type mismatch due to faulty integration
35958      Branch: maint-5.6/perl
35959            ! toke.c win32/Makefile
35960 ____________________________________________________________________________
35961 [  7780] By: gsar                                  on 2000/11/20  17:31:55
35962         Log: integrate changes#6392,6394..6399,6401..6404
35963              
35964              The {multiplier} of a fixed substring was overlooked which
35965              caused a wrong initial search offset for that substring.
35966              
35967              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
35968              From: Hugo <hv@crypt.compulink.co.uk>
35969              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
35970              Date: Thu, 13 Jul 2000 19:27:13 +0100
35971              
35972              Fix the BOM bug: not a byteorder bug, a signedness bug.
35973              
35974              Replace change #6337 with a better one.
35975              
35976              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
35977              From: Hugo <hv@crypt.compulink.co.uk>
35978              Date: Fri, 14 Jul 2000 04:16:20 +0100
35979              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
35980              
35981              MakeMaker should not remove editor backups (*~) on `make clean`
35982              by default (completes change#6383)
35983              
35984              move new variables to the end of the interpreter structure (for
35985              bincompat in code that doesn't #include XSUB.h)
35986              
35987              rename totally bletcherous SvLOCK() thingy (doesn't do what the
35988              name suggests anyway)
35989              
35990              various cleanups (typos, misformatted code, and small bugs)
35991              
35992              typecasts needed for change#6394
35993              
35994              typos in change#6399, regen headers
35995              
35996              inconsistent types needs casts
35997              
35998              PERL_OBJECT build tweaks
35999      Branch: maint-5.6/perl
36000           !> MANIFEST doop.c embed.h embed.pl embedvar.h
36001           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
36002           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
36003           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
36004           !> toke.c util.c
36005 ____________________________________________________________________________
36006 [  7779] By: gsar                                  on 2000/11/20  17:06:29
36007         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
36008              
36009              Cosmetics and perldelta.
36010              
36011              Fix nits noticed by Boston.pm.
36012              
36013              Do the cc sanity check both before the hints and
36014              after the cc selction.
36015              
36016              get sprintf.t to adjust properly for 3-digit exponents
36017              
36018              don't clobber *.orig files on *clean targets
36019              
36020              fix bugs in processing %v-*d and similar format specs (from
36021              Avi Finkel <avi@finkel.org>)
36022              
36023              sprintf test tweaks (from Dominic Dunlop)
36024              
36025              new selfloader.t in change#6183 doesn't close DATA handles,
36026              and thus fails to clean up tmp files on dosish platforms
36027              
36028              typos (spotted by Peter Prymmer)
36029              
36030              typo fix from Craig Berry
36031      Branch: maint-5.6/perl
36032           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
36033           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
36034           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
36035           !> x2p/Makefile.SH
36036 ____________________________________________________________________________
36037 [  7778] By: gsar                                  on 2000/11/20  16:46:51
36038         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
36039              
36040              Subject: Re: format bug report  [Patch]
36041              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36042              Date: Wed, 05 Jul 2000 13:12:52 +0200
36043              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
36044              
36045              Subject: Re: format bug report  [Patch]
36046              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
36047              Date: Wed, 05 Jul 2000 14:10:01 +0200
36048              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
36049              
36050              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
36051              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36052              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
36053              Date: Fri, 07 Jul 2000 17:57:16 +0100
36054              
36055              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
36056              To: perl5-porters@perl.org
36057              From: Karsten Sperling <spiff@phreax.net>
36058              Date: Mon, 10 Jul 2000 15:12:52 +0200
36059              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
36060              
36061              README.posix-bc podified from Thomas Dorner.
36062              
36063              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
36064              From: Dominic Dunlop <domo@computer.org>
36065              Date: Tue, 11 Jul 2000 12:27:33 +0200
36066              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
36067              
36068              Typo in #6341.
36069              
36070              Fix for
36071              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
36072              From: Roderick Schertler <roderick@argon.org>
36073              Date: Tue, 11 Jul 2000 13:55:05 -0400
36074              Message-Id: <200007111755.NAA05077@jones.argon.org>
36075              
36076              Minor cleanups on the booklist.
36077              
36078              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
36079              regen perltoc.
36080              
36081              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
36082      Branch: maint-5.6/perl
36083           +> pod/perlbook.pod
36084           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
36085           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
36086           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
36087 ____________________________________________________________________________
36088 [  7777] By: jhi                                   on 2000/11/20  16:08:49
36089         Log: Update Changes.
36090      Branch: perl
36091            ! Changes patchlevel.h
36092 ____________________________________________________________________________
36093 [  7776] By: jhi                                   on 2000/11/20  15:27:56
36094         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
36095              This may be overly harsh but until proven otherwise, we think this
36096              way, or until we have a simple test for Configure (having to start
36097              up servers is does not count as simple) to check for the problems.
36098      Branch: perl
36099            ! perl.h
36100 ____________________________________________________________________________
36101 [  7775] By: jhi                                   on 2000/11/20  15:22:17
36102         Log: Solaris hints tweaks.
36103      Branch: perl
36104            ! hints/solaris_2.sh
36105 ____________________________________________________________________________
36106 [  7774] By: jhi                                   on 2000/11/20  15:01:20
36107         Log: Add a workaround to SOCKS 64-bit problems.
36108      Branch: perl
36109            ! doio.c embed.h embed.pl perlsdio.h proto.h
36110 ____________________________________________________________________________
36111 [  7773] By: jhi                                   on 2000/11/20  14:51:47
36112         Log: sysseek() instead of seek().
36113      Branch: perl
36114            ! t/lib/syslfs.t
36115 ____________________________________________________________________________
36116 [  7772] By: gsar                                  on 2000/11/20  13:06:23
36117         Log: integrate changes#6315..6319,6321..6331,6333..6338
36118              
36119              Integrate with Sarathy, preliminary fix for unicos
36120              alignment problems in [ID 20000612.002] Perl problem on Cray system.
36121              
36122              some debugger output does not go to the socket when RemotePort is set
36123              
36124              winsock cleanup never done on Windows (leads to handle leaks)
36125              
36126              fix UNC path handling on Windows under ithreads, and chdir()
36127              return value when given a non-existent directory
36128              
36129              Autogenerate pod/Makefile and pod/buildtoc.
36130              buildtoc also checks whether the existin pods are
36131              mentioned in MANIFEST and perl.pod, and vice versa.
36132              (None of the thusly found discrepancies fixed yet.)
36133              roffitall also needs to be autogenerated similarly but it
36134              seems so badly out of date that I didn't touch it yet.
36135              
36136              Config is being used.
36137              
36138              Add =head1 NAMEs so that buildtoc is happy.
36139              (The CGI::Util nit reported to Lincoln.)
36140              
36141              Fix complaints of buildtoc.
36142              
36143              Fix the alignment problem in Crays ([ID 20000612.002]).
36144              
36145              Remove perlbook, update perlfaq book listing,
36146              rearrange perl.pod, regenerate perltoc.
36147              
36148              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
36149              was cast to an unsigned (32-bit) integer with wild abandon.
36150              
36151              winsock options weren't being set in all threads under ithreads
36152              (caused send()s from second and subsequent threads to fail)
36153              
36154              accept() leaks memory on windows due to incorrect ordering of
36155              closesocket() and fclose() calls
36156              
36157              Reorder perl.pod once more.
36158              
36159              More POSIX.pod tweaks.
36160              
36161              Sprinkle ldlibpath.
36162              
36163              Precedence goof, fix based on
36164              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
36165              From: Hugo <hv@crypt.compulink.co.uk>
36166              Date: Tue, 11 Jul 2000 12:52:38 +0100
36167              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
36168              
36169              Subject: PATCH perlguts.pod: Document D and d magic types
36170              From: mjd@plover.com
36171              Date: 5 Jul 2000 18:01:51 -0000
36172              Message-ID: <20000705180151.29413.qmail@plover.com>
36173              
36174              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
36175              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
36176              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
36177              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
36178              
36179              Subject: [PATCH cfgperl] $& segfaults if you trick it
36180              From: simon@brecon.co.uk (Simon Cozens)
36181              Date: 7 Jul 2000 11:26:09 GMT
36182              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
36183              
36184              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
36185              From: Hugo <hv@crypt.compulink.co.uk>
36186              Date: Tue, 11 Jul 2000 12:44:50 +0100
36187              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
36188              
36189              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
36190              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36191              Date: Tue, 11 Jul 2000 13:50:51 +0100
36192              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
36193      Branch: maint-5.6/perl
36194           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
36195           +> pod/buildtoc.PL
36196            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
36197           !> (integrate 26 files)
36198 ____________________________________________________________________________
36199 [  7771] By: gsar                                  on 2000/11/20  12:31:42
36200         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
36201              6310,6311,6314
36202              
36203              Subject: [PATCH bleedperl] File::Spec 0.82 beta
36204              From: Barrie Slaymaker <barries@jester.slaysys.com>
36205              Date: Wed, 28 Jun 2000 11:35:29 -0400
36206              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
36207              
36208              tweak perlembed for multiplicity/usethreads sanity; correct notes
36209              about Windows
36210              
36211              localize %INC in a Safe compartment so that use/require work
36212              (many other magic globals probably need similar treatment)
36213              
36214              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
36215              when @_ is modified, causing coredumps
36216              
36217              slurp mode fix in change#4736 still not quite right
36218              
36219              Point to perlipc for more SysV IPC examples.
36220              
36221              Elaborate POSIX.pod.  Still needs work.
36222              
36223              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
36224              
36225              fix large memory leak that has been around for ever, masked by
36226              -DPURIFY (most of the arenas were never freed!)
36227              
36228              fix memory leak on Windows (PL_sys_intern contents were never
36229              freed)
36230              
36231              PERL_OBJECT build tweak
36232              
36233              adjust change#6299
36234              
36235              remove rel2abs prototypes (from Barrie Slaymaker)
36236              
36237              missing perldiag entry for unpack("w",...) diagnostic (from
36238              Andreas Koenig)
36239              
36240              better diagnostic on Frob->stuff() when Frob:: doesn't exist
36241              (from Richard Soderberg <rs@oregonnet.com>)
36242              
36243              Win32 patches for cfgperl from Sarathy.
36244              
36245              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
36246              
36247              More POSIX.pod embellishment.
36248              
36249              tyop in change#6306
36250      Branch: maint-5.6/perl
36251           !> (integrate 44 files)
36252 ____________________________________________________________________________
36253 [  7770] By: gsar                                  on 2000/11/20  11:51:00
36254         Log: integrate changes#6268..6282 from cfgperl branch
36255              
36256              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
36257              From: Dominic Dunlop <domo@computer.org>
36258              Date: Thu, 29 Jun 2000 12:32:39 +0200
36259              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
36260              
36261              Regen headers for #6261 (and update embed.pl for this) and #6267,
36262              silence few compiler warnings.
36263              
36264              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
36265              From: Nicholas Clark <nick@talking.bollo.cx>
36266              Date: Fri, 23 Jun 2000 16:21:15 +0100
36267              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
36268              
36269              Subject: PATCH pod/perltie.pod
36270              From: Ian Phillipps <Ian.Phillipps@iname.com>
36271              Date: Fri, 16 Jun 2000 00:17:19 +0100
36272              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
36273              (only the first hunk, the second hunk had already been done
36274              by some other patch)
36275              
36276              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
36277              From: Tom Phoenix <rootbeer@redcat.com>
36278              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
36279              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
36280              
36281              Subject: [PATCH] xsub attributes
36282              From: Doug MacEachern <dougm@covalent.net>
36283              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
36284              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
36285              
36286              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
36287              From: Andy Dougherty <doughera@lafayette.edu>
36288              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
36289              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
36290              
36291              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
36292              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
36293              Date: Tue, 13 Jun 2000 02:43:48 -0500
36294              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
36295              
36296              Subject: [PATCH] Re: eval documentation: context
36297              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36298              Date: Mon, 12 Jun 2000 15:07:29 +0100
36299              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
36300              
36301              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
36302              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
36303              Date: Mon, 12 Jun 2000 14:55:59 +0100
36304              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
36305              
36306              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
36307              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
36308              Date: Fri, 09 Jun 2000 12:39:27 -0400
36309              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
36310              (plus update the version "number" of Text::Wrap)
36311              
36312              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
36313              From: Tim Ayers <tayers@bridge.com>
36314              Date: Thu, 08 Jun 2000 08:11:06 +0200
36315              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
36316              [resent by Richard Foley, Message-Id probably wrong]
36317              
36318              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
36319              From: rspier@pobox.com (Robert Spier)
36320              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
36321              Message-ID: <14654.31913.845602.610277@rls.cx>
36322              
36323              Subject: [PATCH 5.6.0] utils/h2xs.PL
36324              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
36325              Date: Wed, 7 Jun 2000 04:02:04 -0500
36326              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
36327              
36328              Subject: [PATCH 5.6.0]ITHREADs for VMS
36329              From: Dan Sugalski <dan@sidhe.org>
36330              Date: Tue, 06 Jun 2000 11:59:50 -0400
36331              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
36332      Branch: maint-5.6/perl
36333           !> (integrate 31 files)
36334 ____________________________________________________________________________
36335 [  7769] By: gsar                                  on 2000/11/20  11:29:06
36336         Log: integrate changes#6261..6266 from cfgperl
36337              
36338              Subject: Re: [PATCH cfgperl] BOMs away!
36339              From: simon@brecon.co.uk (Simon Cozens)
36340              Date: 17 Jun 2000 11:49:57 GMT
36341              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
36342              
36343              Subject: 5.6.0 Patch for EPOC
36344              From: Olaf Flebbe <o.flebbe@gmx.de>
36345              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
36346              Message-ID: <23449.960929969@www11.gmx.net>
36347              
36348              tr fixes from Simon Cozens
36349              
36350              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
36351              From: Marty Lucich <marty@netcom.com>
36352              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
36353              Message-Id: <200006282116.OAA11148@netcom.com>
36354              ccdlflags update (the BSD/OS 4.1 part had already been taken
36355              care of by #6141).
36356              
36357              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
36358              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
36359              Date: Wed, 28 Jun 2000 17:50:12 -0700
36360              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
36361              
36362              Subject: [PATCH 5.6.0] cygwin port
36363              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
36364              From: "Fifer, Eric" <EFifer@sanwaint.com>
36365              Date: Thu, 29 Jun 2000 12:58:29 +0100
36366      Branch: maint-5.6/perl
36367           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
36368           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
36369           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
36370           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
36371 ____________________________________________________________________________
36372 [  7768] By: gsar                                  on 2000/11/20  11:13:44
36373         Log: integrate changes#6252..6256,6259..6260
36374              
36375              Paranoia tweak on #6249.
36376              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
36377              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
36378              Date: Sun, 25 Jun 2000 23:43:12 -0400
36379              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
36380              
36381              Subject: tr///, help wanted.
36382              From: simon@brecon.co.uk (Simon Cozens)
36383              Date: 28 Jun 2000 11:29:04 GMT
36384              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
36385              
36386              small thinko tweaks
36387              
36388              tweaks from Simon Conzes to further fix tr/// under utf8
36389              
36390              perlnewmod was missing from MANIFEST.
36391              
36392              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
36393              From: simon@brecon.co.uk (Simon Cozens)
36394              Date: 17 Jun 2000 11:56:44 GMT
36395              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
36396              pack U0, pack C0
36397      Branch: maint-5.6/perl
36398           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
36399           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
36400           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
36401           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
36402 ____________________________________________________________________________
36403 [  7767] By: gsar                                  on 2000/11/20  10:51:38
36404         Log: integrate change#6250 from cfgperl
36405              
36406              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
36407              From: Doug MacEachern <dougm@covalent.net>
36408              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
36409              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
36410      Branch: maint-5.6/perl
36411           +> t/op/my_stash.t
36412           !> MANIFEST embed.pl global.sym proto.h toke.c
36413 ____________________________________________________________________________
36414 [  7766] By: gsar                                  on 2000/11/20  10:48:34
36415         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
36416              
36417              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
36418              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
36419              Date: Mon, 26 Jun 2000 18:40:14 +0100
36420              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
36421              
36422              Subject: [PATCH] bytes<->utf8 fixes
36423              From: simon@brecon.co.uk (Simon Cozens)
36424              Date: 26 Jun 2000 04:55:45 GMT
36425              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
36426              
36427              Subject: [PATCH] is_utf8_string
36428              From: simon@brecon.co.uk (Simon Cozens)
36429              Date: 26 Jun 2000 02:25:59 GMT
36430              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
36431              
36432              Subject: [PATCH] avoid mg_ptr in '*' magic
36433              From: Doug MacEachern <dougm@covalent.net>
36434              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
36435              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
36436              
36437              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
36438              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
36439              Date: Sat, 24 Jun 2000 13:06:20 +0100
36440              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
36441              
36442              Allow for standalone testing.
36443              
36444              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
36445              From: Mark-Jason Dominus <mjd@plover.com>
36446              Date: Tue, 27 Jun 2000 22:36:42 -0400
36447              Message-ID: <20000628023642.12166.qmail@plover.com>
36448              
36449              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
36450              From: Frank Tobin <ftobin@uiuc.edu>
36451              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
36452              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
36453      Branch: maint-5.6/perl
36454           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
36455           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
36456           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
36457           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
36458           !> utf8.c utils/h2xs.PL
36459 ____________________________________________________________________________
36460 [  7765] By: gsar                                  on 2000/11/20  10:29:13
36461         Log: integrate change#6239 from cfgperl
36462              
36463              Configure maintenance.  Sever some dependency cycles,
36464              separate gccversion from the cc unit,
36465              address [ID 20000623.006] Configure script patch for using gcc on AIX
36466              (but solve it a little bit differently),
36467              unduplex some accidentally duplicated units,
36468              suggest using gcc if no cc available
36469              (p5p thread: "Solaris configure: counterproposal", 1999-09)
36470      Branch: maint-5.6/perl
36471           !> Configure Todo-5.6 config_h.SH
36472 ____________________________________________________________________________
36473 [  7764] By: gsar                                  on 2000/11/20  10:25:55
36474         Log: integrate changes#6233..6238 from cfgperl
36475              
36476              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
36477              From: Mark-Jason Dominus <mjd@plover.com>
36478              Date: Fri, 16 Jun 2000 20:53:04 -0400
36479              Message-ID: <20000617005304.8008.qmail@plover.com>
36480              
36481              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
36482              because when run as services (Win32ese for daemons)
36483              no environment variables are set and tmpdir ends up as /tmp,
36484              which is ambiguous.
36485              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
36486              From: matt@sergeant.org
36487              Date: 16 Jun 2000 16:30:43 -0000
36488              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
36489              
36490              The thread begun by
36491              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
36492              From: Kevin.Ruscoe@ubsw.com
36493              Date: Fri, 16 Jun 2000 16:38:51 +0100
36494              Message-Id: <H000019b03c300d6@MHS>
36495              
36496              Tweak embed.pl, regen headers.
36497              
36498              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
36499              From: Dan Sugalski <dan@sidhe.org>
36500              Date: Fri, 23 Jun 2000 17:00:00 -0400
36501              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
36502      Branch: maint-5.6/perl
36503           !> (integrate 27 files)
36504 ____________________________________________________________________________
36505 [  7763] By: gsar                                  on 2000/11/20  10:08:08
36506         Log: s/perl56delta/perldelta/g
36507      Branch: maint-5.6/perl
36508            ! pod/Makefile
36509 ____________________________________________________________________________
36510 [  7762] By: gsar                                  on 2000/11/20  10:04:00
36511         Log: integrate changes#6225,6229,6231,6232 from cfgperl
36512              
36513              Add source code filenames to apidoc.
36514              From: simon@brecon.co.uk (Simon Cozens)
36515              Subject: [PATCH embed.pl] Source X-ref
36516              Date: 22 Jun 2000 02:18:49 GMT
36517              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
36518              
36519              Subject: README.hpux version 0.6.1
36520              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
36521              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
36522              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
36523              
36524              Subject: [PATCH 5.6.0] cygwin port
36525              From: "Fifer, Eric" <EFifer@sanwaint.com>
36526              Date: Tue, 20 Jun 2000 14:30:58 +0100
36527              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
36528              
36529              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
36530              From: simon@brecon.co.uk (Simon Cozens)
36531              Date: 19 Jun 2000 15:18:27 GMT
36532              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
36533              
36534              plus update pod/Makefile and regenerate perltoc
36535      Branch: maint-5.6/perl
36536           +> pod/perlutil.pod
36537           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
36538           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
36539 ____________________________________________________________________________
36540 [  7761] By: jhi                                   on 2000/11/20  04:09:55
36541         Log: Miraculous typo.
36542      Branch: perl
36543            ! t/op/pat.t
36544 ____________________________________________________________________________
36545 [  7760] By: jhi                                   on 2000/11/20  04:06:08
36546         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
36547              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36548              Date: Sun, 19 Nov 2000 22:30:26 -0500
36549              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
36550      Branch: perl
36551            ! regexec.c scope.h t/op/pat.t
36552 ____________________________________________________________________________
36553 [  7759] By: jhi                                   on 2000/11/20  02:05:22
36554         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
36555      Branch: perl
36556            ! perl.h
36557 ____________________________________________________________________________
36558 [  7758] By: jhi                                   on 2000/11/20  01:58:11
36559         Log: Subject: [perl 7711: EPOC] updates
36560              From: Olaf Flebbe <o.flebbe@gmx.de>
36561              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
36562              Message-ID: <25575.974658810@www23.gmx.net>               
36563      Branch: perl
36564            + lib/File/Spec/Epoc.pm
36565            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
36566            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
36567            ! lib/File/Spec.pm perl.c sv.c
36568 ____________________________________________________________________________
36569 [  7757] By: jhi                                   on 2000/11/20  01:53:11
36570         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
36571      Branch: perl
36572            ! MANIFEST
36573 ____________________________________________________________________________
36574 [  7756] By: jhi                                   on 2000/11/20  01:47:22
36575         Log: Integrate perlio.
36576      Branch: perl
36577            - ext/re/hints/MSWin32.pl
36578           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
36579           !> win32/config.gc win32/config_H.gc win32/win32sck.c
36580 ____________________________________________________________________________
36581 [  7755] By: nick                                  on 2000/11/19  20:57:17
36582         Log: Add dummy crlf layer (just as buffer)
36583              Correct 1st bug - one layer of indirection.
36584      Branch: perlio
36585            ! perlio.c perlio.h perliol.h
36586 ____________________________________________________________________________
36587 [  7754] By: nick                                  on 2000/11/19  20:56:12
36588         Log: Work-round to Perl_deb_nocontext is no longer required
36589      Branch: perlio
36590            - ext/re/hints/MSWin32.pl
36591 ____________________________________________________________________________
36592 [  7753] By: nick                                  on 2000/11/19  20:01:16
36593         Log: diff -se shows these as different
36594      Branch: perlio
36595            ! global.sym pod/perlapi.pod
36596 ____________________________________________________________________________
36597 [  7752] By: nick                                  on 2000/11/19  18:57:30
36598         Log: Configure GCC/Win32 build -Duseperlio
36599              Fix a couple of gross issues
36600              - double-include of ../deb.o in re.dll
36601              - win32sck.c needs PerlIO and FILE 
36602      Branch: perlio
36603            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
36604            ! win32/win32sck.c
36605 ____________________________________________________________________________
36606 [  7751] By: nick                                  on 2000/11/19  17:05:36
36607         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
36608      Branch: perlio
36609            ! perlio.c
36610 ____________________________________________________________________________
36611 [  7750] By: nick                                  on 2000/11/19  16:57:14
36612         Log: Missing aTHX_
36613      Branch: perlio
36614            ! sv.c
36615 ____________________________________________________________________________
36616 [  7749] By: jhi                                   on 2000/11/19  16:28:40
36617         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
36618              From: "Peter J. Farley III" <pjfarley@banet.net>
36619              Date: Sun, 19 Nov 2000 01:42:58 -0500
36620              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
36621      Branch: perl
36622            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
36623 ____________________________________________________________________________
36624 [  7748] By: jhi                                   on 2000/11/19  16:08:10
36625         Log: Subject: podlators 1.05 available        
36626              From: Russ Allbery <rra@stanford.edu>   
36627              Date: 18 Nov 2000 22:04:28 -0800
36628              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
36629      Branch: perl
36630            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
36631 ____________________________________________________________________________
36632 [  7747] By: nick                                  on 2000/11/19  11:19:39
36633         Log: Integrate mainline
36634      Branch: perlio
36635           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
36636           !> util.c
36637 ____________________________________________________________________________
36638 [  7746] By: jhi                                   on 2000/11/19  06:42:22
36639         Log: Make hex scanning warn on "\x{x}" and "\xx".
36640              "\x" and and hex("x") are still valid.
36641      Branch: perl
36642            ! util.c
36643 ____________________________________________________________________________
36644 [  7745] By: nick                                  on 2000/11/18  22:52:28
36645         Log: Integrate mainline
36646      Branch: perlio
36647           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
36648           !> perl.h perlio.c proto.h regcomp.c regcomp.h
36649 ____________________________________________________________________________
36650 [  7744] By: jhi                                   on 2000/11/18  22:50:28
36651         Log: Introduce Perl_utf8_length().  Use it.
36652      Branch: perl
36653            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
36654 ____________________________________________________________________________
36655 [  7743] By: jhi                                   on 2000/11/18  22:38:51
36656         Log: Compiler denit.
36657      Branch: perl
36658            ! perlio.c
36659 ____________________________________________________________________________
36660 [  7742] By: jhi                                   on 2000/11/18  20:33:05
36661         Log: Integrate perlio.
36662      Branch: perl
36663           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
36664           !> perlio.h pp_ctl.c pp_sys.c sv.c
36665 ____________________________________________________________________________
36666 [  7741] By: jhi                                   on 2000/11/18  20:31:27
36667         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
36668              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36669              Date: Fri, 17 Nov 2000 20:35:11 -0500
36670              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
36671              
36672              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
36673              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36674              Date: Fri, 17 Nov 2000 21:03:47 -0500
36675              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
36676              
36677              Plus a little bit of tweaking in pregcomp().
36678      Branch: perl
36679            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
36680 ____________________________________________________________________________
36681 [  7740] By: nick                                  on 2000/11/18  20:17:22
36682         Log: Lexical use open ... support:
36683              add ->cop_io to COP structure in cop.h.
36684              Make mg.c and gv.c associate it with ${^OPEN}.
36685              Make lib/open.pm set it.
36686              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
36687              manner similar to ->cop_warnings.
36688              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
36689              call new PerlIO_apply_layers().
36690              Declare latter in perlio.h and define in perlio.c
36691      Branch: perlio
36692            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
36693            ! perlio.h pp_ctl.c pp_sys.c sv.c
36694 ____________________________________________________________________________
36695 [  7739] By: jhi                                   on 2000/11/18  19:54:00
36696         Log: Integrate perlio.
36697      Branch: perl
36698           !> doio.c perlio.c pp.c
36699 ____________________________________________________________________________
36700 [  7738] By: jhi                                   on 2000/11/18  17:16:13
36701         Log: Subject: [PATCH 5.7.0] etags broken again
36702              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36703              Date: Sat, 18 Nov 2000 02:41:36 -0500
36704              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
36705      Branch: perl
36706            ! emacs/ptags
36707 ____________________________________________________________________________
36708 [  7737] By: jhi                                   on 2000/11/18  17:12:18
36709         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
36710      Branch: perl
36711            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
36712 ____________________________________________________________________________
36713 [  7736] By: nick                                  on 2000/11/18  14:06:20
36714         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
36715              part to be isolated.
36716      Branch: perlio
36717            ! doio.c perlio.c
36718 ____________________________________________________________________________
36719 [  7735] By: nick                                  on 2000/11/18  11:03:32
36720         Log: Integrate mainline
36721      Branch: perlio
36722           !> Changes README.amiga README.win32 patchlevel.h
36723           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
36724 ____________________________________________________________________________
36725 [  7734] By: jhi                                   on 2000/11/18  01:18:56
36726         Log: Update Changes.
36727      Branch: perl
36728            ! Changes patchlevel.h
36729 ____________________________________________________________________________
36730 [  7733] By: jhi                                   on 2000/11/18  00:32:54
36731         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
36732              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36733              Date: Fri, 17 Nov 2000 17:28:02 -0500
36734              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
36735      Branch: perl
36736            ! regcomp.c regexec.c t/op/re_tests
36737 ____________________________________________________________________________
36738 [  7732] By: jhi                                   on 2000/11/18  00:28:56
36739         Log: Sparc 64-bit pack() fix from Jens Hamisch.
36740      Branch: perl
36741            ! pp.c
36742 ____________________________________________________________________________
36743 [  7731] By: jhi                                   on 2000/11/18  00:18:39
36744         Log: Explain in more detail the {} syntax ambiguousity.
36745              
36746              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
36747              From: Nicholas Clark <nick@ccl4.org>
36748              Date: Fri, 17 Nov 2000 22:10:28 +0000
36749              Message-ID: <20001117221028.A88930@plum.flirble.org>
36750      Branch: perl
36751            ! pod/perlfunc.pod
36752 ____________________________________________________________________________
36753 [  7730] By: jhi                                   on 2000/11/18  00:12:18
36754         Log: Subject: Fix for README.amiga (20000323.033)
36755              From: "Stephen P. Potter" <spp@spotter.yi.org>
36756              Date: Fri, 17 Nov 2000 12:25:51 -0500
36757              Message-Id: <200011171725.MAA05768@spotter.yi.org>
36758      Branch: perl
36759            ! README.amiga
36760 ____________________________________________________________________________
36761 [  7729] By: jhi                                   on 2000/11/18  00:08:34
36762         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
36763              From: "A. C. Yardley" <yardley@tanet.net>
36764              Date: Mon, 3 Apr 2000 11:35:33 -0700
36765              Message-ID: <3483.000403@tanet.net>
36766      Branch: perl
36767            ! README.win32
36768 ____________________________________________________________________________
36769 [  7728] By: nick                                  on 2000/11/17  21:59:47
36770         Log: Integrate mainline
36771      Branch: perlio
36772           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
36773           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
36774           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
36775           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
36776 ____________________________________________________________________________
36777 [  7727] By: nick                                  on 2000/11/17  21:56:31
36778         Log: Experiment on use of attributes.pm interface.
36779              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
36780              SVt_PVRV if not already something better (else vivify of say magic gets
36781              core dump).
36782      Branch: perlio
36783            ! perlio.c pp.c
36784 ____________________________________________________________________________
36785 [  7726] By: jhi                                   on 2000/11/17  14:15:49
36786         Log: Subject: Fix for 20000815.006
36787              From: "Stephen P. Potter" <spp@spotter.yi.org>
36788              Date: Fri, 17 Nov 2000 08:57:45 -0500
36789              Message-Id: <200011171357.IAA05122@spotter.yi.org>
36790              
36791              It's really 20000518.006.
36792      Branch: perl
36793            ! pod/perlmodlib.PL
36794 ____________________________________________________________________________
36795 [  7725] By: jhi                                   on 2000/11/17  14:12:31
36796         Log: Subject: Fix for 20000409.001
36797              From: "Stephen P. Potter" <spp@spotter.yi.org>
36798              Date: Fri, 17 Nov 2000 08:55:45 -0500
36799              Message-Id: <200011171355.IAA05104@spotter.yi.org>
36800      Branch: perl
36801            ! pod/perlfaq9.pod
36802 ____________________________________________________________________________
36803 [  7724] By: jhi                                   on 2000/11/17  14:08:58
36804         Log: Undo #7627 now that we have =head3.
36805      Branch: perl
36806            ! pod/perlhack.pod
36807 ____________________________________________________________________________
36808 [  7723] By: jhi                                   on 2000/11/17  14:04:09
36809         Log: As surmised the #7719 wasn't a good move.
36810      Branch: perl
36811            ! hints/solaris_2.sh
36812 ____________________________________________________________________________
36813 [  7722] By: jhi                                   on 2000/11/17  13:59:04
36814         Log: Also the 64bitall hints can be either here or there.
36815      Branch: perl
36816            ! hints/solaris_2.sh
36817 ____________________________________________________________________________
36818 [  7721] By: jhi                                   on 2000/11/17  02:26:23
36819         Log: Test tweak for the open pragma.
36820      Branch: perl
36821            ! t/lib/b.t
36822 ____________________________________________________________________________
36823 [  7720] By: jhi                                   on 2000/11/17  00:23:22
36824         Log: The long double hints can be here or there.
36825      Branch: perl
36826            ! hints/solaris_2.sh
36827 ____________________________________________________________________________
36828 [  7719] By: jhi                                   on 2000/11/17  00:14:06
36829         Log: For Solaris use64bitall the stdchar needs a little bit of help.
36830      Branch: perl
36831            ! hints/solaris_2.sh
36832 ____________________________________________________________________________
36833 [  7718] By: jhi                                   on 2000/11/16  23:27:34
36834         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
36835              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
36836              Date: Wed, 15 Nov 2000 08:56:32 +0100
36837              Message-ID: <3A1241B0.64477E00@alcatel.at>
36838      Branch: perl
36839            ! lib/Carp/Heavy.pm
36840 ____________________________________________________________________________
36841 [  7717] By: jhi                                   on 2000/11/16  23:23:29
36842         Log: Subject: [PATCH] Re: 20001101.003 PDL
36843              From: Nicholas Clark <nick@ccl4.org>
36844              Date: Thu, 16 Nov 2000 16:48:25 +0000
36845              Message-ID: <20001116164825.B93487@plum.flirble.org>
36846      Branch: perl
36847            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
36848 ____________________________________________________________________________
36849 [  7716] By: jhi                                   on 2000/11/16  23:21:31
36850         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
36851              From: "Casey R. Tweten" <crt@kiski.net>
36852              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
36853              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
36854      Branch: perl
36855            ! lib/Pod/Checker.pm pod/perlpod.pod
36856 ____________________________________________________________________________
36857 [  7715] By: jhi                                   on 2000/11/16  23:19:40
36858         Log: Avoid an infinite loop in VMS when utils scripts are run
36859              with no arguments, from Charles Lane.
36860      Branch: perl
36861            ! configure.com
36862 ____________________________________________________________________________
36863 [  7714] By: jhi                                   on 2000/11/16  23:17:08
36864         Log: Subject: perllocale.pod changes
36865              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
36866              Date: Mon, 13 Nov 2000 10:09:22 +0300
36867              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
36868      Branch: perl
36869            ! pod/perllocale.pod
36870 ____________________________________________________________________________
36871 [  7713] By: jhi                                   on 2000/11/16  23:14:06
36872         Log: Integrate perlio.
36873      Branch: perl
36874           !> doio.c perlio.c perlio.h util.c
36875 ____________________________________________________________________________
36876 [  7712] By: nick                                  on 2000/11/16  21:10:58
36877         Log: Integrate mainline
36878      Branch: perlio
36879           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36880           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
36881           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
36882           !> vos/config.ga.def vos/config.ga.h win32/config.bc
36883           !> win32/config.gc win32/config.vc
36884 ____________________________________________________________________________
36885 [  7711] By: nick                                  on 2000/11/16  19:56:41
36886         Log: Minor tweaks:
36887              consistent way of getting 'rb', 'wb' etc. for binary opens
36888              move *perlio::layers to *open::layers
36889              a #define to show layers available
36890              DOSISH popen/PerlIO had export/import sense inverted.
36891      Branch: perlio
36892            ! doio.c perlio.c perlio.h util.c
36893 ____________________________________________________________________________
36894 [  7710] By: jhi                                   on 2000/11/16  15:46:05
36895         Log: Add HAS_SBRK_PROTO.
36896      Branch: metaconfig/U/perl
36897            + d_sbrkproto.U
36898      Branch: perl
36899            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36900            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
36901            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
36902            ! vos/config.ga.def vos/config.ga.h win32/config.bc
36903            ! win32/config.gc win32/config.vc
36904 ____________________________________________________________________________
36905 [  7709] By: nick                                  on 2000/11/16  07:31:49
36906         Log: Integrate mainline
36907      Branch: perlio
36908           !> (integrate 35 files)
36909 ____________________________________________________________________________
36910 [  7708] By: jhi                                   on 2000/11/16  05:33:03
36911         Log: These files are text, not binary.
36912      Branch: perl
36913            ! ext/Encode/Encode/iso8859-10.enc
36914            ! ext/Encode/Encode/iso8859-13.enc
36915            ! ext/Encode/Encode/iso8859-14.enc
36916            ! ext/Encode/Encode/iso8859-15.enc
36917 ____________________________________________________________________________
36918 [  7707] By: jhi                                   on 2000/11/16  01:53:37
36919         Log: Update Changes.
36920      Branch: perl
36921            ! Changes patchlevel.h
36922 ____________________________________________________________________________
36923 [  7706] By: jhi                                   on 2000/11/16  01:35:59
36924         Log: More #undefing of stdio.
36925      Branch: perl
36926            ! fakesdio.h nostdio.h
36927 ____________________________________________________________________________
36928 [  7705] By: jhi                                   on 2000/11/16  01:34:18
36929         Log: Add fwalk() probe to the configuration files and regen perltoc.
36930      Branch: perl
36931            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
36932            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
36933            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
36934            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
36935            ! win32/config.bc win32/config.gc win32/config.vc
36936 ____________________________________________________________________________
36937 [  7704] By: jhi                                   on 2000/11/16  01:33:07
36938         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
36939              an optional third argument to Inlibc?)
36940      Branch: metaconfig/U/perl
36941            + d__fwalk.U
36942 ____________________________________________________________________________
36943 [  7703] By: jhi                                   on 2000/11/16  01:09:22
36944         Log: The type of the hash_cb() size argument is tricky.
36945      Branch: perl
36946            ! ext/DB_File/DB_File.xs
36947 ____________________________________________________________________________
36948 [  7702] By: jhi                                   on 2000/11/15  23:01:16
36949         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
36950      Branch: perl
36951            ! nostdio.h
36952 ____________________________________________________________________________
36953 [  7701] By: jhi                                   on 2000/11/15  22:52:32
36954         Log: Detypo.
36955      Branch: perl
36956            ! t/lib/bigfltpm.t
36957 ____________________________________________________________________________
36958 [  7700] By: jhi                                   on 2000/11/15  22:51:56
36959         Log: UINT64_C() work continues.
36960      Branch: perl
36961            ! handy.h perl.h utf8.h
36962 ____________________________________________________________________________
36963 [  7699] By: jhi                                   on 2000/11/15  14:13:04
36964         Log: SOCKS has its own USE_THREADS, based on
36965              
36966              Subject: [ID 20001114.002] et. al. bugfix followup
36967              From: Jens Hamisch <jens@Strawberry.COM> 
36968              Date: Wed, 15 Nov 2000 14:23:11 +0100
36969              Message-ID: <20001115142311.A21164@Strawberry.COM>
36970      Branch: perl
36971            ! perl.h
36972 ____________________________________________________________________________
36973 [  7698] By: jhi                                   on 2000/11/15  03:50:56
36974         Log: Add few missing #undefs and sort them.
36975      Branch: perl
36976            ! fakesdio.h
36977 ____________________________________________________________________________
36978 [  7697] By: jhi                                   on 2000/11/15  03:39:14
36979         Log: Linenumber fix.
36980      Branch: perl
36981            ! t/pragma/warn/utf8
36982 ____________________________________________________________________________
36983 [  7696] By: jhi                                   on 2000/11/15  02:55:26
36984         Log: EBCDIC tweaks.
36985              
36986              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
36987              From: Peter Prymmer <pvhp@forte.com>
36988              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
36989              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
36990      Branch: perl
36991            ! t/op/regmesg.t t/pragma/warn/utf8
36992 ____________________________________________________________________________
36993 [  7695] By: jhi                                   on 2000/11/15  02:53:58
36994         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
36995              From: Peter Prymmer <pvhp@forte.com>
36996              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
36997              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
36998      Branch: perl
36999            ! utf8.c
37000 ____________________________________________________________________________
37001 [  7694] By: jhi                                   on 2000/11/15  02:50:55
37002         Log: Subject: [PATCH: perl@7674] updates to README.os390
37003              From: Prymmer/Kahn <pvhp@best.com>
37004              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
37005              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
37006      Branch: perl
37007            ! README.os390
37008 ____________________________________________________________________________
37009 [  7693] By: jhi                                   on 2000/11/15  02:48:37
37010         Log: Quit utf8_to_uv() instantly if curlen == 0.
37011      Branch: perl
37012            ! utf8.c
37013 ____________________________________________________________________________
37014 [  7692] By: jhi                                   on 2000/11/15  02:24:29
37015         Log: Use u_int32_t for the size of hash_cb(), not size_t.
37016              
37017              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
37018              From: Jens Hamisch <jens@Strawberry.COM>     
37019              Date: Tue, 14 Nov 2000 19:03:55 +0100
37020              Message-Id: <20001114190355.A20559@Strawberry.COM>
37021      Branch: perl
37022            ! ext/DB_File/DB_File.xs
37023 ____________________________________________________________________________
37024 [  7691] By: jhi                                   on 2000/11/15  02:20:12
37025         Log: Use UINT64_C().
37026              
37027              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
37028              From: Jens Hamisch <jens@Strawberry.COM>
37029              Date: Tue, 14 Nov 2000 19:16:23 +0100
37030              Message-Id: <20001114191623.G20559@Strawberry.COM>
37031      Branch: perl
37032            ! utf8.c utf8.h
37033 ____________________________________________________________________________
37034 [  7690] By: jhi                                   on 2000/11/15  02:17:06
37035         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
37036              (a macro to define signed and unsigned integer constants).
37037      Branch: perl
37038            ! handy.h
37039 ____________________________________________________________________________
37040 [  7689] By: jhi                                   on 2000/11/15  01:56:51
37041         Log: Regen Configure.
37042      Branch: perl
37043            ! Configure
37044 ____________________________________________________________________________
37045 [  7688] By: jhi                                   on 2000/11/15  01:56:32
37046         Log: Make the unit know about SOCKS.
37047      Branch: metaconfig
37048            ! U/protos/socksizetype.U
37049 ____________________________________________________________________________
37050 [  7687] By: jhi                                   on 2000/11/15  01:54:47
37051         Log: Remove unused dependencies.
37052      Branch: metaconfig
37053            ! U/compline/d_getpagsz.U
37054 ____________________________________________________________________________
37055 [  7686] By: nick                                  on 2000/11/14  21:25:13
37056         Log: Integrate mainline.
37057      Branch: perlio
37058           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
37059           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
37060           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
37061           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
37062           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
37063           !> win32/config.bc win32/config.gc win32/config.vc
37064           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
37065 ____________________________________________________________________________
37066 [  7685] By: jhi                                   on 2000/11/14  17:54:56
37067         Log: Integrate perlio.
37068      Branch: perl
37069           +> fakesdio.h perliol.h
37070           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
37071           !> perlsdio.h perlsfio.h pod/perlfunc.pod
37072 ____________________________________________________________________________
37073 [  7684] By: nick                                  on 2000/11/14  17:43:04
37074         Log: PerlIO #include and #ifdef re-work.
37075      Branch: perlio
37076            + fakesdio.h perliol.h
37077            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
37078            ! perlsdio.h perlsfio.h
37079 ____________________________________________________________________________
37080 [  7683] By: jhi                                   on 2000/11/14  15:42:40
37081         Log: Hoist the duplicated socket/netdb include logic to perl.h;
37082              undef SETERRNO in case SOCKS has defined it.  Based on:
37083              
37084              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
37085              From: Jens Hamisch <jens@Strawberry.COM> 
37086              Date: Tue, 14 Nov 2000 11:34:40 +0100
37087              Message-Id: <20001114113440.A20005@Strawberry.COM>
37088      Branch: perl
37089            ! doio.c perl.h pp_sys.c
37090 ____________________________________________________________________________
37091 [  7682] By: jhi                                   on 2000/11/14  14:07:28
37092         Log: Subject: some additions for makefiles for win32 (for perl@7674)
37093              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
37094              Date: Tue, 14 Nov 2000 09:31:13 +0300
37095              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
37096      Branch: perl
37097            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
37098            ! win32/makefile.mk
37099 ____________________________________________________________________________
37100 [  7681] By: jhi                                   on 2000/11/14  14:01:41
37101         Log: Subject: tiny typo in perl5db.pl
37102              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
37103              Date: Tue, 14 Nov 2000 09:29:28 +0300
37104              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
37105      Branch: perl
37106            ! lib/perl5db.pl
37107 ____________________________________________________________________________
37108 [  7680] By: jhi                                   on 2000/11/14  04:13:50
37109         Log: Redo #7679 with LFs instead of CRLFs.
37110      Branch: perl
37111            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
37112            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
37113            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
37114 ____________________________________________________________________________
37115 [  7679] By: jhi                                   on 2000/11/14  01:21:09
37116         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
37117              From: Benjamin Stuhl <tiriath@yahoo.com> 
37118              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
37119              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
37120      Branch: perl
37121            + win32/bin/mdelete.bat
37122            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
37123            ! makedef.pl perlio.c win32/Makefile win32/config.gc
37124            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
37125 ____________________________________________________________________________
37126 [  7678] By: jhi                                   on 2000/11/14  01:19:20
37127         Log: Fix the re extension building for Win32.
37128              
37129              Subject: [PATCH perl@7638] Get PerlIO building on Win32
37130              From: Benjamin Stuhl <tiriath@yahoo.com> 
37131              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
37132              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
37133      Branch: perl
37134            + ext/re/hints/MSWin32.pl
37135            ! MANIFEST
37136 ____________________________________________________________________________
37137 [  7677] By: jhi                                   on 2000/11/14  01:13:54
37138         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
37139              From: sthoenna@efn.org
37140              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
37141              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
37142      Branch: perl
37143            ! doop.c pp.c toke.c utf8.c utf8.h
37144 ____________________________________________________________________________
37145 [  7676] By: jhi                                   on 2000/11/13  20:23:15
37146         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
37147              From: Nicholas Clark <nick@ccl4.org>
37148              Date: Mon, 13 Nov 2000 18:55:04 +0000
37149              Message-ID: <20001113185504.J29183@plum.flirble.org>
37150      Branch: perl
37151            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
37152 ____________________________________________________________________________
37153 [  7675] By: nick                                  on 2000/11/13  20:21:57
37154         Log: Integrate mainline ...
37155      Branch: perlio
37156           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
37157           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
37158           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
37159           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
37160 ____________________________________________________________________________
37161 [  7674] By: jhi                                   on 2000/11/13  15:07:56
37162         Log: Update Changes.
37163      Branch: perl
37164            ! Changes patchlevel.h
37165 ____________________________________________________________________________
37166 [  7673] By: jhi                                   on 2000/11/13  14:42:42
37167         Log: Remove the new two tests of lib/io_xs for now, they seem to
37168              fail under perlio on some platforms.
37169      Branch: perl
37170            ! t/lib/io_xs.t
37171 ____________________________________________________________________________
37172 [  7672] By: jhi                                   on 2000/11/13  13:57:53
37173         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
37174      Branch: perl
37175            ! perlio.c
37176 ____________________________________________________________________________
37177 [  7671] By: jhi                                   on 2000/11/13  05:30:48
37178         Log: Placate nervous compilers that see longer than ints switch()ing.
37179      Branch: perl
37180            ! utf8.c
37181 ____________________________________________________________________________
37182 [  7670] By: jhi                                   on 2000/11/13  05:14:21
37183         Log: fputs() does return EOF on error but here we don't care.
37184      Branch: perl
37185            ! perlio.c
37186 ____________________________________________________________________________
37187 [  7669] By: jhi                                   on 2000/11/13  05:02:45
37188         Log: Declare reg_data like reg_substr_data.
37189      Branch: perl
37190            ! regexp.h
37191 ____________________________________________________________________________
37192 [  7668] By: jhi                                   on 2000/11/13  04:54:34
37193         Log: Typos in #7667.
37194      Branch: perl
37195            ! perl.h
37196 ____________________________________________________________________________
37197 [  7667] By: jhi                                   on 2000/11/13  04:49:49
37198         Log: Cleanup messy #ifdef.
37199      Branch: perl
37200            ! perl.h
37201 ____________________________________________________________________________
37202 [  7666] By: jhi                                   on 2000/11/13  04:17:34
37203         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
37204              From: Nicholas Clark <nick@talking.bollo.cx>
37205              Date: Sun, 12 Nov 2000 21:14:11 +0000
37206              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
37207              
37208              Note: only one breakage of the two reported is fixed by this patch.
37209      Branch: perl
37210            ! perlio.c
37211 ____________________________________________________________________________
37212 [  7665] By: jhi                                   on 2000/11/13  04:05:07
37213         Log: Tweak the definition of the bit complement on UTF-8 data:
37214              if none of the characters in the string are > 0xff,
37215              the result is a complemented byte string, not a (UTF-8)
37216              char string.  Based on the summary in
37217              
37218              Subject: Re: [ID 20000918.005] ~ on wide chars
37219              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
37220              Date: Fri, 10 Nov 2000 09:47:15 -0800
37221              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
37222              
37223              This should give us the maximum backward (pre-char string)
37224              compatibility and utf8 compatibility.  The other alternative
37225              would be to limit the bit complement to be always byte only,
37226              taking the least significant byte of the chars.
37227      Branch: perl
37228            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
37229 ____________________________________________________________________________
37230 [  7664] By: jhi                                   on 2000/11/13  00:23:44
37231         Log: Couple of tests from #7660 salvaged.
37232      Branch: perl
37233            - t/op/tell.t
37234            ! MANIFEST t/io/tell.t
37235 ____________________________________________________________________________
37236 [  7663] By: jhi                                   on 2000/11/13  00:02:48
37237         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
37238              From: Nicholas Clark <nick@talking.bollo.cx>
37239              Date: Sun, 12 Nov 2000 21:23:43 +0000
37240              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
37241      Branch: perl
37242            ! perlsfio.h
37243 ____________________________________________________________________________
37244 [  7662] By: jhi                                   on 2000/11/13  00:01:39
37245         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
37246              From: Nicholas Clark <nick@talking.bollo.cx>
37247              Date: Sun, 12 Nov 2000 21:30:04 +0000
37248              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
37249      Branch: perl
37250            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
37251 ____________________________________________________________________________
37252 [  7661] By: jhi                                   on 2000/11/12  23:57:29
37253         Log: Document tell() on special streams.
37254      Branch: perl
37255            ! pod/perlfunc.pod
37256 ____________________________________________________________________________
37257 [  7660] By: jhi                                   on 2000/11/12  23:54:22
37258         Log: (Subsumed by #7664)
37259      Branch: perl
37260            + t/op/tell.t
37261            ! MANIFEST
37262 ____________________________________________________________________________
37263 [  7659] By: jhi                                   on 2000/11/12  22:55:25
37264         Log: Many subdocumented return values of the IO extension now documented.
37265              ungetc and write still left subdocumented.
37266              
37267              Subject: [PATCH] (was Re: IO::Handle::ungetc)
37268              From: Nicholas Clark <nick@talking.bollo.cx>
37269              Date: Sun, 12 Nov 2000 21:35:53 +0000
37270              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
37271      Branch: perl
37272            ! ext/IO/lib/IO/Handle.pm
37273 ____________________________________________________________________________
37274 [  7658] By: jhi                                   on 2000/11/12  21:37:06
37275         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
37276              From: Nicholas Clark <nick@talking.bollo.cx>
37277              Date: Sun, 12 Nov 2000 20:03:22 +0000
37278              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
37279      Branch: perl
37280            ! pod/perlfunc.pod
37281 ____________________________________________________________________________
37282 [  7657] By: jhi                                   on 2000/11/12  20:34:55
37283         Log: Integrate perlio.
37284      Branch: perl
37285           !> perlio.c
37286 ____________________________________________________________________________
37287 [  7656] By: nick                                  on 2000/11/12  19:25:06
37288         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
37289      Branch: perlio
37290            ! perlio.c
37291 ____________________________________________________________________________
37292 [  7655] By: nick                                  on 2000/11/12  19:09:41
37293         Log: Integrate mainline
37294      Branch: perlio
37295           +> README.solaris ext/Encode/Encode/cp1006.enc
37296           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
37297           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
37298           +> ext/Encode/Encode/iso8859-13.enc
37299           +> ext/Encode/Encode/iso8859-14.enc
37300           +> ext/Encode/Encode/iso8859-15.enc
37301           !> (integrate 34 files)
37302 ____________________________________________________________________________
37303 [  7654] By: jhi                                   on 2000/11/12  19:00:22
37304         Log: Add a metaconfig unit for fsync.
37305      Branch: metaconfig/U/perl
37306            + d_fsync.U
37307 ____________________________________________________________________________
37308 [  7653] By: jhi                                   on 2000/11/12  19:00:01
37309         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
37310      Branch: perl
37311            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37312            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
37313            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37314            ! vos/config.ga.h win32/config.bc win32/config.gc
37315            ! win32/config.vc
37316 ____________________________________________________________________________
37317 [  7652] By: jhi                                   on 2000/11/11  21:12:01
37318         Log: Copy the s// information of README.hpux also to the perlrun.
37319      Branch: perl
37320            ! README.hpux pod/perlrun.pod
37321 ____________________________________________________________________________
37322 [  7651] By: jhi                                   on 2000/11/11  21:03:13
37323         Log: More README.solaris updates from Andy Dougherty.
37324      Branch: perl
37325            ! README.solaris
37326 ____________________________________________________________________________
37327 [  7650] By: jhi                                   on 2000/11/11  18:38:57
37328         Log: More descriptive error for unknown perlio layers.
37329              
37330              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
37331              From: Dominic Dunlop <domo@computer.org> 
37332              Date: Sat, 11 Nov 2000 18:20:32 +0100             
37333              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
37334      Branch: perl
37335            ! perlio.c pod/perldiag.pod
37336 ____________________________________________________________________________
37337 [  7649] By: jhi                                   on 2000/11/11  18:37:52
37338         Log: MachTen doesn't really do mmap() and munmap().
37339              
37340              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
37341              From: Dominic Dunlop <domo@computer.org> 
37342              Date: Sat, 11 Nov 2000 18:20:32 +0100             
37343              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
37344      Branch: perl
37345            ! hints/machten.sh
37346 ____________________________________________________________________________
37347 [  7648] By: jhi                                   on 2000/11/11  18:36:46
37348         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
37349              From: rspier@pobox.com (Robert Spier)
37350              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
37351              Message-ID: <14861.32839.491271.985797@rls.cx>
37352      Branch: perl
37353            ! Porting/Contract pod/perltoot.pod
37354 ____________________________________________________________________________
37355 [  7647] By: jhi                                   on 2000/11/11  18:35:30
37356         Log: Simplify the getpagesize() unit by dropping the
37357              pagesize probe since it's nowadays slightly more
37358              complicated because of sysconf(). (Note: if some
37359              platform really needs the -lPW for getpagesize,
37360              I just broke it.)
37361              
37362              TODO: a new pagesize unit.
37363      Branch: metaconfig
37364            ! U/compline/d_getpagsz.U
37365 ____________________________________________________________________________
37366 [  7646] By: jhi                                   on 2000/11/11  18:33:23
37367         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
37368      Branch: perl
37369            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37370            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
37371            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
37372            ! vos/config.ga.h win32/config.bc win32/config.gc
37373            ! win32/config.vc
37374 ____________________________________________________________________________
37375 [  7645] By: jhi                                   on 2000/11/11  16:45:15
37376         Log: Use sysconf() or getpagesize() to find out the pagesize.
37377      Branch: perl
37378            ! perlio.c
37379 ____________________________________________________________________________
37380 [  7644] By: jhi                                   on 2000/11/11  15:46:08
37381         Log: Integrate perlio.
37382      Branch: perl
37383           !> perlio.c
37384 ____________________________________________________________________________
37385 [  7643] By: jhi                                   on 2000/11/11  15:33:36
37386         Log: Subject: Re: [PATCH] README.solaris
37387              From: Lupe Christoph <lupe@lupe-christoph.de>
37388              Date: Sat, 11 Nov 2000 14:08:10 +0100
37389              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
37390      Branch: perl
37391            ! README.solaris
37392 ____________________________________________________________________________
37393 [  7642] By: jhi                                   on 2000/11/11  15:22:12
37394         Log: Subject: [PATCH perl@7638] cygwin port
37395              From: "Eric Fifer" <egf7@columbia.edu>            
37396              Date: Fri, 10 Nov 2000 19:30:30 -0000
37397              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
37398      Branch: perl
37399            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
37400 ____________________________________________________________________________
37401 [  7641] By: nick                                  on 2000/11/11  14:50:36
37402         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
37403              Also call "Buf" layer directly when unread'ing non-read chars.
37404      Branch: perlio
37405            ! perlio.c
37406 ____________________________________________________________________________
37407 [  7640] By: jhi                                   on 2000/11/11  02:05:02
37408         Log: Add more encoding tables.
37409      Branch: perl
37410            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
37411            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
37412            + ext/Encode/Encode/iso8859-10.enc
37413            + ext/Encode/Encode/iso8859-13.enc
37414            + ext/Encode/Encode/iso8859-14.enc
37415            + ext/Encode/Encode/iso8859-15.enc
37416            ! MANIFEST
37417 ____________________________________________________________________________
37418 [  7639] By: jhi                                   on 2000/11/10  18:49:25
37419         Log: Subject: [PATCH] README.solaris
37420              From: Andy Dougherty <doughera@lafayette.edu>
37421              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
37422              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
37423      Branch: perl
37424            + README.solaris
37425            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
37426            ! pod/perl.pod pod/perltoc.pod
37427 ____________________________________________________________________________
37428 [  7638] By: jhi                                   on 2000/11/10  15:04:15
37429         Log: Update Changes.
37430      Branch: perl
37431            ! Changes patchlevel.h
37432 ____________________________________________________________________________
37433 [  7637] By: jhi                                   on 2000/11/10  14:14:28
37434         Log: Explain better why certain regex tests are skipped.
37435              
37436              Subject: Re: tests skipped: unknown reason
37437              From: Lupe Christoph <lupe@lupe-christoph.de>
37438              Date: Fri, 10 Nov 2000 09:08:56 +0100
37439              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
37440      Branch: perl
37441            ! t/op/regexp.t
37442 ____________________________________________________________________________
37443 [  7636] By: nick                                  on 2000/11/10  13:40:00
37444         Log: Integrate mainline.
37445      Branch: perlio
37446           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
37447           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
37448           !> win32/bin/search.pl
37449 ____________________________________________________________________________
37450 [  7635] By: nick                                  on 2000/11/10  13:25:52
37451         Log: Re-instate stdio large file support via perlio.
37452      Branch: perl
37453            ! perlio.c
37454 ____________________________________________________________________________
37455 [  7634] By: jhi                                   on 2000/11/10  04:49:55
37456         Log: Amdahl UTS hints updates.
37457              
37458              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
37459              From: hom00@utsglobal.com (Harold O Morris)
37460              Date: Thu, 9 Nov 2000 20:02 PST
37461              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
37462      Branch: perl
37463            ! hints/uts.sh
37464 ____________________________________________________________________________
37465 [  7633] By: jhi                                   on 2000/11/09  23:33:28
37466         Log: Subject: [PATCH] IO::Seekable pod
37467              From: Nicholas Clark <nick@talking.bollo.cx>
37468              Date: Thu, 9 Nov 2000 20:29:45 +0000
37469              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
37470      Branch: perl
37471            ! ext/IO/lib/IO/Handle.pm
37472 ____________________________________________________________________________
37473 [  7632] By: jhi                                   on 2000/11/09  21:55:41
37474         Log: Various doc oddball characters.
37475              
37476              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
37477              From: Michael Somos <somos@grail.cba.csuohio.edu>
37478              Date: Mon, 6 Nov 2000 17:44:20 -0500
37479              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
37480      Branch: perl
37481            ! emacs/cperl-mode.el lib/unicode/syllables.txt
37482            ! win32/bin/search.pl
37483 ____________________________________________________________________________
37484 [  7631] By: jhi                                   on 2000/11/09  21:12:29
37485         Log: Subject: Re: bash -c exit and linux hints 
37486              From: "John P. Linderman" <jpl@research.att.com>
37487              Date: Thu, 02 Nov 2000 09:37:25 -0500
37488              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
37489      Branch: perl
37490            ! hints/linux.sh
37491 ____________________________________________________________________________
37492 [  7630] By: nick                                  on 2000/11/09  20:34:11
37493         Log: Integrate mainline.
37494      Branch: perlio
37495           !> (integrate 91 files)
37496 ____________________________________________________________________________
37497 [  7629] By: jhi                                   on 2000/11/09  19:46:31
37498         Log: Missing dTHXs.
37499              
37500              Subject: RE: perl@7595 builds not on cygwin
37501              From: "Eric Fifer" <egf7@columbia.edu>
37502              Date: Thu, 9 Nov 2000 19:26:50 -0000
37503              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
37504      Branch: perl
37505            ! ext/Devel/Peek/Peek.xs
37506 ____________________________________________________________________________
37507 [  7628] By: jhi                                   on 2000/11/09  14:48:27
37508         Log: Disable only the tests 99 and 166 for UTF-8 locales.
37509      Branch: perl
37510            ! t/pragma/locale.t
37511 ____________________________________________________________________________
37512 [  7627] By: jhi                                   on 2000/11/09  14:40:27
37513         Log: There's no =head3.
37514      Branch: perl
37515            ! pod/perlhack.pod
37516 ____________________________________________________________________________
37517 [  7626] By: jhi                                   on 2000/11/09  13:54:26
37518         Log: The generated boot_* headers are wrong.  Pickier compiler,
37519              such as KAI C++ will refuse to compile the resulting perlmain.
37520              
37521              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
37522              From: Harri Pasanen <harri.pasanen@trema.com>
37523              Date: Thu, 09 Nov 2000 14:23:28 +0100
37524              Message-Id: <3A0AA550.26D548A3@trema.com>
37525      Branch: perl
37526            ! minimod.pl
37527 ____________________________________________________________________________
37528 [  7625] By: jhi                                   on 2000/11/09  13:50:44
37529         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
37530              From: Prymmer/Kahn <pvhp@best.com>
37531              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
37532              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
37533              
37534              All except the "cow orker" change.
37535      Branch: perl
37536            ! Porting/pumpkin.pod
37537 ____________________________________________________________________________
37538 [  7624] By: jhi                                   on 2000/11/09  13:45:33
37539         Log: Fix for
37540              
37541              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
37542              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
37543              Date: Thu, 09 Nov 2000 11:05:52 +0100
37544              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
37545      Branch: perl
37546            ! pod/perldiag.pod t/pragma/warn/pp_sys
37547 ____________________________________________________________________________
37548 [  7623] By: jhi                                   on 2000/11/09  13:37:16
37549         Log: Typo in an ifndef.
37550              
37551              Subject: Re: [PATCH 5.7.0] better messages from malloc()
37552              From: Joe Smith <jms@inwap.com>         
37553              Date: Thu, 09 Nov 2000 01:33:14 -0800
37554              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
37555      Branch: perl
37556            ! malloc.c
37557 ____________________________________________________________________________
37558 [  7622] By: jhi                                   on 2000/11/09  13:31:18
37559         Log: Remove unused extra arguments.
37560      Branch: metaconfig/U/perl
37561            ! perlxv.U
37562      Branch: perl
37563            ! Configure config_h.SH
37564 ____________________________________________________________________________
37565 [  7621] By: jhi                                   on 2000/11/09  13:16:36
37566         Log: More VMS moves on environment handling, from Charles Lane.
37567      Branch: perl
37568            ! t/pragma/locale.t
37569 ____________________________________________________________________________
37570 [  7620] By: jhi                                   on 2000/11/09  04:42:38
37571         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
37572              From: David Dyck <dcd@tc.fluke.com>
37573              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
37574              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
37575      Branch: perl
37576            ! pp_sys.c
37577 ____________________________________________________________________________
37578 [  7619] By: jhi                                   on 2000/11/09  04:36:21
37579         Log: Forgot from #7618.
37580      Branch: perl
37581            ! lib/File/stat.pm
37582 ____________________________________________________________________________
37583 [  7618] By: jhi                                   on 2000/11/09  04:28:44
37584         Log: Make deleting for %ENV work for (newer versions of) VMS,
37585              from Craig A. Berry.
37586      Branch: perl
37587            ! vms/vms.c
37588 ____________________________________________________________________________
37589 [  7617] By: jhi                                   on 2000/11/09  04:25:05
37590         Log: Subject: [PATCH] Class::Struct at compile time
37591              From: "Casey R. Tweten" <crt@kiski.net>
37592              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
37593              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
37594      Branch: perl
37595            ! lib/Class/Struct.pm
37596 ____________________________________________________________________________
37597 [  7616] By: jhi                                   on 2000/11/09  04:15:17
37598         Log: Subject: [ID 20001108.013] spelling
37599              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
37600              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
37601              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
37602      Branch: perl
37603            ! lib/ftp.pl
37604 ____________________________________________________________________________
37605 [  7615] By: jhi                                   on 2000/11/09  04:12:42
37606         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
37607              From: Peter Prymmer <pvhp@forte.com>
37608              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
37609              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
37610      Branch: perl
37611            ! configure.com
37612 ____________________________________________________________________________
37613 [  7614] By: jhi                                   on 2000/11/08  22:42:55
37614         Log: A missing aTHX_.
37615      Branch: perl
37616            ! ext/IPC/SysV/SysV.xs
37617 ____________________________________________________________________________
37618 [  7613] By: jhi                                   on 2000/11/08  19:30:21
37619         Log: Update Changes.
37620      Branch: perl
37621            ! Changes patchlevel.h
37622 ____________________________________________________________________________
37623 [  7612] By: jhi                                   on 2000/11/08  18:35:25
37624         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
37625              From: David Dyck <dcd@tc.fluke.com>
37626              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
37627              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
37628      Branch: perl
37629            ! pp_sys.c
37630 ____________________________________________________________________________
37631 [  7611] By: jhi                                   on 2000/11/08  18:30:26
37632         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
37633              From: Dominic Dunlop <domo@computer.org>
37634              Date: Tue, 7 Nov 2000 12:05:25 +0100
37635              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
37636      Branch: perl
37637            ! malloc.c
37638 ____________________________________________________________________________
37639 [  7610] By: jhi                                   on 2000/11/08  18:25:14
37640         Log: Do not test UTF-8 locales since that the tests would require
37641              polymorphic regexen.
37642      Branch: perl
37643            ! t/pragma/locale.t
37644 ____________________________________________________________________________
37645 [  7609] By: jhi                                   on 2000/11/08  17:12:51
37646         Log: Locale buglets.
37647              
37648              Subject: RE: Locales support (setlocale) fixes
37649              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
37650              Date: Wed, 8 Nov 2000 20:01:39 +0300
37651              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
37652      Branch: perl
37653            ! t/pragma/locale.t util.c
37654 ____________________________________________________________________________
37655 [  7608] By: jhi                                   on 2000/11/08  17:00:16
37656         Log: Deleting $ENV{PATH} in VMS is not recommendable.
37657      Branch: perl
37658            ! t/pragma/locale.t
37659 ____________________________________________________________________________
37660 [  7607] By: jhi                                   on 2000/11/08  16:58:26
37661         Log: Subject: PATCH std stdio for (Free)BSD
37662              From: Nicholas Clark <nick@ccl4.org>
37663              Date: Wed, 8 Nov 2000 15:36:29 +0000
37664              Message-ID: <20001108153629.D98736@plum.flirble.org>
37665      Branch: metaconfig
37666            ! U/compline/d_stdstdio.U
37667      Branch: perl
37668            ! Configure config_h.SH
37669 ____________________________________________________________________________
37670 [  7606] By: jhi                                   on 2000/11/08  16:43:31
37671         Log: Forgot to bump the line numbers in #7601.
37672      Branch: perl
37673            ! t/pragma/warn/pp_sys
37674 ____________________________________________________________________________
37675 [  7605] By: jhi                                   on 2000/11/08  16:39:12
37676         Log: More careful detection of how well NVs and UVs mix.
37677              
37678              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))
37679              From: Nicholas Clark <nick@ccl4.org>
37680              Date: Wed, 8 Nov 2000 15:14:12 +0000
37681              Message-ID: <20001108151412.B98736@plum.flirble.org>
37682              
37683              Added some SIGFPE paranoia.
37684      Branch: metaconfig/U/perl
37685            ! perlxv.U
37686      Branch: perl
37687            ! Configure config_h.SH
37688 ____________________________________________________________________________
37689 [  7604] By: jhi                                   on 2000/11/08  14:39:10
37690         Log: Subject: [patch perl@7595] VMS configure.com tweak
37691              From: "Craig A. Berry" <craigberry@mac.com>
37692              Date: Wed, 8 Nov 2000 00:24:12 -0600
37693              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
37694      Branch: perl
37695            ! configure.com
37696 ____________________________________________________________________________
37697 [  7603] By: jhi                                   on 2000/11/08  14:27:11
37698         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
37699              From: Robin Barker <rmb1@cise.npl.co.uk>
37700              Date: Wed, 8 Nov 2000 11:11:39 GMT
37701              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
37702      Branch: perl
37703            ! perlio.c
37704 ____________________________________________________________________________
37705 [  7602] By: jhi                                   on 2000/11/08  14:25:03
37706         Log: Fix for the tie-refhash string table leaks.
37707              
37708              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
37709              Date: Wed, 8 Nov 2000 13:03:04 GMT
37710              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
37711      Branch: perl
37712            ! t/lib/tie-refhash.t
37713 ____________________________________________________________________________
37714 [  7601] By: jhi                                   on 2000/11/08  14:21:08
37715         Log: Try to avoid flockless and emulationless places.
37716      Branch: perl
37717            ! t/pragma/warn/pp_sys
37718 ____________________________________________________________________________
37719 [  7600] By: jhi                                   on 2000/11/08  02:28:54
37720         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
37721              
37722              Subject: [PATCH] prototyped functions that should be overrideable
37723              From: "Casey R. Tweten" <crt@kiski.net>
37724              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
37725              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
37726      Branch: perl
37727            ! toke.c
37728 ____________________________________________________________________________
37729 [  7599] By: jhi                                   on 2000/11/08  01:12:05
37730         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
37731              
37732              Subject: [PATCH] perlbug.PL
37733              From: "Kurt D. Starsinic" <kstar@chapin.edu>
37734              Date: Mon, 6 Nov 2000 21:39:01 -0500
37735              Message-ID: <20001106213901.B20955@O2.chapin.edu>
37736      Branch: perl
37737            ! utils/perlbug.PL
37738 ____________________________________________________________________________
37739 [  7598] By: jhi                                   on 2000/11/07  23:42:00
37740         Log: Bad thinko in #7581 (I used the test program with the expanded
37741              values as-is).
37742      Branch: metaconfig
37743            ! U/compline/d_stdstdio.U
37744      Branch: perl
37745            ! Configure
37746 ____________________________________________________________________________
37747 [  7597] By: jhi                                   on 2000/11/07  21:43:29
37748         Log: Subject: [PATCH perl@7573] cygwin port
37749              From: "Fifer, Eric" <EFifer@sanwaint.com>
37750              Date: Tue, 7 Nov 2000 18:08:51 -0000 
37751              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
37752              
37753              Synchronize with Cygwin 1.1.5.
37754      Branch: perl
37755            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
37756            ! pod/perlport.pod unixish.h util.c
37757 ____________________________________________________________________________
37758 [  7596] By: jhi                                   on 2000/11/07  21:39:25
37759         Log: perlhack updates from H.Merijn Brand.
37760      Branch: perl
37761            ! pod/perlhack.pod
37762 ____________________________________________________________________________
37763 [  7595] By: jhi                                   on 2000/11/07  20:21:41
37764         Log: Update Changes.
37765      Branch: perl
37766            ! Changes patchlevel.h
37767 ____________________________________________________________________________
37768 [  7594] By: jhi                                   on 2000/11/07  19:18:58
37769         Log: Be more robust in Dynaloader.pm.
37770      Branch: perl
37771            ! ext/DynaLoader/DynaLoader_pm.PL
37772 ____________________________________________________________________________
37773 [  7593] By: jhi                                   on 2000/11/07  16:49:31
37774         Log: AUTHORS update.
37775      Branch: perl
37776            ! AUTHORS
37777 ____________________________________________________________________________
37778 [  7592] By: gsar                                  on 2000/11/07  16:39:51
37779         Log: normalize relative paths in virtualized current directory on windows,
37780              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
37781              returns)
37782      Branch: perl
37783            ! win32/vdir.h
37784 ____________________________________________________________________________
37785 [  7591] By: jhi                                   on 2000/11/07  16:04:26
37786         Log: Too profiler-happy: with optimization the #7590 actually makes
37787              the test to run 0.5% _slower_.  Requires much more instrumentation.
37788              Retract #7590.
37789      Branch: perl
37790            ! regcomp.c regcomp.h
37791 ____________________________________________________________________________
37792 [  7590] By: jhi                                   on 2000/11/07  15:51:13
37793         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
37794              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
37795              by using memset() and testing bytewise (as opposed to bitwise).
37796      Branch: perl
37797            ! regcomp.c regcomp.h
37798 ____________________________________________________________________________
37799 [  7589] By: jhi                                   on 2000/11/07  12:56:39
37800         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
37801              From: "Craig A. Berry" <craig.berry@psinetcs.com>
37802              Date: Mon, 06 Nov 2000 23:45:30 -0500
37803              Message-Id: <0011079735.AA973576259@univpress.com>
37804      Branch: perl
37805            ! configure.com t/lib/st-lock.t
37806 ____________________________________________________________________________
37807 [  7588] By: jhi                                   on 2000/11/07  01:03:28
37808         Log: Tweak #7587.
37809      Branch: perl
37810            ! pod/perldiag.pod
37811 ____________________________________________________________________________
37812 [  7587] By: jhi                                   on 2000/11/07  01:00:27
37813         Log: A doc addition for bug id 20001105.019, beware \p.
37814      Branch: perl
37815            ! pod/perldiag.pod
37816 ____________________________________________________________________________
37817 [  7586] By: jhi                                   on 2000/11/07  00:32:22
37818         Log: Fake support of holey files in win/dosish platforms.
37819              
37820              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
37821              From: kipp@shonanblue.ne.jp
37822              Date: Mon, 6 Nov 2000 13:30:55 -0800
37823              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
37824      Branch: perl
37825            ! ext/SDBM_File/sdbm/sdbm.c
37826 ____________________________________________________________________________
37827 [  7585] By: jhi                                   on 2000/11/07  00:12:54
37828         Log: Subject: Pod updates
37829              From: "Stephen P. Potter" <spp@spotter.yi.org>
37830              Date: Mon, 06 Nov 2000 18:56:43 -0500
37831              Message-Id: <200011062357.SAA18173@spotter.yi.org>
37832      Branch: perl
37833            ! README.dos README.os2 README.win32 pod/buildtoc.PL
37834            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
37835            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
37836            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
37837            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
37838            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
37839            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
37840            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
37841            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
37842            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
37843            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
37844            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
37845            ! pod/perltootc.pod pod/perlunicode.pod
37846 ____________________________________________________________________________
37847 [  7584] By: jhi                                   on 2000/11/07  00:04:17
37848         Log: Varargs don't always work too well if one puts an unsigned
37849              char on the stack and pop an unsigned quad off the stack.
37850              
37851              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
37852              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
37853              Date: Mon, 06 Nov 2000 15:19:05 -0800
37854              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
37855      Branch: perl
37856            ! utf8.c
37857 ____________________________________________________________________________
37858 [  7583] By: jhi                                   on 2000/11/06  23:58:48
37859         Log: %ENV note tweaks from Dan Sugalski.
37860      Branch: perl
37861            ! pod/perlport.pod vms/perlvms.pod
37862 ____________________________________________________________________________
37863 [  7582] By: jhi                                   on 2000/11/06  23:05:49
37864         Log: glibc5 detection by __GNU_LIBRARY__.
37865      Branch: perl
37866            ! toke.c
37867 ____________________________________________________________________________
37868 [  7581] By: jhi                                   on 2000/11/06  22:51:29
37869         Log: Make the stdio test program of 7427 less noisy while being 
37870              compiled so that Digital UNIX wouldn't get both
37871              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
37872              undefined.  This makes perlio happy.
37873      Branch: metaconfig
37874            ! U/compline/d_stdstdio.U
37875      Branch: perl
37876            ! Configure config_h.SH
37877 ____________________________________________________________________________
37878 [  7580] By: jhi                                   on 2000/11/06  22:41:41
37879         Log: Document %ENV = () portability issues.
37880      Branch: perl
37881            ! pod/perlport.pod vms/perlvms.pod
37882 ____________________________________________________________________________
37883 [  7579] By: jhi                                   on 2000/11/06  21:29:24
37884         Log: VOS updates from Paul Green.
37885      Branch: perl
37886            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
37887 ____________________________________________________________________________
37888 [  7578] By: jhi                                   on 2000/11/06  21:00:40
37889         Log: Sanitize the environment further.
37890      Branch: perl
37891            ! t/pragma/locale.t
37892 ____________________________________________________________________________
37893 [  7577] By: jhi                                   on 2000/11/06  20:53:51
37894         Log: Re-introduce 7552 lost in integration.
37895      Branch: perl
37896            ! perlio.c
37897 ____________________________________________________________________________
37898 [  7576] By: jhi                                   on 2000/11/06  20:33:46
37899         Log: Admit that the test leaks scalars.
37900      Branch: perl
37901            ! t/comp/proto.t
37902 ____________________________________________________________________________
37903 [  7575] By: jhi                                   on 2000/11/06  20:17:08
37904         Log: Integrate perlio.
37905      Branch: perl
37906           !> perlio.c
37907 ____________________________________________________________________________
37908 [  7574] By: nick                                  on 2000/11/06  20:07:28
37909         Log: Remove debug. Try (Mmap_t) on madvise() call.
37910      Branch: perlio
37911            ! perlio.c
37912 ____________________________________________________________________________
37913 [  7573] By: jhi                                   on 2000/11/06  13:56:05
37914         Log: Update Changes.
37915      Branch: perl
37916            ! Changes patchlevel.h
37917 ____________________________________________________________________________
37918 [  7572] By: jhi                                   on 2000/11/06  13:48:41
37919         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
37920              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37921              Date: Mon, 06 Nov 2000 10:11:42 +0100
37922              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
37923      Branch: perl
37924            ! pod/perlhack.pod
37925 ____________________________________________________________________________
37926 [  7571] By: jhi                                   on 2000/11/06  01:45:51
37927         Log: AUTHORS updates.
37928      Branch: perl
37929            ! AUTHORS
37930 ____________________________________________________________________________
37931 [  7570] By: jhi                                   on 2000/11/06  00:18:00
37932         Log: Fix for
37933              
37934              Subject: [ID 20000728.005] perl -P broken
37935              From: David Dyck <dcd@tc.fluke.com>
37936              Date: Fri, 28 Jul 2000 17:19:16 -0700
37937              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
37938              
37939              (hopefully).  The fix is also not complete, it seems to break
37940              BOM swallowing for libc5 systems, but until someone figures
37941              out a way to do this without ftell(), this will do.
37942      Branch: perl
37943            ! toke.c
37944 ____________________________________________________________________________
37945 [  7569] By: jhi                                   on 2000/11/06  00:05:30
37946         Log: Document that the evaled syntax errors cause scalar leaks.
37947      Branch: perl
37948            ! t/comp/proto.t
37949 ____________________________________________________________________________
37950 [  7568] By: jhi                                   on 2000/11/05  23:14:47
37951         Log: opmini.o can linger from Configures past.
37952      Branch: perl
37953            ! Makefile.SH
37954 ____________________________________________________________________________
37955 [  7567] By: jhi                                   on 2000/11/05  21:28:39
37956         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
37957              first argument correctly.
37958      Branch: perl
37959            ! perlio.c
37960 ____________________________________________________________________________
37961 [  7566] By: jhi                                   on 2000/11/05  21:15:56
37962         Log: Integrate perlio.
37963      Branch: perl
37964           !> perlio.c
37965 ____________________________________________________________________________
37966 [  7565] By: jhi                                   on 2000/11/05  21:15:13
37967         Log: Use -dM for gcc (the suggested patch did it only for Linux,
37968              but I think it can be generalized).
37969              
37970              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
37971              From: Pixel <pixel@mandrakesoft.com>
37972              Date: 05 Nov 2000 21:49:34 +0100 
37973              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
37974      Branch: perl
37975            ! ext/Errno/Errno_pm.PL
37976 ____________________________________________________________________________
37977 [  7564] By: nick                                  on 2000/11/05  21:09:18
37978         Log: Added a mmap layer as a "subclass" of perlio.
37979              PERLIO=mmap ./perl harness passes
37980      Branch: perlio
37981            ! perlio.c
37982 ____________________________________________________________________________
37983 [  7563] By: jhi                                   on 2000/11/05  19:48:55
37984         Log: Add a note for future generations about bug id 20000229.006.
37985      Branch: perl
37986            ! malloc.c
37987 ____________________________________________________________________________
37988 [  7562] By: jhi                                   on 2000/11/05  19:38:24
37989         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
37990      Branch: perl
37991            ! pp_ctl.c t/op/pos.t
37992 ____________________________________________________________________________
37993 [  7561] By: jhi                                   on 2000/11/05  18:21:46
37994         Log: Add =pod to be tidy.
37995      Branch: perl
37996            ! lib/Math/Complex.pm
37997 ____________________________________________________________________________
37998 [  7560] By: jhi                                   on 2000/11/05  17:38:46
37999         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
38000      Branch: perl
38001            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
38002            ! ext/Storable/Storable.xs t/lib/st-recurse.t
38003 ____________________________________________________________________________
38004 [  7559] By: jhi                                   on 2000/11/05  17:32:59
38005         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
38006              From: "Peter J. Farley III" <pjfarley@banet.net>
38007              Date: Sun, 05 Nov 2000 11:55:59 -0500
38008              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
38009      Branch: perl
38010            ! t/lib/syslog.t
38011 ____________________________________________________________________________
38012 [  7558] By: jhi                                   on 2000/11/05  17:29:19
38013         Log: Integrate perlio.
38014      Branch: perl
38015           !> perlio.c
38016 ____________________________________________________________________________
38017 [  7557] By: jhi                                   on 2000/11/05  17:22:01
38018         Log: A fix of sorts for 20000329.026, a better error message
38019              for a missing "use charnames" when using the \N{...}. 
38020      Branch: perl
38021            ! pod/perldiag.pod toke.c
38022 ____________________________________________________________________________
38023 [  7556] By: jhi                                   on 2000/11/05  16:33:50
38024         Log: Test tweak: show also the failed locales.
38025              
38026              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
38027              From: Lupe Christoph <lupe@lupe-christoph.de>         
38028              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
38029              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
38030      Branch: perl
38031            ! t/pragma/locale.t
38032 ____________________________________________________________________________
38033 [  7555] By: nick                                  on 2000/11/05  11:09:34
38034         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
38035              open RDWR so does not fail. (pragma/warnings 303 again...)
38036      Branch: perlio
38037            ! perlio.c
38038 ____________________________________________________________________________
38039 [  7554] By: nick                                  on 2000/11/05  10:10:13
38040         Log: Fix case where ungetc(f,EOF) was allowed.
38041              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
38042              so we can see similarities.
38043              Use types more carefully and a STDCHAR array in hope that this will
38044              fix Jarrko's 64bit machine.
38045      Branch: perlio
38046            ! perlio.c
38047 ____________________________________________________________________________
38048 [  7553] By: jhi                                   on 2000/11/05  01:12:16
38049         Log: Fix for
38050              
38051              Subject: [ID 20001004.007] taint propogation is inconsistent
38052              From: pimlott@idiomtech.com (Andrew Pimlott) 
38053              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
38054              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
38055              
38056              The culprit was sv_setsv() which was rather blindly
38057              propagating taint, which lead to behaviour where if
38058              a tainted anon hash value was seen all the hash values
38059              from then on at that level became tainted, or at any
38060              upper levels in the case of nested anon hashes.
38061      Branch: perl
38062            ! sv.c t/op/taint.t
38063 ____________________________________________________________________________
38064 [  7552] By: jhi                                   on 2000/11/04  23:44:18
38065         Log: Some cpps don't like splitting conditionals across several lines.
38066      Branch: perl
38067            ! perlio.c
38068 ____________________________________________________________________________
38069 [  7551] By: nick                                  on 2000/11/04  23:40:44
38070         Log: Integrate mainline
38071      Branch: perlio
38072           !> pp_hot.c t/op/taint.t
38073 ____________________________________________________________________________
38074 [  7550] By: nick                                  on 2000/11/04  23:39:05
38075         Log: Integrate mainline again
38076      Branch: perlio
38077           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
38078           !> t/lib/b.t t/op/misc.t util.c
38079 ____________________________________________________________________________
38080 [  7549] By: jhi                                   on 2000/11/04  23:14:01
38081         Log: Fix for
38082              
38083              Subject: [ID 20001004.006] undef is never tainted
38084              From: pimlott@idiomtech.com (Andrew Pimlott)
38085              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
38086              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
38087              
38088              An undef read from a slurped file was not tainted.
38089      Branch: perl
38090            ! pp_hot.c t/op/taint.t
38091 ____________________________________________________________________________
38092 [  7548] By: jhi                                   on 2000/11/04  22:56:21
38093         Log: Test tweak ($Config{useperlio} is by default undef) .
38094      Branch: perl
38095            ! t/lib/b.t
38096 ____________________________________________________________________________
38097 [  7547] By: jhi                                   on 2000/11/04  22:43:56
38098         Log: Integrate perlio.
38099      Branch: perl
38100           +> lib/perlio.pm
38101           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
38102           !> pod/perlapi.pod t/lib/b.t
38103 ____________________________________________________________________________
38104 [  7546] By: jhi                                   on 2000/11/04  22:40:59
38105         Log: Configure would use a bad $myuname from an old config.sh.
38106              
38107              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
38108              From: Andy Dougherty <doughera@lafayette.edu>
38109              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
38110              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
38111      Branch: metaconfig
38112            ! U/modified/Oldconfig.U
38113      Branch: perl
38114            ! Configure config_h.SH
38115 ____________________________________________________________________________
38116 [  7545] By: jhi                                   on 2000/11/04  22:36:54
38117         Log: Subject: Locales support (setlocale) fixes
38118              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
38119              Date: Sat, 4 Nov 2000 10:15:48 +0300 
38120              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
38121              
38122              Modified quite a bit to be more portable.
38123      Branch: perl
38124            ! embed.h embed.pl perl.h proto.h util.c
38125 ____________________________________________________________________________
38126 [  7544] By: jhi                                   on 2000/11/04  22:32:47
38127         Log: Dying is too strict here, better just skip.
38128      Branch: perl
38129            ! t/op/misc.t
38130 ____________________________________________________________________________
38131 [  7543] By: nick                                  on 2000/11/04  21:55:13
38132         Log: Merge mainline
38133      Branch: perlio
38134           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
38135           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
38136           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
38137           !> (integrate 64 files)
38138 ____________________________________________________________________________
38139 [  7542] By: jhi                                   on 2000/11/04  21:09:28
38140         Log: More Changes tweakery.
38141      Branch: perl
38142            ! Changes Porting/genlog
38143 ____________________________________________________________________________
38144 [  7541] By: jhi                                   on 2000/11/04  20:58:18
38145         Log: Changes fixups.
38146      Branch: perl
38147            ! Changes
38148 ____________________________________________________________________________
38149 [  7540] By: jhi                                   on 2000/11/04  20:42:38
38150         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
38151              create a "fast path" for locale name probing using "locale -a"
38152              if available, squash finally hopefully the s?printf resetting
38153              the numeric locale (since, IIUC perllocale, it never shouldn't). 
38154      Branch: perl
38155            ! sv.c t/op/misc.t t/pragma/locale.t
38156 ____________________________________________________________________________
38157 [  7539] By: nick                                  on 2000/11/04  19:56:10
38158         Log: PerlIO infrastructure complete.
38159      Branch: perlio
38160            + lib/perlio.pm
38161            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
38162 ____________________________________________________________________________
38163 [  7538] By: nick                                  on 2000/11/04  14:31:32
38164         Log: Type tweaks + less contorted allocation scheme
38165      Branch: perlio
38166            ! perlio.c
38167 ____________________________________________________________________________
38168 [  7537] By: nick                                  on 2000/11/04  12:40:42
38169         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
38170              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
38171              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
38172              sensible) which lead to some interesting fails.
38173      Branch: perlio
38174            ! perlio.c
38175 ____________________________________________________________________________
38176 [  7536] By: jhi                                   on 2000/11/04  00:20:02
38177         Log: Add FCNTL_CAN_LOCK.
38178              
38179              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
38180              From: Andy Dougherty <doughera@lafayette.edu>
38181              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
38182              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
38183              
38184              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
38185              From: Andy Dougherty <doughera@lafayette.edu>
38186              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
38187              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
38188      Branch: metaconfig/U/perl
38189            + d_fcntl_can_lock.U
38190            ! startperl.U
38191      Branch: perl
38192            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
38193            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
38194            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
38195            ! vos/config.ga.h win32/config.bc win32/config.gc
38196            ! win32/config.vc
38197 ____________________________________________________________________________
38198 [  7535] By: nick                                  on 2000/11/03  22:19:10
38199         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
38200              - Works on Linux with
38201              perlio + unix
38202              stdio
38203              - Works on Solaris with
38204              perlio + unix
38205              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
38206              - Fails (hangs in openpid) if you try and stack
38207              perlio + stdio - Linux stdio's read() logic is hanging.
38208      Branch: perlio
38209            ! iperlsys.h perlio.c
38210 ____________________________________________________________________________
38211 [  7534] By: jhi                                   on 2000/11/03  15:16:02
38212         Log: Subject: Re: README.aix
38213              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38214              Date: Fri, 03 Nov 2000 16:03:15 +0100
38215              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
38216      Branch: perl
38217            ! README.aix
38218 ____________________________________________________________________________
38219 [  7533] By: jhi                                   on 2000/11/03  03:59:02
38220         Log: Subject: [PATCH 5.7.0] better messages from malloc()
38221              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38222              Date: Wed, 1 Nov 2000 23:39:56 -0500
38223              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
38224      Branch: perl
38225            ! malloc.c pod/perldiag.pod
38226 ____________________________________________________________________________
38227 [  7532] By: jhi                                   on 2000/11/03  00:11:56
38228         Log: The #7521 touched things it shouldn't have.
38229      Branch: perl
38230            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
38231 ____________________________________________________________________________
38232 [  7531] By: jhi                                   on 2000/11/02  22:32:33
38233         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
38234              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38235              Date:     Thu, 2 Nov 2000 16:58:36 EST
38236              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
38237      Branch: perl
38238            ! vms/gen_shrfls.pl
38239 ____________________________________________________________________________
38240 [  7530] By: jhi                                   on 2000/11/02  22:08:49
38241         Log: Fix the problem discussed in
38242              
38243              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
38244              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
38245              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
38246              
38247              originally from Linc Madison.  Also Andreas König's comments
38248              taken into account.  Some other problems with Tie::SubstrHash
38249              fixed: didn't croak when the table exceeded the requested number
38250              of entries (as documented) but instead when the number of entries
38251              exceeded the size of the table, a croak() had an unnecessary \n,
38252              didn't have a CLEAR method, documented that there is no exists().
38253              Didn't fix to be strict-proof because the module uses &foo; and
38254              dynamic scope.  Added a test script exercizing both first tamely 
38255              the basic functionality, and then the failure cases reported by
38256              Linc Madison.
38257      Branch: perl
38258            + t/lib/tie-substrhash.t
38259            ! MANIFEST lib/Tie/SubstrHash.pm
38260 ____________________________________________________________________________
38261 [  7529] By: jhi                                   on 2000/11/02  17:58:08
38262         Log: recv() can fail and return undef.
38263              
38264              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
38265              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
38266              Date: Thu, 2 Nov 2000 20:12:20 +0300
38267              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
38268      Branch: perl
38269            ! lib/Net/Ping.pm
38270 ____________________________________________________________________________
38271 [  7528] By: jhi                                   on 2000/11/02  17:49:09
38272         Log: Detpyo.
38273      Branch: perl
38274            ! pod/perlop.pod
38275 ____________________________________________________________________________
38276 [  7527] By: jhi                                   on 2000/11/02  15:48:37
38277         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
38278              fix a autovivification bug in Tie::RefHash, add tests for both.
38279              
38280              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
38281              From: Edward Avis <epa98@doc.ic.ac.uk>
38282              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
38283              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
38284      Branch: perl
38285            + t/lib/tie-refhash.t
38286            ! MANIFEST lib/Tie/RefHash.pm
38287 ____________________________________________________________________________
38288 [  7526] By: jhi                                   on 2000/11/02  13:56:26
38289         Log: Test::Harness revealed buglets in the new DynaLoader.
38290              
38291              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
38292              From: andreas.koenig@anima.de (Andreas J. Koenig)
38293              Date: 02 Nov 2000 11:26:48 +0100 
38294              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
38295      Branch: perl
38296            ! ext/DynaLoader/DynaLoader_pm.PL
38297 ____________________________________________________________________________
38298 [  7525] By: jhi                                   on 2000/11/01  23:52:08
38299         Log: The entry for #7503 was missing.
38300      Branch: perl
38301            ! Changes
38302 ____________________________________________________________________________
38303 [  7524] By: jhi                                   on 2000/11/01  23:40:52
38304         Log: Update Changes.
38305      Branch: perl
38306            ! Changes patchlevel.h
38307 ____________________________________________________________________________
38308 [  7523] By: jhi                                   on 2000/11/01  22:57:09
38309         Log: More tweaking on the #7522 theme.
38310      Branch: perl
38311            ! ext/DynaLoader/DynaLoader_pm.PL
38312 ____________________________________________________________________________
38313 [  7522] By: jhi                                   on 2000/11/01  22:06:15
38314         Log: Expand %Config variables and %ENV variables only if
38315              so requested during build time using the
38316              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
38317              Not expanding makes relocating distributions easier.
38318      Branch: perl
38319            ! ext/DynaLoader/DynaLoader_pm.PL
38320 ____________________________________________________________________________
38321 [  7521] By: jhi                                   on 2000/11/01  20:56:34
38322         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
38323              and setgid() because they were just changing $< and $( which means
38324              only changing the real uid/gid, as opposed to changing both
38325              real and effective ids.  (The alternative way could have been
38326              in POSIX.pm to change $> and $), too, but making a direct call
38327              to the C API feels cleaner.)  Fixes the bug
38328              
38329              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
38330              From: "Garry T. Williams" <garry@zvolve.com>
38331              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
38332              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
38333      Branch: perl
38334            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
38335            ! ext/POSIX/typemap pod/perlvar.pod
38336 ____________________________________________________________________________
38337 [  7520] By: jhi                                   on 2000/11/01  20:08:33
38338         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
38339              From: "Garry T. Williams" <garry@zvolve.com>
38340              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
38341              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
38342      Branch: perl
38343            ! pod/perlsec.pod
38344 ____________________________________________________________________________
38345 [  7519] By: jhi                                   on 2000/11/01  20:01:22
38346         Log: Locale warning explanation tweak.
38347      Branch: perl
38348            ! pod/perldiag.pod
38349 ____________________________________________________________________________
38350 [  7518] By: jhi                                   on 2000/11/01  18:57:13
38351         Log: C.pm part of
38352              
38353              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
38354              From: Jarkko Hietaniemi <jhi@iki.fi>
38355              Date: Tue, 10 Oct 2000 08:22:28 -0500
38356              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
38357      Branch: perl
38358            ! ext/B/B/C.pm
38359 ____________________________________________________________________________
38360 [  7517] By: jhi                                   on 2000/11/01  18:41:59
38361         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
38362              From: Martien Verbruggen <mgjv@comdyn.com.au>
38363              Date: Fri, 6 Oct 2000 14:09:10 +1100
38364              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
38365      Branch: perl
38366            ! pod/perlop.pod
38367 ____________________________________________________________________________
38368 [  7516] By: jhi                                   on 2000/11/01  18:34:55
38369         Log: Generalize the Camel wording.
38370              
38371              Subject: Re: perlfaq style changes
38372              From: John Borwick <jhborwic@unity.ncsu.edu>
38373              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
38374              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
38375      Branch: perl
38376            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
38377 ____________________________________________________________________________
38378 [  7515] By: jhi                                   on 2000/11/01  16:52:31
38379         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
38380              From: pimlott@idiomtech.com (Andrew Pimlott)
38381              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
38382              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
38383      Branch: perl
38384            ! pod/perlsec.pod
38385 ____________________________________________________________________________
38386 [  7514] By: jhi                                   on 2000/11/01  15:03:40
38387         Log: More AIX lore.
38388      Branch: perl
38389            ! ext/re/hints/aix.pl
38390 ____________________________________________________________________________
38391 [  7513] By: jhi                                   on 2000/11/01  14:48:30
38392         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
38393              From: root <root@chronos.fi.muni.cz>
38394              Date: Wed, 1 Nov 2000 12:31:32 +0100
38395              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
38396      Branch: perl
38397            ! lib/Net/Ping.pm
38398 ____________________________________________________________________________
38399 [  7512] By: jhi                                   on 2000/11/01  14:46:47
38400         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
38401              From: Martin Husemann <martin@duskware.de>
38402              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
38403              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
38404      Branch: perl
38405            ! regcomp.c
38406 ____________________________________________________________________________
38407 [  7511] By: jhi                                   on 2000/11/01  14:39:50
38408         Log: AUTHORS updates.
38409      Branch: perl
38410            ! AUTHORS
38411 ____________________________________________________________________________
38412 [  7510] By: jhi                                   on 2000/11/01  14:29:50
38413         Log: Subject: [PATCH] startperl to respect versiononly
38414              From: Robin Barker <rmb1@cise.npl.co.uk> 
38415              Date: Tue, 31 Oct 2000 16:29:36 GMT
38416              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
38417      Branch: metaconfig/U/perl
38418            ! startperl.U
38419      Branch: perl
38420            ! Configure config_h.SH
38421 ____________________________________________________________________________
38422 [  7509] By: jhi                                   on 2000/11/01  14:19:53
38423         Log: printf UVs the correct way, noticed by Robin Barker.
38424      Branch: perl
38425            ! utf8.c
38426 ____________________________________________________________________________
38427 [  7508] By: jhi                                   on 2000/11/01  14:10:03
38428         Log: Do not cleanup *% because the % has special meanings in some
38429              shell environments.
38430      Branch: perl
38431            ! ext/Storable/Makefile.PL
38432 ____________________________________________________________________________
38433 [  7507] By: jhi                                   on 2000/11/01  14:06:00
38434         Log: The NonStop-UX libraries have a novel way to say NaN.
38435      Branch: perl
38436            ! t/lib/bigfltpm.t
38437 ____________________________________________________________________________
38438 [  7506] By: jhi                                   on 2000/11/01  14:03:35
38439         Log: The osname has been lowercased by now, from Tom Bates.
38440      Branch: metaconfig
38441            ! U/modified/Oldconfig.U
38442      Branch: perl
38443            ! Configure config_h.SH
38444 ____________________________________________________________________________
38445 [  7505] By: jhi                                   on 2000/10/31  19:18:39
38446         Log: The compiler is either gcc or cc, from Tom Bates.
38447      Branch: perl
38448            ! hints/nonstopux.sh
38449 ____________________________________________________________________________
38450 [  7504] By: jhi                                   on 2000/10/31  14:53:42
38451         Log: Update Changes.
38452      Branch: perl
38453            ! Changes patchlevel.h
38454 ____________________________________________________________________________
38455 [  7503] By: jhi                                   on 2000/10/31  14:30:50
38456         Log: Whitespace style tweak.  Was originally going to see to
38457              
38458              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
38459              From: Joe Smith <jms@inwap.com>
38460              Date: Mon, 30 Oct 2000 18:47:57 -0800
38461              Message-Id: <39FE32DD.24AAC4D@inwap.com>
38462              
38463              but that had already been taken care of.
38464      Branch: metaconfig
38465            ! U/compline/d_stdstdio.U
38466      Branch: perl
38467            ! Configure config_h.SH
38468 ____________________________________________________________________________
38469 [  7502] By: jhi                                   on 2000/10/31  14:25:02
38470         Log: AUTHORS tweaks.
38471      Branch: perl
38472            ! AUTHORS
38473 ____________________________________________________________________________
38474 [  7501] By: jhi                                   on 2000/10/31  14:23:59
38475         Log: Subject: perlfaq style changes
38476              From: John Borwick <jhborwic@unity.ncsu.edu>
38477              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
38478              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
38479      Branch: perl
38480            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
38481            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
38482            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
38483            ! pod/perlfaq9.pod
38484 ____________________________________________________________________________
38485 [  7500] By: jhi                                   on 2000/10/31  14:22:15
38486         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
38487              
38488              Subject: Re: [ID 20000918.005] ~ on wide chars
38489              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38490              Date: Mon, 30 Oct 2000 21:09:55 -0800
38491              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
38492              
38493              (The ord() part of the patch skipped.)
38494      Branch: perl
38495            ! doop.c
38496 ____________________________________________________________________________
38497 [  7499] By: jhi                                   on 2000/10/31  14:20:08
38498         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
38499              From: Jens Hamisch <jens@Strawberry.COM>
38500              Date: Mon, 30 Oct 2000 15:17:07 +0100
38501              Message-Id: <20001030151707.A9597@Strawberry.COM>
38502      Branch: perl
38503            ! av.c
38504 ____________________________________________________________________________
38505 [  7498] By: jhi                                   on 2000/10/31  14:16:29
38506         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
38507              From: Peter Prymmer <pvhp@forte.com>
38508              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
38509              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
38510      Branch: perl
38511            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
38512            + ext/Encode/Encode/posix-bc.enc
38513            ! MANIFEST t/lib/encode.t
38514 ____________________________________________________________________________
38515 [  7497] By: jhi                                   on 2000/10/31  14:13:22
38516         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
38517              From: Peter Prymmer <pvhp@forte.com>
38518              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
38519              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
38520      Branch: perl
38521            ! t/lib/cgi-html.t
38522 ____________________________________________________________________________
38523 [  7496] By: jhi                                   on 2000/10/31  14:12:05
38524         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
38525              From: Peter Prymmer <pvhp@forte.com>
38526              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
38527              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
38528      Branch: perl
38529            ! t/lib/cgi-function.t
38530 ____________________________________________________________________________
38531 [  7495] By: jhi                                   on 2000/10/31  14:11:08
38532         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
38533              From: Peter Prymmer <pvhp@forte.com>
38534              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
38535              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
38536      Branch: perl
38537            + ext/re/hints/aix.pl
38538            ! MANIFEST ext/re/Makefile.PL
38539 ____________________________________________________________________________
38540 [  7494] By: jhi                                   on 2000/10/31  14:08:32
38541         Log: Use Errno magic.
38542              
38543              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
38544              From: Casey Tweten <perl@ctweten.amsite.com>
38545              Date: Mon, 30 Oct 2000 15:51:17 -0500
38546              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
38547      Branch: perl
38548            ! lib/File/Temp.pm
38549 ____________________________________________________________________________
38550 [  7493] By: jhi                                   on 2000/10/31  14:05:07
38551         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
38552              
38553              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
38554              From: Nicholas Clark <nick@ccl4.org>
38555              Date: Mon, 30 Oct 2000 17:38:45 +0000
38556              Message-ID: <20001030173845.O60355@plum.flirble.org>
38557      Branch: perl
38558            ! Makefile.SH utils/perlbug.PL
38559 ____________________________________________________________________________
38560 [  7492] By: nick                                  on 2000/10/30  19:37:23
38561         Log: Change files which are mysteriously different to mainline to be
38562              copies of mainline.
38563      Branch: perlio
38564            ! objXSUB.h perlapi.c pod/perlapi.pod
38565 ____________________________________________________________________________
38566 [  7491] By: nick                                  on 2000/10/30  18:05:54
38567         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
38568              - typo in endian code in putc.
38569              - Don't allow read of write-only files and vice-versa
38570              - and off-by-one in flush-all loop.
38571              Remove debug calls as they were using GCC specific features.
38572      Branch: perlio
38573            ! perlio.c
38574 ____________________________________________________________________________
38575 [  7490] By: nick                                  on 2000/10/29  21:45:45
38576         Log: Integrate mainline to perlio
38577      Branch: perlio
38578           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
38579           !> toke.c
38580 ____________________________________________________________________________
38581 [  7489] By: jhi                                   on 2000/10/29  21:11:08
38582         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
38583              From: andreas.koenig@anima.de (Andreas J. Koenig)
38584              Date: 29 Oct 2000 22:05:59 +0100
38585              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
38586      Branch: perl
38587            ! lib/ExtUtils/Manifest.pm
38588 ____________________________________________________________________________
38589 [  7488] By: jhi                                   on 2000/10/29  21:07:47
38590         Log: Tests for #7487.
38591              
38592              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
38593              From: andreas.koenig@anima.de (Andreas J. Koenig)
38594              Date: 29 Oct 2000 19:37:09 +0100
38595              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
38596      Branch: perl
38597            ! t/comp/proto.t
38598 ____________________________________________________________________________
38599 [  7487] By: jhi                                   on 2000/10/29  21:06:27
38600         Log: constsub spillage.
38601              
38602              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
38603              From: John Tobey <jtobey@john-edwin-tobey.org>
38604              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
38605              Message-Id: <m13pvSr-000FObC@feynman.localnet>
38606      Branch: perl
38607            ! op.c
38608 ____________________________________________________________________________
38609 [  7486] By: nick                                  on 2000/10/29  21:05:04
38610         Log: Integrate mainline to perlio branch
38611      Branch: perlio
38612           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
38613           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
38614           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
38615           +> vos/install_perl.cm
38616            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
38617            - vos/config.h vos/config_h.SH_orig
38618           !> (integrate 141 files)
38619 ____________________________________________________________________________
38620 [  7485] By: jhi                                   on 2000/10/29  21:00:47
38621         Log: Make \x{...} consistently produce UTF-8.
38622              
38623              Subject: Re: \x{...} is confused 
38624              From: Simon Cozens <simon@cozens.net>
38625              Date: Sun, 29 Oct 2000 19:36:48 +0000
38626              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
38627      Branch: perl
38628            ! t/pragma/utf8.t toke.c
38629 ____________________________________________________________________________
38630 [  7484] By: nick                                  on 2000/10/29  20:05:29
38631         Log: PerlIO passes all tests.
38632      Branch: perlio
38633            ! perlio.c
38634 ____________________________________________________________________________
38635 [  7483] By: jhi                                   on 2000/10/29  18:06:55
38636         Log: Update Changes.
38637      Branch: perl
38638            ! Changes patchlevel.h
38639 ____________________________________________________________________________
38640 [  7482] By: nick                                  on 2000/10/29  17:43:28
38641         Log: Include <unistd.h> to get correct lseek() prototype etc.
38642              (I thought perl.h did that) - down to two fails
38643              - comp/require.t (last test)
38644              - lib/io_xs.t - possibly import/export of FILE * ?
38645      Branch: perlio
38646            ! perlio.c
38647 ____________________________________________________________________________
38648 [  7481] By: jhi                                   on 2000/10/29  17:02:37
38649         Log: UTF-8 decoder tweak.
38650      Branch: perl
38651            ! utf8.c
38652 ____________________________________________________________________________
38653 [  7480] By: nick                                  on 2000/10/29  16:26:11
38654         Log: Fixed two bugs:
38655              - error code not being set on close (of broken pipe)
38656              - append mode was truncating.
38657              At least one seek/tell bug remains.
38658      Branch: perlio
38659            ! perlio.c
38660 ____________________________________________________________________________
38661 [  7479] By: nick                                  on 2000/10/29  11:18:16
38662         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
38663              in case of accidents. Still several worrying fails, no line disciplines yet.
38664      Branch: perlio
38665            ! iperlsys.h perlio.c
38666 ____________________________________________________________________________
38667 [  7478] By: jhi                                   on 2000/10/29  02:04:01
38668         Log: Add also emailless people.
38669      Branch: perl
38670            ! AUTHORS
38671 ____________________________________________________________________________
38672 [  7477] By: jhi                                   on 2000/10/29  01:36:00
38673         Log: The #7476 needs a MANIFEST change, too.
38674      Branch: perl
38675            ! MANIFEST
38676 ____________________________________________________________________________
38677 [  7476] By: jhi                                   on 2000/10/29  01:35:21
38678         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
38679      Branch: perl
38680            - MAINTAIN
38681            ! AUTHORS Changes
38682 ____________________________________________________________________________
38683 [  7475] By: jhi                                   on 2000/10/28  23:57:25
38684         Log: De-quoted-unreadable to ISO Latin 1.
38685              (There's one ISO-2022-JP name in Changes5.004.)
38686      Branch: perl
38687            ! Changes Changes5.6
38688 ____________________________________________________________________________
38689 [  7474] By: jhi                                   on 2000/10/28  19:13:06
38690         Log: Subject: [ID 20001027.007] uniq array in perlfaq
38691              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
38692              Date: Fri, 27 Oct 2000 19:28:30 +0200
38693              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
38694      Branch: perl
38695            ! pod/perlfaq4.pod
38696 ____________________________________________________________________________
38697 [  7473] By: jhi                                   on 2000/10/28  18:02:05
38698         Log: Locking null mutexes is not recommendable.
38699              
38700              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
38701              From: Hugo <hv@crypt.compulink.co.uk>
38702              Date: Sat, 28 Oct 2000 18:41:12 +0100
38703              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
38704      Branch: perl
38705            ! op.c
38706 ____________________________________________________________________________
38707 [  7472] By: jhi                                   on 2000/10/28  17:52:58
38708         Log: Better create a true mailing list for the repository keepers.
38709      Branch: perl
38710            ! Porting/repository.pod
38711 ____________________________________________________________________________
38712 [  7471] By: jhi                                   on 2000/10/28  17:28:24
38713         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
38714              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
38715      Branch: perl
38716            + Porting/repository.pod
38717            ! MANIFEST
38718 ____________________________________________________________________________
38719 [  7470] By: jhi                                   on 2000/10/28  17:20:54
38720         Log: Subject: DOC PATCH 5.6.0
38721              From: mjd@plover.com
38722              Date: 27 Oct 2000 17:32:44 -0000
38723              Message-ID: <20001027173244.23754.qmail@plover.com>
38724      Branch: perl
38725            ! pod/perlfunc.pod
38726 ____________________________________________________________________________
38727 [  7469] By: jhi                                   on 2000/10/28  17:16:45
38728         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
38729              From: "Peter J. Farley III" <pjfarley@banet.net>
38730              Date: Fri, 27 Oct 2000 20:32:56 -0400
38731              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
38732      Branch: perl
38733            ! README.dos
38734 ____________________________________________________________________________
38735 [  7468] By: jhi                                   on 2000/10/28  17:07:18
38736         Log: Make target reordering to avoid pointless re-makes.
38737              
38738              Subject: Re: Total re-make of 'make okfile' after 7451 ?
38739              From: Nicholas Clark <nick@ccl4.org>
38740              Date: Sat, 28 Oct 2000 00:31:02 +0100
38741              Message-ID: <20001028003101.A54517@plum.flirble.org>
38742      Branch: perl
38743            ! Makefile.SH
38744 ____________________________________________________________________________
38745 [  7467] By: jhi                                   on 2000/10/28  17:05:31
38746         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
38747              From: lvirden@cas.org
38748              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
38749              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
38750      Branch: perl
38751            ! README.os2
38752 ____________________________________________________________________________
38753 [  7466] By: jhi                                   on 2000/10/28  16:09:16
38754         Log: Upgrade to CPAN 1.58_55.
38755              
38756              Subject: CPAN.pm status
38757              From: andreas.koenig@anima.de (Andreas J. Koenig) 
38758              Date: 28 Oct 2000 08:18:00 +0200 
38759              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
38760      Branch: perl
38761            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38762 ____________________________________________________________________________
38763 [  7465] By: jhi                                   on 2000/10/28  16:02:47
38764         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
38765      Branch: perl
38766            ! embed.h embed.pl perl.h proto.h toke.c
38767 ____________________________________________________________________________
38768 [  7464] By: nick                                  on 2000/10/28  10:43:44
38769         Log: Fix for sv_2iv() on "shared" value from keys %hash.
38770      Branch: perl
38771            ! sv.c
38772 ____________________________________________________________________________
38773 [  7463] By: jhi                                   on 2000/10/27  16:18:29
38774         Log: Update Changes.
38775      Branch: perl
38776            ! Changes patchlevel.h
38777 ____________________________________________________________________________
38778 [  7462] By: jhi                                   on 2000/10/27  16:17:44
38779         Log: Too enthusiastic editing in #7460.
38780      Branch: metaconfig
38781            ! U/modified/Oldsym.U
38782      Branch: perl
38783            ! Configure config_h.SH
38784 ____________________________________________________________________________
38785 [  7461] By: jhi                                   on 2000/10/27  15:37:38
38786         Log: Retract #7459, the script needs more work.
38787      Branch: perl
38788            - mkreef
38789            ! MANIFEST
38790 ____________________________________________________________________________
38791 [  7460] By: jhi                                   on 2000/10/27  15:23:14
38792         Log: Use $sort, $uniq (and $tr) consistently as wondered
38793              by Nicholas Clark.
38794      Branch: metaconfig
38795            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
38796            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
38797            ! U/modified/libc.U
38798      Branch: perl
38799            ! Configure config_h.SH
38800 ____________________________________________________________________________
38801 [  7459] By: jhi                                   on 2000/10/27  15:02:07
38802         Log: (Retracted by #7461)
38803              
38804              Add a shell script for creating/removing symbolic link farms,
38805              useful for keeping the source code read-only and doing the
38806              builds somewhere else.
38807      Branch: perl
38808            + mkreef
38809            ! MANIFEST
38810 ____________________________________________________________________________
38811 [  7458] By: jhi                                   on 2000/10/27  14:42:20
38812         Log: Do away with the fix_pl.
38813      Branch: perl
38814            - fix_pl
38815            ! MANIFEST Makefile.SH
38816 ____________________________________________________________________________
38817 [  7457] By: jhi                                   on 2000/10/27  12:43:13
38818         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
38819              From: Jens Hamisch <jens@Strawberry.COM>
38820              Date: Fri, 27 Oct 2000 14:38:21 +0200
38821              Message-Id: <20001027143821.B3366@Strawberry.COM>
38822      Branch: perl
38823            ! perl.h
38824 ____________________________________________________________________________
38825 [  7456] By: jhi                                   on 2000/10/27  12:33:42
38826         Log: Subject: [PATCH] todo
38827              From: Nicholas Clark <nick@ccl4.org>
38828              Date: Thu, 26 Oct 2000 22:32:29 +0100
38829              Message-ID: <20001026223229.A44540@plum.flirble.org>
38830      Branch: perl
38831            ! pod/perltodo.pod
38832 ____________________________________________________________________________
38833 [  7455] By: jhi                                   on 2000/10/27  12:02:21
38834         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
38835              From: John Tobey <jtobey@john-edwin-tobey.org>
38836              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
38837              Message-Id: <m13ozHF-000FObC@feynman.localnet>
38838      Branch: perl
38839            ! op.c t/pragma/sub_lval.t
38840 ____________________________________________________________________________
38841 [  7454] By: jhi                                   on 2000/10/27  11:59:42
38842         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
38843              From: sthoenna@efn.org
38844              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
38845              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
38846      Branch: perl
38847            ! pp.c t/op/assignwarn.t
38848 ____________________________________________________________________________
38849 [  7453] By: jhi                                   on 2000/10/27  00:15:08
38850         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
38851      Branch: perl
38852            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
38853            ! ext/Storable/Storable.xs t/lib/st-lock.t
38854 ____________________________________________________________________________
38855 [  7452] By: jhi                                   on 2000/10/26  13:05:52
38856         Log: Undo #7451, this seems to be a deficiency in Perforce,
38857              there is no per-file line-terminator type, only per-client.
38858      Branch: perl
38859            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
38860            ! win32/makefile.mk
38861 ____________________________________________________________________________
38862 [  7451] By: jhi                                   on 2000/10/26  04:56:03
38863         Log: Experimenting in DOS arcana.
38864      Branch: perl
38865            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
38866            ! win32/makefile.mk
38867 ____________________________________________________________________________
38868 [  7450] By: jhi                                   on 2000/10/26  04:50:52
38869         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
38870              From: "Peter J. Farley III" <pjfarley@banet.net>            
38871              Date: Wed, 25 Oct 2000 23:10:18 -0400
38872              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
38873      Branch: perl
38874            ! t/io/open.t
38875 ____________________________________________________________________________
38876 [  7449] By: jhi                                   on 2000/10/26  04:49:16
38877         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
38878              From: Hugo <hv@crypt.compulink.co.uk>
38879              Date: Thu, 26 Oct 2000 01:55:17 +0100
38880              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
38881              
38882              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
38883      Branch: perl
38884            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
38885 ____________________________________________________________________________
38886 [  7448] By: jhi                                   on 2000/10/26  04:38:36
38887         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
38888              From: Peter Prymmer <pvhp@forte.com>
38889              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
38890              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
38891      Branch: perl
38892            ! configure.com
38893 ____________________________________________________________________________
38894 [  7447] By: jhi                                   on 2000/10/25  23:20:02
38895         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
38896              in platforms that strictly require all the symbols being present
38897              at link time.
38898      Branch: perl
38899            ! handy.h
38900 ____________________________________________________________________________
38901 [  7446] By: jhi                                   on 2000/10/25  21:55:57
38902         Log: Update Changes.
38903      Branch: perl
38904            ! Changes patchlevel.h
38905 ____________________________________________________________________________
38906 [  7445] By: jhi                                   on 2000/10/25  21:27:08
38907         Log: Integrate with vmsperl #7430 by Charles Bailey:
38908              
38909              Cleanup from prior patch (Charles Lane?):
38910              - improve handling of MFDs in Basename and Path
38911              - default to no xsubpp line # munging when building debug images
38912      Branch: perl
38913           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
38914 ____________________________________________________________________________
38915 [  7444] By: jhi                                   on 2000/10/25  21:03:50
38916         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
38917              From: John Peacock <JPeacock@UnivPress.com>
38918              Date: Thu, 18 May 2000 11:55:27 -0400
38919              Message-ID: <3924126F.A58BE57A@UnivPress.com>
38920      Branch: perl
38921            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
38922            ! t/op/write.t
38923 ____________________________________________________________________________
38924 [  7443] By: jhi                                   on 2000/10/25  20:43:10
38925         Log: Temporary stopgap for the self-tying issue: for now only
38926              array and hash self-ties are verboten.  The real fix, of
38927              course, would be to comprehensively test (and implement?)
38928              and debug (and document) self-ties.
38929      Branch: perl
38930            ! pod/perldiag.pod pp_sys.c t/op/tie.t
38931 ____________________________________________________________________________
38932 [  7442] By: jhi                                   on 2000/10/25  20:14:30
38933         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
38934              From: Dan Sugalski <dan@sidhe.org>
38935              Date: Wed, 25 Oct 2000 13:36:35 -0400
38936              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
38937              
38938              plus regen global.sym.
38939      Branch: perl
38940            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
38941            ! thrdvar.h util.c
38942 ____________________________________________________________________________
38943 [  7441] By: jhi                                   on 2000/10/25  20:12:20
38944         Log: buildtoc target tweaks.
38945      Branch: perl
38946            ! pod/Makefile.SH
38947 ____________________________________________________________________________
38948 [  7440] By: jhi                                   on 2000/10/25  20:03:53
38949         Log: A new version of making the syslog test more robust.
38950              (Replaces #7421.)
38951              
38952              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
38953              From: "Kurt D. Starsinic" <kstar@chapin.edu>
38954              Date: Wed, 25 Oct 2000 12:13:54 -0400
38955              Message-ID: <20001025121354.B2264@O2.chapin.edu>
38956      Branch: perl
38957            ! t/lib/syslog.t
38958 ____________________________________________________________________________
38959 [  7439] By: jhi                                   on 2000/10/25  20:00:48
38960         Log: Continue the internal UTF-8 API tweaking.
38961              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
38962              used much more than the simpler API, now called utf8_to_uv_simple().
38963              Still not quite happy with API, too much partial duplication
38964              of functionality.
38965      Branch: perl
38966            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
38967            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
38968            ! regcomp.c regexec.c sv.c toke.c utf8.c
38969 ____________________________________________________________________________
38970 [  7438] By: jhi                                   on 2000/10/25  18:52:30
38971         Log: Allow poking holes at the UTF-8 decoding strictness.
38972      Branch: perl
38973            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
38974            ! utf8.h
38975 ____________________________________________________________________________
38976 [  7437] By: jhi                                   on 2000/10/25  13:53:05
38977         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
38978              UTF8LEN() and UTF8SKIP(). 
38979      Branch: perl
38980            ! pp.c utf8.c utf8.h
38981 ____________________________________________________________________________
38982 [  7436] By: jhi                                   on 2000/10/25  13:51:37
38983         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
38984              From: Nicholas Clark <nick@ccl4.org>
38985              Date: Wed, 25 Oct 2000 14:44:05 +0100
38986              Message-ID: <20001025144404.D27253@plum.flirble.org>
38987      Branch: perl
38988            ! pod/perlrun.pod
38989 ____________________________________________________________________________
38990 [  7435] By: jhi                                   on 2000/10/25  13:49:32
38991         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
38992              From: Mike Guy <mjtg@cam.ac.uk>
38993              Date: Tue, 24 Oct 2000 14:59:40 +0100
38994              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
38995      Branch: perl
38996            ! scope.c
38997 ____________________________________________________________________________
38998 [  7434] By: jhi                                   on 2000/10/25  13:48:41
38999         Log: AIX is picky about its symbol exports.  Solution for now
39000              is to include the deb.o explicitly to the re extension build.
39001              
39002              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
39003              From: Peter Prymmer <pvhp@forte.com>
39004              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
39005              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
39006      Branch: perl
39007            ! ext/re/Makefile.PL hints/aix.sh
39008 ____________________________________________________________________________
39009 [  7433] By: jhi                                   on 2000/10/25  13:46:49
39010         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
39011              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39012              Date: Wed, 25 Oct 2000 12:02:20 +0200
39013              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
39014      Branch: perl
39015            ! perlsdio.h
39016 ____________________________________________________________________________
39017 [  7432] By: jhi                                   on 2000/10/25  13:44:28
39018         Log: Subject: Minor update to find2perl, for portability
39019              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
39020              Date: Wed, 25 Oct 2000 12:05:47 +0100
39021              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
39022      Branch: perl
39023            ! x2p/find2perl.PL
39024 ____________________________________________________________________________
39025 [  7431] By: jhi                                   on 2000/10/25  13:40:39
39026         Log: Add targets to Makefile.SH, most importantly
39027              'regen_all' which also remembers to update vms/perly*.
39028      Branch: perl
39029            ! Makefile.SH
39030 ____________________________________________________________________________
39031 [  7430] By: bailey                                on 2000/10/25  03:13:53
39032         Log: Cleanup from prior patch (Charles Lane?):
39033              - improve handling of MFDs in Basename and Path
39034              - default to no xsubpp line # munging when building debug images
39035      Branch: vmsperl
39036            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
39037 ____________________________________________________________________________
39038 [  7429] By: jhi                                   on 2000/10/24  20:03:40
39039         Log: Podify README.epoc and README.vos.
39040      Branch: perl
39041            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
39042            ! pod/perlport.pod pod/perltoc.pod
39043 ____________________________________________________________________________
39044 [  7428] By: jhi                                   on 2000/10/24  19:10:33
39045         Log: Stratus VOS updates from Paul Green.
39046      Branch: perl
39047            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
39048            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
39049            - vos/config.def vos/config.h vos/config_h.SH_orig
39050            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
39051            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
39052 ____________________________________________________________________________
39053 [  7427] By: jhi                                   on 2000/10/24  18:59:48
39054         Log: Check if stdio supports tweaking lval and cnt simultaneously.
39055              
39056              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
39057              From: Nicholas Clark <nick@ccl4.org>
39058              Date: Mon, 23 Oct 2000 15:39:32 +0100
39059              Message-ID: <20001023153932.A10786@plum.flirble.org>
39060      Branch: metaconfig
39061            ! U/compline/d_stdstdio.U
39062      Branch: perl
39063            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39064            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
39065            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
39066            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
39067            ! vos/config.h vos/config_h.SH_orig win32/config.bc
39068            ! win32/config.gc win32/config.vc
39069 ____________________________________________________________________________
39070 [  7426] By: jhi                                   on 2000/10/24  17:57:44
39071         Log: Missed the header file changes from #7425.
39072      Branch: perl
39073            ! embed.h embed.pl objXSUB.h proto.h
39074 ____________________________________________________________________________
39075 [  7425] By: jhi                                   on 2000/10/24  17:55:17
39076         Log: Fix the bug reported in
39077              
39078              From: andreas.koenig@anima.de (Andreas J. Koenig)
39079              Subject: Encode bug?
39080              Date: 24 Oct 2000 14:01:26 +0200 
39081              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
39082              
39083              Also make is_utf8_char() stricter.
39084      Branch: perl
39085            ! ext/Encode/Encode.xs utf8.c
39086 ____________________________________________________________________________
39087 [  7424] By: jhi                                   on 2000/10/24  15:15:39
39088         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
39089              From: Peter Scott <Peter@PSDT.com>
39090              Date: Mon, 23 Oct 2000 19:46:01 -0700
39091              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
39092      Branch: perl
39093            ! pod/perlfaq5.pod
39094 ____________________________________________________________________________
39095 [  7423] By: jhi                                   on 2000/10/24  14:25:30
39096         Log: Test tweak to avoid pulling in the whole Config.
39097      Branch: perl
39098            ! t/lib/st-lock.t
39099 ____________________________________________________________________________
39100 [  7422] By: jhi                                   on 2000/10/24  14:03:16
39101         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
39102      Branch: perl
39103            ! pp.c
39104 ____________________________________________________________________________
39105 [  7421] By: jhi                                   on 2000/10/24  13:32:09
39106         Log: (Replaced by #7440.)
39107              
39108              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
39109              From: "Kurt D. Starsinic" <kstar@chapin.edu>
39110              Date: Mon, 23 Oct 2000 16:40:54 -0400
39111              Message-ID: <20001023164054.B14491@O2.chapin.edu>
39112      Branch: perl
39113            ! t/lib/syslog.t
39114 ____________________________________________________________________________
39115 [  7420] By: jhi                                   on 2000/10/24  13:30:53
39116         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
39117              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39118              Date: Mon, 23 Oct 2000 17:29:03 -0400
39119              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
39120      Branch: perl
39121            ! lib/ExtUtils/MM_Unix.pm
39122 ____________________________________________________________________________
39123 [  7419] By: jhi                                   on 2000/10/24  13:29:57
39124         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
39125              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39126              Date: Mon, 23 Oct 2000 19:01:32 -0400
39127              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
39128      Branch: perl
39129            ! utils/h2xs.PL
39130 ____________________________________________________________________________
39131 [  7418] By: jhi                                   on 2000/10/24  13:26:04
39132         Log: Replace #7409 with
39133              
39134              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
39135              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
39136              Date: Mon, 23 Oct 2000 20:08:56 +0200
39137              Message-ID: <20001023200855.A14850@nice.ram.loc>
39138      Branch: perl
39139            ! ext/Storable/Storable.pm t/lib/st-lock.t
39140 ____________________________________________________________________________
39141 [  7417] By: jhi                                   on 2000/10/24  13:17:52
39142         Log: Run vms/vms_yfix.pl, should have done that after changing
39143              perly.c in #7382.
39144      Branch: perl
39145            ! vms/perly_c.vms vms/perly_h.vms
39146 ____________________________________________________________________________
39147 [  7416] By: jhi                                   on 2000/10/24  02:55:33
39148         Log: Make the UTF-8 decoding stricter and more verbose when
39149              malformation happens.  This involved adding an argument
39150              to utf8_to_uv_chk(), which involved changing its prototype,
39151              and prefer STRLEN over I32 for the UTF-8 length, which as
39152              a domino effect necessitated changing the prototypes of
39153              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
39154              The stricter UTF-8 decoding checking uses Markus Kuhn's
39155              UTF-8 Decode Stress Tester from
39156              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
39157      Branch: perl
39158            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
39159            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
39160            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
39161            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
39162 ____________________________________________________________________________
39163 [  7415] By: jhi                                   on 2000/10/23  14:06:06
39164         Log: Update Changes.
39165      Branch: perl
39166            ! Changes patchlevel.h
39167 ____________________________________________________________________________
39168 [  7414] By: jhi                                   on 2000/10/23  12:39:52
39169         Log: Undo the basename() part of #7412 since the lib/basename
39170              tests would need upgrading too.
39171      Branch: perl
39172            ! lib/File/Basename.pm
39173 ____________________________________________________________________________
39174 [  7413] By: jhi                                   on 2000/10/23  12:19:27
39175         Log: Document PERL_INSTALL_ROOT of #7210.
39176      Branch: perl
39177            ! lib/ExtUtils/Install.pm
39178 ____________________________________________________________________________
39179 [  7412] By: jhi                                   on 2000/10/23  12:16:47
39180         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
39181      Branch: perl
39182            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
39183            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
39184 ____________________________________________________________________________
39185 [  7411] By: jhi                                   on 2000/10/23  12:07:41
39186         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
39187              From: Prymmer/Kahn <pvhp@best.com>
39188              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
39189              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
39190      Branch: perl
39191            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
39192 ____________________________________________________________________________
39193 [  7410] By: jhi                                   on 2000/10/23  04:10:11
39194         Log: The change #7187 was not so good on VMS.
39195              
39196              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
39197              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39198              Date: Sun, 22 Oct 2000 23:03:08 -0500
39199              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
39200      Branch: perl
39201            ! utils/perldoc.PL
39202 ____________________________________________________________________________
39203 [  7409] By: jhi                                   on 2000/10/23  03:57:36
39204         Log: Avoid Storable locking on DJGPP for now.
39205              
39206              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
39207              From: "Peter J. Farley III" <pjfarley@banet.net>
39208              Date: Sun, 22 Oct 2000 20:00:00 -0400
39209              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
39210      Branch: perl
39211            ! ext/Storable/Storable.pm t/lib/st-lock.t
39212 ____________________________________________________________________________
39213 [  7408] By: jhi                                   on 2000/10/23  03:50:24
39214         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
39215              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
39216              Date: Sun, 22 Oct 2000 21:12:22 -0400
39217              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
39218      Branch: perl
39219            ! lib/vars.pm
39220 ____________________________________________________________________________
39221 [  7407] By: jhi                                   on 2000/10/23  03:43:12
39222         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
39223              From: Hugo <hv@crypt.compulink.co.uk>
39224              Date: Mon, 23 Oct 2000 00:47:22 +0100
39225              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
39226      Branch: perl
39227            ! regexec.c t/op/pat.t
39228 ____________________________________________________________________________
39229 [  7406] By: jhi                                   on 2000/10/23  03:40:29
39230         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
39231      Branch: perl
39232            ! lib/ExtUtils/MakeMaker.pm
39233 ____________________________________________________________________________
39234 [  7405] By: jhi                                   on 2000/10/22  21:32:00
39235         Log: Doc patch.
39236              
39237              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
39238              From: rspier@pobox.com (Robert Spier)
39239              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
39240              Message-ID: <14835.16112.13457.447971@rls.cx>
39241      Branch: perl
39242            ! lib/strict.pm
39243 ____________________________________________________________________________
39244 [  7404] By: jhi                                   on 2000/10/22  21:30:51
39245         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
39246              From: rspier@pobox.com (Robert Spier)
39247              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
39248              Message-ID: <14835.17223.72448.705566@rls.cx>
39249      Branch: perl
39250            ! lib/ExtUtils/MakeMaker.pm
39251 ____________________________________________________________________________
39252 [  7403] By: jhi                                   on 2000/10/22  21:24:11
39253         Log: Subject: [PATCH bleadperl] ripples from constsub patch
39254              From: John Tobey <jtobey@john-edwin-tobey.org>
39255              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
39256              Message-Id: <m13nSOB-000FObC@feynman.localnet>
39257      Branch: perl
39258            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
39259 ____________________________________________________________________________
39260 [  7402] By: jhi                                   on 2000/10/22  20:59:35
39261         Log: Support s?printf parameter reordering.
39262      Branch: perl
39263            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
39264 ____________________________________________________________________________
39265 [  7401] By: jhi                                   on 2000/10/22  19:19:14
39266         Log: Expand %Config variables only if explicitly so requested
39267              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
39268              
39269              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
39270              From: Gurusamy Sarathy <gsar@ActiveState.com>
39271              Date: Sun, 22 Oct 2000 11:47:32 -0700
39272              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
39273      Branch: perl
39274            ! Makefile.SH lib/lib_pm.PL
39275 ____________________________________________________________________________
39276 [  7400] By: jhi                                   on 2000/10/22  18:24:10
39277         Log: Move the #7390 test from warn/op to comp/redef.
39278              
39279              Subject: Re: Creating const subs for constants.
39280              From: John Tobey <jtobey@john-edwin-tobey.org>
39281              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
39282              Message-Id: <m13nG72-000FObC@feynman.localnet>               
39283      Branch: perl
39284            ! t/comp/redef.t t/pragma/warn/op
39285 ____________________________________________________________________________
39286 [  7399] By: jhi                                   on 2000/10/22  17:49:59
39287         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
39288              From: Nicholas Clark <nick@ccl4.org>
39289              Date: Sat, 21 Oct 2000 22:23:19 +0100
39290              Message-ID: <20001021222319.B45586@plum.flirble.org>
39291      Branch: perl
39292            ! ext/DynaLoader/DynaLoader_pm.PL
39293 ____________________________________________________________________________
39294 [  7398] By: jhi                                   on 2000/10/22  17:47:35
39295         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
39296              From: Hugo <hv@crypt.compulink.co.uk>
39297              Date: Sat, 21 Oct 2000 18:19:59 +0100
39298              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
39299      Branch: perl
39300            ! ext/B/B.pm ext/B/B/C.pm
39301 ____________________________________________________________________________
39302 [  7397] By: jhi                                   on 2000/10/22  17:35:18
39303         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
39304              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
39305              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
39306              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
39307      Branch: perl
39308            ! hints/openbsd.sh
39309 ____________________________________________________________________________
39310 [  7396] By: jhi                                   on 2000/10/22  17:19:46
39311         Log: Subject: installman go-faster stripes
39312              From: Nicholas Clark <nick@talking.bollo.cx>
39313              Date: Sat, 21 Oct 2000 17:24:53 +0100
39314              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
39315              
39316              Subject: Re: installman go-faster stripes
39317              From: Russ Allbery <rra@stanford.edu>
39318              Date: 21 Oct 2000 11:04:13 -0700
39319              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
39320      Branch: perl
39321            ! installman pod/pod2man.PL
39322 ____________________________________________________________________________
39323 [  7395] By: jhi                                   on 2000/10/22  17:17:35
39324         Log: Hints tweak from Anton Berezin.
39325      Branch: perl
39326            ! hints/freebsd.sh
39327 ____________________________________________________________________________
39328 [  7394] By: jhi                                   on 2000/10/22  04:50:04
39329         Log: Tweak the Is* definitions of Unicode character classes
39330              to better match the official categorizations; embrace
39331              the official categorizations; add the combining marks
39332              as alpha (and -numeric); fix DCinital (a typo and edito)
39333              to be DCmedial.
39334      Branch: perl
39335            + lib/unicode/Is/DCmedial.pl
39336            - lib/unicode/Is/DCinital.pl
39337            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
39338            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
39339            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
39340            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
39341 ____________________________________________________________________________
39342 [  7393] By: jhi                                   on 2000/10/21  18:06:05
39343         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
39344              From: Daniel Chetlin <daniel@chetlin.com>
39345              Date: Sat, 21 Oct 2000 02:57:03 -0700
39346              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
39347      Branch: perl
39348            + t/lib/tie-splice.t
39349            ! MANIFEST lib/Tie/Array.pm
39350 ____________________________________________________________________________
39351 [  7392] By: gsar                                  on 2000/10/21  18:05:15
39352         Log: resync utfperl branch with mainline
39353      Branch: utfperl
39354           !> (integrate 1760 files)
39355 ____________________________________________________________________________
39356 [  7391] By: jhi                                   on 2000/10/21  14:37:49
39357         Log: Testcases for a #7383,#7385 related bug.
39358              
39359              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
39360              From: Nicholas Clark <nick@ccl4.org>
39361              Date: Sat, 21 Oct 2000 15:04:51 +0100
39362              Message-ID: <20001021150451.A51566@plum.flirble.org>
39363      Branch: perl
39364            ! t/pragma/utf8.t
39365 ____________________________________________________________________________
39366 [  7390] By: jhi                                   on 2000/10/21  14:35:57
39367         Log: Add a testcase for #7389.
39368      Branch: perl
39369            ! t/pragma/warn/op
39370 ____________________________________________________________________________
39371 [  7389] By: jhi                                   on 2000/10/21  14:26:45
39372         Log: Subject: Re: Creating const subs for constants.
39373              From: John Tobey <jtobey@john-edwin-tobey.org>
39374              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
39375              Message-Id: <m13mo0N-000FObC@feynman.localnet>
39376      Branch: perl
39377            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
39378            ! proto.h sv.c
39379 ____________________________________________________________________________
39380 [  7388] By: nick                                  on 2000/10/21  11:44:23
39381         Log: Populate perlio branch
39382      Branch: perlio
39383           +> (branch 1760 files)
39384 ____________________________________________________________________________
39385 [  7387] By: nick                                  on 2000/10/21  10:52:05
39386         Log: Get branch back as replica of mainline via :
39387              p4 integrate -b utfperl
39388              p4 resolve -at ./...
39389      Branch: utfperl
39390           +> (branch 269 files)
39391            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
39392            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
39393            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
39394            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
39395            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
39396            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
39397            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
39398            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
39399            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
39400            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
39401            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
39402            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
39403            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
39404            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
39405            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
39406            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
39407            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
39408            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
39409            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
39410            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
39411            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
39412            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
39413            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
39414            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
39415            - lib/unicode/UCD300.html lib/unicode/Unicode.300
39416            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
39417            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
39418            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
39419            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
39420           !> (integrate 965 files)
39421 ____________________________________________________________________________
39422 [  7386] By: jhi                                   on 2000/10/21  01:31:12
39423         Log: Update Changes.
39424      Branch: perl
39425            ! Changes patchlevel.h
39426 ____________________________________________________________________________
39427 [  7385] By: jhi                                   on 2000/10/21  01:28:42
39428         Log: The #7383 was right only in the context of the original bug report,
39429              not in more general case.
39430      Branch: perl
39431            ! pp_hot.c
39432 ____________________________________________________________________________
39433 [  7384] By: jhi                                   on 2000/10/21  01:08:23
39434         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
39435      Branch: perl
39436            ! ext/IO/lib/IO/Select.pm
39437 ____________________________________________________________________________
39438 [  7383] By: jhi                                   on 2000/10/21  00:44:18
39439         Log: Fix for ID 20001020.006, concatenating an unset submatch
39440              with utf8 resulted in "Modification of a read-only value".
39441      Branch: perl
39442            ! pp_hot.c t/pragma/utf8.t
39443 ____________________________________________________________________________
39444 [  7382] By: jhi                                   on 2000/10/20  20:44:31
39445         Log: Make scan_num() reëntrant, as suggested in
39446              
39447              Subject: [PATCH perl@7229] Rentrant parser and yylex()
39448              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39449              Date: Fri, 20 Oct 2000 14:17:27 +0100
39450              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
39451      Branch: perl
39452            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
39453            ! toke.c
39454 ____________________________________________________________________________
39455 [  7381] By: jhi                                   on 2000/10/20  20:07:29
39456         Log: Reëntrancy fix.
39457              
39458              Subject: [PATCH perl@7229] Rentrant parser and yylex()
39459              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
39460              Date: Fri, 20 Oct 2000 14:17:27 +0100
39461              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
39462      Branch: perl
39463            ! embed.h embed.pl perl.h proto.h toke.c
39464 ____________________________________________________________________________
39465 [  7380] By: jhi                                   on 2000/10/20  19:15:54
39466         Log: Don't write double values through long double pointers,
39467              based on a part of
39468              
39469              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
39470              From: Jens Hamisch <jens@Strawberry.COM>
39471              Date: Tue, 17 Oct 2000 08:39:36 +0200
39472              Message-Id: <20001017083936.A11104@Strawberry.COM>
39473      Branch: perl
39474            ! perl.h pp.c
39475 ____________________________________________________________________________
39476 [  7379] By: jhi                                   on 2000/10/20  18:43:37
39477         Log: Portability tweak on #7377.
39478              
39479              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
39480              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39481              Date:     Fri, 20 Oct 2000 13:13:41 EDT
39482              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
39483      Branch: perl
39484            ! t/lib/dprof.t
39485 ____________________________________________________________________________
39486 [  7378] By: jhi                                   on 2000/10/20  12:57:19
39487         Log: SOCKS function redefinitions need prototypes, too, otherwise
39488              for example 32 bit versus 64 bit differences cause a lot of
39489              problems.  Part of
39490              
39491              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
39492              From: Jens Hamisch <jens@Strawberry.COM>
39493              Date: Tue, 17 Oct 2000 08:39:36 +0200
39494              Message-Id: <20001017083936.A11104@Strawberry.COM>
39495      Branch: perl
39496            ! doio.c pp_sys.c
39497 ____________________________________________________________________________
39498 [  7377] By: jhi                                   on 2000/10/20  12:37:12
39499         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
39500              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39501              Date:     Fri, 20 Oct 2000 08:26:04 EDT
39502              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
39503      Branch: perl
39504            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
39505 ____________________________________________________________________________
39506 [  7376] By: jhi                                   on 2000/10/20  12:35:31
39507         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
39508              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
39509              Date:     Fri, 20 Oct 2000 07:48:15 EDT
39510              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
39511      Branch: perl
39512            ! configure.com vms/gen_shrfls.pl
39513 ____________________________________________________________________________
39514 [  7375] By: bailey                                on 2000/10/20  04:44:37
39515         Log: SYN SYN
39516      Branch: vmsperl
39517           +> (branch 134 files)
39518            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
39519            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
39520            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
39521            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
39522            - eg/cgi/frameset.cgi eg/cgi/index.html
39523            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
39524            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
39525            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
39526            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
39527            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
39528            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
39529            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
39530            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
39531            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
39532            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
39533            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
39534            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
39535            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
39536            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
39537            - lib/unicode/Props.txt lib/unicode/UCD300.html
39538            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
39539            - utils/perlbc.PL vms/subconfigure.com
39540           !> (integrate 785 files)
39541 ____________________________________________________________________________
39542 [  7374] By: jhi                                   on 2000/10/20  00:59:48
39543         Log: In the latest compiler builds cccdlflags must not become -fpic,
39544              from Wilfredo Sánchez.
39545      Branch: perl
39546            ! hints/darwin.sh
39547 ____________________________________________________________________________
39548 [  7373] By: jhi                                   on 2000/10/20  00:56:35
39549         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
39550              From: Tony Cook <tony@develop-help.com>
39551              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
39552              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
39553      Branch: perl
39554            ! pod/perlop.pod
39555 ____________________________________________________________________________
39556 [  7372] By: jhi                                   on 2000/10/19  19:34:40
39557         Log: Typo noted by Mark Lutz.
39558      Branch: perl
39559            ! t/op/64bitint.t
39560 ____________________________________________________________________________
39561 [  7371] By: jhi                                   on 2000/10/19  19:33:13
39562         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
39563      Branch: metaconfig
39564            ! U/modified/Cppsym.U U/modified/Oldconfig.U
39565      Branch: metaconfig/U/perl
39566            ! End.U dlsrc.U libperl.U
39567      Branch: perl
39568            + hints/nonstopux.sh
39569            ! Configure MANIFEST config_h.SH
39570 ____________________________________________________________________________
39571 [  7370] By: jhi                                   on 2000/10/19  17:18:08
39572         Log: Subject: PATCH do_print has 2 PerlIO_error()s
39573              From: nick@ccl4.org
39574              Date: Thu, 19 Oct 2000 18:09:20 +0100
39575              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
39576      Branch: perl
39577            ! doio.c
39578 ____________________________________________________________________________
39579 [  7369] By: jhi                                   on 2000/10/19  14:01:49
39580         Log: Update Changes.
39581      Branch: perl
39582            ! Changes patchlevel.h
39583 ____________________________________________________________________________
39584 [  7368] By: jhi                                   on 2000/10/19  13:04:29
39585         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
39586              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39587              Date: Wed, 18 Oct 2000 13:12:01 +0200
39588              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
39589      Branch: perl
39590            ! hints/aix.sh
39591 ____________________________________________________________________________
39592 [  7367] By: jhi                                   on 2000/10/19  02:22:40
39593         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
39594              of a 'pmshort' anywhere in the B, so the offending line was simply
39595              removed.
39596      Branch: perl
39597            ! ext/B/B/Debug.pm
39598 ____________________________________________________________________________
39599 [  7366] By: jhi                                   on 2000/10/19  02:12:37
39600         Log: Add the test case for the bug id 20000730.004 which seems
39601              to have been fixed by now.
39602      Branch: perl
39603            ! t/pragma/utf8.t
39604 ____________________________________________________________________________
39605 [  7365] By: jhi                                   on 2000/10/18  23:36:24
39606         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
39607              From: Hugo <hv@crypt.compulink.co.uk>
39608              Date: Wed, 18 Oct 2000 23:25:58 +0100
39609              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
39610      Branch: perl
39611            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
39612 ____________________________________________________________________________
39613 [  7364] By: jhi                                   on 2000/10/18  21:12:53
39614         Log: (retracted)
39615      Branch: perl
39616            ! pp.c
39617 ____________________________________________________________________________
39618 [  7363] By: jhi                                   on 2000/10/18  20:55:38
39619         Log: Missing change from #7362.
39620      Branch: perl
39621            ! win32/perlhost.h
39622 ____________________________________________________________________________
39623 [  7362] By: jhi                                   on 2000/10/18  20:52:01
39624         Log: Borland C fstat() never saw the fd as writable.
39625              
39626              Subject: fix for Borland's weak "stat" (perl@7211)
39627              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39628              Date: Mon, 16 Oct 2000 09:55:03 +0400
39629              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
39630      Branch: perl
39631            ! win32/win32.c
39632 ____________________________________________________________________________
39633 [  7361] By: jhi                                   on 2000/10/18  17:43:50
39634         Log: Regen toc.
39635      Branch: perl
39636            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
39637 ____________________________________________________________________________
39638 [  7360] By: jhi                                   on 2000/10/18  17:07:44
39639         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39640              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
39641              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
39642              Date: Mon, 16 Oct 2000 15:19:49 +0200
39643      Branch: perl
39644            + README.aix
39645            ! MANIFEST
39646 ____________________________________________________________________________
39647 [  7359] By: jhi                                   on 2000/10/18  17:04:49
39648         Log: Subject: Pod patch for Devel::Peek
39649              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
39650              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
39651              Date: Mon, 16 Oct 2000 12:26:34 +0200
39652      Branch: perl
39653            ! ext/Devel/Peek/Peek.pm
39654 ____________________________________________________________________________
39655 [  7358] By: jhi                                   on 2000/10/18  17:03:15
39656         Log: Make Cwd more bulletproof in chrooted environments.
39657              
39658              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
39659              From: "Eric E. Coe" <Eric.Coe@oracle.com>
39660              Date: Wed, 18 Oct 2000 04:03:54 -0400
39661              Message-Id: <39ED596A.70E599FE@oracle.com>
39662      Branch: perl
39663            ! lib/Cwd.pm
39664 ____________________________________________________________________________
39665 [  7357] By: jhi                                   on 2000/10/18  16:37:26
39666         Log: Disable the UTF8 downgrade croakage for now to avoid
39667              too many not okay messages.
39668      Branch: perl
39669            ! doio.c
39670 ____________________________________________________________________________
39671 [  7356] By: jhi                                   on 2000/10/17  23:29:41
39672         Log: Show the failed remote port, instead of the failing line number.
39673              
39674              Subject: [PATCH 5.6.1 Debugger] More diagnostics
39675              From: David Sparks <daves@ActiveState.com>
39676              Date: Tue, 17 Oct 2000 15:00:24 -0700
39677              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
39678      Branch: perl
39679            ! lib/perl5db.pl
39680 ____________________________________________________________________________
39681 [  7355] By: jhi                                   on 2000/10/17  14:11:31
39682         Log: On output try to downgrade to bytes, croak if impossible,
39683              from Simon Cozens.  This means that outputting >255 UTF8
39684              is impossible.  Consider this as a strong incentive to get
39685              the I/O disciplines implemented.
39686      Branch: perl
39687            ! doio.c pod/perldiag.pod sv.c
39688 ____________________________________________________________________________
39689 [  7354] By: jhi                                   on 2000/10/17  13:42:23
39690         Log: Clarify documentation on 'use bytes'.
39691              
39692              Subject: Re: What does 'use bytes' "mean" ?
39693              From: Simon Cozens <simon@cozens.net>
39694              Date: Mon, 18 Sep 2000 18:24:25 +0100
39695              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
39696      Branch: perl
39697            ! lib/bytes.pm
39698 ____________________________________________________________________________
39699 [  7353] By: jhi                                   on 2000/10/17  13:28:12
39700         Log: Workaround for a sfio bug where the stream error indicator
39701              is not cleared as documented.
39702              
39703              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
39704              From: Nicholas Clark <nick@ccl4.org>
39705              Date: Mon, 16 Oct 2000 18:28:23 +0100
39706              Message-ID: <20001016182823.J19700@plum.flirble.org>
39707      Branch: perl
39708            ! doio.c
39709 ____________________________________________________________________________
39710 [  7352] By: jhi                                   on 2000/10/17  13:06:19
39711         Log: More IoTYPE sprinkling.
39712      Branch: perl
39713            ! doio.c pp_hot.c
39714 ____________________________________________________________________________
39715 [  7351] By: jhi                                   on 2000/10/16  22:47:07
39716         Log: Detect early whether the std streams have gone bad.
39717              
39718              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
39719              Date: Mon, 16 Oct 2000 23:28:42 +0100
39720              From: Nicholas Clark <nick@ccl4.org>
39721              Message-ID: <20001016232842.A37942@plum.flirble.org>
39722      Branch: perl
39723            ! t/op/misc.t
39724 ____________________________________________________________________________
39725 [  7350] By: jhi                                   on 2000/10/16  22:45:16
39726         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
39727              From: "Peter J. Farley III" <pjfarley@banet.net>
39728              Date: Mon, 16 Oct 2000 18:15:59 -0400
39729              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
39730      Branch: perl
39731            ! djgpp/djgpp.c dosish.h t/io/open.t
39732 ____________________________________________________________________________
39733 [  7349] By: jhi                                   on 2000/10/16  22:36:45
39734         Log: perldelta tweak.
39735      Branch: perl
39736            ! pod/perldelta.pod
39737 ____________________________________________________________________________
39738 [  7348] By: jhi                                   on 2000/10/16  15:17:53
39739         Log: Update Changes.
39740      Branch: perl
39741            ! Changes patchlevel.h
39742 ____________________________________________________________________________
39743 [  7347] By: jhi                                   on 2000/10/16  13:55:27
39744         Log: Add the capability to include/exclude branches.
39745      Branch: perl
39746            ! Porting/genlog
39747 ____________________________________________________________________________
39748 [  7346] By: jhi                                   on 2000/10/16  13:18:04
39749         Log: Add Charles Lane.
39750      Branch: perl
39751            ! AUTHORS Changes
39752 ____________________________________________________________________________
39753 [  7345] By: jhi                                   on 2000/10/16  13:13:21
39754         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
39755      Branch: perl
39756            ! pod/perldelta.pod
39757 ____________________________________________________________________________
39758 [  7344] By: gsar                                  on 2000/10/16  09:30:21
39759         Log: integrate change#6220 from cfgperl
39760              
39761              Win32 patches from Benjamin Stuhl.
39762      Branch: maint-5.6/perl
39763           !> makedef.pl win32/win32.h
39764 ____________________________________________________________________________
39765 [  7343] By: gsar                                  on 2000/10/16  08:32:19
39766         Log: integrate changes#6221,6222 from cfgperl
39767              
39768              Remove tr///CU (the feature is to be obsoleted by better interfaces).
39769              From: simon@brecon.co.uk (Simon Cozens)
39770              Subject: [PATCH] Eliminate tr///[CU][CU]
39771              Date: 23 Jun 2000 11:05:40 GMT
39772              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
39773              
39774              doc typo fix
39775              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
39776              From: Ian Phillipps <Ian.Phillipps@iname.com>
39777              Date: Fri, 23 Jun 2000 10:40:58 +0100
39778              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
39779      Branch: maint-5.6/perl
39780           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
39781 ____________________________________________________________________________
39782 [  7342] By: gsar                                  on 2000/10/16  08:28:08
39783         Log: integrate change#6217 from cfgperl (in part)
39784              
39785              Rename the fdpid locking and integrate with Sarathy.
39786      Branch: maint-5.6/perl
39787           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
39788           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
39789           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
39790           !> win32/win32.c
39791 ____________________________________________________________________________
39792 [  7341] By: gsar                                  on 2000/10/16  08:23:39
39793         Log: integrate changes#6214..6216 from mainline
39794              
39795              @_ can't have junk in it even in the non-USE_ITHREADS case because
39796              caller() wants to populate @DB::args with it (causes a coredump
39797              in Carp::confess())
39798              
39799              tweak comment about @DB::args
39800              
39801              be more optimal about clearing @_
39802      Branch: maint-5.6/perl
39803           !> av.h cop.h pp_ctl.c t/op/runlevel.t
39804 ____________________________________________________________________________
39805 [  7340] By: gsar                                  on 2000/10/16  08:20:37
39806         Log: integrate changes#6207..6210 from cfgperl
39807              
39808              Subject: [PATCH 5.6.0] Threadsafe patches
39809              From: Dan Sugalski <dan@sidhe.org>
39810              To: perl5-porters@perl.org
39811              Date: Mon, 08 May 2000 18:08:13 -0400
39812              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
39813              
39814              Regen headers for #6207.
39815              
39816              Lock PL_fdpid against race conditions, based on:
39817              Subject: [PATCH 5.6.0]subprocess fixup for threads
39818              From: Dan Sugalski <dan@sidhe.org>
39819              To: perl5-porters@perl.org
39820              Date: Tue, 11 Apr 2000 17:02:32 -0400
39821              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
39822              
39823              Mopup for #6207 and #6209.
39824      Branch: maint-5.6/perl
39825           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
39826           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
39827           !> win32/win32.c
39828 ____________________________________________________________________________
39829 [  7339] By: gsar                                  on 2000/10/16  08:14:34
39830         Log: integrate change#6203 from cfgperl
39831              
39832              perldiag should refer to perlos2.pod not README.os2
39833      Branch: maint-5.6/perl
39834           !> pod/perldiag.pod
39835 ____________________________________________________________________________
39836 [  7338] By: gsar                                  on 2000/10/16  08:11:42
39837         Log: integrate change#6201 from mainline
39838              
39839              Perl_eval_pv() leaks 4 bytes every time it is called because it
39840              does a PUSHMARK that's never ever POPMARKed; in general, only
39841              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
39842              Perl_eval_[sp]v() don't because they don't take any incoming
39843              arguments (this leak has been around since the original version
39844              of perl_eval_pv() in 5.003_97e)
39845      Branch: maint-5.6/perl
39846           !> perl.c
39847 ____________________________________________________________________________
39848 [  7337] By: gsar                                  on 2000/10/16  08:08:47
39849         Log: integrate changes#6197..6200 from cfgperl
39850              
39851              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
39852              From: John Borwick <jhborwic@unity.ncsu.edu>
39853              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
39854              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
39855              
39856              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
39857              From: Dan Sugalski <dan@sidhe.org>
39858              To: vmsperl@perl.org, perl5-porters@perl.org
39859              Date: Fri, 02 Jun 2000 16:00:41 -0400
39860              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
39861              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
39862              
39863              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
39864              From: Dan Sugalski <dan@sidhe.org>
39865              To: perl5-porters@perl.org, vmsperl@perl.org
39866              Date: Fri, 02 Jun 2000 17:30:51 -0400
39867              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
39868              
39869              Update to cperl-mode.el 4.31 from
39870              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
39871              Subject: A couple of notes
39872              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
39873              To: Mailing list Perl5 <perl5-porters@perl.org>
39874              Date: Sat, 3 Jun 2000 23:33:32 -0400
39875              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
39876      Branch: maint-5.6/perl
39877           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
39878           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
39879           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
39880           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
39881           !> vms/vmsish.h
39882 ____________________________________________________________________________
39883 [  7336] By: gsar                                  on 2000/10/16  08:03:46
39884         Log: integrate changes#6194,6195 from mainline
39885              
39886              fix small eval"" memory leaks under USE_ITHREADS
39887              
39888              fix yet another eval"" leak under USE_ITHREADS
39889      Branch: maint-5.6/perl
39890           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
39891           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
39892           !> vms/perly_c.vms
39893 ____________________________________________________________________________
39894 [  7335] By: gsar                                  on 2000/10/16  08:02:15
39895         Log: integrate changes#6190,6191 from mainline
39896              
39897              submit missing embed.pl change
39898              
39899              vec() loses numericalness (modified version of patch suggested
39900              by Robin Barker)
39901      Branch: maint-5.6/perl
39902           !> doop.c embed.pl t/op/vec.t
39903 ____________________________________________________________________________
39904 [  7334] By: gsar                                  on 2000/10/16  08:01:03
39905         Log: integrate change#6189 from mainline
39906              
39907              counting tr/// corrupts later operation (from M.J.T Guy)
39908      Branch: maint-5.6/perl
39909           !> doop.c t/op/tr.t
39910 ____________________________________________________________________________
39911 [  7333] By: gsar                                  on 2000/10/16  07:59:07
39912         Log: integrate changes#6183..6188 from mainline
39913              
39914              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
39915              <nick@ccl4.org>)
39916              
39917              tweak for change#6127
39918              
39919              remove incorrect documentation about implicit split to @_ in
39920              list context, which never really worked in perl 5 (from
39921              M.J.T. Guy)
39922              
39923              further qualify references to "alphanumeric" (from Wolfgang Laun
39924              <wolfgang.laun@alcatel.at>)
39925              
39926              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
39927              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
39928              
39929              h2xs tweaks
39930      Branch: maint-5.6/perl
39931           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
39932           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
39933           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
39934           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
39935           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
39936           !> pod/pod2latex.PL utils/h2xs.PL
39937 ____________________________________________________________________________
39938 [  7332] By: gsar                                  on 2000/10/16  07:53:52
39939         Log: integrate change#6179 from mainline
39940              
39941              buggy modulus on UVs introduced by change#3378 (resulted in
39942              4063328477 % 65535 amounting to 27406, instead of 27407)
39943      Branch: maint-5.6/perl
39944           !> pp.c t/op/arith.t
39945 ____________________________________________________________________________
39946 [  7331] By: gsar                                  on 2000/10/16  07:52:49
39947         Log: integrate changes#6176,6177,6178,6182 from cfgperl
39948              
39949              Single-quoted utf8 patch from Simon Cozens.
39950              
39951              Substitution utf8 patch from Simon Cozens.
39952              
39953              Be cleaner.
39954              
39955              Be Cleaner Part Deux.
39956      Branch: maint-5.6/perl
39957           !> Makefile.SH pp_hot.c toke.c
39958 ____________________________________________________________________________
39959 [  7330] By: gsar                                  on 2000/10/16  07:41:36
39960         Log: integrate change#6172 from mainline
39961              
39962              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
39963              (from Ilya Zakharevich)
39964      Branch: maint-5.6/perl
39965           !> regexec.c t/op/re_tests
39966 ____________________________________________________________________________
39967 [  7329] By: gsar                                  on 2000/10/16  07:40:25
39968         Log: integrate change#6171 from mainline
39969              
39970              scalar() doesn't force scalar context when used in void context
39971              (from Simon Cozens)
39972      Branch: maint-5.6/perl
39973           !> op.c t/op/wantarray.t
39974 ____________________________________________________________________________
39975 [  7328] By: gsar                                  on 2000/10/16  07:39:33
39976         Log: integrate change#6170 from mainline
39977              
39978              change#6142 needs tweaks to tests to work where there's no
39979              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
39980      Branch: maint-5.6/perl
39981           !> t/lib/filefind.t
39982 ____________________________________________________________________________
39983 [  7327] By: gsar                                  on 2000/10/16  07:35:34
39984         Log: integrate changes#6166..6168 from cfgperl
39985              
39986              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
39987              in case somebody wants to write an extension for more
39988              shadow database interfaces.
39989              
39990              tweak todo
39991              
39992              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
39993      Branch: maint-5.6/perl
39994           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
39995           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
39996           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
39997           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
39998           !> win32/config.vc win32/config_H.bc win32/config_H.gc
39999           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
40000 ____________________________________________________________________________
40001 [  7326] By: gsar                                  on 2000/10/16  07:29:05
40002         Log: integrate changes#6157,6159..6161,6164 from cfgperl
40003              
40004              Regen Configure to jive with #6149.
40005              
40006              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
40007              
40008              Changes for the File::Temp 0.08 (change #6159) test suite
40009              to fit better into the Perl distribution test framework.
40010              
40011              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
40012              both from Simon Cozens.
40013              
40014              detypo
40015      Branch: maint-5.6/perl
40016           +> pod/perlmodlib.PL pod/perlnewmod.pod
40017           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
40018           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
40019           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
40020           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
40021 ____________________________________________________________________________
40022 [  7325] By: gsar                                  on 2000/10/16  07:25:13
40023         Log: integrate change#6158 from vmsperl
40024              
40025              Add fallback to tmpfile for use in cases where user's relying on
40026              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
40027              Lane's patch)
40028      Branch: maint-5.6/perl
40029           !> vms/vms.c vms/vmsish.h
40030 ____________________________________________________________________________
40031 [  7324] By: gsar                                  on 2000/10/16  07:20:50
40032         Log: integrate changes#6153..6155 from mainline
40033              
40034              prettier Test::Harness output on failed tests (from Nicholas Clark
40035              <nick@Bagpuss.uk.boo.com>)
40036              
40037              avoid type mismatch warning
40038              
40039              small bug in change#6144; remove random \xA0 character that snuck
40040              in via change#6145
40041      Branch: maint-5.6/perl
40042           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
40043           !> perl.c
40044 ____________________________________________________________________________
40045 [  7323] By: gsar                                  on 2000/10/16  07:18:47
40046         Log: integrate changes#6151,6152 from mainline
40047              
40048              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
40049              
40050              cosmetic fixups of RE debug output (from Ilya Zakharevich)
40051      Branch: maint-5.6/perl
40052           !> regexec.c
40053 ____________________________________________________________________________
40054 [  7322] By: gsar                                  on 2000/10/16  07:17:25
40055         Log: integrate changes#6146..6150 from mainline
40056              
40057              doc typo
40058              
40059              add a make entry to Config.pm so "perl -V:make" works on VMS
40060              (from Peter Prymmer)
40061              
40062              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
40063              
40064              OS/2 tweaks for usethreads build (from Rocco Caputo
40065              <troc@netrus.net>)
40066              
40067              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
40068      Branch: maint-5.6/perl
40069           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
40070           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
40071           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
40072           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
40073           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
40074           !> warnings.pl x2p/a2p.h
40075 ____________________________________________________________________________
40076 [  7321] By: gsar                                  on 2000/10/16  07:14:02
40077         Log: integrate changes#6143..6145 from mainline
40078              
40079              MacOS support, part 1 (from Matthias Neeracher
40080              <neeri@iis.ee.ethz.ch>)
40081              
40082              MacOS support, part 2: make AutoSplit use File::Spec instead
40083              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
40084              <neeri@iis.ee.ethz.ch>)
40085              
40086              make xsubpp skip embedded pod (from Matthias Neeracher
40087              <neeri@iis.ee.ethz.ch>)
40088      Branch: maint-5.6/perl
40089           +> ext/DynaLoader/dl_mac.xs
40090           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
40091           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
40092           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
40093           !> pp_ctl.c proto.h toke.c util.c util.h
40094 ____________________________________________________________________________
40095 [  7320] By: gsar                                  on 2000/10/16  07:12:13
40096         Log: integrate changes#6141,6142 from mainline
40097              
40098              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
40099              forwarded by Peter Seebach from the bsdi-users mailing list.
40100              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
40101              
40102              File::Find fails to chdir when chasing symlinks (from
40103              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
40104      Branch: maint-5.6/perl
40105           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
40106 ____________________________________________________________________________
40107 [  7319] By: gsar                                  on 2000/10/16  07:04:30
40108         Log: integrate change#6139 from mainline
40109              
40110              revise mktables.PL for bugs and newness in Unicode 3.0
40111              (from James Bence <jbence@amgen.com>)
40112      Branch: maint-5.6/perl
40113           +> (branch 30 files)
40114           !> (integrate 49 files)
40115 ____________________________________________________________________________
40116 [  7318] By: gsar                                  on 2000/10/16  07:01:01
40117         Log: integrate changes#6137,6138 from mainline
40118              
40119              fix bogus redeclaration warning for "our" variables in different
40120              scopes
40121              
40122              add note about the handling of negative indices to tied arrays
40123              (from Michael G Schwern <schwern@pobox.com>)
40124      Branch: maint-5.6/perl
40125           !> op.c pod/perltie.pod t/pragma/strict-vars
40126 ____________________________________________________________________________
40127 [  7317] By: gsar                                  on 2000/10/16  06:58:46
40128         Log: integrate changes#6127..6136 from mainline
40129              
40130              call_method(...,G_EVAL) can longjmp() out if the method probing
40131              failed (from Gisle Aas)
40132              
40133              new perlxstut example for passing/returning refs to arrays
40134              (from David Lowe <dlowe@pootpoot.com>)
40135              
40136              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
40137              
40138              fix places that mean C<"word" character> but say C<alphanumeric
40139              character>
40140              
40141              avoid warnings in POSIX.pm (from Barrie Slaymaker)
40142              
40143              warnings::enabled() doesn't fall back to looking at $^W if
40144              caller isn't using lexical warnings (from Paul Marquess)
40145              
40146              elide bogus test in change#6132
40147              
40148              make Test::Harness use wait.h/WCOREDUMP if available
40149              (from Ben Tilly <ben_tilly@hotmail.com>)
40150              
40151              enable Test::Harness to dynamically determine column width etc.
40152              (from Rob Napier <rnapier@employees.org>)
40153              
40154              random pod typos (from Peter Scott <Peter@PSDT.com>)
40155      Branch: maint-5.6/perl
40156           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
40157           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
40158           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
40159           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
40160 ____________________________________________________________________________
40161 [  7316] By: gsar                                  on 2000/10/16  06:53:23
40162         Log: integrate change#6126 from mainline
40163              
40164              change#2879 broke rvalue autovivification of magicals such as
40165              ${$num} (reworked variant of patch suggested by Simon Cozens)
40166      Branch: maint-5.6/perl
40167           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
40168           !> pp_hot.c proto.h t/op/gv.t
40169 ____________________________________________________________________________
40170 [  7315] By: gsar                                  on 2000/10/16  06:51:38
40171         Log: integrate changes#6123,6125 from mainline
40172              
40173              clarify gotcha with #line directives (from Rocco Caputo
40174              <troc@netrus.net>)
40175              
40176              enable propagating exception objects via Perl_croak() in XS code
40177              (from Gisle Aas)
40178      Branch: maint-5.6/perl
40179           !> pod/perldebug.pod pod/perlsyn.pod util.c
40180 ____________________________________________________________________________
40181 [  7314] By: gsar                                  on 2000/10/16  06:49:28
40182         Log: integrate change#6122 from mainline
40183              
40184              downgrade fatal error on C<"foo@nosucharray.com"> to optional
40185              warning (from Mark-Jason Dominus)
40186      Branch: maint-5.6/perl
40187           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
40188           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
40189           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
40190           !> toke.c
40191 ____________________________________________________________________________
40192 [  7313] By: gsar                                  on 2000/10/16  06:46:54
40193         Log: integrate changes#6112..6121 from vmsperl
40194              
40195              Check for existence of file before trying to delete
40196              
40197              Ugly workaround for version-specific RTL error
40198              
40199              Urk -- undo previous removal of vmsish 'exit' change
40200              
40201              Add bounds checking for several strings (Charles Lane)
40202              
40203              Miscellaneous cosmetic fixes (Charles Lane)
40204              
40205              Treat sockets as special in sys(read|write) (Charles Lane et al.)
40206              
40207              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
40208              Flatten case labels in switch statements uniformly (Charles Bailey)
40209              
40210              Quiet error messages in vmsish.t (Charles Lane)
40211              
40212              Add missing escape (Charles Lane)
40213              
40214              Allow eliminate_macros() and fixpath() to handle space-delimited
40215              lists (based on fixes by Craig Berry)
40216      Branch: maint-5.6/perl
40217           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
40218           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
40219           !> vms/vmsish.h
40220 ____________________________________________________________________________
40221 [  7312] By: gsar                                  on 2000/10/16  06:41:18
40222         Log: integrate changes#6107,6110 from cfgperl
40223              
40224              Tweak the todo list.
40225              
40226              todo tweak
40227      Branch: maint-5.6/perl
40228           !> Todo-5.6
40229 ____________________________________________________________________________
40230 [  7311] By: gsar                                  on 2000/10/16  06:38:38
40231         Log: integrate changes#6104,6108 from mainline
40232              
40233              PL_sys_intern was being initialized too late on windows
40234              
40235              reenable fake signal handling on Windows, bugs and all
40236      Branch: maint-5.6/perl
40237           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
40238           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
40239           !> win32/win32.c
40240 ____________________________________________________________________________
40241 [  7310] By: gsar                                  on 2000/10/16  06:36:03
40242         Log: integrate changes#6095,6097..6103 from cfgperl
40243              
40244              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
40245              might be useful in future.
40246              
40247              Add a note about possible compilation problems from Allen Smith.
40248              
40249              Add a note about other, yet unsupported, shadow password APIs.
40250              
40251              Tweaks for the cc bugs from Allen Smith.
40252              
40253              More compilation tweakery from Allen Smith.
40254              
40255              Hints and test tweaks for Unicos.
40256              
40257              The test suite tweak in #6101 wasn't quite right.
40258              
40259              Test tweaking for Unicos continues.
40260      Branch: maint-5.6/perl
40261           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
40262           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
40263           !> t/lib/complex.t t/op/64bitint.t
40264 ____________________________________________________________________________
40265 [  7309] By: gsar                                  on 2000/10/16  06:29:41
40266         Log: integrate changes#6093,6094 from mainline
40267              
40268              fork() failure to create pseudo process sets errno=EAGAIN and returns
40269              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
40270              
40271              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
40272      Branch: maint-5.6/perl
40273           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
40274           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
40275 ____________________________________________________________________________
40276 [  7308] By: gsar                                  on 2000/10/16  06:27:29
40277         Log: integrate change#6092 from cfgperl
40278              
40279              Regen perltoc with the fixed buildtoc.
40280      Branch: maint-5.6/perl
40281           !> pod/perltoc.pod
40282 ____________________________________________________________________________
40283 [  7307] By: gsar                                  on 2000/10/16  06:26:40
40284         Log: integrate changes#6089,6090 from mainline
40285              
40286              buildtoc tweak to fix newline lossage
40287              
40288              concat doesn't preserve utf8-ness, and doesn't invalidate
40289              [NI]OK; added tests for both
40290      Branch: maint-5.6/perl
40291           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
40292 ____________________________________________________________________________
40293 [  7306] By: gsar                                  on 2000/10/16  06:24:05
40294         Log: integrate change#6088 from cfgperl
40295              
40296              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
40297              because we do not use those.  The HAS_GETSPNAM remains,
40298              though, because we still do use that.
40299      Branch: maint-5.6/perl
40300           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
40301           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
40302           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
40303           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
40304           !> win32/config.vc win32/config_H.bc win32/config_H.gc
40305           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
40306 ____________________________________________________________________________
40307 [  7305] By: gsar                                  on 2000/10/16  06:15:52
40308         Log: integrate changes#6084,6085,6087 from mainline
40309              
40310              substr() does not preserve utf8-ness (from Stefan Eissing
40311              <Eissing@medicaldataservice.de>); added tests
40312              
40313              repeat operator (x) doesn't preserve utf8-ness
40314              
40315              reverse() and quotemeta() weren't preserving utf8-ness; add tests
40316      Branch: maint-5.6/perl
40317           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
40318 ____________________________________________________________________________
40319 [  7304] By: gsar                                  on 2000/10/16  06:13:10
40320         Log: integrate changes#6077..6083 from mainline
40321              
40322              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
40323              and Tom Phoenix)
40324              
40325              workaround for CRT bug in chdir() (from Charles Lane, via
40326              Peter Prymmer)
40327              
40328              remove outdated kludge in Carp (NULLs are permitted in diagnostics
40329              now)
40330              
40331              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
40332              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
40333              
40334              better default perlbug categories for ok reports (from Richard Foley)
40335              
40336              peek.t non-portable to ithreads
40337              
40338              note about undocumented caller() return value (from M.J.T. Guy);
40339              yet another peek.t tweak
40340      Branch: maint-5.6/perl
40341           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
40342           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
40343           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
40344           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
40345           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
40346           !> vms/vmsish.h
40347 ____________________________________________________________________________
40348 [  7303] By: gsar                                  on 2000/10/16  06:03:18
40349         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
40350              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
40351              
40352              &HUGE_VAL is not defined, it exists.
40353              
40354              Do not warn that an infinity does not look like a number.
40355              
40356              Rewrite the pwent/spent logic to be a little bit more clearer.
40357              
40358              Continue on the pwent/spent case.
40359              
40360              Correct Freudian slip.
40361              
40362              Use HUGE_VALL if applicable.
40363              
40364              pwent/spent #ifdef imbalance.
40365              
40366              Infinite problems.
40367              
40368              Call getspnam() only iff needd.
40369              
40370              Test both the scalar and list contexts.
40371              
40372              Use setxxent()/endxxent().
40373              
40374              Complex tweakery.
40375              
40376              Unicos hint tweak.
40377              
40378              Be more forgiving in POSIX about HUGE_VALL.
40379              
40380              Detypo.
40381              
40382              The search of infinity continues, this time simplified.
40383              
40384              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
40385              in natively 64-bit platforms where a long is a quad (no need
40386              for long longs).  Also added bias for IVs.
40387              
40388              Complex tweaks.
40389              
40390              Introduce t/lib/peek.t.
40391              
40392              Make the test more portable.
40393      Branch: maint-5.6/perl
40394           +> t/lib/peek.t
40395            ! pp_sys.c
40396           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
40397           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
40398           !> t/op/pwent.t toke.c util.c
40399 ____________________________________________________________________________
40400 [  7302] By: gsar                                  on 2000/10/16  05:03:37
40401         Log: integrate changes#6066..6071 from mainline
40402              
40403              s/END/CHECK/
40404              
40405              replace direct call to sighandler() with (*PL_sighandlerp)()
40406              
40407              note about values()
40408              
40409              File::Spec compatibility update (from Barrie Slaymaker
40410              <barries@slaysys.com>)
40411              
40412              remove misleading comment (from M.J.T. Guy)
40413              
40414              misformatted perllocal.pod (from Tim Jenness
40415              <t.jenness@jach.hawaii.edu>)
40416      Branch: maint-5.6/perl
40417           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
40418           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
40419           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
40420           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
40421 ____________________________________________________________________________
40422 [  7301] By: gsar                                  on 2000/10/16  05:00:08
40423         Log: integrate changes#6061..6063 from mainline
40424              
40425              change#5921 neglected to make eq honor "use bytes"
40426              
40427              additional tests for utf8.t
40428              
40429              tokeq() could read unallocated field in argument
40430      Branch: maint-5.6/perl
40431           !> sv.c t/pragma/utf8.t toke.c
40432 ____________________________________________________________________________
40433 [  7300] By: gsar                                  on 2000/10/16  04:56:54
40434         Log: integrate changes#6046,6048,6057,6058 from mainline
40435              
40436              libscheck has insufficient checks for n32 libs (from
40437              Albert Chin-A-Young <china@thewrittenword.com>)
40438              
40439              add note about how $( doesn't interpolate in REs (from
40440              Philip Newton <newton@ficus.frogspace.net>)
40441              
40442              fix broken parsing of /\x{ab}/
40443              
40444              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
40445              (spotted by Donald Kinzer <dkinzer@premia.com>)
40446      Branch: maint-5.6/perl
40447           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
40448           !> t/pragma/utf8.t
40449 ____________________________________________________________________________
40450 [  7299] By: gsar                                  on 2000/10/16  04:52:50
40451         Log: integrate change#6044 from mainline
40452              
40453              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
40454              such that underscores are only ignored in literal numbers,
40455              "\x{...}", and hex/oct argument
40456      Branch: maint-5.6/perl
40457           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
40458 ____________________________________________________________________________
40459 [  7298] By: gsar                                  on 2000/10/16  04:50:53
40460         Log: integrate changes#6027..6043 from mainline
40461              
40462              podlators-1.02 update (from Russ Allbery)
40463              
40464              Pod::Man generates groff-incompatible macro definition (from
40465              Tom Christiansen)
40466              
40467              add CGI.pm v2.66 (from Lincoln Stein)
40468              
40469              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
40470              for @- and @+ (from Johan Vromans)
40471              
40472              small nits in diagnostics.pm (from Robin Barker)
40473              
40474              whitespace adjustments
40475              
40476              missing files in MANIFEST
40477              
40478              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
40479              to compensate
40480              
40481              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
40482              
40483              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
40484      Branch: maint-5.6/perl
40485           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
40486           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
40487           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
40488           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
40489           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
40490           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
40491           !> t/lib/cgi-html.t t/lib/cgi-request.t
40492 ____________________________________________________________________________
40493 [  7297] By: gsar                                  on 2000/10/16  04:44:30
40494         Log: integrate change#6025 from mainline
40495              
40496              Is{Alnum,Alpha,Word} don't match titlecase
40497              TODO: IsSpace is defined recursively!
40498              (both spotted by Larry)
40499      Branch: maint-5.6/perl
40500           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
40501           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
40502 ____________________________________________________________________________
40503 [  7296] By: gsar                                  on 2000/10/16  04:39:30
40504         Log: integrate change#6023 from mainline
40505              
40506              debugger stomps on $. (from M.J.T. Guy)
40507      Branch: maint-5.6/perl
40508           !> lib/perl5db.pl
40509 ____________________________________________________________________________
40510 [  7295] By: gsar                                  on 2000/10/16  04:38:02
40511         Log: integrate change#6022 from mainline
40512              
40513              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
40514      Branch: maint-5.6/perl
40515           !> sv.c
40516 ____________________________________________________________________________
40517 [  7294] By: gsar                                  on 2000/10/16  04:37:05
40518         Log: integrate changes#6018..6021 from mainline
40519              
40520              make lib/syslog.t portable to systems that don't have _PATH_LOG,
40521              make _PATH_LOG() return "" if unavailable
40522              
40523              windows portability tweaks
40524              
40525              test tweak
40526              
40527              remove Win2K issue in pod (fixed by change#6020)
40528      Branch: maint-5.6/perl
40529           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
40530           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
40531           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
40532 ____________________________________________________________________________
40533 [  7293] By: gsar                                  on 2000/10/16  04:20:00
40534         Log: integrate changes#6013..6015 from mainline
40535              
40536              tweak change#5945 to display correct switch name in diagnostic
40537              
40538              glob() loading File::Glob behind the scenes may cause syntax errors
40539              
40540              tweak test for portability
40541      Branch: maint-5.6/perl
40542           !> op.c perl.c pod/perldiag.pod t/lib/b.t
40543 ____________________________________________________________________________
40544 [  7292] By: gsar                                  on 2000/10/16  04:18:11
40545         Log: integrate changes#6005..6010 from mainline, cfgperl
40546              
40547              perldoc might fail via "use blib" (from Hugo van der Sanden)
40548              
40549              Regen Configure.
40550              
40551              note about compile failures and END blocks (from M.J.T. Guy)
40552              
40553              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
40554              
40555              (change#6009 integrated earlier in change#7255)
40556              
40557              clarify note about shadow password support (from
40558              gellyfish@gellyfish.com)
40559      Branch: maint-5.6/perl
40560           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
40561           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
40562           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
40563 ____________________________________________________________________________
40564 [  7291] By: gsar                                  on 2000/10/16  04:12:03
40565         Log: integrate changes#6002,6003 from mainline
40566              
40567              destructive sv_setsv() can lose UV-ness from source, causing
40568              numeric promotions/comparisons to fail to do the right thing
40569              
40570              allow REG_EXPAND_SZ keys in Windows registry (from
40571              John Clayton <John.Clayton@barclayscapital.com>)
40572      Branch: maint-5.6/perl
40573           !> sv.c win32/win32.c
40574 ____________________________________________________________________________
40575 [  7290] By: gsar                                  on 2000/10/16  04:10:19
40576         Log: integrate change#6001 from mainline
40577              
40578              support additional library locations via $Config{otherlibdirs}
40579              (from Andy Dougherty)
40580      Branch: maint-5.6/perl
40581           !> Configure INSTALL Porting/Glossary Porting/config.sh
40582           !> Porting/config_H config_h.SH epoc/config.sh perl.c
40583           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
40584           !> win32/config.bc win32/config.gc win32/config.vc
40585 ____________________________________________________________________________
40586 [  7289] By: gsar                                  on 2000/10/16  04:08:28
40587         Log: integrate change#5999 from mainline
40588              
40589              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
40590      Branch: maint-5.6/perl
40591           !> t/pragma/warn/toke toke.c
40592 ____________________________________________________________________________
40593 [  7288] By: gsar                                  on 2000/10/16  04:07:01
40594         Log: integrate changes#5997,5998 from cfgperl
40595              
40596              Preserve $!.
40597              
40598              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
40599      Branch: maint-5.6/perl
40600           !> lib/Math/Complex.pm
40601 ____________________________________________________________________________
40602 [  7287] By: gsar                                  on 2000/10/16  04:04:37
40603         Log: integrate change#5995 from mainline
40604              
40605              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
40606      Branch: maint-5.6/perl
40607           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
40608 ____________________________________________________________________________
40609 [  7286] By: gsar                                  on 2000/10/16  04:03:21
40610         Log: integrate change#5994 from mainline
40611              
40612              fix for missed accounting for null byte in pack("Z",...) (from
40613              M.J.T. Guy)
40614      Branch: maint-5.6/perl
40615           !> pp.c t/op/pack.t
40616 ____________________________________________________________________________
40617 [  7285] By: gsar                                  on 2000/10/16  04:02:11
40618         Log: integrate changes#5989..5993 from mainline
40619              
40620              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
40621              itself and no other (from Tom Hughes)
40622              
40623              use $ENV{LIB} to search for libs under Visual C compiler
40624              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
40625              
40626              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
40627              
40628              pod nit (from Simon Cozens)
40629              
40630              various minor tweaks seen on p5p
40631      Branch: maint-5.6/perl
40632           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
40633           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
40634           !> t/op/array.t toke.c
40635 ____________________________________________________________________________
40636 [  7284] By: gsar                                  on 2000/10/16  03:59:00
40637         Log: integrate changes#5978..5988 from mainline
40638              
40639              sync version numbers in File::Spec with the ones on CPAN
40640              (from Barrie Slaymaker)
40641              
40642              under useithreads, constant pad entries could inadvertantly be
40643              shared across threads (from Eric Blood <eblood@xmission.com>);
40644              added Eric's test case to testsuite
40645              
40646              allow Configure -S to run non-interactively (spotted by Greg Hudson
40647              <ghudson@mit.edu>)
40648              
40649              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
40650              prototype mismatch with CORE::glob(); update pod and tests to
40651              suit (File::Glob::glob() is still available for backward
40652              compatibility, but should be considered deprecated)
40653              
40654              avoid error in IO::Socket::INET when given an unknown service name
40655              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
40656              
40657              numeric conversion of non-number in change#3378 tramples on
40658              OOK offset, causing segfaults
40659              
40660              attributes::reftype() doesn't work on tied argument
40661              
40662              forked child may not exit correctly if it failed to open
40663              /dev/console (from Graham Barr)
40664              
40665              add regular expressions tutorial and quick-start guide (from
40666              Mark Kvale <kvale@phy.ucsf.edu>)
40667              
40668              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
40669              
40670              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
40671              <paul@miraclefish.com>)
40672      Branch: maint-5.6/perl
40673           +> pod/perlrequick.pod pod/perlretut.pod
40674           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
40675           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
40676           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
40677           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
40678           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
40679           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
40680           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
40681           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
40682 ____________________________________________________________________________
40683 [  7283] By: gsar                                  on 2000/10/16  03:52:14
40684         Log: integrate change#5977 from mainline
40685              
40686              autoquote barewords followed by newline and arrow properly
40687              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
40688      Branch: maint-5.6/perl
40689           !> t/pragma/warn/toke toke.c
40690 ____________________________________________________________________________
40691 [  7282] By: gsar                                  on 2000/10/16  03:50:48
40692         Log: integrate change#5976 from mainline
40693              
40694              DB_File v1.73 update (from Paul Marquess)
40695      Branch: maint-5.6/perl
40696           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
40697           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
40698 ____________________________________________________________________________
40699 [  7281] By: gsar                                  on 2000/10/16  03:49:14
40700         Log: integrate change#5975 from mainline
40701              
40702              allow sort() reentrancy (variant of patch suggested by
40703              Hugo van der Sanden)
40704      Branch: maint-5.6/perl
40705           !> pp_ctl.c t/op/sort.t
40706 ____________________________________________________________________________
40707 [  7280] By: gsar                                  on 2000/10/16  03:48:22
40708         Log: integrate change#5974 from mainline
40709              
40710              change#4197 somehow missed initializing PL_errors, meaning
40711              syntax error queueing wasn't working outside eval"" at all;
40712              also fixed eval"" to localize PL_error_count, so that compile-time
40713              eval's don't clobber the error state of the outer context
40714      Branch: maint-5.6/perl
40715           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
40716           !> t/pragma/warn/toke
40717 ____________________________________________________________________________
40718 [  7279] By: gsar                                  on 2000/10/16  03:46:21
40719         Log: integrate change#5973 from mainline
40720              
40721              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
40722      Branch: maint-5.6/perl
40723           !> regcomp.c regexec.c t/op/re_tests
40724 ____________________________________________________________________________
40725 [  7278] By: gsar                                  on 2000/10/16  03:44:54
40726         Log: integrate change#5971 from cfgperl
40727              
40728              Unicos tweaks from Mark P. Lutz.
40729      Branch: maint-5.6/perl
40730           !> hints/unicos.sh lib/Math/Complex.pm
40731 ____________________________________________________________________________
40732 [  7277] By: gsar                                  on 2000/10/16  03:42:59
40733         Log: integrate changes#5966..5970 from mainline
40734              
40735              add testsuite for B backends, fix bug in B::Deparse (from
40736              Simon Cozens <simon@brecon.co.uk>)
40737              
40738              improved docs on the warn_uninit diagnostic (from David Glasser
40739              and Simon Cozens)
40740              
40741              tolerate spaces in group names in test on solaris (from David Boyce
40742              <dsb@boyski.com>)
40743              
40744              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
40745              
40746              Data::Dumper fumbles negative numbers on 32-bit platforms where
40747              IV is >32bits
40748      Branch: maint-5.6/perl
40749           +> t/lib/b.t t/lib/syslog.t
40750           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
40751           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
40752           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
40753 ____________________________________________________________________________
40754 [  7276] By: gsar                                  on 2000/10/16  03:39:30
40755         Log: integrate change#5965 from mainline
40756              
40757              avoid "will not stay shared" warnings for our variables (from
40758              Robin Barker)
40759      Branch: maint-5.6/perl
40760           !> op.c t/pragma/warn/op
40761 ____________________________________________________________________________
40762 [  7275] By: gsar                                  on 2000/10/16  03:38:18
40763         Log: integrate change#5964 from mainline
40764              
40765              reformat to 72 columns (again)
40766      Branch: maint-5.6/perl
40767           !> pod/perldiag.pod
40768 ____________________________________________________________________________
40769 [  7274] By: gsar                                  on 2000/10/16  03:36:58
40770         Log: integrate change#5963 from mainline
40771              
40772              patch from Larry to make (\&) prototype work; added tests for
40773              the same
40774      Branch: maint-5.6/perl
40775           !> op.c t/comp/proto.t
40776 ____________________________________________________________________________
40777 [  7273] By: gsar                                  on 2000/10/16  03:35:51
40778         Log: integrate changes#5956..5962 from mainline
40779              
40780              better diagnostics on failed tests (from Ilya Zakharevich)
40781              
40782              pod nits (from A. C. Yardley <yardley@tanet.net>)
40783              
40784              change#3569 deleted some essential code, revert; avoid use of
40785              atexit() to make DynaLoader work properly on AIX under mod_perl
40786              (from Jens-Uwe Mager <jum@helios.de>)
40787              
40788              doubled words in pods (from Simon Cozens
40789              <simon.p.cozens@jp.pwcglobal.com>)
40790              
40791              better INSTALL notes on Solaris issues (from Dominic Dunlop)
40792              
40793              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
40794              
40795              updated README.hpux (from Jeff Okamoto)
40796      Branch: maint-5.6/perl
40797           !> INSTALL README.hpux emacs/cperl-mode.el
40798           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
40799           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
40800           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
40801           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
40802           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
40803           !> t/op/lex_assign.t
40804 ____________________________________________________________________________
40805 [  7272] By: gsar                                  on 2000/10/16  03:31:22
40806         Log: integrate change#5955 from mainline
40807              
40808              longstanding bug exposed by change#3307: sort arguments weren't
40809              compiled with the right wantarray context (ensuing runtime lookup
40810              via block_gimme() was getting the incidental context of the
40811              sort() itself)
40812      Branch: maint-5.6/perl
40813           !> op.c t/op/sort.t
40814 ____________________________________________________________________________
40815 [  7271] By: gsar                                  on 2000/10/16  03:29:11
40816         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
40817              branch
40818              
40819              Flatten the cpp jungle doing the nosuid checking.
40820              
40821              Do not assume sign propagation. (from M.J.T. Guy)
40822              
40823              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
40824              
40825              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
40826              Now pp_ncmp() returns undef is either operand is a NaN.
40827              
40828              On second thoughts frexp() does have two arguments.
40829              
40830              Document that tr() is not tr(1).
40831              
40832              Be more robust on "extreme" (large absolute value)
40833              arguments.  Originally reported by Daniel Connelly
40834              as a problem with asinh() on large negative arguments,
40835              asinh() used to bail out because an argument to log()
40836              ended up being zero.  Ilya Zakharevich proposed using
40837              Taylor's series in such cases, which for such large
40838              arguments is a very good approximation.
40839              
40840              Undo "use integer" addition from 64bitint as it seems
40841              to break most of the subtests in Digital UNIX;
40842              Unicos needs to find another way.
40843      Branch: maint-5.6/perl
40844           !> (integrate 29 files)
40845 ____________________________________________________________________________
40846 [  7270] By: gsar                                  on 2000/10/16  03:09:44
40847         Log: integrate changes#5948,5949,5950 from mainline
40848              
40849              typo in vars.pm that leads to cryptic message (from Piotr
40850              Piatkowski <kompas@kompas.usr.onet.pl>)
40851              
40852              make perldoc use the pod2man from the same version (from
40853              M.J.T. Guy)
40854              
40855              reformat perldiag to avoid long lines
40856      Branch: maint-5.6/perl
40857           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
40858 ____________________________________________________________________________
40859 [  7269] By: gsar                                  on 2000/10/16  03:05:54
40860         Log: integrate change#5947 from mainline
40861              
40862              use &dl_error rather than &dl_load_file as the guard for calling
40863              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
40864              statically built perl)
40865      Branch: maint-5.6/perl
40866           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
40867 ____________________________________________________________________________
40868 [  7268] By: gsar                                  on 2000/10/16  03:04:48
40869         Log: integrate change#5945 from mainline
40870              
40871              make module name mandatory after -M switch; reorder perldiag
40872              alphabetically (from Mark-Jason Dominus)
40873      Branch: maint-5.6/perl
40874           !> perl.c pod/perldiag.pod
40875 ____________________________________________________________________________
40876 [  7267] By: gsar                                  on 2000/10/16  03:03:01
40877         Log: integrate change#5939 from mainline
40878              
40879              more pod nits (from Larry Virden)
40880      Branch: maint-5.6/perl
40881           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
40882           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
40883           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
40884 ____________________________________________________________________________
40885 [  7266] By: gsar                                  on 2000/10/16  03:01:39
40886         Log: integrate change#5938 from mainline
40887              
40888              Consolidated B::Deparse fixes (from Stephen McCamant)
40889      Branch: maint-5.6/perl
40890           !> ext/B/B/Deparse.pm
40891 ____________________________________________________________________________
40892 [  7265] By: gsar                                  on 2000/10/16  03:00:43
40893         Log: integrate change#5936 from mainline
40894              
40895              additional tests for change#7263 (from Paul Marquess)
40896      Branch: maint-5.6/perl
40897           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
40898           !> t/pragma/warn/5nolint t/pragma/warn/6default
40899 ____________________________________________________________________________
40900 [  7264] By: gsar                                  on 2000/10/16  02:58:34
40901         Log: integrate change#5934 from mainline
40902              
40903              propagate lexical warnings from surrounding scope correctly
40904              within string eval() (from Paul Marquess)
40905      Branch: maint-5.6/perl
40906           !> pp_ctl.c t/pragma/warn/pp_ctl
40907 ____________________________________________________________________________
40908 [  7263] By: gsar                                  on 2000/10/16  02:56:53
40909         Log: integrate change#5932 from mainline
40910              
40911              add rsignal(), whichsig() and do_join() to public API list
40912              (mod_perl uses them to good advantage)
40913      Branch: maint-5.6/perl
40914           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
40915 ____________________________________________________________________________
40916 [  7262] By: gsar                                  on 2000/10/16  02:55:53
40917         Log: integrate change#5931 from mainline
40918              
40919              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
40920      Branch: maint-5.6/perl
40921           !> pp_hot.c regexec.c t/op/pat.t
40922 ____________________________________________________________________________
40923 [  7261] By: gsar                                  on 2000/10/16  02:55:01
40924         Log: integrate change#5930 from mainline
40925              
40926              small os390 tweaks (from Peter Prymmer)
40927      Branch: maint-5.6/perl
40928           !> config_h.SH makedepend.SH
40929 ____________________________________________________________________________
40930 [  7260] By: gsar                                  on 2000/10/16  02:54:10
40931         Log: integrate change#5929 from mainline
40932              
40933              pod nits
40934      Branch: maint-5.6/perl
40935           !> pod/perlguts.pod
40936 ____________________________________________________________________________
40937 [  7259] By: gsar                                  on 2000/10/16  02:52:55
40938         Log: integrate change#5927 from mainline
40939              
40940              arrange for next() to resume at the unstack op rather than the
40941              loop conditional, so that scope cleanup happens correctly
40942              (from Stephen McCamant)
40943      Branch: maint-5.6/perl
40944           !> op.c pp_ctl.c t/op/misc.t
40945 ____________________________________________________________________________
40946 [  7258] By: gsar                                  on 2000/10/16  02:51:38
40947         Log: integrate change#5926 from mainline
40948              
40949              on windows, reserve 16M of stack rather than 128M (allows more
40950              threads to run concurrently)
40951      Branch: maint-5.6/perl
40952           !> win32/Makefile win32/makefile.mk
40953 ____________________________________________________________________________
40954 [  7257] By: gsar                                  on 2000/10/16  02:50:37
40955         Log: integrate change#5925 from mainline
40956              
40957              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
40958      Branch: maint-5.6/perl
40959           !> toke.c
40960 ____________________________________________________________________________
40961 [  7256] By: gsar                                  on 2000/10/16  02:49:36
40962         Log: integrate change#5924 from mainline
40963              
40964              avoid using uninitialized memory in require version check
40965      Branch: maint-5.6/perl
40966           !> pp_ctl.c universal.c
40967 ____________________________________________________________________________
40968 [  7255] By: gsar                                  on 2000/10/16  02:48:03
40969         Log: integrate changes#5923,5928,6009 from mainline
40970              
40971              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
40972      Branch: maint-5.6/perl
40973           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
40974 ____________________________________________________________________________
40975 [  7254] By: gsar                                  on 2000/10/16  02:44:46
40976         Log: integrate change#5922 from mainline
40977              
40978              commentary about IoTYPE() (from Nathan Torkington)
40979      Branch: maint-5.6/perl
40980           !> sv.h
40981 ____________________________________________________________________________
40982 [  7253] By: gsar                                  on 2000/10/16  02:43:49
40983         Log: integrate change#5921 from mainline
40984              
40985              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
40986      Branch: maint-5.6/perl
40987           !> sv.c t/lib/charnames.t t/pragma/utf8.t
40988 ____________________________________________________________________________
40989 [  7252] By: gsar                                  on 2000/10/16  02:42:31
40990         Log: integrate change#5920 from mainline
40991              
40992              Larry's fix for buggy propagation of utf8-ness in join(); add test
40993      Branch: maint-5.6/perl
40994           !> doop.c t/op/ver.t
40995 ____________________________________________________________________________
40996 [  7251] By: gsar                                  on 2000/10/16  02:41:14
40997         Log: integrate changes#5915..5919 from mainline
40998              
40999              various (pod tweaks &c)
41000      Branch: maint-5.6/perl
41001           !> (integrate 33 files)
41002 ____________________________________________________________________________
41003 [  7250] By: gsar                                  on 2000/10/16  02:38:16
41004         Log: integrate change#5914 from mainline
41005              
41006              caller() wasn't returning the right number of elements for
41007              eval {...}
41008      Branch: maint-5.6/perl
41009           !> pp_ctl.c t/pragma/warn/9enabled
41010 ____________________________________________________________________________
41011 [  7249] By: gsar                                  on 2000/10/16  02:37:02
41012         Log: integrate change#5913 from mainline
41013              
41014              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
41015              (from Mark-Jason Dominus)
41016      Branch: maint-5.6/perl
41017           !> pod/perlfunc.pod
41018 ____________________________________________________________________________
41019 [  7248] By: gsar                                  on 2000/10/16  02:35:58
41020         Log: integrate change#5912 from mainline
41021              
41022              fix totally broken caching in UNIVERSAL::isa() (from
41023              Nick Ing-Simmons)
41024      Branch: maint-5.6/perl
41025           !> t/op/universal.t universal.c
41026 ____________________________________________________________________________
41027 [  7247] By: gsar                                  on 2000/10/16  02:34:27
41028         Log: integrate changes#5910,5911 from mainline
41029              
41030              typo in pod
41031              
41032              add linebreak properties from unicode/LineBrk.txt (from
41033              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
41034      Branch: maint-5.6/perl
41035           +> (branch 29 files)
41036           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
41037 ____________________________________________________________________________
41038 [  7246] By: gsar                                  on 2000/10/16  02:33:29
41039         Log: integrate change#5909 from mainline
41040              
41041              mode argument to do_binmode() should be file mode, not boolean
41042      Branch: maint-5.6/perl
41043           !> pp_sys.c
41044 ____________________________________________________________________________
41045 [  7245] By: gsar                                  on 2000/10/16  02:31:04
41046         Log: integrate change#5908 from mainline
41047              
41048              introduce illegal symbols into null package so that
41049              gv_fetchpv(...,TRUE) always returns a valid GV even when the
41050              symbol is trapped by strictures (avoids coredumps)
41051      Branch: maint-5.6/perl
41052           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
41053           !> t/pragma/strict-vars
41054 ____________________________________________________________________________
41055 [  7244] By: jhi                                   on 2000/10/16  02:29:54
41056         Log: Subject: $Carp::ExportLevel confusion in Exporter
41057              From: "Ben Tilly" <ben_tilly@hotmail.com>
41058              Date: Sat, 14 Oct 2000 16:44:34 EDT
41059              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
41060      Branch: perl
41061            ! lib/Exporter/Heavy.pm
41062 ____________________________________________________________________________
41063 [  7243] By: jhi                                   on 2000/10/16  02:28:33
41064         Log: Subject: [PATCH perlguts.pod] Document offset hack
41065              From: Simon Cozens <simon@cozens.net>
41066              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
41067              Date: Sat, 14 Oct 2000 19:32:25 +0100
41068      Branch: perl
41069            ! pod/perlguts.pod
41070 ____________________________________________________________________________
41071 [  7242] By: gsar                                  on 2000/10/16  02:26:51
41072         Log: integrate changes#5905,5906,5907,6064 from mainline
41073              
41074              printf/sprintf didn't get quad types right under use64bitint
41075      Branch: maint-5.6/perl
41076           !> pp_sys.c sv.c t/op/64bitint.t
41077 ____________________________________________________________________________
41078 [  7241] By: jhi                                   on 2000/10/16  02:22:44
41079         Log: Subject: small pod patch
41080              From: Dan Boorstein <dan_boo@bellsouth.net>
41081              Date: Sat, 14 Oct 2000 14:29:24 -0400
41082              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
41083      Branch: perl
41084            ! pod/perlfaq7.pod pod/perlmod.pod
41085 ____________________________________________________________________________
41086 [  7240] By: jhi                                   on 2000/10/16  02:13:46
41087         Log: -w cleanup.
41088              
41089              Subject: Re: Problems with bleadperl 
41090              From: "Stephen P. Potter" <spp@ds.net>
41091              Date: Fri, 13 Oct 2000 13:32:49 -0400
41092              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
41093      Branch: perl
41094            ! t/pragma/overload.t
41095 ____________________________________________________________________________
41096 [  7239] By: jhi                                   on 2000/10/16  01:41:18
41097         Log: One more ~utf8 tweak.
41098      Branch: perl
41099            ! t/op/bop.t
41100 ____________________________________________________________________________
41101 [  7238] By: jhi                                   on 2000/10/16  01:34:14
41102         Log: Tweak the test of #7235.
41103      Branch: perl
41104            ! t/op/bop.t
41105 ____________________________________________________________________________
41106 [  7237] By: jhi                                   on 2000/10/16  01:25:04
41107         Log: Fix a couple of compiler-noted nits in #7235.
41108      Branch: perl
41109            ! pp.c
41110 ____________________________________________________________________________
41111 [  7236] By: jhi                                   on 2000/10/16  01:22:46
41112         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
41113      Branch: perl
41114            ! pp.c pp_hot.c
41115 ____________________________________________________________________________
41116 [  7235] By: jhi                                   on 2000/10/15  16:24:44
41117         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
41118              
41119              From: Simon Cozens <simon@cozens.net>
41120              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
41121              Date: Sat, 14 Oct 2000 20:52:13 +0100
41122              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
41123      Branch: perl
41124            ! pp.c t/op/bop.t utf8.h
41125 ____________________________________________________________________________
41126 [  7234] By: jhi                                   on 2000/10/15  15:19:29
41127         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
41128              The problem was that rx->minlen was in chars while pp_split()
41129              thought it would be in bytes. 
41130      Branch: perl
41131            ! pp.c t/pragma/utf8.t
41132 ____________________________________________________________________________
41133 [  7233] By: jhi                                   on 2000/10/14  20:24:24
41134         Log: Document FNCASE=y as discussed in the bug 20000902.009.
41135      Branch: perl
41136            ! README.dos
41137 ____________________________________________________________________________
41138 [  7232] By: jhi                                   on 2000/10/14  18:52:21
41139         Log: Add test for bug id 20000427.003 (which seems to have
41140              been fixed) (also duplicate as 20000427.004, though
41141              with a higher severity).  Move one utf8 from op/append
41142              to pragma/utf8, tag the tests with bug ids.
41143      Branch: perl
41144            ! t/op/append.t t/pragma/utf8.t
41145 ____________________________________________________________________________
41146 [  7231] By: jhi                                   on 2000/10/14  17:28:37
41147         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
41148      Branch: perl
41149            ! t/pragma/utf8.t
41150 ____________________________________________________________________________
41151 [  7230] By: jhi                                   on 2000/10/14  14:24:50
41152         Log: Needs to be conditional on SunOS 4.
41153              
41154              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
41155              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
41156              Date: Sat, 14 Oct 2000 13:37:49 +0100
41157              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
41158      Branch: metaconfig/U/perl
41159            ! End.U
41160      Branch: perl
41161            ! Configure myconfig.SH pod/perldelta.pod
41162 ____________________________________________________________________________
41163 [  7229] By: jhi                                   on 2000/10/14  00:49:22
41164         Log: Update Changes.
41165      Branch: perl
41166            ! Changes patchlevel.h
41167 ____________________________________________________________________________
41168 [  7228] By: jhi                                   on 2000/10/14  00:46:10
41169         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
41170              From: Peter Prymmer <pvhp@forte.com>
41171              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
41172              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
41173      Branch: perl
41174            ! lib/utf8.pm
41175 ____________________________________________________________________________
41176 [  7227] By: jhi                                   on 2000/10/13  23:20:30
41177         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
41178      Branch: perl
41179            ! t/op/tie.t
41180 ____________________________________________________________________________
41181 [  7226] By: jhi                                   on 2000/10/13  22:14:32
41182         Log: Tweak #7225.
41183              
41184              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
41185              From: Peter Prymmer <pvhp@forte.com>
41186              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
41187              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
41188      Branch: perl
41189            ! t/op/sprintf.t
41190 ____________________________________________________________________________
41191 [  7225] By: jhi                                   on 2000/10/13  22:11:31
41192         Log: op/sprintf.t patch for OS/390 (and any other host with limited
41193              floating-point exponent length)
41194              
41195              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
41196              From: Dominic Dunlop <domo@computer.org>
41197              Date: Fri, 13 Oct 2000 19:17:57 +0200
41198              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
41199      Branch: perl
41200            ! t/op/sprintf.t
41201 ____________________________________________________________________________
41202 [  7224] By: jhi                                   on 2000/10/13  18:40:48
41203         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
41204      Branch: perl
41205            ! toke.c
41206 ____________________________________________________________________________
41207 [  7223] By: jhi                                   on 2000/10/13  18:37:13
41208         Log: Thinko in #7222.
41209      Branch: perl
41210            ! utf8.c
41211 ____________________________________________________________________________
41212 [  7222] By: jhi                                   on 2000/10/13  18:05:23
41213         Log: Use UTF8SKIP(), from Simon Cozens.
41214      Branch: perl
41215            ! utf8.c
41216 ____________________________________________________________________________
41217 [  7221] By: jhi                                   on 2000/10/13  15:43:19
41218         Log: (accidentally empty check-in)
41219      Branch: perl
41220            ! utf8.c
41221 ____________________________________________________________________________
41222 [  7220] By: jhi                                   on 2000/10/13  15:23:51
41223         Log: Add (optimistically) Storable to static extensions.
41224      Branch: perl
41225            ! hints/uwin.sh hints/vmesa.sh
41226 ____________________________________________________________________________
41227 [  7219] By: jhi                                   on 2000/10/13  15:20:05
41228         Log: Amdahl UTS doesn't seem to do dynaloading.
41229      Branch: perl
41230            ! hints/uts.sh
41231 ____________________________________________________________________________
41232 [  7218] By: jhi                                   on 2000/10/13  15:15:20
41233         Log: Slight tweak of the code to appease Amdahl UTS cc.
41234      Branch: perl
41235            ! pp.c
41236 ____________________________________________________________________________
41237 [  7217] By: jhi                                   on 2000/10/13  14:50:42
41238         Log: In Amdahl UTS "struct sv" is defined by a system header,
41239              <ksync.h>.
41240      Branch: perl
41241            ! perl.h sv.h
41242 ____________________________________________________________________________
41243 [  7216] By: jhi                                   on 2000/10/13  11:58:25
41244         Log: Ilya implemented the memory profiling API.
41245      Branch: perl
41246            ! Todo
41247 ____________________________________________________________________________
41248 [  7215] By: jhi                                   on 2000/10/13  02:56:38
41249         Log: Subject: [PATCH 5.7.0] Perl API for mstats
41250              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41251              Date: Thu, 12 Oct 2000 22:52:40 -0400
41252              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
41253      Branch: perl
41254            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
41255 ____________________________________________________________________________
41256 [  7214] By: jhi                                   on 2000/10/13  02:55:38
41257         Log: Subject: [PATCH 5.7.0] IVs in mtats
41258              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41259              Date: Thu, 12 Oct 2000 22:51:04 -0400
41260              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
41261      Branch: perl
41262            ! malloc.c perl.h
41263 ____________________________________________________________________________
41264 [  7213] By: jhi                                   on 2000/10/13  02:31:47
41265         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
41266      Branch: perl
41267            ! pod/perldiag.pod pp_sys.c
41268 ____________________________________________________________________________
41269 [  7212] By: jhi                                   on 2000/10/13  01:27:38
41270         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
41271              From: Peter Prymmer <pvhp@forte.com>
41272              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
41273              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
41274      Branch: perl
41275            ! t/op/oct.t
41276 ____________________________________________________________________________
41277 [  7211] By: jhi                                   on 2000/10/13  00:35:09
41278         Log: Update Changes.
41279      Branch: perl
41280            ! Changes patchlevel.h
41281 ____________________________________________________________________________
41282 [  7210] By: jhi                                   on 2000/10/12  23:59:40
41283         Log: The Install.pm third of
41284              
41285              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
41286              From: Bill Campbell <bill@celestial.com>
41287              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
41288              Date: Thu, 5 Oct 2000 18:04:51 -0700
41289      Branch: perl
41290            ! lib/ExtUtils/Install.pm
41291 ____________________________________________________________________________
41292 [  7209] By: jhi                                   on 2000/10/12  23:58:43
41293         Log: Two thirds of
41294              
41295              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
41296              Date: Thu, 5 Oct 2000 18:04:51 -0700
41297              From: Bill Campbell <bill@celestial.com>
41298              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
41299              
41300              The Install.pm changes will be submitted separately because
41301              they need some work and discussion still.
41302      Branch: perl
41303            ! lib/getopts.pl lib/termcap.pl
41304 ____________________________________________________________________________
41305 [  7208] By: jhi                                   on 2000/10/12  23:41:19
41306         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
41307              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41308              Date:     Thu, 12 Oct 2000 07:30:02 EDT
41309              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
41310      Branch: perl
41311            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
41312            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
41313 ____________________________________________________________________________
41314 [  7207] By: jhi                                   on 2000/10/12  23:39:01
41315         Log: An updated EBCDIC tr patch.
41316              
41317              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
41318              From: Peter Prymmer <pvhp@forte.com>
41319              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
41320              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
41321      Branch: perl
41322            ! t/op/tr.t
41323 ____________________________________________________________________________
41324 [  7206] By: jhi                                   on 2000/10/12  23:34:55
41325         Log: Upgrade to CPAN 1.58, from Andreas König.
41326      Branch: perl
41327            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
41328 ____________________________________________________________________________
41329 [  7205] By: jhi                                   on 2000/10/12  23:29:08
41330         Log: Introduce the man[24-8] variables, from Andy Dougherty.
41331      Branch: metaconfig/U/perl
41332            + mandirs.U mandirstyle.U
41333      Branch: perl
41334            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41335            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
41336            ! vos/config.h vos/config.pl vos/config_h.SH_orig
41337            ! win32/config.bc win32/config.gc win32/config.vc
41338 ____________________________________________________________________________
41339 [  7204] By: gsar                                  on 2000/10/12  18:11:24
41340         Log: restore change#7202
41341      Branch: perl
41342            ! mg.c
41343 ____________________________________________________________________________
41344 [  7203] By: gsar                                  on 2000/10/12  18:09:40
41345         Log: another test of the Emergency Broadcast System--back out 
41346              change#7202
41347      Branch: perl
41348            ! mg.c
41349 ____________________________________________________________________________
41350 [  7202] By: gsar                                  on 2000/10/12  16:40:47
41351         Log: (submitted on behalf of Jarkko)
41352              Fix the lib/encode.t subtest 6 failure as reported by Andreas
41353              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
41354              was unearthed by change 7182, as was a bug in HTML::Entities.
41355      Branch: perl
41356            ! mg.c
41357 ____________________________________________________________________________
41358 [  7201] By: jhi                                   on 2000/10/11  03:16:05
41359         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
41360      Branch: perl
41361            ! pp_hot.c t/pragma/utf8.t
41362 ____________________________________________________________________________
41363 [  7200] By: jhi                                   on 2000/10/11  00:40:30
41364         Log: The #7198 was a false alarm.
41365      Branch: perl
41366            ! pp_hot.c
41367 ____________________________________________________________________________
41368 [  7199] By: jhi                                   on 2000/10/11  00:26:04
41369         Log: Remove duplicated code.
41370      Branch: perl
41371            ! t/lib/cgi-html.t
41372 ____________________________________________________________________________
41373 [  7198] By: jhi                                   on 2000/10/10  23:30:46
41374         Log: (Retracted by #7200.)
41375      Branch: perl
41376            ! pp_hot.c
41377 ____________________________________________________________________________
41378 [  7197] By: jhi                                   on 2000/10/10  21:49:30
41379         Log: Add the test case for #7190, from the original bug report
41380              by Andreas König.
41381      Branch: perl
41382            ! t/pragma/utf8.t
41383 ____________________________________________________________________________
41384 [  7196] By: jhi                                   on 2000/10/10  21:40:49
41385         Log: Reapply Andy's patch and regen Configure.
41386      Branch: perl
41387            ! Configure INSTALL Makefile.SH Porting/Glossary
41388            ! Porting/config.sh config_h.SH epoc/config.sh installperl
41389            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
41390            ! win32/config.vc
41391 ____________________________________________________________________________
41392 [  7195] By: jhi                                   on 2000/10/10  21:09:30
41393         Log: Use the versiononly instead of the installscripts,
41394              retract the changes 7146 and 7147.
41395      Branch: perl
41396            ! Configure INSTALL Makefile.SH Porting/Glossary
41397            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
41398            ! installperl uconfig.sh vos/config.def win32/config.bc
41399            ! win32/config.gc win32/config.vc
41400 ____________________________________________________________________________
41401 [  7194] By: jhi                                   on 2000/10/10  21:06:15
41402         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
41403              From: Peter Prymmer <pvhp@forte.com>
41404              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
41405              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
41406      Branch: perl
41407            ! t/op/ver.t
41408 ____________________________________________________________________________
41409 [  7193] By: jhi                                   on 2000/10/10  21:05:12
41410         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
41411              From: Peter Prymmer <pvhp@forte.com>
41412              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
41413              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
41414      Branch: perl
41415            ! t/op/tr.t
41416 ____________________________________________________________________________
41417 [  7192] By: jhi                                   on 2000/10/10  20:57:30
41418         Log: Add versiononly, delete installscripts, from Andy Dougherty.
41419      Branch: metaconfig
41420            - U/installdirs/installscripts.U
41421      Branch: metaconfig/U/perl
41422            + versiononly.U
41423 ____________________________________________________________________________
41424 [  7191] By: jhi                                   on 2000/10/10  19:41:21
41425         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
41426              From: Peter Prymmer <pvhp@forte.com>
41427              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
41428              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
41429      Branch: perl
41430            ! pod/perlebcdic.pod
41431 ____________________________________________________________________________
41432 [  7190] By: jhi                                   on 2000/10/10  19:26:14
41433         Log: Subject: Re: utf8 concat, mg_get
41434              From: Simon Cozens <simon@cozens.net>
41435              Date: Tue, 10 Oct 2000 17:40:17 +0100
41436              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
41437      Branch: perl
41438            ! pp_hot.c
41439 ____________________________________________________________________________
41440 [  7189] By: jhi                                   on 2000/10/10  19:23:03
41441         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
41442              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
41443              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
41444              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
41445      Branch: perl
41446            ! lib/ExtUtils/MM_Unix.pm
41447 ____________________________________________________________________________
41448 [  7188] By: jhi                                   on 2000/10/10  15:31:24
41449         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
41450              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
41451              Date: Fri, 14 Jul 2000 10:47:36 +0100
41452              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
41453      Branch: perl
41454            ! README.win32
41455 ____________________________________________________________________________
41456 [  7187] By: jhi                                   on 2000/10/10  13:30:10
41457         Log: Quote the temp file name, needed in Win32 because the
41458              default name unfortunately contains spaces, shouldn't
41459              hurt elsewhere.
41460              
41461              Subject: FW: perldoc fails if $TEMP contains spaces
41462              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
41463              Date: Thu, 14 Sep 2000 08:58:45 +0100
41464              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
41465      Branch: perl
41466            ! utils/perldoc.PL
41467 ____________________________________________________________________________
41468 [  7186] By: jhi                                   on 2000/10/10  13:16:27
41469         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
41470              From: hv@hugo.hybyte.com
41471              Date: Tue, 10 Oct 2000 14:10:20 +0100
41472              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
41473      Branch: perl
41474            ! t/lib/thr5005.t util.c
41475 ____________________________________________________________________________
41476 [  7185] By: jhi                                   on 2000/10/10  12:06:22
41477         Log: Upgrade to podlators 1.04, from Russ Allbery.
41478      Branch: perl
41479            ! lib/Pod/Man.pm lib/Pod/Text.pm
41480 ____________________________________________________________________________
41481 [  7184] By: jhi                                   on 2000/10/10  12:01:32
41482         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
41483      Branch: perl
41484            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
41485 ____________________________________________________________________________
41486 [  7183] By: jhi                                   on 2000/10/09  23:47:15
41487         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
41488              From: Peter Prymmer <pvhp@forte.com>
41489              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
41490              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
41491      Branch: perl
41492            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
41493 ____________________________________________________________________________
41494 [  7182] By: jhi                                   on 2000/10/09  23:43:16
41495         Log: Make eq work again with utf8 (disabling the upgrading
41496              should no more be necessary since the copies of the
41497              scalars are upgraded, not the scalars themselves).
41498              Takes care of ID 20001009.001.  (The claimed length()
41499              bug in 20001009.001 seems bogus to me.)
41500      Branch: perl
41501            ! sv.c t/pragma/utf8.t
41502 ____________________________________________________________________________
41503 [  7181] By: gsar                                  on 2000/10/09  19:41:54
41504         Log: tweak for change#7173
41505      Branch: perl
41506            ! win32/win32sck.c
41507 ____________________________________________________________________________
41508 [  7180] By: gsar                                  on 2000/10/09  19:26:56
41509         Log: on Windows, clean targets might not work under some flavors of the shell
41510      Branch: perl
41511            ! win32/Makefile win32/makefile.mk
41512 ____________________________________________________________________________
41513 [  7179] By: jhi                                   on 2000/10/09  19:21:02
41514         Log: Update Changes.
41515      Branch: perl
41516            ! Changes patchlevel.h
41517 ____________________________________________________________________________
41518 [  7178] By: jhi                                   on 2000/10/09  19:18:23
41519         Log: Warn about unknown scripts.
41520              
41521              Subject: Re: ideas? patches? [PATCH bleadperl]
41522              From: Dominic Dunlop <domo@computer.org>
41523              Date: Mon, 9 Oct 2000 14:57:17 +0200
41524              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
41525      Branch: perl
41526            ! lib/charnames.pm
41527 ____________________________________________________________________________
41528 [  7177] By: jhi                                   on 2000/10/09  19:13:27
41529         Log: Change #7160 had a nasty typo.
41530      Branch: metaconfig
41531            ! U/compline/Compile.U
41532      Branch: perl
41533            ! Configure config_h.SH
41534 ____________________________________________________________________________
41535 [  7176] By: gsar                                  on 2000/10/09  18:59:33
41536         Log: pod nit
41537      Branch: perl
41538            ! pod/perlport.pod
41539 ____________________________________________________________________________
41540 [  7175] By: gsar                                  on 2000/10/09  18:54:28
41541         Log: Windows9x doesn't support link(), despite what Config.pm
41542              might think
41543      Branch: perl
41544            ! lib/ExtUtils/Manifest.pm
41545 ____________________________________________________________________________
41546 [  7174] By: gsar                                  on 2000/10/09  18:50:03
41547         Log: avoid nonportable example code
41548      Branch: perl
41549            ! lib/File/Copy.pm
41550 ____________________________________________________________________________
41551 [  7173] By: gsar                                  on 2000/10/09  18:46:54
41552         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
41553              being used) when closing a socket handle
41554      Branch: perl
41555            ! win32/win32.c win32/win32.h win32/win32sck.c
41556 ____________________________________________________________________________
41557 [  7172] By: gsar                                  on 2000/10/09  18:41:40
41558         Log: on Windows, cwd strings in the environment should be of the
41559              form =X:=X:\foo instead of =X=X:\foo\
41560      Branch: perl
41561            ! win32/vdir.h
41562 ____________________________________________________________________________
41563 [  7171] By: gsar                                  on 2000/10/09  18:30:09
41564         Log: on Windows, LoadLibrary() could load an extension DLL multiple
41565              times if forward slashes are used in the path
41566      Branch: perl
41567            ! win32/win32.c
41568 ____________________________________________________________________________
41569 [  7170] By: jhi                                   on 2000/10/09  17:53:59
41570         Log: Add a todo note about overloadable assertions.
41571      Branch: perl
41572            ! Todo-5.6
41573 ____________________________________________________________________________
41574 [  7169] By: jhi                                   on 2000/10/09  13:43:45
41575         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
41576              From: mjd@plover.com
41577              Date: 9 Oct 2000 00:24:44 -0000
41578              Message-ID: <20001009002444.10616.qmail@plover.com>
41579      Branch: perl
41580            ! pod/perldebguts.pod
41581 ____________________________________________________________________________
41582 [  7168] By: nick                                  on 2000/10/08  13:16:33
41583         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
41584              is not right thing to do on (e.g. x86). Network order is also "right" for
41585              X fonts.
41586      Branch: perl
41587            ! ext/Encode/Encode.pm
41588 ____________________________________________________________________________
41589 [  7167] By: nick                                  on 2000/10/08  12:54:42
41590         Log: Make "encodings" work post-install when Encode/*.enc files may not
41591              be in same directory as Encode.pm
41592      Branch: perl
41593            ! ext/Encode/Encode.pm
41594 ____________________________________________________________________________
41595 [  7166] By: nick                                  on 2000/10/08  11:51:26
41596         Log: Work round the fact that $hash->{$key} does not take into account
41597              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
41598              so that key is always in the "expected" encoding - i.e. same way we put
41599              it in the hash.
41600      Branch: perl
41601            ! ext/Encode/Encode.pm
41602 ____________________________________________________________________________
41603 [  7165] By: gsar                                  on 2000/10/08  04:15:29
41604         Log: save_re_context() could reset PL_curcop to freed memory, causing core
41605              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
41606      Branch: perl
41607            ! pp_ctl.c
41608 ____________________________________________________________________________
41609 [  7164] By: jhi                                   on 2000/10/06  20:51:48
41610         Log: UTF8ize split() so that the cloned substrings get the UTF8
41611              flag of the original scalar.  Problem reported by Simon Cozens.
41612      Branch: perl
41613            ! pp.c t/pragma/utf8.t
41614 ____________________________________________________________________________
41615 [  7163] By: nick                                  on 2000/10/06  20:48:34
41616         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
41617              got a false +ve and so did not reach code which would have un-FAKEd the SV.
41618      Branch: perl
41619            ! sv.c
41620 ____________________________________________________________________________
41621 [  7162] By: nick                                  on 2000/10/06  20:25:37
41622         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
41623              To fix  (sort {$a <=> $b} keys %hash) in particular but
41624              should cover a number of other as-yet-unknown cases as well.
41625      Branch: perl
41626            ! sv.c
41627 ____________________________________________________________________________
41628 [  7161] By: jhi                                   on 2000/10/06  19:56:18
41629         Log: Change the version number of Tie::Handle in the core to 4.0,
41630              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
41631              
41632              Subject: Note on Tie::Handle
41633              From: andreas.koenig@anima.de (Andreas J. Koenig)
41634              Date:      06 Oct 2000 21:48:58 +0200
41635              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
41636      Branch: perl
41637            ! lib/Tie/Handle.pm
41638 ____________________________________________________________________________
41639 [  7160] By: jhi                                   on 2000/10/06  18:20:35
41640         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
41641              as the first option of cc/ld because of ultrapicky compilers
41642              (e.g. OS/390 R2.5)
41643      Branch: metaconfig
41644            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
41645            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
41646            ! U/compline/orderlib.U U/modified/Cppsym.U
41647            ! U/modified/d_access.U
41648      Branch: metaconfig/U/perl
41649            ! Checkcc.U d_dlsymun.U gccvers.U
41650      Branch: perl
41651            ! Configure config_h.SH
41652 ____________________________________________________________________________
41653 [  7159] By: jhi                                   on 2000/10/06  13:56:39
41654         Log: Update Changes.
41655      Branch: perl
41656            ! Changes patchlevel.h
41657 ____________________________________________________________________________
41658 [  7158] By: jhi                                   on 2000/10/06  12:48:40
41659         Log: Eliminate $Is_VMS code from the test.
41660              
41661              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
41662              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41663              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
41664              Date:     Thu, 5 Oct 2000 07:46:33 EDT
41665      Branch: perl
41666            ! t/lib/b.t
41667 ____________________________________________________________________________
41668 [  7157] By: jhi                                   on 2000/10/06  12:47:13
41669         Log: Also the $ccflags is needed for the C compiler check.
41670              
41671              Subject: Configure (check for C-compiler)
41672              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
41673              Date: Fri, 06 Oct 2000 08:47:15 +0200
41674              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
41675      Branch: metaconfig/U/perl
41676            ! Checkcc.U
41677      Branch: perl
41678            ! Configure config_h.SH
41679 ____________________________________________________________________________
41680 [  7156] By: jhi                                   on 2000/10/06  11:45:15
41681         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
41682      Branch: perl
41683            ! perl.c pp_ctl.c sv.h utf8.c
41684 ____________________________________________________________________________
41685 [  7155] By: jhi                                   on 2000/10/06  11:40:41
41686         Log: IO::Handle->syswrite() did not handle length omission
41687              like CORE::syswrite() does.
41688              
41689              Subject: [Fwd] IO::Handle, syswrite and arguments
41690              From: Graham Barr <gbarr@pobox.com>
41691              Date: Fri, 6 Oct 2000 10:22:05 +0100
41692              Message-ID: <20001006102205.U6312@pobox.com>
41693              
41694              The original patch from andrew@ugh.net.au.
41695      Branch: perl
41696            ! ext/IO/lib/IO/Handle.pm
41697 ____________________________________________________________________________
41698 [  7154] By: jhi                                   on 2000/10/06  01:42:15
41699         Log: Tweak #7153.
41700      Branch: perl
41701            ! utf8.h
41702 ____________________________________________________________________________
41703 [  7153] By: jhi                                   on 2000/10/06  00:39:55
41704         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
41705      Branch: perl
41706            ! utf8.h
41707 ____________________________________________________________________________
41708 [  7152] By: jhi                                   on 2000/10/06  00:38:11
41709         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
41710      Branch: perl
41711            ! perl.c pp_ctl.c sv.h utf8.c
41712 ____________________________________________________________________________
41713 [  7151] By: jhi                                   on 2000/10/06  00:36:38
41714         Log: Subject: Re: Questions about Tie::Array and perl modules
41715              From: Nick Ing-Simmons <nik@tiuk.ti.com>
41716              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
41717              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
41718              
41719              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
41720      Branch: perl
41721            ! lib/Tie/Array.pm t/op/array.t
41722 ____________________________________________________________________________
41723 [  7150] By: jhi                                   on 2000/10/05  00:20:45
41724         Log: Regen Changes.
41725      Branch: perl
41726            ! Changes patchlevel.h
41727 ____________________________________________________________________________
41728 [  7149] By: jhi                                   on 2000/10/05  00:20:01
41729         Log: Regen toc.
41730      Branch: perl
41731            ! pod/perltoc.pod
41732 ____________________________________________________________________________
41733 [  7148] By: jhi                                   on 2000/10/04  23:35:08
41734         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
41735              reported several times by Dominic Dunlop, for example in
41736              ID 20000315.008.  Patch from Dominic.  Patch affects at
41737              least MachTen, and possibly other oldish BSDs. Should not
41738              break non-broken platforms (tested on LinuxPPC). 
41739      Branch: perl
41740            ! doio.c
41741 ____________________________________________________________________________
41742 [  7147] By: jhi                                   on 2000/10/04  23:26:34
41743         Log: The one that got away from 7146.
41744      Branch: metaconfig
41745            + U/installdirs/installscripts.U
41746 ____________________________________________________________________________
41747 [  7146] By: jhi                                   on 2000/10/04  23:25:04
41748         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
41749              suggested by H. Merijn Brand.
41750      Branch: perl
41751            ! Configure INSTALL Makefile.SH Porting/Glossary
41752            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
41753            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
41754            ! win32/config.vc
41755 ____________________________________________________________________________
41756 [  7145] By: jhi                                   on 2000/10/04  22:08:21
41757         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
41758              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41759              Date: Wed, 4 Oct 2000 17:37:46 -0400
41760              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
41761      Branch: perl
41762            ! utils/h2xs.PL
41763 ____________________________________________________________________________
41764 [  7144] By: jhi                                   on 2000/10/04  18:11:41
41765         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
41766              From: Jeff Pinyan <jeffp@crusoe.net>
41767              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
41768              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
41769      Branch: perl
41770            ! pod/perlrun.pod
41771 ____________________________________________________________________________
41772 [  7143] By: jhi                                   on 2000/10/04  18:09:58
41773         Log: Subject: perlhack.pod Patch for Externals Tools
41774              From: Fisher Mark <fisherm@tce.com>
41775              Date: Tue, 3 Oct 2000 15:43:27 -0500 
41776              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
41777      Branch: perl
41778            ! pod/perlhack.pod
41779 ____________________________________________________________________________
41780 [  7142] By: jhi                                   on 2000/10/04  18:08:41
41781         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
41782              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
41783              Date:     Wed, 4 Oct 2000 12:11:11 EDT
41784              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
41785      Branch: perl
41786            ! vms/vms.c
41787 ____________________________________________________________________________
41788 [  7141] By: jhi                                   on 2000/10/04  12:20:16
41789         Log: Subject: [PATCH 5.7.0] h2xs not working
41790              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41791              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
41792              Date: Tue, 3 Oct 2000 21:43:01 -0400
41793              
41794              Subject: [PATCH 5.7.0] h2xs not documenting the created module
41795              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41796              Date: Tue, 3 Oct 2000 22:55:19 -0400
41797              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
41798      Branch: perl
41799            ! utils/h2xs.PL
41800 ____________________________________________________________________________
41801 [  7140] By: jhi                                   on 2000/10/04  11:53:44
41802         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
41803              From: nick@babyhippo.com
41804              Date: Wed, 4 Oct 2000 12:06:45 +0100
41805              Message-Id: <20001004120645.A7356@babyhippo.com>
41806              
41807              Retract 7118 and 7135.
41808      Branch: perl
41809            ! installman installperl op.c t/pragma/subs.t
41810 ____________________________________________________________________________
41811 [  7139] By: jhi                                   on 2000/10/03  22:09:41
41812         Log: It is possible to have no hosts database at all.  Pointed out in
41813              
41814              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
41815              From: Peter Prymmer <pvhp@forte.com>
41816              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
41817              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
41818      Branch: metaconfig
41819            ! U/modified/myhostname.U
41820      Branch: perl
41821            ! Configure config_h.SH
41822 ____________________________________________________________________________
41823 [  7138] By: jhi                                   on 2000/10/03  21:49:49
41824         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
41825              From: Peter Prymmer <pvhp@forte.com>
41826              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
41827              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
41828      Branch: perl
41829            ! pp_sys.c
41830 ____________________________________________________________________________
41831 [  7137] By: jhi                                   on 2000/10/03  20:10:05
41832         Log: One remaining nit less at the VMS mailbox sizing.
41833      Branch: perl
41834            ! vms/vms.c
41835 ____________________________________________________________________________
41836 [  7136] By: jhi                                   on 2000/10/03  20:08:47
41837         Log: Test harness update to sync with the new perlcc,
41838              from Simon Cozens.
41839      Branch: perl
41840            ! t/TEST t/UTEST
41841 ____________________________________________________________________________
41842 [  7135] By: jhi                                   on 2000/10/03  15:15:42
41843         Log: Subject: Re: PATCH for 20001003.004
41844              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
41845              From: "AARON B. DOSSETT" <aaron@iglou.com>
41846              Message-Id: <E13gTay-0006od-00@iglou.com>
41847      Branch: perl
41848            ! installman installperl
41849 ____________________________________________________________________________
41850 [  7134] By: jhi                                   on 2000/10/03  15:00:34
41851         Log: Subject: [ID 20001003.006] B::Debug not -w clean
41852              From: Nicholas Clark <nick@babyhippo.co.uk>
41853              Date: Tue, 03 Oct 2000 15:46:32 +0100
41854              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
41855      Branch: perl
41856            ! ext/B/B/Debug.pm
41857 ____________________________________________________________________________
41858 [  7133] By: jhi                                   on 2000/10/03  14:58:39
41859         Log: Scale down the VMS message boxes, by Charles Lane.
41860              Fix for ID 20000903.009, workaround at
41861              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
41862      Branch: perl
41863            ! vms/vms.c
41864 ____________________________________________________________________________
41865 [  7132] By: jhi                                   on 2000/10/03  11:20:37
41866         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
41867      Branch: perl
41868            + t/lib/st-lock.t t/lib/st-utf8.t
41869            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
41870            ! ext/Storable/Storable.xs t/lib/st-recurse.t
41871 ____________________________________________________________________________
41872 [  7131] By: jhi                                   on 2000/10/03  03:38:23
41873         Log: Encode nits.
41874      Branch: perl
41875            ! MANIFEST Makefile.SH
41876 ____________________________________________________________________________
41877 [  7130] By: jhi                                   on 2000/10/03  03:31:05
41878         Log: Update Changes.
41879      Branch: perl
41880            ! Changes patchlevel.h
41881 ____________________________________________________________________________
41882 [  7129] By: jhi                                   on 2000/10/03  02:24:02
41883         Log: Misplaced else.
41884      Branch: metaconfig/U/perl
41885            ! d_strtoll.U
41886      Branch: perl
41887            ! Configure config_h.SH
41888 ____________________________________________________________________________
41889 [  7128] By: jhi                                   on 2000/10/03  02:08:29
41890         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
41891              From: sthoenna@efn.org
41892              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
41893              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
41894      Branch: metaconfig/U/perl
41895            ! d_strtoll.U
41896      Branch: perl
41897            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
41898 ____________________________________________________________________________
41899 [  7127] By: jhi                                   on 2000/10/03  01:13:14
41900         Log: Update Changes.
41901      Branch: perl
41902            ! Changes patchlevel.h
41903 ____________________________________________________________________________
41904 [  7126] By: jhi                                   on 2000/10/03  00:57:08
41905         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
41906              as suggested by Olaf Flebbe and Nick Clark.
41907      Branch: perl
41908            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
41909 ____________________________________________________________________________
41910 [  7125] By: jhi                                   on 2000/10/03  00:50:56
41911         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
41912              From: Nick Clark <nick@plum.flirble.org>
41913              Date: Mon, 2 Oct 2000 11:03:24 +0100
41914              Message-Id: <20001002110324.D20073@plum.flirble.org>
41915              
41916              Also fixes bug ID 20001002.005.
41917      Branch: perl
41918            ! t/lib/encode.t
41919 ____________________________________________________________________________
41920 [  7124] By: jhi                                   on 2000/10/03  00:34:59
41921         Log: Subject: [PATCH 5.7.0] Epoc update
41922              From: Olaf Flebbe <o.flebbe@gmx.de>
41923              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
41924              Message-ID: <26423.969484586@www10.gmx.net>
41925      Branch: perl
41926            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
41927            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
41928            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
41929            ! util.c util.h
41930 ____________________________________________________________________________
41931 [  7123] By: jhi                                   on 2000/10/03  00:30:07
41932         Log: Regen headers.
41933      Branch: perl
41934            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
41935 ____________________________________________________________________________
41936 [  7122] By: jhi                                   on 2000/10/03  00:10:48
41937         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
41938      Branch: perl
41939            ! hints/openbsd.sh
41940 ____________________________________________________________________________
41941 [  7121] By: jhi                                   on 2000/10/03  00:05:06
41942         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
41943              From: <abigail@foad.org>
41944              Date: Tue, 26 Sep 2000 13:36:14 -0400
41945              Message-ID: <20000926173614.4356.qmail@foad.org>
41946      Branch: perl
41947            ! pod/perlop.pod
41948 ____________________________________________________________________________
41949 [  7120] By: jhi                                   on 2000/10/03  00:04:00
41950         Log: Inside require() $^S was always left undefined.
41951              
41952              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
41953              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41954              Date: Wed, 27 Sep 2000 18:54:49 -0400
41955              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
41956      Branch: perl
41957            ! cop.h mg.c pp_ctl.c util.c
41958 ____________________________________________________________________________
41959 [  7119] By: jhi                                   on 2000/10/03  00:00:16
41960         Log: Subject: [PATCH] DLL not restartabke with threaded perl
41961              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
41962              Date: Thu, 28 Sep 2000 09:20:46 +0100
41963              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
41964      Branch: perl
41965            ! perl.c
41966 ____________________________________________________________________________
41967 [  7118] By: jhi                                   on 2000/10/02  23:59:20
41968         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
41969              From: Nicholas Clark <nick@ccl4.org>
41970              Date: Thu, 28 Sep 2000 11:52:24 +0100
41971              Message-ID: <20000928115224.D7924@plum.flirble.org>
41972      Branch: perl
41973            ! op.c
41974 ____________________________________________________________________________
41975 [  7117] By: jhi                                   on 2000/10/02  23:57:51
41976         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
41977              From: Nicholas Clark <nick@babyhippo.co.uk>
41978              Date: Thu, 28 Sep 2000 12:18:10 +0100
41979              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
41980              
41981              Did not apply cleanly, manual intervention was needed.
41982      Branch: perl
41983            ! ext/B/B/Bytecode.pm utils/perlcc.PL
41984 ____________________________________________________________________________
41985 [  7116] By: jhi                                   on 2000/10/02  23:50:40
41986         Log: Document the issue (is not a syntax error, kind of)
41987              
41988              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
41989              From: Nicholas Clark <nick@ccl4.org>
41990              Date: Thu, 28 Sep 2000 17:12:42 +0100
41991              Message-ID: <20000928171242.K7924@plum.flirble.org>
41992      Branch: perl
41993            ! pod/perldata.pod
41994 ____________________________________________________________________________
41995 [  7115] By: jhi                                   on 2000/10/02  23:48:58
41996         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
41997              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
41998              Date: Thu, 28 Sep 2000 21:55:31 -0400
41999              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
42000      Branch: perl
42001            ! regexec.c
42002 ____________________________________________________________________________
42003 [  7114] By: jhi                                   on 2000/10/02  23:47:57
42004         Log: Subject: DOC PATCH 5.6.0
42005              From: mjd@plover.com
42006              Date: 30 Sep 2000 06:02:34 -0000
42007              Message-ID: <20000930060234.4559.qmail@plover.com>
42008      Branch: perl
42009            ! pod/perldebguts.pod
42010 ____________________________________________________________________________
42011 [  7113] By: jhi                                   on 2000/10/02  23:46:43
42012         Log: SOCK_DGRAM and listen() do not mix as reported in
42013              
42014              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
42015              From: Petter Reinholdtsen <pere@hungry.com>
42016              Date: Sun, 1 Oct 2000 10:57:20 +0800
42017              Message-Id: <200010010257.KAA05735@localhost.localdomain>
42018              
42019              The patch for 5.7.0+ had to be reengineered, though.
42020      Branch: perl
42021            ! ext/IO/lib/IO/Socket/UNIX.pm
42022 ____________________________________________________________________________
42023 [  7112] By: jhi                                   on 2000/10/02  23:36:57
42024         Log: Subject: Re: [PATCH 5.005_64 missed]
42025              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
42026              Date: Sun, 1 Oct 2000 18:50:10 -0400
42027              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
42028      Branch: perl
42029            ! pod/perlxs.pod
42030 ____________________________________________________________________________
42031 [  7111] By: jhi                                   on 2000/10/02  23:35:40
42032         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
42033              From: Radu Greab <radu@netsoft.ro>
42034              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
42035              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
42036      Branch: perl
42037            ! op.c opcode.pl t/op/substr.t
42038 ____________________________________________________________________________
42039 [  7110] By: jhi                                   on 2000/10/02  23:32:38
42040         Log: Subject: [PATCH] Fix aliasing of tied filehandles
42041              From: Daniel Chetlin <daniel@chetlin.com>
42042              Date: Mon, 2 Oct 2000 14:53:27 -0700
42043              Message-ID: <20001002145327.C1617@ilmd>
42044      Branch: perl
42045            ! perl.h pp_hot.c t/op/tiehandle.t
42046 ____________________________________________________________________________
42047 [  7109] By: jhi                                   on 2000/10/02  23:31:30
42048         Log: s/Robin Parker/Robin Barker/
42049      Branch: perl
42050            ! Changes5.6
42051 ____________________________________________________________________________
42052 [  7108] By: jhi                                   on 2000/10/02  23:15:46
42053         Log: Retract #7091 as suggested in
42054              
42055              From: Robin Barker <rmb1@cise.npl.co.uk> 
42056              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
42057              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
42058              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
42059      Branch: perl
42060            ! embed.pl proto.h
42061 ____________________________________________________________________________
42062 [  7107] By: nick                                  on 2000/10/02  18:23:14
42063         Log: A few tweaks to get Tk803 to work with Encode scheme.
42064      Branch: perl
42065            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
42066 ____________________________________________________________________________
42067 [  7106] By: nick                                  on 2000/10/01  21:34:14
42068         Log: Add checking cases to Encode's toUnicode and fromUnicode.
42069      Branch: perl
42070            ! ext/Encode/Encode.pm
42071 ____________________________________________________________________________
42072 [  7105] By: nick                                  on 2000/10/01  17:18:01
42073         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
42074              To read and use them.
42075              Add a lib/encode.t which checks a few things.
42076      Branch: perl
42077            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
42078            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
42079            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
42080            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
42081            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
42082            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
42083            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
42084            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
42085            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
42086            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
42087            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
42088            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
42089            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
42090            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
42091            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
42092            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
42093            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
42094            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
42095            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
42096            + ext/Encode/Encode/iso2022-jp.enc
42097            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
42098            + ext/Encode/Encode/iso8859-1.enc
42099            + ext/Encode/Encode/iso8859-2.enc
42100            + ext/Encode/Encode/iso8859-3.enc
42101            + ext/Encode/Encode/iso8859-4.enc
42102            + ext/Encode/Encode/iso8859-5.enc
42103            + ext/Encode/Encode/iso8859-6.enc
42104            + ext/Encode/Encode/iso8859-7.enc
42105            + ext/Encode/Encode/iso8859-8.enc
42106            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
42107            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
42108            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
42109            + ext/Encode/Encode/macCentEuro.enc
42110            + ext/Encode/Encode/macCroatian.enc
42111            + ext/Encode/Encode/macCyrillic.enc
42112            + ext/Encode/Encode/macDingbats.enc
42113            + ext/Encode/Encode/macGreek.enc
42114            + ext/Encode/Encode/macIceland.enc
42115            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
42116            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
42117            + ext/Encode/Encode/macTurkish.enc
42118            + ext/Encode/Encode/macUkraine.enc
42119            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
42120            + t/lib/encode.t
42121            ! MANIFEST ext/Encode/Encode.pm
42122 ____________________________________________________________________________
42123 [  7104] By: nick                                  on 2000/09/30  13:04:30
42124         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
42125              From: Daniel Chetlin <daniel@chetlin.com>
42126              Date: Mon, 18 Sep 2000 05:05:40 -0700
42127              Message-Id: <20000918050540.C652@ilmd>
42128      Branch: perl
42129            ! lib/overload.pm sv.c t/pragma/overload.t
42130 ____________________________________________________________________________
42131 [  7103] By: nick                                  on 2000/09/30  12:53:36
42132         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
42133              From: Johan Vromans <jvromans@squirrel.nl>
42134              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
42135              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
42136      Branch: perl
42137            ! pod/Makefile.SH
42138 ____________________________________________________________________________
42139 [  7102] By: nick                                  on 2000/09/30  12:52:31
42140         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
42141              From: Spider Boardman <spider@Orb.Nashua.NH.US>
42142              Date: Sat, 16 Sep 2000 16:36:45 -0400
42143              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
42144      Branch: perl
42145            ! ext/B/B/Deparse.pm
42146 ____________________________________________________________________________
42147 [  7101] By: nick                                  on 2000/09/30  12:51:41
42148         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
42149              From: Craig A. Berry <craig.berry@psinetcs.com>
42150              Date: Sat, 16 Sep 2000 10:11:10 -0500
42151              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
42152      Branch: perl
42153            ! vms/vms.c
42154 ____________________________________________________________________________
42155 [  7100] By: nick                                  on 2000/09/30  12:50:33
42156         Log: Subject: Re: unicode support and perl [ID 20000901.097]
42157              From: Spider Boardman <spider@Orb.Nashua.NH.US>
42158              Date: Fri, 15 Sep 2000 16:37:58 -0400
42159              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
42160      Branch: perl
42161            ! t/op/append.t
42162 ____________________________________________________________________________
42163 [  7099] By: nick                                  on 2000/09/30  12:49:35
42164         Log: Subject: Re: unicode support and perl [ID 20000901.097]
42165              From: Spider Boardman <spider@Orb.Nashua.NH.US>
42166              Date: Fri, 15 Sep 2000 16:25:30 -0400
42167              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
42168      Branch: perl
42169            ! pp_hot.c
42170 ____________________________________________________________________________
42171 [  7098] By: nick                                  on 2000/09/30  12:48:00
42172         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
42173              From: Gisle Aas <gisle@ActiveState.com>
42174              Date: 15 Sep 2000 16:23:41 +0200
42175              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
42176      Branch: perl
42177            ! toke.c
42178 ____________________________________________________________________________
42179 [  7097] By: nick                                  on 2000/09/30  12:45:16
42180         Log: Subject: [PATCH] Nits in perlmod.pod
42181              From: Daniel Chetlin <daniel@chetlin.com>
42182              Date: Fri, 15 Sep 2000 02:04:09 -0700
42183              Message-Id: <20000915020409.A2104@ilmd>
42184      Branch: perl
42185            ! pod/perlmod.pod
42186 ____________________________________________________________________________
42187 [  7096] By: nick                                  on 2000/09/30  12:18:00
42188         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
42189              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
42190              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
42191              0 to checking to get the warning.
42192      Branch: perl
42193            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
42194            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
42195            ! regexec.c sv.c toke.c utf8.c
42196 ____________________________________________________________________________
42197 [  7095] By: nick                                  on 2000/09/15  16:55:59
42198         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
42199              
42200              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
42201              From: Spider Boardman <spider@Orb.Nashua.NH.US>
42202              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
42203              Date: Fri, 15 Sep 2000 06:37:30 -0400
42204      Branch: perl
42205            ! ext/Encode/Encode.xs sv.c
42206 ____________________________________________________________________________
42207 [  7094] By: jhi                                   on 2000/09/15  03:23:32
42208         Log: Update Changes.
42209      Branch: perl
42210            ! Changes patchlevel.h
42211 ____________________________________________________________________________
42212 [  7093] By: jhi                                   on 2000/09/15  03:11:44
42213         Log: Fix for the charnames.t failures from Spider Boardman.
42214      Branch: perl
42215            ! toke.c
42216 ____________________________________________________________________________
42217 [  7092] By: jhi                                   on 2000/09/15  00:15:48
42218         Log: Botched the #7090 check-in.
42219      Branch: perl
42220            ! sv.c
42221 ____________________________________________________________________________
42222 [  7091] By: jhi                                   on 2000/09/14  23:33:24
42223         Log: Part of #7081 didn't come through.
42224      Branch: perl
42225            ! embed.pl proto.h
42226 ____________________________________________________________________________
42227 [  7090] By: jhi                                   on 2000/09/14  23:17:39
42228         Log: Subject: Re: perl@7078 
42229              From: Spider Boardman <spider@web.zk3.dec.com>
42230              Date: Thu, 14 Sep 2000 19:06:36 -0400
42231              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
42232      Branch: perl
42233            ! sv.c toke.c
42234 ____________________________________________________________________________
42235 [  7089] By: jhi                                   on 2000/09/14  23:11:21
42236         Log: Small portability tweaks.
42237      Branch: perl
42238            ! ext/Encode/Encode.xs
42239 ____________________________________________________________________________
42240 [  7088] By: jhi                                   on 2000/09/14  22:57:23
42241         Log: Fake return to pacify picky compilers.
42242      Branch: perl
42243            ! ext/Encode/Encode.xs
42244 ____________________________________________________________________________
42245 [  7087] By: jhi                                   on 2000/09/14  22:53:37
42246         Log: Subject: [PATCH] utf8.c apidoc
42247              From: Simon Cozens <simon@cozens.net>
42248              Date: Thu, 14 Sep 2000 23:46:57 +0100
42249              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
42250      Branch: perl
42251            ! perlapi.c pod/perlapi.pod utf8.c
42252 ____________________________________________________________________________
42253 [  7086] By: jhi                                   on 2000/09/14  22:40:38
42254         Log: We don't need to count the high bit bytes, a boolean is enough. 
42255      Branch: perl
42256            ! sv.c
42257 ____________________________________________________________________________
42258 [  7085] By: jhi                                   on 2000/09/14  21:20:09
42259         Log: Replace #7084 with
42260              
42261              Subject: Re: perl@7078 
42262              From: Spider Boardman <spider@web.zk3.dec.com>
42263              Date: Thu, 14 Sep 2000 17:09:36 -0400
42264              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
42265      Branch: perl
42266            ! sv.c utf8.c
42267 ____________________________________________________________________________
42268 [  7084] By: jhi                                   on 2000/09/14  20:03:34
42269         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
42270              convertable to bytes by checking it doesn't go above 0xc3
42271              
42272              Subject: Re: perl@7078
42273              From: Simon Cozens <simon@cozens.net>
42274              Date: Thu, 14 Sep 2000 20:59:19 +0100
42275              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
42276      Branch: perl
42277            ! utf8.c
42278 ____________________________________________________________________________
42279 [  7083] By: jhi                                   on 2000/09/14  19:38:47
42280         Log: Subject: Re: perl@7078
42281              From: Simon Cozens <simon@cozens.net>
42282              Date: Thu, 14 Sep 2000 20:13:09 +0100
42283              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
42284      Branch: perl
42285            ! t/op/bop.t
42286 ____________________________________________________________________________
42287 [  7082] By: jhi                                   on 2000/09/14  17:50:44
42288         Log: The one that got away.
42289      Branch: perl
42290            ! lib/File/Find.pm
42291 ____________________________________________________________________________
42292 [  7081] By: jhi                                   on 2000/09/14  17:45:35
42293         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
42294              From: Robin Barker <rmb1@cise.npl.co.uk>
42295              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
42296              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
42297      Branch: perl
42298            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
42299            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
42300            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
42301            ! regcomp.c toke.c universal.c
42302 ____________________________________________________________________________
42303 [  7080] By: jhi                                   on 2000/09/14  17:40:35
42304         Log: Problems picked up by AIX cc.
42305              
42306              Subject: Re: perl@7078 (patch included)
42307              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42308              Date: Thu, 14 Sep 2000 18:53:30 +0200
42309              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
42310      Branch: perl
42311            ! ext/Encode/Encode.xs
42312 ____________________________________________________________________________
42313 [  7079] By: jhi                                   on 2000/09/14  17:38:27
42314         Log: Subject: File::Find 5.7.0 POD nits
42315              From: Rich Morin <rdm@cfcl.com>
42316              Date: Wed, 13 Sep 2000 22:03:58 -0700
42317              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
42318      Branch: perl
42319            ! lib/File/Find.pm
42320 ____________________________________________________________________________
42321 [  7078] By: jhi                                   on 2000/09/14  14:58:20
42322         Log: Update Changes.
42323      Branch: perl
42324            ! Changes patchlevel.h
42325 ____________________________________________________________________________
42326 [  7077] By: jhi                                   on 2000/09/14  14:55:54
42327         Log: Compilation warnings and an error.
42328      Branch: perl
42329            ! sv.c
42330 ____________________________________________________________________________
42331 [  7076] By: jhi                                   on 2000/09/14  14:42:56
42332         Log: Fix for a parsing bug, not for the original bug.
42333              
42334              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
42335              From: Spider Boardman <spider@web.zk3.dec.com>
42336              Date: Wed, 13 Sep 2000 17:52:20 -0400
42337              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
42338      Branch: perl
42339            ! regcomp.c
42340 ____________________________________________________________________________
42341 [  7075] By: jhi                                   on 2000/09/14  14:40:40
42342         Log: Batch of UTF-8 patches from Simon Cozens.
42343      Branch: perl
42344            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
42345            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
42346            ! toke.c utf8.c
42347 ____________________________________________________________________________
42348 [  7074] By: jhi                                   on 2000/09/14  14:29:58
42349         Log: Subject: Re: Two advertising clauses need to be removed
42350              From: Russ Allbery <rra@stanford.edu>
42351              Date: 13 Sep 2000 18:50:26 -0700
42352              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
42353      Branch: perl
42354            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
42355 ____________________________________________________________________________
42356 [  7073] By: jhi                                   on 2000/09/14  14:28:20
42357         Log: Subject: [PATCH] de-wall t/README
42358              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42359              Date: Wed, 13 Sep 2000 17:46:55 -0700
42360              Message-ID: <//Bw5gzkge/e092yn@efn.org>
42361      Branch: perl
42362            ! t/README
42363 ____________________________________________________________________________
42364 [  7072] By: jhi                                   on 2000/09/14  14:25:10
42365         Log: Hints optimization.
42366              
42367              Subject: Minor nit
42368              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42369              Date: Wed, 13 Sep 2000 21:42:07 +0200
42370              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
42371      Branch: perl
42372            ! hints/hpux.sh
42373 ____________________________________________________________________________
42374 [  7071] By: jhi                                   on 2000/09/14  14:23:30
42375         Log: Allow chop() and chomp() to be overridden.
42376              
42377              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
42378              From: "Casey R. Tweten" <crt@kiski.net>
42379              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
42380              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
42381      Branch: perl
42382            ! toke.c
42383 ____________________________________________________________________________
42384 [  7070] By: jhi                                   on 2000/09/14  14:20:36
42385         Log: The return value of setlocale must be copied away.
42386              
42387              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
42388              From: Alan Burlison <Alan.Burlison@uk.sun.com>
42389              Date: Wed, 13 Sep 2000 16:27:37 +0100 
42390              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
42391      Branch: perl
42392            ! util.c
42393 ____________________________________________________________________________
42394 [  7069] By: jhi                                   on 2000/09/14  14:16:27
42395         Log: Remove vestiges of tr//CU.
42396              
42397              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
42398              From: Nick Clark <nick@plum.flirble.org>
42399              Date: Tue, 12 Sep 2000 22:50:14 +0100
42400              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
42401              
42402              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
42403              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42404              Date: Tue, 12 Sep 2000 21:38:48 -0700
42405              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
42406      Branch: perl
42407            ! op.h pod/perlunicode.pod
42408 ____________________________________________________________________________
42409 [  7068] By: jhi                                   on 2000/09/13  14:18:39
42410         Log: Add the Encode extension.  The code is still largely just skeleton.
42411      Branch: perl
42412            + ext/Encode/Encode.pm ext/Encode/Encode.xs
42413            + ext/Encode/Makefile.PL ext/Encode/Todo
42414            ! MANIFEST Todo-5.6
42415 ____________________________________________________________________________
42416 [  7067] By: jhi                                   on 2000/09/12  17:43:33
42417         Log: Allow for whitespace between "#" and "line" in cpp output.
42418              
42419              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
42420              From: Calle Dybedahl <calle@lysator.liu.se>
42421              Date: 12 Sep 2000 19:38:02 +0200 
42422              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
42423      Branch: perl
42424            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
42425 ____________________________________________________________________________
42426 [  7066] By: gsar                                  on 2000/09/12  17:24:29
42427         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
42428              initialization in all the threads on Windows
42429      Branch: perl
42430            ! win32/win32.c
42431 ____________________________________________________________________________
42432 [  7065] By: jhi                                   on 2000/09/12  15:11:31
42433         Log: Update Changes.
42434      Branch: perl
42435            ! Changes patchlevel.h
42436 ____________________________________________________________________________
42437 [  7064] By: jhi                                   on 2000/09/12  14:54:54
42438         Log: Retract #7062, the pod tests are not ready.
42439      Branch: perl
42440            ! t/TEST t/harness
42441 ____________________________________________________________________________
42442 [  7063] By: jhi                                   on 2000/09/12  14:25:41
42443         Log: The #7054 truncated Configure badly.
42444      Branch: metaconfig/U/perl
42445            ! End.U
42446      Branch: perl
42447            ! Configure config_h.SH
42448 ____________________________________________________________________________
42449 [  7062] By: jhi                                   on 2000/09/12  14:08:32
42450         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
42451              From: sthoenna@efn.org
42452              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
42453              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
42454      Branch: perl
42455            ! t/TEST t/harness
42456 ____________________________________________________________________________
42457 [  7061] By: jhi                                   on 2000/09/12  14:07:18
42458         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
42459              From: sthoenna@efn.org
42460              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
42461              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
42462      Branch: perl
42463            ! pod/perlxs.pod
42464 ____________________________________________________________________________
42465 [  7060] By: jhi                                   on 2000/09/12  14:06:08
42466         Log: Break up the myconfig lines a bit.
42467              
42468              Subject: perlbug/perl -V output format
42469              From: sthoenna@efn.org
42470              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
42471              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
42472      Branch: perl
42473            ! myconfig.SH
42474 ____________________________________________________________________________
42475 [  7059] By: jhi                                   on 2000/09/12  14:05:04
42476         Log: Test for the #7049.
42477              
42478              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
42479              From: andreas.koenig@anima.de (Andreas J. Koenig)
42480              Date: 12 Sep 2000 06:42:01 +0200
42481              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
42482      Branch: perl
42483            ! t/op/my.t
42484 ____________________________________________________________________________
42485 [  7058] By: jhi                                   on 2000/09/12  14:03:05
42486         Log: Subject: [patch: perl@7045] vms updates
42487              From: Peter Prymmer <pvhp@forte.com>
42488              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
42489              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
42490      Branch: perl
42491            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
42492 ____________________________________________________________________________
42493 [  7057] By: jhi                                   on 2000/09/12  14:00:51
42494         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
42495              From: sthoenna@efn.org
42496              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
42497              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
42498      Branch: perl
42499            ! t/op/64bitint.t
42500 ____________________________________________________________________________
42501 [  7056] By: jhi                                   on 2000/09/12  13:58:14
42502         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
42503              From: Jeff Pinyan <jeffp@crusoe.net>
42504              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
42505              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
42506      Branch: perl
42507            ! pod/perlfunc.pod
42508 ____________________________________________________________________________
42509 [  7055] By: jhi                                   on 2000/09/12  13:56:32
42510         Log: Do in VMS as the #7054 does.
42511      Branch: perl
42512            ! configure.com
42513 ____________________________________________________________________________
42514 [  7054] By: jhi                                   on 2000/09/12  13:50:31
42515         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
42516              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
42517              Date: Mon, 11 Sep 2000 08:33:09 +0100
42518              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
42519      Branch: metaconfig/U/perl
42520            ! End.U
42521      Branch: perl
42522            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
42523            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
42524 ____________________________________________________________________________
42525 [  7053] By: jhi                                   on 2000/09/12  13:29:19
42526         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
42527              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
42528              Date:     Tue, 12 Sep 2000 08:35:59 EDT
42529              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
42530      Branch: perl
42531            ! vms/test.com
42532 ____________________________________________________________________________
42533 [  7052] By: jhi                                   on 2000/09/11  23:01:50
42534         Log: Document the SvUTF8*().
42535      Branch: perl
42536            ! pod/perlapi.pod sv.h
42537 ____________________________________________________________________________
42538 [  7051] By: gsar                                  on 2000/09/11  14:46:30
42539         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
42540              (missed a spot when fixing up op_pmreplroot hack for ithreads)
42541      Branch: perl
42542            ! op.c t/op/split.t
42543 ____________________________________________________________________________
42544 [  7050] By: nick                                  on 2000/09/11  10:03:51
42545         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
42546              
42547              Subject: borland C++ win32.c tweak
42548              From: Vadim Konovalov <vkonovalov@lucent.com>
42549              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
42550              Date: Mon, 11 Sep 2000 11:22:33 +0400
42551      Branch: perl
42552            ! win32/win32.c
42553 ____________________________________________________________________________
42554 [  7049] By: nick                                  on 2000/09/11  09:57:33
42555         Log: Point fix for s/// on foreach (keys %xxx).
42556      Branch: perl
42557            ! pp_hot.c
42558 ____________________________________________________________________________
42559 [  7048] By: jhi                                   on 2000/09/10  23:37:09
42560         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
42561              by Pod::Text, from Brad Appleton.
42562      Branch: perl
42563            ! t/pod/testp2pt.pl
42564 ____________________________________________________________________________
42565 [  7047] By: jhi                                   on 2000/09/10  14:32:53
42566         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
42567              by Russ Allbery.
42568      Branch: perl
42569            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
42570 ____________________________________________________________________________
42571 [  7046] By: jhi                                   on 2000/09/10  14:15:08
42572         Log: Upgrade to CPAN 1.57_65, from Andreas König.
42573      Branch: perl
42574            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42575 ____________________________________________________________________________
42576 [  7045] By: jhi                                   on 2000/09/08  21:36:32
42577         Log: Update Changes.
42578      Branch: perl
42579            ! Changes patchlevel.h
42580 ____________________________________________________________________________
42581 [  7044] By: jhi                                   on 2000/09/08  21:29:56
42582         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
42583              From: Peter Prymmer <pvhp@forte.com>
42584              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
42585              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
42586      Branch: perl
42587            ! configure.com
42588 ____________________________________________________________________________
42589 [  7043] By: jhi                                   on 2000/09/08  21:27:50
42590         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
42591              From: Peter Prymmer <pvhp@forte.com>
42592              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
42593              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
42594      Branch: perl
42595            ! Makefile.SH installperl
42596 ____________________________________________________________________________
42597 [  7042] By: jhi                                   on 2000/09/08  21:23:21
42598         Log: Continue #7041.
42599      Branch: perl
42600            ! cygwin/Makefile.SHs os2/Makefile.SHs
42601 ____________________________________________________________________________
42602 [  7041] By: jhi                                   on 2000/09/08  21:18:10
42603         Log: Do away with memory models cruft.  Sorry, PDP users.
42604      Branch: metaconfig
42605            ! U/modified/cc.U U/modified/libpth.U
42606      Branch: perl
42607            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
42608            ! Porting/config_H cflags.SH config_h.SH configure.com
42609            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
42610            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
42611            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
42612 ____________________________________________________________________________
42613 [  7040] By: jhi                                   on 2000/09/08  14:34:18
42614         Log: Major rewrite of s2p.  And I mean really major, it is
42615              an implementation of sed in perl.  If called as s2p it
42616              will function as s2p.  Note: needs non-UNIXifying.
42617              
42618              Subject: s2p
42619              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
42620              Date: Mon, 28 Aug 2000 14:05:12 +0200
42621              Message-ID: <39AA5578.2102E2AA@alcatel.at>
42622      Branch: perl
42623            ! x2p/s2p.PL
42624 ____________________________________________________________________________
42625 [  7039] By: jhi                                   on 2000/09/08  14:19:49
42626         Log: Re-allow vec() for characters > 255.
42627              
42628              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
42629              From: Spider Boardman <spider@web.zk3.dec.com>
42630              Date: Fri, 08 Sep 2000 02:21:02 -0400
42631              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
42632      Branch: perl
42633            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
42634            ! t/op/vec.t
42635 ____________________________________________________________________________
42636 [  7038] By: jhi                                   on 2000/09/08  14:14:18
42637         Log: Subject: [PATCH lib/Benchmark.pm]
42638              From: <abigail@foad.org>
42639              Date: Thu, 7 Sep 2000 15:03:20 -0400
42640              Message-ID: <20000907190320.888.qmail@foad.org>
42641      Branch: perl
42642            ! lib/Benchmark.pm
42643 ____________________________________________________________________________
42644 [  7037] By: jhi                                   on 2000/09/08  14:11:06
42645         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
42646              
42647              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
42648              From: Spider Boardman <spider@web.zk3.dec.com>
42649              Date: Fri, 08 Sep 2000 01:30:27 -0400
42650              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
42651      Branch: perl
42652            ! op.c
42653 ____________________________________________________________________________
42654 [  7036] By: jhi                                   on 2000/09/08  14:08:58
42655         Log: Subject: [ID 20000908.002] perlipc documentation bug.
42656              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
42657              Date: Fri, 08 Sep 2000 12:38:32 +0200
42658              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
42659      Branch: perl
42660            ! pod/perlipc.pod
42661 ____________________________________________________________________________
42662 [  7035] By: jhi                                   on 2000/09/08  14:03:12
42663         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
42664              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
42665              Date: Fri, 08 Sep 2000 11:47:34 +0200
42666              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
42667      Branch: perl
42668            ! hints/dec_osf.sh
42669 ____________________________________________________________________________
42670 [  7034] By: jhi                                   on 2000/09/08  13:59:35
42671         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
42672              From: Simon Cozens <simon@cozens.net>
42673              Date: Thu, 7 Sep 2000 20:40:38 +0100
42674              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
42675      Branch: perl
42676            ! pp_hot.c
42677 ____________________________________________________________________________
42678 [  7033] By: jhi                                   on 2000/09/08  04:03:03
42679         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
42680              From: "Larry W. Virden" <lvirden@cas.org>
42681              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
42682              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
42683      Branch: perl
42684            ! pod/perldiag.pod
42685 ____________________________________________________________________________
42686 [  7032] By: jhi                                   on 2000/09/07  22:18:30
42687         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
42688              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
42689              Date: Mon, 04 Sep 2000 13:16:38 -0700
42690              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
42691      Branch: perl
42692            ! lib/perl5db.pl
42693 ____________________________________________________________________________
42694 [  7031] By: jhi                                   on 2000/09/07  22:02:29
42695         Log: Fix the ccversion detection for 5.1 and beyond.
42696              
42697              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
42698              From: Spider Boardman <spider@leggy.zk3.dec.com>
42699              Date: Thu, 7 Sep 2000 17:54:27 -0400
42700              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
42701      Branch: perl
42702            ! hints/dec_osf.sh
42703 ____________________________________________________________________________
42704 [  7030] By: jhi                                   on 2000/09/07  19:12:28
42705         Log: Fix for
42706              
42707              Subject: [ID 20000903.001] \w in utf8-strings
42708              From: Marc Lehmann <pcg@goof.com>
42709              Date: Sun, 03 Sep 2000 09:44:29 +0200
42710              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
42711              
42712              and various related nits.
42713      Branch: perl
42714            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
42715 ____________________________________________________________________________
42716 [  7029] By: jhi                                   on 2000/09/07  18:49:09
42717         Log: Fix the URL, but the server is still missing in action.
42718              
42719              Subject: [ID 20000905.002] perlfaq1.pod URL error
42720              From: "Larry W. Virden" <lvirden@cas.org>
42721              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
42722              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
42723      Branch: perl
42724            ! pod/perlfaq1.pod
42725 ____________________________________________________________________________
42726 [  7028] By: jhi                                   on 2000/09/07  18:47:13
42727         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
42728              From: Hugo <hv@crypt.compulink.co.uk>
42729              Date: Tue, 05 Sep 2000 14:13:37 +0100
42730              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
42731      Branch: perl
42732            ! toke.c
42733 ____________________________________________________________________________
42734 [  7027] By: jhi                                   on 2000/09/07  18:45:35
42735         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
42736              From: Daniel Chetlin <daniel@chetlin.com>
42737              Date: Tue, 5 Sep 2000 04:57:07 -0700
42738              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
42739      Branch: perl
42740            ! pod/perlfaq6.pod pod/perlop.pod
42741 ____________________________________________________________________________
42742 [  7026] By: jhi                                   on 2000/09/07  18:44:01
42743         Log: Document the new ref() semantics.
42744              
42745              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
42746              From: Gisle Aas <gisle@ActiveState.com>
42747              Date: 05 Sep 2000 08:10:30 +0200
42748              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
42749      Branch: perl
42750            ! pod/perldelta.pod
42751 ____________________________________________________________________________
42752 [  7025] By: jhi                                   on 2000/09/07  18:42:27
42753         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
42754              
42755              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
42756              From: Gisle Aas <gisle@ActiveState.com>
42757              Date: 05 Sep 2000 08:11:40 +0200
42758              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
42759      Branch: perl
42760            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
42761 ____________________________________________________________________________
42762 [  7024] By: jhi                                   on 2000/09/07  18:39:32
42763         Log: Subject: [PATCH] Modernize Opcode.pm documentation
42764              From: Gisle Aas <gisle@ActiveState.com>
42765              Date: 4 Sep 2000 00:18:55 -0000
42766              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
42767      Branch: perl
42768            ! ext/Opcode/Opcode.pm
42769 ____________________________________________________________________________
42770 [  7023] By: jhi                                   on 2000/09/07  18:37:42
42771         Log: Subject: [PATCH] Tied filehandle documentation
42772              From: Gisle Aas <gisle@ActiveState.com>
42773              Date: 4 Sep 2000 00:14:40 -0000
42774              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
42775      Branch: perl
42776            ! pod/perlfunc.pod pod/perltie.pod
42777 ____________________________________________________________________________
42778 [  7022] By: jhi                                   on 2000/09/07  18:35:37
42779         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
42780              From: Gisle Aas <gisle@ActiveState.com>
42781              Date: 4 Sep 2000 00:04:22 -0000
42782              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
42783      Branch: perl
42784            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
42785 ____________________________________________________________________________
42786 [  7021] By: jhi                                   on 2000/09/07  18:33:22
42787         Log: Subject: small apidoc fix
42788              From: Marc Lehmann <pcg@goof.com>
42789              Date: Sun, 3 Sep 2000 05:12:06 +0200
42790              Message-ID: <20000903051206.A5909@cerebro.laendle>
42791      Branch: perl
42792            ! pod/perlapi.pod utf8.c
42793 ____________________________________________________________________________
42794 [  7020] By: jhi                                   on 2000/09/07  16:14:57
42795         Log: Tiny perldelta nits.
42796      Branch: perl
42797            ! pod/perldelta.pod
42798 ____________________________________________________________________________
42799 [  7019] By: jhi                                   on 2000/09/07  16:04:20
42800         Log: Guard against bad string->int conversion for quads.
42801      Branch: perl
42802            ! t/op/64bitint.t
42803 ____________________________________________________________________________
42804 [  7018] By: jhi                                   on 2000/09/06  17:07:03
42805         Log: Update Unicode todo list.
42806      Branch: perl
42807            ! Todo-5.6
42808 ____________________________________________________________________________
42809 [  7017] By: jhi                                   on 2000/09/05  21:16:01
42810         Log: Document the SvIOK_.*UV().
42811      Branch: perl
42812            ! pod/perlapi.pod sv.h
42813 ____________________________________________________________________________
42814 [  7016] By: nick                                  on 2000/09/03  21:54:46
42815         Log: Hash lookup of constant strings optimization:
42816              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
42817              to string table (as per sharepvn). Add newSV_pvn_share to create such
42818              a thing. Make hv.c compare addresses of strings and skip string compare
42819              if equal. Make method_named and helem ops use these shared-string SVs
42820              when arg is constant. Make keys op return shared-string SVs (less clearly
42821              a win).
42822      Branch: perl
42823            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
42824            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
42825            ! pod/perlintern.pod pp_hot.c proto.h sv.c
42826 ____________________________________________________________________________
42827 [  7015] By: jhi                                   on 2000/09/02  17:48:59
42828         Log: This is 5.7.0.
42829      Branch: perl
42830            ! Changes
42831 ____________________________________________________________________________
42832 [  7014] By: jhi                                   on 2000/09/02  17:35:45
42833         Log: Changes and patchlevel tweaks.
42834      Branch: perl
42835            ! Changes patchlevel.h
42836 ____________________________________________________________________________
42837 [  7013] By: jhi                                   on 2000/09/02  17:30:50
42838         Log: Update Changes.
42839      Branch: perl
42840            ! Changes patchlevel.h
42841 ____________________________________________________________________________
42842 [  7012] By: nick                                  on 2000/09/02  17:25:20
42843         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
42844      Branch: perl
42845            ! gv.c lib/overload.pm
42846 ____________________________________________________________________________
42847 [  7011] By: jhi                                   on 2000/09/02  17:16:25
42848         Log: Update perlhist.
42849      Branch: perl
42850            ! pod/perlhist.pod
42851 ____________________________________________________________________________
42852 [  7010] By: jhi                                   on 2000/09/02  17:01:35
42853         Log: perldelta nits.
42854      Branch: perl
42855            ! pod/perldelta.pod
42856 ____________________________________________________________________________
42857 [  7009] By: nick                                  on 2000/09/02  16:48:35
42858         Log: If overloaded %{} etc. return the object do not loop.
42859              Thus  sub deref { $_[0] } functions if object is wanted type.
42860      Branch: perl
42861            ! pp.h
42862 ____________________________________________________________________________
42863 [  7008] By: jhi                                   on 2000/09/02  16:26:11
42864         Log: Retab MANIFEST.
42865      Branch: perl
42866            ! ext/Storable/MANIFEST
42867 ____________________________________________________________________________
42868 [  7007] By: jhi                                   on 2000/09/02  16:23:02
42869         Log: Make certain cc is set before trying to run it.
42870      Branch: perl
42871            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
42872 ____________________________________________________________________________
42873 [  7006] By: jhi                                   on 2000/09/02  15:45:41
42874         Log: Unicode notes.
42875      Branch: perl
42876            ! pod/perldelta.pod
42877 ____________________________________________________________________________
42878 [  7005] By: jhi                                   on 2000/09/02  15:42:11
42879         Log: Various Configure nits by Philip Newton,
42880              plus the ebcdic one by me.
42881      Branch: metaconfig
42882            + U/modified/pager.U
42883            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
42884      Branch: metaconfig/U/perl
42885            ! Devel.U quadfio.U
42886      Branch: perl
42887            ! Configure config_h.SH
42888 ____________________________________________________________________________
42889 [  7004] By: jhi                                   on 2000/09/02  15:06:14
42890         Log: Apparently avoiding the swapping is too costly.
42891              
42892              From: "Ben Tilly" <ben_tilly@hotmail.com>
42893              Subject: Re: the door is closed.
42894              Date: Fri, 01 Sep 2000 20:23:16 EDT
42895              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
42896      Branch: perl
42897            ! pod/perlfaq4.pod
42898 ____________________________________________________________________________
42899 [  7003] By: nick                                  on 2000/09/02  12:26:04
42900         Log: Undo part of change 6489 which looks like a bulk edit which
42901              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
42902              The supressing of main:: on return from select() is undesirable.
42903      Branch: perl
42904            ! pp_sys.c
42905 ____________________________________________________________________________
42906 [  7002] By: jhi                                   on 2000/09/01  23:08:54
42907         Log: Update Changes.
42908      Branch: perl
42909            ! Changes patchlevel.h
42910 ____________________________________________________________________________
42911 [  7001] By: jhi                                   on 2000/09/01  23:00:13
42912         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
42913              From: Peter Prymmer <pvhp@forte.com>
42914              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
42915              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
42916              
42917              plus rework the http: spots as suggested by Tom Christiansen,
42918              plus regen perltoc.
42919      Branch: perl
42920            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
42921            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
42922 ____________________________________________________________________________
42923 [  7000] By: jhi                                   on 2000/09/01  22:36:01
42924         Log: Only the first line, thank you very much.
42925      Branch: perl
42926            ! hints/solaris_2.sh
42927 ____________________________________________________________________________
42928 [  6999] By: gsar                                  on 2000/09/01  22:16:40
42929         Log: change#6791 accidentally clobbered change#6710, put it back
42930      Branch: perl
42931            ! win32/win32.c
42932 ____________________________________________________________________________
42933 [  6998] By: jhi                                   on 2000/09/01  22:14:16
42934         Log: Mention the HP-UX LP64 freak failure.
42935      Branch: perl
42936            ! pod/perldelta.pod
42937 ____________________________________________________________________________
42938 [  6997] By: jhi                                   on 2000/09/01  21:48:32
42939         Log: Detypo.
42940      Branch: perl
42941            ! hints/hpux.sh
42942 ____________________________________________________________________________
42943 [  6996] By: jhi                                   on 2000/09/01  21:27:10
42944         Log: Update Changes.
42945      Branch: perl
42946            ! Changes patchlevel.h
42947 ____________________________________________________________________________
42948 [  6995] By: jhi                                   on 2000/09/01  21:14:24
42949         Log: Mi splgn s gnin.g
42950      Branch: perl
42951            ! pp_ctl.c
42952 ____________________________________________________________________________
42953 [  6994] By: jhi                                   on 2000/09/01  21:09:54
42954         Log: Subject: http:// in L<>
42955              From: Nicholas Clark <nick@ccl4.org>
42956              Date: Fri, 1 Sep 2000 22:03:21 +0100
42957              Message-ID: <20000901220321.B72074@plum.flirble.org>
42958      Branch: perl
42959            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
42960 ____________________________________________________________________________
42961 [  6993] By: jhi                                   on 2000/09/01  21:06:54
42962         Log: Update to Storable 1.0, from Raphael Manfredi.
42963      Branch: perl
42964            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
42965            ! ext/Storable/Makefile.PL ext/Storable/README
42966            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
42967            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
42968            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
42969            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
42970            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
42971            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
42972 ____________________________________________________________________________
42973 [  6992] By: jhi                                   on 2000/09/01  20:43:05
42974         Log: Mention known sfio+linux buglet.
42975      Branch: perl
42976            ! pod/perldelta.pod
42977 ____________________________________________________________________________
42978 [  6991] By: jhi                                   on 2000/09/01  20:40:11
42979         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
42980              From: Peter Prymmer <pvhp@forte.com>
42981              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
42982              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
42983      Branch: perl
42984            ! vms/vms.c
42985 ____________________________________________________________________________
42986 [  6990] By: jhi                                   on 2000/09/01  20:25:26
42987         Log: Retract #6986.
42988      Branch: perl
42989            ! hints/solaris_2.sh
42990 ____________________________________________________________________________
42991 [  6989] By: jhi                                   on 2000/09/01  20:23:00
42992         Log: Mergesort is back.
42993      Branch: perl
42994            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
42995 ____________________________________________________________________________
42996 [  6988] By: jhi                                   on 2000/09/01  19:37:40
42997         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
42998              From: Mike Guy <mjtg@cam.ac.uk>
42999              Date: Fri, 01 Sep 2000 17:43:33 +0100
43000              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
43001      Branch: perl
43002            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
43003            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
43004 ____________________________________________________________________________
43005 [  6987] By: jhi                                   on 2000/09/01  19:17:10
43006         Log: Regen perltoc.
43007      Branch: perl
43008            ! pod/perltoc.pod
43009 ____________________________________________________________________________
43010 [  6986] By: jhi                                   on 2000/09/01  18:51:10
43011         Log: Subject: Re: Solaris x86 has no SPARC libraries!
43012              From: Lupe Christoph <lupe@lupe-christoph.de>
43013              Date: Fri, 1 Sep 2000 20:41:20 +0200
43014              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
43015      Branch: perl
43016            ! hints/solaris_2.sh
43017 ____________________________________________________________________________
43018 [  6985] By: jhi                                   on 2000/09/01  18:28:10
43019         Log: Update Changes.
43020      Branch: perl
43021            ! Changes patchlevel.h
43022 ____________________________________________________________________________
43023 [  6984] By: jhi                                   on 2000/09/01  18:26:53
43024         Log: Feature ordering tweak.
43025      Branch: perl
43026            ! myconfig.SH
43027 ____________________________________________________________________________
43028 [  6983] By: jhi                                   on 2000/09/01  18:19:50
43029         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
43030              From: <abigail@foad.org>
43031              Date: Fri, 1 Sep 2000 13:07:32 -0400
43032              Message-ID: <20000901170732.18249.qmail@foad.org>
43033      Branch: perl
43034            ! t/pragma/overload.t
43035 ____________________________________________________________________________
43036 [  6982] By: jhi                                   on 2000/09/01  18:17:54
43037         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
43038              so that case-ignoring systems like DCL can tell them from
43039              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
43040      Branch: metaconfig/U/perl
43041            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
43042      Branch: perl
43043            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
43044            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
43045            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
43046            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
43047            ! vos/config.def vos/config.h vos/config_h.SH_orig
43048            ! win32/config.bc win32/config.gc win32/config.vc
43049 ____________________________________________________________________________
43050 [  6981] By: nick                                  on 2000/09/01  17:21:57
43051         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
43052              warning when UNTIE exists and instead pass the cound of extra references to
43053              the UNTIE method.
43054      Branch: perl
43055            ! pod/perltie.pod pp_sys.c
43056 ____________________________________________________________________________
43057 [  6980] By: jhi                                   on 2000/09/01  16:54:44
43058         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
43059              From: Peter Prymmer <pvhp@forte.com>
43060              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
43061              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
43062      Branch: perl
43063            ! configure.com
43064 ____________________________________________________________________________
43065 [  6979] By: jhi                                   on 2000/09/01  16:06:20
43066         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
43067              From: Mike Guy <mjtg@cam.ac.uk> 
43068              Date: Fri, 01 Sep 2000 16:49:27 +0100
43069              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
43070      Branch: perl
43071            ! t/base/rs.t
43072 ____________________________________________________________________________
43073 [  6978] By: jhi                                   on 2000/09/01  16:00:42
43074         Log: Update to PodParser 1.18, from Brad Appleton.
43075      Branch: perl
43076            ! lib/Pod/Checker.pm t/pod/find.t
43077 ____________________________________________________________________________
43078 [  6977] By: jhi                                   on 2000/09/01  14:48:58
43079         Log: Subject: Nit in Configure (bleadperl@6961)
43080              From: Lupe Christoph <lupe@lupe-christoph.de>
43081              Date: Fri, 1 Sep 2000 16:34:29 +0200
43082              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
43083      Branch: metaconfig
43084            ! U/compline/ccflags.U
43085      Branch: perl
43086            ! Configure config_h.SH
43087 ____________________________________________________________________________
43088 [  6976] By: jhi                                   on 2000/09/01  14:39:52
43089         Log: Update Changes.
43090      Branch: perl
43091            ! Changes patchlevel.h
43092 ____________________________________________________________________________
43093 [  6975] By: jhi                                   on 2000/09/01  14:37:36
43094         Log: microperl config update.
43095      Branch: perl
43096            ! uconfig.h uconfig.sh
43097 ____________________________________________________________________________
43098 [  6974] By: jhi                                   on 2000/09/01  14:36:53
43099         Log: Document known deficiencies.
43100      Branch: perl
43101            ! pod/perldelta.pod
43102 ____________________________________________________________________________
43103 [  6973] By: jhi                                   on 2000/09/01  14:10:20
43104         Log: Mention warnings fixes and updates.
43105      Branch: perl
43106            ! pod/perldelta.pod
43107 ____________________________________________________________________________
43108 [  6972] By: jhi                                   on 2000/09/01  14:01:52
43109         Log: Drop unused argument.
43110              
43111              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
43112              From: Spider Boardman <spider@web.zk3.dec.com>
43113              Date: Thu, 31 Aug 2000 16:10:15 -0400
43114              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
43115      Branch: perl
43116            ! toke.c
43117 ____________________________________________________________________________
43118 [  6971] By: jhi                                   on 2000/09/01  13:59:24
43119         Log: Add the overload warnings to perldiag.
43120      Branch: perl
43121            ! lib/overload.pm pod/perldiag.pod
43122 ____________________________________________________________________________
43123 [  6970] By: jhi                                   on 2000/09/01  13:55:10
43124         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
43125              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
43126              Date: Fri, 1 Sep 2000 13:43:15 +0100 
43127              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
43128      Branch: perl
43129            ! lib/overload.pm t/pragma/overload.t
43130 ____________________________________________________________________________
43131 [  6969] By: jhi                                   on 2000/09/01  13:52:27
43132         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
43133              From: <abigail@foad.org>
43134              Date: Fri, 1 Sep 2000 05:46:54 -0400
43135              Message-ID: <20000901094654.6476.qmail@foad.org>
43136      Branch: perl
43137            ! lib/overload.pm
43138 ____________________________________________________________________________
43139 [  6968] By: jhi                                   on 2000/09/01  13:50:05
43140         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
43141              From: Daniel Chetlin <daniel@chetlin.com>
43142              Date: Fri, 1 Sep 2000 02:10:55 -0700
43143              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
43144      Branch: perl
43145            ! pod/perlretut.pod
43146 ____________________________________________________________________________
43147 [  6967] By: jhi                                   on 2000/09/01  13:47:54
43148         Log: Part of the solution.
43149              
43150              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
43151              From: Mike Guy <mjtg@cam.ac.uk>
43152              Date: Fri, 01 Sep 2000 14:16:01 +0100
43153              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
43154      Branch: perl
43155            ! gv.c mg.c
43156 ____________________________________________________________________________
43157 [  6966] By: jhi                                   on 2000/09/01  13:46:17
43158         Log: Subject: CPAN.pm beta 1.57_57 for the core
43159              From: andreas.koenig@anima.de (Andreas J. Koenig)
43160              Date: 01 Sep 2000 15:16:31 +0200
43161              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
43162      Branch: perl
43163            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
43164 ____________________________________________________________________________
43165 [  6965] By: jhi                                   on 2000/09/01  13:43:18
43166         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
43167              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43168              Date: Fri, 01 Sep 2000 01:47:22 -0500
43169              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
43170      Branch: perl
43171            ! pod/perldelta.pod vms/vms.c
43172 ____________________________________________________________________________
43173 [  6964] By: jhi                                   on 2000/09/01  13:35:35
43174         Log: File::Temp patches from Andreas König,
43175              
43176              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
43177              From: andreas.koenig@anima.de (Andreas J. Koenig)
43178              Date: 01 Sep 2000 10:07:20 +0200
43179              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
43180              
43181              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
43182              From: andreas.koenig@anima.de (Andreas J. Koenig)
43183              Date: 31 Aug 2000 23:26:08 +0200
43184              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
43185      Branch: perl
43186            ! lib/File/Temp.pm t/lib/ftmp-security.t
43187 ____________________________________________________________________________
43188 [  6963] By: jhi                                   on 2000/09/01  02:22:24
43189         Log: Retract the mergesort code, way too incompatible licensing
43190              and copyrights.
43191      Branch: perl
43192            ! pod/perldelta.pod pp_ctl.c
43193 ____________________________________________________________________________
43194 [  6962] By: jhi                                   on 2000/08/31  23:27:32
43195         Log: Update Changes.
43196      Branch: perl
43197            ! Changes patchlevel.h
43198 ____________________________________________________________________________
43199 [  6961] By: jhi                                   on 2000/08/31  23:20:04
43200         Log: Small tweaks all over.
43201      Branch: metaconfig
43202            ! U/compline/d_gconvert.U
43203      Branch: perl
43204            ! AUTHORS Configure config_h.SH pp_ctl.c
43205 ____________________________________________________________________________
43206 [  6960] By: jhi                                   on 2000/08/31  22:39:36
43207         Log: Further rewording.
43208      Branch: perl
43209            ! pp_ctl.c
43210 ____________________________________________________________________________
43211 [  6959] By: jhi                                   on 2000/08/31  21:26:44
43212         Log: More address tweaking.
43213      Branch: perl
43214            ! AUTHORS Changes
43215 ____________________________________________________________________________
43216 [  6958] By: jhi                                   on 2000/08/31  20:47:25
43217         Log: AUTHORS tweaks, from Peter Prymmer.
43218              
43219              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
43220              From: Peter Prymmer <pvhp@forte.com>
43221              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
43222              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
43223      Branch: perl
43224            ! AUTHORS MAINTAIN
43225 ____________________________________________________________________________
43226 [  6957] By: jhi                                   on 2000/08/31  20:34:43
43227         Log: perldelta tweaks.
43228      Branch: perl
43229            ! pod/perldelta.pod
43230 ____________________________________________________________________________
43231 [  6956] By: jhi                                   on 2000/08/31  19:11:06
43232         Log: Regen perltoc.
43233      Branch: perl
43234            ! pod/perltoc.pod
43235 ____________________________________________________________________________
43236 [  6955] By: jhi                                   on 2000/08/31  19:06:30
43237         Log: Clarify the mergesort situation.
43238      Branch: perl
43239            ! pp_ctl.c
43240 ____________________________________________________________________________
43241 [  6954] By: jhi                                   on 2000/08/31  18:24:17
43242         Log: Move the Solaris 7 scan to use64bitall, make the
43243              failure to find 64-bot sparc libc to mention the
43244              possibility of being in an intel, from Lupe and Alan.
43245      Branch: perl
43246            ! hints/solaris_2.sh
43247 ____________________________________________________________________________
43248 [  6953] By: jhi                                   on 2000/08/31  18:09:20
43249         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
43250              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
43251      Branch: metaconfig
43252            ! U/compline/d_gconvert.U U/threads/archname.U
43253      Branch: metaconfig/U/perl
43254            ! perlxv.U
43255      Branch: perl
43256            ! Configure config_h.SH sv.c
43257 ____________________________________________________________________________
43258 [  6952] By: jhi                                   on 2000/08/31  17:42:24
43259         Log: :: not allowed in pathnames, change to .
43260              
43261              Subject: [PATCH perl@6938] cygwin port
43262              From: "Fifer, Eric" <EFifer@sanwaint.com>
43263              Date: Thu, 31 Aug 2000 16:32:59 +0100
43264              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
43265      Branch: metaconfig/U/perl
43266            ! perlxv.U
43267 ____________________________________________________________________________
43268 [  6951] By: jhi                                   on 2000/08/31  17:02:05
43269         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
43270      Branch: perl
43271            ! perl.h
43272 ____________________________________________________________________________
43273 [  6950] By: jhi                                   on 2000/08/31  16:26:08
43274         Log: More author updates.
43275              
43276              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
43277              From: Simon Cozens <simon@cozens.net>
43278              Date: Thu, 31 Aug 2000 17:13:32 +0100
43279              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
43280      Branch: perl
43281            ! AUTHORS
43282 ____________________________________________________________________________
43283 [  6949] By: jhi                                   on 2000/08/31  16:04:49
43284         Log: POSIX doesn't report long double values under -Duselongdouble
43285              when the long doubles are "real" (bigger than doubles).
43286              
43287              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
43288              From: Spider Boardman <spider@peano.zk3.dec.com>
43289              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
43290              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
43291      Branch: perl
43292            ! ext/POSIX/POSIX.xs
43293 ____________________________________________________________________________
43294 [  6948] By: jhi                                   on 2000/08/31  15:25:10
43295         Log: Update Changes.
43296      Branch: perl
43297            ! Changes patchlevel.h
43298 ____________________________________________________________________________
43299 [  6947] By: jhi                                   on 2000/08/31  15:22:29
43300         Log: Document UNTIE in a very minimalistic way.
43301      Branch: perl
43302            ! pod/perlfunc.pod pod/perltie.pod
43303 ____________________________________________________________________________
43304 [  6946] By: jhi                                   on 2000/08/31  15:15:23
43305         Log: Document known failures.
43306      Branch: perl
43307            ! pod/perldelta.pod
43308 ____________________________________________________________________________
43309 [  6945] By: jhi                                   on 2000/08/31  15:07:00
43310         Log: Don't attach -ld to the archname if pointless.
43311      Branch: metaconfig
43312            ! U/threads/archname.U
43313      Branch: perl
43314            ! Configure config_h.SH
43315 ____________________________________________________________________________
43316 [  6944] By: jhi                                   on 2000/08/31  14:37:42
43317         Log: Wrap the test in eval.
43318              
43319              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
43320              From: Tim Jenness <timj@jach.hawaii.edu>
43321              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
43322              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
43323      Branch: perl
43324            ! t/lib/ftmp-security.t
43325 ____________________________________________________________________________
43326 [  6943] By: jhi                                   on 2000/08/31  14:30:57
43327         Log: Make -Dusemorebits find long doubles in Solaris.
43328      Branch: perl
43329            ! hints/solaris_2.sh
43330 ____________________________________________________________________________
43331 [  6942] By: jhi                                   on 2000/08/31  13:48:45
43332         Log: Clarify the third case of ftmp-security warnings.
43333      Branch: perl
43334            ! INSTALL
43335 ____________________________________________________________________________
43336 [  6941] By: jhi                                   on 2000/08/31  13:40:31
43337         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
43338              From: <abigail@foad.org>
43339              Date: Thu, 31 Aug 2000 01:35:05 -0400
43340              Message-ID: <20000831053505.32120.qmail@foad.org>
43341      Branch: perl
43342            ! pod/perldelta.pod
43343 ____________________________________________________________________________
43344 [  6940] By: jhi                                   on 2000/08/31  13:38:48
43345         Log: Issue useful diagnostic on unknown pod commands.
43346              
43347              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
43348              From: <abigail@foad.org>
43349              Date: Thu, 31 Aug 2000 03:41:18 -0400
43350              Message-ID: <20000831074118.24880.qmail@foad.org>
43351      Branch: perl
43352            ! lib/Pod/Man.pm
43353 ____________________________________________________________________________
43354 [  6939] By: jhi                                   on 2000/08/31  13:34:33
43355         Log: Reveal Borland's isnan.
43356              
43357              Subject: build with BC++ tweak
43358              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
43359              Date: Thu, 31 Aug 2000 13:09:37 +0400
43360              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
43361      Branch: perl
43362            ! win32/win32.h
43363 ____________________________________________________________________________
43364 [  6938] By: jhi                                   on 2000/08/31  05:01:20
43365         Log: Update Changes.
43366      Branch: perl
43367            ! Changes patchlevel.h
43368 ____________________________________________________________________________
43369 [  6937] By: jhi                                   on 2000/08/31  04:26:23
43370         Log: sscanf() may be the only way to read long doubles from strings.
43371      Branch: metaconfig/U/perl
43372            ! longdblfio.U
43373      Branch: perl
43374            ! Configure config_h.SH perl.h util.c
43375 ____________________________________________________________________________
43376 [  6936] By: jhi                                   on 2000/08/31  04:18:19
43377         Log: The #6929 was too skimpy.
43378      Branch: perl
43379            ! sv.c
43380 ____________________________________________________________________________
43381 [  6935] By: jhi                                   on 2000/08/31  02:47:07
43382         Log: Subject: Re: typos in pods
43383              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43384              Date: Wed, 30 Aug 2000 19:25:34 -0700
43385              Message-ID: <eIcr5gzkg25X092yn@efn.org>
43386      Branch: perl
43387            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
43388 ____________________________________________________________________________
43389 [  6934] By: jhi                                   on 2000/08/31  02:42:55
43390         Log: Missed one Unicode file.
43391      Branch: perl
43392            + lib/unicode/UCDFF301.html
43393 ____________________________________________________________________________
43394 [  6933] By: jhi                                   on 2000/08/30  23:42:27
43395         Log: Update Changes.
43396      Branch: perl
43397            ! Changes patchlevel.h
43398 ____________________________________________________________________________
43399 [  6932] By: jhi                                   on 2000/08/30  23:40:07
43400         Log: Mention UNTIE in perldelta.  Still needs documenting
43401              in perltie et alia.
43402      Branch: perl
43403            ! pod/perldelta.pod
43404 ____________________________________________________________________________
43405 [  6931] By: jhi                                   on 2000/08/30  23:36:02
43406         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
43407              From: <abigail@foad.org>
43408              Date: Wed, 30 Aug 2000 19:28:07 -0400
43409              Message-ID: <20000830232807.305.qmail@foad.org>
43410      Branch: perl
43411            ! pod/perldelta.pod
43412 ____________________________________________________________________________
43413 [  6930] By: jhi                                   on 2000/08/30  23:32:40
43414         Log: Update to Unicode 3.0.1.
43415      Branch: perl
43416            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
43417            + lib/unicode/PropList.txt lib/unicode/README.perl
43418            + lib/unicode/UCD301.html lib/unicode/Unicode.301
43419            - lib/unicode/Props.txt lib/unicode/UCD300.html
43420            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
43421            ! (edit 257 files)
43422 ____________________________________________________________________________
43423 [  6929] By: jhi                                   on 2000/08/30  22:38:18
43424         Log: Heap decorruption.
43425              
43426              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
43427              From: Alan Burlison <Alan.Burlison@uk.sun.com>
43428              Date: Wed, 30 Aug 2000 22:39:52 +0100
43429              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
43430      Branch: perl
43431            ! sv.c
43432 ____________________________________________________________________________
43433 [  6928] By: jhi                                   on 2000/08/30  22:29:34
43434         Log: Retract the dummy test, skip the security tests (instead of failing),
43435              explain what the warnings mean.
43436      Branch: perl
43437            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
43438 ____________________________________________________________________________
43439 [  6927] By: jhi                                   on 2000/08/30  22:14:13
43440         Log: Change the internal implementation of sort() to be mergesort
43441              instead of quicksort, from John Linderman <jpl@research.att.com>.
43442              Gives us better worst case, better average case, and stability.
43443              What's there not to like?  (Small fixes for threaded builds
43444              were required).
43445      Branch: perl
43446            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
43447 ____________________________________________________________________________
43448 [  6926] By: jhi                                   on 2000/08/30  20:55:20
43449         Log: A better fix for the Socket building problem from Craig Berry.
43450      Branch: perl
43451            ! vms/vms.c
43452 ____________________________________________________________________________
43453 [  6925] By: jhi                                   on 2000/08/30  20:20:25
43454         Log: Subject: [PATCH] Re: UNTIE method 
43455              From: Nick Ing-Simmons <nik@tiuk.ti.com>
43456              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
43457              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
43458      Branch: perl
43459            ! pp_sys.c t/op/tie.t
43460 ____________________________________________________________________________
43461 [  6924] By: jhi                                   on 2000/08/30  20:17:11
43462         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
43463              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43464              Date: Wed, 30 Aug 2000 15:03:14 -0500
43465              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
43466      Branch: perl
43467            ! vms/vms.c
43468 ____________________________________________________________________________
43469 [  6923] By: jhi                                   on 2000/08/30  20:15:18
43470         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
43471              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43472              Date: Wed, 30 Aug 2000 13:30:36 -0500
43473              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
43474      Branch: perl
43475            ! vms/vms.c
43476 ____________________________________________________________________________
43477 [  6922] By: jhi                                   on 2000/08/30  19:54:43
43478         Log: Better options for rsync.
43479      Branch: perl
43480            ! pod/perlhack.pod
43481 ____________________________________________________________________________
43482 [  6921] By: jhi                                   on 2000/08/30  19:40:16
43483         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
43484              From: Rick Delaney <rick@consumercontact.com>
43485              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
43486              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
43487      Branch: perl
43488            ! pod/perlfunc.pod
43489 ____________________________________________________________________________
43490 [  6920] By: jhi                                   on 2000/08/30  19:36:40
43491         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
43492              From: Peter Prymmer <pvhp@forte.com>
43493              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
43494              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
43495      Branch: perl
43496            ! configure.com
43497 ____________________________________________________________________________
43498 [  6919] By: jhi                                   on 2000/08/30  14:52:02
43499         Log: Update Changes.
43500      Branch: perl
43501            ! Changes patchlevel.h
43502 ____________________________________________________________________________
43503 [  6918] By: jhi                                   on 2000/08/30  14:48:34
43504         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
43505      Branch: perl
43506            ! lib/ExtUtils/typemap
43507 ____________________________________________________________________________
43508 [  6917] By: jhi                                   on 2000/08/30  14:46:34
43509         Log: Subject: typos in pods
43510              From: Nicholas Clark <nick@ccl4.org>
43511              Date: Wed, 30 Aug 2000 01:12:50 +0100
43512              Message-ID: <20000830011249.A61388@plum.flirble.org>
43513      Branch: perl
43514            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
43515            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
43516            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
43517            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
43518 ____________________________________________________________________________
43519 [  6916] By: jhi                                   on 2000/08/30  14:19:09
43520         Log: Document Storable problems on Crays.  (Will have
43521              to document all the other Storable problems, too.)
43522      Branch: perl
43523            ! pod/perldelta.pod
43524 ____________________________________________________________________________
43525 [  6915] By: jhi                                   on 2000/08/30  14:06:02
43526         Log: Subject: [PATCH] fix misc cast warnings
43527              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43528              Date: Tue, 29 Aug 2000 23:16:14 -0700
43529              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
43530      Branch: perl
43531            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
43532            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
43533            ! os2/os2ish.h
43534 ____________________________________________________________________________
43535 [  6914] By: jhi                                   on 2000/08/30  14:03:45
43536         Log: Timestamp mismatch again.  Need to fix this dependence on
43537              config_h.SH timestamp, since it's the contents of config_h.SH
43538              that matter.
43539      Branch: perl
43540            ! uconfig.h uconfig.sh
43541 ____________________________________________________________________________
43542 [  6913] By: jhi                                   on 2000/08/30  13:54:06
43543         Log: Don't say "Perl 5.0 source kit".
43544      Branch: perl
43545            ! perl.c
43546 ____________________________________________________________________________
43547 [  6912] By: jhi                                   on 2000/08/30  13:51:24
43548         Log: Reset archname and archname64 always, forcing them be
43549              recomputed at each Configure run, make Configure and
43550              the hints files agree on the naming of largefiles variables.
43551      Branch: metaconfig
43552            ! U/threads/archname.U
43553      Branch: metaconfig/U/perl
43554            ! use64bits.U
43555      Branch: perl
43556            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
43557            ! hints/linux.sh hints/solaris_2.sh
43558 ____________________________________________________________________________
43559 [  6911] By: jhi                                   on 2000/08/30  13:30:13
43560         Log: Put back the slice accidentally removed by #6907.
43561      Branch: perl
43562            ! hints/solaris_2.sh
43563 ____________________________________________________________________________
43564 [  6910] By: jhi                                   on 2000/08/30  01:24:26
43565         Log: Be consistent: other Net::get* do export theirs.
43566              
43567              Subject: Re: Net::protoent does not export 'getproto'
43568              From: Yasushi Nakajima <sey@jkc.co.jp>
43569              Date: Wed, 30 Aug 2000 09:53:14 +0900
43570              Message-Id: <200008300051.DAA24700@taku.hut.fi>
43571      Branch: perl
43572            ! lib/Net/protoent.pm
43573 ____________________________________________________________________________
43574 [  6909] By: jhi                                   on 2000/08/30  01:17:25
43575         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
43576              From: Gurusamy Sarathy <gsar@ActiveState.com>
43577              Date: Tue, 29 Aug 2000 17:17:07 -0700
43578              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
43579      Branch: perl
43580            ! cop.h
43581 ____________________________________________________________________________
43582 [  6908] By: jhi                                   on 2000/08/30  00:58:05
43583         Log: Update Changes.
43584      Branch: perl
43585            ! Changes patchlevel.h
43586 ____________________________________________________________________________
43587 [  6907] By: jhi                                   on 2000/08/30  00:57:22
43588         Log: Introduce ccname to keep track of what compiler kind of we have.
43589      Branch: metaconfig/U/perl
43590            ! Checkcc.U gccvers.U
43591      Branch: perl
43592            ! Configure config_h.SH hints/solaris_2.sh
43593 ____________________________________________________________________________
43594 [  6906] By: jhi                                   on 2000/08/30  00:25:47
43595         Log: Put back the flags dump as reasoned in
43596              
43597              Subject: Re: [PATCH] Glob dumping
43598              From: Mike Guy <mjtg@cam.ac.uk> 
43599              Date: Tue, 29 Aug 2000 21:41:32 +0100
43600              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
43601      Branch: perl
43602            ! dump.c t/lib/peek.t
43603 ____________________________________________________________________________
43604 [  6905] By: jhi                                   on 2000/08/30  00:16:17
43605         Log: Make the epsilon to be relative, not absolute.
43606              
43607              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
43608              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
43609              Date: Tue, 29 Aug 2000 19:58:56 -0400
43610              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
43611      Branch: perl
43612            ! t/lib/trig.t
43613 ____________________________________________________________________________
43614 [  6904] By: jhi                                   on 2000/08/30  00:13:09
43615         Log: From now on, Gisle is on my list of usual suspects :-)
43616              Retract #6902.
43617      Branch: perl
43618            ! ext/Opcode/Safe.pm
43619 ____________________________________________________________________________
43620 [  6903] By: jhi                                   on 2000/08/29  23:51:20
43621         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
43622              From: "Craig A. Berry" <craig.berry@psinetcs.com>
43623              Date: Tue, 29 Aug 2000 18:43:26 -0500
43624              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
43625      Branch: perl
43626            + vms/vmspipe.com
43627            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
43628            ! vms/vms.c
43629 ____________________________________________________________________________
43630 [  6902] By: jhi                                   on 2000/08/29  23:44:14
43631         Log: Retry what #6882 attempted.
43632              
43633              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
43634              From: Gisle Aas <gisle@ActiveState.com>
43635              Date: 30 Aug 2000 00:33:09 +0200
43636              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
43637      Branch: perl
43638            ! ext/Opcode/Safe.pm
43639 ____________________________________________________________________________
43640 [  6901] By: jhi                                   on 2000/08/29  22:59:32
43641         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
43642              From: Hugo <hv@crypt.compulink.co.uk>
43643              Date: Mon, 12 Jun 2000 19:36:08 +0100
43644              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
43645      Branch: perl
43646            ! sv.c
43647 ____________________________________________________________________________
43648 [  6900] By: jhi                                   on 2000/08/29  22:58:35
43649         Log: Admit that we are leaking scalars.
43650              
43651              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
43652              From: Spider Boardman <spider@leggy.zk3.dec.com>
43653              Date: Tue, 29 Aug 2000 18:48:29 -0400
43654              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
43655      Branch: perl
43656            ! t/pragma/warnings.t
43657 ____________________________________________________________________________
43658 [  6899] By: jhi                                   on 2000/08/29  20:53:13
43659         Log: Update Changes.
43660      Branch: perl
43661            ! Changes patchlevel.h
43662 ____________________________________________________________________________
43663 [  6898] By: jhi                                   on 2000/08/29  20:46:21
43664         Log: Undo namespace pollution of #6878.
43665              
43666              Subject: Re: Net::protoent does not export 'getproto'
43667              From: Mike Guy <mjtg@cam.ac.uk>
43668              Date: Tue, 29 Aug 2000 21:32:37 +0100
43669              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
43670      Branch: perl
43671            ! lib/Net/protoent.pm
43672 ____________________________________________________________________________
43673 [  6897] By: jhi                                   on 2000/08/29  20:44:29
43674         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
43675              From: Peter Prymmer <pvhp@forte.com>
43676              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
43677              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
43678      Branch: perl
43679            ! pod/perlebcdic.pod
43680 ____________________________________________________________________________
43681 [  6896] By: jhi                                   on 2000/08/29  20:40:57
43682         Log: There's no point repeating the 'revision' (5) of perl5.
43683      Branch: metaconfig/U/perl
43684            ! Devel.U patchlevel.U
43685      Branch: perl
43686            ! Configure config_h.SH
43687 ____________________________________________________________________________
43688 [  6895] By: jhi                                   on 2000/08/29  20:16:58
43689         Log: Regen Configure for #6894.
43690      Branch: metaconfig/U/perl
43691            ! perladmin.U
43692      Branch: perl
43693            ! Configure config_h.SH
43694 ____________________________________________________________________________
43695 [  6894] By: jhi                                   on 2000/08/29  19:59:52
43696         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
43697              From: "Philip Newton" <Philip.Newton@gmx.net>
43698              Date: Tue, 29 Aug 2000 21:39:14 +0200
43699              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
43700      Branch: perl
43701            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
43702            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
43703            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
43704            ! utils/perlbug.PL
43705 ____________________________________________________________________________
43706 [  6893] By: jhi                                   on 2000/08/29  19:55:30
43707         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
43708              From: "Philip Newton" <Philip.Newton@gmx.net>
43709              Date: Tue, 29 Aug 2000 21:39:14 +0200
43710              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
43711      Branch: perl
43712            ! installhtml
43713 ____________________________________________________________________________
43714 [  6892] By: jhi                                   on 2000/08/29  19:53:59
43715         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
43716              From: "Philip Newton" <Philip.Newton@gmx.net>
43717              Date: Tue, 29 Aug 2000 21:48:18 +0200
43718              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
43719      Branch: perl
43720            ! lib/File/Temp.pm
43721 ____________________________________________________________________________
43722 [  6891] By: jhi                                   on 2000/08/29  18:30:03
43723         Log: Nail the ID 20000828.023.
43724      Branch: perl
43725            ! ext/Storable/Storable.xs
43726 ____________________________________________________________________________
43727 [  6890] By: jhi                                   on 2000/08/29  16:50:17
43728         Log: Under usethreads the dumped variable is IN_PAD.
43729              
43730              Subject: Re: [PATCH] Glob dumping
43731              From: Gisle Aas <gisle@ActiveState.com>
43732              Date: 29 Aug 2000 18:45:05 +0200
43733              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
43734      Branch: perl
43735            ! t/lib/peek.t
43736 ____________________________________________________________________________
43737 [  6889] By: jhi                                   on 2000/08/29  15:17:37
43738         Log: Update Changes.
43739      Branch: perl
43740            ! Changes patchlevel.h
43741 ____________________________________________________________________________
43742 [  6888] By: jhi                                   on 2000/08/29  14:49:59
43743         Log: Retract #6882, broke the safe tests.
43744      Branch: perl
43745            ! ext/Opcode/Safe.pm
43746 ____________________________________________________________________________
43747 [  6887] By: jhi                                   on 2000/08/29  14:47:06
43748         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
43749              From: Gisle Aas <gisle@ActiveState.com> 
43750              Date: 09 Jun 2000 20:00:11 +0200
43751              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
43752      Branch: perl
43753            ! utils/perldoc.PL
43754 ____________________________________________________________________________
43755 [  6886] By: jhi                                   on 2000/08/29  14:42:45
43756         Log: The #6881 removed one dump line.
43757      Branch: perl
43758            ! t/lib/peek.t
43759 ____________________________________________________________________________
43760 [  6885] By: jhi                                   on 2000/08/29  14:30:47
43761         Log: Don't forget to tidy up.
43762      Branch: perl
43763            ! t/lib/ftmp-security.t
43764 ____________________________________________________________________________
43765 [  6884] By: jhi                                   on 2000/08/29  14:25:17
43766         Log: Disabling the one test is a bit tricky.
43767      Branch: perl
43768            ! t/lib/ftmp-security.t
43769 ____________________________________________________________________________
43770 [  6883] By: jhi                                   on 2000/08/29  14:16:25
43771         Log: Disable one of the tests for now.
43772      Branch: perl
43773            ! t/lib/ftmp-security.t
43774 ____________________________________________________________________________
43775 [  6882] By: jhi                                   on 2000/08/29  14:05:50
43776         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
43777              From: gisle@aas.no
43778              Date: 29 Aug 2000 10:35:06 -0000
43779              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
43780      Branch: perl
43781            ! ext/Opcode/Safe.pm
43782 ____________________________________________________________________________
43783 [  6881] By: jhi                                   on 2000/08/29  14:03:51
43784         Log: Subject: [PATCH] Glob dumping
43785              From: Gisle Aas <gisle@ActiveState.com>
43786              Date: 29 Aug 2000 07:59:42 -0000
43787              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
43788      Branch: perl
43789            ! dump.c
43790 ____________________________________________________________________________
43791 [  6880] By: jhi                                   on 2000/08/29  14:02:01
43792         Log: Subject: [PATCH] Warnings in B::Deparse
43793              From: <abigail@foad.org>
43794              Date: Tue, 29 Aug 2000 00:00:01 -0400
43795              Message-ID: <20000829040001.2999.qmail@foad.org>
43796      Branch: perl
43797            ! ext/B/B/Deparse.pm
43798 ____________________________________________________________________________
43799 [  6879] By: jhi                                   on 2000/08/29  13:57:26
43800         Log: Missed a change in #6869.
43801      Branch: perl
43802            ! mg.c
43803 ____________________________________________________________________________
43804 [  6878] By: jhi                                   on 2000/08/29  13:45:04
43805         Log: Subject: Net::protoent does not export 'getproto'
43806              From: Yasushi Nakajima <sey@jkc.co.jp>
43807              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
43808      Branch: perl
43809            ! lib/Net/protoent.pm
43810 ____________________________________________________________________________
43811 [  6877] By: jhi                                   on 2000/08/29  13:39:19
43812         Log: Patches all over for people and the files they (hopefully) care about.
43813      Branch: perl
43814            ! AUTHORS Changes MAINTAIN
43815 ____________________________________________________________________________
43816 [  6876] By: jhi                                   on 2000/08/29  12:53:54
43817         Log: Fix for thinko in #6848.
43818              
43819              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
43820              From: Lupe Christoph <lupe@lupe-christoph.de>
43821              Date: Tue, 29 Aug 2000 09:04:08 +0200
43822              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
43823      Branch: perl
43824            ! ext/Thread/Thread.xs
43825 ____________________________________________________________________________
43826 [  6875] By: jhi                                   on 2000/08/29  12:50:14
43827         Log: Update to Getopt::Long 2.24, from Johan Vromans.
43828      Branch: perl
43829            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
43830 ____________________________________________________________________________
43831 [  6874] By: jhi                                   on 2000/08/29  02:09:53
43832         Log: Use minimal @INC in tests, most of the time just '../lib',
43833              so that we simply can't pick up stuff from other Perls than
43834              the one we are testing.  Pointed out by
43835              
43836              From: Mike Guy <mjtg@cam.ac.uk>
43837              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
43838              Date: Fri, 25 Aug 2000 15:15:59 +0100
43839              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
43840      Branch: perl
43841            ! (edit 185 files)
43842 ____________________________________________________________________________
43843 [  6873] By: jhi                                   on 2000/08/29  01:07:11
43844         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
43845              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43846              Date: Mon, 28 Aug 2000 17:45:52 -0700
43847              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
43848      Branch: perl
43849            ! Makefile.SH hints/os2.sh
43850 ____________________________________________________________________________
43851 [  6872] By: jhi                                   on 2000/08/28  23:33:39
43852         Log: Subject: [PATCH bleedperl@6866] spellings
43853              From: marcel@codewerk.com (Marcel Grunauer)
43854              Date: Tue, 29 Aug 2000 01:19:59 +0200
43855              Message-Id: <200008282319.BAA29862@gandalf.local>
43856      Branch: perl
43857            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
43858            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
43859            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
43860 ____________________________________________________________________________
43861 [  6871] By: jhi                                   on 2000/08/28  23:22:09
43862         Log: Take out the SUIDMAIL thing, that will not be
43863              a problem in 5.7.*.
43864      Branch: perl
43865            ! patchlevel.h
43866 ____________________________________________________________________________
43867 [  6870] By: jhi                                   on 2000/08/28  23:19:30
43868         Log: -S is the silent flag, -s is the strip flag.
43869              
43870              Subject: [PATCH] Re: [PATCH] make no-install          
43871              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43872              Date: Mon, 28 Aug 2000 15:12:55 -0700
43873              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
43874      Branch: perl
43875            ! Makefile.SH
43876 ____________________________________________________________________________
43877 [  6869] By: jhi                                   on 2000/08/28  23:12:05
43878         Log: Subject: [PATCH bleedperl@6856] warnings fixes
43879              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
43880              Date: Mon, 28 Aug 2000 23:55:06 +0100
43881              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
43882      Branch: perl
43883            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
43884            ! warnings.h warnings.pl
43885 ____________________________________________________________________________
43886 [  6868] By: jhi                                   on 2000/08/28  21:38:22
43887         Log: Potential cruft.
43888      Branch: perl
43889            ! Makefile.SH
43890 ____________________________________________________________________________
43891 [  6867] By: jhi                                   on 2000/08/28  21:35:36
43892         Log: Update Changes.
43893      Branch: perl
43894            ! Changes patchlevel.h
43895 ____________________________________________________________________________
43896 [  6866] By: jhi                                   on 2000/08/28  21:33:49
43897         Log: Subject: hv.h Doc Patch
43898              From: Fisher Mark <fisherm@tce.com>
43899              Date: Mon, 28 Aug 2000 16:24:59 -0500
43900              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
43901      Branch: perl
43902            ! hv.h
43903 ____________________________________________________________________________
43904 [  6865] By: jhi                                   on 2000/08/28  21:02:15
43905         Log: Add -ld to archname on long tr...double platforms.
43906      Branch: metaconfig
43907            ! U/threads/archname.U
43908      Branch: perl
43909            ! Configure config_h.SH
43910 ____________________________________________________________________________
43911 [  6864] By: jhi                                   on 2000/08/28  20:38:59
43912         Log: An attempt to fix the problem reported in
43913              
43914              Subject: Building perl@6856 using gcc/AIX 4.3.3 
43915              From: Daniel Muino <dmuino@afip.gov.ar> 
43916              Date: Mon, 28 Aug 2000 15:50:01 -0300   
43917              Message-ID: <20000828155001.A14403@con2-dgi>
43918              
43919              I can't test this properly since the gcc installation I have
43920              access to seems to be botched (gcc is calling the AIX cpp,
43921              a losing proposition...)
43922      Branch: perl
43923            ! hints/aix.sh
43924 ____________________________________________________________________________
43925 [  6863] By: jhi                                   on 2000/08/28  18:57:52
43926         Log: Fix for ID 20000828.001, long doubles were not formatted
43927              correctly (showed up in $], which stopped installing perl).
43928      Branch: perl
43929            ! sv.c
43930 ____________________________________________________________________________
43931 [  6862] By: jhi                                   on 2000/08/28  18:07:15
43932         Log: Typo in #6858.
43933      Branch: perl
43934            ! lib/Cwd.pm
43935 ____________________________________________________________________________
43936 [  6861] By: jhi                                   on 2000/08/28  17:57:27
43937         Log: opmini.o may be left around if a build is interrupted.
43938      Branch: perl
43939            ! Makefile.SH
43940 ____________________________________________________________________________
43941 [  6860] By: jhi                                   on 2000/08/28  16:52:50
43942         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
43943              From: Daniel Chetlin <daniel@chetlin.com>
43944              Date: Mon, 28 Aug 2000 01:14:18 -0700
43945              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
43946      Branch: perl
43947            ! lib/overload.pm
43948 ____________________________________________________________________________
43949 [  6859] By: jhi                                   on 2000/08/28  16:08:46
43950         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
43951              From: Nicholas Clark <nick@ccl4.org>
43952              Date: Mon, 28 Aug 2000 16:03:27 +0100
43953              Message-Id: <20000828160327.C49785@plum.flirble.org>
43954      Branch: perl
43955            ! ext/ByteLoader/bytecode.h
43956 ____________________________________________________________________________
43957 [  6858] By: jhi                                   on 2000/08/28  16:02:10
43958         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
43959              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
43960              Date: Mon, 28 Aug 2000 13:08:30 +0200
43961              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
43962      Branch: perl
43963            ! lib/Cwd.pm
43964 ____________________________________________________________________________
43965 [  6857] By: jhi                                   on 2000/08/28  15:42:47
43966         Log: display_format used as a class method without arguments was broken,
43967              reported in
43968              
43969              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
43970              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
43971              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
43972              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
43973      Branch: perl
43974            ! lib/Math/Complex.pm t/lib/complex.t
43975 ____________________________________________________________________________
43976 [  6856] By: jhi                                   on 2000/08/27  22:09:48
43977         Log: Update Changes.
43978      Branch: perl
43979            ! Changes patchlevel.h
43980 ____________________________________________________________________________
43981 [  6855] By: jhi                                   on 2000/08/27  21:59:21
43982         Log: Retract #6853 (false alarm).
43983      Branch: perl
43984            ! lib/ExtUtils/xsubpp
43985 ____________________________________________________________________________
43986 [  6854] By: jhi                                   on 2000/08/27  21:37:44
43987         Log: Update Changes.
43988      Branch: perl
43989            ! Changes patchlevel.h
43990 ____________________________________________________________________________
43991 [  6853] By: jhi                                   on 2000/08/27  21:37:16
43992         Log: Subject: [PATCH perl@6850] workaround for xsubpp
43993              From: Hugo <hv@crypt.compulink.co.uk>
43994              Date: Sun, 27 Aug 2000 22:30:25 +0100
43995              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
43996      Branch: perl
43997            ! lib/ExtUtils/xsubpp
43998 ____________________________________________________________________________
43999 [  6852] By: jhi                                   on 2000/08/27  21:33:58
44000         Log: Big-endian 64-bit patch from Raphael Manfredi.
44001      Branch: perl
44002            ! ext/Storable/Storable.xs
44003 ____________________________________________________________________________
44004 [  6851] By: jhi                                   on 2000/08/27  21:22:21
44005         Log: More ruthless editing from Hugo van der Sanden.
44006      Branch: perl
44007            ! pod/perldelta.pod
44008 ____________________________________________________________________________
44009 [  6850] By: jhi                                   on 2000/08/27  16:11:46
44010         Log: Update Changes.
44011      Branch: perl
44012            ! Changes patchlevel.h
44013 ____________________________________________________________________________
44014 [  6849] By: jhi                                   on 2000/08/27  16:11:05
44015         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
44016      Branch: perl
44017            ! configpm pod/perldelta.pod
44018 ____________________________________________________________________________
44019 [  6848] By: jhi                                   on 2000/08/27  15:35:08
44020         Log: Use the actual thread type, not the pointer-to-struct.
44021      Branch: perl
44022            ! ext/Thread/Thread.xs
44023 ____________________________________________________________________________
44024 [  6847] By: jhi                                   on 2000/08/27  15:30:49
44025         Log: Test nit.
44026      Branch: perl
44027            ! t/pragma/warn/pp_sys
44028 ____________________________________________________________________________
44029 [  6846] By: jhi                                   on 2000/08/27  15:19:02
44030         Log: Passing -R in ldflags makes now it to appear in the default
44031              for lddlflags, just like with -L.
44032              
44033              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
44034              From: Lupe Christoph <lupe@lupe-christoph.de>
44035              Date: Sun, 27 Aug 2000 10:28:21 +0200
44036              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
44037      Branch: metaconfig/U/perl
44038            ! dlsrc.U
44039      Branch: perl
44040            ! Configure
44041 ____________________________________________________________________________
44042 [  6845] By: jhi                                   on 2000/08/27  15:08:54
44043         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
44044              From: Alan Burlison <Alan.Burlison@uk.sun.com>
44045              Date: Sat, 26 Aug 2000 22:23:27 +0100
44046              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
44047      Branch: perl
44048            ! lib/ExtUtils/MM_Unix.pm
44049 ____________________________________________________________________________
44050 [  6844] By: jhi                                   on 2000/08/27  15:02:37
44051         Log: DJGPP update from Laszlo Molnar.
44052              
44053              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
44054              From: ml1050 <ml1050@freemail.hu>
44055              Date: Sat, 26 Aug 2000 23:24:40 +0200
44056              Message-Id: <20000826232440.A439@freemail.hu>
44057      Branch: perl
44058            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
44059            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
44060 ____________________________________________________________________________
44061 [  6843] By: jhi                                   on 2000/08/27  14:53:58
44062         Log: Subject: installman buglet
44063              From: Lupe Christoph <lupe@lupe-christoph.de>
44064              Date: Sun, 27 Aug 2000 14:38:59 +0200
44065              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
44066      Branch: perl
44067            ! installman
44068 ____________________________________________________________________________
44069 [  6842] By: jhi                                   on 2000/08/27  14:52:08
44070         Log: Can't get the test to reliably work thanks to the
44071              inaccurateness of floating point.  "Resolves" bug ids
44072              20000826.003, 20000826.009, 20000826.010,
44073      Branch: perl
44074            ! t/lib/trig.t
44075 ____________________________________________________________________________
44076 [  6841] By: jhi                                   on 2000/08/26  15:53:58
44077         Log: Update Changes.
44078      Branch: perl
44079            ! Changes patchlevel.h
44080 ____________________________________________________________________________
44081 [  6840] By: jhi                                   on 2000/08/26  14:23:03
44082         Log: grep -e isn't portable.
44083              
44084              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
44085              From: chris@broadband.att.com
44086              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
44087              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
44088      Branch: perl
44089            ! hints/solaris_2.sh
44090 ____________________________________________________________________________
44091 [  6839] By: jhi                                   on 2000/08/26  14:12:23
44092         Log: no-install target a la make -n.
44093              
44094              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
44095              From: <abigail@foad.org>
44096              Date: Sat, 26 Aug 2000 03:57:34 -0400
44097              Message-ID: <20000826075735.18912.qmail@foad.org>
44098      Branch: perl
44099            ! Makefile.SH installman installperl
44100 ____________________________________________________________________________
44101 [  6838] By: jhi                                   on 2000/08/26  14:06:33
44102         Log: Retract #6826 as the #6828 should be do the same
44103              in a More Correct Way.
44104      Branch: perl
44105            ! installperl
44106 ____________________________________________________________________________
44107 [  6837] By: jhi                                   on 2000/08/26  05:24:00
44108         Log: More casting.
44109      Branch: perl
44110            ! ext/Storable/Storable.xs
44111 ____________________________________________________________________________
44112 [  6836] By: jhi                                   on 2000/08/26  05:05:46
44113         Log: Nicer in decimal.
44114      Branch: perl
44115            ! ext/Storable/Storable.xs
44116 ____________________________________________________________________________
44117 [  6835] By: jhi                                   on 2000/08/26  05:03:50
44118         Log: There be no UVdf.
44119      Branch: perl
44120            ! ext/Storable/Storable.xs
44121 ____________________________________________________________________________
44122 [  6834] By: jhi                                   on 2000/08/26  05:00:18
44123         Log: Continue IVdfing and UVxfing.
44124      Branch: perl
44125            ! ext/Storable/Storable.xs
44126 ____________________________________________________________________________
44127 [  6833] By: jhi                                   on 2000/08/26  04:53:14
44128         Log: Use IVdf.
44129      Branch: perl
44130            ! ext/Storable/Storable.xs
44131 ____________________________________________________________________________
44132 [  6832] By: jhi                                   on 2000/08/26  04:40:41
44133         Log: Document PTR2XX and INT2PTR.
44134      Branch: perl
44135            ! pod/perlguts.pod
44136 ____________________________________________________________________________
44137 [  6831] By: jhi                                   on 2000/08/26  04:33:18
44138         Log: Use UVxf, PTR2UV, NVff.
44139      Branch: perl
44140            ! ext/Storable/Storable.xs
44141 ____________________________________________________________________________
44142 [  6830] By: jhi                                   on 2000/08/26  04:31:32
44143         Log: Update the test count.
44144      Branch: perl
44145            ! t/lib/trig.t
44146 ____________________________________________________________________________
44147 [  6829] By: jhi                                   on 2000/08/26  03:05:50
44148         Log: Subject: [PATCH] installation not quite silent yet.
44149              From: <abigail@foad.org>
44150              Date: Fri, 25 Aug 2000 20:07:53 -0400
44151              Message-ID: <20000826000753.7822.qmail@foad.org>
44152      Branch: perl
44153            ! installman installperl
44154 ____________________________________________________________________________
44155 [  6828] By: jhi                                   on 2000/08/26  03:05:14
44156         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
44157              From: Spider Boardman <spider@web.zk3.dec.com>
44158              Date: Fri, 25 Aug 2000 19:12:40 -0400
44159              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
44160      Branch: perl
44161            ! gv.c
44162 ____________________________________________________________________________
44163 [  6827] By: jhi                                   on 2000/08/25  23:54:34
44164         Log: Support preserving extremely big/small angles.
44165      Branch: perl
44166            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
44167 ____________________________________________________________________________
44168 [  6826] By: jhi                                   on 2000/08/25  23:01:20
44169         Log: Patch installperl to be long double-aware.
44170              
44171              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
44172              From: Spider Boardman <spider@web.zk3.dec.com>
44173              Date: Fri, 25 Aug 2000 18:15:23 -0400
44174              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
44175      Branch: perl
44176            ! installperl
44177 ____________________________________________________________________________
44178 [  6825] By: jhi                                   on 2000/08/25  22:58:25
44179         Log: Remove duplicately applied patch shards.
44180              
44181              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
44182              From: Spider Boardman <spider@leggy.zk3.dec.com>
44183              Date: Fri, 25 Aug 2000 16:45:03 -0400
44184              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
44185      Branch: perl
44186            ! t/lib/cgi-html.t
44187 ____________________________________________________________________________
44188 [  6824] By: jhi                                   on 2000/08/25  22:57:00
44189         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
44190              From: Daniel Chetlin <daniel@chetlin.com>
44191              Date: Fri, 25 Aug 2000 12:23:16 -0700
44192              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
44193              
44194              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
44195              From: Daniel Chetlin <daniel@chetlin.com>
44196              Date: Fri, 25 Aug 2000 14:47:19 -0700
44197              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
44198      Branch: perl
44199            ! installman
44200 ____________________________________________________________________________
44201 [  6823] By: jhi                                   on 2000/08/25  22:44:17
44202         Log: Timestamp problem?
44203      Branch: perl
44204            ! uconfig.h uconfig.sh
44205 ____________________________________________________________________________
44206 [  6822] By: jhi                                   on 2000/08/25  19:01:06
44207         Log: One forgotten file from #6816.
44208      Branch: perl
44209            ! vos/config.h
44210 ____________________________________________________________________________
44211 [  6821] By: jhi                                   on 2000/08/25  18:56:39
44212         Log: Regen Changes.
44213      Branch: perl
44214            ! Changes patchlevel.h
44215 ____________________________________________________________________________
44216 [  6820] By: jhi                                   on 2000/08/25  18:52:35
44217         Log: Fix Changes ordering.
44218      Branch: perl
44219            ! Changes
44220 ____________________________________________________________________________
44221 [  6819] By: jhi                                   on 2000/08/25  18:50:25
44222         Log: Update Changes.
44223      Branch: perl
44224            ! Changes patchlevel.h
44225 ____________________________________________________________________________
44226 [  6818] By: jhi                                   on 2000/08/25  18:47:45
44227         Log: Tweak the sfio/useperlio logic, hopefully as wished in
44228              
44229              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
44230              From: Nicholas Clark <nick@babyhippo.co.uk>
44231              Date: Fri, 25 Aug 2000 12:01:45 +0100
44232              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
44233      Branch: metaconfig/U/perl
44234            ! d_sfio.U
44235      Branch: perl
44236            ! Configure
44237 ____________________________________________________________________________
44238 [  6817] By: jhi                                   on 2000/08/25  18:32:51
44239         Log: Allow microperl to assume <math.h>, without it the math
44240              functions like floor() are assumed to return int, which makes
44241              for core dumps in machines where integer and floating register
44242              don't mix.
44243      Branch: perl
44244            ! uconfig.h uconfig.sh
44245 ____________________________________________________________________________
44246 [  6816] By: jhi                                   on 2000/08/25  18:27:17
44247         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
44248              the problem reported in
44249              
44250              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
44251              From: danhale@us.ibm.com
44252              Date: Fri, 25 Aug 2000 10:58:06 -0400
44253              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
44254      Branch: metaconfig/U/perl
44255            + d_socks5_init.U
44256      Branch: perl
44257            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
44258            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
44259            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
44260            ! win32/config.gc win32/config.vc
44261 ____________________________________________________________________________
44262 [  6815] By: jhi                                   on 2000/08/25  17:43:31
44263         Log: A solution for the retrieve_fd autosplit warning,
44264              idea suggested by Mike Guy.
44265      Branch: perl
44266            ! ext/Storable/Storable.pm
44267 ____________________________________________________________________________
44268 [  6814] By: jhi                                   on 2000/08/25  17:16:03
44269         Log: Add install-silent target.
44270      Branch: perl
44271            ! Makefile.SH
44272 ____________________________________________________________________________
44273 [  6813] By: jhi                                   on 2000/08/25  17:14:23
44274         Log: Subject: Re: [PATCH] More silencing of installman.
44275              From: <abigail@foad.org>
44276              Date: Thu, 24 Aug 2000 19:27:03 -0400
44277              Message-ID: <20000824232703.7001.qmail@foad.org>
44278              
44279              Subject: Re: [PATCH] More silencing of installman.
44280              From: <abigail@foad.org>
44281              Date: Fri, 25 Aug 2000 03:00:58 -0400
44282              Message-ID: <20000825070058.10697.qmail@foad.org>
44283      Branch: perl
44284            ! installman
44285 ____________________________________________________________________________
44286 [  6812] By: jhi                                   on 2000/08/25  17:11:28
44287         Log: installperl --verbose and --silent.
44288              
44289              Subject: Re: [PATCH] More silencing of installman.
44290              From: <abigail@foad.org>
44291              Message-ID: <20000825064430.9719.qmail@foad.org>
44292              Date: Fri, 25 Aug 2000 02:44:30 -0400
44293      Branch: perl
44294            ! installperl
44295 ____________________________________________________________________________
44296 [  6811] By: jhi                                   on 2000/08/25  17:05:43
44297         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
44298              From: "Peter J. Farley III" <pjfarley@banet.net>
44299              Date: Thu, 24 Aug 2000 21:58:03 -0400
44300              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
44301              
44302              (applied slightly modified)
44303      Branch: perl
44304            ! lib/ExtUtils/MM_Unix.pm
44305 ____________________________________________________________________________
44306 [  6810] By: jhi                                   on 2000/08/25  17:01:18
44307         Log: Missing parts of 
44308              
44309              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
44310              From: Peter Prymmer <pvhp@forte.com>
44311              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
44312              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
44313      Branch: perl
44314            ! t/lib/cgi-html.t
44315 ____________________________________________________________________________
44316 [  6809] By: jhi                                   on 2000/08/25  16:46:32
44317         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
44318              From: "Craig A. Berry" <craig.berry@psinetcs.com>
44319              Date: Thu, 24 Aug 2000 19:13:11 -0500
44320              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
44321      Branch: perl
44322            ! vms/vms.c
44323 ____________________________________________________________________________
44324 [  6808] By: jhi                                   on 2000/08/25  16:39:22
44325         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
44326              From: Peter Prymmer <pvhp@forte.com>
44327              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
44328              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
44329      Branch: perl
44330            ! configure.com
44331 ____________________________________________________________________________
44332 [  6807] By: jhi                                   on 2000/08/25  16:36:37
44333         Log: Better wording for the vec lvalue diagnostic.
44334              
44335              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
44336              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
44337              Date: Wed, 23 Aug 2000 14:12:16 -0400
44338              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
44339      Branch: perl
44340            ! pod/perldiag.pod
44341 ____________________________________________________________________________
44342 [  6806] By: jhi                                   on 2000/08/24  18:17:22
44343         Log: Subject: [PATCH] More silencing of installman.
44344              From: <abigail@foad.org>
44345              Date: Thu, 24 Aug 2000 14:01:44 -0400
44346              Message-ID: <20000824180144.20062.qmail@foad.org>
44347      Branch: perl
44348            ! installman
44349 ____________________________________________________________________________
44350 [  6805] By: jhi                                   on 2000/08/24  15:00:31
44351         Log: Update Changes.
44352      Branch: perl
44353            ! Changes patchlevel.h
44354 ____________________________________________________________________________
44355 [  6804] By: jhi                                   on 2000/08/24  14:59:07
44356         Log: Regen perltoc.
44357      Branch: perl
44358            ! pod/perltoc.pod
44359 ____________________________________________________________________________
44360 [  6803] By: jhi                                   on 2000/08/24  14:44:39
44361         Log: Show the doc file, not the temp file.
44362      Branch: perl
44363            ! installman
44364 ____________________________________________________________________________
44365 [  6802] By: jhi                                   on 2000/08/24  14:41:53
44366         Log: Continue silencing.
44367      Branch: perl
44368            ! installman
44369 ____________________________________________________________________________
44370 [  6801] By: jhi                                   on 2000/08/24  14:34:40
44371         Log: Actually do something with the silencer option.
44372      Branch: perl
44373            ! installman
44374 ____________________________________________________________________________
44375 [  6800] By: jhi                                   on 2000/08/24  14:26:22
44376         Log: Make installman to recognize the silence flag -S.
44377      Branch: perl
44378            ! installman
44379 ____________________________________________________________________________
44380 [  6799] By: jhi                                   on 2000/08/24  13:49:38
44381         Log: DOS patches and portability/porting notes, from Tim Jenness.
44382      Branch: perl
44383            ! lib/File/Temp.pm
44384 ____________________________________________________________________________
44385 [  6798] By: jhi                                   on 2000/08/24  13:48:27
44386         Log: Create directories in silence.
44387              
44388              Subject: [PATCH] Another silencer for MakeMaker
44389              From: andreas.koenig@anima.de (Andreas J. Koenig)
44390              Date: 24 Aug 2000 14:18:52 +0200
44391              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
44392      Branch: perl
44393            ! lib/ExtUtils/Command.pm
44394 ____________________________________________________________________________
44395 [  6797] By: jhi                                   on 2000/08/24  13:46:42
44396         Log: More liberal parsing of version numbers.
44397              
44398              Subject: Re: CPAN.pm beta for testing available
44399              From: andreas.koenig@anima.de (Andreas J. Koenig)
44400              Date: 24 Aug 2000 13:51:57 +0200
44401              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
44402      Branch: perl
44403            ! lib/CPAN.pm
44404 ____________________________________________________________________________
44405 [  6796] By: jhi                                   on 2000/08/24  13:44:36
44406         Log: Make "make install" by default silent.  A new "install-verbose"
44407              target is verbose.
44408      Branch: perl
44409            ! Makefile.SH
44410 ____________________________________________________________________________
44411 [  6795] By: jhi                                   on 2000/08/24  13:39:14
44412         Log: Add silencer flags to installperl.
44413              
44414              Subject: [PATCH] Making installperl silent.
44415              From: <abigail@foad.org>
44416              Date: Thu, 24 Aug 2000 05:01:45 -0400
44417              Message-ID: <20000824090145.13141.qmail@foad.org>
44418      Branch: perl
44419            ! installperl
44420 ____________________________________________________________________________
44421 [  6794] By: jhi                                   on 2000/08/24  13:35:50
44422         Log: installperl couldn't tell whether it had run tests or not.
44423              
44424              Subject: [PATCH] Re: installperl and t/TEST
44425              From: <abigail@foad.org>
44426              Date: Thu, 24 Aug 2000 04:00:53 -0400
44427              Message-ID: <20000824080053.2494.qmail@foad.org>
44428      Branch: perl
44429            ! Makefile.SH installperl
44430 ____________________________________________________________________________
44431 [  6793] By: jhi                                   on 2000/08/24  13:27:50
44432         Log: Drop the separate perlbc, perlcc -b should be enough.
44433      Branch: perl
44434            - utils/perlbc.PL
44435            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
44436 ____________________________________________________________________________
44437 [  6792] By: jhi                                   on 2000/08/24  04:41:30
44438         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
44439              plus the typo fix from Peter Prymmer.
44440      Branch: perl
44441            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
44442            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
44443 ____________________________________________________________________________
44444 [  6791] By: jhi                                   on 2000/08/24  02:10:43
44445         Log: Replace #6705 with a minimal doc patch.
44446              
44447              Subject: [PATCH 5.6.0] replace change #6705
44448              From: Jan Dubois <jand@ActiveState.com>
44449              Date: Wed, 23 Aug 2000 18:31:51 -0700
44450              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
44451      Branch: perl
44452            ! lib/Win32.pod win32/win32.c
44453 ____________________________________________________________________________
44454 [  6790] By: jhi                                   on 2000/08/23  17:52:00
44455         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
44456              From: Mike Guy <mjtg@cam.ac.uk>
44457              Date: Wed, 23 Aug 2000 18:38:46 +0100
44458              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
44459      Branch: perl
44460            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
44461 ____________________________________________________________________________
44462 [  6789] By: jhi                                   on 2000/08/23  15:34:21
44463         Log: Update Changes.
44464      Branch: perl
44465            ! Changes patchlevel.h
44466 ____________________________________________________________________________
44467 [  6788] By: jhi                                   on 2000/08/23  15:33:40
44468         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
44469              From: Wilfredo Sánchez <wsanchez@apple.com>
44470              Date: Tue, 22 Aug 2000 19:31:27 -0700
44471              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
44472      Branch: perl
44473            ! perl.h
44474 ____________________________________________________________________________
44475 [  6787] By: jhi                                   on 2000/08/23  15:29:31
44476         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
44477              From: Spider Boardman <spider@leggy.zk3.dec.com>
44478              Date: Wed, 23 Aug 2000 10:33:23 -0400
44479              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
44480      Branch: perl
44481            ! lib/Pod/Html.pm
44482 ____________________________________________________________________________
44483 [  6786] By: jhi                                   on 2000/08/23  15:28:11
44484         Log: Bad makefile.
44485      Branch: perl
44486            ! ext/B/Makefile.PL
44487 ____________________________________________________________________________
44488 [  6785] By: jhi                                   on 2000/08/23  14:37:04
44489         Log: Update Changes.
44490      Branch: perl
44491            ! Changes patchlevel.h
44492 ____________________________________________________________________________
44493 [  6784] By: jhi                                   on 2000/08/23  13:58:41
44494         Log: Portability fix from Hugo van der Sanden.
44495      Branch: perl
44496            ! ext/re/Makefile.PL
44497 ____________________________________________________________________________
44498 [  6783] By: jhi                                   on 2000/08/23  13:53:53
44499         Log: Storable support, v-version fixes.
44500              
44501              Subject: CPAN.pm beta for testing available
44502              From: andreas.koenig@anima.de (Andreas J. Koenig)
44503              Date: 22 Aug 2000 23:31:33 +0200
44504              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
44505      Branch: perl
44506            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
44507 ____________________________________________________________________________
44508 [  6782] By: jhi                                   on 2000/08/23  13:51:26
44509         Log: Mac and other portability updates from Chris Nandor.
44510      Branch: perl
44511            ! pod/perlmodinstall.pod
44512 ____________________________________________________________________________
44513 [  6781] By: jhi                                   on 2000/08/23  13:47:33
44514         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
44515              From: Peter Prymmer <pvhp@forte.com>
44516              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
44517              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
44518      Branch: perl
44519            ! ext/Storable/Storable.xs
44520 ____________________________________________________________________________
44521 [  6780] By: jhi                                   on 2000/08/23  13:33:34
44522         Log: VMS MMS (make) wants null action.
44523      Branch: perl
44524            ! ext/B/Makefile.PL
44525 ____________________________________________________________________________
44526 [  6779] By: jhi                                   on 2000/08/22  19:44:47
44527         Log: Forgot portability nit.
44528      Branch: perl
44529            ! t/lib/st-forgive.t
44530 ____________________________________________________________________________
44531 [  6778] By: jhi                                   on 2000/08/22  19:35:25
44532         Log: Be portable.
44533      Branch: perl
44534            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
44535            ! t/lib/st-store.t
44536 ____________________________________________________________________________
44537 [  6777] By: jhi                                   on 2000/08/22  18:50:53
44538         Log: Update Changes.
44539      Branch: perl
44540            ! Changes patchlevel.h
44541 ____________________________________________________________________________
44542 [  6776] By: jhi                                   on 2000/08/22  18:44:46
44543         Log: cSVOPo_*v things index into the current PL_curpad
44544              under ithreads, which is different from the curpad
44545              used by the XSUB.  (In other words, the code as-is
44546              before this patch wouldn't work under ithreads.)
44547              From Sarathy.
44548      Branch: perl
44549            ! ext/B/B.xs
44550 ____________________________________________________________________________
44551 [  6775] By: jhi                                   on 2000/08/22  18:18:37
44552         Log: Make the selection of NVff et al stricter.
44553      Branch: metaconfig/U/perl
44554            ! perlxvf.U
44555      Branch: perl
44556            ! Configure config_h.SH
44557 ____________________________________________________________________________
44558 [  6774] By: jhi                                   on 2000/08/22  17:19:42
44559         Log: perldelta nits.
44560      Branch: perl
44561            ! pod/perldelta.pod
44562 ____________________________________________________________________________
44563 [  6773] By: jhi                                   on 2000/08/22  17:06:26
44564         Log: Long double fixes from Spider Boardman.
44565              
44566              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
44567              From: system PRIVILEGED account <root@peano.zk3.dec.com>
44568              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
44569              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
44570      Branch: perl
44571            ! t/lib/bigfltpm.t t/lib/st-06compat.t
44572 ____________________________________________________________________________
44573 [  6772] By: jhi                                   on 2000/08/22  15:04:53
44574         Log: Update Changes.
44575      Branch: perl
44576            ! Changes patchlevel.h
44577 ____________________________________________________________________________
44578 [  6771] By: jhi                                   on 2000/08/22  15:01:44
44579         Log: perldelta fixes from Hugo van der Sanden.
44580      Branch: perl
44581            ! pod/perldelta.pod
44582 ____________________________________________________________________________
44583 [  6770] By: jhi                                   on 2000/08/22  14:34:49
44584         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
44585              From: Hugo <hv@crypt.compulink.co.uk>
44586              Date: Tue, 22 Aug 2000 11:21:53 +0100
44587              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
44588      Branch: perl
44589            ! regcomp.c
44590 ____________________________________________________________________________
44591 [  6769] By: jhi                                   on 2000/08/22  14:30:02
44592         Log: Add Yitzchak, reformat.
44593      Branch: perl
44594            ! Changes config_h.SH
44595 ____________________________________________________________________________
44596 [  6768] By: jhi                                   on 2000/08/22  14:21:35
44597         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
44598              and Spider Boardman.
44599      Branch: metaconfig
44600            ! U/compline/d_gconvert.U
44601      Branch: perl
44602            ! Configure
44603 ____________________________________________________________________________
44604 [  6767] By: jhi                                   on 2000/08/22  14:11:24
44605         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
44606              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44607              Date: Mon, 21 Aug 2000 19:08:31 -0700
44608              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
44609      Branch: perl
44610            - ext/Storable/patchlevel.h
44611            ! MANIFEST ext/Storable/MANIFEST
44612 ____________________________________________________________________________
44613 [  6766] By: jhi                                   on 2000/08/22  13:49:29
44614         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
44615              From: Peter Prymmer <pvhp@forte.com>
44616              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
44617              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
44618      Branch: perl
44619            ! configure.com ext/Storable/Makefile.PL
44620 ____________________________________________________________________________
44621 [  6765] By: jhi                                   on 2000/08/22  13:44:59
44622         Log: Subject: [PATCH blead] B:: missing dependency
44623              From: Hugo <hv@crypt.compulink.co.uk>
44624              Date: Tue, 22 Aug 2000 06:44:33 +0100
44625              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
44626      Branch: perl
44627            ! ext/B/Makefile.PL
44628 ____________________________________________________________________________
44629 [  6764] By: jhi                                   on 2000/08/22  13:38:12
44630         Log: More bytecompiler.
44631      Branch: perl
44632            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
44633 ____________________________________________________________________________
44634 [  6763] By: jhi                                   on 2000/08/22  13:36:44
44635         Log: Bytecompiler patches from Benjamin Stuhl.
44636      Branch: perl
44637            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
44638            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
44639            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
44640            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
44641            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
44642            ! perl.c perlapi.h pod/perldelta.pod
44643 ____________________________________________________________________________
44644 [  6762] By: jhi                                   on 2000/08/21  23:43:40
44645         Log: An obsoleted diagnostic.
44646      Branch: perl
44647            ! pod/perldelta.pod
44648 ____________________________________________________________________________
44649 [  6761] By: jhi                                   on 2000/08/21  23:01:45
44650         Log: The #6759 wasn't quite right.
44651      Branch: perl
44652            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
44653            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
44654            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
44655            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
44656            ! t/lib/st-tieditems.t
44657 ____________________________________________________________________________
44658 [  6760] By: jhi                                   on 2000/08/21  22:35:49
44659         Log: Be verydeepclean.
44660      Branch: perl
44661            ! Makefile.SH
44662 ____________________________________________________________________________
44663 [  6759] By: jhi                                   on 2000/08/21  22:25:40
44664         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
44665              From: Peter Prymmer <pvhp@forte.com>
44666              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
44667              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
44668      Branch: perl
44669            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
44670            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
44671            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
44672            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
44673            ! t/lib/st-tieditems.t
44674 ____________________________________________________________________________
44675 [  6758] By: jhi                                   on 2000/08/21  22:22:32
44676         Log: Few more casts, need reported in
44677              
44678              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
44679              From: Mike Stok <mike@stok.co.uk>
44680              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
44681              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
44682              
44683              and
44684              
44685              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
44686              From: abigail@foad.org
44687              Date: 21 Aug 2000 21:31:34 -0000
44688              Message-Id: <20000821213134.30170.qmail@foad.org>
44689      Branch: perl
44690            ! ext/Storable/Storable.xs
44691 ____________________________________________________________________________
44692 [  6757] By: jhi                                   on 2000/08/21  18:37:07
44693         Log: Update Changes.
44694      Branch: perl
44695            ! Changes patchlevel.h
44696 ____________________________________________________________________________
44697 [  6756] By: jhi                                   on 2000/08/21  18:34:02
44698         Log: A pod nit.
44699              
44700              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
44701              From: <abigail@foad.org>
44702              Date: Mon, 21 Aug 2000 14:00:16 -0400
44703              Message-ID: <20000821180016.28627.qmail@foad.org>
44704      Branch: perl
44705            ! pod/perlre.pod
44706 ____________________________________________________________________________
44707 [  6755] By: jhi                                   on 2000/08/21  18:30:56
44708         Log: Use PodParser 1.18 new test.
44709      Branch: perl
44710            ! t/pod/special_seqs.t t/pod/special_seqs.xr
44711 ____________________________________________________________________________
44712 [  6754] By: jhi                                   on 2000/08/21  18:28:35
44713         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
44714              patches cannot be applied since #6712 conflicts.
44715      Branch: perl
44716            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
44717 ____________________________________________________________________________
44718 [  6753] By: jhi                                   on 2000/08/21  18:15:11
44719         Log: Weed out some smaller changes.
44720      Branch: perl
44721            ! pod/perldelta.pod
44722 ____________________________________________________________________________
44723 [  6752] By: jhi                                   on 2000/08/21  18:02:30
44724         Log: Also under djgpp the timestamps are funky.
44725      Branch: perl
44726            ! t/op/stat.t
44727 ____________________________________________________________________________
44728 [  6751] By: jhi                                   on 2000/08/21  17:55:56
44729         Log: Tweak the floating point output routine preferences.
44730      Branch: metaconfig
44731            ! U/compline/d_gconvert.U
44732      Branch: perl
44733            ! Configure
44734 ____________________________________________________________________________
44735 [  6750] By: jhi                                   on 2000/08/21  17:51:29
44736         Log: Unicos/mk requires elaborate paranoia.
44737      Branch: perl
44738            ! lib/Math/Complex.pm
44739 ____________________________________________________________________________
44740 [  6749] By: gsar                                  on 2000/08/21  16:53:31
44741         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
44742      Branch: perl
44743            ! lib/Cwd.pm
44744 ____________________________________________________________________________
44745 [  6748] By: gsar                                  on 2000/08/21  16:22:19
44746         Log: free TLS slot properly on Windows
44747      Branch: perl
44748            ! thread.h win32/perllib.c win32/win32thread.h
44749 ____________________________________________________________________________
44750 [  6747] By: jhi                                   on 2000/08/21  16:20:58
44751         Log: Rename the macro argument because some preprocessors
44752              can't tell the difference and expand arguments also inside
44753              double quoted strings.
44754      Branch: perl
44755            ! regcomp.c
44756 ____________________________________________________________________________
44757 [  6746] By: jhi                                   on 2000/08/21  16:09:41
44758         Log: Support long doubles in Storable.
44759              
44760              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
44761              From: Radu Greab <radu@netsoft.ro>
44762              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
44763              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
44764      Branch: perl
44765            ! ext/Storable/Storable.xs
44766 ____________________________________________________________________________
44767 [  6745] By: jhi                                   on 2000/08/21  15:51:40
44768         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
44769              From: "Fifer, Eric" <EFifer@sanwaint.com>
44770              Date: Mon, 21 Aug 2000 15:34:49 +0100
44771              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
44772      Branch: perl
44773            ! t/pragma/warn/9enabled
44774 ____________________________________________________________________________
44775 [  6744] By: jhi                                   on 2000/08/21  15:39:35
44776         Log: Document the endianness of Alpha more precisely.
44777      Branch: perl
44778            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
44779            ! pod/perlport.pod
44780 ____________________________________________________________________________
44781 [  6743] By: jhi                                   on 2000/08/21  14:47:05
44782         Log: perldelta fixes from the p5p crowd.
44783      Branch: perl
44784            ! pod/perldelta.pod pod/perlop.pod
44785 ____________________________________________________________________________
44786 [  6742] By: jhi                                   on 2000/08/21  13:34:51
44787         Log: Update to Pod::LaTeX 0.53.
44788              
44789              Subject: [PATCH] lib/Pod/LaTeX.pm updates
44790              From: Tim Jenness <timj@jach.hawaii.edu>
44791              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
44792              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
44793      Branch: perl
44794            ! lib/Pod/LaTeX.pm
44795 ____________________________________________________________________________
44796 [  6741] By: jhi                                   on 2000/08/21  13:33:01
44797         Log: Subject: [PATCH] os2.c fix for use64bitint
44798              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44799              Date: Mon, 21 Aug 2000 01:32:25 -0700
44800              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
44801      Branch: perl
44802            ! os2/os2.c
44803 ____________________________________________________________________________
44804 [  6740] By: jhi                                   on 2000/08/21  13:28:52
44805         Log: Array context keeps slithering in.
44806              
44807              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
44808              From: Daniel Chetlin <daniel@chetlin.com>
44809              Date: Sun, 20 Aug 2000 21:40:25 -0700
44810              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
44811      Branch: perl
44812            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
44813            ! pod/perldebtut.pod
44814 ____________________________________________________________________________
44815 [  6739] By: jhi                                   on 2000/08/21  13:23:55
44816         Log: Big-endian quad fixes for Storable from Radu Greab,
44817              plus few explicit null casts for picky compilers.
44818      Branch: perl
44819            ! ext/Storable/Storable.xs
44820 ____________________________________________________________________________
44821 [  6738] By: gsar                                  on 2000/08/21  05:56:13
44822         Log: small tweaks for change#6705: avoid C++ style comments in C code;
44823              use Perl's malloc API rather than the low level system one
44824      Branch: perl
44825            ! win32/win32.c
44826 ____________________________________________________________________________
44827 [  6737] By: gsar                                  on 2000/08/21  05:35:41
44828         Log: add Storable to list of extensions on Windows
44829      Branch: perl
44830            ! win32/Makefile win32/makefile.mk
44831 ____________________________________________________________________________
44832 [  6736] By: jhi                                   on 2000/08/21  02:57:53
44833         Log: Update Changes.
44834      Branch: perl
44835            ! Changes patchlevel.h
44836 ____________________________________________________________________________
44837 [  6735] By: jhi                                   on 2000/08/21  02:57:20
44838         Log: Draft 0.
44839      Branch: perl
44840            ! pod/perldelta.pod
44841 ____________________________________________________________________________
44842 [  6734] By: jhi                                   on 2000/08/21  02:57:03
44843         Log: Add Storable 0.7.2 from Raphael Manfredi,
44844              plus the patch from
44845              
44846              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
44847              From: Radu Greab <radu@netsoft.ro>
44848              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
44849              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
44850              
44851              plus changes to get Storable to compile with
44852              picky ANSI compilers.
44853      Branch: perl
44854            + ext/Storable/ChangeLog ext/Storable/MANIFEST
44855            + ext/Storable/Makefile.PL ext/Storable/README
44856            + ext/Storable/Storable.pm ext/Storable/Storable.xs
44857            + ext/Storable/patchlevel.h t/lib/st-06compat.t
44858            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
44859            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
44860            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
44861            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
44862            + t/lib/st-tieditems.t
44863            ! MANIFEST
44864 ____________________________________________________________________________
44865 [  6733] By: jhi                                   on 2000/08/21  02:29:09
44866         Log: The correct cleaning order is an art.
44867      Branch: perl
44868            ! Makefile.SH
44869 ____________________________________________________________________________
44870 [  6732] By: jhi                                   on 2000/08/21  01:23:39
44871         Log: The #6724 is here.
44872      Branch: perl
44873            ! t/lib/ftmp-security.t
44874 ____________________________________________________________________________
44875 [  6731] By: jhi                                   on 2000/08/20  23:17:03
44876         Log: s/this one/the 5.6.0 release/
44877      Branch: perl
44878            ! pod/perl56delta.pod
44879 ____________________________________________________________________________
44880 [  6730] By: jhi                                   on 2000/08/20  23:07:34
44881         Log: Mention perlebcdic and perlposix-bc.
44882      Branch: perl
44883            ! pod/perlport.pod
44884 ____________________________________________________________________________
44885 [  6729] By: jhi                                   on 2000/08/20  21:32:59
44886         Log: Document the number of exponent digits.
44887      Branch: perl
44888            ! pod/perlfunc.pod
44889 ____________________________________________________________________________
44890 [  6728] By: jhi                                   on 2000/08/20  21:16:47
44891         Log: Use File::Spec->tmpdir().
44892              
44893              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
44894              From: Tim Jenness <timj@jach.hawaii.edu>
44895              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
44896              MIME-Version: 1.0
44897              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
44898      Branch: perl
44899            ! utils/perlbug.PL
44900 ____________________________________________________________________________
44901 [  6727] By: jhi                                   on 2000/08/20  20:43:32
44902         Log: Update Changes.
44903      Branch: perl
44904            ! Changes patchlevel.h
44905 ____________________________________________________________________________
44906 [  6726] By: jhi                                   on 2000/08/20  20:41:44
44907         Log: The veryclean target needs to clobber.
44908      Branch: perl
44909            ! Makefile.SH
44910 ____________________________________________________________________________
44911 [  6725] By: jhi                                   on 2000/08/20  20:37:38
44912         Log: Document odd vs even subreleases and -Dusedevel.
44913      Branch: perl
44914            ! INSTALL
44915 ____________________________________________________________________________
44916 [  6724] By: jhi                                   on 2000/08/20  19:58:05
44917         Log: Use temporary directory instead of current directory.
44918              
44919              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
44920              From: Tim Jenness <timj@jach.hawaii.edu>
44921              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
44922              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
44923      Branch: perl
44924            ! t/lib/ftmp-security.t
44925 ____________________________________________________________________________
44926 [  6723] By: jhi                                   on 2000/08/20  19:55:55
44927         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
44928              From: andreas.koenig@anima.de (Andreas J. Koenig)
44929              Date: 20 Aug 2000 15:52:03 +0200
44930              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
44931      Branch: perl
44932            ! lib/ExtUtils/MM_Unix.pm
44933 ____________________________________________________________________________
44934 [  6722] By: jhi                                   on 2000/08/20  19:46:01
44935         Log: Update to CGI 2.72, from Lincoln Stein.
44936      Branch: perl
44937            ! lib/CGI.pm
44938 ____________________________________________________________________________
44939 [  6721] By: jhi                                   on 2000/08/20  19:43:54
44940         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
44941              From: Radu Greab <radu@netsoft.ro>
44942              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
44943              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
44944      Branch: perl
44945            ! ext/GDBM_File/GDBM_File.xs
44946 ____________________________________________________________________________
44947 [  6720] By: jhi                                   on 2000/08/20  19:42:01
44948         Log: pp_open() could pass an uninitialized filename down to do_open9().
44949      Branch: perl
44950            ! pp_sys.c
44951 ____________________________________________________________________________
44952 [  6719] By: jhi                                   on 2000/08/20  14:06:41
44953         Log: UTF8 concat fixes.
44954              
44955              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
44956              From: Hugo <hv@crypt.compulink.co.uk>
44957              Date: Sun, 20 Aug 2000 07:30:46 +0100
44958              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
44959      Branch: perl
44960            ! pp_hot.c t/op/append.t
44961 ____________________________________________________________________________
44962 [  6718] By: jhi                                   on 2000/08/20  02:09:37
44963         Log: Let's try #6717 again.
44964      Branch: perl
44965            ! lib/File/Temp.pm
44966 ____________________________________________________________________________
44967 [  6717] By: jhi                                   on 2000/08/20  01:56:55
44968         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
44969              From: "Craig A. Berry" <craig.berry@metamorgs.com>
44970              Date: Sat, 19 Aug 2000 18:15:39 -0500
44971              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
44972      Branch: perl
44973            ! lib/File/Temp.pm
44974 ____________________________________________________________________________
44975 [  6716] By: jhi                                   on 2000/08/19  15:50:11
44976         Log: Update Changes.
44977      Branch: perl
44978            ! Changes patchlevel.h
44979 ____________________________________________________________________________
44980 [  6715] By: jhi                                   on 2000/08/19  15:39:09
44981         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
44982              From: Jonathan D Johnston <jdjohnston2@juno.com>
44983              Date: Thu, 17 Aug 2000 23:13:01 -0400       
44984              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
44985      Branch: perl
44986            ! pod/perlfunc.pod
44987 ____________________________________________________________________________
44988 [  6714] By: jhi                                   on 2000/08/19  15:34:04
44989         Log: Introduce a 'veryclean' target that is like 'distclean'
44990              but also removes *~ and *.orig.
44991      Branch: perl
44992            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
44993            ! utils/Makefile x2p/Makefile.SH
44994 ____________________________________________________________________________
44995 [  6713] By: jhi                                   on 2000/08/19  14:15:45
44996         Log: Put back the long double avoidance code to POSIX.xs
44997              because VMS seems to need it still.
44998      Branch: perl
44999            ! ext/POSIX/POSIX.xs
45000 ____________________________________________________________________________
45001 [  6712] By: jhi                                   on 2000/08/19  14:10:41
45002         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
45003              From: Peter Prymmer <pvhp@forte.com>
45004              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
45005              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
45006      Branch: perl
45007            ! lib/Pod/Find.pm t/pod/find.t
45008 ____________________________________________________________________________
45009 [  6711] By: jhi                                   on 2000/08/19  14:09:19
45010         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
45011              From: Peter Prymmer <pvhp@forte.com>
45012              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
45013              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
45014              cc: vmsperl@perl.org
45015      Branch: perl
45016            ! t/lib/peek.t
45017 ____________________________________________________________________________
45018 [  6710] By: jhi                                   on 2000/08/19  14:08:01
45019         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
45020              From: Jan Dubois <jand@ActiveState.com>
45021              Date: Fri, 18 Aug 2000 16:31:48 -0700
45022              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
45023      Branch: perl
45024            ! win32/win32.c
45025 ____________________________________________________________________________
45026 [  6709] By: jhi                                   on 2000/08/19  14:06:57
45027         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
45028              
45029              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
45030              From: Spider.Boardman@Orb.Nashua.NH.US
45031              Date: Fri, 18 Aug 2000 18:41:14 -0400
45032              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
45033      Branch: perl
45034            ! regcomp.c
45035 ____________________________________________________________________________
45036 [  6708] By: jhi                                   on 2000/08/18  22:04:49
45037         Log: Update Changes.
45038      Branch: perl
45039            ! Changes patchlevel.h
45040 ____________________________________________________________________________
45041 [  6707] By: jhi                                   on 2000/08/18  21:55:14
45042         Log: Add warnif(), check warnings further up the stack,
45043              all the warnings functions now can take an optional object reference.
45044              
45045              Subject: [PATCH bleedperl@6691] warnings pragma update
45046              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
45047              Date: Fri, 18 Aug 2000 22:42:06 +0100
45048              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
45049      Branch: perl
45050            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
45051            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
45052            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
45053 ____________________________________________________________________________
45054 [  6706] By: jhi                                   on 2000/08/18  21:41:45
45055         Log: Typo in pp_complement().
45056              
45057              Subject: [PATCH perl-current] Deparse
45058              From: Peter Scott <Peter@PSDT.com>
45059              Date: Fri, 18 Aug 2000 12:44:37 -0700
45060              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
45061      Branch: perl
45062            ! ext/B/B/Deparse.pm
45063 ____________________________________________________________________________
45064 [  6705] By: jhi                                   on 2000/08/18  21:25:59
45065         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
45066              From: Jan Dubois <jand@ActiveState.com>
45067              Date: Fri, 18 Aug 2000 14:22:51 -0700
45068              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
45069      Branch: perl
45070            ! lib/Win32.pod win32/win32.c
45071 ____________________________________________________________________________
45072 [  6704] By: jhi                                   on 2000/08/18  21:16:14
45073         Log: Don't eat leading os from index entries.
45074              
45075              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
45076              From: Russ Allbery <rra@stanford.edu>
45077              Date: 10 Aug 2000 20:49:25 -0700
45078              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
45079      Branch: perl
45080            ! lib/Pod/Man.pm
45081 ____________________________________________________________________________
45082 [  6703] By: jhi                                   on 2000/08/18  21:07:06
45083         Log: Add [[:blank:]] as suggested in
45084              
45085              Subject: [ID 20000716.024] [=cc=] / [:blank:]
45086              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
45087              Date: Sun, 16 Jul 2000 17:55:29 -0700
45088              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
45089              
45090              (the [=cc=] has already been taken care of by #6439
45091              so the whole bug report can be closed)
45092              
45093              and make [[:space:]] to be equivalent to isspace(3)
45094              (as opposed to \s, which is isSPACE()).  The difference
45095              is that now [[:space:]] matches the mythical vertical tab,
45096              while \s doesn't.
45097      Branch: perl
45098            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
45099            ! regexec.c t/op/pat.t
45100 ____________________________________________________________________________
45101 [  6702] By: jhi                                   on 2000/08/18  18:47:47
45102         Log: The new tests were missing from #6415.
45103      Branch: perl
45104            ! t/op/bop.t
45105 ____________________________________________________________________________
45106 [  6701] By: jhi                                   on 2000/08/18  18:20:40
45107         Log: Document the NDBM_File and ODBM_File as SDBM_File
45108              was documented in #6417.
45109      Branch: perl
45110            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
45111            ! ext/SDBM_File/SDBM_File.pm
45112 ____________________________________________________________________________
45113 [  6700] By: jhi                                   on 2000/08/18  18:10:39
45114         Log: Subject: [PATCH perl@6698] cygwin port
45115              From: "Fifer, Eric" <EFifer@sanwaint.com>
45116              Date: Fri, 18 Aug 2000 17:30:05 +0100
45117              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
45118      Branch: perl
45119            ! lib/File/Temp.pm
45120 ____________________________________________________________________________
45121 [  6699] By: jhi                                   on 2000/08/18  16:21:49
45122         Log: Document code point which makes if (defined %stash::) to work
45123              (noted by Spider Boardman).
45124      Branch: perl
45125            ! op.c
45126 ____________________________________________________________________________
45127 [  6698] By: jhi                                   on 2000/08/18  13:43:27
45128         Log: Update Changes.
45129      Branch: perl
45130            ! Changes patchlevel.h
45131 ____________________________________________________________________________
45132 [  6697] By: jhi                                   on 2000/08/18  13:35:57
45133         Log: Tiny Getopt::Long patch from Johan Vromans.
45134      Branch: perl
45135            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
45136 ____________________________________________________________________________
45137 [  6696] By: jhi                                   on 2000/08/18  13:26:14
45138         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
45139              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
45140              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
45141              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
45142      Branch: perl
45143            ! pod/perldiag.pod pod/perlsyn.pod
45144 ____________________________________________________________________________
45145 [  6695] By: jhi                                   on 2000/08/18  13:13:26
45146         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
45147              From: Daniel Chetlin <daniel@chetlin.com>
45148              Date: Fri, 18 Aug 2000 03:13:36 -0700
45149              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
45150      Branch: perl
45151            ! pod/perlfunc.pod
45152 ____________________________________________________________________________
45153 [  6694] By: jhi                                   on 2000/08/18  13:08:05
45154         Log: Subject: [PATCH] perltrap.pod spring cleaning
45155              From: Daniel Chetlin <daniel@chetlin.com>
45156              Date: Fri, 18 Aug 2000 03:06:54 -0700
45157              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
45158              
45159              plus Mike Guy's nitfix.
45160      Branch: perl
45161            ! pod/perltrap.pod
45162 ____________________________________________________________________________
45163 [  6693] By: jhi                                   on 2000/08/18  13:00:26
45164         Log: Unbuffer the output.
45165              
45166              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
45167              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45168              Date: Thu, 17 Aug 2000 18:39:29 -0700
45169              Message-ID: <RPJn5gzkgydf092yn@efn.org>
45170      Branch: perl
45171            ! t/op/fork.t
45172 ____________________________________________________________________________
45173 [  6692] By: jhi                                   on 2000/08/18  05:19:17
45174         Log: Delete the image, too, not just its MANIFEStation.
45175      Branch: perl
45176            - lib/CGI/eg/wilogo.gif
45177 ____________________________________________________________________________
45178 [  6691] By: jhi                                   on 2000/08/18  05:10:26
45179         Log: Propagate new Configure vars.
45180      Branch: perl
45181            ! configure.com epoc/config.sh uconfig.h uconfig.sh
45182            ! vos/config.def vos/config.h vos/config_h.SH_orig
45183            ! win32/config.bc win32/config.gc win32/config.vc
45184            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45185 ____________________________________________________________________________
45186 [  6690] By: jhi                                   on 2000/08/18  04:30:56
45187         Log: Update Changes.
45188      Branch: perl
45189            ! Changes patchlevel.h
45190 ____________________________________________________________________________
45191 [  6689] By: jhi                                   on 2000/08/18  04:12:30
45192         Log: Fix the lib/complex failure of
45193              
45194              From: abigail@foad.org
45195              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
45196              Date: 15 Aug 2000 04:06:38 -0000
45197              Message-Id: <20000815040638.8524.qmail@foad.org> 
45198              
45199              Linux long double accuracy issue: something that
45200              when printed with %g looks like "2" but int() of it is 1.
45201      Branch: perl
45202            ! lib/Math/Complex.pm
45203 ____________________________________________________________________________
45204 [  6688] By: jhi                                   on 2000/08/18  03:15:35
45205         Log: The byteorder code in #6671 was wrong.
45206      Branch: perl
45207            ! configpm
45208 ____________________________________________________________________________
45209 [  6687] By: jhi                                   on 2000/08/18  02:08:42
45210         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
45211              From: Jan Dubois <jand@ActiveState.com>
45212              Date: Thu, 17 Aug 2000 18:31:55 -0700
45213              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
45214      Branch: perl
45215            ! sv.c
45216 ____________________________________________________________________________
45217 [  6686] By: jhi                                   on 2000/08/18  02:04:15
45218         Log: Use NVs in POSIX math, not doubles.
45219              
45220              From: abigail@foad.org
45221              Subject: [ID 20000817.014] POSIX & modfl
45222              Date: 17 Aug 2000 20:49:18 -0000
45223              Message-Id: <20000817204918.23123.qmail@foad.org>
45224      Branch: perl
45225            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
45226 ____________________________________________________________________________
45227 [  6685] By: jhi                                   on 2000/08/18  02:02:12
45228         Log: Introduce NVef, NVff, and NVgf, use the middle one.
45229              (helps for lib/peek + Linux + long doubles)  Reported in
45230              
45231              From: abigail@foad.org
45232              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
45233              Date: 15 Aug 2000 04:06:38 -0000
45234              Message-Id: <20000815040638.8524.qmail@foad.org> 
45235              
45236              (note: the lib/complex failure has not yet been addressed)
45237      Branch: metaconfig/U/perl
45238            ! perlxvf.U
45239      Branch: perl
45240            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45241            ! config_h.SH dump.c perl.h pod/perlguts.pod
45242 ____________________________________________________________________________
45243 [  6684] By: jhi                                   on 2000/08/17  23:22:19
45244         Log: Add byteorder to the myconfig output.
45245      Branch: perl
45246            ! myconfig.SH
45247 ____________________________________________________________________________
45248 [  6683] By: jhi                                   on 2000/08/17  23:20:19
45249         Log: The image doth not exist, spotted by Johan Vromans.
45250      Branch: perl
45251            ! MANIFEST
45252 ____________________________________________________________________________
45253 [  6682] By: jhi                                   on 2000/08/17  22:38:16
45254         Log: Document what the backtick returns if the command fails.
45255      Branch: perl
45256            ! pod/perlop.pod
45257 ____________________________________________________________________________
45258 [  6681] By: jhi                                   on 2000/08/17  22:33:12
45259         Log: Do not use prototyping here.
45260              
45261              Subject: [ID 20000817.016] [PATCH] Peek.xs
45262              From: abigail@foad.org
45263              Date: 17 Aug 2000 20:55:56 -0000
45264              Message-Id: <20000817205556.24270.qmail@foad.org>
45265      Branch: perl
45266            ! ext/Devel/Peek/Makefile.PL
45267 ____________________________________________________________________________
45268 [  6680] By: jhi                                   on 2000/08/17  19:46:43
45269         Log: Don't propose using modules built for 5.005 if no binary
45270              compatibility with 5.005 is attempted.
45271              
45272              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
45273              Subject: Minor nit with 5.7.0 (6655)
45274              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
45275              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
45276      Branch: metaconfig
45277            ! U/installdirs/inc_version_list.U
45278      Branch: perl
45279            ! Configure config_h.SH
45280 ____________________________________________________________________________
45281 [  6679] By: jhi                                   on 2000/08/17  19:16:39
45282         Log: Microperl config update.
45283      Branch: perl
45284            ! uconfig.h uconfig.sh
45285 ____________________________________________________________________________
45286 [  6678] By: jhi                                   on 2000/08/17  19:16:13
45287         Log: The #6648 wasn't protective enough for limited platforms
45288              (like microperl).
45289      Branch: perl
45290            ! dump.c sv.c
45291 ____________________________________________________________________________
45292 [  6677] By: jhi                                   on 2000/08/17  14:46:35
45293         Log: Update Changes.
45294      Branch: perl
45295            ! Changes patchlevel.h
45296 ____________________________________________________________________________
45297 [  6676] By: jhi                                   on 2000/08/17  14:44:02
45298         Log: Add perlebcdic from Peter Prymmer, regen toc.
45299      Branch: perl
45300            + pod/perlebcdic.pod
45301            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
45302 ____________________________________________________________________________
45303 [  6675] By: jhi                                   on 2000/08/17  14:41:52
45304         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
45305      Branch: perl
45306            ! pod/perldebtut.pod
45307 ____________________________________________________________________________
45308 [  6674] By: jhi                                   on 2000/08/17  14:29:43
45309         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
45310              
45311              Subject: [ID 20000724.006] -DLEAKTEST problem
45312              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
45313              Date: Tue, 25 Jul 2000 00:36:32 -0500
45314              Message-Id: <20000725003632.A26186@www.llamacom.com>
45315              
45316              Reminder sent
45317              
45318              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
45319              From: Hugo <hv@crypt.compulink.co.uk>
45320              Date: Thu, 17 Aug 2000 15:23:42 +0100
45321              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
45322      Branch: perl
45323            ! util.c
45324 ____________________________________________________________________________
45325 [  6673] By: jhi                                   on 2000/08/17  04:07:10
45326         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
45327              From: John Peacock <JPeacock@UnivPress.com>
45328              Date: Tue, 01 Aug 2000 09:38:12 -0400
45329              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
45330      Branch: perl
45331            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
45332 ____________________________________________________________________________
45333 [  6672] By: jhi                                   on 2000/08/17  03:04:35
45334         Log: Subject: [PATCH] Cwd.pm now uses strict
45335              From: Tim Jenness <timj@jach.hawaii.edu>
45336              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
45337              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
45338      Branch: perl
45339            ! lib/Cwd.pm
45340 ____________________________________________________________________________
45341 [  6671] By: jhi                                   on 2000/08/17  02:16:35
45342         Log: Make $Config{byteorder} more magical so that it is
45343              dynamically computed: nice for 'fat binaries'.
45344              
45345              Subject: [PATCH]: default byteorder
45346              From: Wilfredo Sánchez <wsanchez@apple.com>
45347              Date: Mon, 31 Jul 2000 19:45:31 -0700
45348              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
45349      Branch: perl
45350            ! configpm
45351 ____________________________________________________________________________
45352 [  6670] By: gsar                                  on 2000/08/17  01:22:21
45353         Log: move WNOHANG definition to where other such things are
45354      Branch: perl
45355            ! win32/win32.h
45356 ____________________________________________________________________________
45357 [  6669] By: jhi                                   on 2000/08/17  01:19:17
45358         Log: Update Changes.
45359      Branch: perl
45360            ! Changes patchlevel.h
45361 ____________________________________________________________________________
45362 [  6668] By: jhi                                   on 2000/08/17  01:16:29
45363         Log: Doc nits spotted by Richard Soderberg.
45364      Branch: perl
45365            ! README.posix-bc README.vmesa
45366 ____________________________________________________________________________
45367 [  6667] By: jhi                                   on 2000/08/17  01:12:11
45368         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
45369              From: "Casey R. Tweten" <crt@kiski.net>
45370              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
45371              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
45372      Branch: perl
45373            ! pod/perldebtut.pod
45374 ____________________________________________________________________________
45375 [  6666] By: jhi                                   on 2000/08/17  01:09:31
45376         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
45377              From: "Casey R. Tweten" <crt@kiski.net>
45378              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
45379              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
45380      Branch: perl
45381            ! lib/Shell.pm
45382 ____________________________________________________________________________
45383 [  6665] By: gsar                                  on 2000/08/17  01:03:52
45384         Log: add "ok" targets from change#6632 in makefile.mk
45385      Branch: perl
45386            ! pod/perlport.pod win32/Makefile win32/makefile.mk
45387 ____________________________________________________________________________
45388 [  6664] By: gsar                                  on 2000/08/17  00:56:11
45389         Log: avoid warnings from dense compiler
45390      Branch: perl
45391            ! win32/win32.c
45392 ____________________________________________________________________________
45393 [  6663] By: jhi                                   on 2000/08/17  00:51:49
45394         Log: Tweak the regex compilation errors once more.
45395      Branch: perl
45396            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
45397            ! t/op/regmesg.t t/pragma/warn/regcomp
45398 ____________________________________________________________________________
45399 [  6662] By: gsar                                  on 2000/08/17  00:28:19
45400         Log: trailing new %ENV entries weren't being pushed into the real
45401              environment of subprocesses on Windows
45402      Branch: perl
45403            ! t/op/magic.t win32/perlhost.h
45404 ____________________________________________________________________________
45405 [  6661] By: gsar                                  on 2000/08/17  00:19:20
45406         Log: waitpid() now handles externally spawned pids correctly;
45407              fixes for backtick/wait/waitpid failures on Windows 9x
45408              
45409              these changes make the pid returned by process functions on
45410              Windows 9x always positive by clearing the high bit (which
45411              is always set on Win9x); pseudo-process PIDs are likewise
45412              always negative now on Win9x (just as on NT/2000)
45413      Branch: perl
45414            ! pp_sys.c win32/perlhost.h win32/win32.c
45415 ____________________________________________________________________________
45416 [  6660] By: jhi                                   on 2000/08/17  00:04:32
45417         Log: Retract #6645.
45418      Branch: perl
45419            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45420            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
45421            ! t/op/sprintf.t
45422 ____________________________________________________________________________
45423 [  6659] By: gsar                                  on 2000/08/16  23:59:28
45424         Log: on windows, the return values from wait() and waitpid() don't
45425              match those of pseudo-pids
45426      Branch: perl
45427            ! pp_sys.c t/op/fork.t util.c win32/win32.c
45428 ____________________________________________________________________________
45429 [  6658] By: gsar                                  on 2000/08/16  23:56:14
45430         Log: pod nit seen in passing
45431      Branch: perl
45432            ! pod/perlfunc.pod
45433 ____________________________________________________________________________
45434 [  6657] By: gsar                                  on 2000/08/16  23:53:42
45435         Log: change#6328 could make close(SOCKET) return false on windows
45436              when it shouldn't
45437      Branch: perl
45438            ! win32/win32sck.c
45439 ____________________________________________________________________________
45440 [  6656] By: gsar                                  on 2000/08/16  23:46:57
45441         Log: check that the number pseudo children doesn't exceed
45442              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
45443              the WaitForMultipleObjects() limit that would cause wait()
45444              to crash)
45445              
45446              wait() and waitpid() could potentially be rewritten to use
45447              more than one thread to do the waiting to eliminate this
45448              limitation
45449      Branch: perl
45450            ! win32/perlhost.h
45451 ____________________________________________________________________________
45452 [  6655] By: jhi                                   on 2000/08/16  14:11:05
45453         Log: Update Changes.
45454      Branch: perl
45455            ! Changes patchlevel.h
45456 ____________________________________________________________________________
45457 [  6654] By: jhi                                   on 2000/08/16  14:10:12
45458         Log: Update to perldebtut 1.9, from Richard Foley.
45459      Branch: perl
45460            ! pod/perldebtut.pod
45461 ____________________________________________________________________________
45462 [  6653] By: jhi                                   on 2000/08/16  14:08:17
45463         Log: Change the regx compilation error markers to use = instead of <
45464              since pod makes using the latter quite messy.  Reported in
45465              ID 20000814.006 by Abigail and in
45466              Subject: Unknown escape E<> ?
45467              From: Lupe Christoph <lupe@lupe-christoph.de>
45468              Date: Fri, 11 Aug 2000 00:30:27 +0200
45469              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
45470      Branch: perl
45471            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
45472            ! t/op/regmesg.t t/pragma/warn/regcomp
45473 ____________________________________________________________________________
45474 [  6652] By: jhi                                   on 2000/08/16  13:25:31
45475         Log: Change the perlbug address to perl.org since it's more forgiving.
45476              
45477              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
45478              From: abigail@foad.org
45479              Date: 15 Aug 2000 04:15:40 -0000
45480              Message-Id: <20000815041540.8633.qmail@foad.org>
45481      Branch: perl
45482            ! utils/perlbug.PL
45483 ____________________________________________________________________________
45484 [  6651] By: jhi                                   on 2000/08/16  13:22:35
45485         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
45486              From: Tim Jenness <timj@jach.hawaii.edu>
45487              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
45488              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
45489      Branch: perl
45490            ! lib/Cwd.pm
45491 ____________________________________________________________________________
45492 [  6650] By: jhi                                   on 2000/08/16  13:18:13
45493         Log: Update to CPAN 1.57.
45494              
45495              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
45496              From: andreas.koenig@anima.de (Andreas J. Koenig)
45497              Date: 16 Aug 2000 15:09:46 +0200
45498              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
45499      Branch: perl
45500            ! lib/CPAN.pm
45501 ____________________________________________________________________________
45502 [  6649] By: jhi                                   on 2000/08/16  13:12:31
45503         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
45504              From: "Larry W. Virden" <lvirden@cas.org>
45505              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
45506              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
45507      Branch: perl
45508            ! README.hpux
45509 ____________________________________________________________________________
45510 [  6648] By: jhi                                   on 2000/08/16  13:03:53
45511         Log: The numeric locale was reset to "C" by s?printf and never restored.
45512              
45513              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
45514              From: Christian Kirsch <ck@held.mind.de>
45515              Date: Wed, 9 Aug 2000 17:05:17 +0200
45516              Message-Id: <20000809170517.A25389@held>
45517              
45518              No test since adding the failing example to locale.t
45519              does not fail -- probably because the locale settings are so
45520              thoroughly tweaked by that time.  Running the example standalone
45521              does fail, though.  UPDATE: test case added at change #7540.
45522      Branch: perl
45523            ! dump.c perl.h pp.c pp_ctl.c sv.c
45524 ____________________________________________________________________________
45525 [  6647] By: jhi                                   on 2000/08/16  00:07:54
45526         Log: Update Changes and test semi-automatic patchlevel updating.
45527      Branch: perl
45528            ! Changes patchlevel.h
45529 ____________________________________________________________________________
45530 [  6646] By: jhi                                   on 2000/08/15  23:35:07
45531         Log: Fix a dependency problem.
45532              
45533              Subject: [PATCH: 6640] VMS Makefile.SH update
45534              From: Peter Prymmer <pvhp@forte.com>
45535              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
45536              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
45537      Branch: perl
45538            ! vms/descrip_mms.template
45539 ____________________________________________________________________________
45540 [  6645] By: jhi                                   on 2000/08/15  23:33:23
45541         Log: (Retracted by #6660)
45542              
45543              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
45544              From: Dominic Dunlop <domo@computer.org>
45545              Date: Tue, 15 Aug 2000 22:20:52 +0200
45546              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
45547      Branch: metaconfig/U/perl
45548            + d_printfed.U
45549      Branch: perl
45550            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45551            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
45552            ! t/op/sprintf.t
45553 ____________________________________________________________________________
45554 [  6644] By: jhi                                   on 2000/08/15  21:17:20
45555         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
45556              From: abigail@foad.org
45557              Date: 15 Aug 2000 20:12:41 -0000
45558              Message-Id: <20000815201241.25556.qmail@foad.org>
45559      Branch: perl
45560            ! INSTALL
45561 ____________________________________________________________________________
45562 [  6643] By: jhi                                   on 2000/08/15  21:15:28
45563         Log: (an already applied patch)
45564      Branch: perl
45565            ! lib/CGI.pm
45566 ____________________________________________________________________________
45567 [  6642] By: gsar                                  on 2000/08/15  19:54:05
45568         Log: magic callbacks all need to have same type signature
45569      Branch: perl
45570            ! embed.pl mg.c proto.h
45571 ____________________________________________________________________________
45572 [  6641] By: jhi                                   on 2000/08/15  17:56:27
45573         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)
45574              From: Mike Guy <mjtg@cam.ac.uk>
45575              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
45576              Date: Tue, 15 Aug 2000 18:26:45 +0100
45577              
45578              Only the peek.t part applied, not the hash quality part.
45579      Branch: perl
45580            ! t/lib/peek.t
45581 ____________________________________________________________________________
45582 [  6640] By: jhi                                   on 2000/08/15  16:37:37
45583         Log: Update Changes.
45584      Branch: perl
45585            ! Changes
45586 ____________________________________________________________________________
45587 [  6639] By: jhi                                   on 2000/08/15  16:34:55
45588         Log: Missed a file from #6638.
45589      Branch: perl
45590            ! lib/File/Temp.pm
45591 ____________________________________________________________________________
45592 [  6638] By: jhi                                   on 2000/08/15  16:33:19
45593         Log: Subject: [PATCH perl@6620] cygwin port
45594              From: "Fifer, Eric" <EFifer@sanwaint.com>
45595              Date: Tue, 15 Aug 2000 17:00:49 +0100
45596              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
45597      Branch: perl
45598            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
45599 ____________________________________________________________________________
45600 [  6637] By: jhi                                   on 2000/08/15  16:29:22
45601         Log: Subject: [PATCH] debugger exit code should reflect user exit code
45602              From: Mike Guy <mjtg@cam.ac.uk>
45603              Date: Tue, 15 Aug 2000 16:55:59 +0100
45604              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
45605      Branch: perl
45606            ! lib/perl5db.pl
45607 ____________________________________________________________________________
45608 [  6636] By: jhi                                   on 2000/08/15  15:30:58
45609         Log: Update Changes.
45610      Branch: perl
45611            ! Changes
45612 ____________________________________________________________________________
45613 [  6635] By: jhi                                   on 2000/08/15  15:27:21
45614         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
45615      Branch: metaconfig
45616            ! U/mkglossary U/mksample
45617      Branch: metaconfig/U/perl
45618            ! Devel.U
45619      Branch: perl
45620            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45621 ____________________________________________________________________________
45622 [  6634] By: jhi                                   on 2000/08/15  14:11:55
45623         Log: Don't blow limited stacks, a lower number is enough to
45624              tickle the lookbehind limit.
45625              
45626              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
45627              From: Dominic Dunlop <domo@computer.org>
45628              Date: Tue, 15 Aug 2000 13:51:24 +0200
45629              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
45630      Branch: perl
45631            ! t/op/regmesg.t
45632 ____________________________________________________________________________
45633 [  6633] By: jhi                                   on 2000/08/15  14:01:46
45634         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
45635              From: Mike Guy <mjtg@cam.ac.uk>
45636              Date: Tue, 15 Aug 2000 12:10:50 +0100
45637              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
45638      Branch: perl
45639            ! utils/perldoc.PL
45640 ____________________________________________________________________________
45641 [  6632] By: jhi                                   on 2000/08/15  13:58:48
45642         Log: make ok etc also for win32.
45643              
45644              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
45645              From: Prymmer/Kahn <pvhp@best.com>
45646              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
45647              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
45648      Branch: perl
45649            ! win32/Makefile
45650 ____________________________________________________________________________
45651 [  6631] By: jhi                                   on 2000/08/15  13:45:03
45652         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
45653      Branch: perl
45654            ! lib/Test.pm
45655 ____________________________________________________________________________
45656 [  6630] By: jhi                                   on 2000/08/15  03:25:09
45657         Log: Update Changes.
45658      Branch: perl
45659            ! Changes
45660 ____________________________________________________________________________
45661 [  6629] By: jhi                                   on 2000/08/15  03:23:53
45662         Log: magic_regdatum_set() is void, not int.
45663      Branch: perl
45664            ! embed.pl mg.c proto.h
45665 ____________________________________________________________________________
45666 [  6628] By: jhi                                   on 2000/08/15  03:08:02
45667         Log: Make the user to give up his firstborn, err, to knowingly
45668              verify installing an unstable developer release.  Also bump
45669              the release to 5.7.0, but leave a patch tag in the local
45670              patches saying that this is not yet the real thing.
45671      Branch: metaconfig
45672            ! U/modified/Instruct.U
45673      Branch: metaconfig/U/perl
45674            + Devel.U
45675      Branch: perl
45676            ! Configure patchlevel.h
45677 ____________________________________________________________________________
45678 [  6627] By: jhi                                   on 2000/08/14  22:32:52
45679         Log: README.os2 update.
45680              
45681              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
45682              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45683              Date: Wed, 02 Aug 2000 21:55:09 -0700
45684              Message-ID: <tsPi5gzkgegX092yn@efn.org>
45685      Branch: perl
45686            ! README.os2
45687 ____________________________________________________________________________
45688 [  6626] By: jhi                                   on 2000/08/14  21:00:02
45689         Log: Subject: Re: File::Temp problems on VMS in bleedperl
45690              From: Tim Jenness <timj@jach.hawaii.edu>
45691              cc: vmsperl@perl.org
45692              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
45693              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
45694      Branch: perl
45695            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
45696 ____________________________________________________________________________
45697 [  6625] By: jhi                                   on 2000/08/14  20:52:16
45698         Log: Add SUIDMAIL as was done for the CERT alert.
45699      Branch: perl
45700            ! patchlevel.h
45701 ____________________________________________________________________________
45702 [  6624] By: jhi                                   on 2000/08/14  20:48:50
45703         Log: Subject: sfio2000
45704              From: Daniel Muino <dmuino@afip.gov.ar>
45705              Date: Mon, 14 Aug 2000 16:58:11 -0300
45706              Message-ID: <20000814165811.B16368@con2-dgi>
45707      Branch: perl
45708            ! perlsdio.h perlsfio.h
45709 ____________________________________________________________________________
45710 [  6623] By: jhi                                   on 2000/08/14  20:47:36
45711         Log: Subject: warning: storage class after type is obsolescent
45712              From: Daniel Muino <dmuino@afip.gov.ar>
45713              Date: Mon, 14 Aug 2000 16:42:47 -0300
45714              Message-ID: <20000814164247.A16368@con2-dgi>
45715      Branch: perl
45716            ! regcomp.pl regnodes.h
45717 ____________________________________________________________________________
45718 [  6622] By: jhi                                   on 2000/08/14  20:43:05
45719         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
45720              From: abigail@foad.org
45721              Date: 14 Aug 2000 20:00:10 -0000
45722              Message-Id: <20000814200010.27271.qmail@foad.org>
45723      Branch: perl
45724            ! Changes
45725 ____________________________________________________________________________
45726 [  6621] By: jhi                                   on 2000/08/14  15:23:05
45727         Log: Update Changes.
45728      Branch: perl
45729            ! Changes
45730 ____________________________________________________________________________
45731 [  6620] By: jhi                                   on 2000/08/14  15:22:14
45732         Log: Subject: Re: [PATCH] @+, @- readonly
45733              From: Mike Guy <mjtg@cam.ac.uk>
45734              Date: Mon, 14 Aug 2000 15:26:55 +0100
45735              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
45736      Branch: perl
45737            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
45738            ! sv.c t/op/pat.t
45739 ____________________________________________________________________________
45740 [  6619] By: jhi                                   on 2000/08/14  14:12:08
45741         Log: Update Changes.
45742      Branch: perl
45743            ! Changes
45744 ____________________________________________________________________________
45745 [  6618] By: jhi                                   on 2000/08/14  14:09:34
45746         Log: For now remove the mail code.
45747      Branch: perl
45748            ! perl.c
45749 ____________________________________________________________________________
45750 [  6617] By: jhi                                   on 2000/08/14  14:08:28
45751         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
45752      Branch: perl
45753            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
45754            ! pod/perlfaq8.pod pod/perlsec.pod
45755 ____________________________________________________________________________
45756 [  6616] By: jhi                                   on 2000/08/14  14:00:11
45757         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
45758              From: Mike Guy <mjtg@cam.ac.uk>
45759              Date: Mon, 14 Aug 2000 08:26:02 +0100
45760              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
45761      Branch: perl
45762            ! lib/perl5db.pl
45763 ____________________________________________________________________________
45764 [  6615] By: jhi                                   on 2000/08/14  13:58:45
45765         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
45766              From: Mike Guy <mjtg@cam.ac.uk>
45767              Date: Mon, 14 Aug 2000 08:04:22 +0100
45768              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
45769      Branch: perl
45770            ! gv.c mg.c t/op/pat.t
45771 ____________________________________________________________________________
45772 [  6614] By: jhi                                   on 2000/08/14  13:56:45
45773         Log: Subject: Test fails / warnings with perl-current #6612
45774              From: Mike Guy <mjtg@cam.ac.uk>
45775              Date: Mon, 14 Aug 2000 07:57:23 +0100
45776              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
45777      Branch: perl
45778            ! t/lib/b.t t/lib/peek.t
45779 ____________________________________________________________________________
45780 [  6613] By: jhi                                   on 2000/08/14  13:45:33
45781         Log: VMS configure.com update continues.
45782      Branch: perl
45783            - vms/configure.com
45784            ! MANIFEST configure.com
45785 ____________________________________________________________________________
45786 [  6612] By: jhi                                   on 2000/08/13  22:13:35
45787         Log: Update Changes.
45788      Branch: perl
45789            ! Changes
45790 ____________________________________________________________________________
45791 [  6611] By: jhi                                   on 2000/08/13  16:21:45
45792         Log: Upgrade to CGI 2.71, from Lincoln Stein.
45793      Branch: perl
45794            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
45795 ____________________________________________________________________________
45796 [  6610] By: jhi                                   on 2000/08/13  15:09:16
45797         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
45798              From: Mike Guy <mjtg@cam.ac.uk>
45799              Date: Sun, 13 Aug 2000 13:45:51 +0100
45800              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
45801      Branch: perl
45802            ! t/op/regmesg.t
45803 ____________________________________________________________________________
45804 [  6609] By: jhi                                   on 2000/08/13  14:31:26
45805         Log: Andreas says that 1.56 is fine, so reverting back to it.
45806      Branch: perl
45807            ! lib/CPAN.pm
45808 ____________________________________________________________________________
45809 [  6608] By: jhi                                   on 2000/08/13  05:34:20
45810         Log: Update Changes.
45811      Branch: perl
45812            ! Changes
45813 ____________________________________________________________________________
45814 [  6607] By: jhi                                   on 2000/08/13  05:32:01
45815         Log: Put back the \z changes of #5406 to CPAN.pm.
45816      Branch: perl
45817            ! lib/CPAN.pm
45818 ____________________________________________________________________________
45819 [  6606] By: jhi                                   on 2000/08/13  05:20:16
45820         Log: Fix-n-skip the tests under 5005threads.
45821      Branch: perl
45822            ! t/lib/b.t
45823 ____________________________________________________________________________
45824 [  6605] By: jhi                                   on 2000/08/13  05:07:48
45825         Log: Fix the test for 5005threads.
45826      Branch: perl
45827            ! t/lib/peek.t
45828 ____________________________________________________________________________
45829 [  6604] By: jhi                                   on 2000/08/13  03:35:37
45830         Log: Should have deleted this in #6603.
45831      Branch: perl
45832            - vms/subconfigure.com
45833 ____________________________________________________________________________
45834 [  6603] By: jhi                                   on 2000/08/12  18:29:32
45835         Log: Rewrite of vms/subconfigure.com as configure.com,
45836              from Peter Prymmer and the vmsperl crew.
45837      Branch: perl
45838            + vms/configure.com
45839            ! MANIFEST
45840 ____________________________________________________________________________
45841 [  6602] By: jhi                                   on 2000/08/11  13:00:01
45842         Log: PlainText.pm is dead.
45843      Branch: perl
45844            - lib/Pod/PlainText.pm
45845            ! MANIFEST
45846 ____________________________________________________________________________
45847 [  6601] By: jhi                                   on 2000/08/11  04:06:45
45848         Log: Update Changes.
45849      Branch: perl
45850            ! Changes
45851 ____________________________________________________________________________
45852 [  6600] By: jhi                                   on 2000/08/11  04:06:10
45853         Log: Add a few missing files, update MANIFEST.
45854      Branch: perl
45855            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
45856            + lib/Pod/PlainText.pm t/pod/find.t
45857            ! MANIFEST t/op/regmesg.t
45858 ____________________________________________________________________________
45859 [  6599] By: jhi                                   on 2000/08/11  03:31:10
45860         Log: Add Perl debugging tutorial, regen toc. 
45861              
45862              Subject: perldebtut.pod
45863              From: Richard Foley <Richard.Foley@m.dasa.de>
45864              Date: Wed, 09 Aug 2000 10:17:15 +0200
45865              Message-id: <3991138B.262247B8@m.dasa.de>
45866      Branch: perl
45867            + pod/perldebtut.pod
45868            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
45869 ____________________________________________________________________________
45870 [  6598] By: jhi                                   on 2000/08/11  02:48:56
45871         Log: tiny Changes edit
45872      Branch: perl
45873            ! Changes
45874 ____________________________________________________________________________
45875 [  6597] By: jhi                                   on 2000/08/11  02:39:04
45876         Log: Tests for #6589.
45877              
45878              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
45879              From: simon@brecon.co.uk (Simon Cozens)
45880              Date: 11 Aug 2000 02:24:52 GMT
45881              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
45882      Branch: perl
45883            ! t/lib/b.t
45884 ____________________________________________________________________________
45885 [  6596] By: jhi                                   on 2000/08/11  01:50:07
45886         Log: Update Changes.
45887      Branch: perl
45888            ! Changes
45889 ____________________________________________________________________________
45890 [  6595] By: jhi                                   on 2000/08/11  01:47:16
45891         Log: nitfix
45892      Branch: perl
45893            ! Changes
45894 ____________________________________________________________________________
45895 [  6594] By: jhi                                   on 2000/08/11  01:36:16
45896         Log: Subject: Getting perlio and threads to compile
45897              From: Lupe Christoph <lupe@lupe-christoph.de>
45898              Date: Wed, 9 Aug 2000 11:35:54 +0200
45899              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
45900              
45901              (the Solaris version changes in Configure skipped)
45902      Branch: perl
45903            ! hints/solaris_2.sh thread.h
45904 ____________________________________________________________________________
45905 [  6593] By: jhi                                   on 2000/08/11  01:30:16
45906         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
45907              From: simon@brecon.co.uk (Simon Cozens)
45908              Date: 1 Aug 2000 06:55:19 GMT
45909              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
45910      Branch: perl
45911            ! lib/utf8.pm
45912 ____________________________________________________________________________
45913 [  6592] By: jhi                                   on 2000/08/11  01:26:39
45914         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
45915              From: Peter Scott <Peter@PeterScott.com>
45916              Date: Thu, 10 Aug 2000 08:23:27 -0700
45917              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
45918      Branch: perl
45919            ! lib/perl5db.pl
45920 ____________________________________________________________________________
45921 [  6591] By: jhi                                   on 2000/08/11  01:22:02
45922         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
45923              From: Hugo <hv@crypt.compulink.co.uk>
45924              Date: Thu, 10 Aug 2000 19:23:04 +0100
45925              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
45926      Branch: perl
45927            ! regexec.c t/op/pat.t
45928 ____________________________________________________________________________
45929 [  6590] By: jhi                                   on 2000/08/11  01:19:19
45930         Log: Preprocessing and postprocessing for File::Find.
45931              
45932              Subject: Patch to Find::File.pm to allow alphabetical results
45933              From: Joe Smith <jsmith@inwap.com>
45934              Date: Wed, 9 Aug 2000 02:44:54 -0700
45935              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
45936      Branch: perl
45937            ! lib/File/Find.pm
45938 ____________________________________________________________________________
45939 [  6589] By: jhi                                   on 2000/08/11  01:12:39
45940         Log: B::Deparse didn't do sub attributes.
45941              
45942              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
45943              From: simon@brecon.co.uk (Simon Cozens)
45944              Date: 9 Aug 2000 04:49:20 GMT
45945              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
45946      Branch: perl
45947            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
45948 ____________________________________________________________________________
45949 [  6588] By: jhi                                   on 2000/08/11  01:06:40
45950         Log: Subject: debugger "d" command doesnt check line number
45951              From: Mike Guy <mjtg@cam.ac.uk>
45952              Date: Tue, 08 Aug 2000 21:54:29 +0100
45953              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
45954      Branch: perl
45955            ! lib/perl5db.pl mg.c pod/perldiag.pod
45956 ____________________________________________________________________________
45957 [  6587] By: jhi                                   on 2000/08/11  00:45:03
45958         Log: sleep(1) does not necessarily return 1.
45959              
45960              Subject: [PATCH bleadperl] op/lex_assign.t  
45961              From: Hugo <hv@crypt.compulink.co.uk>
45962              Date: Thu, 03 Aug 2000 14:34:22 +0100        
45963              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
45964      Branch: perl
45965            ! t/op/lex_assign.t
45966 ____________________________________________________________________________
45967 [  6586] By: jhi                                   on 2000/08/11  00:31:50
45968         Log: Document the IO::Select timeout.
45969      Branch: perl
45970            ! ext/IO/lib/IO/Select.pm
45971 ____________________________________________________________________________
45972 [  6585] By: jhi                                   on 2000/08/11  00:13:54
45973         Log: Forgot contributor.
45974      Branch: perl
45975            ! Changes
45976 ____________________________________________________________________________
45977 [  6584] By: jhi                                   on 2000/08/11  00:09:19
45978         Log: detypo
45979      Branch: perl
45980            ! Changes
45981 ____________________________________________________________________________
45982 [  6583] By: jhi                                   on 2000/08/11  00:07:53
45983         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
45984              
45985              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
45986              From: Mike Guy <mjtg@cam.ac.uk> 
45987              Date: Thu, 10 Aug 2000 15:50:54 +0100
45988              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
45989      Branch: perl
45990            ! sv.c t/op/int.t
45991 ____________________________________________________________________________
45992 [  6582] By: jhi                                   on 2000/08/10  23:29:32
45993         Log: Update Changes.
45994      Branch: perl
45995            ! Changes
45996 ____________________________________________________________________________
45997 [  6581] By: jhi                                   on 2000/08/10  23:26:16
45998         Log: Put back the std @INC thing.
45999      Branch: perl
46000            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
46001            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
46002            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
46003            ! t/lib/gol-oo.t
46004 ____________________________________________________________________________
46005 [  6580] By: jhi                                   on 2000/08/10  23:03:34
46006         Log: Update to CGI 2.70, from Lincoln Stein.
46007      Branch: perl
46008            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
46009            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
46010            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
46011            ! t/lib/cgi-request.t
46012 ____________________________________________________________________________
46013 [  6579] By: jhi                                   on 2000/08/10  22:41:50
46014         Log: Update to CPAN 1.56, from Andreas König.
46015      Branch: perl
46016            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
46017 ____________________________________________________________________________
46018 [  6578] By: jhi                                   on 2000/08/10  22:38:13
46019         Log: Update to Pod::Parser 1.17, from Brad Appleton.
46020      Branch: perl
46021            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
46022            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
46023            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
46024            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
46025            ! t/pod/include.t t/pod/included.t t/pod/lref.t
46026            ! t/pod/multiline_items.t t/pod/nested_items.t
46027            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
46028            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
46029            ! t/pod/special_seqs.t
46030 ____________________________________________________________________________
46031 [  6577] By: jhi                                   on 2000/08/10  22:35:41
46032         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
46033      Branch: perl
46034            ! AUTHORS MAINTAIN
46035 ____________________________________________________________________________
46036 [  6576] By: jhi                                   on 2000/08/10  22:24:54
46037         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
46038      Branch: perl
46039            + t/lib/gol-oo.t
46040            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
46041            ! t/lib/gol-compat.t t/lib/gol-linkage.t
46042 ____________________________________________________________________________
46043 [  6575] By: jhi                                   on 2000/08/10  22:02:07
46044         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
46045      Branch: perl
46046            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
46047 ____________________________________________________________________________
46048 [  6574] By: jhi                                   on 2000/08/10  21:55:03
46049         Log: Iterating perl6 description.
46050      Branch: perl
46051            ! pod/perlfaq1.pod
46052 ____________________________________________________________________________
46053 [  6573] By: jhi                                   on 2000/08/10  21:48:26
46054         Log: Revert the sv.c part of #6559, a better fix is needed.
46055      Branch: perl
46056            ! sv.c
46057 ____________________________________________________________________________
46058 [  6572] By: jhi                                   on 2000/08/10  20:33:43
46059         Log: It's the 2ndO'ROSSC.
46060      Branch: perl
46061            ! pod/perlfaq1.pod
46062 ____________________________________________________________________________
46063 [  6571] By: jhi                                   on 2000/08/10  15:55:48
46064         Log: detypo
46065      Branch: perl
46066            ! pod/perlfaq1.pod
46067 ____________________________________________________________________________
46068 [  6570] By: jhi                                   on 2000/08/10  14:11:17
46069         Log: An exceptionally sticky typo.
46070      Branch: perl
46071            ! Changes
46072 ____________________________________________________________________________
46073 [  6569] By: jhi                                   on 2000/08/10  14:09:33
46074         Log: detypo (and test Changes updating script)
46075      Branch: perl
46076            ! Changes
46077 ____________________________________________________________________________
46078 [  6568] By: jhi                                   on 2000/08/10  14:07:07
46079         Log: Update Changes.
46080      Branch: perl
46081            ! Changes
46082 ____________________________________________________________________________
46083 [  6567] By: jhi                                   on 2000/08/10  14:06:19
46084         Log: Amend the description of Perl6.
46085              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
46086              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
46087              Date: Wed, 9 Aug 2000 22:11:06 -0500
46088              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
46089      Branch: perl
46090            ! pod/perlfaq1.pod
46091 ____________________________________________________________________________
46092 [  6566] By: jhi                                   on 2000/08/10  13:58:57
46093         Log: Subject: Remove dead entry in perldiag
46094              From: Mike Guy <mjtg@cam.ac.uk>
46095              Date: Thu, 10 Aug 2000 14:19:19 +0100
46096              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
46097      Branch: perl
46098            ! pod/perldiag.pod
46099 ____________________________________________________________________________
46100 [  6565] By: jhi                                   on 2000/08/10  13:51:48
46101         Log: Zero entries were skipped, fix from Adrian Goalby
46102              <argoalby@yahoo.co.uk>
46103      Branch: perl
46104            ! lib/unicode/Number.pl lib/unicode/mktables.PL
46105 ____________________________________________________________________________
46106 [  6564] By: jhi                                   on 2000/08/10  13:00:12
46107         Log: Subject: [PATCH 5.6.0] cygwin port
46108              From: "Fifer, Eric" <EFifer@sanwaint.com>
46109              Date: Thu, 10 Aug 2000 13:15:36 +0100
46110              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
46111      Branch: perl
46112            ! README.cygwin hints/cygwin.sh
46113 ____________________________________________________________________________
46114 [  6563] By: jhi                                   on 2000/08/10  12:55:16
46115         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
46116      Branch: perl
46117            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
46118 ____________________________________________________________________________
46119 [  6562] By: gsar                                  on 2000/08/10  08:38:39
46120         Log: warn is a macro, avoid using at a variable to avoid warnings
46121              in some configurations; readdir.t is too conservative in
46122              estimating number of *.t's
46123      Branch: perl
46124            ! t/op/readdir.t util.c
46125 ____________________________________________________________________________
46126 [  6561] By: jhi                                   on 2000/08/09  23:35:42
46127         Log: Update Changes.
46128      Branch: perl
46129            ! Changes
46130 ____________________________________________________________________________
46131 [  6560] By: jhi                                   on 2000/08/09  23:05:47
46132         Log: Subject: Re: enhanced(?) regex error messages
46133              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
46134              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
46135              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
46136              
46137              (plus two small patches sent privately)
46138              (this still seems to leave few test failures)
46139      Branch: perl
46140            + t/op/regmesg.t
46141            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
46142            ! t/pragma/warn/regcomp
46143 ____________________________________________________________________________
46144 [  6559] By: jhi                                   on 2000/08/09  20:41:18
46145         Log: (The fix did work but was not right, retracted in #6573)
46146              
46147              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
46148              From: Christian Kirsch <ck@held.mind.de>
46149              Date: Wed, 9 Aug 2000 17:05:17 +0200
46150              Message-Id: <20000809170517.A25389@held>
46151      Branch: perl
46152            ! sv.c t/pragma/locale.t
46153 ____________________________________________________________________________
46154 [  6558] By: jhi                                   on 2000/08/08  22:34:08
46155         Log: Tiny updates on the contributors list.
46156      Branch: perl
46157            ! Changes
46158 ____________________________________________________________________________
46159 [  6557] By: jhi                                   on 2000/08/08  19:34:28
46160         Log: Double check that we have a dirhandle.
46161      Branch: perl
46162            ! util.c
46163 ____________________________________________________________________________
46164 [  6556] By: jhi                                   on 2000/08/08  19:01:51
46165         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
46166              May be repopulated with fresh maintained examples.
46167      Branch: perl
46168            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
46169            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
46170            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
46171            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
46172            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
46173            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
46174            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
46175            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
46176            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
46177            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
46178            + lib/CGI/eg/wilogo_gif.uu
46179            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
46180            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
46181            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
46182            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
46183            - eg/cgi/frameset.cgi eg/cgi/index.html
46184            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
46185            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
46186            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
46187            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
46188            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
46189            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
46190            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
46191            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
46192            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
46193            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
46194            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
46195            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
46196            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
46197            - eg/van/vanish eg/who eg/wrapsuid
46198            ! MANIFEST
46199 ____________________________________________________________________________
46200 [  6555] By: jhi                                   on 2000/08/08  18:51:08
46201         Log: Delete chat2 as requested by Randal.
46202              
46203              Subject: Re: perlfaq8 coyness
46204              From: merlyn@stonehenge.com (Randal L. Schwartz) 
46205              Date: 15 May 2000 18:52:42 -0700 
46206              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
46207      Branch: perl
46208            - lib/chat2.pl
46209            ! MANIFEST
46210 ____________________________________________________________________________
46211 [  6554] By: jhi                                   on 2000/08/08  18:31:35
46212         Log: Regen global.sym.
46213      Branch: perl
46214            ! global.sym
46215 ____________________________________________________________________________
46216 [  6553] By: jhi                                   on 2000/08/08  18:28:13
46217         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
46218              (either perlbug or p5p ate the original), plus regen
46219              perlapi and perltoc. 
46220      Branch: perl
46221            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
46222            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
46223            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
46224            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
46225            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
46226            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
46227            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
46228            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
46229            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
46230            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
46231 ____________________________________________________________________________
46232 [  6552] By: jhi                                   on 2000/08/08  18:06:29
46233         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
46234              From: Mike Guy <mjtg@cam.ac.uk>
46235              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
46236              Date: Tue, 08 Aug 2000 15:51:27 +0100
46237      Branch: perl
46238            ! doop.c sv.h t/op/join.t t/pragma/overload.t
46239 ____________________________________________________________________________
46240 [  6551] By: jhi                                   on 2000/08/08  18:01:11
46241         Log: Re-apply #6549.
46242      Branch: perl
46243            ! lib/perl5db.pl
46244 ____________________________________________________________________________
46245 [  6550] By: jhi                                   on 2000/08/08  17:43:08
46246         Log: Accidental retraction of #6549.
46247      Branch: perl
46248            ! lib/perl5db.pl
46249 ____________________________________________________________________________
46250 [  6549] By: jhi                                   on 2000/08/08  17:40:04
46251         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
46252              From: Mike Guy <mjtg@cam.ac.uk>
46253              Date: Mon, 07 Aug 2000 21:49:58 +0100
46254              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
46255      Branch: perl
46256            ! lib/perl5db.pl
46257 ____________________________________________________________________________
46258 [  6548] By: jhi                                   on 2000/08/08  17:37:57
46259         Log: Document here-doc better.
46260              
46261              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
46262              From: Mike Guy <mjtg@cam.ac.uk>
46263              Date: Mon, 07 Aug 2000 14:02:09 +0100
46264              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
46265      Branch: perl
46266            ! pod/perldata.pod
46267 ____________________________________________________________________________
46268 [  6547] By: jhi                                   on 2000/08/08  17:33:34
46269         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
46270              From: "Randy J. Ray" <rjray@redhat.com>
46271              Date: Mon, 07 Aug 2000 19:12:25 -0700
46272              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
46273      Branch: perl
46274            ! perl.c pod/perlrun.pod
46275 ____________________________________________________________________________
46276 [  6546] By: jhi                                   on 2000/08/08  17:29:26
46277         Log: Subject: Re: enhanced(?) regex error messages 
46278              From: Hugo <hv@crypt.compulink.co.uk>
46279              Date: Tue, 08 Aug 2000 03:25:51 +0100
46280              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
46281              
46282              plus Capitalize the error messages, plus perldiag them.
46283      Branch: perl
46284            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
46285 ____________________________________________________________________________
46286 [  6545] By: jhi                                   on 2000/08/08  13:59:28
46287         Log: Augment #6539 a bit: don't croak if there's magic in the air.
46288              
46289              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
46290              From: Hugo <hv@crypt.compulink.co.uk>
46291              Date: Tue, 08 Aug 2000 03:02:03 +0100
46292              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
46293      Branch: perl
46294            ! pp.c t/op/bless.t
46295 ____________________________________________________________________________
46296 [  6544] By: jhi                                   on 2000/08/07  21:11:52
46297         Log: Make the test -w clean.
46298      Branch: perl
46299            ! t/op/bless.t
46300 ____________________________________________________________________________
46301 [  6543] By: jhi                                   on 2000/08/07  19:49:53
46302         Log: use warnings instead of $^W.
46303      Branch: perl
46304            ! t/op/bless.t
46305 ____________________________________________________________________________
46306 [  6542] By: jhi                                   on 2000/08/07  17:41:41
46307         Log: Disable a portability warning Because We Know What We Are Doing.
46308      Branch: perl
46309            ! t/op/bless.t
46310 ____________________________________________________________________________
46311 [  6541] By: jhi                                   on 2000/08/07  17:29:51
46312         Log: Tiny tidying on report_evil_fh().
46313      Branch: perl
46314            ! util.c
46315 ____________________________________________________________________________
46316 [  6540] By: jhi                                   on 2000/08/07  16:37:38
46317         Log: Make regular expression parse error messages easier to understand.
46318              
46319              Subject: Re: enhanced(?) regex error messages
46320              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
46321              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
46322              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
46323      Branch: perl
46324            ! regcomp.c
46325 ____________________________________________________________________________
46326 [  6539] By: jhi                                   on 2000/08/07  16:12:27
46327         Log: Make bless(REF, REF) a fatal error, add bless tests.
46328              
46329              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
46330              From: Hugo <hv@crypt.compulink.co.uk>
46331              Date: Mon, 07 Aug 2000 16:59:38 +0100
46332              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
46333      Branch: perl
46334            + t/op/bless.t
46335            ! MANIFEST pod/perldiag.pod pp.c sv.c
46336 ____________________________________________________________________________
46337 [  6538] By: jhi                                   on 2000/08/07  15:59:43
46338         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
46339              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
46340              Date: Thu, 3 Aug 2000 14:29:21 -0700
46341              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
46342      Branch: perl
46343            ! lib/lib_pm.PL
46344 ____________________________________________________________________________
46345 [  6537] By: jhi                                   on 2000/08/07  15:47:18
46346         Log: Retract #6419 for now since it breaks in AFS and MachTen.
46347      Branch: perl
46348            ! lib/Cwd.pm
46349 ____________________________________________________________________________
46350 [  6536] By: jhi                                   on 2000/08/07  15:05:29
46351         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
46352              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
46353              The security hole exists only in suidperls, which isn't
46354              installed or even built by default.
46355      Branch: perl
46356            ! perl.c
46357 ____________________________________________________________________________
46358 [  6535] By: jhi                                   on 2000/08/07  14:45:14
46359         Log: tr memory corruption fix from Simon Cozens.
46360      Branch: perl
46361            ! doop.c
46362 ____________________________________________________________________________
46363 [  6534] By: jhi                                   on 2000/08/06  11:38:16
46364         Log: Document a bit that UDP is not what you might think.
46365              
46366              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
46367              From: Lupe Christoph <lupe@lupe-christoph.de>
46368              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
46369              Date: Mon, 24 Jul 2000 08:59:15 +0200
46370      Branch: perl
46371            ! pod/perlipc.pod
46372 ____________________________________________________________________________
46373 [  6533] By: jhi                                   on 2000/08/06  11:35:01
46374         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
46375              From: Jeff Pinyan <jeffp@hut.crusoe.net>
46376              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
46377              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
46378      Branch: perl
46379            ! pod/perlfunc.pod
46380 ____________________________________________________________________________
46381 [  6532] By: jhi                                   on 2000/08/06  03:45:41
46382         Log: Have symbols for the IoTYPEs.
46383      Branch: perl
46384            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
46385 ____________________________________________________________________________
46386 [  6531] By: jhi                                   on 2000/08/06  01:33:55
46387         Log: Continue fixing the io warnings.  This also
46388              sort of fixes bug ID 20000802.003: the core dump
46389              is no more.  Whether the current behaviour is correct
46390              (giving a warning: "Not a format reference"), is another matter.
46391      Branch: perl
46392            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
46393            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
46394 ____________________________________________________________________________
46395 [  6530] By: jhi                                   on 2000/08/05  21:33:12
46396         Log: Change the Policy policy: now -Dprefix= with an existing
46397              Policy.sh and prefix == siteprefix == vendorprefix, then all
46398              of them follow along the new prefix.
46399              
46400              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
46401              From: Andy Dougherty <doughera@lafayette.edu>
46402              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
46403              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
46404      Branch: perl
46405            ! Policy_sh.SH
46406 ____________________________________________________________________________
46407 [  6529] By: jhi                                   on 2000/08/05  18:57:28
46408         Log: Zap lib/Sys directory when cleaning up.
46409      Branch: perl
46410            ! Makefile.SH
46411 ____________________________________________________________________________
46412 [  6528] By: jhi                                   on 2000/08/05  18:40:44
46413         Log: Essential prototype changes were missing from #6527.
46414              Also make report_evil_fh() more bomb-proof.
46415      Branch: perl
46416            ! embed.h util.c
46417 ____________________________________________________________________________
46418 [  6527] By: jhi                                   on 2000/08/05  03:22:05
46419         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
46420              From: "Ronald F. Guilmette" <rfg@monkeys.com>
46421              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
46422              Message-Id: <200007242247.PAA52177@monkeys.com>
46423      Branch: perl
46424            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
46425 ____________________________________________________________________________
46426 [  6526] By: jhi                                   on 2000/08/04  21:23:27
46427         Log: gcc versions might have (parentheses) in them.
46428      Branch: metaconfig/U/perl
46429            ! gccvers.U
46430      Branch: perl
46431            ! Configure config_h.SH
46432 ____________________________________________________________________________
46433 [  6525] By: jhi                                   on 2000/08/04  20:23:12
46434         Log: Weed buglets pointed out by
46435              
46436              From: Lupe Christoph <lupe@lupe-christoph.de>
46437              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
46438              Date: Fri, 4 Aug 2000 17:34:39 +0200
46439              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
46440      Branch: metaconfig/U/perl
46441            ! gccvers.U uselfs.U
46442      Branch: perl
46443            ! Configure config_h.SH
46444 ____________________________________________________________________________
46445 [  6524] By: jhi                                   on 2000/08/04  19:02:08
46446         Log: Warn under -w if lstat(FH) is attempted.
46447              
46448              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
46449              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
46450              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
46451              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
46452      Branch: perl
46453            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
46454            ! t/pragma/warn/pp_sys
46455 ____________________________________________________________________________
46456 [  6523] By: jhi                                   on 2000/08/04  12:31:11
46457         Log: Subject: New perlcc, take 2
46458              From: simon@brecon.co.uk (Simon Cozens)
46459              Date: 4 Aug 2000 06:21:04 GMT
46460              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
46461      Branch: perl
46462            ! utils/perlcc.PL
46463 ____________________________________________________________________________
46464 [  6522] By: jhi                                   on 2000/08/04  12:26:33
46465         Log: Subject: Re: Array vs. List context
46466              From: Daniel Chetlin <daniel@chetlin.com>
46467              Date: Fri, 4 Aug 2000 00:22:44 -0700
46468              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
46469      Branch: perl
46470            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
46471            ! pod/perlfaq4.pod
46472 ____________________________________________________________________________
46473 [  6521] By: jhi                                   on 2000/08/04  12:22:38
46474         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
46475              From: Raymund Will <ray@caldera.de>
46476              Date: Fri, 4 Aug 2000 12:07:09 +0200
46477              Message-Id: <20000804120709.A14982@caldera.de>
46478      Branch: perl
46479            ! configure.gnu
46480 ____________________________________________________________________________
46481 [  6520] By: jhi                                   on 2000/08/04  04:09:06
46482         Log: After the #6519 a warning about stat() is just that,
46483              not about a filetest, which now have their own warning.
46484      Branch: perl
46485            ! pod/perldiag.pod
46486 ____________________________________________________________________________
46487 [  6519] By: jhi                                   on 2000/08/04  04:06:30
46488         Log: In the warnings call filehandles consistently so;
46489              add "unopened" warning for stat().
46490      Branch: perl
46491            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
46492            ! t/pragma/warn/pp_sys
46493 ____________________________________________________________________________
46494 [  6518] By: jhi                                   on 2000/08/04  02:55:35
46495         Log: Subject: Minor tweak to perlvar.pod
46496              From: "Stephen P. Potter" <spp@ds.net>
46497              Date: Tue, 18 Apr 2000 09:26:03 -0400
46498              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
46499      Branch: perl
46500            ! pod/perlvar.pod
46501 ____________________________________________________________________________
46502 [  6517] By: jhi                                   on 2000/08/04  02:50:08
46503         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
46504              From: "Clinton Pierce" <cpierce1@ford.com>
46505              Date: Wed, 21 Jul 1999 16:45:31 -0400
46506              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
46507              
46508              Fix by Stephen Potter (visible in the bug db but not in p5p?)
46509      Branch: perl
46510            ! pod/perlfunc.pod pod/perlop.pod
46511 ____________________________________________________________________________
46512 [  6516] By: jhi                                   on 2000/08/04  02:09:25
46513         Log: This is 6512.  Really.
46514      Branch: perl
46515            ! dump.c
46516 ____________________________________________________________________________
46517 [  6515] By: jhi                                   on 2000/08/04  01:25:50
46518         Log: mention the idea of @( and @)
46519      Branch: perl
46520            ! Todo-5.6
46521 ____________________________________________________________________________
46522 [  6514] By: bailey                                on 2000/08/04  01:18:46
46523         Log: YA resync with mainstem, including VMS patches from others
46524      Branch: vmsperl
46525           +> (branch 48 files)
46526            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
46527           !> (integrate 354 files)
46528 ____________________________________________________________________________
46529 [  6513] By: jhi                                   on 2000/08/04  01:18:18
46530         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
46531              From: Mark Dickinson <dickins3@fas.harvard.edu>
46532              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
46533              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
46534      Branch: perl
46535            ! t/op/grent.t t/op/pwent.t
46536 ____________________________________________________________________________
46537 [  6512] By: jhi                                   on 2000/08/04  01:14:06
46538         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
46539              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46540              Date: Wed, 02 Aug 2000 10:51:01 +0100
46541              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
46542      Branch: perl
46543            ! sv.c
46544 ____________________________________________________________________________
46545 [  6511] By: jhi                                   on 2000/08/04  00:57:00
46546         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
46547              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
46548              Date: Thu, 03 Aug 2000 17:20:04 -0700
46549              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
46550      Branch: metaconfig
46551            ! U/modified/Cppsym.U
46552      Branch: perl
46553            ! Configure config_h.SH
46554 ____________________________________________________________________________
46555 [  6510] By: jhi                                   on 2000/08/04  00:25:28
46556         Log: detypo
46557      Branch: perl
46558            ! Makefile.SH
46559 ____________________________________________________________________________
46560 [  6509] By: jhi                                   on 2000/08/03  23:43:18
46561         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
46562              From: Dominic Dunlop <domo@computer.org>
46563              Date: Thu, 3 Aug 2000 22:16:46 +0200
46564              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
46565      Branch: perl
46566            ! t/op/sprintf.t
46567 ____________________________________________________________________________
46568 [  6508] By: jhi                                   on 2000/08/03  23:40:37
46569         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
46570              From: Hugo <hv@crypt.compulink.co.uk>
46571              Date: Thu, 03 Aug 2000 18:25:30 +0100
46572              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
46573      Branch: perl
46574            ! regcomp.c t/op/re_tests
46575 ____________________________________________________________________________
46576 [  6507] By: jhi                                   on 2000/08/03  23:38:28
46577         Log: Subject: [PATCH] sv.h documentation - SvLEN
46578              From: Mike Guy <mjtg@cam.ac.uk>
46579              Date: Thu, 03 Aug 2000 14:43:09 +0100
46580              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
46581      Branch: perl
46582            ! sv.h
46583 ____________________________________________________________________________
46584 [  6506] By: jhi                                   on 2000/08/03  15:49:14
46585         Log: Disable the fix_pl hack for now.
46586      Branch: perl
46587            ! Makefile.SH
46588 ____________________________________________________________________________
46589 [  6505] By: jhi                                   on 2000/08/03  13:49:04
46590         Log: Add a URL for FSF.
46591              
46592              Subject: Patch for README
46593              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
46594              Date: Wed, 2 Aug 2000 13:25:09 -0500
46595              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
46596      Branch: perl
46597            ! README
46598 ____________________________________________________________________________
46599 [  6504] By: jhi                                   on 2000/08/03  13:29:19
46600         Log: Be more informative on what is skipped and why,
46601              also repeat the list at the end.
46602      Branch: perl
46603            ! Porting/p4desc
46604 ____________________________________________________________________________
46605 [  6503] By: jhi                                   on 2000/08/03  13:07:05
46606         Log: Circumvent the removal of .patch by fix_pl.
46607              
46608              Subject: Re: [ID 20000802.011] unable to 'make test'          
46609              From: simon@brecon.co.uk (Simon Cozens) 
46610              Date: 3 Aug 2000 04:17:00 GMT
46611              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
46612      Branch: perl
46613            ! Makefile.SH
46614 ____________________________________________________________________________
46615 [  6502] By: jhi                                   on 2000/08/03  00:14:34
46616         Log: Add the missing setproctitle unit.
46617      Branch: metaconfig/U/perl
46618            + d_setproctitle.U
46619 ____________________________________________________________________________
46620 [  6501] By: jhi                                   on 2000/08/03  00:00:26
46621         Log: The subtest 4 may fail also on VOBS, as pointed out
46622              by Nick Ing-Simmons in November 1999, bug id 19991124.003
46623              (but the failure in that bug report isn't the subtest 4).
46624      Branch: perl
46625            ! t/op/stat.t
46626 ____________________________________________________________________________
46627 [  6500] By: jhi                                   on 2000/08/02  23:49:30
46628         Log: Better skip message for the test; one of the two problems in
46629              
46630              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
46631              From: Lupe Christoph <lupe@lupe-christoph.de>
46632              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
46633              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
46634      Branch: perl
46635            ! t/op/numconvert.t
46636 ____________________________________________________________________________
46637 [  6499] By: jhi                                   on 2000/08/02  22:49:16
46638         Log: Allow "no Module;" even if there is no 'unimport'.
46639              
46640              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
46641              From: mjd@plover.com
46642              Date: 24 Mar 2000 15:24:34 -0000
46643              Message-Id: <20000324152434.15160.qmail@plover.com>
46644      Branch: perl
46645            ! gv.c
46646 ____________________________________________________________________________
46647 [  6498] By: jhi                                   on 2000/08/02  22:42:58
46648         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
46649              that are hopefully soon put into use.
46650      Branch: perl
46651            ! opcode.h opcode.pl opnames.h
46652 ____________________________________________________________________________
46653 [  6497] By: gsar                                  on 2000/08/02  22:28:59
46654         Log: require.t needs binmode() to work on windows
46655      Branch: perl
46656            ! t/comp/require.t
46657 ____________________________________________________________________________
46658 [  6496] By: jhi                                   on 2000/08/02  22:08:51
46659         Log: Document the IVdf UVuf UVof UVxf.
46660      Branch: perl
46661            ! pod/perlguts.pod
46662 ____________________________________________________________________________
46663 [  6495] By: jhi                                   on 2000/08/02  21:54:26
46664         Log: detypo #6494
46665      Branch: perl
46666            ! ext/Data/Dumper/Dumper.xs
46667 ____________________________________________________________________________
46668 [  6494] By: jhi                                   on 2000/08/02  21:49:17
46669         Log: Dump UVs as UVs in Data::Dumper.
46670              
46671              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
46672              From: Gurusamy Sarathy <gsar@ActiveState.com>
46673              Date: Thu, 27 Apr 2000 12:26:25 -0700
46674              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
46675      Branch: perl
46676            ! ext/Data/Dumper/Dumper.xs
46677 ____________________________________________________________________________
46678 [  6493] By: jhi                                   on 2000/08/02  17:01:58
46679         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
46680              From: Hugo <hv@crypt.compulink.co.uk>
46681              Date: Wed, 02 Aug 2000 14:53:56 +0100
46682              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
46683      Branch: perl
46684            ! regexec.c t/op/re_tests
46685 ____________________________________________________________________________
46686 [  6492] By: jhi                                   on 2000/08/02  15:02:46
46687         Log: The new setproctitle() feature is available only in 
46688              bleeding edge FreeBSD.  From Paul Saab.
46689      Branch: perl
46690            ! mg.c
46691 ____________________________________________________________________________
46692 [  6491] By: jhi                                   on 2000/08/02  13:34:36
46693         Log: The tr utf8 patching continues.
46694              
46695              Subject: Re: #6469, too many tests claimed in require.t
46696              From: simon@brecon.co.uk (Simon Cozens)
46697              Date: 2 Aug 2000 02:37:17 GMT
46698              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
46699              
46700              (the logic of the test was the wrong way round in the patch)
46701      Branch: perl
46702            ! doop.c
46703 ____________________________________________________________________________
46704 [  6490] By: jhi                                   on 2000/08/02  13:27:38
46705         Log: The name of a filehandle does not have <these>.
46706      Branch: perl
46707            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
46708            ! t/pragma/warn/pp_sys util.c
46709 ____________________________________________________________________________
46710 [  6489] By: jhi                                   on 2000/08/02  04:26:46
46711         Log: Remove the extraneous "main::" prefix from all the
46712              "opened only for", "on closed", and "never opened" warnings.
46713              
46714              Subject: Re: inappropriate warning
46715              From: Gurusamy Sarathy <gsar@ActiveState.com>
46716              Date: Mon, 20 Mar 2000 11:28:02 -0800
46717              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
46718      Branch: perl
46719            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
46720            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
46721            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
46722 ____________________________________________________________________________
46723 [  6488] By: jhi                                   on 2000/08/02  03:02:57
46724         Log: memcpy has n o in it, as pinted ut by Sarathy.
46725      Branch: perl
46726            ! pod/perlguts.pod
46727 ____________________________________________________________________________
46728 [  6487] By: jhi                                   on 2000/08/02  02:44:51
46729         Log: Document in one place the memory abstractions used in Perl core.
46730              
46731              Subject: Re: Memory abstraction
46732              From: simon@brecon.co.uk (Simon Cozens)
46733              Date: 2 Aug 2000 02:20:23 GMT
46734              Organization: Earth.li Origins
46735      Branch: perl
46736            ! pod/perlguts.pod
46737 ____________________________________________________________________________
46738 [  6486] By: jhi                                   on 2000/08/02  02:41:57
46739         Log: regen_headers, regen perltoc.
46740      Branch: perl
46741            ! perlapi.c pod/perltoc.pod
46742 ____________________________________________________________________________
46743 [  6485] By: jhi                                   on 2000/08/02  01:43:33
46744         Log: "This little thing tests for a file .patch, and if it contains
46745              a number, pops into patchlevel.h" (making it easier to track
46746              which development version people are reporting bugs against)
46747              
46748              Subject: Patchlevel autogeneration for repository perls
46749              From: simon@brecon.co.uk (Simon Cozens)
46750              Date: 14 Jul 2000 07:12:15 GMT
46751              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
46752      Branch: perl
46753            + fix_pl
46754            ! MANIFEST Makefile.SH
46755 ____________________________________________________________________________
46756 [  6484] By: jhi                                   on 2000/08/02  01:32:54
46757         Log: FreeBSD 3.* updates from
46758              
46759              From: Paul Saab <ps@yahoo-inc.com>
46760              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
46761              Date: Tue, 1 Aug 2000 15:41:39 -0700
46762              Message-Id: <20000801154139.A53740@yahoo-inc.com>
46763      Branch: perl
46764            ! hints/freebsd.sh
46765 ____________________________________________________________________________
46766 [  6483] By: jhi                                   on 2000/08/02  01:27:44
46767         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
46768              instead one must use setproctitle().  This was already addressed
46769              by change #6457, but the below has a new variant for FreeBSD 4.0
46770              or later, and the matter is also documented more.
46771              
46772              From: Paul Saab <ps@yahoo-inc.com>
46773              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
46774              Date: Tue, 1 Aug 2000 15:41:39 -0700
46775              Message-Id: <20000801154139.A53740@yahoo-inc.com>
46776      Branch: metaconfig/U/perl
46777            + i_libutil.U
46778      Branch: perl
46779            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
46780 ____________________________________________________________________________
46781 [  6482] By: jhi                                   on 2000/08/01  22:17:32
46782         Log: The test from this
46783              
46784              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
46785              Date: Sat, 15 Apr 2000 17:03:44 +0100
46786              From: Tom Hughes <tom@compton.nu>
46787              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
46788              
46789              was missing, the code change went in as #5989
46790              (which had a different test?)
46791      Branch: perl
46792            ! t/op/misc.t
46793 ____________________________________________________________________________
46794 [  6481] By: jhi                                   on 2000/08/01  21:48:38
46795         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
46796              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
46797              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
46798              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
46799      Branch: perl
46800            ! perl.h
46801 ____________________________________________________________________________
46802 [  6480] By: jhi                                   on 2000/08/01  18:05:28
46803         Log: Make p4desc to skip non-mainperl branches by default.
46804      Branch: perl
46805            ! Porting/p4desc
46806 ____________________________________________________________________________
46807 [  6479] By: jhi                                   on 2000/08/01  17:29:19
46808         Log: If gccosandvers is equal to osname, clear gccosandvers.
46809      Branch: metaconfig/U/perl
46810            ! gccvers.U
46811      Branch: perl
46812            ! Configure config_h.SH
46813 ____________________________________________________________________________
46814 [  6478] By: jhi                                   on 2000/08/01  15:54:08
46815         Log: BOM patching from Simon Cozens.
46816      Branch: perl
46817            ! toke.c
46818 ____________________________________________________________________________
46819 [  6477] By: jhi                                   on 2000/08/01  04:50:33
46820         Log: Stash away the largefiles flags and libswanted.
46821      Branch: perl
46822            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
46823 ____________________________________________________________________________
46824 [  6476] By: gsar                                  on 2000/08/01  04:24:24
46825         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
46826              on Windows)
46827      Branch: perl
46828            ! t/pragma/utf8.t utf8.c win32/win32.c
46829 ____________________________________________________________________________
46830 [  6475] By: jhi                                   on 2000/08/01  03:35:24
46831         Log: Make chr() for values >127 to create utf8 when under utf8.
46832              
46833              Subject: Re: uft8/chr()
46834              From: simon@brecon.co.uk (Simon Cozens)
46835              Date: 1 Aug 2000 02:37:02 GMT
46836              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
46837      Branch: perl
46838            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
46839 ____________________________________________________________________________
46840 [  6474] By: jhi                                   on 2000/08/01  02:36:18
46841         Log: In Digital UNIX warn if gcc explicitly chosen because even
46842              2.95.2 is known to cause problems.
46843      Branch: perl
46844            ! hints/dec_osf.sh
46845 ____________________________________________________________________________
46846 [  6473] By: jhi                                   on 2000/08/01  02:00:56
46847         Log: Make the safety catch for buggy gccs work with triple version
46848              numbers like 2.95.2.  Reported in
46849              
46850              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
46851              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
46852              Date: Mon, 31 Jul 2000 14:55:06 +0200
46853              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
46854      Branch: perl
46855            ! hints/dec_osf.sh
46856 ____________________________________________________________________________
46857 [  6472] By: jhi                                   on 2000/08/01  01:13:33
46858         Log: Subject: fix and question re: waitpid() under win32
46859              From: Brian Clarke <clarke@appliedmeta.com>
46860              Date: Fri, 28 Jul 2000 15:18:29 -0400
46861              Message-ID: <3981DC85.290314EB@appliedmeta.com>
46862              
46863              Slightly reformatted and WNOHANG # define moved to win32.h
46864              so that also POSIX.xs sees it, as suggsted by Sarathy.
46865      Branch: perl
46866            ! win32/win32.c win32/win32.h
46867 ____________________________________________________________________________
46868 [  6471] By: jhi                                   on 2000/08/01  00:55:05
46869         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
46870              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
46871              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
46872              Date: Mon, 31 Jul 2000 13:28:51 +0100
46873              
46874              (aka ID 20000730.002)
46875      Branch: perl
46876            ! op.c t/op/tr.t
46877 ____________________________________________________________________________
46878 [  6470] By: jhi                                   on 2000/07/31  23:34:42
46879         Log: Document the problem with -P in HP-UX and its workaround.
46880              
46881              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
46882              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
46883              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
46884              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
46885      Branch: perl
46886            ! README.hpux
46887 ____________________________________________________________________________
46888 [  6469] By: jhi                                   on 2000/07/31  04:15:02
46889         Log: The swallow_bom() saga continues.  The #23 of require.t
46890              (UTF16-LE) still fails (silently, no output) but the #22
46891              (UTF16-BE) seems to be working now.  The root of the
46892              failure may be in sv_gets(): is it UTF-16LE-aware,
46893              especially when it comes to line endings? 
46894      Branch: perl
46895            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
46896            ! t/comp/require.t toke.c utf8.c
46897 ____________________________________________________________________________
46898 [  6468] By: jhi                                   on 2000/07/30  19:05:48
46899         Log: Find green threads before native threads.
46900              
46901              Subject: Re: Patch to jpl/JNI/Makefile.PL
46902              From: Jens Thomsen <jens@fiend.cis.com>
46903              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
46904              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
46905      Branch: perl
46906            ! jpl/JNI/Makefile.PL
46907 ____________________________________________________________________________
46908 [  6467] By: jhi                                   on 2000/07/30  18:36:22
46909         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
46910      Branch: perl
46911            ! doop.c
46912 ____________________________________________________________________________
46913 [  6466] By: jhi                                   on 2000/07/30  04:37:29
46914         Log: A new version of the "remove UPPERACSE string comparison"
46915              operators.  The problem with the previous one (change #6454)
46916              was that it was for Perl 5.6.0.  From Paul Marquess.
46917      Branch: perl
46918            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
46919            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
46920            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
46921 ____________________________________________________________________________
46922 [  6465] By: jhi                                   on 2000/07/29  22:39:56
46923         Log: Do not upgrade SVs into utf8 just because they participate
46924              in eq or cmp.  Reported and fix suggested in
46925              
46926              Subject: [ID 20000720.009] sv_eq UTF8 bug
46927              From: "Simon Cozens" <simon@othersideofthe.earth.li>
46928              Date: 21 Jul 2000 04:37:29 -0000
46929              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
46930              
46931              Exercise for the kind reader: should we or should we not
46932              cache the utf8 conversion alonside the SV? (as magic,
46933              as thestrxfrm()ed version is cached under use locale)
46934              Argue both for and against.
46935      Branch: perl
46936            ! sv.c
46937 ____________________________________________________________________________
46938 [  6464] By: jhi                                   on 2000/07/29  22:36:22
46939         Log: Subject: UTF8 concat
46940              From: simon@brecon.co.uk (Simon Cozens) 
46941              Date: 30 Jun 2000 06:13:25 GMT
46942              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
46943              
46944              (with a memory leak fixed, plus a few casts added)
46945              
46946              This also seems to help for
46947              
46948              Subject: [ID 20000716.015] join UTF8 weirdness
46949              From: root <root@ak-71.mind.de> 
46950              Date: Sat, 15 Jul 2000 15:29:54 +0200
46951              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
46952              
46953              (from Andreas König)
46954      Branch: perl
46955            ! pp_hot.c
46956 ____________________________________________________________________________
46957 [  6463] By: jhi                                   on 2000/07/29  00:55:39
46958         Log: Tune the comments and hopefully stop a memory leak.
46959      Branch: perl
46960            ! toke.c utf8.c
46961 ____________________________________________________________________________
46962 [  6462] By: jhi                                   on 2000/07/29  00:16:53
46963         Log: The problem described in this
46964              
46965              Subject: [ID 20000322.018] named chars aren't magical enough
46966              From: root <root@dixie.cscaper.com>     
46967              Date: Wed, 22 Mar 2000 18:37:42 -0700
46968              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
46969              
46970              has been fixed in perl 5.6.0 but just in case added a test
46971              to keep it away.  (The report from Joseph Hall.)
46972      Branch: perl
46973            ! t/lib/charnames.t
46974 ____________________________________________________________________________
46975 [  6461] By: jhi                                   on 2000/07/28  23:56:36
46976         Log: Tiny fixes for #6460.
46977      Branch: metaconfig/U/perl
46978            ! gccvers.U
46979      Branch: perl
46980            ! Configure config_h.SH
46981 ____________________________________________________________________________
46982 [  6460] By: jhi                                   on 2000/07/28  23:24:41
46983         Log: Warn if the version of the operating system used to compile gcc
46984              differs from the current version of the operating system.
46985              Also display the gcc compilation os and version in myconfig.
46986              Inspiration from
46987              
46988              Subject: Re: [ID 20000710.003] ERRORS!!         
46989              From: "Kurt D. Starsinic" <kstar@chapin.edu>
46990              Date: Mon, 10 Jul 2000 15:54:16 -0400
46991              Message-ID: <20000710155416.A1384@O2.chapin.edu>
46992      Branch: metaconfig/U/perl
46993            ! gccvers.U
46994      Branch: perl
46995            ! Configure config_h.SH myconfig.SH
46996 ____________________________________________________________________________
46997 [  6459] By: jhi                                   on 2000/07/28  22:00:32
46998         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
46999              letter to $Config{osvers}.
47000      Branch: metaconfig
47001            ! U/modified/Oldconfig.U
47002      Branch: perl
47003            ! Configure config_h.SH
47004 ____________________________________________________________________________
47005 [  6458] By: jhi                                   on 2000/07/28  04:15:39
47006         Log: Back out #6454, doesn't seem to work.
47007              (Reason: that patch was for perl 5.6.0, not perl-current)
47008              (A version of the patch for perl-current came in later as #6466)
47009      Branch: perl
47010            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
47011            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
47012            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
47013 ____________________________________________________________________________
47014 [  6457] By: jhi                                   on 2000/07/27  23:31:49
47015         Log: Use setproctitle() if available to modify $0.
47016              
47017              Subject: setting $* on BSD4 broken
47018              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
47019              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
47020              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
47021      Branch: metaconfig
47022            ! U/modified/Myinit.U
47023      Branch: perl
47024            ! Configure config_h.SH mg.c
47025 ____________________________________________________________________________
47026 [  6456] By: jhi                                   on 2000/07/27  14:50:47
47027         Log: Allow "no AutoLoader;", based on change #6444,
47028              suggested by Graham Barr.
47029      Branch: perl
47030            ! lib/AutoLoader.pm
47031 ____________________________________________________________________________
47032 [  6455] By: jhi                                   on 2000/07/27  14:19:10
47033         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
47034              From: rspier@pobox.com (Robert Spier)
47035              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
47036              Message-ID: <14720.15855.787664.424783@rls.cx>
47037      Branch: perl
47038            ! pod/perldiag.pod
47039 ____________________________________________________________________________
47040 [  6454] By: jhi                                   on 2000/07/27  14:03:02
47041         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
47042              for a long time).
47043              
47044              Reported in
47045              
47046              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
47047              From: Ryan Herbert <rherbert@sycamorehq.com>
47048              Date: Mon, 17 Jul 2000 11:40:42 -0400
47049              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
47050              
47051              Patched in
47052              
47053              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
47054              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
47055              Date: Wed, 26 Jul 2000 23:40:18 +0100
47056              Message-ID: <000001bff752$79511880$0a17073e@tiny>
47057              
47058              based on an earlier patch from Stephen P. Potter.
47059              
47060              (Removed later by change #6458 because this patch was for
47061              perl 5.6.0, not perl-current)
47062      Branch: perl
47063            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
47064            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
47065            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
47066 ____________________________________________________________________________
47067 [  6453] By: jhi                                   on 2000/07/27  13:48:02
47068         Log: Subject: [PATCH] fixes bug 20000508.004
47069              From: Michael Stevens <mstevens@globnix.org>
47070              Date: Thu, 27 Jul 2000 13:49:04 +0100
47071              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
47072      Branch: perl
47073            ! pod/perldata.pod
47074 ____________________________________________________________________________
47075 [  6452] By: jhi                                   on 2000/07/26  23:51:26
47076         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
47077              and Craig A. Berry.
47078      Branch: perl
47079            ! lib/File/Temp.pm pod/perlport.pod
47080 ____________________________________________________________________________
47081 [  6451] By: jhi                                   on 2000/07/26  19:43:30
47082         Log: Be wary of close()s, too.
47083              
47084              Subject: Re: [PATCH] perlbug cleanup
47085              From: Tim Jenness <t.jenness@jach.hawaii.edu>
47086              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
47087              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
47088      Branch: perl
47089            ! utils/perlbug.PL
47090 ____________________________________________________________________________
47091 [  6450] By: jhi                                   on 2000/07/26  18:41:40
47092         Log: Subject: Minor doc patch: handy.h
47093              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
47094              Date: Wed, 26 Jul 2000 15:34:25 -0300
47095              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
47096      Branch: perl
47097            ! handy.h pod/perlapi.pod
47098 ____________________________________________________________________________
47099 [  6449] By: jhi                                   on 2000/07/26  18:23:55
47100         Log: Subject: [PATCH] minor doc change - perlguts
47101              From: Michael Stevens <mstevens@globnix.org>
47102              Date: Thu, 13 Jul 2000 12:39:18 +0100
47103              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
47104      Branch: perl
47105            ! pod/perlguts.pod
47106 ____________________________________________________________________________
47107 [  6448] By: jhi                                   on 2000/07/26  18:20:30
47108         Log: open() wariness in perlbug.
47109              
47110              Subject: [PATCH] perlbug cleanup
47111              From: Michael Stevens <mstevens@globnix.org>
47112              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
47113              Date: Thu, 13 Jul 2000 15:52:23 +0100
47114      Branch: perl
47115            ! utils/perlbug.PL
47116 ____________________________________________________________________________
47117 [  6447] By: jhi                                   on 2000/07/26  18:13:04
47118         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
47119      Branch: perl
47120            ! lib/File/Temp.pm t/lib/ftmp-security.t
47121 ____________________________________________________________________________
47122 [  6446] By: jhi                                   on 2000/07/26  18:06:32
47123         Log: docfix from Peter Scott <Peter@PSDT.com>.
47124      Branch: perl
47125            ! pod/perlfunc.pod
47126 ____________________________________________________________________________
47127 [  6445] By: jhi                                   on 2000/07/26  17:53:31
47128         Log: Fix *foo{FORMAT}.
47129              
47130              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47131              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
47132              Date: Wed, 26 Jul 2000 19:51:02 +0200
47133              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
47134              
47135              From: Graham Barr <gbarr@pobox.com>
47136              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
47137              Date: Wed, 26 Jul 2000 17:38:36 +0100
47138              Message-ID: <20000726173836.L472@pobox.com>
47139      Branch: perl
47140            ! pp.c sv.c t/op/gv.t
47141 ____________________________________________________________________________
47142 [  6444] By: jhi                                   on 2000/07/26  17:49:14
47143         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
47144              from Graham Barr in the module list.
47145      Branch: perl
47146            ! gv.c pod/perlobj.pod
47147 ____________________________________________________________________________
47148 [  6443] By: jhi                                   on 2000/07/26  16:06:56
47149         Log: More split() doc and test patches from Mike Guy.
47150      Branch: perl
47151            ! pod/perlfunc.pod t/op/split.t
47152 ____________________________________________________________________________
47153 [  6442] By: jhi                                   on 2000/07/26  16:05:30
47154         Log: MacOS nits from Matthias Neeracher.
47155      Branch: perl
47156            ! perl.c pp_ctl.c
47157 ____________________________________________________________________________
47158 [  6441] By: jhi                                   on 2000/07/26  04:39:57
47159         Log: Subject: [PATCH] split /^/
47160              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47161              Date: Tue, 25 Jul 2000 14:18:57 +0100
47162              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
47163              
47164              (with notes from tchrist and gbarr)
47165      Branch: perl
47166            ! pod/perlfunc.pod t/op/split.t
47167 ____________________________________________________________________________
47168 [  6440] By: jhi                                   on 2000/07/26  04:32:32
47169         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
47170              From: Peter Prymmer <pvhp@forte.com>
47171              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
47172              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
47173      Branch: perl
47174            ! vms/munchconfig.c
47175 ____________________________________________________________________________
47176 [  6439] By: jhi                                   on 2000/07/26  04:31:01
47177         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
47178              to be fatal errors (instead of by default ignoring them, and
47179              ignoring with a bug: even though -w gave an error, the opening [
47180              was left in)  Reported in:
47181              
47182              Subject: [ID 20000716.024] [=cc=] / [:blank:]
47183              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
47184              Date: Sun, 16 Jul 2000 17:55:29 -0700
47185              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
47186      Branch: perl
47187            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
47188 ____________________________________________________________________________
47189 [  6438] By: jhi                                   on 2000/07/25  15:41:15
47190         Log: Subject: [PATCH] av.c apidoc
47191              From: simon@brecon.co.uk (Simon Cozens)
47192              Date: 24 Jul 2000 06:40:52 GMT
47193              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
47194      Branch: perl
47195            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
47196            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
47197 ____________________________________________________________________________
47198 [  6437] By: jhi                                   on 2000/07/25  14:05:36
47199         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
47200              From: "Stephen P. Potter" <spp@ds.net>
47201              Date: Mon, 24 Jul 2000 14:22:23 -0400
47202              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
47203      Branch: perl
47204            ! pod/perllocale.pod
47205 ____________________________________________________________________________
47206 [  6436] By: jhi                                   on 2000/07/25  14:02:03
47207         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
47208              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47209              Date: Mon, 24 Jul 2000 18:04:28 +0100
47210              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
47211      Branch: perl
47212            ! t/lib/syslfs.t t/op/lfs.t
47213 ____________________________________________________________________________
47214 [  6435] By: jhi                                   on 2000/07/25  13:59:28
47215         Log: Get UTF16 BOMs working.  Patch from
47216              
47217              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
47218              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47219              Date: Tue, 25 Jul 2000 12:52:45 +0100
47220              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
47221              
47222              and notes from
47223              
47224              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
47225              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47226              Date: Tue, 25 Jul 2000 11:43:25 +0100
47227              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
47228      Branch: perl
47229            ! t/comp/require.t toke.c utf8.c
47230 ____________________________________________________________________________
47231 [  6434] By: jhi                                   on 2000/07/25  02:39:54
47232         Log: Make the "uninit variable" warning to say "concat or string"
47233              or "join or string" when in concat or join .
47234              
47235              Subject: Re: [ID 20000403.009] uninitialised concatenation???
47236              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47237              Date: Tue, 04 Apr 2000 18:22:58 +0100
47238              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
47239              
47240              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
47241              From: William R Ward <hermit@BayView.COM>
47242              Date: Thu, 30 Mar 2000 19:50:03 -0800
47243              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
47244      Branch: perl
47245            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
47246            ! t/pragma/warn/op t/pragma/warn/sv
47247 ____________________________________________________________________________
47248 [  6433] By: jhi                                   on 2000/07/24  17:52:56
47249         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
47250      Branch: perl
47251            ! lib/File/Spec/VMS.pm
47252 ____________________________________________________________________________
47253 [  6432] By: jhi                                   on 2000/07/24  17:44:44
47254         Log: Test cases for #6431.
47255              
47256              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
47257              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47258              Date: Mon, 24 Jul 2000 15:32:29 +0100
47259              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
47260      Branch: perl
47261            ! t/op/pat.t t/op/split.t
47262 ____________________________________________________________________________
47263 [  6431] By: jhi                                   on 2000/07/24  17:43:17
47264         Log: Bind op fix.
47265              
47266              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
47267              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47268              Date: Mon, 17 Jul 2000 20:04:56 +0100
47269              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
47270      Branch: perl
47271            ! op.c
47272 ____________________________________________________________________________
47273 [  6430] By: jhi                                   on 2000/07/24  03:42:42
47274         Log: Subject: [ID 20000716.023] syslog test fails without sockets
47275              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
47276              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
47277              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
47278      Branch: metaconfig/U/perl
47279            ! Extensions.U
47280      Branch: perl
47281            ! Configure config_h.SH
47282 ____________________________________________________________________________
47283 [  6429] By: jhi                                   on 2000/07/24  03:11:52
47284         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
47285              case, but add also notes explaining the relationship of this
47286              patch and the earlier notes by Sarathy.
47287              
47288              Subject: Map is still slow
47289              From: "Ben Tilly" <ben_tilly@hotmail.com>
47290              Date: Sat, 15 Jul 2000 17:23:27 EDT
47291              Message-ID: <20000715212327.21656.qmail@hotmail.com>
47292      Branch: perl
47293            ! pp_ctl.c
47294 ____________________________________________________________________________
47295 [  6428] By: jhi                                   on 2000/07/24  02:58:52
47296         Log: Documentation to explain the behaviour of map().
47297              
47298              Subject: Re: Map is still slow 
47299              From: Gurusamy Sarathy <gsar@ActiveState.com>
47300              Date: Sat, 15 Jul 2000 16:05:09 -0700
47301              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
47302      Branch: perl
47303            ! pp_ctl.c
47304 ____________________________________________________________________________
47305 [  6427] By: jhi                                   on 2000/07/24  02:50:03
47306         Log: Add tests for
47307              [ID 19991110.003] another matching finding by pcre author
47308              which has already been fixed by some patch, as verified in
47309              
47310              Subject: Re: two regex bugs from the mists of time (well, last November)
47311              From: Hugo <hv@crypt.compulink.co.uk>
47312              Date: Sat, 22 Jul 2000 18:12:58 +0100
47313              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
47314      Branch: perl
47315            ! t/op/re_tests
47316 ____________________________________________________________________________
47317 [  6426] By: jhi                                   on 2000/07/24  02:11:20
47318         Log: A missing 'break' after the [[:space:]] switch case.
47319              
47320              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
47321              From: "Stephen P. Potter" <spp@ds.net>
47322              Date: Tue, 18 Jul 2000 16:25:17 -0400
47323              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
47324      Branch: perl
47325            ! regcomp.c
47326 ____________________________________________________________________________
47327 [  6425] By: jhi                                   on 2000/07/24  02:06:12
47328         Log: The output might have been produced in the wrong order.
47329              
47330              Subject: [ID 20000720.003] [PATCH] t/op/write.t
47331              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47332              Date: Thu, 20 Jul 2000 18:49:18 +0100
47333              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
47334      Branch: perl
47335            ! t/op/write.t
47336 ____________________________________________________________________________
47337 [  6424] By: jhi                                   on 2000/07/24  02:00:07
47338         Log: Use STDOUT consistently.
47339              
47340              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
47341              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47342              Date: Thu, 20 Jul 2000 18:04:01 +0100
47343              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
47344      Branch: perl
47345            ! lib/Test/Harness.pm
47346 ____________________________________________________________________________
47347 [  6423] By: jhi                                   on 2000/07/24  01:54:54
47348         Log: Protect against "wild next"s, that is, callbacks doing "next"
47349              instead of "return".
47350              
47351              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
47352              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47353              Date: Tue, 18 Jul 2000 11:30:16 +0100
47354              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
47355      Branch: perl
47356            ! lib/File/Find.pm
47357 ____________________________________________________________________________
47358 [  6422] By: jhi                                   on 2000/07/24  01:35:47
47359         Log: Out-of-date note removed.
47360              
47361              Subject: [PATCH] documentation perlipc
47362              From: rspier@pobox.com (Robert Spier)
47363              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
47364              Message-ID: <14711.35178.572612.502654@rls.cx>
47365      Branch: perl
47366            ! pod/perlipc.pod
47367 ____________________________________________________________________________
47368 [  6421] By: jhi                                   on 2000/07/24  00:09:18
47369         Log: Send all installperl messages to STDERR and be -w clean.
47370              
47371              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
47372              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47373              Date: Sat, 22 Jul 2000 14:02:11 +0100
47374              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
47375      Branch: perl
47376            ! installperl
47377 ____________________________________________________________________________
47378 [  6420] By: jhi                                   on 2000/07/24  00:04:19
47379         Log: Decutandpasto.
47380              
47381              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
47382              From: "Richard Soderberg" <rs@crystalflame.net>
47383              Date: Sun, 23 Jul 2000 01:37:23 -0700
47384              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
47385      Branch: perl
47386            ! pod/perlipc.pod
47387 ____________________________________________________________________________
47388 [  6419] By: jhi                                   on 2000/07/24  00:01:12
47389         Log: A cleaner abs_path().
47390              Subject: Re: unix alternative to Cwd.pm
47391              From: Jeff Pinyan <jeffp@crusoe.net>
47392              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
47393              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
47394      Branch: perl
47395            ! lib/Cwd.pm
47396 ____________________________________________________________________________
47397 [  6418] By: jhi                                   on 2000/07/23  23:48:56
47398         Log: Detypo.
47399              
47400              Subject: [PATCH perl-current] Typo in hints/powerux.sh
47401              From: "Richard Soderberg" <rs@crystalflame.net>
47402              Date: Sun, 23 Jul 2000 01:27:33 -0700
47403              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
47404      Branch: perl
47405            ! hints/powerux.sh
47406 ____________________________________________________________________________
47407 [  6417] By: jhi                                   on 2000/07/17  22:13:31
47408         Log: Subject: SDBM_File documentation
47409              From: mjd@plover.com
47410              Date: 16 Jul 2000 17:41:17 -0000
47411              Message-ID: <20000716174117.18515.qmail@plover.com>
47412      Branch: perl
47413            ! ext/SDBM_File/SDBM_File.pm
47414 ____________________________________________________________________________
47415 [  6416] By: jhi                                   on 2000/07/17  19:13:26
47416         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
47417      Branch: perl
47418            ! hints/mpeix.sh mpeix/relink
47419 ____________________________________________________________________________
47420 [  6415] By: jhi                                   on 2000/07/15  14:11:02
47421         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
47422              the utf8 'characters' can be more than one octet).
47423              
47424              Date: Sat, 15 Jul 2000 00:21:56 +0100
47425              From: Tom Hughes <tom@compton.nu>
47426              Subject: Re: [ID 20000714.002]
47427              Message-ID: <db2334de49.tom@compton.compton.nu>
47428              
47429              Reported in
47430              
47431              Subject: [ID 20000714.002]
47432              From: "Simon Cozens" <simon@othersideofthe.earth.li>
47433              Date: 14 Jul 2000 15:13:09 -0000
47434              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
47435      Branch: perl
47436            ! doop.c
47437 ____________________________________________________________________________
47438 [  6414] By: jhi                                   on 2000/07/15  03:13:41
47439         Log: another VMS build tweak from Peter Prymmer
47440      Branch: perl
47441            ! vms/descrip_mms.template
47442 ____________________________________________________________________________
47443 [  6413] By: jhi                                   on 2000/07/15  03:10:40
47444         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
47445      Branch: perl
47446            ! vms/perlvms.pod
47447 ____________________________________________________________________________
47448 [  6412] By: jhi                                   on 2000/07/15  00:31:05
47449         Log: More docs for sv functions.
47450              
47451              Subject: [PATCH cfgperl] sv.c apidoc
47452              From: simon@brecon.co.uk (Simon Cozens)
47453              Date: 13 Jul 2000 09:00:20 GMT
47454              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
47455              
47456              Subject: Re: [PATCH cfgperl] sv.c apidoc
47457              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47458              Date: Thu, 13 Jul 2000 12:27:41 +0100
47459              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
47460              
47461              Subject: Re: [PATCH cfgperl] sv.c apidoc
47462              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47463              Date: Thu, 13 Jul 2000 13:23:09 +0100
47464              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
47465              
47466              Subject: Re: [PATCH cfgperl] sv.c apidoc
47467              From: simon@brecon.co.uk (Simon Cozens)
47468              Date: 14 Jul 2000 06:51:02 GMT
47469              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
47470      Branch: perl
47471            ! embed.pl pod/perlapi.pod sv.c
47472 ____________________________________________________________________________
47473 [  6411] By: jhi                                   on 2000/07/15  00:10:41
47474         Log: lib/b test fixes from Peter Prymmer.
47475      Branch: perl
47476            ! t/lib/b.t
47477 ____________________________________________________________________________
47478 [  6410] By: jhi                                   on 2000/07/15  00:02:09
47479         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
47480              From: Hugo <hv@crypt.compulink.co.uk>
47481              Date: Fri, 14 Jul 2000 23:05:20 +0100
47482              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
47483              
47484              Didn't anymore apply, but that point still could use another fix.
47485      Branch: perl
47486            ! pod/perlfunc.pod
47487 ____________________________________________________________________________
47488 [  6409] By: jhi                                   on 2000/07/14  23:15:15
47489         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
47490              not in pod, from Peter Prymmer
47491      Branch: perl
47492            ! vms/descrip_mms.template
47493 ____________________________________________________________________________
47494 [  6408] By: jhi                                   on 2000/07/14  20:35:05
47495         Log: The bug report
47496              [ID 19991110.002] minimal matching discrepancy found by pcre author
47497              seems to have been fixed (though differently from what was suggested
47498              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
47499      Branch: perl
47500            ! t/op/re_tests
47501 ____________________________________________________________________________
47502 [  6407] By: jhi                                   on 2000/07/14  17:38:08
47503         Log: Fix AutoSplit to use File::Spec the right way in VMS,
47504              from Peter Prymmer.
47505      Branch: perl
47506            ! lib/AutoSplit.pm
47507 ____________________________________________________________________________
47508 [  6406] By: jhi                                   on 2000/07/14  14:13:22
47509         Log: Merge perlhacktut into perlhack, update perlguts.
47510              
47511              Subject: Re: Perlhacktut
47512              From: simon@brecon.co.uk (Simon Cozens)
47513              Date: 14 Jul 2000 06:49:21 GMT
47514              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
47515              
47516              Subject: Re: Perlhacktut
47517              From: simon@brecon.co.uk (Simon Cozens)
47518              Date: 14 Jul 2000 07:09:45 GMT
47519              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
47520      Branch: perl
47521            ! pod/perlguts.pod pod/perlhack.pod
47522 ____________________________________________________________________________
47523 [  6405] By: jhi                                   on 2000/07/14  14:02:31
47524         Log: Integrate with Sarathy.
47525      Branch: cfgperl
47526           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
47527           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
47528           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
47529 ____________________________________________________________________________
47530 [  6404] By: gsar                                  on 2000/07/14  12:15:02
47531         Log: PERL_OBJECT build tweaks
47532      Branch: perl
47533            ! toke.c
47534 ____________________________________________________________________________
47535 [  6403] By: gsar                                  on 2000/07/14  11:23:41
47536         Log: inconsistent types needs casts
47537      Branch: perl
47538            ! toke.c
47539 ____________________________________________________________________________
47540 [  6402] By: gsar                                  on 2000/07/14  11:12:04
47541         Log: typos in change#6399, regen headers
47542      Branch: perl
47543            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
47544 ____________________________________________________________________________
47545 [  6401] By: gsar                                  on 2000/07/14  10:59:12
47546         Log: typecasts needed for change#6394
47547      Branch: perl
47548            ! toke.c
47549 ____________________________________________________________________________
47550 [  6400] By: gsar                                  on 2000/07/14  10:49:37
47551         Log: integrate cfgperl contents into mainline
47552      Branch: perl
47553           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
47554           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
47555 ____________________________________________________________________________
47556 [  6399] By: gsar                                  on 2000/07/14  10:38:35
47557         Log: enable UTF-16 filter by default if relevant BOM is seen; various
47558              cleanups (typos, misformatted code, and small bugs)
47559      Branch: perl
47560            ! doop.c embed.pl mg.c op.c pp.c toke.c
47561 ____________________________________________________________________________
47562 [  6398] By: gsar                                  on 2000/07/14  08:55:38
47563         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
47564              name suggests anyway)
47565      Branch: perl
47566            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
47567 ____________________________________________________________________________
47568 [  6397] By: gsar                                  on 2000/07/14  08:44:33
47569         Log: move new variables to the end of the interpreter structure (for
47570              bincompat in code that doesn't #include XSUB.h)
47571      Branch: perl
47572            ! intrpvar.h
47573 ____________________________________________________________________________
47574 [  6396] By: gsar                                  on 2000/07/14  08:13:58
47575         Log: MakeMaker should not remove editor backups (*~) on `make clean`
47576              by default (completes change#6383)
47577      Branch: perl
47578            ! lib/ExtUtils/MM_Unix.pm
47579 ____________________________________________________________________________
47580 [  6395] By: jhi                                   on 2000/07/14  05:20:33
47581         Log: Replace change #6337 with a better one.
47582              
47583              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
47584              From: Hugo <hv@crypt.compulink.co.uk>
47585              Date: Fri, 14 Jul 2000 04:16:20 +0100
47586              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
47587      Branch: cfgperl
47588            ! regexec.c t/op/re_tests
47589 ____________________________________________________________________________
47590 [  6394] By: jhi                                   on 2000/07/14  01:33:59
47591         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
47592      Branch: cfgperl
47593            ! embed.pl global.sym proto.h toke.c
47594 ____________________________________________________________________________
47595 [  6393] By: jhi                                   on 2000/07/13  23:41:23
47596         Log: remove discarded test
47597      Branch: cfgperl
47598            ! MANIFEST
47599 ____________________________________________________________________________
47600 [  6392] By: jhi                                   on 2000/07/13  23:32:25
47601         Log: The {multiplier} of a fixed substring was overlooked which
47602              caused a wrong initial search offset for that substring.
47603              
47604              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
47605              From: Hugo <hv@crypt.compulink.co.uk>
47606              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
47607              Date: Thu, 13 Jul 2000 19:27:13 +0100
47608      Branch: cfgperl
47609            ! regcomp.c t/op/re_tests
47610 ____________________________________________________________________________
47611 [  6391] By: jhi                                   on 2000/07/13  16:37:42
47612         Log: typo fix from Craig Berry
47613      Branch: cfgperl
47614            ! vms/subconfigure.com
47615 ____________________________________________________________________________
47616 [  6390] By: jhi                                   on 2000/07/13  13:20:12
47617         Log: Integrate with Sarathy.
47618      Branch: cfgperl
47619            - t/op/method2entersub.t
47620           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
47621           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
47622           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
47623           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
47624 ____________________________________________________________________________
47625 [  6389] By: jhi                                   on 2000/07/13  13:18:48
47626         Log: Detypo from Peter Prymmer, part of #6388.
47627      Branch: cfgperl
47628            ! Configure config_h.SH
47629      Branch: metaconfig
47630            ! U/modified/d_longlong.U
47631 ____________________________________________________________________________
47632 [  6388] By: gsar                                  on 2000/07/13  06:33:40
47633         Log: typos (spotted by Peter Prymmer)
47634      Branch: perl
47635            ! Configure t/lib/english.t
47636 ____________________________________________________________________________
47637 [  6387] By: gsar                                  on 2000/07/13  05:35:28
47638         Log: new selfloader.t in change#6183 doesn't close DATA handles,
47639              and thus fails to clean up tmp files on dosish platforms
47640      Branch: perl
47641            ! t/lib/selfloader.t
47642 ____________________________________________________________________________
47643 [  6386] By: gsar                                  on 2000/07/12  21:42:39
47644         Log: sprintf test tweaks (from Dominic Dunlop)
47645      Branch: perl
47646            ! t/op/sprintf.t
47647 ____________________________________________________________________________
47648 [  6385] By: gsar                                  on 2000/07/12  21:33:46
47649         Log: fix bugs in processing %v-*d and similar format specs (from
47650              Avi Finkel <avi@finkel.org>)
47651      Branch: perl
47652            ! sv.c t/op/sprintf.t
47653 ____________________________________________________________________________
47654 [  6384] By: gsar                                  on 2000/07/12  16:04:19
47655         Log: readd missing perldelta.pod changes from changes#6339,6376
47656      Branch: perl
47657            ! pod/perldelta.pod
47658 ____________________________________________________________________________
47659 [  6383] By: gsar                                  on 2000/07/12  16:00:51
47660         Log: don't clobber *.orig files on *clean targets
47661      Branch: perl
47662            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
47663 ____________________________________________________________________________
47664 [  6382] By: gsar                                  on 2000/07/12  07:59:12
47665         Log: fix broken integrations in cfgperl
47666      Branch: cfgperl
47667           !> Changes pod/perldelta.pod
47668 ____________________________________________________________________________
47669 [  6381] By: gsar                                  on 2000/07/12  07:42:17
47670         Log: integrate cfgperl changes into mainline
47671      Branch: perl
47672            ! Changes
47673           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
47674           !> pod/perlre.pod
47675 ____________________________________________________________________________
47676 [  6380] By: gsar                                  on 2000/07/12  07:31:00
47677         Log: get sprintf.t to adjust properly for 3-digit exponents
47678      Branch: perl
47679            ! t/op/sprintf.t
47680 ____________________________________________________________________________
47681 [  6379] By: gsar                                  on 2000/07/12  06:40:04
47682         Log: change#6174 needs corresponding change in win32/config_h.PL,
47683              which grovels through config_h.SH to find the config.h name
47684      Branch: perl
47685            ! win32/config_h.PL
47686 ____________________________________________________________________________
47687 [  6378] By: jhi                                   on 2000/07/12  05:03:59
47688         Log: Do the cc sanity check both before the hints and
47689              after the cc selction.
47690      Branch: cfgperl
47691            ! Configure config_h.SH
47692      Branch: metaconfig
47693            ! U/modified/Oldconfig.U U/modified/cc.U
47694      Branch: metaconfig/U/perl
47695            + Checkcc.U
47696 ____________________________________________________________________________
47697 [  6377] By: jhi                                   on 2000/07/12  02:49:22
47698         Log: Fix nits noticed by Boston.pm.
47699      Branch: cfgperl
47700            ! pod/perlre.pod
47701 ____________________________________________________________________________
47702 [  6376] By: jhi                                   on 2000/07/11  21:22:13
47703         Log: Configure cosmetics and perldelta.
47704      Branch: cfgperl
47705            ! Configure config_h.SH pod/perldelta.pod
47706      Branch: metaconfig
47707            ! U/modified/cc.U
47708 ____________________________________________________________________________
47709 [  6375] By: gsar                                  on 2000/07/11  21:17:35
47710         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
47711      Branch: perl
47712            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
47713            ! win32/win32sck.c
47714 ____________________________________________________________________________
47715 [  6374] By: gsar                                  on 2000/07/11  20:48:50
47716         Log: tweak for build failure under multiplicity
47717      Branch: perl
47718            ! toke.c
47719 ____________________________________________________________________________
47720 [  6373] By: gsar                                  on 2000/07/11  20:37:23
47721         Log: integrate cfgperl changes#6325..6373 into mainline
47722              (NOTE: today's batch of integrations still untested)
47723      Branch: perl
47724           +> ext/DynaLoader/hints/netbsd.pl
47725            ! Changes
47726           !> (integrate 26 files)
47727 ____________________________________________________________________________
47728 [  6372] By: jhi                                   on 2000/07/11  20:30:36
47729         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
47730              regen perltoc.
47731      Branch: cfgperl
47732            + pod/perlbook.pod
47733            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
47734            ! pod/perltoc.pod
47735 ____________________________________________________________________________
47736 [  6371] By: jhi                                   on 2000/07/11  20:08:56
47737         Log: Minor cleanups on the booklist.
47738      Branch: cfgperl
47739            ! pod/perlfaq2.pod
47740 ____________________________________________________________________________
47741 [  6370] By: jhi                                   on 2000/07/11  19:31:13
47742         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
47743      Branch: cfgperl
47744            ! t/pragma/overload.t
47745 ____________________________________________________________________________
47746 [  6369] By: gsar                                  on 2000/07/11  19:27:48
47747         Log: integrate cfgperl changes#6293..6324 into mainline
47748      Branch: perl
47749           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
47750            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
47751           !> (integrate 30 files)
47752 ____________________________________________________________________________
47753 [  6368] By: gsar                                  on 2000/07/11  19:18:57
47754         Log: skip integrate of problematic change#6292 from cfgperl into mainline
47755      Branch: perl
47756           !> pp_hot.c
47757 ____________________________________________________________________________
47758 [  6367] By: gsar                                  on 2000/07/11  19:17:21
47759         Log: integrate cfgperl changes#6288..6290 into mainline
47760      Branch: perl
47761           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
47762 ____________________________________________________________________________
47763 [  6366] By: gsar                                  on 2000/07/11  19:11:18
47764         Log: integrate cfgperl changes#6268..6282 into mainline
47765      Branch: perl
47766           !> (integrate 30 files)
47767 ____________________________________________________________________________
47768 [  6365] By: gsar                                  on 2000/07/11  18:57:00
47769         Log: delete new accidentally branched file
47770      Branch: perl
47771            - t/op/method2entersub.t
47772 ____________________________________________________________________________
47773 [  6364] By: gsar                                  on 2000/07/11  18:55:13
47774         Log: skip integrate of change#6267 from cfgperl into mainline (the
47775              method call optimization is flawed without additional hints
47776              from user about immutableness of @ISA and no runtime method
47777              definitions)
47778      Branch: perl
47779           +> t/op/method2entersub.t
47780           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
47781           !> perl.h t/op/sprintf.t xsutils.c
47782 ____________________________________________________________________________
47783 [  6363] By: gsar                                  on 2000/07/11  18:49:43
47784         Log: integrate cfgperl changes#6261..6266 into mainline
47785      Branch: perl
47786           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
47787           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
47788           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
47789           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
47790 ____________________________________________________________________________
47791 [  6362] By: gsar                                  on 2000/07/11  18:43:26
47792         Log: integrate cfgperl changes#6252..6260 into mainline
47793      Branch: perl
47794           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
47795           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
47796           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
47797           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
47798 ____________________________________________________________________________
47799 [  6361] By: gsar                                  on 2000/07/11  18:37:12
47800         Log: skip integrate of problematic change#6251 from cfgperl into mainline
47801      Branch: perl
47802           !> lib/Exporter.pm
47803 ____________________________________________________________________________
47804 [  6360] By: gsar                                  on 2000/07/11  18:34:56
47805         Log: integrate cfgperl change#6250 into mainline
47806      Branch: perl
47807           +> t/op/my_stash.t
47808           !> MANIFEST embed.pl proto.h toke.c
47809 ____________________________________________________________________________
47810 [  6359] By: gsar                                  on 2000/07/11  18:21:19
47811         Log: integrate cfgperl changes#6242..6249 into mainline
47812      Branch: perl
47813           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
47814           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
47815           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
47816           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
47817           !> t/lib/peek.t utf8.c
47818 ____________________________________________________________________________
47819 [  6358] By: gsar                                  on 2000/07/11  18:15:45
47820         Log: skip integrate of problematic change#6241 from cfgperl into mainline
47821      Branch: perl
47822           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
47823 ____________________________________________________________________________
47824 [  6357] By: jhi                                   on 2000/07/11  18:15:16
47825         Log: Fix for
47826              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
47827              From: Roderick Schertler <roderick@argon.org> 
47828              Date: Tue, 11 Jul 2000 13:55:05 -0400 
47829              Message-Id: <200007111755.NAA05077@jones.argon.org> 
47830      Branch: cfgperl
47831            ! doio.c
47832 ____________________________________________________________________________
47833 [  6356] By: jhi                                   on 2000/07/11  18:12:51
47834         Log: Typo in #6341.
47835      Branch: cfgperl
47836            ! pp_hot.c
47837 ____________________________________________________________________________
47838 [  6355] By: gsar                                  on 2000/07/11  18:12:10
47839         Log: integrate cfgperl changes#6231..6240 into mainline
47840      Branch: perl
47841           +> pod/perlutil.pod
47842           !> (integrate 35 files)
47843 ____________________________________________________________________________
47844 [  6354] By: jhi                                   on 2000/07/11  18:04:34
47845         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
47846              From: Dominic Dunlop <domo@computer.org> 
47847              Date: Tue, 11 Jul 2000 12:27:33 +0200 
47848              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
47849              
47850              Replaces change #6268.
47851      Branch: cfgperl
47852            ! t/op/sprintf.t
47853 ____________________________________________________________________________
47854 [  6353] By: gsar                                  on 2000/07/11  17:59:51
47855         Log: skip integrate of problematic change#6230 from cfgperl into mainline
47856              (a later version of File::Spec is already in mainline)
47857      Branch: perl
47858           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
47859           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
47860 ____________________________________________________________________________
47861 [  6352] By: gsar                                  on 2000/07/11  17:57:48
47862         Log: integrate cfgperl changes#6224..6229 into mainline
47863      Branch: perl
47864           +> lib/lib.pm.PL
47865            - lib/lib.pm
47866           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
47867           !> lib/English.pm op.c t/lib/english.t
47868 ____________________________________________________________________________
47869 [  6351] By: gsar                                  on 2000/07/11  17:50:10
47870         Log: skip integrate of problematic change#6223 from cfgperl into mainline
47871      Branch: perl
47872           !> doio.c
47873 ____________________________________________________________________________
47874 [  6350] By: gsar                                  on 2000/07/11  17:48:28
47875         Log: integrate cfgperl changes#6220..6222 into mainline
47876      Branch: perl
47877           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
47878           !> toke.c utf8.c win32/win32.h
47879 ____________________________________________________________________________
47880 [  6349] By: gsar                                  on 2000/07/11  17:46:13
47881         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
47882              mainline
47883      Branch: perl
47884           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
47885           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
47886           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
47887 ____________________________________________________________________________
47888 [  6348] By: jhi                                   on 2000/07/11  17:45:49
47889         Log: README.posix-bc podified from Thomas Dorner.
47890      Branch: cfgperl
47891            ! README.posix-bc
47892 ____________________________________________________________________________
47893 [  6347] By: gsar                                  on 2000/07/11  17:42:04
47894         Log: integrate cfgperl change#6217 into mainline
47895      Branch: perl
47896           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
47897           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
47898           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
47899 ____________________________________________________________________________
47900 [  6346] By: gsar                                  on 2000/07/11  17:39:37
47901         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
47902              mainline
47903      Branch: perl
47904           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
47905           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
47906           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
47907           !> perlapi.h pod/perlapi.pod
47908 ____________________________________________________________________________
47909 [  6345] By: gsar                                  on 2000/07/11  17:36:42
47910         Log: integrate cfgperl changes#6207..6210 into mainline
47911      Branch: perl
47912           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
47913           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
47914 ____________________________________________________________________________
47915 [  6344] By: gsar                                  on 2000/07/11  17:31:20
47916         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
47917              mainline
47918      Branch: perl
47919           !> (integrate 40 files)
47920 ____________________________________________________________________________
47921 [  6343] By: gsar                                  on 2000/07/11  17:19:08
47922         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
47923      Branch: perl
47924           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
47925            ! Changes
47926           !> (integrate 34 files)
47927 ____________________________________________________________________________
47928 [  6342] By: jhi                                   on 2000/07/11  16:05:48
47929         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
47930              To: perl5-porters@perl.org
47931              From: Karsten Sperling <spiff@phreax.net>
47932              Date: Mon, 10 Jul 2000 15:12:52 +0200
47933              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
47934      Branch: cfgperl
47935            ! lib/Symbol.pm
47936 ____________________________________________________________________________
47937 [  6341] By: jhi                                   on 2000/07/11  15:59:23
47938         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
47939              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47940              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
47941              Date: Fri, 07 Jul 2000 17:57:16 +0100
47942      Branch: cfgperl
47943            ! pp_hot.c
47944 ____________________________________________________________________________
47945 [  6340] By: jhi                                   on 2000/07/11  15:55:47
47946         Log: Subject: Re: format bug report  [Patch]
47947              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47948              Date: Wed, 05 Jul 2000 13:12:52 +0200
47949              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
47950              
47951              Subject: Re: format bug report  [Patch]
47952              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
47953              Date: Wed, 05 Jul 2000 14:10:01 +0200
47954              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
47955      Branch: cfgperl
47956            ! t/op/write.t toke.c
47957 ____________________________________________________________________________
47958 [  6339] By: jhi                                   on 2000/07/11  13:54:09
47959         Log: Be less forgiving about ambiguous and illegal tr ranges.
47960              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
47961              From: Mark-Jason Dominus <mjd@plover.com>
47962              Date: Tue, 04 Jul 2000 10:00:12 -0400
47963              Message-ID: <20000704140012.17772.qmail@plover.com>
47964              
47965              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
47966              From: Mark-Jason Dominus <mjd@plover.com>
47967              Date: Wed, 05 Jul 2000 09:37:36 -0400
47968              Message-ID: <20000705133736.27293.qmail@plover.com>
47969      Branch: cfgperl
47970            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
47971 ____________________________________________________________________________
47972 [  6338] By: jhi                                   on 2000/07/11  13:31:24
47973         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
47974              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
47975              Date: Tue, 11 Jul 2000 13:50:51 +0100
47976              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
47977      Branch: cfgperl
47978            ! sv.c
47979 ____________________________________________________________________________
47980 [  6337] By: jhi                                   on 2000/07/11  13:29:14
47981         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
47982              From: Hugo <hv@crypt.compulink.co.uk>
47983              Date: Tue, 11 Jul 2000 12:44:50 +0100
47984              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
47985      Branch: cfgperl
47986            ! regexec.c t/op/re_tests
47987 ____________________________________________________________________________
47988 [  6336] By: jhi                                   on 2000/07/11  13:26:47
47989         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
47990              From: simon@brecon.co.uk (Simon Cozens)
47991              Date: 7 Jul 2000 11:26:09 GMT
47992              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
47993      Branch: cfgperl
47994            ! mg.c
47995 ____________________________________________________________________________
47996 [  6335] By: jhi                                   on 2000/07/11  13:23:37
47997         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
47998              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
47999              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
48000              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
48001      Branch: cfgperl
48002            + ext/DynaLoader/hints/netbsd.pl
48003            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
48004 ____________________________________________________________________________
48005 [  6334] By: jhi                                   on 2000/07/11  13:20:38
48006         Log: Subject: PATCH perlguts.pod: Document D and d magic types
48007              From: mjd@plover.com
48008              Date: 5 Jul 2000 18:01:51 -0000
48009              Message-ID: <20000705180151.29413.qmail@plover.com>
48010      Branch: cfgperl
48011            ! pod/perlguts.pod
48012 ____________________________________________________________________________
48013 [  6333] By: jhi                                   on 2000/07/11  13:15:51
48014         Log: Precedence goof, fix based on
48015              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
48016              From: Hugo <hv@crypt.compulink.co.uk>
48017              Date: Tue, 11 Jul 2000 12:52:38 +0100
48018              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
48019      Branch: cfgperl
48020            ! t/op/taint.t
48021 ____________________________________________________________________________
48022 [  6332] By: jhi                                   on 2000/07/11  12:40:17
48023         Log: Integrate with Sarathy.
48024      Branch: cfgperl
48025           !> win32/win32sck.c
48026 ____________________________________________________________________________
48027 [  6331] By: jhi                                   on 2000/07/10  20:14:16
48028         Log: Sprinkle ldlibpath.
48029      Branch: cfgperl
48030            ! pod/Makefile.SH
48031 ____________________________________________________________________________
48032 [  6330] By: jhi                                   on 2000/07/10  17:54:49
48033         Log: More POSIX.pod tweaks.
48034      Branch: cfgperl
48035            ! ext/POSIX/POSIX.pod
48036 ____________________________________________________________________________
48037 [  6329] By: jhi                                   on 2000/07/10  14:02:12
48038         Log: Reorder perl.pod once more.
48039      Branch: cfgperl
48040            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48041 ____________________________________________________________________________
48042 [  6328] By: gsar                                  on 2000/07/10  07:06:00
48043         Log: accept() leaks memory on windows due to incorrect ordering of
48044              closesocket() and fclose() calls
48045      Branch: perl
48046            ! win32/win32sck.c
48047 ____________________________________________________________________________
48048 [  6327] By: gsar                                  on 2000/07/10  06:49:17
48049         Log: winsock options weren't being set in all threads under ithreads
48050              (caused send()s from second and subsequent threads to fail)
48051      Branch: perl
48052            ! win32/win32sck.c
48053 ____________________________________________________________________________
48054 [  6326] By: jhi                                   on 2000/07/08  02:45:40
48055         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
48056              was cast to an unsigned (32-bit) integer with wild abandon.
48057      Branch: cfgperl
48058            ! ext/Devel/DProf/DProf.xs
48059 ____________________________________________________________________________
48060 [  6325] By: jhi                                   on 2000/07/07  18:50:33
48061         Log: Remove perlbook, update perlfaq book listing,
48062              rearrange perl.pod, regenerate perltoc.
48063      Branch: cfgperl
48064            - pod/perlbook.pod
48065            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
48066            ! pod/perlfaq2.pod pod/perltoc.pod
48067 ____________________________________________________________________________
48068 [  6324] By: jhi                                   on 2000/07/07  14:03:40
48069         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
48070      Branch: cfgperl
48071            ! sv.h toke.c
48072 ____________________________________________________________________________
48073 [  6323] By: jhi                                   on 2000/07/06  16:03:55
48074         Log: Fix complaints of buildtoc.
48075      Branch: cfgperl
48076            + lib/Win32.pod
48077            - pod/Win32.pod
48078            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
48079 ____________________________________________________________________________
48080 [  6322] By: jhi                                   on 2000/07/06  15:15:52
48081         Log: Add =head1 NAMEs so that buildtoc is happy.
48082              (The CGI::Util nit reported to Lincoln.)
48083      Branch: cfgperl
48084            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
48085            ! pod/perltoc.pod
48086 ____________________________________________________________________________
48087 [  6321] By: jhi                                   on 2000/07/06  03:16:04
48088         Log: Config is being used.
48089      Branch: cfgperl
48090            ! t/op/method.t
48091 ____________________________________________________________________________
48092 [  6320] By: jhi                                   on 2000/07/06  03:13:13
48093         Log: Integrate with Sarathy.
48094      Branch: cfgperl
48095           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
48096 ____________________________________________________________________________
48097 [  6319] By: jhi                                   on 2000/07/06  03:11:46
48098         Log: Autogenerate pod/Makefile and pod/buildtoc.
48099              buildtoc also checks whether the existin pods are
48100              mentioned in MANIFEST and perl.pod, and vice versa.
48101              (None of the thusly found discrepancies fixed yet.)
48102              roffitall also needs to be autogenerated similarly but it
48103              seems so badly out of date that I didn't touch it yet.
48104      Branch: cfgperl
48105            + pod/Makefile.SH pod/buildtoc.PL
48106            - pod/Makefile pod/buildtoc
48107            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
48108 ____________________________________________________________________________
48109 [  6318] By: gsar                                  on 2000/07/05  22:10:54
48110         Log: fix UNC path handling on Windows under ithreads, and chdir()
48111              return value when given a non-existent directory
48112      Branch: perl
48113            ! win32/vdir.h
48114 ____________________________________________________________________________
48115 [  6317] By: gsar                                  on 2000/07/05  22:08:19
48116         Log: winsock cleanup never done on Windows (leads to handle leaks)
48117      Branch: perl
48118            ! win32/perllib.c win32/win32sck.c
48119 ____________________________________________________________________________
48120 [  6316] By: gsar                                  on 2000/07/05  22:06:19
48121         Log: some debugger output does not go to the socket when RemotePort is set
48122      Branch: perl
48123            ! lib/perl5db.pl
48124 ____________________________________________________________________________
48125 [  6315] By: jhi                                   on 2000/07/05  00:25:21
48126         Log: Integrate with Sarathy, preliminary fix for unicos
48127              alignment problems in [ID 20000612.002] Perl problem on Cray system.
48128      Branch: cfgperl
48129            ! sv.h
48130           !> pp_hot.c
48131 ____________________________________________________________________________
48132 [  6314] By: gsar                                  on 2000/07/04  23:34:02
48133         Log: tyop in change#6306
48134      Branch: perl
48135            ! pp_hot.c
48136 ____________________________________________________________________________
48137 [  6313] By: jhi                                   on 2000/07/04  22:14:38
48138         Log: Multiline string literals ENONPORTABLE.
48139      Branch: cfgperl
48140            ! pp_hot.c
48141 ____________________________________________________________________________
48142 [  6312] By: jhi                                   on 2000/07/04  20:34:44
48143         Log: Integrate with Sarathy.
48144      Branch: cfgperl
48145           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
48146           !> t/op/method.t
48147 ____________________________________________________________________________
48148 [  6311] By: jhi                                   on 2000/07/04  20:30:56
48149         Log: More POSIX.pod embellishment.
48150      Branch: cfgperl
48151            ! ext/POSIX/POSIX.pod
48152 ____________________________________________________________________________
48153 [  6310] By: gsar                                  on 2000/07/04  17:28:48
48154         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
48155      Branch: perl
48156            ! t/lib/b.t
48157 ____________________________________________________________________________
48158 [  6309] By: jhi                                   on 2000/07/04  17:22:18
48159         Log: The #6308 required a little bit more.
48160      Branch: cfgperl
48161            ! Makefile.SH win32/Makefile
48162 ____________________________________________________________________________
48163 [  6308] By: jhi                                   on 2000/07/04  16:35:24
48164         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
48165      Branch: cfgperl
48166            + lib/lib_pm.PL
48167            - lib/lib.pm.PL
48168            ! MANIFEST Makefile.SH
48169 ____________________________________________________________________________
48170 [  6307] By: jhi                                   on 2000/07/04  16:28:58
48171         Log: Win32 patches for cfgperl from Sarathy.
48172      Branch: cfgperl
48173            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
48174            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
48175            ! thread.h toke.c util.c win32/Makefile win32/win32.c
48176 ____________________________________________________________________________
48177 [  6306] By: gsar                                  on 2000/07/04  16:28:40
48178         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
48179              (from Richard Soderberg <rs@oregonnet.com>)
48180      Branch: perl
48181            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
48182 ____________________________________________________________________________
48183 [  6305] By: jhi                                   on 2000/07/04  16:24:24
48184         Log: Integrate with Sarathy.
48185      Branch: cfgperl
48186           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
48187           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
48188           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
48189           !> proto.h win32/win32.c
48190 ____________________________________________________________________________
48191 [  6304] By: gsar                                  on 2000/07/04  16:17:24
48192         Log: missing perldiag entry for unpack("w",...) diagnostic (from
48193              Andreas Koenig)
48194      Branch: perl
48195            ! pod/perldiag.pod
48196 ____________________________________________________________________________
48197 [  6303] By: gsar                                  on 2000/07/04  16:14:44
48198         Log: remove rel2abs prototypes (from Barrie Slaymaker)
48199      Branch: perl
48200            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
48201            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
48202 ____________________________________________________________________________
48203 [  6302] By: gsar                                  on 2000/07/04  04:59:35
48204         Log: adjust change#6299
48205      Branch: perl
48206            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
48207            ! win32/win32.c
48208 ____________________________________________________________________________
48209 [  6301] By: jhi                                   on 2000/07/04  04:50:07
48210         Log: Integrate with Sarathy.
48211      Branch: cfgperl
48212           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
48213           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
48214           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
48215 ____________________________________________________________________________
48216 [  6300] By: gsar                                  on 2000/07/04  04:42:09
48217         Log: PERL_OBJECT build tweak
48218      Branch: perl
48219            ! perl.h
48220 ____________________________________________________________________________
48221 [  6299] By: gsar                                  on 2000/07/04  04:37:00
48222         Log: fix memory leak on Windows (PL_sys_intern contents were never
48223              freed)
48224      Branch: perl
48225            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
48226            ! perlapi.c proto.h win32/win32.c
48227 ____________________________________________________________________________
48228 [  6298] By: gsar                                  on 2000/07/04  04:15:59
48229         Log: fix large memory leak that has been around for ever, masked by
48230              -DPURIFY (most of the arenas were never freed!)
48231      Branch: perl
48232            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
48233 ____________________________________________________________________________
48234 [  6297] By: gsar                                  on 2000/07/04  04:07:46
48235         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
48236      Branch: perl
48237            ! perl.c
48238 ____________________________________________________________________________
48239 [  6296] By: jhi                                   on 2000/06/30  18:28:37
48240         Log: Elaborate POSIX.pod.  Still needs work.
48241      Branch: cfgperl
48242            ! ext/POSIX/POSIX.pod
48243 ____________________________________________________________________________
48244 [  6295] By: jhi                                   on 2000/06/30  14:58:18
48245         Log: Point to perlipc for more SysV IPC examples.
48246      Branch: cfgperl
48247            ! pod/perlfunc.pod
48248 ____________________________________________________________________________
48249 [  6294] By: gsar                                  on 2000/06/30  14:47:45
48250         Log: slurp mode fix in change#4736 still not quite right
48251      Branch: perl
48252            ! pp_hot.c t/io/argv.t
48253 ____________________________________________________________________________
48254 [  6293] By: jhi                                   on 2000/06/30  12:02:55
48255         Log: Integrate with Sarathy.
48256      Branch: cfgperl
48257           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
48258 ____________________________________________________________________________
48259 [  6292] By: jhi                                   on 2000/06/30  12:01:11
48260         Log: From: simon@brecon.co.uk (Simon Cozens)
48261              Subject: UTF8 concat
48262              Date: 30 Jun 2000 06:13:25 GMT
48263              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
48264      Branch: cfgperl
48265            ! pp_hot.c
48266 ____________________________________________________________________________
48267 [  6291] By: gsar                                  on 2000/06/30  04:37:33
48268         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
48269              when @_ is modified, causing coredumps
48270      Branch: perl
48271            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
48272 ____________________________________________________________________________
48273 [  6290] By: jhi                                   on 2000/06/30  02:21:44
48274         Log: Integrate with Sarathy.
48275      Branch: cfgperl
48276           !> vms/vms.c vms/vmsish.h
48277 ____________________________________________________________________________
48278 [  6289] By: jhi                                   on 2000/06/30  02:21:02
48279         Log: Check VERSIONs.
48280      Branch: cfgperl
48281            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
48282            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
48283            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
48284 ____________________________________________________________________________
48285 [  6288] By: jhi                                   on 2000/06/30  02:18:52
48286         Log: Integrate with Sarathy.
48287      Branch: cfgperl
48288           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
48289           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
48290           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
48291           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
48292 ____________________________________________________________________________
48293 [  6287] By: gsar                                  on 2000/06/30  02:17:08
48294         Log: integrate vmsperl changes into mainline
48295      Branch: perl
48296           !> vms/vms.c vms/vmsish.h
48297 ____________________________________________________________________________
48298 [  6285] By: gsar                                  on 2000/06/30  02:05:28
48299         Log: localize %INC in a Safe compartment so that use/require work
48300              (many other magic globals probably need similar treatment)
48301      Branch: perl
48302            ! ext/Opcode/Opcode.xs
48303 ____________________________________________________________________________
48304 [  6284] By: gsar                                  on 2000/06/30  01:54:54
48305         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
48306              about Windows
48307      Branch: perl
48308            ! pod/perlembed.pod
48309 ____________________________________________________________________________
48310 [  6283] By: jhi                                   on 2000/06/30  01:50:10
48311         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
48312              From: Barrie Slaymaker <barries@jester.slaysys.com>
48313              Date: Wed, 28 Jun 2000 11:35:29 -0400
48314              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
48315      Branch: perl
48316            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
48317            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
48318            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
48319            ! lib/File/Spec/Win32.pm
48320 ____________________________________________________________________________
48321 [  6282] By: jhi                                   on 2000/06/29  22:57:22
48322         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
48323              From: Dan Sugalski <dan@sidhe.org>
48324              Date: Tue, 06 Jun 2000 11:59:50 -0400
48325              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
48326      Branch: cfgperl
48327            ! vms/vms.c
48328 ____________________________________________________________________________
48329 [  6281] By: jhi                                   on 2000/06/29  22:52:50
48330         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
48331              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48332              Date: Wed, 7 Jun 2000 04:02:04 -0500
48333              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
48334      Branch: cfgperl
48335            ! utils/h2xs.PL
48336 ____________________________________________________________________________
48337 [  6280] By: jhi                                   on 2000/06/29  22:45:47
48338         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
48339              From: rspier@pobox.com (Robert Spier)
48340              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
48341              Message-ID: <14654.31913.845602.610277@rls.cx>
48342      Branch: cfgperl
48343            ! utils/h2xs.PL
48344 ____________________________________________________________________________
48345 [  6279] By: jhi                                   on 2000/06/29  22:38:16
48346         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
48347              From: Tim Ayers <tayers@bridge.com>
48348              Date: Thu, 08 Jun 2000 08:11:06 +0200
48349              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
48350              [resent by Richard Foley, Message-Id probably wrong]
48351      Branch: cfgperl
48352            ! pod/perlsub.pod
48353 ____________________________________________________________________________
48354 [  6278] By: jhi                                   on 2000/06/29  22:21:45
48355         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
48356              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
48357              Date: Fri, 09 Jun 2000 12:39:27 -0400
48358              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
48359              (plus update the version "number" of Text::Wrap)
48360      Branch: cfgperl
48361            ! lib/Text/Wrap.pm
48362 ____________________________________________________________________________
48363 [  6277] By: jhi                                   on 2000/06/29  22:13:10
48364         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
48365              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48366              Date: Mon, 12 Jun 2000 14:55:59 +0100
48367              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
48368      Branch: cfgperl
48369            ! pod/perlfunc.pod
48370 ____________________________________________________________________________
48371 [  6276] By: jhi                                   on 2000/06/29  22:11:06
48372         Log: Subject: [PATCH] Re: eval documentation: context
48373              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
48374              Date: Mon, 12 Jun 2000 15:07:29 +0100
48375              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
48376      Branch: cfgperl
48377            ! pod/perlfunc.pod
48378 ____________________________________________________________________________
48379 [  6275] By: jhi                                   on 2000/06/29  21:59:46
48380         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
48381              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
48382              Date: Tue, 13 Jun 2000 02:43:48 -0500
48383              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
48384      Branch: cfgperl
48385            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
48386 ____________________________________________________________________________
48387 [  6274] By: jhi                                   on 2000/06/29  21:56:14
48388         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
48389              From: Andy Dougherty <doughera@lafayette.edu>
48390              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
48391              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
48392      Branch: cfgperl
48393            ! ext/File/Glob/Glob.pm
48394 ____________________________________________________________________________
48395 [  6273] By: jhi                                   on 2000/06/29  21:49:09
48396         Log: Subject: [PATCH] xsub attributes
48397              From: Doug MacEachern <dougm@covalent.net>
48398              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
48399              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
48400      Branch: cfgperl
48401            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
48402            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
48403 ____________________________________________________________________________
48404 [  6272] By: jhi                                   on 2000/06/29  21:41:28
48405         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
48406              From: Tom Phoenix <rootbeer@redcat.com>
48407              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
48408              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
48409      Branch: cfgperl
48410            ! lib/Net/Ping.pm
48411 ____________________________________________________________________________
48412 [  6271] By: jhi                                   on 2000/06/29  21:36:55
48413         Log: Subject: PATCH pod/perltie.pod
48414              From: Ian Phillipps <Ian.Phillipps@iname.com>
48415              Date: Fri, 16 Jun 2000 00:17:19 +0100
48416              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
48417              (only the first hunk, the second hunk had already been done
48418              by some other patch)
48419      Branch: cfgperl
48420            ! pod/perltie.pod
48421 ____________________________________________________________________________
48422 [  6270] By: jhi                                   on 2000/06/29  21:24:51
48423         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
48424              From: Nicholas Clark <nick@talking.bollo.cx>
48425              Date: Fri, 23 Jun 2000 16:21:15 +0100
48426              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
48427      Branch: cfgperl
48428            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
48429            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
48430 ____________________________________________________________________________
48431 [  6269] By: jhi                                   on 2000/06/29  19:38:15
48432         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
48433              silence few compiler warnings.
48434      Branch: cfgperl
48435            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
48436 ____________________________________________________________________________
48437 [  6268] By: jhi                                   on 2000/06/29  18:21:50
48438         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
48439              From: Dominic Dunlop <domo@computer.org> 
48440              Date: Thu, 29 Jun 2000 12:32:39 +0200 
48441              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
48442      Branch: cfgperl
48443            ! t/op/sprintf.t
48444 ____________________________________________________________________________
48445 [  6267] By: jhi                                   on 2000/06/29  18:16:07
48446         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
48447              From: Doug MacEachern <dougm@covalent.net>
48448              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
48449              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
48450      Branch: cfgperl
48451            + t/op/method2entersub.t
48452            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
48453            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
48454            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
48455            ! xsutils.c
48456 ____________________________________________________________________________
48457 [  6266] By: jhi                                   on 2000/06/29  15:11:15
48458         Log: Subject: [PATCH 5.6.0] cygwin port
48459              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
48460              From: "Fifer, Eric" <EFifer@sanwaint.com>
48461              Date: Thu, 29 Jun 2000 12:58:29 +0100
48462      Branch: cfgperl
48463            ! cygwin/Makefile.SHs
48464 ____________________________________________________________________________
48465 [  6265] By: jhi                                   on 2000/06/29  15:04:05
48466         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
48467              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48468              Date: Wed, 28 Jun 2000 17:50:12 -0700
48469              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
48470      Branch: cfgperl
48471            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
48472 ____________________________________________________________________________
48473 [  6264] By: jhi                                   on 2000/06/29  15:00:57
48474         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
48475              From: Marty Lucich <marty@netcom.com>
48476              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
48477              Message-Id: <200006282116.OAA11148@netcom.com>
48478              ccdlflags update (the BSD/OS 4.1 part had already been taken
48479              care of by #6141).
48480      Branch: cfgperl
48481            ! hints/bsdos.sh
48482 ____________________________________________________________________________
48483 [  6263] By: jhi                                   on 2000/06/29  13:47:44
48484         Log: tr fixes from Simon Cozens
48485      Branch: cfgperl
48486            ! doop.c
48487 ____________________________________________________________________________
48488 [  6262] By: jhi                                   on 2000/06/28  18:46:01
48489         Log: Subject: 5.6.0 Patch for EPOC
48490              From: Olaf Flebbe <o.flebbe@gmx.de>
48491              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
48492              Message-ID: <23449.960929969@www11.gmx.net>
48493      Branch: cfgperl
48494            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
48495            ! epoc/epocish.h
48496 ____________________________________________________________________________
48497 [  6261] By: jhi                                   on 2000/06/28  18:29:07
48498         Log: Subject: Re: [PATCH cfgperl] BOMs away!
48499              From: simon@brecon.co.uk (Simon Cozens)
48500              Date: 17 Jun 2000 11:49:57 GMT
48501              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
48502      Branch: cfgperl
48503            ! pod/perldiag.pod t/comp/require.t toke.c
48504 ____________________________________________________________________________
48505 [  6260] By: jhi                                   on 2000/06/28  17:47:16
48506         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
48507              From: simon@brecon.co.uk (Simon Cozens) 
48508              Date: 17 Jun 2000 11:56:44 GMT 
48509              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
48510              pack U0, pack C0
48511      Branch: cfgperl
48512            ! pod/perlfunc.pod pp.c t/op/pack.t
48513 ____________________________________________________________________________
48514 [  6259] By: jhi                                   on 2000/06/28  16:43:17
48515         Log: perlnewmod was missing from MANIFEST.
48516      Branch: cfgperl
48517            ! MANIFEST
48518 ____________________________________________________________________________
48519 [  6258] By: jhi                                   on 2000/06/28  15:54:30
48520         Log: linenumber tweak
48521      Branch: cfgperl
48522            ! t/pragma/warn/regcomp
48523 ____________________________________________________________________________
48524 [  6257] By: jhi                                   on 2000/06/28  15:50:44
48525         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
48526              From: Doug MacEachern <dougm@covalent.net>
48527              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
48528              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
48529              (one part of the patch had been applied earlier)
48530      Branch: cfgperl
48531            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
48532 ____________________________________________________________________________
48533 [  6256] By: jhi                                   on 2000/06/28  15:40:22
48534         Log: tweaks from Simon Cozens to further fix tr/// under utf8
48535      Branch: cfgperl
48536            ! doop.c
48537 ____________________________________________________________________________
48538 [  6255] By: jhi                                   on 2000/06/28  15:33:45
48539         Log: small thinko tweaks
48540      Branch: cfgperl
48541            ! lib/IPC/Open3.pm t/op/my_stash.t
48542 ____________________________________________________________________________
48543 [  6254] By: jhi                                   on 2000/06/28  15:33:25
48544         Log: Subject: tr///, help wanted.
48545              From: simon@brecon.co.uk (Simon Cozens)
48546              Date: 28 Jun 2000 11:29:04 GMT
48547              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
48548      Branch: cfgperl
48549            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
48550            ! pp_proto.h proto.h t/op/tr.t
48551 ____________________________________________________________________________
48552 [  6253] By: jhi                                   on 2000/06/28  15:09:17
48553         Log: Paranoia tweak on #6249.
48554              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
48555              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
48556              Date: Sun, 25 Jun 2000 23:43:12 -0400
48557              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
48558      Branch: cfgperl
48559            ! lib/IPC/Open3.pm
48560 ____________________________________________________________________________
48561 [  6252] By: jhi                                   on 2000/06/28  15:01:38
48562         Log: Document #6249 and #6251.
48563      Branch: cfgperl
48564            ! lib/Exporter.pm lib/IPC/Open3.pm
48565 ____________________________________________________________________________
48566 [  6251] By: jhi                                   on 2000/06/28  14:50:43
48567         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
48568              From: Doug MacEachern <dougm@covalent.net>
48569              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
48570              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
48571      Branch: cfgperl
48572            ! lib/Exporter.pm
48573 ____________________________________________________________________________
48574 [  6250] By: jhi                                   on 2000/06/28  14:45:23
48575         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
48576              From: Doug MacEachern <dougm@covalent.net>
48577              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
48578              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
48579      Branch: cfgperl
48580            + t/op/my_stash.t
48581            ! MANIFEST embed.pl global.sym proto.h toke.c
48582 ____________________________________________________________________________
48583 [  6249] By: jhi                                   on 2000/06/28  14:36:34
48584         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
48585              From: Frank Tobin <ftobin@uiuc.edu>
48586              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
48587              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
48588      Branch: cfgperl
48589            ! lib/IPC/Open3.pm
48590 ____________________________________________________________________________
48591 [  6248] By: jhi                                   on 2000/06/28  14:11:25
48592         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
48593              From: Mark-Jason Dominus <mjd@plover.com>
48594              Date: Tue, 27 Jun 2000 22:36:42 -0400
48595              Message-ID: <20000628023642.12166.qmail@plover.com>
48596      Branch: cfgperl
48597            ! pod/perlfunc.pod
48598 ____________________________________________________________________________
48599 [  6247] By: jhi                                   on 2000/06/27  12:46:37
48600         Log: Tweak $VERSION, patch from Doug MacEachern.
48601      Branch: cfgperl
48602            ! lib/File/Spec.pm
48603 ____________________________________________________________________________
48604 [  6246] By: jhi                                   on 2000/06/27  03:34:46
48605         Log: Allow for standalone testing.
48606      Branch: cfgperl
48607            ! t/lib/filefunc.t t/lib/filespec.t
48608 ____________________________________________________________________________
48609 [  6245] By: jhi                                   on 2000/06/27  02:50:02
48610         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
48611              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
48612              Date: Sat, 24 Jun 2000 13:06:20 +0100
48613              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
48614      Branch: cfgperl
48615            ! ext/DynaLoader/DynaLoader_pm.PL
48616 ____________________________________________________________________________
48617 [  6244] By: jhi                                   on 2000/06/27  02:46:10
48618         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
48619              From: Doug MacEachern <dougm@covalent.net>
48620              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
48621              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
48622      Branch: cfgperl
48623            ! gv.c sv.c t/lib/peek.t
48624 ____________________________________________________________________________
48625 [  6243] By: jhi                                   on 2000/06/27  02:38:07
48626         Log: Subject: [PATCH] is_utf8_string
48627              From: simon@brecon.co.uk (Simon Cozens)
48628              Date: 26 Jun 2000 02:25:59 GMT
48629              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
48630      Branch: cfgperl
48631            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
48632            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
48633            ! proto.h utf8.c
48634 ____________________________________________________________________________
48635 [  6242] By: jhi                                   on 2000/06/27  02:24:00
48636         Log: Subject: [PATCH] bytes<->utf8 fixes
48637              From: simon@brecon.co.uk (Simon Cozens)
48638              Date: 26 Jun 2000 04:55:45 GMT
48639              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
48640      Branch: cfgperl
48641            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
48642 ____________________________________________________________________________
48643 [  6241] By: jhi                                   on 2000/06/27  02:12:42
48644         Log: Do no -warn on \_, only on \alpha.
48645              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
48646              From: David Dyck <dcd@tc.fluke.com>
48647              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
48648              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
48649      Branch: cfgperl
48650            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
48651 ____________________________________________________________________________
48652 [  6240] By: jhi                                   on 2000/06/27  02:00:01
48653         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
48654              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
48655              Date: Mon, 26 Jun 2000 18:40:14 +0100
48656              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
48657      Branch: cfgperl
48658            ! utils/h2xs.PL
48659 ____________________________________________________________________________
48660 [  6239] By: jhi                                   on 2000/06/27  01:53:40
48661         Log: Configure maintenance.  Sever some dependency cycles,
48662              separate gccversion from the cc unit,
48663              address [ID 20000623.006] Configure script patch for using gcc on AIX
48664              (but solve it a little bit differently),
48665              unduplex some accidentally duplicated units,
48666              suggest using gcc if no cc available
48667              (p5p thread: "Solaris configure: counterproposal", 1999-09)
48668      Branch: cfgperl
48669            ! Configure Todo-5.6 config_h.SH
48670      Branch: metaconfig
48671            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
48672            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
48673      Branch: metaconfig/U/perl
48674            + gccvers.U
48675            ! d_getespwnam.U d_getprpwnam.U i_prot.U
48676 ____________________________________________________________________________
48677 [  6238] By: jhi                                   on 2000/06/25  18:04:56
48678         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
48679              From: Dan Sugalski <dan@sidhe.org>
48680              Date: Fri, 23 Jun 2000 17:00:00 -0400
48681              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
48682      Branch: cfgperl
48683            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
48684 ____________________________________________________________________________
48685 [  6237] By: jhi                                   on 2000/06/25  16:36:45
48686         Log: Tweak embed.pl, regen headers.
48687      Branch: cfgperl
48688            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
48689            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
48690            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
48691            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
48692            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
48693 ____________________________________________________________________________
48694 [  6236] By: jhi                                   on 2000/06/25  15:26:42
48695         Log: Regen headers.
48696      Branch: cfgperl
48697            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
48698            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
48699            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
48700            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
48701            ! regnodes.h warnings.h
48702 ____________________________________________________________________________
48703 [  6235] By: jhi                                   on 2000/06/23  19:39:35
48704         Log: The thread begun by
48705              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
48706              From: Kevin.Ruscoe@ubsw.com
48707              Date: Fri, 16 Jun 2000 16:38:51 +0100
48708              Message-Id: <H000019b03c300d6@MHS>
48709      Branch: cfgperl
48710            ! hints/solaris_2.sh
48711 ____________________________________________________________________________
48712 [  6234] By: jhi                                   on 2000/06/23  19:23:36
48713         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
48714              because when run as services (Win32ese for daemons)
48715              no environment variables are set and tmpdir ends up as /tmp,
48716              which is ambiguous.
48717              
48718              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
48719              From: matt@sergeant.org
48720              Date: 16 Jun 2000 16:30:43 -0000
48721              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
48722      Branch: cfgperl
48723            ! lib/File/Spec/Win32.pm
48724 ____________________________________________________________________________
48725 [  6233] By: jhi                                   on 2000/06/23  19:18:58
48726         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
48727              From: Mark-Jason Dominus <mjd@plover.com>
48728              Date: Fri, 16 Jun 2000 20:53:04 -0400
48729              Message-ID: <20000617005304.8008.qmail@plover.com>
48730      Branch: cfgperl
48731            ! op.h
48732 ____________________________________________________________________________
48733 [  6232] By: jhi                                   on 2000/06/23  16:10:02
48734         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
48735              From: simon@brecon.co.uk (Simon Cozens)
48736              Date: 19 Jun 2000 15:18:27 GMT
48737              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
48738              
48739              plus update pod/Makefile and regenerate perltoc
48740      Branch: cfgperl
48741            + pod/perlutil.pod
48742            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
48743 ____________________________________________________________________________
48744 [  6231] By: jhi                                   on 2000/06/23  15:19:18
48745         Log: Subject: [PATCH 5.6.0] cygwin port
48746              From: "Fifer, Eric" <EFifer@sanwaint.com>
48747              Date: Tue, 20 Jun 2000 14:30:58 +0100
48748              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
48749      Branch: cfgperl
48750            ! README.cygwin lib/File/Find.pm
48751 ____________________________________________________________________________
48752 [  6230] By: jhi                                   on 2000/06/23  14:25:21
48753         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
48754      Branch: cfgperl
48755            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
48756            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
48757            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
48758            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
48759 ____________________________________________________________________________
48760 [  6229] By: jhi                                   on 2000/06/23  14:13:34
48761         Log: Subject: README.hpux version 0.6.1
48762              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
48763              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
48764              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
48765      Branch: cfgperl
48766            ! README.hpux
48767 ____________________________________________________________________________
48768 [  6228] By: jhi                                   on 2000/06/23  14:07:20
48769         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
48770              From: Doug MacEachern <dougm@covalent.net>
48771              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
48772              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
48773      Branch: cfgperl
48774            ! op.c
48775 ____________________________________________________________________________
48776 [  6227] By: jhi                                   on 2000/06/23  14:01:06
48777         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
48778              From: Doug MacEachern <dougm@covalent.net>
48779              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
48780              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
48781      Branch: cfgperl
48782            + lib/lib.pm.PL
48783            - lib/lib.pm
48784            ! MANIFEST Makefile.SH
48785 ____________________________________________________________________________
48786 [  6226] By: jhi                                   on 2000/06/23  13:53:07
48787         Log: Subject: [PATCH] remove forward declarations in Socket.pm
48788              From: Doug MacEachern <dougm@covalent.net>
48789              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
48790              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
48791              
48792              From: Doug MacEachern <dougm@covalent.net>
48793              Subject: Re: [PATCH] remove forward declarations in Socket.pm
48794              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
48795              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
48796      Branch: cfgperl
48797            ! ext/Socket/Socket.pm op.c
48798 ____________________________________________________________________________
48799 [  6225] By: jhi                                   on 2000/06/23  13:41:52
48800         Log: Add source code filenames to apidoc.
48801              From: simon@brecon.co.uk (Simon Cozens)
48802              Subject: [PATCH embed.pl] Source X-ref
48803              Date: 22 Jun 2000 02:18:49 GMT
48804              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
48805      Branch: cfgperl
48806            ! embed.pl
48807 ____________________________________________________________________________
48808 [  6224] By: jhi                                   on 2000/06/23  13:32:33
48809         Log: A way to avoid English.pm performance hit.
48810              From: root <root@jester.slaysys.com>
48811              Subject: [YAPATCH English.pm] My turn to putt again
48812              Date: Thu, 22 Jun 2000 20:33:58 -0400
48813              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
48814      Branch: cfgperl
48815            ! lib/English.pm t/lib/english.t
48816 ____________________________________________________________________________
48817 [  6223] By: jhi                                   on 2000/06/23  13:27:06
48818         Log: Avoid double close().
48819              Subject: [PATCH] avoid double close()
48820              From: Doug MacEachern <dougm@covalent.net>
48821              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
48822              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
48823      Branch: cfgperl
48824            ! doio.c
48825 ____________________________________________________________________________
48826 [  6222] By: jhi                                   on 2000/06/23  13:25:54
48827         Log: doc typo fix
48828              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
48829              From: Ian Phillipps <Ian.Phillipps@iname.com>
48830              Date: Fri, 23 Jun 2000 10:40:58 +0100
48831              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
48832      Branch: cfgperl
48833            ! lib/Pod/Usage.pm
48834 ____________________________________________________________________________
48835 [  6221] By: jhi                                   on 2000/06/23  13:24:15
48836         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
48837              From: simon@brecon.co.uk (Simon Cozens)
48838              Subject: [PATCH] Eliminate tr///[CU][CU]
48839              Date: 23 Jun 2000 11:05:40 GMT
48840              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
48841      Branch: cfgperl
48842            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
48843 ____________________________________________________________________________
48844 [  6220] By: jhi                                   on 2000/06/22  16:07:51
48845         Log: Win32 patches from Benjamin Stuhl.
48846      Branch: cfgperl
48847            ! makedef.pl win32/win32.h
48848 ____________________________________________________________________________
48849 [  6219] By: jhi                                   on 2000/06/22  16:06:34
48850         Log: Bytecode patches from Benjamin Stuhl.
48851      Branch: cfgperl
48852            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
48853            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
48854            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
48855 ____________________________________________________________________________
48856 [  6218] By: jhi                                   on 2000/06/15  23:54:16
48857         Log: Bytecode patches from Benjamin Stuhl.
48858      Branch: cfgperl
48859            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
48860 ____________________________________________________________________________
48861 [  6217] By: jhi                                   on 2000/06/09  13:38:29
48862         Log: Rename the fdpid locking and integrate with Sarathy.
48863      Branch: cfgperl
48864            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
48865            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
48866            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
48867            ! win32/win32.c
48868           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
48869 ____________________________________________________________________________
48870 [  6216] By: gsar                                  on 2000/06/08  14:54:21
48871         Log: be more optimal about clearing @_
48872      Branch: perl
48873            ! cop.h
48874 ____________________________________________________________________________
48875 [  6215] By: gsar                                  on 2000/06/08  14:33:04
48876         Log: tweak comment about @DB::args
48877      Branch: perl
48878            ! av.h pp_ctl.c
48879 ____________________________________________________________________________
48880 [  6214] By: gsar                                  on 2000/06/08  13:57:54
48881         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
48882              caller() wants to populate @DB::args with it (causes a coredump
48883              in Carp::confess())
48884      Branch: perl
48885            ! cop.h t/op/runlevel.t
48886 ____________________________________________________________________________
48887 [  6213] By: gsar                                  on 2000/06/08  07:06:35
48888         Log: back out change#6106 (seems problematic)
48889      Branch: perl
48890            ! hints/solaris_2.sh
48891 ____________________________________________________________________________
48892 [  6212] By: jhi                                   on 2000/06/07  03:10:36
48893         Log: Continuing mopup for #6204.
48894      Branch: cfgperl
48895            ! ext/B/defsubs_h.PL
48896 ____________________________________________________________________________
48897 [  6211] By: jhi                                   on 2000/06/07  02:41:50
48898         Log: Mopup for #6204.
48899              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
48900              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
48901              This is comes from const() where POK isn't on when expected.
48902      Branch: cfgperl
48903            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
48904            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
48905            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
48906            ! perlapi.h pod/perlapi.pod
48907 ____________________________________________________________________________
48908 [  6210] By: jhi                                   on 2000/06/07  01:56:29
48909         Log: Mopup for #6207 and #6209.
48910      Branch: cfgperl
48911            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
48912 ____________________________________________________________________________
48913 [  6209] By: jhi                                   on 2000/06/07  01:33:12
48914         Log: Lock PL_fdpid against race conditions, based on:
48915              Subject: [PATCH 5.6.0]subprocess fixup for threads
48916              From: Dan Sugalski <dan@sidhe.org>
48917              To: perl5-porters@perl.org
48918              Date: Tue, 11 Apr 2000 17:02:32 -0400
48919              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
48920      Branch: cfgperl
48921            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
48922            ! win32/win32.c
48923 ____________________________________________________________________________
48924 [  6208] By: jhi                                   on 2000/06/07  01:05:23
48925         Log: Regen headers for #6207.
48926      Branch: cfgperl
48927            ! embed.h global.sym objXSUB.h proto.h
48928 ____________________________________________________________________________
48929 [  6207] By: jhi                                   on 2000/06/06  23:43:13
48930         Log: Subject: [PATCH 5.6.0] Threadsafe patches
48931              From: Dan Sugalski <dan@sidhe.org>
48932              To: perl5-porters@perl.org
48933              Date: Mon, 08 May 2000 18:08:13 -0400
48934              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
48935      Branch: cfgperl
48936            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
48937            ! proto.h sv.h util.c
48938 ____________________________________________________________________________
48939 [  6206] By: jhi                                   on 2000/06/06  23:21:23
48940         Log: Subject: [PATCH] Eliminate $a/$b in pod
48941              From: David Glasser <me@davidglasser.net>
48942              To: perl5-porters@perl.org
48943              Date: Mon, 29 May 2000 21:15:59 -0400
48944              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
48945      Branch: cfgperl
48946            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
48947            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
48948            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
48949            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
48950            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
48951            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
48952            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
48953            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
48954            ! pod/perlvar.pod pod/perlxs.pod
48955 ____________________________________________________________________________
48956 [  6205] By: jhi                                   on 2000/06/06  23:12:14
48957         Log: Subject: [PATCH] Win32 improvements
48958              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
48959              To: gsar@activestate.com, perl5-porters@perl.org
48960              Date: Mon, 29 May 2000 17:22:24 PDT
48961              Message-ID: <20000530002224.91142.qmail@hotmail.com>
48962              (MUA had mangled many lines by wordwrapping)
48963      Branch: cfgperl
48964            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
48965 ____________________________________________________________________________
48966 [  6204] By: jhi                                   on 2000/06/06  23:01:50
48967         Log: Subject: [PATCH] B::Bytecode patches
48968              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
48969              To: gsar@activestate.com, jhi@iki.fi
48970              Cc: perl5-porters@perl.org
48971              Message-ID: <20000602202526.48694.qmail@hotmail.com>
48972              (MUA had mangled many lines by wordwrapping)
48973      Branch: cfgperl
48974            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
48975            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
48976            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
48977            ! intrpvar.h perl.c
48978 ____________________________________________________________________________
48979 [  6203] By: jhi                                   on 2000/06/06  22:32:43
48980         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
48981              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
48982              Date: Tue, 06 Jun 2000 13:07:45 -0700
48983              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
48984      Branch: cfgperl
48985            ! pod/perldiag.pod
48986 ____________________________________________________________________________
48987 [  6202] By: jhi                                   on 2000/06/06  19:38:35
48988         Log: Integrate with Sarathy.
48989      Branch: cfgperl
48990           !> perl.c
48991 ____________________________________________________________________________
48992 [  6201] By: gsar                                  on 2000/06/06  00:42:59
48993         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
48994              does a PUSHMARK that's never ever POPMARKed; in general, only
48995              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
48996              Perl_eval_[sp]v() don't because they don't take any incoming
48997              arguments (this leak has been around since the original version
48998              of perl_eval_pv() in 5.003_97e)
48999      Branch: perl
49000            ! perl.c
49001 ____________________________________________________________________________
49002 [  6200] By: jhi                                   on 2000/06/04  03:44:52
49003         Log: Update to cperl-mode.el 4.31 from
49004              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
49005              Subject: A couple of notes
49006              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
49007              To: Mailing list Perl5 <perl5-porters@perl.org>
49008              Date: Sat, 3 Jun 2000 23:33:32 -0400
49009              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
49010      Branch: cfgperl
49011            ! emacs/cperl-mode.el
49012 ____________________________________________________________________________
49013 [  6199] By: jhi                                   on 2000/06/03  15:11:05
49014         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
49015              From: Dan Sugalski <dan@sidhe.org>
49016              To: perl5-porters@perl.org, vmsperl@perl.org
49017              Date: Fri, 02 Jun 2000 17:30:51 -0400
49018              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
49019      Branch: cfgperl
49020            ! vms/descrip_mms.template vms/gen_shrfls.pl
49021 ____________________________________________________________________________
49022 [  6198] By: jhi                                   on 2000/06/03  14:59:15
49023         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
49024              From: Dan Sugalski <dan@sidhe.org>
49025              To: vmsperl@perl.org, perl5-porters@perl.org
49026              Date: Fri, 02 Jun 2000 16:00:41 -0400
49027              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
49028              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
49029      Branch: cfgperl
49030            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
49031            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
49032            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
49033 ____________________________________________________________________________
49034 [  6197] By: jhi                                   on 2000/06/03  14:41:30
49035         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
49036              From: John Borwick <jhborwic@unity.ncsu.edu>
49037              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
49038              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
49039      Branch: cfgperl
49040            ! pod/perlsyn.pod
49041 ____________________________________________________________________________
49042 [  6196] By: jhi                                   on 2000/06/03  14:38:09
49043         Log: Integrate with Sarathy.
49044      Branch: cfgperl
49045           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
49046           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
49047           !> vms/perly_c.vms
49048 ____________________________________________________________________________
49049 [  6195] By: gsar                                  on 2000/06/02  22:43:13
49050         Log: fix yet another eval"" leak under USE_ITHREADS
49051      Branch: perl
49052            ! op.c
49053 ____________________________________________________________________________
49054 [  6194] By: gsar                                  on 2000/06/02  18:22:06
49055         Log: fix small eval"" memory leaks under USE_ITHREADS
49056      Branch: perl
49057            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
49058            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
49059            ! vms/perly_c.vms
49060 ____________________________________________________________________________
49061 [  6193] By: jhi                                   on 2000/06/01  13:03:56
49062         Log: Signals-be-gone for microperl.
49063      Branch: cfgperl
49064            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
49065 ____________________________________________________________________________
49066 [  6192] By: jhi                                   on 2000/06/01  12:52:02
49067         Log: Integrate with Sarathy.
49068      Branch: cfgperl
49069           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
49070           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
49071           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
49072           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
49073           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
49074           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
49075           !> t/op/vec.t utils/h2xs.PL
49076 ____________________________________________________________________________
49077 [  6191] By: gsar                                  on 2000/06/01  09:38:21
49078         Log: vec() loses numericalness (modified version of patch suggested
49079              by Robin Barker)
49080      Branch: perl
49081            ! doop.c t/op/vec.t
49082 ____________________________________________________________________________
49083 [  6190] By: gsar                                  on 2000/06/01  09:26:15
49084         Log: submit missing embed.pl change
49085      Branch: perl
49086            ! embed.pl
49087 ____________________________________________________________________________
49088 [  6189] By: gsar                                  on 2000/06/01  09:05:34
49089         Log: counting tr/// corrupts later operation (from M.J.T Guy)
49090      Branch: perl
49091            ! doop.c t/op/tr.t
49092 ____________________________________________________________________________
49093 [  6188] By: gsar                                  on 2000/06/01  08:58:39
49094         Log: h2xs tweaks
49095      Branch: perl
49096            ! utils/h2xs.PL
49097 ____________________________________________________________________________
49098 [  6187] By: gsar                                  on 2000/06/01  08:50:07
49099         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
49100              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
49101      Branch: perl
49102            + lib/Pod/LaTeX.pm
49103            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
49104            ! pod/pod2latex.PL
49105 ____________________________________________________________________________
49106 [  6186] By: gsar                                  on 2000/06/01  08:24:40
49107         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
49108              <wolfgang.laun@alcatel.at>)
49109      Branch: perl
49110            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
49111            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
49112 ____________________________________________________________________________
49113 [  6185] By: gsar                                  on 2000/06/01  08:12:00
49114         Log: remove incorrect documentation about implicit split to @_ in
49115              list context, which never really worked in perl 5 (from
49116              M.J.T. Guy)
49117      Branch: perl
49118            ! pod/perlfunc.pod pod/perltrap.pod
49119 ____________________________________________________________________________
49120 [  6184] By: gsar                                  on 2000/06/01  07:52:27
49121         Log: tweak for change#6127
49122      Branch: perl
49123            ! perl.c
49124 ____________________________________________________________________________
49125 [  6183] By: gsar                                  on 2000/06/01  07:41:02
49126         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
49127              <nick@ccl4.org>)
49128      Branch: perl
49129            + t/lib/selfloader.t
49130            ! MANIFEST lib/SelfLoader.pm
49131 ____________________________________________________________________________
49132 [  6182] By: jhi                                   on 2000/06/01  00:34:42
49133         Log: Be Cleaner Part Deux.
49134      Branch: cfgperl
49135            ! Makefile.SH
49136 ____________________________________________________________________________
49137 [  6181] By: jhi                                   on 2000/06/01  00:32:09
49138         Log: Integrate with Sarathy.
49139      Branch: cfgperl
49140           !> pp.c t/op/arith.t
49141 ____________________________________________________________________________
49142 [  6180] By: jhi                                   on 2000/06/01  00:31:13
49143         Log: microperl nits from Simon Cozens.
49144      Branch: cfgperl
49145            + uconfig.h
49146            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
49147            ! unixish.h
49148 ____________________________________________________________________________
49149 [  6179] By: gsar                                  on 2000/05/31  22:37:51
49150         Log: buggy modulus on UVs introduced by change#3378 (resulted in
49151              4063328477 % 65535 amounting to 27406, instead of 27407)
49152      Branch: perl
49153            ! pp.c t/op/arith.t
49154 ____________________________________________________________________________
49155 [  6178] By: jhi                                   on 2000/05/31  21:52:41
49156         Log: Be cleaner.
49157      Branch: cfgperl
49158            ! Makefile.SH
49159 ____________________________________________________________________________
49160 [  6177] By: jhi                                   on 2000/05/31  21:47:33
49161         Log: Substitution utf8 patch from Simon Cozens.
49162      Branch: cfgperl
49163            ! pp_hot.c
49164 ____________________________________________________________________________
49165 [  6176] By: jhi                                   on 2000/05/31  21:45:34
49166         Log: Single-quoted utf8 patch from Simon Cozens.
49167      Branch: cfgperl
49168            ! toke.c
49169 ____________________________________________________________________________
49170 [  6175] By: jhi                                   on 2000/05/31  21:40:18
49171         Log: Integrate with Sarathy.
49172      Branch: cfgperl
49173           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
49174 ____________________________________________________________________________
49175 [  6174] By: jhi                                   on 2000/05/31  21:37:31
49176         Log: microperl changes from Simon Cozens; Makefile for microperl
49177              written from scratch; few casts added as microperl compilation
49178              doesn't have all prototypes available.
49179      Branch: cfgperl
49180            + Makefile.micro README.micro Todo.micro uconfig.sh
49181            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
49182            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
49183      Branch: metaconfig
49184            + U/modified/Config_h.U
49185 ____________________________________________________________________________
49186 [  6173] By: jhi                                   on 2000/05/31  20:00:24
49187         Log: metaconfig maintenance.
49188      Branch: metaconfig
49189            + U/modified/Inhdr.U U/typedefs/inotype.U
49190      Branch: metaconfig/U/perl
49191            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
49192            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
49193 ____________________________________________________________________________
49194 [  6172] By: gsar                                  on 2000/05/31  05:05:42
49195         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
49196              (from Ilya Zakharevich)
49197      Branch: perl
49198            ! regexec.c t/op/re_tests
49199 ____________________________________________________________________________
49200 [  6171] By: gsar                                  on 2000/05/31  05:01:47
49201         Log: scalar() doesn't force scalar context when used in void context
49202              (from Simon Cozens)
49203      Branch: perl
49204            ! op.c t/op/wantarray.t
49205 ____________________________________________________________________________
49206 [  6170] By: gsar                                  on 2000/05/31  04:41:33
49207         Log: change#6142 needs tweaks to tests to work where there's no symlink()
49208              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
49209      Branch: perl
49210            ! t/lib/filefind.t
49211 ____________________________________________________________________________
49212 [  6169] By: gsar                                  on 2000/05/31  04:29:49
49213         Log: integrate cfgperl contents into mainline
49214      Branch: perl
49215           +> pod/perlmodlib.PL pod/perlnewmod.pod
49216           !> (integrate 42 files)
49217 ____________________________________________________________________________
49218 [  6168] By: jhi                                   on 2000/05/30  22:53:37
49219         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
49220      Branch: cfgperl
49221            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49222            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
49223            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
49224            ! win32/config.bc win32/config.gc win32/config.vc
49225            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49226            ! win32/config_h.PL win32/config_sh.PL
49227      Branch: metaconfig/U/perl
49228            ! perlxv.U
49229 ____________________________________________________________________________
49230 [  6167] By: jhi                                   on 2000/05/30  22:20:21
49231         Log: tweak todo 
49232      Branch: cfgperl
49233            ! Todo-5.6
49234 ____________________________________________________________________________
49235 [  6166] By: jhi                                   on 2000/05/30  22:11:51
49236         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
49237              in case somebody wants to write an extension for more
49238              shadow database interfaces.
49239      Branch: cfgperl
49240            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49241            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
49242            ! vos/config.def vos/config.h vos/config_h.SH_orig
49243            ! win32/config.bc win32/config.gc win32/config.vc
49244            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
49245      Branch: metaconfig
49246            ! U/modified/Myinit.U
49247      Branch: metaconfig/U/perl
49248            + d_getespwnam.U d_getprpwnam.U i_prot.U
49249 ____________________________________________________________________________
49250 [  6165] By: jhi                                   on 2000/05/30  18:35:34
49251         Log: Integrate with Sarathy.
49252      Branch: cfgperl
49253           !> op.c
49254 ____________________________________________________________________________
49255 [  6164] By: jhi                                   on 2000/05/30  18:30:16
49256         Log: detypo
49257      Branch: cfgperl
49258            ! Configure config_h.SH
49259      Branch: metaconfig/U/perl
49260            ! perlxv.U
49261 ____________________________________________________________________________
49262 [  6163] By: gsar                                  on 2000/05/30  03:24:03
49263         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
49264      Branch: perl
49265            ! op.c
49266 ____________________________________________________________________________
49267 [  6162] By: gsar                                  on 2000/05/30  03:09:38
49268         Log: fix memory leak in method call optimization (change#3768);
49269              made C<eval "$x->foo()"> leak
49270      Branch: perl
49271            ! op.c
49272 ____________________________________________________________________________
49273 [  6161] By: jhi                                   on 2000/05/29  17:56:26
49274         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
49275              both from Simon Cozens.
49276      Branch: cfgperl
49277            + pod/perlmodlib.PL pod/perlnewmod.pod
49278            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
49279            ! pod/perlmodlib.pod pod/perltoc.pod
49280 ____________________________________________________________________________
49281 [  6160] By: jhi                                   on 2000/05/29  17:23:55
49282         Log: Changes for the File::Temp 0.08 (change #6159) test suite
49283              to fit better into the Perl distribution test framework.
49284      Branch: cfgperl
49285            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
49286            ! t/lib/ftmp-tempfile.t
49287 ____________________________________________________________________________
49288 [  6159] By: jhi                                   on 2000/05/29  16:55:36
49289         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
49290      Branch: cfgperl
49291            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
49292            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
49293 ____________________________________________________________________________
49294 [  6158] By: bailey                                on 2000/05/29  16:22:08
49295         Log: Add fallback to tmpfile for use in cases where user's relying on
49296              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
49297              Lane's patch)
49298      Branch: vmsperl
49299            ! vms/vms.c vms/vmsish.h
49300 ____________________________________________________________________________
49301 [  6157] By: jhi                                   on 2000/05/29  03:10:36
49302         Log: Regen Configure to jive with #6149.
49303      Branch: cfgperl
49304            ! Configure
49305      Branch: metaconfig
49306            ! U/modified/Getfile.U
49307 ____________________________________________________________________________
49308 [  6156] By: jhi                                   on 2000/05/29  03:01:38
49309         Log: Integrate with Sarathy.
49310      Branch: cfgperl
49311           +> ext/DynaLoader/dl_mac.xs
49312           !> (integrate 38 files)
49313 ____________________________________________________________________________
49314 [  6155] By: gsar                                  on 2000/05/28  21:15:58
49315         Log: small bug in change#6144; remove random \xA0 character that snuck
49316              in via change#6145
49317      Branch: perl
49318            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
49319 ____________________________________________________________________________
49320 [  6154] By: gsar                                  on 2000/05/28  21:04:19
49321         Log: avoid type mismatch warning
49322      Branch: perl
49323            ! perl.c
49324 ____________________________________________________________________________
49325 [  6153] By: gsar                                  on 2000/05/28  20:58:31
49326         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
49327              <nick@Bagpuss.uk.boo.com>)
49328      Branch: perl
49329            ! lib/Test/Harness.pm
49330 ____________________________________________________________________________
49331 [  6152] By: gsar                                  on 2000/05/28  20:53:42
49332         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
49333      Branch: perl
49334            ! regexec.c
49335 ____________________________________________________________________________
49336 [  6151] By: gsar                                  on 2000/05/28  20:50:28
49337         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
49338      Branch: perl
49339            ! regexec.c
49340 ____________________________________________________________________________
49341 [  6150] By: gsar                                  on 2000/05/28  20:39:58
49342         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
49343      Branch: perl
49344            ! pod/perlrequick.pod
49345 ____________________________________________________________________________
49346 [  6149] By: gsar                                  on 2000/05/28  20:35:16
49347         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
49348              <troc@netrus.net>)
49349      Branch: perl
49350            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
49351            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
49352            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
49353            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
49354 ____________________________________________________________________________
49355 [  6148] By: gsar                                  on 2000/05/28  20:21:07
49356         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
49357      Branch: perl
49358            ! lib/ExtUtils/MM_Unix.pm
49359 ____________________________________________________________________________
49360 [  6147] By: gsar                                  on 2000/05/28  20:12:41
49361         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
49362              (from Peter Prymmer)
49363      Branch: perl
49364            ! vms/subconfigure.com
49365 ____________________________________________________________________________
49366 [  6146] By: gsar                                  on 2000/05/28  20:06:15
49367         Log: doc typo
49368      Branch: perl
49369            ! lib/warnings.pm warnings.h warnings.pl
49370 ____________________________________________________________________________
49371 [  6145] By: gsar                                  on 2000/05/28  18:44:33
49372         Log: make xsubpp skip embedded pod (from Matthias Neeracher
49373              <neeri@iis.ee.ethz.ch>)
49374      Branch: perl
49375            ! lib/ExtUtils/xsubpp
49376 ____________________________________________________________________________
49377 [  6144] By: gsar                                  on 2000/05/28  18:42:49
49378         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
49379              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
49380              <neeri@iis.ee.ethz.ch>)
49381      Branch: perl
49382            ! lib/AutoSplit.pm
49383 ____________________________________________________________________________
49384 [  6143] By: gsar                                  on 2000/05/28  18:41:12
49385         Log: MacOS support, part 1 (from Matthias Neeracher
49386              <neeri@iis.ee.ethz.ch>)
49387      Branch: perl
49388            + ext/DynaLoader/dl_mac.xs
49389            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
49390            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
49391            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
49392            ! util.h
49393 ____________________________________________________________________________
49394 [  6142] By: gsar                                  on 2000/05/28  18:21:51
49395         Log: File::Find fails to chdir when chasing symlinks (from
49396              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
49397      Branch: perl
49398            ! lib/File/Find.pm t/lib/filefind.t
49399 ____________________________________________________________________________
49400 [  6141] By: jhi                                   on 2000/05/28  14:25:15
49401         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
49402              forwarded by Peter Seebach from the bsdi-users mailing list.
49403              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
49404      Branch: perl
49405            ! hints/bsdos.sh
49406 ____________________________________________________________________________
49407 [  6140] By: jhi                                   on 2000/05/28  14:11:57
49408         Log: Integrate with Sarathy.
49409      Branch: cfgperl
49410           +> (branch 30 files)
49411           !> (integrate 93 files)
49412 ____________________________________________________________________________
49413 [  6139] By: gsar                                  on 2000/05/28  10:01:48
49414         Log: revise mktables.PL for bugs and newness in Unicode 3.0
49415              (from James Bence <jbence@amgen.com>)
49416      Branch: perl
49417            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
49418            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
49419            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
49420            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
49421            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
49422            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
49423            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
49424            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
49425            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
49426            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
49427            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
49428            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
49429            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
49430            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
49431            + lib/unicode/Is/SylWU.pl
49432            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
49433            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
49434            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
49435            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
49436            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
49437            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
49438            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
49439            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
49440            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
49441            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
49442            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
49443            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
49444            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
49445            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
49446            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
49447            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
49448            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
49449            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
49450            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
49451            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
49452            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
49453            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
49454            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
49455            ! lib/unicode/Makefile lib/unicode/mktables.PL
49456 ____________________________________________________________________________
49457 [  6138] By: gsar                                  on 2000/05/28  08:50:32
49458         Log: add note about the handling of negative indices to tied arrays
49459              (from Michael G Schwern <schwern@pobox.com>)
49460      Branch: perl
49461            ! pod/perltie.pod
49462 ____________________________________________________________________________
49463 [  6137] By: gsar                                  on 2000/05/28  08:46:10
49464         Log: fix bogus redeclaration warning for "our" variables in different
49465              scopes
49466      Branch: perl
49467            ! op.c t/pragma/strict-vars
49468 ____________________________________________________________________________
49469 [  6136] By: gsar                                  on 2000/05/28  08:31:20
49470         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
49471      Branch: perl
49472            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
49473 ____________________________________________________________________________
49474 [  6135] By: gsar                                  on 2000/05/28  08:17:50
49475         Log: enable Test::Harness to dynamically determine column width etc.
49476              (from Rob Napier <rnapier@employees.org>)
49477      Branch: perl
49478            ! lib/Test/Harness.pm
49479 ____________________________________________________________________________
49480 [  6134] By: gsar                                  on 2000/05/28  08:13:39
49481         Log: make Test::Harness use wait.h/WCOREDUMP if available
49482              (from Ben Tilly <ben_tilly@hotmail.com>)
49483      Branch: perl
49484            ! lib/Test/Harness.pm
49485 ____________________________________________________________________________
49486 [  6133] By: gsar                                  on 2000/05/28  08:08:05
49487         Log: elide bogus test in change#6132
49488      Branch: perl
49489            ! t/pragma/warn/9enabled
49490 ____________________________________________________________________________
49491 [  6132] By: gsar                                  on 2000/05/28  08:03:14
49492         Log: warnings::enabled() doesn't fall back to looking at $^W if
49493              caller isn't using lexical warnings (from Paul Marquess)
49494      Branch: perl
49495            ! pp_ctl.c t/pragma/warn/9enabled
49496 ____________________________________________________________________________
49497 [  6131] By: gsar                                  on 2000/05/28  07:57:47
49498         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
49499      Branch: perl
49500            ! ext/POSIX/POSIX.pm
49501 ____________________________________________________________________________
49502 [  6130] By: gsar                                  on 2000/05/28  07:29:12
49503         Log: fix places that mean C<"word" character> but say C<alphanumeric
49504              character>
49505      Branch: perl
49506            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
49507 ____________________________________________________________________________
49508 [  6129] By: gsar                                  on 2000/05/28  07:18:41
49509         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
49510      Branch: perl
49511            ! vms/test.com
49512 ____________________________________________________________________________
49513 [  6128] By: gsar                                  on 2000/05/28  07:12:55
49514         Log: new perlxstut example for passing/returning refs to arrays
49515              (from David Lowe <dlowe@pootpoot.com>)
49516      Branch: perl
49517            ! pod/perlxstut.pod
49518 ____________________________________________________________________________
49519 [  6127] By: gsar                                  on 2000/05/28  07:02:50
49520         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
49521              failed (from Gisle Aas)
49522      Branch: perl
49523            ! cop.h perl.c
49524 ____________________________________________________________________________
49525 [  6126] By: gsar                                  on 2000/05/28  06:39:53
49526         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
49527              (reworked variant of patch suggested by Simon Cozens)
49528      Branch: perl
49529            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
49530            ! pp_hot.c proto.h t/op/gv.t
49531 ____________________________________________________________________________
49532 [  6125] By: gsar                                  on 2000/05/28  05:14:55
49533         Log: enable propagating exception objects via Perl_croak() in XS code
49534              (from Gisle Aas)
49535      Branch: perl
49536            ! util.c
49537 ____________________________________________________________________________
49538 [  6124] By: gsar                                  on 2000/05/28  05:07:28
49539         Log: integrate vmsperl contents into mainline
49540      Branch: perl
49541           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
49542           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
49543           !> vms/vmsish.h
49544 ____________________________________________________________________________
49545 [  6123] By: gsar                                  on 2000/05/28  05:03:53
49546         Log: clarify gotcha with #line directives (from Rocco Caputo
49547              <troc@netrus.net>)
49548      Branch: perl
49549            ! pod/perldebug.pod pod/perlsyn.pod
49550 ____________________________________________________________________________
49551 [  6122] By: gsar                                  on 2000/05/28  04:58:29
49552         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
49553              (from Mark-Jason Dominus)
49554      Branch: perl
49555            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
49556            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
49557            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
49558            ! toke.c
49559 ____________________________________________________________________________
49560 [  6121] By: bailey                                on 2000/05/25  04:46:54
49561         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
49562              lists (based on fixes by Craig Berry)
49563      Branch: vmsperl
49564            ! lib/File/Spec/VMS.pm
49565 ____________________________________________________________________________
49566 [  6120] By: bailey                                on 2000/05/25  04:25:38
49567         Log: Add missing escape (Charles Lane)
49568      Branch: vmsperl
49569            ! t/op/lex_assign.t
49570 ____________________________________________________________________________
49571 [  6119] By: bailey                                on 2000/05/25  04:21:25
49572         Log: Quiet error messages in vmsish.t (Charles Lane)
49573      Branch: vmsperl
49574            ! vms/ext/vmsish.t
49575 ____________________________________________________________________________
49576 [  6118] By: bailey                                on 2000/05/25  04:17:57
49577         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
49578              Flatten case labels in switch statements uniformly (Charles Bailey)
49579      Branch: vmsperl
49580            ! vms/vms.c
49581 ____________________________________________________________________________
49582 [  6117] By: bailey                                on 2000/05/25  03:58:09
49583         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
49584      Branch: vmsperl
49585            ! vms/vmsish.h
49586 ____________________________________________________________________________
49587 [  6116] By: bailey                                on 2000/05/25  03:11:15
49588         Log: Miscellaneous cosmetic fixes (Charles Lane)
49589      Branch: vmsperl
49590            ! lib/ExtUtils/MM_VMS.pm
49591 ____________________________________________________________________________
49592 [  6115] By: bailey                                on 2000/05/25  03:10:36
49593         Log: Add bounds checking for several strings (Charles Lane)
49594      Branch: vmsperl
49595            ! vms/vms.c
49596 ____________________________________________________________________________
49597 [  6114] By: bailey                                on 2000/05/25  02:25:34
49598         Log: Urk -- undo previous removal of vmsish 'exit' change
49599      Branch: vmsperl
49600            ! vms/ext/vmsish.pm vms/vmsish.h
49601 ____________________________________________________________________________
49602 [  6113] By: bailey                                on 2000/05/24  02:24:40
49603         Log: Ugly workaround for version-specific RTL error
49604      Branch: vmsperl
49605            ! vms/vms.c
49606 ____________________________________________________________________________
49607 [  6112] By: bailey                                on 2000/05/24  02:19:55
49608         Log: Check for existence of file before trying to delete
49609      Branch: vmsperl
49610            ! vms/test.com
49611 ____________________________________________________________________________
49612 [  6111] By: bailey                                on 2000/05/23  23:35:13
49613         Log: Resync with mainline prior to post-5.6.0 updates
49614      Branch: vmsperl
49615           +> (branch 49 files)
49616            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
49617            ! vms/ext/vmsish.pm
49618           !> (integrate 334 files)
49619 ____________________________________________________________________________
49620 [  6110] By: jhi                                   on 2000/05/23  19:28:32
49621         Log: todo tweak
49622      Branch: cfgperl
49623            ! Todo-5.6
49624 ____________________________________________________________________________
49625 [  6109] By: jhi                                   on 2000/05/18  17:38:54
49626         Log: Integrate with Sarathy.
49627      Branch: cfgperl
49628           !> mg.c perl.h win32/perlhost.h
49629 ____________________________________________________________________________
49630 [  6108] By: gsar                                  on 2000/05/17  02:24:56
49631         Log: reenable fake signal handling on Windows, bugs and all
49632      Branch: perl
49633            ! mg.c perl.h win32/perlhost.h
49634 ____________________________________________________________________________
49635 [  6107] By: jhi                                   on 2000/05/15  18:01:41
49636         Log: Tweak the todo list.
49637      Branch: cfgperl
49638            ! Todo-5.6
49639 ____________________________________________________________________________
49640 [  6106] By: jhi                                   on 2000/05/15  13:41:48
49641         Log: The (Configure) script refuses to go on, after asking for
49642              'You may also choose to try maximal 64-bitness....'.
49643              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
49644              -- Patrick Zima
49645              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
49646      Branch: cfgperl
49647            ! hints/solaris_2.sh
49648 ____________________________________________________________________________
49649 [  6105] By: jhi                                   on 2000/05/11  14:37:43
49650         Log: Integrate with Sarathy.
49651      Branch: cfgperl
49652           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
49653           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
49654 ____________________________________________________________________________
49655 [  6104] By: gsar                                  on 2000/05/11  03:39:07
49656         Log: PL_sys_intern was being initialized too late on windows
49657      Branch: perl
49658            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
49659            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
49660 ____________________________________________________________________________
49661 [  6103] By: jhi                                   on 2000/05/09  19:42:20
49662         Log: Test tweaking for Unicos continues.
49663      Branch: cfgperl
49664            ! t/op/64bitint.t
49665 ____________________________________________________________________________
49666 [  6102] By: jhi                                   on 2000/05/09  16:47:27
49667         Log: The test suite tweak in #6101 wasn't quite right.
49668      Branch: cfgperl
49669            ! t/lib/complex.t
49670 ____________________________________________________________________________
49671 [  6101] By: jhi                                   on 2000/05/09  15:35:34
49672         Log: Hints and test tweaks for Unicos.
49673      Branch: cfgperl
49674            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
49675 ____________________________________________________________________________
49676 [  6100] By: jhi                                   on 2000/05/08  21:15:06
49677         Log: More compilation tweakery from Allen Smith.
49678      Branch: cfgperl
49679            ! hints/irix_6.sh
49680 ____________________________________________________________________________
49681 [  6099] By: jhi                                   on 2000/05/08  19:21:18
49682         Log: Tweaks for the cc bugs from Allen Smith.
49683      Branch: cfgperl
49684            ! hints/irix_6.sh
49685 ____________________________________________________________________________
49686 [  6098] By: jhi                                   on 2000/05/08  19:13:37
49687         Log: Add a note about other, yet unsupported, shadow password APIs.
49688      Branch: cfgperl
49689            ! pp_sys.c
49690 ____________________________________________________________________________
49691 [  6097] By: jhi                                   on 2000/05/08  18:46:34
49692         Log: Add a note about possible compilation problems from Allen Smith.
49693      Branch: cfgperl
49694            ! hints/irix_6.sh
49695 ____________________________________________________________________________
49696 [  6096] By: jhi                                   on 2000/05/08  17:33:10
49697         Log: Integrate with Sarathy.
49698      Branch: cfgperl
49699           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
49700           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
49701 ____________________________________________________________________________
49702 [  6095] By: jhi                                   on 2000/05/08  16:21:33
49703         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
49704              might be useful in future.
49705      Branch: cfgperl
49706            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49707            ! config_h.SH
49708      Branch: metaconfig
49709            ! U/installdirs/inc_version_list.U
49710      Branch: metaconfig/U/perl
49711            ! perlxv.U
49712 ____________________________________________________________________________
49713 [  6094] By: gsar                                  on 2000/05/08  14:22:22
49714         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
49715      Branch: perl
49716            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
49717            ! hints/cygwin.sh pp_sys.c
49718 ____________________________________________________________________________
49719 [  6093] By: gsar                                  on 2000/05/08  12:52:28
49720         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
49721              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
49722      Branch: perl
49723            ! pp_sys.c sv.c win32/perlhost.h
49724 ____________________________________________________________________________
49725 [  6092] By: jhi                                   on 2000/05/07  22:40:34
49726         Log: Regen perltoc with the fixed buildtoc.
49727      Branch: cfgperl
49728            ! pod/perltoc.pod
49729 ____________________________________________________________________________
49730 [  6091] By: jhi                                   on 2000/05/07  22:24:16
49731         Log: Integrate with Sarathy.
49732      Branch: cfgperl
49733           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
49734           !> t/op/substr.t toke.c
49735 ____________________________________________________________________________
49736 [  6090] By: gsar                                  on 2000/05/07  19:47:07
49737         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
49738              [NI]OK; added tests for both
49739      Branch: perl
49740            ! perl.c pp_hot.c sv.c t/op/substr.t
49741 ____________________________________________________________________________
49742 [  6089] By: gsar                                  on 2000/05/07  18:18:38
49743         Log: buildtoc tweak to fix newline lossage
49744      Branch: perl
49745            ! pod/buildtoc
49746 ____________________________________________________________________________
49747 [  6088] By: jhi                                   on 2000/05/07  16:35:36
49748         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
49749              because we do not use those.  The HAS_GETSPNAM remains,
49750              though, because we still do use that.
49751      Branch: cfgperl
49752            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
49753            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
49754            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
49755            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
49756            ! win32/config.vc win32/config_H.bc win32/config_H.gc
49757            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
49758 ____________________________________________________________________________
49759 [  6087] By: gsar                                  on 2000/05/07  16:05:16
49760         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
49761      Branch: perl
49762            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
49763 ____________________________________________________________________________
49764 [  6086] By: jhi                                   on 2000/05/07  15:27:07
49765         Log: Integrate with Sarathy.
49766      Branch: cfgperl
49767           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
49768           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
49769           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
49770           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
49771           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
49772           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
49773 ____________________________________________________________________________
49774 [  6085] By: gsar                                  on 2000/05/07  05:52:02
49775         Log: repeat operator (x) doesn't preserve utf8-ness
49776      Branch: perl
49777            ! pp.c t/op/substr.t
49778 ____________________________________________________________________________
49779 [  6084] By: gsar                                  on 2000/05/07  05:39:55
49780         Log: substr() does not preserve utf8-ness (from Stefan Eissing
49781              <Eissing@medicaldataservice.de>); added tests
49782      Branch: perl
49783            ! pp.c t/op/substr.t
49784 ____________________________________________________________________________
49785 [  6083] By: gsar                                  on 2000/05/07  05:24:46
49786         Log: note about undocumented caller() return value (from M.J.T. Guy);
49787              yet another peek.t tweak
49788      Branch: perl
49789            ! pod/perlfunc.pod t/lib/peek.t
49790 ____________________________________________________________________________
49791 [  6082] By: gsar                                  on 2000/05/07  05:08:40
49792         Log: peek.t non-portable to ithreads
49793      Branch: perl
49794            ! t/lib/peek.t
49795 ____________________________________________________________________________
49796 [  6081] By: gsar                                  on 2000/05/07  04:17:04
49797         Log: better default perlbug categories for ok reports (from Richard Foley)
49798      Branch: perl
49799            ! utils/perlbug.PL
49800 ____________________________________________________________________________
49801 [  6080] By: gsar                                  on 2000/05/07  04:08:07
49802         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
49803              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
49804      Branch: perl
49805            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
49806            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
49807            ! AUTHORS MAINTAIN MANIFEST
49808 ____________________________________________________________________________
49809 [  6079] By: gsar                                  on 2000/05/07  04:01:38
49810         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
49811      Branch: perl
49812            ! lib/Carp/Heavy.pm
49813 ____________________________________________________________________________
49814 [  6078] By: gsar                                  on 2000/05/07  01:24:19
49815         Log: workaround for CRT bug in chdir() (from Charles Lane, via
49816              Peter Prymmer)
49817      Branch: perl
49818            ! iperlsys.h vms/vms.c vms/vmsish.h
49819 ____________________________________________________________________________
49820 [  6077] By: gsar                                  on 2000/05/07  01:22:23
49821         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
49822              and Tom Phoenix)
49823      Branch: perl
49824            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
49825 ____________________________________________________________________________
49826 [  6076] By: gsar                                  on 2000/05/06  17:36:29
49827         Log: integrate cfgperl contents into mainline
49828      Branch: perl
49829           +> t/lib/peek.t
49830           !> Configure MANIFEST Porting/Glossary Porting/config.sh
49831           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
49832           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
49833           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
49834 ____________________________________________________________________________
49835 [  6075] By: jhi                                   on 2000/05/05  18:56:10
49836         Log: Make the test more portable.
49837      Branch: cfgperl
49838            ! t/lib/peek.t
49839 ____________________________________________________________________________
49840 [  6074] By: jhi                                   on 2000/05/05  18:49:20
49841         Log: Introduce t/lib/peek.t.
49842      Branch: cfgperl
49843            + t/lib/peek.t
49844            ! MANIFEST
49845 ____________________________________________________________________________
49846 [  6073] By: jhi                                   on 2000/05/05  14:30:45
49847         Log: Complex tweaks.
49848      Branch: cfgperl
49849            ! lib/Math/Complex.pm t/lib/complex.t
49850 ____________________________________________________________________________
49851 [  6072] By: jhi                                   on 2000/05/05  12:27:13
49852         Log: Integrate with Sarathy.
49853      Branch: cfgperl
49854           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
49855           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
49856           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
49857           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
49858 ____________________________________________________________________________
49859 [  6071] By: gsar                                  on 2000/05/05  02:24:46
49860         Log: misformatted perllocal.pod (from Tim Jenness
49861              <t.jenness@jach.hawaii.edu>)
49862      Branch: perl
49863            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
49864 ____________________________________________________________________________
49865 [  6070] By: gsar                                  on 2000/05/05  02:16:52
49866         Log: remove misleading comment (from M.J.T. Guy)
49867      Branch: perl
49868            ! t/lib/anydbm.t
49869 ____________________________________________________________________________
49870 [  6069] By: gsar                                  on 2000/05/05  02:15:13
49871         Log: File::Spec compatibility update (from Barrie Slaymaker
49872              <barries@slaysys.com>)
49873      Branch: perl
49874            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
49875            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
49876 ____________________________________________________________________________
49877 [  6068] By: gsar                                  on 2000/05/05  02:01:50
49878         Log: note about values()
49879      Branch: perl
49880            ! pod/perlfunc.pod
49881 ____________________________________________________________________________
49882 [  6067] By: gsar                                  on 2000/05/05  01:33:09
49883         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
49884      Branch: perl
49885            ! win32/win32.c
49886 ____________________________________________________________________________
49887 [  6066] By: gsar                                  on 2000/05/05  01:23:43
49888         Log: s/END/CHECK/
49889      Branch: perl
49890            ! perl.c
49891 ____________________________________________________________________________
49892 [  6065] By: jhi                                   on 2000/05/04  17:30:22
49893         Log: Integrate with Sarathy.
49894      Branch: cfgperl
49895           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
49896 ____________________________________________________________________________
49897 [  6064] By: gsar                                  on 2000/05/04  17:26:14
49898         Log: change#5905 wasn't quite right--it's intent only applies when arguments
49899              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
49900      Branch: perl
49901            ! pp_sys.c sv.c
49902 ____________________________________________________________________________
49903 [  6063] By: gsar                                  on 2000/05/04  16:52:29
49904         Log: tokeq() could read unallocated field in argument
49905      Branch: perl
49906            ! toke.c
49907 ____________________________________________________________________________
49908 [  6062] By: gsar                                  on 2000/05/04  16:34:51
49909         Log: additional tests for utf8.t
49910      Branch: perl
49911            ! t/pragma/utf8.t
49912 ____________________________________________________________________________
49913 [  6061] By: gsar                                  on 2000/05/04  16:09:28
49914         Log: change#5921 neglected to make eq honor "use bytes"
49915      Branch: perl
49916            ! sv.c
49917 ____________________________________________________________________________
49918 [  6060] By: jhi                                   on 2000/05/04  15:30:16
49919         Log: Integrate with Sarathy.
49920      Branch: cfgperl
49921           !> perl.c regcomp.c t/pragma/utf8.t
49922 ____________________________________________________________________________
49923 [  6059] By: jhi                                   on 2000/05/04  15:26:37
49924         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
49925              in natively 64-bit platforms where a long is a quad (no need
49926              for long longs).  Also added bias for IVs.
49927      Branch: cfgperl
49928            ! toke.c
49929 ____________________________________________________________________________
49930 [  6058] By: gsar                                  on 2000/05/04  00:19:14
49931         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
49932              (spotted by Donald Kinzer <dkinzer@premia.com>)
49933      Branch: perl
49934            ! perl.c
49935 ____________________________________________________________________________
49936 [  6057] By: gsar                                  on 2000/05/03  18:34:01
49937         Log: fix broken parsing of /\x{ab}/
49938      Branch: perl
49939            ! regcomp.c t/pragma/utf8.t
49940 ____________________________________________________________________________
49941 [  6056] By: jhi                                   on 2000/05/03  17:57:16
49942         Log: The search of infinity continues, this time simplified.
49943      Branch: cfgperl
49944            ! lib/Math/Complex.pm
49945 ____________________________________________________________________________
49946 [  6055] By: jhi                                   on 2000/05/03  17:45:30
49947         Log: Detypo.
49948      Branch: cfgperl
49949            ! hints/unicos.sh
49950 ____________________________________________________________________________
49951 [  6054] By: jhi                                   on 2000/05/02  22:28:27
49952         Log: Be more forgiving in POSIX about HUGE_VALL.
49953      Branch: cfgperl
49954            ! ext/POSIX/POSIX.xs
49955 ____________________________________________________________________________
49956 [  6053] By: jhi                                   on 2000/05/02  22:25:05
49957         Log: Integrate with Sarathy.
49958      Branch: cfgperl
49959           !> hints/irix_6.sh pod/perlop.pod
49960 ____________________________________________________________________________
49961 [  6052] By: jhi                                   on 2000/05/02  22:24:31
49962         Log: Unicos hint tweak.
49963      Branch: cfgperl
49964            ! hints/unicos.sh
49965 ____________________________________________________________________________
49966 [  6051] By: jhi                                   on 2000/05/02  22:21:26
49967         Log: Complex tweakery.
49968      Branch: cfgperl
49969            ! lib/Math/Complex.pm t/lib/complex.t
49970 ____________________________________________________________________________
49971 [  6050] By: jhi                                   on 2000/05/02  19:26:22
49972         Log: Use setxxent()/endxxent().
49973      Branch: cfgperl
49974            ! t/op/grent.t t/op/pwent.t
49975 ____________________________________________________________________________
49976 [  6049] By: jhi                                   on 2000/05/02  19:06:02
49977         Log: Test both the scalar and list contexts.
49978      Branch: cfgperl
49979            ! t/op/grent.t t/op/pwent.t
49980 ____________________________________________________________________________
49981 [  6048] By: gsar                                  on 2000/05/02  18:29:10
49982         Log: add note about how $( doesn't interpolate in REs (from
49983              Philip Newton <newton@ficus.frogspace.net>)
49984      Branch: perl
49985            ! pod/perlop.pod
49986 ____________________________________________________________________________
49987 [  6047] By: jhi                                   on 2000/05/02  17:41:24
49988         Log: Call getspnam() only iff needd.
49989      Branch: cfgperl
49990            ! pp_sys.c
49991 ____________________________________________________________________________
49992 [  6046] By: gsar                                  on 2000/05/02  17:07:25
49993         Log: libscheck has insufficient checks for n32 libs (from
49994              Albert Chin-A-Young <china@thewrittenword.com>)
49995      Branch: perl
49996            ! hints/irix_6.sh
49997 ____________________________________________________________________________
49998 [  6045] By: jhi                                   on 2000/05/02  13:57:17
49999         Log: Integrate with Sarathy.
50000      Branch: cfgperl
50001           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
50002           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
50003 ____________________________________________________________________________
50004 [  6044] By: gsar                                  on 2000/05/02  06:48:19
50005         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
50006              such that underscores are only ignored in literal numbers,
50007              "\x{...}", and hex/oct argument
50008      Branch: perl
50009            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
50010 ____________________________________________________________________________
50011 [  6043] By: gsar                                  on 2000/05/02  02:22:29
50012         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
50013      Branch: perl
50014            ! pod/perlretut.pod
50015 ____________________________________________________________________________
50016 [  6042] By: gsar                                  on 2000/05/02  02:17:51
50017         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
50018      Branch: perl
50019            ! pod/perltrap.pod
50020 ____________________________________________________________________________
50021 [  6041] By: gsar                                  on 2000/05/02  01:53:51
50022         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
50023              to compensate
50024      Branch: perl
50025            ! Porting/makerel
50026 ____________________________________________________________________________
50027 [  6040] By: gsar                                  on 2000/05/02  01:51:57
50028         Log: missing files in MANIFEST
50029      Branch: perl
50030            ! MANIFEST
50031 ____________________________________________________________________________
50032 [  6039] By: jhi                                   on 2000/05/02  00:36:46
50033         Log: Infinite problems.
50034      Branch: cfgperl
50035            ! lib/Math/Complex.pm
50036 ____________________________________________________________________________
50037 [  6038] By: jhi                                   on 2000/05/02  00:06:38
50038         Log: pwent/spent #ifdef imbalance.
50039      Branch: cfgperl
50040            ! pp_sys.c
50041 ____________________________________________________________________________
50042 [  6037] By: jhi                                   on 2000/05/01  22:50:11
50043         Log: Use HUGE_VALL if applicable.
50044      Branch: cfgperl
50045            ! ext/POSIX/POSIX.xs util.c
50046 ____________________________________________________________________________
50047 [  6036] By: jhi                                   on 2000/05/01  22:20:53
50048         Log: Correct Freudian slip.
50049      Branch: cfgperl
50050            ! pp_sys.c
50051 ____________________________________________________________________________
50052 [  6035] By: jhi                                   on 2000/05/01  21:07:38
50053         Log: Continue on the pwent/spent case.
50054      Branch: cfgperl
50055            ! pp_sys.c
50056 ____________________________________________________________________________
50057 [  6034] By: jhi                                   on 2000/05/01  17:45:14
50058         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
50059              adjustments in 6032 conflicted badly with this, will have
50060              to revisit them later.
50061      Branch: cfgperl
50062           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
50063           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
50064           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
50065           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
50066           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
50067           !> t/lib/cgi-html.t t/lib/cgi-request.t
50068 ____________________________________________________________________________
50069 [  6033] By: jhi                                   on 2000/05/01  17:40:49
50070         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
50071      Branch: cfgperl
50072            ! pp_sys.c
50073 ____________________________________________________________________________
50074 [  6032] By: gsar                                  on 2000/05/01  15:56:32
50075         Log: whitespace adjustments
50076      Branch: perl
50077            ! pp_sys.c
50078 ____________________________________________________________________________
50079 [  6031] By: gsar                                  on 2000/05/01  15:19:41
50080         Log: small nits in diagnostics.pm (from Robin Barker)
50081      Branch: perl
50082            ! lib/diagnostics.pm pod/perldiag.pod
50083 ____________________________________________________________________________
50084 [  6030] By: gsar                                  on 2000/05/01  08:39:18
50085         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
50086              for @- and @+ (from Johan Vromans)
50087      Branch: perl
50088            ! lib/English.pm pod/perlvar.pod
50089 ____________________________________________________________________________
50090 [  6029] By: gsar                                  on 2000/05/01  08:16:10
50091         Log: add CGI.pm v2.66 (from Lincoln Stein)
50092      Branch: perl
50093            + lib/CGI/Util.pm t/lib/cgi-pretty.t
50094            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
50095            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
50096            ! t/lib/cgi-html.t t/lib/cgi-request.t
50097 ____________________________________________________________________________
50098 [  6028] By: gsar                                  on 2000/05/01  06:34:41
50099         Log: Pod::Man generates groff-incompatible macro definition (from
50100              Tom Christiansen)
50101      Branch: perl
50102            ! lib/Pod/Man.pm
50103 ____________________________________________________________________________
50104 [  6027] By: gsar                                  on 2000/05/01  06:31:36
50105         Log: podlators-1.02 update (from Russ Allbery)
50106      Branch: perl
50107            ! lib/Pod/Man.pm lib/Pod/Text.pm
50108 ____________________________________________________________________________
50109 [  6026] By: jhi                                   on 2000/04/30  23:24:23
50110         Log: Integrate with Sarathy.
50111      Branch: cfgperl
50112           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
50113           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
50114           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
50115           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
50116           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
50117           !> t/lib/syslog.t toke.c win32/win32.h
50118 ____________________________________________________________________________
50119 [  6025] By: gsar                                  on 2000/04/30  18:17:47
50120         Log: Is{Alnum,Alpha,Word} don't match titlecase
50121              
50122              TODO: IsSpace is defined recursively!
50123              
50124              (both spotted by Larry)
50125      Branch: perl
50126            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
50127            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
50128 ____________________________________________________________________________
50129 [  6024] By: gsar                                  on 2000/04/30  17:50:19
50130         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
50131              (from Hugo van der Sanden)
50132      Branch: perl
50133            ! toke.c
50134 ____________________________________________________________________________
50135 [  6023] By: gsar                                  on 2000/04/30  17:14:43
50136         Log: debugger stomps on $. (from M.J.T. Guy)
50137      Branch: perl
50138            ! lib/perl5db.pl
50139 ____________________________________________________________________________
50140 [  6022] By: gsar                                  on 2000/04/30  16:59:22
50141         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
50142      Branch: perl
50143            ! sv.c
50144 ____________________________________________________________________________
50145 [  6021] By: gsar                                  on 2000/04/29  21:00:08
50146         Log: remove Win2K issue in pod (fixed by change#6020)
50147      Branch: perl
50148            ! README.win32 pod/perl56delta.pod
50149 ____________________________________________________________________________
50150 [  6020] By: gsar                                  on 2000/04/29  20:51:49
50151         Log: test tweak
50152      Branch: perl
50153            ! t/lib/open3.t
50154 ____________________________________________________________________________
50155 [  6019] By: gsar                                  on 2000/04/29  20:34:27
50156         Log: windows portability tweaks
50157      Branch: perl
50158            ! t/lib/b.t win32/win32.h
50159 ____________________________________________________________________________
50160 [  6018] By: gsar                                  on 2000/04/29  19:55:24
50161         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
50162              make _PATH_LOG() return "" if unavailable
50163      Branch: perl
50164            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
50165            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
50166 ____________________________________________________________________________
50167 [  6017] By: jhi                                   on 2000/04/28  22:49:46
50168         Log: Integrate with Sarathy.
50169      Branch: cfgperl
50170           !> op.c perl.c pod/perldiag.pod t/lib/b.t
50171 ____________________________________________________________________________
50172 [  6016] By: jhi                                   on 2000/04/28  22:46:14
50173         Log: Do not warn that an infinity does not look like a number.
50174      Branch: cfgperl
50175            ! sv.c
50176 ____________________________________________________________________________
50177 [  6015] By: gsar                                  on 2000/04/28  22:35:49
50178         Log: tweak test for portability
50179      Branch: perl
50180            ! t/lib/b.t
50181 ____________________________________________________________________________
50182 [  6014] By: gsar                                  on 2000/04/28  22:05:31
50183         Log: glob() loading File::Glob behind the scenes may cause syntax errors
50184      Branch: perl
50185            ! op.c
50186 ____________________________________________________________________________
50187 [  6013] By: gsar                                  on 2000/04/28  21:25:22
50188         Log: tweak change#5945 to display correct switch name in diagnostic
50189      Branch: perl
50190            ! perl.c pod/perldiag.pod
50191 ____________________________________________________________________________
50192 [  6012] By: jhi                                   on 2000/04/28  21:08:12
50193         Log: Integrate with Sarathy.
50194      Branch: cfgperl
50195           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
50196           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
50197           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
50198 ____________________________________________________________________________
50199 [  6011] By: jhi                                   on 2000/04/28  21:04:46
50200         Log: &HUGE_VAL is not defined, it exists.
50201      Branch: cfgperl
50202            ! lib/Math/Complex.pm
50203 ____________________________________________________________________________
50204 [  6010] By: gsar                                  on 2000/04/28  21:02:58
50205         Log: clarify note about shadow password support (from
50206              gellyfish@gellyfish.com)
50207      Branch: perl
50208            ! pod/perlfunc.pod
50209 ____________________________________________________________________________
50210 [  6009] By: gsar                                  on 2000/04/28  21:00:00
50211         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
50212      Branch: perl
50213            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
50214 ____________________________________________________________________________
50215 [  6008] By: gsar                                  on 2000/04/28  20:56:33
50216         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
50217      Branch: perl
50218            ! installperl vms/subconfigure.com
50219 ____________________________________________________________________________
50220 [  6007] By: gsar                                  on 2000/04/28  20:51:21
50221         Log: note about compile failures and END blocks (from M.J.T. Guy)
50222      Branch: perl
50223            ! pod/perl56delta.pod pod/perlmod.pod
50224 ____________________________________________________________________________
50225 [  6006] By: jhi                                   on 2000/04/28  20:42:14
50226         Log: Regen Configure.
50227      Branch: cfgperl
50228            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50229            ! config_h.SH
50230 ____________________________________________________________________________
50231 [  6005] By: gsar                                  on 2000/04/28  20:41:16
50232         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
50233      Branch: perl
50234            ! utils/perldoc.PL
50235 ____________________________________________________________________________
50236 [  6004] By: jhi                                   on 2000/04/28  20:28:21
50237         Log: Integrate with Sarathy.
50238      Branch: cfgperl
50239           !> Configure INSTALL Porting/Glossary Porting/config.sh
50240           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
50241           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
50242           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
50243           !> win32/config.vc win32/win32.c
50244 ____________________________________________________________________________
50245 [  6003] By: gsar                                  on 2000/04/28  20:11:20
50246         Log: allow REG_EXPAND_SZ keys in Windows registry (from
50247              John Clayton <John.Clayton@barclayscapital.com>)
50248      Branch: perl
50249            ! win32/win32.c
50250 ____________________________________________________________________________
50251 [  6002] By: gsar                                  on 2000/04/28  19:34:16
50252         Log: destructive sv_setsv() can lose UV-ness from source, causing
50253              numeric promotions/comparisons to fail to do the right thing
50254      Branch: perl
50255            ! sv.c
50256 ____________________________________________________________________________
50257 [  6001] By: gsar                                  on 2000/04/28  18:44:15
50258         Log: support additional library locations via $Config{otherlibdirs}
50259              (from Andy Dougherty)
50260      Branch: perl
50261            ! Configure INSTALL Porting/Glossary Porting/config.sh
50262            ! Porting/config_H config_h.SH epoc/config.sh perl.c
50263            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
50264            ! win32/config.bc win32/config.gc win32/config.vc
50265 ____________________________________________________________________________
50266 [  6000] By: gsar                                  on 2000/04/28  18:26:58
50267         Log: reworked otherlibdirs.U (from Andy Dougherty)
50268      Branch: metaconfig
50269            ! U/installdirs/otherlibdirs.U
50270 ____________________________________________________________________________
50271 [  5999] By: gsar                                  on 2000/04/28  18:17:07
50272         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
50273      Branch: perl
50274            ! t/pragma/warn/toke toke.c
50275 ____________________________________________________________________________
50276 [  5998] By: jhi                                   on 2000/04/28  13:32:17
50277         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
50278      Branch: cfgperl
50279            ! lib/Math/Complex.pm
50280 ____________________________________________________________________________
50281 [  5997] By: jhi                                   on 2000/04/28  13:14:04
50282         Log: Preserve $!.
50283      Branch: cfgperl
50284            ! lib/Math/Complex.pm
50285 ____________________________________________________________________________
50286 [  5996] By: jhi                                   on 2000/04/28  12:59:23
50287         Log: Integrate with Sarathy.
50288      Branch: cfgperl
50289           +> pod/perlrequick.pod pod/perlretut.pod
50290           !> (integrate 51 files)
50291 ____________________________________________________________________________
50292 [  5995] By: gsar                                  on 2000/04/28  09:37:36
50293         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
50294      Branch: perl
50295            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
50296 ____________________________________________________________________________
50297 [  5994] By: gsar                                  on 2000/04/28  09:33:26
50298         Log: fix for missed accounting for null byte in pack("Z",...) (from
50299              M.J.T. Guy)
50300      Branch: perl
50301            ! pp.c t/op/pack.t
50302 ____________________________________________________________________________
50303 [  5993] By: gsar                                  on 2000/04/28  09:30:05
50304         Log: various minor tweaks seen on p5p
50305      Branch: perl
50306            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
50307 ____________________________________________________________________________
50308 [  5992] By: gsar                                  on 2000/04/28  09:08:19
50309         Log: pod nit (from Simon Cozens)
50310      Branch: perl
50311            ! pod/perlop.pod
50312 ____________________________________________________________________________
50313 [  5991] By: gsar                                  on 2000/04/28  09:06:36
50314         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
50315      Branch: perl
50316            ! README.posix-bc hints/posix-bc.sh
50317 ____________________________________________________________________________
50318 [  5990] By: gsar                                  on 2000/04/28  08:54:52
50319         Log: use $ENV{LIB} to search for libs under Visual C compiler
50320              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
50321      Branch: perl
50322            ! lib/ExtUtils/Liblist.pm
50323 ____________________________________________________________________________
50324 [  5989] By: gsar                                  on 2000/04/28  08:27:12
50325         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
50326              itself and no other (from Tom Hughes)
50327      Branch: perl
50328            ! t/op/array.t toke.c
50329 ____________________________________________________________________________
50330 [  5988] By: gsar                                  on 2000/04/28  08:01:38
50331         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
50332              <paul@miraclefish.com>)
50333      Branch: perl
50334            ! lib/ExtUtils/MakeMaker.pm
50335 ____________________________________________________________________________
50336 [  5987] By: gsar                                  on 2000/04/28  07:53:09
50337         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
50338      Branch: perl
50339            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
50340 ____________________________________________________________________________
50341 [  5986] By: gsar                                  on 2000/04/28  07:44:17
50342         Log: add regular expressions tutorial and quick-start guide (from
50343              Mark Kvale <kvale@phy.ucsf.edu>)
50344      Branch: perl
50345            + pod/perlrequick.pod pod/perlretut.pod
50346            ! AUTHORS MAINTAIN MANIFEST
50347 ____________________________________________________________________________
50348 [  5985] By: gsar                                  on 2000/04/28  07:30:28
50349         Log: forked child may not exit correctly if it failed to open
50350              /dev/console (from Graham Barr)
50351      Branch: perl
50352            ! ext/Sys/Syslog/Syslog.pm
50353 ____________________________________________________________________________
50354 [  5984] By: gsar                                  on 2000/04/28  07:27:20
50355         Log: attributes::reftype() doesn't work on tied argument
50356      Branch: perl
50357            ! xsutils.c
50358 ____________________________________________________________________________
50359 [  5983] By: gsar                                  on 2000/04/28  07:15:04
50360         Log: numeric conversion of non-number in change#3378 tramples on
50361              OOK offset, causing segfaults
50362      Branch: perl
50363            ! sv.c
50364 ____________________________________________________________________________
50365 [  5982] By: gsar                                  on 2000/04/28  04:48:25
50366         Log: avoid error in IO::Socket::INET when given an unknown service name
50367              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
50368      Branch: perl
50369            ! ext/IO/lib/IO/Socket/INET.pm
50370 ____________________________________________________________________________
50371 [  5981] By: gsar                                  on 2000/04/28  04:31:31
50372         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
50373              prototype mismatch with CORE::glob(); update pod and tests to
50374              suit (File::Glob::glob() is still available for backward
50375              compatibility, but should be considered deprecated)
50376      Branch: perl
50377            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
50378            ! t/lib/glob-taint.t
50379 ____________________________________________________________________________
50380 [  5980] By: gsar                                  on 2000/04/28  03:47:29
50381         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
50382              <ghudson@mit.edu>)
50383      Branch: metaconfig
50384            ! U/modified/Options.U
50385      Branch: perl
50386            ! Configure
50387 ____________________________________________________________________________
50388 [  5979] By: gsar                                  on 2000/04/28  03:07:54
50389         Log: under useithreads, constant pad entries could inadvertantly be
50390              shared across threads (from Eric Blood <eblood@xmission.com>);
50391              added Eric's test case to testsuite
50392      Branch: perl
50393            ! op.c t/op/misc.t
50394 ____________________________________________________________________________
50395 [  5978] By: gsar                                  on 2000/04/27  21:13:00
50396         Log: sync version numbers in File::Spec with the ones on CPAN
50397              (from Barrie Slaymaker)
50398      Branch: perl
50399            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
50400            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
50401            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
50402 ____________________________________________________________________________
50403 [  5977] By: gsar                                  on 2000/04/27  21:07:29
50404         Log: autoquote barewords followed by newline and arrow properly
50405              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
50406      Branch: perl
50407            ! t/pragma/warn/toke toke.c
50408 ____________________________________________________________________________
50409 [  5976] By: gsar                                  on 2000/04/27  20:41:20
50410         Log: DB_File v1.73 update (from Paul Marquess)
50411      Branch: perl
50412            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
50413            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
50414 ____________________________________________________________________________
50415 [  5975] By: gsar                                  on 2000/04/27  20:34:24
50416         Log: allow sort() reentrancy (variant of patch suggested by
50417              Hugo van der Sanden)
50418      Branch: perl
50419            ! pp_ctl.c t/op/sort.t
50420 ____________________________________________________________________________
50421 [  5974] By: gsar                                  on 2000/04/27  19:46:57
50422         Log: change#4197 somehow missed initializing PL_errors, meaning
50423              sytax error queueing wasn't working outside eval"" at all;
50424              also fixed eval"" to localize PL_error_count, so that compile-time
50425              eval's don't clobber the error state of the outer context
50426      Branch: perl
50427            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
50428            ! t/pragma/warn/toke
50429 ____________________________________________________________________________
50430 [  5973] By: gsar                                  on 2000/04/27  18:29:05
50431         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
50432      Branch: perl
50433            ! regcomp.c regexec.c t/op/re_tests
50434 ____________________________________________________________________________
50435 [  5972] By: jhi                                   on 2000/04/27  18:22:41
50436         Log: Integrate with Sarathy.
50437      Branch: cfgperl
50438           +> t/lib/b.t t/lib/syslog.t
50439           !> (integrate 31 files)
50440 ____________________________________________________________________________
50441 [  5971] By: jhi                                   on 2000/04/27  18:18:46
50442         Log: Unicos tweaks from Mark P. Lutz.
50443      Branch: cfgperl
50444            ! hints/unicos.sh lib/Math/Complex.pm
50445 ____________________________________________________________________________
50446 [  5970] By: gsar                                  on 2000/04/27  18:05:11
50447         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
50448              IV is >32bits
50449      Branch: perl
50450            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
50451 ____________________________________________________________________________
50452 [  5969] By: gsar                                  on 2000/04/27  17:50:56
50453         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
50454      Branch: perl
50455            + t/lib/syslog.t
50456            ! MANIFEST ext/Sys/Syslog/Syslog.pm
50457 ____________________________________________________________________________
50458 [  5968] By: gsar                                  on 2000/04/27  17:44:49
50459         Log: tolerate spaces in group names in test on solaris (from David Boyce
50460              <dsb@boyski.com>)
50461      Branch: perl
50462            ! t/op/groups.t
50463 ____________________________________________________________________________
50464 [  5967] By: gsar                                  on 2000/04/27  17:41:22
50465         Log: improved docs on the warn_uninit diagnostic (from David Glasser
50466              and Simon Cozens)
50467      Branch: perl
50468            ! pod/perldiag.pod
50469 ____________________________________________________________________________
50470 [  5966] By: gsar                                  on 2000/04/27  16:54:58
50471         Log: add testsuite for B backends, fix bug in B::Deparse (from
50472              Simon Cozens <simon@brecon.co.uk>)
50473      Branch: perl
50474            + t/lib/b.t
50475            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
50476 ____________________________________________________________________________
50477 [  5965] By: gsar                                  on 2000/04/27  16:10:37
50478         Log: avoid "will not stay shared" warnings for our variables (from
50479              Robin Barker)
50480      Branch: perl
50481            ! op.c t/pragma/warn/op
50482 ____________________________________________________________________________
50483 [  5964] By: gsar                                  on 2000/04/27  07:05:05
50484         Log: reformat to 72 columns (again)
50485      Branch: perl
50486            ! pod/perldiag.pod
50487 ____________________________________________________________________________
50488 [  5963] By: gsar                                  on 2000/04/27  06:28:31
50489         Log: patch from Larry to make (\&) prototype work; added tests for
50490              the same
50491      Branch: perl
50492            ! op.c t/comp/proto.t
50493 ____________________________________________________________________________
50494 [  5962] By: gsar                                  on 2000/04/27  06:15:47
50495         Log: updated README.hpux (from Jeff Okamoto)
50496      Branch: perl
50497            ! README.hpux
50498 ____________________________________________________________________________
50499 [  5961] By: gsar                                  on 2000/04/27  05:55:03
50500         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
50501      Branch: perl
50502            ! emacs/cperl-mode.el
50503 ____________________________________________________________________________
50504 [  5960] By: gsar                                  on 2000/04/27  05:49:26
50505         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
50506      Branch: perl
50507            ! INSTALL
50508 ____________________________________________________________________________
50509 [  5959] By: gsar                                  on 2000/04/27  05:33:41
50510         Log: doubled words in pods (from Simon Cozens
50511              <simon.p.cozens@jp.pwcglobal.com>)
50512      Branch: perl
50513            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
50514            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
50515            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
50516            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
50517            ! pod/perltootc.pod
50518 ____________________________________________________________________________
50519 [  5958] By: gsar                                  on 2000/04/27  05:11:39
50520         Log: change#3569 deleted some essential code, revert; avoid use of
50521              atexit() to make DynaLoader work properly on AIX under mod_perl
50522              (from Jens-Uwe Mager <jum@helios.de>)
50523      Branch: perl
50524            ! ext/DynaLoader/dl_aix.xs
50525 ____________________________________________________________________________
50526 [  5957] By: gsar                                  on 2000/04/27  04:54:51
50527         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
50528      Branch: perl
50529            ! pod/perlmod.pod
50530 ____________________________________________________________________________
50531 [  5956] By: gsar                                  on 2000/04/27  04:51:47
50532         Log: better diagnostics on failed tests (from Ilya Zakharevich)
50533      Branch: perl
50534            ! t/op/lex_assign.t
50535 ____________________________________________________________________________
50536 [  5955] By: gsar                                  on 2000/04/27  04:26:44
50537         Log: longstanding bug exposed by change#3307: sort arguments weren't
50538              compiled with the right wantarray context (ensuing runtime lookup
50539              via block_gimme() was getting the incidental context of the
50540              sort() itself)
50541      Branch: perl
50542            ! op.c t/op/sort.t
50543 ____________________________________________________________________________
50544 [  5954] By: gsar                                  on 2000/04/26  23:42:12
50545         Log: integrate cfgperl contents into mainline
50546      Branch: perl
50547           !> (integrate 30 files)
50548 ____________________________________________________________________________
50549 [  5953] By: jhi                                   on 2000/04/26  23:06:42
50550         Log: Integrate with Sarathy.
50551      Branch: cfgperl
50552           !> README.win32 ext/B/B/Deparse.pm
50553           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
50554           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
50555           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
50556           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
50557           !> utils/perldoc.PL vms/perlvms.pod
50558 ____________________________________________________________________________
50559 [  5952] By: jhi                                   on 2000/04/26  23:03:46
50560         Log: Undo "use integer" addition from 64bitint as it seems
50561              to break most of the subtests in Digital UNIX;
50562              Unicos needs to find another way.
50563      Branch: cfgperl
50564            ! t/op/64bitint.t
50565 ____________________________________________________________________________
50566 [  5951] By: jhi                                   on 2000/04/26  22:57:53
50567         Log: Be more robust on "extreme" (large absolute value)
50568              arguments.  Originally reported by Daniel Connelly
50569              as a problem with asinh() on large negative arguments,
50570              asinh() used to bail out because an argument to log()
50571              ended up being zero.  Ilya Zakharevich proposed using
50572              Taylor's series in such cases, which for such large
50573              arguments is a very good approximation.
50574      Branch: cfgperl
50575            ! lib/Math/Complex.pm t/lib/complex.t
50576 ____________________________________________________________________________
50577 [  5950] By: gsar                                  on 2000/04/25  19:13:12
50578         Log: reformat perldiag to avoid long lines
50579      Branch: perl
50580            ! pod/perldiag.pod
50581 ____________________________________________________________________________
50582 [  5949] By: gsar                                  on 2000/04/25  18:41:11
50583         Log: make perldoc use the pod2man from the same version (from
50584              M.J.T. Guy)
50585      Branch: perl
50586            ! utils/perldoc.PL
50587 ____________________________________________________________________________
50588 [  5948] By: gsar                                  on 2000/04/25  18:21:57
50589         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
50590              <kompas@kompas.usr.onet.pl>)
50591      Branch: perl
50592            ! lib/vars.pm
50593 ____________________________________________________________________________
50594 [  5947] By: gsar                                  on 2000/04/25  18:11:53
50595         Log: use &dl_error rather than &dl_load_file as the guard for calling
50596              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
50597              statically built perl)
50598      Branch: perl
50599            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
50600 ____________________________________________________________________________
50601 [  5946] By: jhi                                   on 2000/04/25  17:37:54
50602         Log: Document that tr() is not tr(1).
50603      Branch: cfgperl
50604            ! pod/perlop.pod
50605 ____________________________________________________________________________
50606 [  5945] By: gsar                                  on 2000/04/25  16:34:33
50607         Log: make module name mandatory after -M switch; reorder perldiag
50608              alphabetically (from Mark-Jason Dominus)
50609      Branch: perl
50610            ! perl.c pod/perldiag.pod
50611 ____________________________________________________________________________
50612 [  5944] By: jhi                                   on 2000/04/25  01:15:18
50613         Log: On second thoughts frexp() does have two arguments.
50614      Branch: cfgperl
50615            ! perl.h
50616 ____________________________________________________________________________
50617 [  5943] By: jhi                                   on 2000/04/24  22:56:32
50618         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
50619              Now pp_ncmp() returns undef is either operand is a NaN.
50620      Branch: cfgperl
50621            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50622            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
50623            ! vms/subconfigure.com vos/config.def vos/config.h
50624            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
50625            ! win32/config.vc win32/config_H.bc win32/config_H.gc
50626            ! win32/config_H.vc
50627      Branch: metaconfig/U/perl
50628            + d_modfl.U
50629 ____________________________________________________________________________
50630 [  5942] By: jhi                                   on 2000/04/24  19:45:17
50631         Log: Regen Configure to match #5937.
50632      Branch: cfgperl
50633            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
50634            ! config_h.SH
50635      Branch: metaconfig
50636            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
50637 ____________________________________________________________________________
50638 [  5941] By: jhi                                   on 2000/04/24  19:24:11
50639         Log: Further Unicos fixes for Mark Lutz.
50640      Branch: cfgperl
50641            ! hints/unicos.sh pp_ctl.c
50642 ____________________________________________________________________________
50643 [  5940] By: jhi                                   on 2000/04/24  19:09:06
50644         Log: Various Unicos 10.0.0.6 fixes.
50645              
50646              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
50647              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
50648              Reply-To: tecmpl1@triton.ca.boeing.com 
50649              To: perl5-porters@perl.org 
50650              Date: Fri, 14 Apr 2000 20:21:00 GMT 
50651              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
50652      Branch: cfgperl
50653            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
50654 ____________________________________________________________________________
50655 [  5939] By: gsar                                  on 2000/04/24  19:01:24
50656         Log: more pod nits (from Larry Virden)
50657      Branch: perl
50658            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
50659            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
50660            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
50661 ____________________________________________________________________________
50662 [  5938] By: gsar                                  on 2000/04/24  18:54:01
50663         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
50664      Branch: perl
50665            ! ext/B/B/Deparse.pm
50666 ____________________________________________________________________________
50667 [  5937] By: jhi                                   on 2000/04/24  17:39:00
50668         Log: Integrate with Sarathy.
50669      Branch: cfgperl
50670           +> (branch 31 files)
50671           !> (integrate 73 files)
50672 ____________________________________________________________________________
50673 [  5936] By: gsar                                  on 2000/04/24  17:30:06
50674         Log: additional tests for change#5934 (from Paul Marquess, who also
50675              sent in the same fix)
50676      Branch: perl
50677            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
50678            ! t/pragma/warn/5nolint t/pragma/warn/6default
50679 ____________________________________________________________________________
50680 [  5935] By: jhi                                   on 2000/04/24  17:26:05
50681         Log: Do not assume sign propagation.
50682              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
50683              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
50684              To: payner@ncifcrf.gov, perl5-porters@perl.org 
50685              Date: Tue, 18 Apr 2000 18:24:49 +0100 
50686              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
50687      Branch: cfgperl
50688            ! t/op/bop.t t/op/misc.t
50689 ____________________________________________________________________________
50690 [  5934] By: gsar                                  on 2000/04/24  17:16:54
50691         Log: propagate lexical warnings from surrounding scope correctly
50692              within string eval()
50693      Branch: perl
50694            ! pp_ctl.c t/pragma/warn/pp_ctl
50695 ____________________________________________________________________________
50696 [  5933] By: jhi                                   on 2000/04/24  17:01:07
50697         Log: Flatten the cpp jungle doing the nosuid checking.
50698      Branch: cfgperl
50699            ! perl.c
50700 ____________________________________________________________________________
50701 [  5932] By: gsar                                  on 2000/04/24  09:08:14
50702         Log: add rsignal(), whichsig() and do_join() to public API list
50703              (mod_perl uses them to good advantage)
50704      Branch: perl
50705            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
50706 ____________________________________________________________________________
50707 [  5931] By: gsar                                  on 2000/04/24  09:01:40
50708         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
50709      Branch: perl
50710            ! pp_hot.c regexec.c t/op/pat.t
50711 ____________________________________________________________________________
50712 [  5930] By: gsar                                  on 2000/04/24  08:58:33
50713         Log: small os390 tweaks (from Peter Prymmer)
50714      Branch: perl
50715            ! config_h.SH makedepend.SH
50716 ____________________________________________________________________________
50717 [  5929] By: gsar                                  on 2000/04/24  08:55:25
50718         Log: pod nits
50719      Branch: perl
50720            ! pod/perlguts.pod
50721 ____________________________________________________________________________
50722 [  5928] By: gsar                                  on 2000/04/24  08:50:13
50723         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
50724      Branch: perl
50725            ! ext/IO/lib/IO/Poll.pm
50726 ____________________________________________________________________________
50727 [  5927] By: gsar                                  on 2000/04/24  08:43:24
50728         Log: arrange for next() to resume at the unstack op rather than the
50729              loop conditional, so that scope cleanup happens correctly
50730              (from Stephen McCamant)
50731      Branch: perl
50732            ! op.c pp_ctl.c t/op/misc.t
50733 ____________________________________________________________________________
50734 [  5926] By: gsar                                  on 2000/04/24  08:18:40
50735         Log: on windows, reserve 16M of stack rather than 128M (allows more
50736              threads to run concurrently)
50737      Branch: perl
50738            ! win32/Makefile win32/makefile.mk
50739 ____________________________________________________________________________
50740 [  5925] By: gsar                                  on 2000/04/24  08:13:52
50741         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
50742      Branch: perl
50743            ! toke.c
50744 ____________________________________________________________________________
50745 [  5924] By: gsar                                  on 2000/04/24  08:08:59
50746         Log: avoid using uninitialized memory in require version check
50747      Branch: perl
50748            ! pp_ctl.c universal.c
50749 ____________________________________________________________________________
50750 [  5923] By: gsar                                  on 2000/04/24  07:20:14
50751         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
50752      Branch: perl
50753            ! ext/IO/lib/IO/Poll.pm
50754 ____________________________________________________________________________
50755 [  5922] By: gsar                                  on 2000/04/24  07:08:42
50756         Log: commentary about IoTYPE() (from Nathan Torkington)
50757      Branch: perl
50758            ! sv.h
50759 ____________________________________________________________________________
50760 [  5921] By: gsar                                  on 2000/04/24  06:58:26
50761         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
50762              by fix
50763      Branch: perl
50764            ! sv.c t/lib/charnames.t t/pragma/utf8.t
50765 ____________________________________________________________________________
50766 [  5920] By: gsar                                  on 2000/04/24  06:37:59
50767         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
50768      Branch: perl
50769            ! doop.c t/op/ver.t
50770 ____________________________________________________________________________
50771 [  5919] By: gsar                                  on 2000/04/24  06:21:58
50772         Log: Configure might miss old directories when prefix must be
50773              expanded (from Robin Barker)
50774      Branch: metaconfig
50775            ! U/installdirs/inc_version_list.U
50776      Branch: perl
50777            ! Configure
50778 ____________________________________________________________________________
50779 [  5918] By: gsar                                  on 2000/04/24  06:16:11
50780         Log: VMS nits in glob() test (from Charles Lane)
50781      Branch: perl
50782            ! t/lib/glob-basic.t
50783 ____________________________________________________________________________
50784 [  5917] By: gsar                                  on 2000/04/24  06:11:56
50785         Log: various pod nits (from Larry Virden and others)
50786      Branch: perl
50787            ! README.amiga README.hpux README.machten README.os2
50788            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
50789            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
50790            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
50791            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
50792            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
50793            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
50794            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
50795            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
50796 ____________________________________________________________________________
50797 [  5916] By: gsar                                  on 2000/04/24  05:52:43
50798         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
50799              <wjones@tc.fluke.com>)
50800      Branch: perl
50801            ! t/lib/glob-basic.t
50802 ____________________________________________________________________________
50803 [  5915] By: gsar                                  on 2000/04/24  05:07:01
50804         Log: supported platforms mixed up
50805      Branch: perl
50806            ! pod/perl56delta.pod pod/perlport.pod
50807 ____________________________________________________________________________
50808 [  5914] By: gsar                                  on 2000/04/24  04:56:08
50809         Log: caller() wasn't returning the right number of elements for
50810              eval {...}
50811      Branch: perl
50812            ! pp_ctl.c t/pragma/warn/9enabled
50813 ____________________________________________________________________________
50814 [  5913] By: gsar                                  on 2000/04/24  04:35:41
50815         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
50816              Mark-Jason Dominus)
50817      Branch: perl
50818            ! pod/perlfunc.pod
50819 ____________________________________________________________________________
50820 [  5912] By: gsar                                  on 2000/04/24  04:17:15
50821         Log: fix totally broken caching in UNIVERSAL::isa() (from
50822              Nick Ing-Simmons)
50823      Branch: perl
50824            ! t/op/universal.t universal.c
50825 ____________________________________________________________________________
50826 [  5911] By: gsar                                  on 2000/04/24  03:39:47
50827         Log: add linebreak properties from unicode/LineBrk.txt (from
50828              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
50829      Branch: perl
50830            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
50831            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
50832            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
50833            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
50834            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
50835            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
50836            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
50837            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
50838            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
50839            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
50840            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
50841            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
50842            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
50843            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
50844            + lib/unicode/Is/LbrkZW.pl
50845            ! lib/unicode/mktables.PL
50846 ____________________________________________________________________________
50847 [  5910] By: gsar                                  on 2000/04/24  03:23:10
50848         Log: typo in pod
50849      Branch: perl
50850            ! ext/Thread/Thread.pm
50851 ____________________________________________________________________________
50852 [  5909] By: gsar                                  on 2000/04/24  03:22:03
50853         Log: mode argument to do_binmode() should be file mode, not boolean
50854      Branch: perl
50855            ! pp_sys.c
50856 ____________________________________________________________________________
50857 [  5908] By: gsar                                  on 2000/04/16  16:51:08
50858         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
50859              always returns a valid GV even when the symbol is trapped by strictures
50860              (avoids coredumps)
50861              
50862              TODO: the C<package;> hack needs similar treatment
50863      Branch: perl
50864            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
50865            ! t/pragma/strict-vars
50866 ____________________________________________________________________________
50867 [  5907] By: jhi                                   on 2000/03/31  23:42:56
50868         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
50869              an assumption which #5905 demolished.
50870      Branch: cfgperl
50871            ! pp_sys.c
50872 ____________________________________________________________________________
50873 [  5906] By: jhi                                   on 2000/03/31  18:54:37
50874         Log: Typo in #5905.
50875      Branch: cfgperl
50876            ! t/op/64bitint.t
50877 ____________________________________________________________________________
50878 [  5905] By: jhi                                   on 2000/03/31  18:50:54
50879         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
50880              reported by Joseph N. Hall.  The bug was that even with use64bitint
50881              one had to use the prefixes q, L, or ll with printf/sprintf,
50882              contrary to the documentation and common sense.
50883      Branch: cfgperl
50884            ! sv.c t/op/64bitint.t
50885 ____________________________________________________________________________
50886 [  5904] By: gsar                                  on 2000/03/28  02:31:32
50887         Log: add Changes, perldelta.pod
50888      Branch: perl
50889            + Changes pod/perldelta.pod
50890 ____________________________________________________________________________
50891 [  5903] By: gsar                                  on 2000/03/28  02:03:55
50892         Log: rename Changes and perldelta.pod
50893      Branch: perl
50894           +> Changes5.6 pod/perl56delta.pod
50895            - Changes pod/perldelta.pod
50896            ! MANIFEST
50897 ____________________________________________________________________________
50898 [  5902] By: gsar                                  on 2000/03/28  01:59:14
50899         Log: create maint-5.6 branch
50900      Branch: maint-5.6/perl
50901           +> (branch 1611 files)
50902 ____________________________________________________________________________
50903 [  5901] By: jhi                                   on 2000/03/23  05:48:43
50904         Log: Integrate with Sarathy.
50905      Branch: cfgperl
50906           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
50907 ____________________________________________________________________________
50908 [  5900] By: gsar                                  on 2000/03/23  05:42:43
50909         Log: three guesses on what this is :-)
50910      Branch: perl
50911            ! Changes