7d9563ac60e0ed9fbb8546b57e30b1f866e9a4b7
[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 [ 11883] By: gbarr                                 on 2001/09/05  12:51:35
35         Log: Update to Scalar-List-Utils 1.04
36      Branch: perl
37            ! ext/List/Util/ChangeLog ext/List/Util/Util.xs
38            ! ext/List/Util/lib/List/Util.pm
39            ! ext/List/Util/lib/Scalar/Util.pm
40 ____________________________________________________________________________
41 [ 11882] By: jhi                                   on 2001/09/05  12:29:44
42         Log: Metaconfigify #11724.
43      Branch: metaconfig
44            ! U/threads/archname.U
45 ____________________________________________________________________________
46 [ 11881] By: jhi                                   on 2001/09/05  12:21:44
47         Log: The MacOS reference is okay, no reason to hide it.
48      Branch: perl
49            ! lib/Cwd.pm
50 ____________________________________________________________________________
51 [ 11880] By: jhi                                   on 2001/09/05  12:20:49
52         Log: Subject: [PATCH lib/Cwd.pm ext/Cwd/Makefile.PL] Full doc cleanup (was  Re: [PATCH lib/Cwd.pm]  Try this again.)
53              From: Michael G Schwern <schwern@pobox.com>
54              Date: Tue, 4 Sep 2001 15:30:10 -0400
55              Message-ID: <20010904153010.H26466@blackrider> 
56              
57              (We'll see whether the ../../lib/Cwd.pm works in alien lands)
58      Branch: perl
59            ! ext/Cwd/Makefile.PL lib/Cwd.pm
60 ____________________________________________________________________________
61 [ 11879] By: jhi                                   on 2001/09/05  12:12:18
62         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.))
63              From: Michael G Schwern <schwern@pobox.com>
64              Date: Tue, 4 Sep 2001 17:39:13 -0400
65              Message-ID: <20010904173913.C626@blackrider>
66      Branch: perl
67            ! lib/Cwd.pm
68 ____________________________________________________________________________
69 [ 11878] By: jhi                                   on 2001/09/05  12:10:50
70         Log: Subject: Re: Perl_pp_* in public API?
71              From: "Craig A. Berry" <craigberry@mac.com>
72              Date: Tue, 4 Sep 2001 21:51:29 -0500
73              Message-Id: <a05101000b7bb3f558c8a@[172.16.52.1]>
74      Branch: perl
75            ! ext/List/Util/Util.xs
76 ____________________________________________________________________________
77 [ 11877] By: jhi                                   on 2001/09/05  12:07:53
78         Log: From Damian: Class::Struct was unable to define
79              recursive classes.  After the patch an object reference
80              (rather than a hash) is required to initialize
81              an object attribute.  If no such initializer is given to
82              the constructor, object attributes are now default
83              initialized to C<undef>.
84      Branch: perl
85            ! lib/Class/Struct.pm lib/Class/Struct.t
86 ____________________________________________________________________________
87 [ 11876] By: jhi                                   on 2001/09/05  11:51:24
88         Log: Subject: Re: sv_catpvfn and sv_setpvfn
89              From: Richard Soderberg <rs@oregonnet.com>
90              Date: Tue, 4 Sep 2001 15:16:47 -0700
91              Message-Id: <200109042216.PAA17858@oregonnet.com>
92      Branch: perl
93            ! pod/perlclib.pod pod/perlguts.pod
94 ____________________________________________________________________________
95 [ 11875] By: jhi                                   on 2001/09/05  11:48:14
96         Log: NetWare updates from Ananth Kesari.
97      Branch: perl
98            ! NetWare/config.wc NetWare/netware.h NetWare/nw5.c
99            ! NetWare/nw5thread.h
100 ____________________________________________________________________________
101 [ 11874] By: jhi                                   on 2001/09/05  11:30:59
102         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?))
103              From: Nicholas Clark <nick@ccl4.org>
104              Date: Tue, 4 Sep 2001 22:42:50 +0100
105              Message-ID: <20010904224250.P25120@plum.flirble.org>
106      Branch: perl
107            ! embed.h embed.pl numeric.c perl.c perl.h pod/perlclib.pod
108            ! pod/perlfunc.pod pp.c proto.h regcomp.c t/op/64bitint.t
109            ! t/op/oct.t toke.c
110 ____________________________________________________________________________
111 [ 11873] By: jhi                                   on 2001/09/04  21:03:17
112         Log: Fix Cwd::getcwd() not being tainted, as noticed
113              by Schwern.
114      Branch: perl
115            + ext/Cwd/t/cwd.t ext/Cwd/t/taint.t
116            - ext/Cwd/Cwd.t
117            ! MANIFEST ext/Cwd/Cwd.xs util.c
118 ____________________________________________________________________________
119 [ 11872] By: jhi                                   on 2001/09/04  20:00:50
120         Log: Retract #11870 and volatilize the right destruct_level.
121              Silly thinko pointed out by Sarathy.
122      Branch: perl
123            ! intrpvar.h perl.c
124 ____________________________________________________________________________
125 [ 11871] By: jhi                                   on 2001/09/04  19:45:59
126         Log: At least a temporary fix for the mysterious scope core dumps
127              in Tru64 from Graham.
128      Branch: perl
129            ! ext/List/Util/Util.xs
130 ____________________________________________________________________________
131 [ 11870] By: jhi                                   on 2001/09/04  19:01:48
132         Log: (Retracted by #11872)
133      Branch: perl
134            ! intrpvar.h
135 ____________________________________________________________________________
136 [ 11869] By: jhi                                   on 2001/09/04  17:43:31
137         Log: Quench a -Wall gripe noticed by Robin Houston.
138      Branch: perl
139            ! op.c
140 ____________________________________________________________________________
141 [ 11868] By: jhi                                   on 2001/09/04  16:38:07
142         Log: Subject: [PATCH perl@11834] Unicode::UCD rewritten using Lingua::KO::Hangul::Util
143              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
144              Date: Wed, 05 Sep 2001 02:01:32 +0900
145              Message-Id: <20010905015059.E684.BQW10602@nifty.com>
146      Branch: perl
147            ! lib/Unicode/UCD.pm
148 ____________________________________________________________________________
149 [ 11867] By: jhi                                   on 2001/09/04  16:35:27
150         Log: Subject: Re: [PATCH gv.c] @& sets PL_sawampersand
151              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
152              Date: Tue, 4 Sep 2001 12:51:02 -0400 (EDT)
153              Message-ID: <Pine.GSO.4.21.0109041250420.7601-100000@crusoe.crusoe.net>
154      Branch: perl
155            ! gv.c
156 ____________________________________________________________________________
157 [ 11866] By: jhi                                   on 2001/09/04  13:52:28
158         Log: Update Changes.
159      Branch: perl
160            ! Changes patchlevel.h
161 ____________________________________________________________________________
162 [ 11865] By: jhi                                   on 2001/09/04  13:36:58
163         Log: Add the \[$@%&*] prototype support.
164      Branch: perl
165            ! op.c pod/perlsub.pod t/comp/proto.t
166 ____________________________________________________________________________
167 [ 11864] By: jhi                                   on 2001/09/04  13:10:38
168         Log: Subject: [PATCH lib/CGI/t/form.t] Cleanup
169              From: Michael G Schwern <schwern@pobox.com>
170              Date: Mon, 3 Sep 2001 18:59:01 -0400
171              Message-ID: <20010903185901.Z9233@blackrider>
172      Branch: perl
173            ! lib/CGI/t/form.t
174 ____________________________________________________________________________
175 [ 11863] By: jhi                                   on 2001/09/04  13:06:39
176         Log: Subject: [PATCH gv.c] @& sets PL_sawampersand
177              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
178              Date: Mon, 3 Sep 2001 12:36:20 -0400 (EDT)
179              Message-ID: <Pine.GSO.4.21.0109031235240.7601-100000@crusoe.crusoe.net>
180      Branch: perl
181            ! gv.c
182 ____________________________________________________________________________
183 [ 11862] By: jhi                                   on 2001/09/04  13:05:23
184         Log: More srand entry tweakage based on Randal's suggestion.
185      Branch: perl
186            ! pod/perlfunc.pod
187 ____________________________________________________________________________
188 [ 11861] By: jhi                                   on 2001/09/04  12:48:14
189         Log: Subject: [PATCH] 'main' *is* a reserved word
190              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
191              Date: Mon, 3 Sep 2001 22:55:41 +0200
192              Message-ID: <20010903225541.A24097@rafael>
193      Branch: perl
194            ! toke.c
195 ____________________________________________________________________________
196 [ 11860] By: jhi                                   on 2001/09/04  12:46:30
197         Log: Subject: [PATCH: bleedperl] s/ROOT\./_ROOT./ for VMS default install prefix appendage
198              From: Peter Prymmer <pvhp@best.com>
199              Date: Mon, 3 Sep 2001 13:43:04 -0700 (PDT)
200              Message-ID: <Pine.BSF.4.21.0109031338300.5068-100000@shell8.ba.best.com>
201      Branch: perl
202            ! README.vms configure.com
203 ____________________________________________________________________________
204 [ 11859] By: jhi                                   on 2001/09/04  12:44:29
205         Log: Subject: Re: A slightly better default seed?   
206              From: Michael G Schwern <schwern@pobox.com>
207              Date: Mon, 3 Sep 2001 18:08:15 -0400 
208              Message-ID: <20010903180815.W9233@blackrider>
209      Branch: perl
210            ! t/op/srand.t
211 ____________________________________________________________________________
212 [ 11858] By: jhi                                   on 2001/09/04  12:41:59
213         Log: Add sharedsv.o to microperl object files.
214      Branch: perl
215            ! Makefile.micro
216 ____________________________________________________________________________
217 [ 11857] By: jhi                                   on 2001/09/04  12:27:51
218         Log: AUTHORS updates and
219              
220              Subject: [PATCH] Just some preening :-)        
221              From: Ian Phillipps <Ian_Phillipps@yahoo.co.uk>
222              Date: Tue, 4 Sep 2001 14:16:59 +0100
223              Message-ID: <20010904141659.A10129@homer.diplex.co.uk>            
224      Branch: perl
225            ! AUTHORS ext/Data/Dumper/Changes lib/Text/Soundex.pm
226 ____________________________________________________________________________
227 [ 11856] By: jhi                                   on 2001/09/04  12:09:43
228         Log: Typo fix and slight rewording.
229      Branch: perl
230            ! pod/perlfunc.pod
231 ____________________________________________________________________________
232 [ 11855] By: jhi                                   on 2001/09/04  12:04:16
233         Log: Update the FAQ now that Scalar-List-Utils 1.03 has shuffle().
234      Branch: perl
235            ! pod/perlfaq4.pod
236 ____________________________________________________________________________
237 [ 11854] By: jhi                                   on 2001/09/03  20:12:21
238         Log: The helper file changed name.
239      Branch: perl
240            ! MANIFEST
241 ____________________________________________________________________________
242 [ 11853] By: gbarr                                 on 2001/09/03  20:00:00
243         Log: Update to Scalar-List-Utils 1.03
244      Branch: perl
245            + ext/List/Util/t/shuffle.t
246            ! MANIFEST ext/List/Util/ChangeLog ext/List/Util/Util.xs
247            ! ext/List/Util/lib/List/Util.pm ext/List/Util/t/blessed.t
248            ! ext/List/Util/t/dualvar.t ext/List/Util/t/first.t
249            ! ext/List/Util/t/max.t ext/List/Util/t/maxstr.t
250            ! ext/List/Util/t/min.t ext/List/Util/t/minstr.t
251            ! ext/List/Util/t/readonly.t ext/List/Util/t/reduce.t
252            ! ext/List/Util/t/reftype.t ext/List/Util/t/sum.t
253            ! ext/List/Util/t/tainted.t ext/List/Util/t/weak.t
254 ____________________________________________________________________________
255 [ 11852] By: jhi                                   on 2001/09/03  19:50:57
256         Log: Make crypt() do something more sane for Unicode
257              (take crypt() of the low eight bits of the characters,
258              instead of taking crypt() of the UTF-8 of the scalar);
259              add a test for crypt().
260      Branch: perl
261            + t/op/crypt.t
262            ! MANIFEST pod/perlfunc.pod pp.c
263 ____________________________________________________________________________
264 [ 11851] By: jhi                                   on 2001/09/03  19:19:35
265         Log: Reorganize the srand entry.
266      Branch: perl
267            ! pod/perlfunc.pod
268 ____________________________________________________________________________
269 [ 11850] By: jhi                                   on 2001/09/03  18:54:51
270         Log: Remove the tests that assume something about
271              calling srand() without arguments multiple times.
272      Branch: perl
273            ! t/op/srand.t
274 ____________________________________________________________________________
275 [ 11849] By: jhi                                   on 2001/09/03  18:15:16
276         Log: Upgrade to Math::BigInt 1.42.
277      Branch: perl
278            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
279            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
280            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
281            ! lib/Math/BigInt/t/mbimbf.t
282 ____________________________________________________________________________
283 [ 11848] By: gsar                                  on 2001/09/03  17:07:54
284         Log: integrate change#11847 from maint-5.6
285              
286              typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
287      Branch: perl
288            ! sv.c
289 ____________________________________________________________________________
290 [ 11847] By: gsar                                  on 2001/09/03  16:47:54
291         Log: typo in perl_clone() code causes local(*foo) breakage in pseudo-fork()
292      Branch: maint-5.6/perl
293            ! sv.c
294 ____________________________________________________________________________
295 [ 11846] By: jhi                                   on 2001/09/03  15:12:58
296         Log: As far as I can tell these functions have been Unicodified.
297      Branch: perl
298            ! doop.c
299 ____________________________________________________________________________
300 [ 11845] By: jhi                                   on 2001/09/03  15:11:27
301         Log: Update to Storable 1.0.13.
302      Branch: perl
303            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
304            ! ext/Storable/Storable.xs
305 ____________________________________________________________________________
306 [ 11844] By: jhi                                   on 2001/09/03  12:42:06
307         Log: Patch the Filter::Simple test to work with
308              the core test suite (since the FilterTest.pm
309              is in t/lib, not in lib).
310      Branch: perl
311            ! lib/Filter/Simple/t/filter.t
312 ____________________________________________________________________________
313 [ 11843] By: jhi                                   on 2001/09/03  12:39:11
314         Log: Damian's Filter::Simple test uses FilterTest, not MyFilter.
315      Branch: perl
316            + t/lib/FilterTest.pm
317            - t/lib/MyFilter.pm
318 ____________________________________________________________________________
319 [ 11842] By: jhi                                   on 2001/09/03  12:17:30
320         Log: Damian-o-rama: upgrade to Attribute::Handlers 0.75,
321              Filter::Simple 0.61, NEXT 0.02, Switch 2.05, and
322              Text::Balanced 1.86.
323      Branch: perl
324            + lib/Attribute/Handlers/t/multi.t lib/Filter/Simple/Changes
325            + lib/Filter/Simple/README lib/Filter/Simple/t/filter.t
326            + lib/NEXT/Changes lib/NEXT/README lib/Switch/t/given.t
327            + lib/Switch/t/nested.t lib/Switch/t/switch.t
328            + lib/Text/Balanced/Changes lib/Text/Balanced/README
329            + lib/Text/Balanced/t/extbrk.t lib/Text/Balanced/t/extcbk.t
330            + lib/Text/Balanced/t/extdel.t lib/Text/Balanced/t/extmul.t
331            + lib/Text/Balanced/t/extqlk.t lib/Text/Balanced/t/exttag.t
332            + lib/Text/Balanced/t/extvar.t lib/Text/Balanced/t/gentag.t
333            - lib/Filter/Simple/test.pl lib/Switch/t/given_when.t
334            - lib/Switch/t/switch_case.t lib/Text/Balanced.pod
335            - lib/Text/Balanced/t/genxt.t lib/Text/Balanced/t/xbrak.t
336            - lib/Text/Balanced/t/xcode.t lib/Text/Balanced/t/xdeli.t
337            - lib/Text/Balanced/t/xmult.t lib/Text/Balanced/t/xquot.t
338            - lib/Text/Balanced/t/xtagg.t lib/Text/Balanced/t/xvari.t
339            ! MANIFEST lib/Attribute/Handlers.pm
340            ! lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
341            ! lib/Attribute/Handlers/demo/Demo.pm
342            ! lib/Attribute/Handlers/demo/Descriptions.pm
343            ! lib/Attribute/Handlers/demo/MyClass.pm
344            ! lib/Attribute/Handlers/demo/demo.pl
345            ! lib/Attribute/Handlers/demo/demo2.pl
346            ! lib/Attribute/Handlers/demo/demo3.pl
347            ! lib/Attribute/Handlers/demo/demo4.pl
348            ! lib/Attribute/Handlers/demo/demo_call.pl
349            ! lib/Attribute/Handlers/demo/demo_chain.pl
350            ! lib/Attribute/Handlers/demo/demo_cycle.pl
351            ! lib/Attribute/Handlers/demo/demo_hashdir.pl
352            ! lib/Attribute/Handlers/demo/demo_phases.pl
353            ! lib/Attribute/Handlers/demo/demo_range.pl
354            ! lib/Attribute/Handlers/demo/demo_rawdata.pl
355            ! lib/Filter/Simple.pm lib/NEXT.pm lib/NEXT/test.pl
356            ! lib/Switch.pm lib/Switch/Changes lib/Switch/README
357            ! lib/Text/Balanced.pm
358 ____________________________________________________________________________
359 [ 11841] By: sky                                   on 2001/09/03  11:04:15
360         Log: Forgot to add a file with Change #11840
361      Branch: perl
362            + t/op/srand.t
363 ____________________________________________________________________________
364 [ 11840] By: sky                                   on 2001/09/03  11:02:04
365         Log: Subject: [PATCH t/op/srand.t t/op/rand.t pod/perlfunc.pod MANIFEST] Tests for srand()
366              From: Michael G Schwern <schwern@pobox.com>
367              Date: Mon, 3 Sep 2001 07:43:00 -0400
368              Message-ID: <20010903074300.E9233@blackrider>
369      Branch: perl
370            ! MANIFEST pod/perlfunc.pod t/op/rand.t
371 ____________________________________________________________________________
372 [ 11839] By: sky                                   on 2001/09/03  10:47:11
373         Log: Document the changes with regards to running of END blocks.
374              And DESTROY on global objects are called in perl_destruct()!
375      Branch: perl
376            ! pod/perl572delta.pod pod/perlembed.pod
377 ____________________________________________________________________________
378 [ 11838] By: sky                                   on 2001/09/03  09:34:44
379         Log: Subject: [PATCH t/op/time.t] Partial cleanup
380              From: Michael G Schwern <schwern@pobox.com>
381              Date: Mon, 3 Sep 2001 06:29:42 -0400
382              Message-ID: <20010903062942.C9233@blackrider>
383      Branch: perl
384            ! t/op/time.t
385 ____________________________________________________________________________
386 [ 11837] By: sky                                   on 2001/09/03  09:30:02
387         Log: Subject: [PATCH t/op/rand.t] Increase the repetitions
388              From: Michael G Schwern <schwern@pobox.com>
389              Date: Mon, 3 Sep 2001 06:24:13 -0400
390              Message-ID: <20010903062413.B9233@blackrider>
391      Branch: perl
392            ! t/op/rand.t
393 ____________________________________________________________________________
394 [ 11836] By: sky                                   on 2001/09/03  07:56:47
395         Log: Subject: [PATCH] CGI::Cookie, Apache & Switch tests
396              From: Michael G Schwern <schwern@pobox.com>
397              Date: Sun, 2 Sep 2001 21:38:43 -0400
398              Message-ID: <20010902213843.L2711@blackrider>
399      Branch: perl
400            + lib/CGI/t/apache.t lib/CGI/t/cookie.t lib/CGI/t/switch.t
401            ! MANIFEST
402 ____________________________________________________________________________
403 [ 11835] By: nick                                  on 2001/09/03  06:20:06
404         Log: Integrate mainline
405      Branch: perlio
406           +> lib/Shell.t t/op/inccode.t t/run/kill_perl.t
407            - t/op/misc.t
408           !> (integrate 187 files)
409 ____________________________________________________________________________
410 [ 11834] By: jhi                                   on 2001/09/02  13:07:53
411         Log: Update Changes.
412      Branch: perl
413            ! Changes patchlevel.h
414 ____________________________________________________________________________
415 [ 11833] By: jhi                                   on 2001/09/02  12:59:05
416         Log: Slight tweaks.
417      Branch: perl
418            ! t/run/kill_perl.t
419 ____________________________________________________________________________
420 [ 11832] By: jhi                                   on 2001/09/02  12:41:12
421         Log: Special casing had become a little bit more complex in Unicode 3.1.1.
422      Branch: perl
423            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
424 ____________________________________________________________________________
425 [ 11831] By: sky                                   on 2001/09/02  12:10:42
426         Log: Change #11828 wasn't complete, this updates to intest path
427      Branch: perl
428            ! t/run/kill_perl.t
429 ____________________________________________________________________________
430 [ 11830] By: jhi                                   on 2001/09/02  11:56:18
431         Log: 's's's.
432      Branch: perl
433            ! Changes
434 ____________________________________________________________________________
435 [ 11829] By: jhi                                   on 2001/09/02  11:54:22
436         Log: Update Changes.
437      Branch: perl
438            ! Changes patchlevel.h
439 ____________________________________________________________________________
440 [ 11828] By: sky                                   on 2001/09/02  11:53:56
441         Log: Subject: [PATCH] rm t/run/segfault.t; mv t/op/misc.t t/run/kill_perl.t
442              From: Michael G Schwern <schwern@pobox.com>
443              Date: Sat, 1 Sep 2001 20:18:58 -0400
444              Message-ID: <20010901201858.X606@blackrider>
445              +MANIFEST Fix
446      Branch: perl
447            + t/run/kill_perl.t
448            - t/op/misc.t t/run/segfault.t
449            ! MANIFEST
450 ____________________________________________________________________________
451 [ 11827] By: jhi                                   on 2001/09/02  11:46:47
452         Log: Subject: [PATCH] lib/Time/Local.pm
453              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
454              Date: Sun, 2 Sep 2001 06:50:01 -0500
455              Message-ID: <20010902065001.A21529@staff1.cso.uiuc.edu>
456      Branch: perl
457            ! lib/Time/Local.pm
458 ____________________________________________________________________________
459 [ 11826] By: jhi                                   on 2001/09/02  11:40:49
460         Log: Tick off Unicode collation and the normalization from
461              the todo list.
462      Branch: perl
463            ! pod/perltodo.pod
464 ____________________________________________________________________________
465 [ 11825] By: jhi                                   on 2001/09/02  11:16:24
466         Log: Update to Unicode 3.1.1.
467      Branch: perl
468            ! lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl
469            ! lib/unicore/ArabShap.txt lib/unicore/CaseFold.txt
470            ! lib/unicore/EAWidth.txt lib/unicore/PropList.html
471            ! lib/unicore/PropList.txt lib/unicore/README.perl
472            ! lib/unicore/ReadMe.txt lib/unicore/SpecCase.txt
473            ! lib/unicore/rename lib/unicore/version
474 ____________________________________________________________________________
475 [ 11824] By: jhi                                   on 2001/09/02  10:32:30
476         Log: Slight doc tweaks for the module.
477      Branch: perl
478            ! lib/Unicode/UCD.pm
479 ____________________________________________________________________________
480 [ 11823] By: jhi                                   on 2001/09/02  10:02:20
481         Log: Rename the variable: it *used* to be (wrongly) that the
482              code related to PL_reg_sv (so PL_reg_sv_utf8 was logical)
483              but that is no more the case: PL_reg_match_utf8 is better.
484      Branch: perl
485            ! embedvar.h mg.c perlapi.c perlapi.h pp.c pp_hot.c regcomp.c
486            ! regexec.c sv.c thrdvar.h
487 ____________________________________________________________________________
488 [ 11822] By: ams                                   on 2001/09/02  02:54:50
489         Log: Subject: RE: [PATCH] Add a nextstate into empty blocks
490              From: Ilmari Karonen <iltzu@sci.fi>
491              Date: Sun, 19 Aug 2001 19:27:33 +0300 (EET DST)
492              Message-Id: <Pine.SOL.3.96.1010819163840.8384B-100000@simpukka>
493              (op/sub_lval.t updated to take new error message into account.)
494      Branch: perl
495            ! op.c t/op/sub_lval.t
496 ____________________________________________________________________________
497 [ 11821] By: gsar                                  on 2001/09/02  01:06:30
498         Log: remove stray CRs in files; keep all files with UNIX line-ends
499              (Porting/makerel adds CRs to the files that need it in the
500              distribution)
501      Branch: perl
502            ! NetWare/t/NWScripts.pl README.dos
503            ! ext/Encode/Encode/cns11643-1.enc
504            ! ext/Encode/Encode/cns11643-2.enc ext/SDBM_File/Makefile.PL
505            ! jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
506 ____________________________________________________________________________
507 [ 11820] By: gsar                                  on 2001/09/02  00:56:44
508         Log: some remnants of change#11803
509      Branch: perl
510            ! ext/ByteLoader/byterun.h perl.h
511 ____________________________________________________________________________
512 [ 11819] By: jhi                                   on 2001/09/01  23:40:36
513         Log: Update to Unicode::Collate 0.08.
514      Branch: perl
515            ! lib/Unicode/Collate.pm lib/Unicode/Collate/Changes
516            ! lib/Unicode/Collate/README lib/Unicode/Collate/t/test.t
517 ____________________________________________________________________________
518 [ 11818] By: jhi                                   on 2001/09/01  23:02:09
519         Log: Test tweaks.
520      Branch: perl
521            ! t/op/pat.t
522 ____________________________________________________________________________
523 [ 11817] By: pudge                                 on 2001/09/01  22:36:29
524         Log: Fix test
525      Branch: maint-5.6/macperl
526            ! t/lib/b.t
527 ____________________________________________________________________________
528 [ 11816] By: pudge                                 on 2001/09/01  22:15:09
529         Log: Misc. patches: fix tests script; add Mac::LowMem; quiet
530              warnings in Config.pm with -W; increase default and
531              minimum RAM; bump version number.
532      Branch: maint-5.6/macperl
533            + macos/lib/Mac/LowMem.pm
534            ! macos/MPVersion.r macos/MacPerlTests.cmd macos/Makefile.mk
535            ! macos/configpm macos/macperl/MacPerl.r
536 ____________________________________________________________________________
537 [ 11815] By: pudge                                 on 2001/09/01  22:10:49
538         Log: Make syntax check report in MPW style, fix tests
539              to use Mac::err=unix to get normal-style error
540              messages.
541      Branch: maint-5.6/macperl
542            ! perl.c t/lib/b.t t/op/misc.t t/op/runlevel.t t/pod/testp2pt.pl
543            ! t/pragma/strict.t t/pragma/subs.t t/pragma/warnings.t
544 ____________________________________________________________________________
545 [ 11814] By: pudge                                 on 2001/09/01  22:09:08
546         Log: Make MPW-style errors optional (but the default); add
547              MacPerl::ErrorFormat() function and Mac::err pragma
548      Branch: maint-5.6/macperl
549            + macos/ext/Mac/err/Makefile.PL macos/ext/Mac/err/err.pm
550            + macos/ext/Mac/err/err.xs
551            ! macos/ext/Mac/Makefile.mk macos/ext/MacPerl/MacPerl.xs
552            ! macos/macish.c macos/macish.h macos/macperl.sym
553 ____________________________________________________________________________
554 [ 11813] By: pudge                                 on 2001/09/01  22:01:40
555         Log: More module and test ports from Thomas Wegner et al
556      Branch: maint-5.6/macperl
557            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
558            ! lib/File/DosGlob.pm lib/File/Spec/Mac.pm lib/File/Temp.pm
559            ! t/lib/dosglob.t t/lib/filespec.t t/lib/ftmp-security.t
560            ! t/op/magic.t
561 ____________________________________________________________________________
562 [ 11812] By: sky                                   on 2001/09/01  17:19:30
563         Log: Subject: [PATCH t/op/concat.t] cleanup
564              From: Michael G Schwern <schwern@pobox.com>
565              Date: Sat, 1 Sep 2001 14:06:28 -0400
566              Message-ID: <20010901140628.C606@blackrider>
567      Branch: perl
568            ! t/op/concat.t
569 ____________________________________________________________________________
570 [ 11811] By: sky                                   on 2001/09/01  12:25:29
571         Log: Change #11805 didn't update the MANIFEST
572      Branch: perl
573            ! MANIFEST
574 ____________________________________________________________________________
575 [ 11810] By: sky                                   on 2001/09/01  11:52:44
576         Log: Subject: [PATCH], was t/op/incode.t breaks make minitest
577              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
578              Date: Sat, 1 Sep 2001 14:50:14 +0200
579              Message-ID: <20010901145014.A691@rafael>
580      Branch: perl
581            ! t/op/inccode.t
582 ____________________________________________________________________________
583 [ 11809] By: sky                                   on 2001/09/01  11:49:22
584         Log: Subject: PATCH: ExtUtils::MakeMaker
585              From: Tony Bowden <tony@kasei.com>
586              Date: Sat, 1 Sep 2001 10:33:53 +0100
587              Message-ID: <20010901103353.A13863@soto.kasei.com>
588              Manually applied
589      Branch: perl
590            ! lib/ExtUtils/MakeMaker.pm
591 ____________________________________________________________________________
592 [ 11808] By: sky                                   on 2001/09/01  11:39:13
593         Log: Subject: [ID 20010831.002] Bug in Term::Cap on Solaris ansi terminal using CPAN::Shell
594              From: mike808@users.sourceforge.net
595              Date: Sat, 1 Sep 101 11:27:50 GMT
596              Message-Id: <200108312123.QAA27476@smtp.networkusa.net>
597              With little tweak
598      Branch: perl
599            ! lib/Term/Cap.pm
600 ____________________________________________________________________________
601 [ 11807] By: ams                                   on 2001/09/01  11:31:16
602         Log: Subject: oct() and hex()
603              From: Nicholas Clark <nick@ccl4.org>
604              Date: Fri, 31 Aug 2001 23:14:13 +0100
605              Message-Id: <20010831231413.J4950@plum.flirble.org>
606      Branch: perl
607            ! pod/perlclib.pod
608 ____________________________________________________________________________
609 [ 11806] By: pudge                                 on 2001/09/01  00:04:52
610         Log: Integrate change 11801 from maintperl
611      Branch: maint-5.6/macperl
612            ! perl.c
613 ____________________________________________________________________________
614 [ 11805] By: sky                                   on 2001/08/31  21:35:10
615         Log: Subject: Re: [ID 20010831.001] SEGV from ($a, b) = (1, 2)
616              From: Michael G Schwern <schwern@pobox.com>
617              Date: Fri, 31 Aug 2001 15:36:28 -0400
618              Message-ID: <20010831153628.B598@blackrider>
619              Check for things which used to segfault
620      Branch: perl
621            + t/run/segfault.t
622 ____________________________________________________________________________
623 [ 11804] By: gsar                                  on 2001/08/31  21:02:54
624         Log: integrate change#11801 from maint-5.6
625              
626              remove age-old UNICOS "workaround" that introduces a static, and
627              hence an egregious race condition for threaded builds (*sigh*
628              beats me why this kludge wasn't guarded by a UNICOS-specific
629              #define *sigh*)
630      Branch: perl
631            ! perl.c
632 ____________________________________________________________________________
633 [ 11803] By: gsar                                  on 2001/08/31  20:58:38
634         Log: remove deprecated PERL_OBJECT cruft, it has long since stopped
635              working in 5.7.x
636      Branch: perl
637            - objXSUB.h
638            ! EXTERN.h MANIFEST Makefile.SH Makefile.micro NetWare/Makefile
639            ! NetWare/config_h.PL NetWare/dl_netware.xs NetWare/interface.c
640            ! NetWare/nw5.c NetWare/nw5sck.c NetWare/nw5thread.c
641            ! NetWare/nwperlsys.c NetWare/nwperlsys.h Porting/makerel
642            ! README.win32 XSUB.h bytecode.pl cv.h cygwin/cygwin.c
643            ! emacs/ptags embed.h embed.pl embedvar.h epoc/epoc.c ext/B/B.xs
644            ! ext/B/B/C.pm ext/ByteLoader/ByteLoader.xs
645            ! ext/ByteLoader/bytecode.h ext/ByteLoader/byterun.c
646            ! ext/DynaLoader/dlutils.c ext/Opcode/Opcode.xs
647            ! ext/POSIX/POSIX.xs globals.c iperlsys.h lib/ExtUtils/Embed.pm
648            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_Unix.pm
649            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/MakeMaker.pm
650            ! lib/ExtUtils/xsubpp makedef.pl mg.c op.c perl.c perl.h
651            ! perlapi.c perlapi.h perlio.c perly.c perly.y perly_c.diff
652            ! pod/perlguts.pod pp_ctl.c pp_hot.c proto.h regcomp.c regexec.c
653            ! scope.c sv.c sv.h toke.c universal.c vms/descrip_mms.template
654            ! vms/perly_c.vms win32/Makefile win32/config_h.PL
655            ! win32/dl_win32.xs win32/makefile.mk win32/perlhost.h
656            ! win32/perllib.c win32/win32.c win32/win32.h win32/win32sck.c
657            ! win32/win32thread.c wince/Makefile.ce wince/config_h.PL
658            ! wince/dl_win32.xs wince/perllib.c wince/win32.h
659            ! wince/win32thread.c wince/wince.c wince/wincesck.c xsutils.c
660 ____________________________________________________________________________
661 [ 11802] By: ams                                   on 2001/08/31  18:11:32
662         Log: Subject: [DOC PATCH] Add perl4 warning messages to perldiag.pod
663              From: "Philip Newton" <Philip.Newton@gmx.net>
664              Date: Fri, 31 Aug 2001 21:12:56 +0200
665              Message-Id: <20010831.211000@ID-11583.news.dfncis.de>
666      Branch: perl
667            ! pod/perldiag.pod
668 ____________________________________________________________________________
669 [ 11801] By: gsar                                  on 2001/08/31  17:49:03
670         Log: remove age-old UNICOS "workaround" that introduces a static, and
671              hence an egregious race condition for threaded builds (*sigh*
672              beats me why this kludge wasn't guarded by a UNICOS-specific
673              #define *sigh*)
674      Branch: maint-5.6/perl
675            ! perl.c
676 ____________________________________________________________________________
677 [ 11800] By: sky                                   on 2001/08/31  17:30:26
678         Log: Fixes bug in change 11717 that bus errored on HP-UX 10.20
679              Might break on platforms where bool is larger than 8 bites ???
680      Branch: perl
681            ! regcomp.c
682 ____________________________________________________________________________
683 [ 11799] By: ams                                   on 2001/08/31  12:15:44
684         Log: Integrate 11778 into mainline.
685      Branch: perl
686            ! t/base/term.t
687 ____________________________________________________________________________
688 [ 11798] By: sky                                   on 2001/08/31  11:31:44
689         Log: Change 11797 sneaked in a faulty regcomp.c change which wasn't
690              supposed to happen.
691      Branch: perl
692            ! regcomp.c
693 ____________________________________________________________________________
694 [ 11797] By: sky                                   on 2001/08/31  11:28:17
695         Log: Subject: Re: Problem in ext/Time/HiRest/HiRes.t 
696              From: "John P. Linderman" <jpl@research.att.com>
697              Date: Fri, 31 Aug 2001 08:20:35 -0400
698              Message-Id: <200108311220.IAA54125@raptor.research.att.com>
699              Fixes test 14 which could fail randomly in rare cases.
700      Branch: perl
701            ! ext/Time/HiRes/HiRes.t regcomp.c
702 ____________________________________________________________________________
703 [ 11796] By: ams                                   on 2001/08/31  01:13:07
704         Log: Subject: [PATCH] Embaressing typo in Syslog's Makefile.PL
705              From: Nicholas Clark <nick@ccl4.org>
706              Date: Thu, 30 Aug 2001 23:21:50 +0100
707              Message-Id: <20010830232150.D4950@plum.flirble.org>
708      Branch: perl
709            ! ext/Sys/Syslog/Makefile.PL
710 ____________________________________________________________________________
711 [ 11795] By: ams                                   on 2001/08/30  23:53:23
712         Log: Subject: [PATCH pod/perlhack.pod] Yet another improvement to the
713              patching example
714              From: Michael G Schwern <schwern@pobox.com>
715              Date: Thu, 30 Aug 2001 17:02:08 -0400
716              Message-Id: <20010830170208.M2318@blackrider>
717      Branch: perl
718            ! pod/perlhack.pod
719 ____________________________________________________________________________
720 [ 11794] By: ams                                   on 2001/08/30  19:35:36
721         Log: Subject: [PATCH] pp_modulo
722              From: Nicholas Clark <nick@ccl4.org>
723              Date: Thu, 30 Aug 2001 18:20:54 +0100
724              Message-Id: <20010830182053.A4950@plum.flirble.org>
725      Branch: perl
726            ! pp.c t/op/64bitint.t
727 ____________________________________________________________________________
728 [ 11793] By: sky                                   on 2001/08/30  13:02:48
729         Log: 11792 wasn't complete
730      Branch: perl
731            ! makedef.pl regcomp.c
732 ____________________________________________________________________________
733 [ 11792] By: sky                                   on 2001/08/30  12:21:11
734         Log: Added checks for PL_custom* and Perl_custom* functions in makedef.pl
735      Branch: perl
736            ! makedef.pl
737 ____________________________________________________________________________
738 [ 11791] By: sky                                   on 2001/08/30  10:08:02
739         Log: Due to braindamaged makedef.pl change 11758 broke makedef.pl
740      Branch: perl
741            ! config_h.SH
742 ____________________________________________________________________________
743 [ 11790] By: sky                                   on 2001/08/30  08:22:31
744         Log: Introduces SvREPADTMP(sv) that marks a repad SvIV as a offset
745              on the pad. Fixes coredumps in cleanups introduced by
746              Change 11755  
747      Branch: perl
748            ! op.c perl.c sv.h
749 ____________________________________________________________________________
750 [ 11789] By: sky                                   on 2001/08/29  19:01:47
751         Log: GCC on HP-UX 11 with 64bit support breaks inet_ntoa
752              This is a replacement implmentation that works on HPUX.
753              This bug should probably be fixed in GCC.
754      Branch: perl
755            ! ext/Socket/Socket.xs
756 ____________________________________________________________________________
757 [ 11788] By: ams                                   on 2001/08/29  17:35:33
758         Log: Subject: [PATCH] pass all tests when compiling with -DNO_PERL_PRESERVE_IVUV
759              From: Nicholas Clark <nick@ccl4.org>
760              Date: Wed, 29 Aug 2001 18:21:56 +0100
761              Message-Id: <20010829182156.O4950@plum.flirble.org>
762      Branch: perl
763            ! ext/Devel/Peek/Peek.t sv.c t/op/64bitint.t t/op/numconvert.t
764 ____________________________________________________________________________
765 [ 11787] By: sky                                   on 2001/08/29  10:42:54
766         Log: Added test for pack_addr_in and unpack_addr_in
767              Nitpik in test 10
768      Branch: perl
769            ! ext/Socket/Socket.t
770 ____________________________________________________________________________
771 [ 11786] By: sky                                   on 2001/08/29  10:28:14
772         Log: Added three tests to test inet_ntoa/inet_aton and *packaddr*
773              Trying to catch errors on HP-UX
774      Branch: perl
775            ! ext/Socket/Socket.t
776 ____________________________________________________________________________
777 [ 11785] By: sky                                   on 2001/08/29  09:07:03
778         Log: make sure USE_THREADS is defined so external apps work
779      Branch: perl
780            ! config_h.SH
781 ____________________________________________________________________________
782 [ 11784] By: sky                                   on 2001/08/29  08:06:12
783         Log: Subject: Re: The hitlist of untested modules.
784              From: Jonathan Stowe <gellyfish@gellyfish.com>
785              Date: Wed, 29 Aug 2001 09:25:49 +0100 (BST)
786              Message-ID: <Pine.LNX.4.33.0108290923320.29273-100000@orpheus.gellyfish.com>
787              Start of tests for Shell.pm (make Schwern poorer!)
788      Branch: perl
789            + lib/Shell.t
790            ! MANIFEST
791 ____________________________________________________________________________
792 [ 11783] By: sky                                   on 2001/08/29  07:37:50
793         Log: END{} can change the return value even if we die from BEGIN{}
794      Branch: perl
795            ! miniperlmain.c
796 ____________________________________________________________________________
797 [ 11782] By: ams                                   on 2001/08/29  06:32:17
798         Log: Subject: Re: [PATCH] newer tests for the coderef-in-@INC !
799              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
800              Date: Wed, 29 Aug 2001 09:18:17 +0200
801              Message-Id: <20010829091817.A4453@rafael>
802      Branch: perl
803            ! t/op/inccode.t
804 ____________________________________________________________________________
805 [ 11781] By: pudge                                 on 2001/08/29  02:28:33
806         Log: Delete xsubpp.patch, as full copy exists now
807      Branch: maint-5.6/macperl
808            - macos/xsubpp.patch
809 ____________________________________________________________________________
810 [ 11780] By: pudge                                 on 2001/08/29  02:26:03
811         Log: Add Changes file
812      Branch: maint-5.6/macperl
813            + macos/Changes
814 ____________________________________________________________________________
815 [ 11779] By: pudge                                 on 2001/08/29  02:23:11
816         Log: Add Mac version of xsubpp as separate file
817      Branch: maint-5.6/macperl
818            + macos/xsubpp
819            ! macos/Makefile.mk
820 ____________________________________________________________________________
821 [ 11778] By: pudge                                 on 2001/08/29  02:14:57
822         Log: Fix open of /dev/null for Mac OS
823      Branch: maint-5.6/macperl
824            ! t/base/term.t
825 ____________________________________________________________________________
826 [ 11777] By: pudge                                 on 2001/08/29  02:12:52
827         Log: Various patches: enable more tests; skip CVS in PerlInstall;
828              fix typemap for Mac::Processes; remove comments in MM_MacOS.pm
829      Branch: maint-5.6/macperl
830            ! macos/MacPerlTests.cmd macos/PerlInstall
831            ! macos/ext/Mac/Processes/typemap macos/lib/ExtUtils/MM_MacOS.pm
832 ____________________________________________________________________________
833 [ 11776] By: pudge                                 on 2001/08/29  02:11:42
834         Log: Allow for platforms to override formatting of errors
835              on output from Matthias Neeracher (Mac files)
836      Branch: maint-5.6/macperl
837            ! macos/macish.c macos/macish.h
838 ____________________________________________________________________________
839 [ 11775] By: pudge                                 on 2001/08/29  01:59:32
840         Log: Allow for platforms to override formatting of errors
841              on output from Matthias Neeracher (core files)
842      Branch: maint-5.6/macperl
843            ! perl.h pp_ctl.c util.c
844 ____________________________________________________________________________
845 [ 11774] By: pudge                                 on 2001/08/29  01:29:43
846         Log: Add some param checking, from reports by Kevin Reid.
847      Branch: maint-5.6/macperl
848            ! macos/ext/Mac/Controls/Controls.pm
849            ! macos/ext/Mac/Menus/Menus.pm macos/ext/Mac/Windows/Windows.pm
850 ____________________________________________________________________________
851 [ 11773] By: ams                                   on 2001/08/28  23:54:57
852         Log: Subject: [PATCH] make coretest
853              From: Paul Johnson <paul@pjcj.net>
854              Date: Wed, 29 Aug 2001 00:11:38 +0200
855              Message-Id: <20010829001138.B12169@pjcj.net>
856              (Applied without the change to perlhack.pod. This should
857              probably stay undocumented.)
858      Branch: perl
859            ! Makefile.SH t/TEST
860 ____________________________________________________________________________
861 [ 11772] By: sky                                   on 2001/08/28  13:01:20
862         Log: Subject: [PATCH t/op/pack.t pod/perlhack.pod] Adding the failure diagnostic  
863              From: Michael G Schwern <schwern@pobox.com>
864              Date: Tue, 28 Aug 2001 09:57:39 -0400
865              Message-ID: <20010828095738.E17775@blackrider>
866      Branch: perl
867            ! pod/perlhack.pod t/op/pack.t
868 ____________________________________________________________________________
869 [ 11771] By: sky                                   on 2001/08/28  11:20:13
870         Log: Subject: [PATCH] put useful info in %INC for files loaded by a hook in @INC
871              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
872              Date: Tue, 28 Aug 2001 14:23:43 +0200
873              Message-ID: <20010828142343.A19299@rafael>
874      Branch: perl
875            ! pod/perlvar.pod pp_ctl.c
876 ____________________________________________________________________________
877 [ 11770] By: ams                                   on 2001/08/28  10:13:21
878         Log: Subject: [PATCH] odd typo in op.h
879              From: Nicholas Clark <nick@ccl4.org>
880              Date: Tue, 28 Aug 2001 12:10:26 +0100
881              Message-Id: <20010828121026.V4950@plum.flirble.org>
882      Branch: perl
883            ! op.h
884 ____________________________________________________________________________
885 [ 11769] By: sky                                   on 2001/08/28  08:09:16
886         Log: Subject: [ID 20010827.008] no-foo options broken in B::Lint
887              From: Ville "Skyttä" <scop@cs132170.pp.htv.fi>
888              Date: Tue, 28 Aug 2001 02:22:20 +0300
889              Message-Id: <200108272322.f7RNMKd02261@cs132170.pp.htv.fi>
890      Branch: perl
891            ! ext/B/B/Lint.pm
892 ____________________________________________________________________________
893 [ 11768] By: ams                                   on 2001/08/28  00:47:35
894         Log: Subject: Re: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
895              From: Michael G Schwern <schwern@pobox.com>
896              Date: Mon, 27 Aug 2001 21:24:44 -0400
897              Message-Id: <20010827212444.F12582@blackrider>
898      Branch: perl
899            ! pod/perlhack.pod t/op/pack.t
900 ____________________________________________________________________________
901 [ 11767] By: ams                                   on 2001/08/27  23:59:48
902         Log: Subject: [PATCH pod/perlhack.pod t/op/pack.t] Fixing bad testing advice
903              From: Michael G Schwern <schwern@pobox.com>
904              Date: Mon, 27 Aug 2001 20:12:29 -0400
905              Message-Id: <20010827201229.D12582@blackrider>
906      Branch: perl
907            ! pod/perlhack.pod t/op/pack.t
908 ____________________________________________________________________________
909 [ 11766] By: ams                                   on 2001/08/27  23:39:40
910         Log: Update Changes.
911      Branch: perl
912            ! Changes
913 ____________________________________________________________________________
914 [ 11765] By: ams                                   on 2001/08/27  22:53:10
915         Log: Subject: Re: [PATCH] new tests for the coderef-in-@INC
916              From: Michael G Schwern <schwern@pobox.com>
917              Date: Mon, 27 Aug 2001 19:47:30 -0400
918              Message-Id: <20010827194730.C12582@blackrider>
919      Branch: perl
920            ! t/op/inccode.t
921 ____________________________________________________________________________
922 [ 11764] By: ams                                   on 2001/08/27  22:46:21
923         Log: Subject: [PATCH] new tests for the coderef-in-@INC
924              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
925              Date: Mon, 27 Aug 2001 22:36:27 +0200
926              Message-Id: <20010827223627.C690@rafael>
927              
928              Subject: Re: [PATCH] new tests for the coderef-in-@INC
929              From: Nicholas Clark <nick@ccl4.org>
930              Date: Tue, 28 Aug 2001 00:02:46 +0100
931              Message-Id: <20010828000245.R4950@plum.flirble.org>
932      Branch: perl
933            + t/op/inccode.t
934            ! MANIFEST
935 ____________________________________________________________________________
936 [ 11763] By: ams                                   on 2001/08/27  22:41:09
937         Log: Subject: [PATCH lib/warnings.t] Removing 2>&1 requirement  (was Re:
938              bleadperl on fire, Win95+4NT)
939              From: Michael G Schwern <schwern@pobox.com>
940              Date: Mon, 27 Aug 2001 16:54:42 -0400
941              Message-Id: <20010827165442.F9436@blackrider>
942      Branch: perl
943            ! lib/warnings.t
944 ____________________________________________________________________________
945 [ 11762] By: sky                                   on 2001/08/27  19:19:17
946         Log: Changed back Net/Ping.pm change #11759 since WNOHANG wasn't
947              avaible at compile time. This broke the compilation of 
948              Net/Ping.pm
949      Branch: perl
950            ! lib/Net/Ping.pm
951 ____________________________________________________________________________
952 [ 11761] By: sky                                   on 2001/08/27  18:34:48
953         Log: Removed tripple definitions of CUSTOM_OP functions.
954      Branch: perl
955            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
956 ____________________________________________________________________________
957 [ 11760] By: sky                                   on 2001/08/27  18:21:27
958         Log: Regen headers
959      Branch: perl
960            ! embed.h embedvar.h objXSUB.h opcode.h opnames.h perlapi.c
961            ! perlapi.h proto.h
962 ____________________________________________________________________________
963 [ 11759] By: ams                                   on 2001/08/27  16:31:53
964         Log: Subject: [PATCH] pod/perlfunc.pod, lib/Net/Ping.pm, ext/POSIX/POSIX.pod
965              From: "chromatic" <chromatic@rmci.net>
966              Date: Mon, 27 Aug 2001 11:17:09 -0600
967              Message-Id: <20010827172111.89491.qmail@onion.perl.org>
968      Branch: perl
969            ! ext/POSIX/POSIX.pod lib/Net/Ping.pm pod/perlfunc.pod
970 ____________________________________________________________________________
971 [ 11758] By: sky                                   on 2001/08/27  15:16:42
972         Log: Changes USE_THREADS to USE_5005THREADS in the entire source.
973              Thanks to H. Merijn Brand for the patch.
974              Some of the comments and or guards might be removable in perl.h now.
975      Branch: perl
976            ! NetWare/config_H.wc NetWare/nw5thread.c NetWare/nw5thread.h
977            ! Porting/Glossary Porting/config_H README.threads config_h.SH
978            ! cop.h cv.h deb.c dosish.h dump.c embed.h embed.pl embedvar.h
979            ! ext/B/B.xs ext/B/B/C.pm ext/B/B/Deparse.pm
980            ! ext/B/ramblings/runtime.porting ext/DynaLoader/dl_aix.xs
981            ! ext/Thread/Thread.xs gv.c intrpvar.h mg.c miniperlmain.c
982            ! objXSUB.h op.c os2/os2.c os2/os2ish.h perl.c perl.h perlapi.c
983            ! perlvars.h pod/perlguts.pod pp.c pp.h pp_ctl.c pp_hot.c
984            ! proto.h regexec.c scope.c sv.c sv.h thrdvar.h thread.h toke.c
985            ! uconfig.h util.c vms/genconfig.pl vms/vms.c vos/config.alpha.h
986            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
987            ! win32/config_H.vc win32/perllib.c win32/win32.h
988            ! win32/win32sck.c win32/win32thread.c win32/win32thread.h
989            ! wince/config.h wince/config_H.ce wince/win32.h
990            ! wince/win32thread.c wince/win32thread.h wince/wincesck.c
991 ____________________________________________________________________________
992 [ 11757] By: sky                                   on 2001/08/27  13:39:16
993         Log: Subject: GNU ld parses arguments different
994              From: H.Merijn Brand <h.m.brand@hccnet.nl>
995              Date: Mon, 27 Aug 2001 16:25:51 +0200
996              Message-Id: <20010827162254.2EA6.H.M.BRAND@hccnet.nl>
997      Branch: perl
998            ! hints/hpux.sh
999 ____________________________________________________________________________
1000 [ 11756] By: sky                                   on 2001/08/27  13:18:45
1001         Log: Subject: Custom Ops
1002              From: Simon Cozens <simon@netthink.co.uk>
1003              Date: Sat, 25 Aug 2001 17:45:09 +0100
1004              Message-ID: <20010825174509.A5752@netthink.co.uk>
1005              I also added a fix to Opcode.pm to quite test cases.
1006      Branch: perl
1007            ! dump.c embed.pl ext/Opcode/Opcode.pm intrpvar.h op.c op.h
1008            ! opcode.pl pod/perlguts.pod pp_ctl.c pp_sys.c run.c sv.c utf8.c
1009 ____________________________________________________________________________
1010 [ 11755] By: sky                                   on 2001/08/27  05:37:17
1011         Log: Plugs a memory leak on destruction of regular expressions
1012              introcued by #11274.
1013              PL_regex_padav now has an AV as it's first entry with a list
1014              of freed regex_padav slots that it will reuse on creating
1015              new PMOPs.
1016      Branch: perl
1017            ! op.c perl.c
1018 ____________________________________________________________________________
1019 [ 11754] By: ams                                   on 2001/08/26  14:38:52
1020         Log: Subject: [PATCH] t/io/binmode.t
1021              From: Nicholas Clark <nick@ccl4.org>
1022              Date: Sun, 26 Aug 2001 12:03:05 +0100
1023              Message-Id: <20010826120305.C4950@plum.flirble.org>
1024              
1025              (Also a nitpick in #11752 to t/op/universal.t)
1026      Branch: perl
1027            ! t/io/binmode.t t/op/universal.t
1028 ____________________________________________________________________________
1029 [ 11753] By: ams                                   on 2001/08/26  08:19:34
1030         Log: Subject: [PATCH] op/universal.t failing
1031              From: Nicholas Clark <nick@ccl4.org>
1032              Date: Sun, 26 Aug 2001 09:48:22 +0100
1033              Message-Id: <20010826094822.B4950@plum.flirble.org>
1034      Branch: perl
1035            ! t/op/universal.t
1036 ____________________________________________________________________________
1037 [ 11752] By: ams                                   on 2001/08/25  22:46:13
1038         Log: Subject: Re: 'can' with undefined subs
1039              From: Tony Bowden <tony@kasei.com>
1040              Date: Sat, 25 Aug 2001 14:58:17 +0100
1041              Message-Id: <20010825145817.A11788@soto.kasei.com>
1042              (Applied with minor modifications.)
1043      Branch: perl
1044            ! t/op/universal.t
1045 ____________________________________________________________________________
1046 [ 11751] By: ams                                   on 2001/08/25  18:28:43
1047         Log: Subject: Re: 'can' with undefined subs
1048              From: Tony Bowden <tony@kasei.com>
1049              Date: Sat, 25 Aug 2001 15:13:14 +0100
1050              Message-Id: <20010825151314.B11788@soto.kasei.com>
1051      Branch: perl
1052            ! lib/UNIVERSAL.pm
1053 ____________________________________________________________________________
1054 [ 11750] By: nick                                  on 2001/08/25  15:24:15
1055         Log: Integrate mainline
1056      Branch: perlio
1057           +> t/io/binmode.t
1058           !> (integrate 26 files)
1059 ____________________________________________________________________________
1060 [ 11749] By: nick                                  on 2001/08/25  14:55:41
1061         Log: Subject:  Re: [PATCH] Added wisdom to perlhack.pod
1062              From:  John Peacock <jpeacock@rowman.com>
1063              Date:  Wed, 22 Aug 2001 12:05:28 -0400
1064              Message-Id:  <3B83D848.7FD9C6EF@rowman.com>
1065      Branch: perl
1066            ! pod/perlhack.pod
1067 ____________________________________________________________________________
1068 [ 11748] By: nick                                  on 2001/08/25  14:53:04
1069         Log: Subject:  Re: [PATCH] (was Re: PerlIO regerssion tests?)
1070              From:  Michael G Schwern <schwern@pobox.com>
1071              Date:  Wed, 22 Aug 2001 19:22:45 -0400
1072              Message-Id:  <20010822192245.U619@blackrider>
1073      Branch: perl
1074            ! MANIFEST
1075 ____________________________________________________________________________
1076 [ 11747] By: nick                                  on 2001/08/25  14:52:33
1077         Log: Subject:  [PATCH] (was Re: PerlIO regerssion tests?)
1078              From:  Nicholas Clark <nick@ccl4.org>
1079              Date:  Wed, 22 Aug 2001 23:29:06 +0100
1080              Message-Id:  <20010822232906.Z82818@plum.flirble.org>
1081      Branch: perl
1082            + t/io/binmode.t
1083            ! perlio.c pod/perlfunc.pod
1084 ____________________________________________________________________________
1085 [ 11744] By: nick                                  on 2001/08/25  14:37:33
1086         Log: Subject:  [PATCH bleadperl] quiet down VC++ warnings in a2py.c and walk.c
1087              From:  Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1088              Date:  Fri, 24 Aug 2001 22:10:42 +0200
1089              Message-Id:  <1065978076.20010824221042@tesla.rcub.bg.ac.yu>
1090      Branch: perl
1091            ! x2p/a2py.c x2p/walk.c
1092 ____________________________________________________________________________
1093 [ 11743] By: nick                                  on 2001/08/25  14:32:47
1094         Log: Subject:  [DOC PATCH] The coderef-in-@INC feature
1095              From:  Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1096              Date:  Fri, 24 Aug 2001 23:34:13 +0200
1097              Message-Id:  <20010824233413.A1285@rafael>
1098      Branch: perl
1099            ! pod/perlfunc.pod pod/perlvar.pod
1100 ____________________________________________________________________________
1101 [ 11742] By: ams                                   on 2001/08/25  13:16:02
1102         Log: Subject: [PATCH] Re: The coderef in @INC strikes back
1103              From: Nicholas Clark <nick@ccl4.org>
1104              Date: Sat, 25 Aug 2001 14:50:07 +0100
1105              Message-Id: <20010825145007.L41464@plum.flirble.org>
1106      Branch: perl
1107            ! pp_ctl.c
1108 ____________________________________________________________________________
1109 [ 11741] By: nick                                  on 2001/08/24  07:08:45
1110         Log: When applying patch via Porting/apply fails, do p4 refresh
1111              to get old files back.
1112      Branch: perl
1113            ! Porting/apply
1114 ____________________________________________________________________________
1115 [ 11740] By: ams                                   on 2001/08/24  04:47:24
1116         Log: #11739 was incomplete.
1117      Branch: perl
1118            ! pod/perldiag.pod
1119 ____________________________________________________________________________
1120 [ 11739] By: ams                                   on 2001/08/24  04:09:40
1121         Log: Subject: [DOC patch bleadperl] "misspelled" misspelled
1122              From: "Philip Newton" <Philip.Newton@gmx.net>
1123              Date: Fri, 24 Aug 2001 07:08:34 +0200
1124      Branch: perl
1125            ! pod/perldiag.pod
1126 ____________________________________________________________________________
1127 [ 11738] By: ams                                   on 2001/08/24  02:19:42
1128         Log: Fixed Doug Wilson's email address.
1129      Branch: perl
1130            ! AUTHORS
1131 ____________________________________________________________________________
1132 [ 11737] By: ams                                   on 2001/08/24  00:10:13
1133         Log: Subject: [DOC PATCH] Adding new warning in perldiag.pod
1134              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1135              Date: Thu, 23 Aug 2001 22:22:58 +0200
1136              Message-Id: <20010823222258.A901@rafael>
1137      Branch: perl
1138            ! pod/perldiag.pod
1139 ____________________________________________________________________________
1140 [ 11736] By: ams                                   on 2001/08/24  00:05:02
1141         Log: Subject: [PATCH perl@ ] add $Config('scriptdir'} on VMS
1142              From: "Craig A. Berry" <craigberry@mac.com>
1143              Date: Thu, 23 Aug 2001 19:07:45 -0500
1144              Message-Id: <a05101004b7ab4593bb24@[172.16.52.1]>
1145      Branch: perl
1146            ! configure.com
1147 ____________________________________________________________________________
1148 [ 11735] By: sky                                   on 2001/08/23  13:42:07
1149         Log: Backed out 11732, it breaks lib/strict.t 
1150      Branch: perl
1151            ! op.c
1152 ____________________________________________________________________________
1153 [ 11734] By: sky                                   on 2001/08/23  11:45:59
1154         Log: Removed toy from 17133 after Matt Sargeants request.
1155      Branch: perl
1156            ! pod/perlfaq4.pod
1157 ____________________________________________________________________________
1158 [ 11733] By: sky                                   on 2001/08/23  11:36:29
1159         Log: Subject: [PATCH perlfaq4] Faster permutation algorithms
1160              From: Robin Houston <robin@kitsite.com>
1161              Date: Wed, 22 Aug 2001 23:06:16 +0100
1162              Message-ID: <20010822230616.A254@robin.kitsite.com>
1163      Branch: perl
1164            ! pod/perlfaq4.pod
1165 ____________________________________________________________________________
1166 [ 11732] By: sky                                   on 2001/08/23  10:36:02
1167         Log: Subject: Re: [ID 20010822.001] Freeing pads after parse error
1168              From: Simon Cozens <simon@netthink.co.uk>
1169              Date: Thu, 23 Aug 2001 12:06:36 +0100
1170              Message-ID: <20010823120636.A9961@netthink.co.uk>
1171      Branch: perl
1172            ! op.c
1173 ____________________________________________________________________________
1174 [ 11731] By: gsar                                  on 2001/08/23  03:58:58
1175         Log: fix broken windows build
1176      Branch: perl
1177            ! perl.h
1178 ____________________________________________________________________________
1179 [ 11730] By: ams                                   on 2001/08/22  21:35:30
1180         Log: Subject: [PATCH] io/tell.t doesn't chdir t
1181              From: Nicholas Clark <nick@ccl4.org>
1182              Date: Wed, 22 Aug 2001 23:25:58 +0100
1183              Message-Id: <20010822232557.Y82818@plum.flirble.org>
1184      Branch: perl
1185            ! t/io/tell.t
1186 ____________________________________________________________________________
1187 [ 11729] By: ams                                   on 2001/08/22  20:32:21
1188         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
1189              questions)
1190              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1191              Date: Wed, 22 Aug 2001 17:09:04 -0400
1192              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
1193              (Oops, forgot File::Spec::Unix in the previous patch.)
1194      Branch: perl
1195            ! lib/File/Spec/Unix.pm
1196 ____________________________________________________________________________
1197 [ 11728] By: ams                                   on 2001/08/22  20:25:41
1198         Log: Subject: [PATCH] Documentation in File::Spec (was Re: minor File::Spec
1199              questions)
1200              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
1201              Date: Wed, 22 Aug 2001 17:09:04 -0400
1202              Message-Id: <20010822170904.A76069@linguist.thayer.dartmouth.edu>
1203      Branch: perl
1204            ! lib/File/Spec.pm
1205 ____________________________________________________________________________
1206 [ 11727] By: ams                                   on 2001/08/22  19:43:30
1207         Log: Subject: Re: [PATCH 1 of 3] $] is deprecated - eliminate from core tests
1208              From: John Peacock <jpeacock@rowman.com>
1209              Date: Wed, 22 Aug 2001 12:35:52 -0400
1210              Message-Id: <3B83DF68.5D89DC81@rowman.com>
1211              (Adds proper tests for $], notwithstanding Subject. +nitpick)
1212      Branch: perl
1213            ! t/op/ver.t
1214 ____________________________________________________________________________
1215 [ 11726] By: ams                                   on 2001/08/22  19:36:39
1216         Log: Subject: [ID 20010822.007] eval STRING & diagnostics.pm not mixing
1217              From: schwern@ool-18b93024.dyn.optonline.net (Michael G Schwern)
1218              Date: Wed, 22 Aug 2001 16:03:00 -0400 (EDT)
1219              Message-Id: <20010822200300.0D1638253@ool-18b93024.dyn.optonline.net>
1220      Branch: perl
1221            ! lib/diagnostics.pm lib/diagnostics.t
1222 ____________________________________________________________________________
1223 [ 11725] By: ams                                   on 2001/08/22  19:25:01
1224         Log: Subject: [PATCH] 64 bit integer preserving pp_divide
1225              From: Nicholas Clark <nick@ccl4.org>
1226              Date: Wed, 22 Aug 2001 20:59:05 +0100
1227              Message-Id: <20010822205905.U82818@plum.flirble.org>
1228      Branch: perl
1229            ! pp.c t/op/64bitint.t t/op/arith.t
1230 ____________________________________________________________________________
1231 [ 11724] By: ams                                   on 2001/08/22  10:02:33
1232         Log: Subject: Configure blooper
1233              From: H.Merijn Brand <h.m.brand@hccnet.nl>
1234              Date: Wed, 22 Aug 2001 12:38:35 +0200
1235              Message-Id: <20010822123750.A797.H.M.BRAND@hccnet.nl>
1236      Branch: perl
1237            ! Configure
1238 ____________________________________________________________________________
1239 [ 11723] By: ams                                   on 2001/08/21  16:17:53
1240         Log: Subject: [PATCH] installperl -help
1241              From: Nicholas Clark <nick@ccl4.org>
1242              Date: Tue, 21 Aug 2001 17:34:23 +0100
1243              Message-Id: <20010821173423.F82818@plum.flirble.org>
1244      Branch: perl
1245            ! installperl
1246 ____________________________________________________________________________
1247 [ 11722] By: ams                                   on 2001/08/20  07:46:31
1248         Log: Subject: [PATCH perlvar.pod] Rewrite $. entry and switch to -> syntax
1249              From: Ilmari Karonen <iltzu@sci.fi>
1250              Date: Mon, 20 Aug 2001 06:42:01 +0300 (EET DST)
1251              Message-Id: <Pine.SOL.3.96.1010820063126.28048A-100000@simpukka>
1252      Branch: perl
1253            ! pod/perlvar.pod
1254 ____________________________________________________________________________
1255 [ 11721] By: nick                                  on 2001/08/20  06:24:31
1256         Log: Integrate mainline
1257      Branch: perlio
1258           +> Porting/apply lib/Lingua/KO/Hangul/Util.pm
1259           +> lib/Lingua/KO/Hangul/Util/Changes
1260           +> lib/Lingua/KO/Hangul/Util/README
1261           +> lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
1262           +> lib/Unicode/Collate/Changes lib/Unicode/Collate/README
1263           +> lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
1264           +> lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
1265           +> lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
1266           +> lib/Unicode/Normalize/t/test.t
1267            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
1268           !> (integrate 55 files)
1269 ____________________________________________________________________________
1270 [ 11720] By: pudge                                 on 2001/08/19  19:00:16
1271         Log: Integrate Change #11599 from maint-5.6/perl
1272      Branch: maint-5.6/macperl
1273           !> README.win32
1274 ____________________________________________________________________________
1275 [ 11719] By: ams                                   on 2001/08/18  21:21:42
1276         Log: Add Porting/apply to MANIFEST.
1277      Branch: perl
1278            ! MANIFEST
1279 ____________________________________________________________________________
1280 [ 11718] By: sky                                   on 2001/08/18  14:38:01
1281         Log: PL_reentrant_buffer does not exist in 5005threaded perl.
1282              Better solution would be to make 5005threaded perl use
1283              the same system as ithreads do
1284      Branch: perl
1285            ! perl.h
1286 ____________________________________________________________________________
1287 [ 11717] By: jhi                                   on 2001/08/18  14:24:42
1288         Log: New try for ID 20010407.006: detach the semantics
1289              "was the last match target UTF8" into its own variable.
1290      Branch: perl
1291            ! embedvar.h intrpvar.h mg.c perlapi.h pod/perlapi.pod pp.c
1292            ! pp_hot.c regcomp.c regexec.c sv.c t/op/pat.t thrdvar.h
1293 ____________________________________________________________________________
1294 [ 11716] By: jhi                                   on 2001/08/18  12:11:14
1295         Log: UTF8 flag should be meaningful only when POK.
1296      Branch: perl
1297            ! dump.c
1298 ____________________________________________________________________________
1299 [ 11715] By: sky                                   on 2001/08/18  11:45:16
1300         Log: USE_THREADS and USE_ITHREADS are never true at the same time
1301      Branch: perl
1302            ! perl.h
1303 ____________________________________________________________________________
1304 [ 11714] By: jhi                                   on 2001/08/18  06:03:24
1305         Log: Retract #11712 for now.  The real fix would probably
1306              be something like making PL_reg_sv a copy (PV + UTF8)
1307              of the matched/substituted string (note: not just a SvPOK
1308              string, for example the stringified form of a ROK would
1309              be applicable)  Beware of leaks.
1310      Branch: perl
1311            ! pp_hot.c t/op/pat.t
1312 ____________________________________________________________________________
1313 [ 11713] By: jhi                                   on 2001/08/18  03:22:42
1314         Log: UTF8 wasn't printing for PVMGs.
1315      Branch: perl
1316            ! dump.c
1317 ____________________________________________________________________________
1318 [ 11712] By: jhi                                   on 2001/08/18  03:22:24
1319         Log: (Retracted by #11714)
1320              
1321              Okay analysis, debatable fix.  (The fix will inc
1322              the refcount of all temporary match objects,
1323              like for example tied(%h) =~ /^.../ from Tie/RefHash.t,
1324              which will then cause griping at untie() time
1325              ("inner references remain").
1326              
1327              Fix for ID 20010407.006: PL_reg_sv got wiped out
1328              by freetemps if the match target was a temporary
1329              (like function_call() =~ /.../), which in turn meant
1330              that the $1 et al stopped working if they had UTF-8
1331              in them.  Therefore bump up the refcount of PL_reg_sv.
1332      Branch: perl
1333            ! pp_hot.c t/op/pat.t
1334 ____________________________________________________________________________
1335 [ 11711] By: ams                                   on 2001/08/17  20:32:08
1336         Log: Subject: [PATCH] doesn't compile, was perl@11710
1337              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1338              Date: Fri, 17 Aug 2001 23:21:10 +0200
1339              Message-Id: <20010817232110.C7041@rafael> 
1340      Branch: perl
1341            ! sharedsv.c
1342 ____________________________________________________________________________
1343 [ 11710] By: jhi                                   on 2001/08/17  14:26:57
1344         Log: Update Changes.
1345      Branch: perl
1346            ! Changes patchlevel.h
1347 ____________________________________________________________________________
1348 [ 11709] By: jhi                                   on 2001/08/17  13:47:53
1349         Log: Upgrade to libnet 1.0704.
1350      Branch: perl
1351            - lib/Net/README.config lib/Net/demos/snpp lib/Net/libnet.ppd
1352            ! MANIFEST lib/Net/ChangeLog.libnet lib/Net/Cmd.pm
1353            ! lib/Net/Config.pm lib/Net/Domain.pm lib/Net/FTP.pm
1354            ! lib/Net/FTP/A.pm lib/Net/FTP/I.pm lib/Net/FTP/dataconn.pm
1355            ! lib/Net/NNTP.pm lib/Net/Netrc.pm lib/Net/POP3.pm
1356            ! lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/Time.pm
1357            ! lib/Net/libnetFAQ.pod lib/Net/t/ftp.t
1358 ____________________________________________________________________________
1359 [ 11708] By: sky                                   on 2001/08/17  13:34:04
1360         Log: Let perl_clone copy PL_exit_flags
1361      Branch: perl
1362            ! sv.c
1363 ____________________________________________________________________________
1364 [ 11707] By: sky                                   on 2001/08/17  12:28:41
1365         Log: Protext sharedsv_space better. Extended EDIT and RELEASE macro
1366      Branch: perl
1367            ! sharedsv.c sharedsv.h
1368 ____________________________________________________________________________
1369 [ 11706] By: jhi                                   on 2001/08/17  11:59:28
1370         Log: The metaconfig unit change for #11705.
1371      Branch: metaconfig/U/perl
1372            ! Extensions.U
1373 ____________________________________________________________________________
1374 [ 11705] By: jhi                                   on 2001/08/17  11:58:48
1375         Log: Allow the threads extension to be found if present.
1376      Branch: perl
1377            ! Configure
1378 ____________________________________________________________________________
1379 [ 11704] By: nick                                  on 2001/08/17  11:47:54
1380         Log: Mail -> change script (pre-alpha)
1381      Branch: perl
1382            + Porting/apply
1383 ____________________________________________________________________________
1384 [ 11703] By: sky                                   on 2001/08/17  07:11:24
1385         Log: Fixed macros for localtime_r under USE_REENTRANT_API, also fixed for HP-UX 10.20
1386              Thanks to Tom Hospel for pointing out my error.
1387      Branch: perl
1388            ! op.h
1389 ____________________________________________________________________________
1390 [ 11702] By: sky                                   on 2001/08/17  04:18:11
1391         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.
1392      Branch: perl
1393            ! embed.pl miniperlmain.c perl.c perl.h proto.h
1394 ____________________________________________________________________________
1395 [ 11701] By: jhi                                   on 2001/08/17  03:22:38
1396         Log: Integrate Lingua::KO::Hangul::Util 0.02, Unicode::Normalize,
1397              and Unicode::Collate 0.07, from SADAHIRO Tomoyuki.
1398      Branch: perl
1399            + lib/Lingua/KO/Hangul/Util.pm lib/Lingua/KO/Hangul/Util/Changes
1400            + lib/Lingua/KO/Hangul/Util/README
1401            + lib/Lingua/KO/Hangul/Util/t/test.t lib/Unicode/Collate.pm
1402            + lib/Unicode/Collate/Changes lib/Unicode/Collate/README
1403            + lib/Unicode/Collate/keys.txt lib/Unicode/Collate/t/test.t
1404            + lib/Unicode/Normalize.pm lib/Unicode/Normalize/Changes
1405            + lib/Unicode/Normalize/README lib/Unicode/Normalize/t/norm.t
1406            + lib/Unicode/Normalize/t/test.t
1407            ! MANIFEST
1408 ____________________________________________________________________________
1409 [ 11700] By: jhi                                   on 2001/08/17  02:58:59
1410         Log: Subject: [PATCH perl@11683] IEEE float tweak for VMS
1411              Date: Thu, 16 Aug 2001 22:46:15 -0500
1412              From: "Craig A. Berry" <craigberry@mac.com>
1413              Message-Id: <5.1.0.14.0.20010816204836.01ab4e58@exchi01>
1414      Branch: perl
1415            ! configure.com numeric.c
1416 ____________________________________________________________________________
1417 [ 11699] By: jhi                                   on 2001/08/17  02:33:00
1418         Log: It seems that Tru64 has "naturally" threadsafe APIs only for
1419              of the usual suspects (like getpwent) but not for others
1420              (like localtime and rand).  The _r versions are available
1421              for all of them, so let's use them.
1422      Branch: perl
1423            ! perl.h
1424 ____________________________________________________________________________
1425 [ 11698] By: jhi                                   on 2001/08/17  01:53:02
1426         Log: (Accidental apply; thankfully empty.)
1427      Branch: perl
1428            ! hints/os390.sh
1429 ____________________________________________________________________________
1430 [ 11697] By: jhi                                   on 2001/08/17  01:50:55
1431         Log: Subject: Re: [ID 20010803.016] Possible regex bug in 5.6.1 
1432              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1433              Date: Thu, 16 Aug 2001 16:27:49 +0100
1434              Message-Id: <200108161527.f7GFRnH09419@crypt.compulink.co.uk>
1435      Branch: perl
1436            ! regexec.c t/op/re_tests
1437 ____________________________________________________________________________
1438 [ 11696] By: jhi                                   on 2001/08/17  01:50:01
1439         Log: Subject: Re: [ID 20010814.004] pos() doesn't work when using =~m// in list context 
1440              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1441              Date: Thu, 16 Aug 2001 18:50:01 +0100
1442              Message-Id: <200108161750.f7GHo1l22207@crypt.compulink.co.uk>
1443      Branch: perl
1444            ! pp_hot.c t/op/pat.t
1445 ____________________________________________________________________________
1446 [ 11695] By: jhi                                   on 2001/08/17  01:49:12
1447         Log: Subject: [PATCH] *time_r again
1448              From: "Arthur Bergman" <arthur@contiller.se>
1449              Date: Thu, 16 Aug 2001 16:01:54 +0200
1450              Message-ID: <00ca01c1265c$0175f940$21000a0a@vogw2kdev>
1451      Branch: perl
1452            ! op.h
1453 ____________________________________________________________________________
1454 [ 11694] By: jhi                                   on 2001/08/17  01:47:53
1455         Log: system() and backtick error handling cleanup from Craig A. Berry.
1456      Branch: perl
1457            ! vms/vms.c
1458 ____________________________________________________________________________
1459 [ 11693] By: gsar                                  on 2001/08/17  01:07:21
1460         Log: change#10334 leaks memory, copies string when it doesn't
1461              need to
1462      Branch: perl
1463            ! perl.c
1464 ____________________________________________________________________________
1465 [ 11692] By: jhi                                   on 2001/08/16  12:22:29
1466         Log: One more twist to the sprintf + utf8 testing.
1467      Branch: perl
1468            ! t/op/misc.t
1469 ____________________________________________________________________________
1470 [ 11691] By: jhi                                   on 2001/08/16  11:46:02
1471         Log: Fix for 20010407.008 sprintf removes utf8-ness.
1472      Branch: perl
1473            ! pp.c t/op/misc.t
1474 ____________________________________________________________________________
1475 [ 11690] By: jhi                                   on 2001/08/16  11:31:00
1476         Log: Subject: [PATCH] *time_r fixes
1477              From: "Arthur Bergman" <arthur@contiller.se>
1478              Message-ID: <00b901c1264e$1cbe6970$21000a0a@vogw2kdev>
1479              Date: Thu, 16 Aug 2001 14:22:27 +0200
1480      Branch: perl
1481            ! op.h
1482 ____________________________________________________________________________
1483 [ 11689] By: jhi                                   on 2001/08/16  11:29:30
1484         Log: Upgrade to CGI.pm 2.77.
1485      Branch: perl
1486            ! lib/CGI.pm lib/CGI/Fast.pm lib/CGI/Util.pm lib/CGI/t/form.t
1487            ! lib/CGI/t/function.t
1488 ____________________________________________________________________________
1489 [ 11688] By: jhi                                   on 2001/08/16  01:07:21
1490         Log: Document the bytes-to-Unicode upgrading.
1491      Branch: perl
1492            ! pod/perlunicode.pod
1493 ____________________________________________________________________________
1494 [ 11687] By: jhi                                   on 2001/08/16  00:29:29
1495         Log: Add a test for Unicode sprintf.
1496      Branch: perl
1497            ! t/op/misc.t
1498 ____________________________________________________________________________
1499 [ 11686] By: jhi                                   on 2001/08/16  00:20:40
1500         Log: Add Unicode tests for index/rindex.
1501      Branch: perl
1502            ! t/op/index.t
1503 ____________________________________________________________________________
1504 [ 11685] By: jhi                                   on 2001/08/15  22:51:53
1505         Log: Document a bit the art of minimizing the installation,
1506              based on the p5p discussion.
1507      Branch: perl
1508            ! INSTALL
1509 ____________________________________________________________________________
1510 [ 11684] By: nick                                  on 2001/08/15  15:03:31
1511         Log: Integrate mainline
1512      Branch: perlio
1513           +> sharedsv.c sharedsv.h
1514           !> (integrate 53 files)
1515 ____________________________________________________________________________
1516 [ 11683] By: jhi                                   on 2001/08/15  13:49:07
1517         Log: Update Changes.
1518      Branch: perl
1519            ! Changes patchlevel.h
1520 ____________________________________________________________________________
1521 [ 11682] By: jhi                                   on 2001/08/15  13:26:00
1522         Log: The #11673 necessitated a test tweak.
1523      Branch: perl
1524            ! t/io/utf8.t
1525 ____________________________________________________________________________
1526 [ 11681] By: jhi                                   on 2001/08/15  13:12:50
1527         Log: Also UNICOS is in the general case unable to silently
1528              handle fp overflows.
1529      Branch: perl
1530            ! numeric.c
1531 ____________________________________________________________________________
1532 [ 11680] By: jhi                                   on 2001/08/15  13:05:15
1533         Log: Try to get NV_MIN, NV_MAX, NV_MIN_10_EXP, NV_MAX_10_EXP,
1534              NV_EPSILON #defined.
1535      Branch: perl
1536            ! perl.h
1537 ____________________________________________________________________________
1538 [ 11679] By: jhi                                   on 2001/08/15  12:48:32
1539         Log: Re-establish the fp overflow detection for VAX VMS; there
1540              is no easy way to have the IEEE fp silent overflow semantics.
1541              (in Alpha VMS we still will use IEEE fp by default-- but it
1542              is still possible to configure Perl to use G_FLOAT)
1543      Branch: perl
1544            ! numeric.c
1545 ____________________________________________________________________________
1546 [ 11678] By: jhi                                   on 2001/08/15  12:27:41
1547         Log: Subject: [PATCH] pp_lock 
1548              From: "Arthur Bergman" <arthur@contiller.se>
1549              Date: Wed, 15 Aug 2001 11:52:16 +0200
1550              Message-ID: <008401c1256f$f75a91b0$21000a0a@vogw2kdev>
1551      Branch: perl
1552            ! pp.c
1553 ____________________________________________________________________________
1554 [ 11677] By: jhi                                   on 2001/08/15  12:26:44
1555         Log: Subject: Re: [ID 20010809.023] perlre misleads when stating that (?i) should be at front of pattern 
1556              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1557              Date: Wed, 15 Aug 2001 11:32:11 +0100
1558              Message-Id: <200108151032.f7FAWBI30961@crypt.compulink.co.uk>
1559      Branch: perl
1560            ! regcomp.c t/op/re_tests
1561 ____________________________________________________________________________
1562 [ 11676] By: jhi                                   on 2001/08/15  12:25:29
1563         Log: Subject: Re: [ID 20010811.006] re_eval: logical leaks 
1564              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
1565              Date: Wed, 15 Aug 2001 10:33:49 +0100
1566              Message-Id: <200108150933.f7F9Xnr11222@crypt.compulink.co.uk>
1567      Branch: perl
1568            ! regexec.c t/op/re_tests
1569 ____________________________________________________________________________
1570 [ 11675] By: jhi                                   on 2001/08/15  03:28:20
1571         Log: Subject: Re: bug in File::Spec 0.82 (canonpath)
1572              From: Barrie Slaymaker <barries@slaysys.com>
1573              Date: Tue, 14 Aug 2001 14:32:25 -0400
1574              Message-ID: <20010814143225.A19822@jester.slaysys.com>
1575      Branch: perl
1576            ! lib/File/Spec.t lib/File/Spec/Unix.pm
1577 ____________________________________________________________________________
1578 [ 11674] By: jhi                                   on 2001/08/15  03:25:32
1579         Log: Subject: [PATCH: perl@11626] modify VMS default prefix for installation
1580              From: Peter Prymmer <pvhp@forte.com>
1581              Date: Tue, 14 Aug 2001 13:33:32 -0700 (PDT)
1582              Message-ID: <Pine.OSF.4.10.10108141327590.192110-100000@aspara.forte.com>
1583      Branch: perl
1584            ! README.vms configure.com
1585 ____________________________________________________________________________
1586 [ 11673] By: jhi                                   on 2001/08/15  03:16:14
1587         Log: Subject: [PATCH perl@11660] Warning incorrectly reported without -w
1588              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
1589              Date: Tue, 14 Aug 2001 21:23:27 +0200
1590              Message-ID: <20010814212327.A1919@rafael>
1591      Branch: perl
1592            ! doio.c
1593 ____________________________________________________________________________
1594 [ 11672] By: jhi                                   on 2001/08/15  03:15:25
1595         Log: Subject: [PATCH bleadperl] fixing SDBM_File problems under win32
1596              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
1597              Date: Tue, 14 Aug 2001 22:30:11 +0200
1598              Message-ID: <4224685483.20010814223011@tesla.rcub.bg.ac.yu>
1599              
1600              Combination of nmake, quoting, and Perl expanded $( in here-doc.
1601      Branch: perl
1602            ! ext/SDBM_File/Makefile.PL
1603 ____________________________________________________________________________
1604 [ 11671] By: jhi                                   on 2001/08/14  13:44:40
1605         Log: Todo updates.
1606      Branch: perl
1607            ! pod/perltodo.pod
1608 ____________________________________________________________________________
1609 [ 11670] By: jhi                                   on 2001/08/14  13:10:36
1610         Log: Subject: [PATCH bleadperl CORE] removing sv.c warnings on VC++5.0
1611              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
1612              Date: Mon, 13 Aug 2001 23:15:01 +0200
1613              Message-ID: <6114148607.20010813231501@tesla.rcub.bg.ac.yu>
1614      Branch: perl
1615            ! sv.c
1616 ____________________________________________________________________________
1617 [ 11669] By: jhi                                   on 2001/08/14  13:07:09
1618         Log: Subject: [PATCH] [b-]showlex.t
1619              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu>
1620              Date: Sun, 12 Aug 2001 22:24:51 +0200
1621              Message-ID: <6510457078.20010812222451@tesla.rcub.bg.ac.yu>
1622              
1623              The 4nt command shell will expand the % in command line
1624              no matter what quoting is attempted, changed the % to @.
1625      Branch: perl
1626            ! ext/B/Showlex.t
1627 ____________________________________________________________________________
1628 [ 11668] By: jhi                                   on 2001/08/14  13:01:02
1629         Log: Subject: [PATCH] magic.t
1630              From: Nikola Knezevic <indy@tesla.rcub.bg.ac.yu> 
1631              Date: Sun, 12 Aug 2001 20:49:27 +0200
1632              Message-ID: <844732764.20010812204927@tesla.rcub.bg.ac.yu>
1633      Branch: perl
1634            ! t/op/magic.t
1635 ____________________________________________________________________________
1636 [ 11667] By: jhi                                   on 2001/08/14  12:35:17
1637         Log: Add sharedsv* to the DOSish platforms; plus add
1638              some WinCE files to the list of DOSish files.
1639      Branch: perl
1640            ! NetWare/Makefile Porting/makerel win32/Makefile
1641            ! win32/makefile.mk wince/Makefile.ce
1642 ____________________________________________________________________________
1643 [ 11666] By: jhi                                   on 2001/08/14  12:29:57
1644         Log: More DOSish files.
1645      Branch: perl
1646            ! Porting/makerel
1647 ____________________________________________________________________________
1648 [ 11665] By: jhi                                   on 2001/08/14  12:27:58
1649         Log: Strip CRs from the WinCE files.  Now we need to
1650              figure out in which CRs are really needed: probably
1651              Makefile.ce and the README files, at least, probably
1652              also the registry.bat.
1653      Branch: perl
1654            ! wince/Makefile.ce wince/README.compile wince/README.perlce
1655            ! wince/config.h wince/include/cectype.h wince/include/errno.h
1656            ! wince/include/sys/stat.h wince/include/sys/types.h
1657            ! wince/include/sys/utime.h wince/include/time.h wince/perl.rc
1658            ! wince/perldll.def wince/registry.bat wince/wince.h
1659            ! wince/xbuildall.ksh wince/xdistclean.ksh wince/xmakediffs.ksh
1660 ____________________________________________________________________________
1661 [ 11664] By: jhi                                   on 2001/08/14  12:05:09
1662         Log: Add some files to DOSish and writables.
1663      Branch: perl
1664            ! Porting/makerel
1665 ____________________________________________________________________________
1666 [ 11663] By: jhi                                   on 2001/08/14  03:08:07
1667         Log: Compile failure message tidying.
1668      Branch: perl
1669            ! t/lib/1_compile.t
1670 ____________________________________________________________________________
1671 [ 11662] By: jhi                                   on 2001/08/14  01:41:22
1672         Log: The new sharedsv* should be exported only if usethreads.
1673      Branch: perl
1674            ! makedef.pl
1675 ____________________________________________________________________________
1676 [ 11661] By: jhi                                   on 2001/08/14  00:25:30
1677         Log: Subject: [PATCH: perl@11626] URL updates for README.os390
1678              From: Peter Prymmer <pvhp@forte.com>
1679              Date: Mon, 13 Aug 2001 15:21:06 -0700 (PDT)
1680              Message-ID: <Pine.OSF.4.10.10108131517570.151295-100000@aspara.forte.com>
1681      Branch: perl
1682            ! README.os390
1683 ____________________________________________________________________________
1684 [ 11660] By: jhi                                   on 2001/08/13  12:54:54
1685         Log: Update Changes.
1686      Branch: perl
1687            ! Changes patchlevel.h
1688 ____________________________________________________________________________
1689 [ 11659] By: jhi                                   on 2001/08/13  12:45:21
1690         Log: Subject: [PATHC] sharedsv.[c|h]
1691              From: "Artur Bergman" <artur@contiller.se>
1692              Date: Mon, 13 Aug 2001 14:38:41 +0200
1693              Message-ID: <005401c123f4$e1f53360$21000a0a@vogw2kdev>  
1694              
1695              Subject: [PATCH] embed.pl
1696              From: Arthur Bergman <arthur@contiller.se>
1697              Date: Mon, 13 Aug 2001 14:38:14 +0200
1698              Message-ID: <B79D96D6.3088%arthur@contiller.se>
1699              
1700              Subject: [PATCH] sharedsv cleanups
1701              From: "Arthur Bergman" <arthur@contiller.se>
1702              Date: Mon, 13 Aug 2001 15:14:25 +0200
1703              Message-ID: <005a01c123f9$dfe525d0$21000a0a@vogw2kdev>  
1704              
1705              Plus few tweaks: _init needs to be Adp, the prototypes
1706              should not be revealed unless using ithreads, #endif FOO
1707              must be #endif /* FOO */, adding (parentheses) around
1708              do { } while doesn't work too well.
1709      Branch: perl
1710            + sharedsv.c sharedsv.h
1711            ! MANIFEST Makefile.SH embed.h embed.pl global.sym objXSUB.h
1712            ! perl.h perlapi.c pod/perlapi.pod proto.h
1713 ____________________________________________________________________________
1714 [ 11658] By: jhi                                   on 2001/08/13  12:00:08
1715         Log: Subject: Re: END {} blocks run in perl_run
1716              From: Arthur Bergman <arthur@contiller.se>
1717              Date: Mon, 13 Aug 2001 11:11:30 +0200
1718              Message-ID: <B79D6661.3068%arthur@contiller.se>
1719      Branch: perl
1720            ! perl.c
1721 ____________________________________________________________________________
1722 [ 11657] By: nick                                  on 2001/08/13  09:03:02
1723         Log: Integrate mainline
1724      Branch: perlio
1725           +> (branch 326 files)
1726            - (delete 330 files)
1727           !> (integrate 85 files)
1728 ____________________________________________________________________________
1729 [ 11656] By: jhi                                   on 2001/08/12  23:24:18
1730         Log: If you want you can now add -DUSE_UTF8_SCRIPTS to your cflags
1731              and the Perl will be built to do that by default (adding that
1732              will break scripts having non-UTF-8 binary data, such as Latin-1.)
1733      Branch: perl
1734            ! op.c toke.c utf8.h
1735 ____________________________________________________________________________
1736 [ 11655] By: jhi                                   on 2001/08/12  23:05:14
1737         Log: Unnecessary downgrades.
1738      Branch: perl
1739            ! doop.c
1740 ____________________________________________________________________________
1741 [ 11654] By: jhi                                   on 2001/08/12  22:56:47
1742         Log: Failure not true anymore (probably caused by my broken setup).
1743      Branch: perl
1744            ! t/op/pat.t
1745 ____________________________________________________________________________
1746 [ 11653] By: jhi                                   on 2001/08/12  22:46:12
1747         Log: Not quite so relicy as thought in #11651 (op/concat #4 and #5
1748              stopped working).
1749      Branch: perl
1750            ! op.h pp_ctl.c regcomp.c
1751 ____________________________________________________________________________
1752 [ 11652] By: jhi                                   on 2001/08/12  22:30:04
1753         Log: There is no IN_UTF8.
1754      Branch: perl
1755            ! utf8.h
1756 ____________________________________________________________________________
1757 [ 11651] By: jhi                                   on 2001/08/12  21:08:06
1758         Log: More (less) regex/utf8 relics.  (Toned down later in #11653.)
1759      Branch: perl
1760            ! op.c op.h pp_ctl.c regcomp.c
1761 ____________________________________________________________________________
1762 [ 11650] By: jhi                                   on 2001/08/12  20:17:32
1763         Log: Relic in op.c (no regex feature should depend on the utf8 pragma),
1764              and a test tweak.
1765      Branch: perl
1766            ! op.c t/pod/find.t
1767 ____________________________________________________________________________
1768 [ 11649] By: jhi                                   on 2001/08/12  18:45:52
1769         Log: Todo updates and fixes.
1770      Branch: perl
1771            ! pod/perltodo.pod
1772 ____________________________________________________________________________
1773 [ 11648] By: jhi                                   on 2001/08/12  18:43:50
1774         Log: Mark tests (and one module) having explicit Latin-1
1775              (and one file having explicit UTF-8) with an explicit
1776              'no utf8' (and one explicit 'use utf8').
1777              
1778              NOTE: t/op/pat.t #64 fails mysteriously under 'use utf8'.
1779      Branch: perl
1780            ! lib/CGI/t/html.t lib/Locale/Codes/t/languages.t
1781            ! lib/Locale/Language.pm lib/charnames.t lib/locale.t
1782            ! t/lib/locale/latin1 t/lib/locale/utf8 t/op/pat.t
1783 ____________________________________________________________________________
1784 [ 11647] By: jhi                                   on 2001/08/12  17:10:22
1785         Log: Subject: SV: END {} blocks run in perl_run
1786              From: "Arthur Bergman" <arthur@contiller.se>
1787              Date: Sun, 12 Aug 2001 00:34:28 +0200 
1788              Message-ID: <03fd01c122b5$c803c600$052aa8c0@foo>
1789      Branch: perl
1790            ! miniperlmain.c perl.c
1791 ____________________________________________________________________________
1792 [ 11646] By: jhi                                   on 2001/08/12  16:59:00
1793         Log: Typos in #11645.
1794      Branch: perl
1795            ! perl.h
1796 ____________________________________________________________________________
1797 [ 11645] By: jhi                                   on 2001/08/12  16:55:31
1798         Log: On ithreads default to use_reentrant except on naturally
1799              threadsafe platforms.
1800      Branch: perl
1801            ! perl.h
1802 ____________________________________________________________________________
1803 [ 11644] By: jhi                                   on 2001/08/12  15:45:43
1804         Log: (Hopefully) a fix for 20010723.004: make install needs
1805              write permission in build directory.  The problem was
1806              probably caused by overeager sprinkling of the lib/re.pm
1807              dependencies (which was done to guarantee lib/re.pm being
1808              uptodate for parallel makes: now solved by funneling that
1809              through an explicit recursive make in the preplibrary target).
1810      Branch: perl
1811            ! Makefile.SH
1812 ____________________________________________________________________________
1813 [ 11643] By: jhi                                   on 2001/08/12  14:16:44
1814         Log: Dispell the "use utf8" superstition.
1815      Branch: perl
1816            ! lib/utf8.pm pod/perlfunc.pod pod/perlretut.pod pod/perltoc.pod
1817            ! pod/perlunicode.pod
1818 ____________________________________________________________________________
1819 [ 11642] By: jhi                                   on 2001/08/12  13:56:42
1820         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
1821              From: "Abigail" <abigail@foad.org> 
1822              Date: Sat, 11 Aug 2001 23:49:49 +0200
1823              Message-ID: <20010811214950.23255.qmail@foad.org>
1824      Branch: perl
1825            ! t/op/taint.t
1826 ____________________________________________________________________________
1827 [ 11641] By: jhi                                   on 2001/08/12  13:56:18
1828         Log: Subject: Re: [ID 20010730.010] FETCH called twice with -T
1829              From: Abhijit Menon-Sen <ams@wiw.org>
1830              Date: Sat, 11 Aug 2001 06:18:19 +0530
1831              Message-ID: <20010811061819.P526@lustre.dyn.wiw.org>
1832      Branch: perl
1833            ! mg.c
1834 ____________________________________________________________________________
1835 [ 11640] By: jhi                                   on 2001/08/12  13:45:58
1836         Log: Test for change #11639.
1837      Branch: perl
1838            ! t/op/tiehandle.t
1839 ____________________________________________________________________________
1840 [ 11639] By: jhi                                   on 2001/08/12  13:42:03
1841         Log: Subject: Re: Can't localize *FH, then tie it
1842              From: Abhijit Menon-Sen <ams@wiw.org>
1843              Date: Sun, 12 Aug 2001 16:08:06 +0530
1844              Message-ID: <20010812160806.A28712@lustre.dyn.wiw.org>
1845      Branch: perl
1846            ! pp_hot.c pp_sys.c
1847 ____________________________________________________________________________
1848 [ 11638] By: jhi                                   on 2001/08/12  03:30:07
1849         Log: Drop all the unnecessary "use utf8" clauses and some of
1850              the unnecessary "use bytes" ones.
1851              
1852              TODO: scour the documentation for unnecessary "use utf8"
1853              and prominently display it in perldelta when the time comes.
1854              ("use utf8" should be necessary ONLY if one wants the script
1855              to be in UTF-8.)  Also should be checked in some non-ASCII
1856              non-Latin-1 platform, like EBCDIC.
1857      Branch: perl
1858            ! t/comp/require.t t/io/utf8.t t/op/concat.t t/op/each.t
1859            ! t/op/pat.t t/op/regmesg.t t/op/sprintf.t t/op/tr.t
1860 ____________________________________________________________________________
1861 [ 11637] By: jhi                                   on 2001/08/11  17:55:36
1862         Log: Add t/op/lc.t to see if lc, uc, lcfirst, ucfirst, quotemeta work.
1863              Smoked out bugs (well, the same bug twice) from ucfirst and lcfirst
1864              in Unicode handling.
1865      Branch: perl
1866            + t/op/lc.t
1867            ! MANIFEST pp.c t/op/misc.t t/op/readdir.t
1868 ____________________________________________________________________________
1869 [ 11636] By: jhi                                   on 2001/08/11  17:14:06
1870         Log: Thinko: we want the flags for native cc, not gcc.
1871      Branch: perl
1872            ! hints/dec_osf.sh
1873 ____________________________________________________________________________
1874 [ 11635] By: jhi                                   on 2001/08/11  15:14:48
1875         Log: Subject: [PATCH] Re: [ID 20010809.028] x operator not copying elements in 'for' list?
1876              From: Robin Houston <robin@kitsite.com>
1877              Date: Fri, 10 Aug 2001 14:42:02 +0100
1878              Message-ID: <20010810144202.A32754@puffinry.freeserve.co.uk>
1879      Branch: perl
1880            ! pp.c
1881 ____________________________________________________________________________
1882 [ 11634] By: jhi                                   on 2001/08/11  14:59:22
1883         Log: Subject: [PATCH] turn $a.=<F> into an RCATLINE
1884              From: Abhijit Menon-Sen <ams@wiw.org>
1885              Date: Sat, 11 Aug 2001 16:31:04 +0530
1886              Message-ID: <20010811163104.Q526@lustre.dyn.wiw.org>
1887      Branch: perl
1888            ! op.c
1889 ____________________________________________________________________________
1890 [ 11633] By: jhi                                   on 2001/08/11  14:58:07
1891         Log: Get rid of indread, from Abhijit Menon-Sen.
1892      Branch: perl
1893            ! pp_sys.c
1894 ____________________________________________________________________________
1895 [ 11632] By: jhi                                   on 2001/08/10  23:39:04
1896         Log: CRLFgngngn.
1897      Branch: perl
1898            ! win32/Makefile win32/makefile.mk
1899 ____________________________________________________________________________
1900 [ 11631] By: jhi                                   on 2001/08/10  23:37:43
1901         Log: Decommission Time::Piece; unnecessary Yet Another Time-Date Module.
1902      Branch: perl
1903            - ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
1904            - ext/Time/Piece/Piece.t ext/Time/Piece/Piece.xs
1905            - ext/Time/Piece/README ext/Time/Piece/Seconds.pm
1906            ! MANIFEST Porting/config.sh djgpp/config.over epoc/config.sh
1907            ! ext/POSIX/POSIX.pod hints/vmesa.sh pod/perlfaq4.pod
1908            ! pod/perllocale.pod pod/perltoc.pod t/lib/1_compile.t
1909            ! win32/Makefile win32/makefile.mk
1910 ____________________________________________________________________________
1911 [ 11630] By: jhi                                   on 2001/08/10  13:53:15
1912         Log: Avoid #elif (less portable than #else #if).
1913      Branch: perl
1914            ! handy.h
1915 ____________________________________________________________________________
1916 [ 11629] By: jhi                                   on 2001/08/10  13:49:53
1917         Log: Subject: patch for perlvar.pod
1918              From: mah@everybody.org (Mark A. Hershberger)
1919              Date: 08 Aug 2001 17:03:16 -0500
1920              Message-ID: <87g0b2w6or.fsf@mah.mcdermott.com>
1921      Branch: perl
1922            ! pod/perlvar.pod
1923 ____________________________________________________________________________
1924 [ 11628] By: jhi                                   on 2001/08/10  13:45:48
1925         Log: cpp commands must start (the # must be) at the column #0.
1926      Branch: perl
1927            ! op.c
1928 ____________________________________________________________________________
1929 [ 11627] By: jhi                                   on 2001/08/10  13:41:07
1930         Log: If using gcc -B/foo/bar makedepend would give
1931              unnecessary warnings about unused -B/foo/bar.
1932      Branch: perl
1933            ! makedepend.SH
1934 ____________________________________________________________________________
1935 [ 11626] By: jhi                                   on 2001/08/09  14:56:29
1936         Log: Update Changes.
1937      Branch: perl
1938            ! Changes patchlevel.h
1939 ____________________________________________________________________________
1940 [ 11625] By: jhi                                   on 2001/08/09  14:54:05
1941         Log: s/z/tz/
1942      Branch: perl
1943            ! pod/perlfaq2.pod
1944 ____________________________________________________________________________
1945 [ 11624] By: jhi                                   on 2001/08/09  14:52:52
1946         Log: Article nit.
1947      Branch: perl
1948            ! pod/perlfaq2.pod
1949 ____________________________________________________________________________
1950 [ 11623] By: jhi                                   on 2001/08/09  14:49:00
1951         Log: Rename lib/unicode files to lib/unicore to avoid
1952              conflicts between core lib/unicode and Unicode::
1953              files in case-ignoring filesystems.
1954      Branch: perl
1955            + (add 325 files)
1956            - (delete 324 files)
1957            ! MANIFEST lib/charnames.pm lib/utf8_heavy.pl pod/perlretut.pod
1958 ____________________________________________________________________________
1959 [ 11622] By: jhi                                   on 2001/08/09  13:33:47
1960         Log: Upgrade to Math::BigInt 1.41.
1961      Branch: perl
1962            ! lib/Math/BigInt.pm lib/Math/BigInt/t/bigintpm.t
1963 ____________________________________________________________________________
1964 [ 11621] By: jhi                                   on 2001/08/09  13:31:20
1965         Log: Subject: [PATCH] remove PL_na from typemap
1966              From: James <james@rf.net>
1967              Date: Mon, 06 Aug 2001 20:23:15 -0700
1968              Message-ID: <3B6F5F23.A31A81B1@rf.net>
1969              
1970              (had to be manually applied)
1971      Branch: perl
1972            ! lib/ExtUtils/typemap
1973 ____________________________________________________________________________
1974 [ 11620] By: jhi                                   on 2001/08/09  13:27:11
1975         Log: The metaconfig unit changes for #11618.
1976      Branch: metaconfig/U/perl
1977            + d_fpclassl.U i_fp.U
1978 ____________________________________________________________________________
1979 [ 11619] By: jhi                                   on 2001/08/09  13:25:21
1980         Log: Forgot this from #11618.
1981              
1982              NOTE: wince/config_H.ce needs updating.
1983      Branch: perl
1984            ! wince/config.ce
1985 ____________________________________________________________________________
1986 [ 11618] By: jhi                                   on 2001/08/09  13:21:51
1987         Log: Introduce more floating point classifying APIs;
1988              try to define (most importantly) Perl_is{inf,nan}(x).
1989              
1990              For this first cut, assume none such APIs exist in non-UNIXoid
1991              platforms-- this is of course too unkind: Win32 rumoredly has
1992              _fpclass() and _isnan(), and VMS/VOS very probably have some
1993              of the APIs available.     The only thing Perl uses at the moment
1994              is Perl_isnan() (has been in use for a while now).
1995              
1996              NOTE: the Win32 and NetWare config_h.?c need regenerating.
1997      Branch: perl
1998            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
1999            ! Porting/config_H config_h.SH configure.com epoc/config.sh
2000            ! hints/hpux.sh perl.h pod/perltoc.pod uconfig.h uconfig.sh
2001            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
2002            ! vos/config.ga.h win32/config.bc win32/config.gc
2003            ! win32/config.vc win32/config_H.bc win32/config_H.gc
2004            ! win32/config_H.vc wince/config.ce wince/config.h
2005 ____________________________________________________________________________
2006 [ 11617] By: jhi                                   on 2001/08/09  11:08:51
2007         Log: Integrate change #11519 from perlio:
2008              
2009              Avoid testing for (non-)existance of "encoding(xxxx)"
2010              layer is called "encoding" the (xxxx) is an argument.
2011      Branch: perl
2012           !> lib/open.pm
2013 ____________________________________________________________________________
2014 [ 11616] By: nick                                  on 2001/08/09  07:50:24
2015         Log: Integrate mainline
2016      Branch: perlio
2017           +> ext/PerlIO/t/via.t lib/Getopt/Long/CHANGES
2018           +> lib/Getopt/Long/README lib/Getopt/Long/t/gol-basic.t
2019           +> lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t
2020           +> lib/Getopt/Long/t/gol-oo.t utils/perlivp.PL
2021            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
2022            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
2023           !> (integrate 79 files)
2024 ____________________________________________________________________________
2025 [ 11615] By: nick                                  on 2001/08/09  06:23:44
2026         Log: Avoid testing for (non-)existance of "encoding(xxxx)"
2027              layer is called "encoding" the (xxxx) is an argument.
2028      Branch: perlio
2029            ! lib/open.pm
2030 ____________________________________________________________________________
2031 [ 11614] By: jhi                                   on 2001/08/08  21:50:19
2032         Log: Subject: [PATCH bleadperl] Teach B::Concise about PADOP
2033              From: Paul Johnson <paul@pjcj.net>
2034              Date: Wed, 8 Aug 2001 23:54:17 +0200
2035              Message-ID: <20010808235417.O1006@pjcj.net>
2036      Branch: perl
2037            ! ext/B/B/Concise.pm
2038 ____________________________________________________________________________
2039 [ 11613] By: jhi                                   on 2001/08/08  13:22:13
2040         Log: Make VMS use IEEE math by default; reorder Tru64 hints
2041              so that -fprm d -ieee (the -ieee gives as e.g. IEEE 754
2042              exception semantics) is always set if using (the new) cc.
2043      Branch: perl
2044            ! configure.com hints/dec_osf.sh
2045 ____________________________________________________________________________
2046 [ 11612] By: jhi                                   on 2001/08/08  12:14:56
2047         Log: Subject: Re: [ID 20010806.008] tied hashes, invocation of FIRSTKEY
2048              From: Abhijit Menon-Sen <ams@wiw.org>
2049              Date: Tue, 7 Aug 2001 17:16:05 +0530
2050              Message-ID: <20010807171605.K526@lustre.dyn.wiw.org>
2051      Branch: perl
2052            ! pp_sys.c
2053 ____________________________________________________________________________
2054 [ 11611] By: jhi                                   on 2001/08/08  02:28:58
2055         Log: Subject: [PATCH perl@11597] fix t/run/exit.t for VMS
2056              From: "Craig A. Berry" <craigberry@mac.com>
2057              Date: Tue, 07 Aug 2001 22:27:47 -0500
2058              Message-Id: <5.1.0.14.0.20010806105326.02d22298@exchi01>
2059      Branch: perl
2060            ! t/run/exit.t
2061 ____________________________________________________________________________
2062 [ 11610] By: jhi                                   on 2001/08/08  00:12:00
2063         Log: Subject: [PATCH bleadperl] better VMS docs for $?, exit(), and system()
2064              From: "Craig A. Berry" <craigberry@mac.com>
2065              Date: Tue, 07 Aug 2001 20:01:53 -0500
2066              Message-Id: <5.1.0.14.0.20010807155648.01ba3c98@exchi01>
2067      Branch: perl
2068            ! pod/perlport.pod pod/perlvar.pod vms/perlvms.pod
2069 ____________________________________________________________________________
2070 [ 11609] By: jhi                                   on 2001/08/07  23:49:09
2071         Log: Update the magazine information.
2072      Branch: perl
2073            ! pod/perlfaq2.pod
2074 ____________________________________________________________________________
2075 [ 11608] By: jhi                                   on 2001/08/07  23:35:27
2076         Log: Ignore SIGFPE everywhere.
2077      Branch: perl
2078            ! hints/os390.sh hints/posix-bc.sh hints/uts.sh numeric.c perl.h
2079 ____________________________________________________________________________
2080 [ 11607] By: jhi                                   on 2001/08/07  23:07:04
2081         Log: With permission, change the licensing of the docs by
2082              TomC (and Gnat) to comply with the rest of Perl.
2083      Branch: perl
2084            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
2085            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
2086            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
2087            ! pod/perlfaq9.pod pod/perlopentut.pod pod/perltoot.pod
2088            ! pod/perltootc.pod
2089 ____________________________________________________________________________
2090 [ 11606] By: jhi                                   on 2001/08/07  22:50:04
2091         Log: Subject: [PATCH 5.6.x, 5.7.2] hints/openbsd.sh tweaks.
2092              From: Andy Dougherty <doughera@lafayette.edu>
2093              Date: Tue, 7 Aug 2001 15:49:33 -0400 (EDT)
2094              Message-ID: <Pine.SOL.4.10.10108071544040.2431-100000@maxwell.phys.lafayette.edu>
2095      Branch: perl
2096            ! hints/openbsd.sh
2097 ____________________________________________________________________________
2098 [ 11605] By: jhi                                   on 2001/08/07  22:49:18
2099         Log: Subject: [PATCH] Makefile.SH test_prep dependency
2100              From: Andy Dougherty <doughera@lafayette.edu>
2101              Date: Tue, 7 Aug 2001 15:44:01 -0400 (EDT)
2102              Message-ID: <Pine.SOL.4.10.10108071540190.2431-100000@maxwell.phys.lafayette.edu>
2103      Branch: perl
2104            ! Makefile.SH
2105 ____________________________________________________________________________
2106 [ 11604] By: jhi                                   on 2001/08/07  22:44:35
2107         Log: Don't autogenerate the headers et alia,
2108              make regen_headers explicitly.
2109      Branch: perl
2110            ! Makefile.SH
2111 ____________________________________________________________________________
2112 [ 11603] By: jhi                                   on 2001/08/07  22:33:48
2113         Log: Subject: Re: [ID 20010807.011] 5.6.1 coredumping on bleedperl embed.pl
2114              From: Gurusamy Sarathy <gsar@ActiveState.com> 
2115              Date: Tue, 07 Aug 2001 08:33:26 -0700
2116              Message-Id: <200108071533.f77FXQf01168@smtp3.ActiveState.com>
2117              
2118              Unnecessary dependency.
2119      Branch: perl
2120            ! embed.pl
2121 ____________________________________________________________________________
2122 [ 11602] By: jhi                                   on 2001/08/07  13:52:41
2123         Log: Subject: Re: [ID 20010806.006] Can't read coderef from tied variable
2124              From: Abhijit Menon-Sen <ams@wiw.org>
2125              Date: Tue, 7 Aug 2001 09:10:54 +0530
2126              Message-ID: <20010807091054.H526@lustre.dyn.wiw.org>
2127      Branch: perl
2128            ! pp_hot.c
2129 ____________________________________________________________________________
2130 [ 11601] By: jhi                                   on 2001/08/07  13:46:33
2131         Log: Subject: [PATCH perl@11597] B && BEGIN handling
2132              From: "James A. Duncan" <jduncan@fotango.com>
2133              Date: Mon, 6 Aug 2001 17:29:11 +0100
2134              Message-ID: <20010806172911.A2071@fotango.com>
2135              
2136              (the intrpvar.h addition moved to the end for bincompat)
2137      Branch: perl
2138            ! embedvar.h ext/B/B.xs intrpvar.h perl.c perlapi.h
2139 ____________________________________________________________________________
2140 [ 11600] By: jhi                                   on 2001/08/07  11:53:48
2141         Log: Integrate change #11598 from maintperl (fcrypt.c URL updates)
2142      Branch: perl
2143           !> README.win32
2144 ____________________________________________________________________________
2145 [ 11599] By: gsar                                  on 2001/08/07  06:31:39
2146         Log: fix URLs for fcrypt.c
2147      Branch: maint-5.6/perl
2148            ! README.win32
2149 ____________________________________________________________________________
2150 [ 11598] By: jhi                                   on 2001/08/06  15:02:48
2151         Log: Yet another way to say Infinity: HP-UX calls its "++".
2152      Branch: perl
2153            ! lib/Math/BigInt/t/bigintpm.t
2154 ____________________________________________________________________________
2155 [ 11597] By: jhi                                   on 2001/08/06  13:40:01
2156         Log: Update Changes.
2157      Branch: perl
2158            ! Changes patchlevel.h
2159 ____________________________________________________________________________
2160 [ 11596] By: jhi                                   on 2001/08/06  13:24:28
2161         Log: Advertise File::Temp, don't advertise POSIX::tmpnam().
2162      Branch: perl
2163            ! pod/perlfaq5.pod
2164 ____________________________________________________________________________
2165 [ 11595] By: jhi                                   on 2001/08/06  12:51:38
2166         Log: The #11593 wasn't right.
2167      Branch: perl
2168            ! lib/Math/BigInt/t/bigintpm.t
2169 ____________________________________________________________________________
2170 [ 11594] By: jhi                                   on 2001/08/06  12:34:15
2171         Log: Subject: [PATCH: perl@11564] introducing perlivp
2172              From: Prymmer/Kahn <pvhp@best.com>
2173              Date: Sun, 5 Aug 2001 22:00:14 -0700 (PDT)
2174              Message-ID: <Pine.BSF.4.21.0108052155110.7110-100000@shell8.ba.best.com>
2175              
2176              Subject: Re: [PATCH: perl@11564] introducing perlivp
2177              From: Prymmer/Kahn <pvhp@best.com>
2178              Date: Sun, 5 Aug 2001 22:32:59 -0700 (PDT)
2179              Message-ID: <Pine.BSF.4.21.0108052229470.9059-100000@shell8.ba.best.com>
2180      Branch: perl
2181            + utils/perlivp.PL
2182            ! MANIFEST utils.lst utils/Makefile vms/descrip_mms.template
2183            ! win32/Makefile win32/makefile.mk
2184 ____________________________________________________________________________
2185 [ 11593] By: jhi                                   on 2001/08/05  23:10:52
2186         Log: libcs are confused what to call Infinity.
2187      Branch: perl
2188            ! lib/Math/BigInt/t/bigintpm.t
2189 ____________________________________________________________________________
2190 [ 11592] By: jhi                                   on 2001/08/05  23:07:50
2191         Log: Avoid SIGFPE in Tru64.
2192      Branch: perl
2193            ! numeric.c
2194 ____________________________________________________________________________
2195 [ 11591] By: jhi                                   on 2001/08/05  22:46:10
2196         Log: Upgrade to Math::BigInt 1.40.
2197              
2198              NOTE: this patch necessitates doing something about
2199              infinity handling since the new bigintpm.t tests use
2200              infinity, which causes SIGFPEs at least in Tru64.
2201      Branch: perl
2202            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
2203            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigfltpm.t
2204            ! lib/Math/BigInt/t/bigintc.t lib/Math/BigInt/t/bigintpm.t
2205            ! lib/Math/BigInt/t/mbimbf.t
2206 ____________________________________________________________________________
2207 [ 11590] By: gsar                                  on 2001/08/05  21:57:43
2208         Log: remove hardcoded cmd shell in testsuite
2209      Branch: perl
2210            ! t/op/glob.t t/op/magic.t t/op/stat.t
2211 ____________________________________________________________________________
2212 [ 11589] By: gsar                                  on 2001/08/05  21:35:50
2213         Log: 4-arg select() was busted on windows because change#8178 didn't
2214              make it into mainline
2215      Branch: perl
2216            ! perl.h win32/include/sys/socket.h
2217 ____________________________________________________________________________
2218 [ 11588] By: jhi                                   on 2001/08/05  19:40:31
2219         Log: Rename the Getopt::Long tests to be as they are
2220              in the Getopt::Long official distribution.
2221      Branch: perl
2222            + lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t
2223            + lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t
2224            - lib/Getopt/Long/t/basic.t lib/Getopt/Long/t/compat.t
2225            - lib/Getopt/Long/t/linkage.t lib/Getopt/Long/t/oo.t
2226            ! MANIFEST
2227 ____________________________________________________________________________
2228 [ 11587] By: jhi                                   on 2001/08/05  19:38:07
2229         Log: Upgrade to Getopt::Long 2.26.
2230      Branch: perl
2231            + lib/Getopt/Long/CHANGES lib/Getopt/Long/README
2232            ! MANIFEST lib/Getopt/Long.pm
2233 ____________________________________________________________________________
2234 [ 11586] By: jhi                                   on 2001/08/05  19:26:50
2235         Log: Retract #10874 (the hack should be unnecessary by now)
2236      Branch: perl
2237            ! lib/Test/Harness.pm
2238 ____________________________________________________________________________
2239 [ 11585] By: gsar                                  on 2001/08/05  16:45:54
2240         Log: avoid temp file littering in tests
2241      Branch: perl
2242            ! ext/PerlIO/t/encoding.t lib/Memoize/t/errors.t
2243 ____________________________________________________________________________
2244 [ 11584] By: jhi                                   on 2001/08/05  16:42:50
2245         Log: Subject: warning in sv.c: double format, NV arg
2246              From: "Philip Newton" <Philip.Newton@gmx.net>
2247              Date: Sun, 5 Aug 2001 19:41:07 +0200
2248              Message-Id: <200108051735.f75HZ1L18235@chaos.wustl.edu>
2249      Branch: perl
2250            ! sv.c
2251 ____________________________________________________________________________
2252 [ 11583] By: gsar                                  on 2001/08/05  16:28:22
2253         Log: fix POSIX.t#13 for windos
2254      Branch: perl
2255            ! ext/POSIX/POSIX.t
2256 ____________________________________________________________________________
2257 [ 11582] By: jhi                                   on 2001/08/05  16:10:59
2258         Log: Add a test for PerlIO::Via.
2259      Branch: perl
2260            + ext/PerlIO/t/via.t
2261            ! MANIFEST ext/PerlIO/Via/Via.pm
2262 ____________________________________________________________________________
2263 [ 11581] By: gsar                                  on 2001/08/05  15:00:26
2264         Log: flock() and link() are not available on Windows 9x
2265      Branch: perl
2266            ! win32/config_sh.PL
2267 ____________________________________________________________________________
2268 [ 11580] By: jhi                                   on 2001/08/05  13:56:46
2269         Log: Some Tru64 C compilers have C++ components that confuse
2270              the ccversion parsing.
2271      Branch: perl
2272            ! hints/dec_osf.sh
2273 ____________________________________________________________________________
2274 [ 11579] By: jhi                                   on 2001/08/05  13:31:07
2275         Log: (Reintroduce #11125)
2276              
2277              Subject: MakeMaker should pass through DEFINE and INC to subdirs 
2278              From: Alan Burlison <Alan.Burlison@sun.com> 
2279              Date: Tue, 03 Jul 2001 15:20:13 +0100   
2280              Message-ID: <3B41D49D.A923D4F9@sun.com> 
2281      Branch: perl
2282            ! lib/ExtUtils/MM_Unix.pm
2283 ____________________________________________________________________________
2284 [ 11578] By: jhi                                   on 2001/08/05  03:17:20
2285         Log: Little pointer juggling for HP-UX cc to avoid
2286              "warning 524: Cast (non-lvalue) appears on left-hand side of assignment."
2287              followed by
2288              "error 1549: Modifiable lvalue required for assignment operator."
2289      Branch: perl
2290            ! hv.c
2291 ____________________________________________________________________________
2292 [ 11577] By: jhi                                   on 2001/08/04  18:09:38
2293         Log: Continuation of #11575: SANY_SEEN completely deprecated,
2294              plus more tests that unearthed a bug in @a = ($utf8 =~ /\C/g),
2295              plus a fix for the bug.
2296      Branch: perl
2297            ! pp_hot.c regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
2298 ____________________________________________________________________________
2299 [ 11576] By: jhi                                   on 2001/08/04  17:31:06
2300         Log: Subject: Re: [patch] rid "Scalars leaked" from perl_clone
2301              From: Doug MacEachern <dougm@covalent.net>
2302              Date: Sat, 4 Aug 2001 11:09:37 -0700 (PDT)
2303              Message-ID: <Pine.LNX.4.21.0108041102390.23972-100000@mako.covalent.net>
2304      Branch: perl
2305            ! sv.c
2306 ____________________________________________________________________________
2307 [ 11575] By: jhi                                   on 2001/08/04  17:28:55
2308         Log: Decouple SANY into SANY and CANY: the new SANY is /./s,
2309              the new CANY is the \C.  The problem reported and the
2310              test case supplied in
2311              
2312              Subject: UTF-8 bugs in string length & single line regex matches
2313              From: "Daniel P. Berrange" <dan@berrange.com>
2314              Date: Fri, 3 Aug 2001 11:39:33 +0100
2315              Message-ID: <20010803113932.A19318@berrange.com>
2316      Branch: perl
2317            ! regcomp.c regcomp.h regcomp.sym regexec.c regexp.h regnodes.h
2318            ! t/op/pat.t
2319 ____________________________________________________________________________
2320 [ 11574] By: jhi                                   on 2001/08/04  15:42:34
2321         Log: Subject: Re: [patch] ignore PL_curpm in PL_regex_padav cleanup
2322              From: Doug MacEachern <dougm@covalent.net>
2323              Date: Sat, 4 Aug 2001 09:43:02 -0700 (PDT)
2324              Message-ID: <Pine.LNX.4.21.0108040939050.23972-100000@mako.covalent.net>
2325      Branch: perl
2326            ! perl.c regexec.c
2327 ____________________________________________________________________________
2328 [ 11573] By: jhi                                   on 2001/08/04  14:20:26
2329         Log: The #11572 didn't up the test count.
2330      Branch: perl
2331            ! t/op/length.t
2332 ____________________________________________________________________________
2333 [ 11572] By: jhi                                   on 2001/08/04  14:12:45
2334         Log: Subject: UTF-8 bugs in string length & single line regex matches
2335              From: "Daniel P. Berrange" <dan@berrange.com>
2336              Date: Fri, 3 Aug 2001 11:39:33 +0100         
2337              Message-ID: <20010803113932.A19318@berrange.com>
2338              
2339              (the mg_length() fix)
2340      Branch: perl
2341            ! mg.c t/op/length.t
2342 ____________________________________________________________________________
2343 [ 11571] By: jhi                                   on 2001/08/04  14:10:39
2344         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
2345              From: Abhijit Menon-Sen <ams@wiw.org>
2346              Date: Sat, 4 Aug 2001 16:56:35 +0530
2347              Message-ID: <20010804165635.E526@lustre.dyn.wiw.org>
2348      Branch: perl
2349            ! hv.c
2350 ____________________________________________________________________________
2351 [ 11570] By: jhi                                   on 2001/08/04  14:09:59
2352         Log: Subject: Re: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
2353              From: Abhijit Menon-Sen <ams@wiw.org>
2354              Date: Sat, 4 Aug 2001 16:16:03 +0530
2355              Message-ID: <20010804161603.C526@lustre.dyn.wiw.org>
2356      Branch: perl
2357            ! hv.c
2358 ____________________________________________________________________________
2359 [ 11569] By: jhi                                   on 2001/08/04  14:09:09
2360         Log: Subject: Re: [patch] refcount re ops
2361              From: Abhijit Menon-Sen <ams@wiw.org>
2362              Date: Sat, 4 Aug 2001 08:54:55 +0530
2363              Message-ID: <20010804085455.B526@lustre.dyn.wiw.org>
2364      Branch: perl
2365            ! sv.c
2366 ____________________________________________________________________________
2367 [ 11568] By: jhi                                   on 2001/08/04  14:08:19
2368         Log: Subject: [patch] refcount re ops
2369              From: Doug MacEachern <dougm@covalent.net>
2370              Date: Fri, 3 Aug 2001 18:17:41 -0700 (PDT)
2371              Message-ID: <Pine.LNX.4.21.0108031814240.23972-100000@mako.covalent.net>
2372      Branch: perl
2373            ! regcomp.c sv.c
2374 ____________________________________________________________________________
2375 [ 11567] By: jhi                                   on 2001/08/03  23:52:56
2376         Log: Subject: [patch] ignore PL_curpm in PL_regex_padav cleanup
2377              From: Doug MacEachern <dougm@covalent.net>
2378              Date: Fri, 3 Aug 2001 17:37:53 -0700 (PDT)
2379              Message-ID: <Pine.LNX.4.21.0108031730040.23972-100000@mako.covalent.net>
2380      Branch: perl
2381            ! perl.c regexec.c
2382 ____________________________________________________________________________
2383 [ 11566] By: jhi                                   on 2001/08/03  20:45:10
2384         Log: Subject: [PATCH perl@11564] fix t/op/misc.t for VMS
2385              From: "Craig A. Berry" <craigberry@mac.com> 
2386              Date: Fri, 03 Aug 2001 16:16:16 -0500
2387              Message-Id: <5.1.0.14.0.20010803161026.03530e58@exchi01> 
2388      Branch: perl
2389            ! t/op/misc.t
2390 ____________________________________________________________________________
2391 [ 11565] By: jhi                                   on 2001/08/03  13:46:40
2392         Log: Subject: Re: [ID 20010731.105] MinGW can't compile win32.c on Windows 2000
2393              From: John Kristian <jmk2001@engineer.com>
2394              Date: Fri, 03 Aug 2001 00:59:08 -0700
2395              Message-id: <03a101c11bf2$2c9b5ee0$0100a8c0@JOHNKRISTIAN>
2396      Branch: perl
2397            ! win32/win32.c
2398 ____________________________________________________________________________
2399 [ 11564] By: jhi                                   on 2001/08/03  13:25:39
2400         Log: Update Changes.
2401      Branch: perl
2402            ! Changes patchlevel.h
2403 ____________________________________________________________________________
2404 [ 11563] By: jhi                                   on 2001/08/03  12:13:17
2405         Log: Subject: [PATCH perl@11523] fix Stash.t for VMS
2406              From: "Craig A. Berry" <craigberry@mac.com>
2407              Date: Thu, 02 Aug 2001 23:15:24 -0500
2408              Message-Id: <5.1.0.14.0.20010802230843.03530e58@mail.mac.com>
2409      Branch: perl
2410            ! ext/B/Stash.t
2411 ____________________________________________________________________________
2412 [ 11562] By: jhi                                   on 2001/08/03  12:11:57
2413         Log: Subject: [patch] plug PL_cshname leak
2414              From: Doug MacEachern <dougm@covalent.net>
2415              Date: Thu, 2 Aug 2001 20:59:04 -0700 (PDT)
2416              Message-ID: <Pine.LNX.4.21.0108022058020.8991-100000@mako.covalent.net>
2417      Branch: perl
2418            ! sv.c
2419 ____________________________________________________________________________
2420 [ 11561] By: jhi                                   on 2001/08/03  12:10:32
2421         Log: Subject: [patch] plug PL_sh_path leak
2422              From: Doug MacEachern <dougm@covalent.net>
2423              Date: Thu, 2 Aug 2001 20:54:08 -0700 (PDT)
2424              Message-ID: <Pine.LNX.4.21.0108022043040.8991-100000@mako.covalent.net>
2425      Branch: perl
2426            ! sv.c
2427 ____________________________________________________________________________
2428 [ 11560] By: jhi                                   on 2001/08/03  12:09:50
2429         Log: Subject: [patch] plug PL_regex_padav leaks
2430              From: Doug MacEachern <dougm@covalent.net>
2431              Date: Thu, 2 Aug 2001 20:24:55 -0700 (PDT)
2432              Message-ID: <Pine.LNX.4.21.0108022020100.8991-100000@mako.covalent.net>
2433      Branch: perl
2434            ! op.c op.h perl.c
2435 ____________________________________________________________________________
2436 [ 11559] By: jhi                                   on 2001/08/03  12:08:59
2437         Log: Subject: [patch] plug PL_origargv leak
2438              From: Doug MacEachern <dougm@covalent.net>
2439              Date: Thu, 2 Aug 2001 18:15:22 -0700 (PDT)
2440              Message-ID: <Pine.LNX.4.21.0108021813380.8991-100000@mako.covalent.net>
2441      Branch: perl
2442            ! perl.c
2443 ____________________________________________________________________________
2444 [ 11558] By: jhi                                   on 2001/08/03  12:07:58
2445         Log: Subject: [PATCH hv.c] newHVhv shouldn't reset xhv_max so often
2446              From: Abhijit Menon-Sen <ams@wiw.org>
2447              Date: Fri, 3 Aug 2001 06:38:11 +0530
2448              Message-ID: <20010803063811.A19266@lustre.dyn.wiw.org>
2449      Branch: perl
2450            ! hv.c
2451 ____________________________________________________________________________
2452 [ 11557] By: nick                                  on 2001/08/03  08:17:38
2453         Log: Integrate mainline
2454      Branch: perlio
2455           +> (branch 47 files)
2456            - lib/Switch/test.pl
2457           !> (integrate 49 files)
2458 ____________________________________________________________________________
2459 [ 11556] By: jhi                                   on 2001/08/02  22:46:22
2460         Log: Subject: [PATCH perl@11523] fix Showlex.t for VMS
2461              From: "Craig A. Berry" <craigberry@mac.com>
2462              Date: Thu, 02 Aug 2001 12:56:19 -0500
2463              Message-Id: <5.1.0.14.0.20010802124618.034c5008@exchi01>
2464      Branch: perl
2465            ! ext/B/Showlex.t
2466 ____________________________________________________________________________
2467 [ 11555] By: jhi                                   on 2001/08/02  22:29:34
2468         Log: Be more careful about non-existent files.
2469      Branch: perl
2470            ! lib/File/Copy.pm
2471 ____________________________________________________________________________
2472 [ 11554] By: jhi                                   on 2001/08/02  21:37:27
2473         Log: Subject: [PATCH resend] deparse empty formats
2474              From: Robin Houston <robin@kitsite.com> 
2475              Date: Thu, 2 Aug 2001 14:32:36 +0100
2476              Message-ID: <20010802143236.A894@robin.kitsite.com>
2477      Branch: perl
2478            ! ext/B/B/Deparse.pm
2479 ____________________________________________________________________________
2480 [ 11553] By: jhi                                   on 2001/08/02  16:37:32
2481         Log: Subject: [patch] ithreads + refto fix improvement
2482              From: Doug MacEachern <dougm@covalent.net>
2483              Date: Thu, 2 Aug 2001 09:41:53 -0700 (PDT)
2484              Message-ID: <Pine.LNX.4.21.0108020939030.8991-100000@mako.covalent.net>
2485      Branch: perl
2486            ! pp.c
2487 ____________________________________________________________________________
2488 [ 11552] By: jhi                                   on 2001/08/02  14:24:26
2489         Log: Readability nit from Abhijit.
2490      Branch: perl
2491            ! op.c
2492 ____________________________________________________________________________
2493 [ 11551] By: jhi                                   on 2001/08/02  14:22:31
2494         Log: setproctitle() API version nit from Anton Berezin.
2495      Branch: perl
2496            ! mg.c
2497 ____________________________________________________________________________
2498 [ 11550] By: jhi                                   on 2001/08/02  13:51:41
2499         Log: Add PerlCE to the docs.
2500      Branch: perl
2501            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
2502            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
2503 ____________________________________________________________________________
2504 [ 11549] By: jhi                                   on 2001/08/02  13:25:43
2505         Log: Integrate the PerlCE (WinCE Perl) port;
2506              kindly supplied by Rainer Keuchel <rkeuc@allgeier.com>.
2507      Branch: perl
2508            + README.ce wince/FindExt.pm wince/Makefile.ce
2509            + wince/README.compile wince/README.perlce wince/bin/exetype.pl
2510            + wince/bin/perlglob.pl wince/bin/pl2bat.pl wince/bin/runperl.pl
2511            + wince/bin/search.pl wince/config.ce wince/config.h
2512            + wince/config_H.ce wince/config_h.PL wince/config_sh.PL
2513            + wince/dl_win32.xs wince/include/arpa/inet.h
2514            + wince/include/cectype.h wince/include/errno.h
2515            + wince/include/netdb.h wince/include/sys/socket.h
2516            + wince/include/sys/stat.h wince/include/sys/types.h
2517            + wince/include/sys/utime.h wince/include/time.h wince/perl.ico
2518            + wince/perl.rc wince/perldll.def wince/perllib.c
2519            + wince/perlmain.c wince/registry.bat wince/runperl.c
2520            + wince/splittree.pl wince/win32.h wince/win32iop.h
2521            + wince/win32thread.c wince/win32thread.h wince/wince.c
2522            + wince/wince.h wince/wincesck.c wince/xbuildall.ksh
2523            + wince/xdistclean.ksh wince/xmakediffs.ksh
2524            ! MANIFEST perl.c perl.h perlio.c
2525 ____________________________________________________________________________
2526 [ 11548] By: jhi                                   on 2001/08/02  13:18:08
2527         Log: setproctitle() made simpler.  (This assumes the string is
2528              \0-terminated: if not, the three-arg form setproctitle(fmt, len, s)
2529              should be used.  Note len, not len + 1.)  BSD-fu from Anton
2530              Berezin.
2531      Branch: perl
2532            ! mg.c
2533 ____________________________________________________________________________
2534 [ 11547] By: jhi                                   on 2001/08/02  12:49:54
2535         Log: Subject: [PATCH] -Wall cleanup: op.c
2536              From: Richard Soderberg <rs@oregonnet.com>
2537              Date: Thu, 2 Aug 2001 00:17:09 -0700
2538              Message-Id: <200108020717.AAA26895@oregonnet.com>
2539              
2540              Subject: [PATCH] -Wall cleanup: sv.c
2541              From: Richard Soderberg <rs@oregonnet.com>
2542              Date: Thu, 2 Aug 2001 00:49:21 -0700
2543              Message-Id: <200108020749.AAA27492@oregonnet.com>
2544      Branch: perl
2545            ! op.c sv.c
2546 ____________________________________________________________________________
2547 [ 11546] By: jhi                                   on 2001/08/02  00:53:34
2548         Log: Update Changes.
2549      Branch: perl
2550            ! Changes patchlevel.h
2551 ____________________________________________________________________________
2552 [ 11545] By: jhi                                   on 2001/08/02  00:48:55
2553         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
2554              From: Doug MacEachern <dougm@covalent.net>
2555              Date: Wed, 1 Aug 2001 18:34:44 -0700 (PDT)
2556              Message-ID: <Pine.LNX.4.21.0108011830080.8991-100000@mako.covalent.net>
2557      Branch: perl
2558            ! op.c
2559 ____________________________________________________________________________
2560 [ 11544] By: jhi                                   on 2001/08/01  23:08:41
2561         Log: The #11541 didn't work under threads.
2562      Branch: perl
2563            ! op.c
2564 ____________________________________________________________________________
2565 [ 11543] By: jhi                                   on 2001/08/01  22:46:41
2566         Log: Subject: Re: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
2567              From: Hugo <hv@crypt.compulink.co.uk>
2568              Date: Fri, 22 Jun 2001 01:19:08 +0100 
2569              Message-Id: <200106220019.BAA03365@crypt.compulink.co.uk>
2570              
2571              (Skip tests if accept() failed)
2572      Branch: perl
2573            ! ext/IO/lib/IO/t/io_unix.t
2574 ____________________________________________________________________________
2575 [ 11542] By: jhi                                   on 2001/08/01  22:40:09
2576         Log: Subject: [ID 20010730.003] IRIX 6.5 already has struct sv in <sys/sema.h> (defined in perl.h)
2577              From: "Stian Seeberg" <sseeberg@nimsoft.no>
2578              Date: Mon, 30 Jul 2001 12:28:07 +0200
2579              Message-Id: <68236D3FC2D92347B466639324391D1A0432AB@PONDUS.nimsoft.no>
2580      Branch: perl
2581            ! perl.h
2582 ____________________________________________________________________________
2583 [ 11541] By: jhi                                   on 2001/08/01  22:38:31
2584         Log: Subject: Pluggable optimizer
2585              From: Simon Cozens <simon@netthink.co.uk>
2586              Date: Wed, 1 Aug 2001 13:57:02 -0700
2587              Message-ID: <20010801135702.I10442@netthink.co.uk>
2588      Branch: perl
2589            ! embedvar.h op.c perl.c perl.h perlapi.h sv.c thrdvar.h util.c
2590 ____________________________________________________________________________
2591 [ 11540] By: jhi                                   on 2001/08/01  22:29:54
2592         Log: Subject: [ID 20010801.039] perlre.pod message typo
2593              From: Autrijus Tang <autrijus@geb.elixus.org>
2594              Date: Thu, 2 Aug 2001 04:48:02 +0800 (CST)
2595              Message-Id: <200108012048.f71Km2r79890@geb.elixus.org>                         
2596      Branch: perl
2597            ! pod/perlre.pod
2598 ____________________________________________________________________________
2599 [ 11539] By: jhi                                   on 2001/08/01  16:32:52
2600         Log: Test for change #11536.
2601      Branch: perl
2602            ! t/op/tiehandle.t
2603 ____________________________________________________________________________
2604 [ 11538] By: jhi                                   on 2001/08/01  16:27:19
2605         Log: More test fixups for #11537.
2606      Branch: perl
2607            ! t/lib/warnings/4lint t/lib/warnings/9enabled
2608 ____________________________________________________________________________
2609 [ 11537] By: jhi                                   on 2001/08/01  16:26:25
2610         Log: Subject: Re: [PATCH pp_ctl.c] proposed Windows safe-guard
2611              From: Doug MacEachern <dougm@covalent.net>
2612              Date: Mon, 30 Jul 2001 17:38:50 -0700 (PDT)
2613              Message-ID: <Pine.LNX.4.21.0107301720310.25941-100000@mako.covalent.net>
2614      Branch: perl
2615            ! op.c t/TestInit.pm
2616 ____________________________________________________________________________
2617 [ 11536] By: jhi                                   on 2001/08/01  16:08:08
2618         Log: Subject: [patch] ithreads + refto bug
2619              From: Doug MacEachern <dougm@covalent.net>
2620              Date: Wed, 1 Aug 2001 09:47:28 -0700 (PDT)
2621              Message-ID: <Pine.LNX.4.21.0108010937240.7498-100000@mako.covalent.net>
2622              
2623              (Test in change #11539)
2624      Branch: perl
2625            ! pp.c
2626 ____________________________________________________________________________
2627 [ 11535] By: jhi                                   on 2001/08/01  16:05:56
2628         Log: Subject: [PATCH: perl@11523] fixups for t/harness
2629              From: Prymmer/Kahn <pvhp@best.com>
2630              Date: Wed, 1 Aug 2001 09:24:23 -0700 (PDT)
2631              Message-ID: <Pine.BSF.4.21.0108010910310.17655-100000@shell8.ba.best.com>
2632      Branch: perl
2633            ! t/harness
2634 ____________________________________________________________________________
2635 [ 11534] By: jhi                                   on 2001/08/01  16:00:45
2636         Log: Subject: [PATCH: perl@11523] add xsubpp and libnetcfg to installed *.bat files for win32 builds
2637              From: Prymmer/Kahn <pvhp@best.com>
2638              Date: Wed, 1 Aug 2001 09:07:13 -0700 (PDT)
2639              Message-ID: <Pine.BSF.4.21.0108010859230.17655-100000@shell8.ba.best.com>
2640      Branch: perl
2641            ! win32/Makefile win32/makefile.mk
2642 ____________________________________________________________________________
2643 [ 11533] By: jhi                                   on 2001/08/01  13:38:29
2644         Log: Need to know the number of tests.
2645      Branch: perl
2646            ! t/run/exit.t
2647 ____________________________________________________________________________
2648 [ 11532] By: jhi                                   on 2001/08/01  13:04:31
2649         Log: Subject: Re: new exit tests on VMS
2650              From: "Craig A. Berry" <craigberry@mac.com>
2651              Date: Tue, 31 Jul 2001 12:19:29 -0500
2652              Message-Id: <5.1.0.14.0.20010731114845.03743008@mail.telocity.com>
2653      Branch: perl
2654            ! t/run/exit.t
2655 ____________________________________________________________________________
2656 [ 11531] By: jhi                                   on 2001/08/01  12:46:43
2657         Log: Retract #11530 (the dTHX is needed under threads)
2658      Branch: perl
2659            ! perlio.c
2660 ____________________________________________________________________________
2661 [ 11530] By: jhi                                   on 2001/08/01  12:39:35
2662         Log: (Retracted by #11531)
2663      Branch: perl
2664            ! perlio.c
2665 ____________________________________________________________________________
2666 [ 11529] By: jhi                                   on 2001/08/01  12:32:22
2667         Log: Subject: [PATCH 1/4] -Wall cleanups: unixish.h
2668              From: Richard Soderberg <rs@crystalflame.net>
2669              Date: Tue, 31 Jul 2001 23:16:22 -0700 (PDT) 
2670              Message-ID: <Pine.LNX.4.21.0107312313490.24341-100000@oregonnet.com>
2671      Branch: perl
2672            ! unixish.h
2673 ____________________________________________________________________________
2674 [ 11528] By: jhi                                   on 2001/08/01  12:18:59
2675         Log: Subject: [PATCH 5.7.2] Allow for long long in h2xs 
2676              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2677              Date: Tue, 31 Jul 2001 05:39:09 -0400
2678              Message-ID: <20010731053909.A1810@math.ohio-state.edu>
2679              
2680              (with a note about the case of UV being equal to long long)
2681      Branch: perl
2682            ! utils/h2xs.PL
2683 ____________________________________________________________________________
2684 [ 11527] By: jhi                                   on 2001/07/31  23:49:04
2685         Log: Subject: [PATCH perl@11487] fix fs.t for VMS
2686              From: "Craig A. Berry" <craigberry@mac.com>
2687              Date: Tue, 31 Jul 2001 14:57:43 -0500
2688              Message-Id: <5.1.0.14.0.20010731145015.03743008@exchi01>
2689      Branch: perl
2690            ! t/io/fs.t
2691 ____________________________________________________________________________
2692 [ 11526] By: jhi                                   on 2001/07/31  23:47:57
2693         Log: Fix for
2694              
2695              Subject: [ID 20010116.001] File::Copy truncates orig file 
2696              From: arbor@al37al08.telecel.pt
2697              Date: Tue, 16 Jan 2001 11:43:02 GMT
2698              Message-Id: <200101161143.AA11184@al37al08.telecel.pt>
2699              
2700              (copy($foo, $foo) would truncate $foo)
2701      Branch: perl
2702            ! lib/File/Copy.pm lib/File/Copy.t
2703 ____________________________________________________________________________
2704 [ 11525] By: jhi                                   on 2001/07/31  23:01:01
2705         Log: Metaconfig unit change for #11524.
2706      Branch: metaconfig/U/perl
2707            ! Extras.U
2708 ____________________________________________________________________________
2709 [ 11524] By: jhi                                   on 2001/07/31  23:00:36
2710         Log: Multiple modules didn't work; plus typo fixes.
2711      Branch: perl
2712            ! Configure
2713 ____________________________________________________________________________
2714 [ 11523] By: jhi                                   on 2001/07/31  15:29:58
2715         Log: Update Changes.
2716      Branch: perl
2717            ! Changes patchlevel.h
2718 ____________________________________________________________________________
2719 [ 11522] By: jhi                                   on 2001/07/31  15:25:35
2720         Log: Regen perlapi.
2721      Branch: perl
2722            ! pod/perlapi.pod
2723 ____________________________________________________________________________
2724 [ 11521] By: jhi                                   on 2001/07/31  15:19:01
2725         Log: Subject: Re: [PATCH sv.c] mortal doc thinko
2726              From: Dave Mitchell <davem@fdgroup.co.uk>
2727              Date: Tue, 31 Jul 2001 11:52:42 +0100 (BST)
2728              Message-Id: <200107311052.LAA14427@gizmo.fdgroup.co.uk>
2729      Branch: perl
2730            ! sv.c
2731 ____________________________________________________________________________
2732 [ 11520] By: jhi                                   on 2001/07/31  15:17:43
2733         Log: Regen toc.
2734      Branch: perl
2735            ! pod/perltoc.pod
2736 ____________________________________________________________________________
2737 [ 11519] By: jhi                                   on 2001/07/31  15:17:17
2738         Log: Regen Porting stuff.
2739      Branch: perl
2740            ! Porting/Glossary Porting/config.sh Porting/config_H
2741 ____________________________________________________________________________
2742 [ 11518] By: jhi                                   on 2001/07/31  14:16:08
2743         Log: Subject: [PATCH 5.7.2] Allow for GNU-isms in h2xs
2744              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
2745              Date: Tue, 31 Jul 2001 05:34:38 -0400
2746              Message-ID: <20010731053438.A1754@math.ohio-state.edu>
2747      Branch: perl
2748            ! utils/h2xs.PL
2749 ____________________________________________________________________________
2750 [ 11517] By: jhi                                   on 2001/07/31  14:15:01
2751         Log: Metaconfig unit change for #11516. 
2752      Branch: metaconfig/U/perl
2753            ! gccvers.U
2754 ____________________________________________________________________________
2755 [ 11516] By: jhi                                   on 2001/07/31  14:14:35
2756         Log: Add -Wall in cflags, not in Configure.
2757              (This way -Wall affects only the core and the core XS,
2758              not user modules' XS.  Concern from Paul Marquess,
2759              implementation idea from Andy Dougherty.)
2760      Branch: perl
2761            ! Configure cflags.SH
2762 ____________________________________________________________________________
2763 [ 11515] By: jhi                                   on 2001/07/31  13:57:15
2764         Log: Metaconfig unit changes for #11514.
2765      Branch: metaconfig
2766            + U/modified/sysman.U
2767            ! U/installdirs/man1dir.U
2768 ____________________________________________________________________________
2769 [ 11514] By: jhi                                   on 2001/07/31  13:56:26
2770         Log: Subject: Configure's detection of system manual
2771              From: Sean Dague <sean@dague.net> 
2772              Date: Sun, 13 May 2001 15:53:15 -0400
2773              Message-ID: <20010513155315.A15833@underhill.dague.net>
2774      Branch: perl
2775            ! Configure
2776 ____________________________________________________________________________
2777 [ 11513] By: jhi                                   on 2001/07/31  03:23:01
2778         Log: Subject: [ID 20010621.004] Typo in perlobj.pod
2779              From: Autrijus Tang <autrijus@autrijus.org> 
2780              Date: Thu, 21 Jun 2001 23:56:48 +0800
2781              Message-Id: <20010621235648.A57340@not.autrijus.org>
2782      Branch: perl
2783            ! pod/perlobj.pod
2784 ____________________________________________________________________________
2785 [ 11512] By: jhi                                   on 2001/07/31  03:13:35
2786         Log: Subject: Typo in DB_File.pm
2787              From: "Philip Newton" <Philip.Newton@gmx.net>
2788              Date: Tue, 31 Jul 2001 06:19:35 +0200
2789              Message-Id: <200107310413.f6V4DmL11900@chaos.wustl.edu>
2790      Branch: perl
2791            ! ext/DB_File/DB_File.pm
2792 ____________________________________________________________________________
2793 [ 11511] By: jhi                                   on 2001/07/31  03:01:49
2794         Log: Subject: Re: [ID 20010529.002] typos in man page perlre 
2795              From: "Stephen P. Potter" <spp@spotter.yi.org>
2796              Date: Wed, 30 May 2001 13:59:34 -0400
2797              Message-Id: <20010530175939.59DEC729E1@belgarath.spotter.yi.org>
2798      Branch: perl
2799            ! pod/perlre.pod
2800 ____________________________________________________________________________
2801 [ 11510] By: jhi                                   on 2001/07/31  02:13:58
2802         Log: eval "format foo=" would loop indefinitely; reported in
2803              
2804              Subject: A load of old rubbish
2805              From: Mike Guy <mjtg@cam.ac.uk>
2806              Date: Mon, 14 May 2001 16:12:22 +0100
2807              Message-Id: <E14zK1G-0003a2-00@virgo.cus.cam.ac.uk>
2808              
2809              (The core dumps reported in there already fixed.)
2810      Branch: perl
2811            ! toke.c
2812 ____________________________________________________________________________
2813 [ 11509] By: jhi                                   on 2001/07/31  00:37:49
2814         Log: Upgrade to Switch 2.04, now with Perl 6 given+when.
2815      Branch: perl
2816            + lib/Switch/Changes lib/Switch/README lib/Switch/t/given_when.t
2817            + lib/Switch/t/switch_case.t
2818            - lib/Switch/test.pl
2819            ! MANIFEST lib/Switch.pm
2820 ____________________________________________________________________________
2821 [ 11508] By: jhi                                   on 2001/07/31  00:17:38
2822         Log: Subject: [PATCH @11505] DB_File-1.78
2823              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
2824              Date: Mon, 30 Jul 2001 22:54:37 +0100
2825              Message-ID: <AIEAJICLCBDNAAOLLOKLGELNCLAA.Paul_Marquess@Yahoo.co.uk>
2826      Branch: perl
2827            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
2828            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
2829 ____________________________________________________________________________
2830 [ 11507] By: jhi                                   on 2001/07/30  23:11:10
2831         Log: Explain in more detail why -pipe and -fno-common are good.
2832      Branch: perl
2833            ! hints/darwin.sh
2834 ____________________________________________________________________________
2835 [ 11506] By: nick                                  on 2001/07/30  14:32:23
2836         Log: Integrate mainline
2837      Branch: perlio
2838           !> INSTALL Makefile.SH doio.c hints/darwin.sh
2839 ____________________________________________________________________________
2840 [ 11505] By: jhi                                   on 2001/07/30  14:14:39
2841         Log: Perl hasn't been putting man pages into $prefix/lib for
2842              a long time now; pointed out by Andy Dougherty. 
2843      Branch: perl
2844            ! hints/darwin.sh
2845 ____________________________________________________________________________
2846 [ 11504] By: jhi                                   on 2001/07/30  14:13:15
2847         Log: Document the extras Configure option.
2848      Branch: perl
2849            ! INSTALL
2850 ____________________________________________________________________________
2851 [ 11503] By: jhi                                   on 2001/07/30  13:52:14
2852         Log: Integrate change #11051 from macperl; O_RDONLY is not zero
2853              everywhere.
2854      Branch: perl
2855           !> doio.c
2856 ____________________________________________________________________________
2857 [ 11502] By: jhi                                   on 2001/07/30  13:45:27
2858         Log: Doubly guard against invoking CPAN if no extras defined,
2859              pointed out by H. Merijn Brand.
2860      Branch: perl
2861            ! Makefile.SH
2862 ____________________________________________________________________________
2863 [ 11501] By: pudge                                 on 2001/07/30  12:57:56
2864         Log: Fix O_RDONLY check to check for O_RDONLY.
2865      Branch: maint-5.6/macperl
2866            ! doio.c
2867 ____________________________________________________________________________
2868 [ 11500] By: pudge                                 on 2001/07/30  12:41:11
2869         Log: Integrate miscellaneous changes from maint-5.6/perl.
2870      Branch: maint-5.6/macperl
2871           !> MANIFEST t/TEST t/harness t/pod/testp2pt.pl t/run/runenv.t
2872 ____________________________________________________________________________
2873 [ 11499] By: nick                                  on 2001/07/30  06:52:42
2874         Log: Integrate mainline
2875      Branch: perlio
2876           +> macos/MacPerlTests.cmd macos/xsubpp.patch os2/perlrexx.c
2877           +> win32/sync_ext.pl
2878            - win32/sncfnmcs.pl
2879           !> (integrate 71 files)
2880 ____________________________________________________________________________
2881 [ 11498] By: jhi                                   on 2001/07/30  03:53:34
2882         Log: Update Changes.
2883      Branch: perl
2884            ! Changes patchlevel.h
2885 ____________________________________________________________________________
2886 [ 11497] By: jhi                                   on 2001/07/30  03:45:32
2887         Log: Now Configure -Dextras=Foo::Bar and "make install" will
2888              fetch and install Foo::Bar.
2889      Branch: perl
2890            ! Makefile.SH
2891 ____________________________________________________________________________
2892 [ 11496] By: jhi                                   on 2001/07/30  03:18:28
2893         Log: Metaconfig unit change for #11495.
2894      Branch: metaconfig/U/perl
2895            ! Extras.U
2896 ____________________________________________________________________________
2897 [ 11495] By: jhi                                   on 2001/07/30  03:18:01
2898         Log: extras.make, extras.test, and extras.install make targets.
2899      Branch: perl
2900            ! Configure Makefile.SH
2901 ____________________________________________________________________________
2902 [ 11494] By: jhi                                   on 2001/07/30  01:37:35
2903         Log: Metaconfig unit change for #11493.
2904      Branch: metaconfig/U/perl
2905            ! Extras.U
2906 ____________________________________________________________________________
2907 [ 11493] By: jhi                                   on 2001/07/30  01:37:14
2908         Log: Better to have the list of extras in $extras than 'define'.
2909      Branch: perl
2910            ! Configure
2911 ____________________________________________________________________________
2912 [ 11492] By: jhi                                   on 2001/07/30  01:33:16
2913         Log: The metaconfig unit change for #11490.
2914      Branch: metaconfig/U/perl
2915            + Extras.U
2916 ____________________________________________________________________________
2917 [ 11491] By: jhi                                   on 2001/07/30  01:32:54
2918         Log: Missed from #11490 (the required dependency).
2919      Branch: perl
2920            ! Makefile.SH
2921 ____________________________________________________________________________
2922 [ 11490] By: jhi                                   on 2001/07/30  01:32:02
2923         Log: Add the support of asking for extra modules or bundles of modules
2924              to be fetched from the CPAN and installed as a part of the Perl
2925              build process.  None of this installation is yet really done;
2926              only the list is asked, and saved away in extras.lst for
2927              the build and installation process to worry about later.
2928      Branch: perl
2929            ! Configure
2930 ____________________________________________________________________________
2931 [ 11489] By: jhi                                   on 2001/07/29  22:15:25
2932         Log: Beginnings of better Inf and NaN support.
2933              At least toke.c and sv.c still need quite a bit of work.
2934      Branch: perl
2935            ! numeric.c perl.h
2936 ____________________________________________________________________________
2937 [ 11488] By: jhi                                   on 2001/07/29  21:18:57
2938         Log: Top-level Makefile didn't honour OPTIMIZE.
2939      Branch: perl
2940            ! Makefile.SH
2941 ____________________________________________________________________________
2942 [ 11487] By: jhi                                   on 2001/07/29  20:56:04
2943         Log: Update Changes.
2944      Branch: perl
2945            ! Changes patchlevel.h
2946 ____________________________________________________________________________
2947 [ 11486] By: jhi                                   on 2001/07/29  20:38:09
2948         Log: Use Search::Dict 1.02 interface for charinfo().
2949      Branch: perl
2950            ! lib/UnicodeCD.pm
2951 ____________________________________________________________________________
2952 [ 11485] By: jhi                                   on 2001/07/29  20:37:11
2953         Log: Now also allow transforming the read lines before comparing them.
2954              (This will help UnicodeCD.) 
2955      Branch: perl
2956            ! lib/Search/Dict.pm
2957 ____________________________________________________________________________
2958 [ 11484] By: jhi                                   on 2001/07/29  20:03:13
2959         Log: Remove tiehandle code.
2960      Branch: perl
2961            ! lib/UnicodeCD.pm
2962 ____________________________________________________________________________
2963 [ 11483] By: jhi                                   on 2001/07/29  19:59:02
2964         Log: Allow specifying a comparison function for Search::Dict::look().
2965      Branch: perl
2966            ! lib/Search/Dict.pm
2967 ____________________________________________________________________________
2968 [ 11482] By: jhi                                   on 2001/07/29  18:55:04
2969         Log: Small UnicodeCD tweaks.
2970      Branch: perl
2971            ! lib/UnicodeCD.pm lib/UnicodeCD.t
2972 ____________________________________________________________________________
2973 [ 11481] By: jhi                                   on 2001/07/29  17:14:19
2974         Log: Subject: [PATCH @11446] UnicodeCD::charinfo
2975              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
2976              Date: Tue, 24 Jul 2001 01:51:32 +0900
2977              Message-Id: <20010724015114.CF4D.BQW10602@nifty.com>
2978      Branch: perl
2979            ! lib/UnicodeCD.pm lib/UnicodeCD.t
2980 ____________________________________________________________________________
2981 [ 11480] By: jhi                                   on 2001/07/29  16:55:58
2982         Log: Subject: [PATCH] installperl
2983              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
2984              Date: Fri, 27 Jul 2001 19:05:04 -0700
2985              Message-Id: <F7912758-82FC-11D5-BFC6-003065D59FBA@thor.sbay.org>
2986      Branch: perl
2987            ! installperl
2988 ____________________________________________________________________________
2989 [ 11479] By: jhi                                   on 2001/07/29  16:52:52
2990         Log: Subject: [PATCH] Set proper compatibility versions in core
2991              From: Wilfredo Sánchez <wsanchez@MIT.EDU>
2992              Date: Fri, 27 Jul 2001 20:01:49 -0700
2993              Message-Id: <E3A6C66A-8304-11D5-BFC6-003065D59FBA@thor.sbay.org>
2994      Branch: perl
2995            ! Makefile.SH
2996 ____________________________________________________________________________
2997 [ 11478] By: jhi                                   on 2001/07/29  16:50:55
2998         Log: Metaconfig unit change for #11477.
2999      Branch: metaconfig/U/perl
3000            ! dlsrc.U
3001 ____________________________________________________________________________
3002 [ 11477] By: jhi                                   on 2001/07/29  16:50:35
3003         Log: Subject: [PATCH] Darwin: -fpic not so good
3004              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
3005              Date: Fri, 27 Jul 2001 18:57:38 -0700
3006              Message-Id: <EC1496A6-82FB-11D5-BFC6-003065D59FBA@thor.sbay.org>
3007      Branch: perl
3008            ! Configure
3009 ____________________________________________________________________________
3010 [ 11476] By: jhi                                   on 2001/07/29  16:44:03
3011         Log: Subject: [PATCH] Clean up Darwin hints
3012              From: =?iso-8859-1?Q?Wilfredo_S=E1nchez?= <wsanchez@MIT.EDU>
3013              Date: Fri, 27 Jul 2001 19:13:15 -0700
3014              Message-Id: <1A70CA3F-82FE-11D5-BFC6-003065D59FBA@thor.sbay.org>
3015      Branch: perl
3016            ! hints/darwin.sh
3017 ____________________________________________________________________________
3018 [ 11475] By: jhi                                   on 2001/07/29  16:28:45
3019         Log: Subject: [PATCH split()] split()'s unused captures should be undef, not ''
3020              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3021              Date: Fri, 27 Jul 2001 14:00:37 -0400 (EDT)
3022              Message-ID: <Pine.GSO.4.21.0107271358310.28213-100000@crusoe.crusoe.net>
3023      Branch: perl
3024            ! pod/perlfunc.pod pp.c t/op/split.t
3025 ____________________________________________________________________________
3026 [ 11474] By: jhi                                   on 2001/07/29  16:27:54
3027         Log: Subject: [PATCH perlvar.pod] $^N foolery as well
3028              From: "Jeff 'japhy/Marillion' Pinyan" <jeffp@crusoe.net>
3029              Date: Thu, 26 Jul 2001 20:03:12 -0400 (EDT)
3030              Message-ID: <Pine.GSO.4.21.0107261958380.28213-100000@crusoe.crusoe.net>
3031      Branch: perl
3032            ! pod/perlvar.pod
3033 ____________________________________________________________________________
3034 [ 11473] By: jhi                                   on 2001/07/29  16:27:00
3035         Log: Subject: [PATCH] fixes to constant.pm documentation
3036              From: Ilmari Karonen <iltzu@sci.fi>
3037              Date: Tue, 24 Jul 2001 16:44:24 +0300 (EET DST)
3038              Message-ID: <Pine.SOL.3.96.1010724163055.6822A-100000@simpukka>
3039      Branch: perl
3040            ! lib/constant.pm
3041 ____________________________________________________________________________
3042 [ 11472] By: jhi                                   on 2001/07/28  18:39:03
3043         Log: Subject: [DOC PATCH bleadperl] perlport.pod and C<..">>"...>
3044              From: "Philip Newton" <Philip.Newton@gmx.net>
3045              Date: Fri, 27 Jul 2001 07:51:10 +0200
3046              Message-Id: <200107270548.f6R5mJL09063@chaos.wustl.edu>
3047      Branch: perl
3048            ! pod/perlport.pod
3049 ____________________________________________________________________________
3050 [ 11471] By: nick                                  on 2001/07/26  06:23:32
3051         Log: Subject:  [PATCH] Doc fix for perlguts / threading
3052              From:  Arthur Bergman <arthur@contiller.se>
3053              Date:  Wed, 25 Jul 2001 11:28:23 +0200
3054              Message-Id:  <B7845DD6.2812%arthur@contiller.se>
3055      Branch: perl
3056            ! pod/perlguts.pod
3057 ____________________________________________________________________________
3058 [ 11470] By: nick                                  on 2001/07/26  06:21:06
3059         Log: Subject:  [DOC PATCH bleadperl] INSTALL: README for Unix systems exist
3060              From:  Philip Newton <Philip.Newton@gmx.net>
3061              Date:  Wed, 25 Jul 2001 08:19:47 +0200
3062              Message-Id:  <E15PHy4-0000cR-00@mserv1f.vianw.co.uk>
3063      Branch: perl
3064            ! INSTALL
3065 ____________________________________________________________________________
3066 [ 11469] By: nick                                  on 2001/07/26  06:20:25
3067         Log: Subject:  [DOC PATCH bleadperl] typo in INSTALL?
3068              From:  Philip Newton <Philip.Newton@gmx.net>
3069              Date:  Wed, 25 Jul 2001 08:12:48 +0200
3070              Message-Id:  <E15PHrJ-00003f-00@mserv1f.vianw.co.uk>
3071      Branch: perl
3072            ! INSTALL
3073 ____________________________________________________________________________
3074 [ 11468] By: jhi                                   on 2001/07/25  01:39:11
3075         Log: More +x.
3076      Branch: perl
3077            ! Porting/makerel
3078 ____________________________________________________________________________
3079 [ 11467] By: jhi                                   on 2001/07/24  16:05:34
3080         Log: Update Changes.
3081      Branch: perl
3082            ! Changes patchlevel.h
3083 ____________________________________________________________________________
3084 [ 11466] By: jhi                                   on 2001/07/24  15:40:28
3085         Log: Subject: [PATCH bleadperl os2/perlrexx.c] my C compiler has no HTML parser
3086              From: "Philip Newton" <Philip.Newton@gmx.net>
3087              Date: Tue, 24 Jul 2001 06:45:55 +0200
3088              Message-ID: <20010724.064500@ID-11583.news.dfncis.de>
3089      Branch: perl
3090            ! os2/perlrexx.c
3091 ____________________________________________________________________________
3092 [ 11465] By: jhi                                   on 2001/07/24  15:37:48
3093         Log: Subject: [PATCH: perl@11446] add io/fs.t to vmsperl test suite
3094              From: Peter Prymmer <pvhp@forte.com>
3095              Date: Mon, 23 Jul 2001 16:58:30 -0700 (PDT)
3096              Message-ID: <Pine.OSF.4.10.10107231643480.401242-100000@aspara.forte.com>
3097      Branch: perl
3098            ! pod/perlport.pod t/io/fs.t vms/test.com
3099 ____________________________________________________________________________
3100 [ 11464] By: jhi                                   on 2001/07/24  02:58:20
3101         Log: Workaround on Cwd bootstrap problem.
3102      Branch: perl
3103            ! lib/ExtUtils/MakeMaker.pm
3104 ____________________________________________________________________________
3105 [ 11463] By: jhi                                   on 2001/07/23  23:11:41
3106         Log: When in Rome, quote like the Romans do.
3107      Branch: perl
3108            ! cflags.SH
3109 ____________________________________________________________________________
3110 [ 11462] By: jhi                                   on 2001/07/23  23:04:02
3111         Log: Subject: [PATCH 5.7.2] OS/2 multi-architecture
3112              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3113              Date: Mon, 23 Jul 2001 19:29:49 -0400
3114              Message-ID: <20010723192949.A14802@math.ohio-state.edu>
3115      Branch: perl
3116            + os2/perlrexx.c
3117            ! MANIFEST configpm makedef.pl mg.c os2/Makefile.SHs
3118            ! os2/OS2/REXX/t/rx_vrexx.t os2/os2.c os2/os2ish.h perl.c
3119            ! t/op/write.t
3120 ____________________________________________________________________________
3121 [ 11461] By: jhi                                   on 2001/07/23  22:58:15
3122         Log: Subject: [PATCH 5.7.2] MakeMaker FIRST_MAKEFILE and subdir
3123              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3124              Date: Mon, 23 Jul 2001 18:43:42 -0400
3125              Message-ID: <20010723184342.A14494@math.ohio-state.edu>
3126      Branch: perl
3127            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MakeMaker.pm
3128 ____________________________________________________________________________
3129 [ 11460] By: jhi                                   on 2001/07/23  22:54:52
3130         Log: Subject: [PATCH 5.7.2] MakeMaker subdir
3131              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3132              Date: Mon, 23 Jul 2001 18:33:16 -0400
3133              Message-ID: <20010723183316.A14298@math.ohio-state.edu>
3134      Branch: perl
3135            ! lib/ExtUtils/MakeMaker.pm
3136 ____________________________________________________________________________
3137 [ 11459] By: jhi                                   on 2001/07/23  22:52:02
3138         Log: Subject: [PATCH 5.7.2] OPTIMIZE= during perl make
3139              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3140              Date: Mon, 23 Jul 2001 18:20:35 -0400
3141              Message-ID: <20010723182035.A14192@math.ohio-state.edu>
3142      Branch: perl
3143            ! Makefile.SH cflags.SH
3144 ____________________________________________________________________________
3145 [ 11458] By: jhi                                   on 2001/07/23  22:41:19
3146         Log: Subject: [PATCH] Print CONFIGURE params in ExtUtils::MakeMaker output
3147              From: "David D. Kilzer" <ddkilzer@lubricants-oil.com>
3148              Date: Mon, 23 Jul 2001 11:32:17 -0500
3149              Message-ID: <20010723113217.A28614@elbonia.lubricants-oil.com>
3150      Branch: perl
3151            ! lib/ExtUtils/MakeMaker.pm
3152 ____________________________________________________________________________
3153 [ 11457] By: jhi                                   on 2001/07/23  21:22:36
3154         Log: Subject: [PATCH 5.7.2] debug reloading selfloaded stuff
3155              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3156              Date: Mon, 23 Jul 2001 18:13:20 -0400
3157              Message-ID: <20010723181320.A14005@math.ohio-state.edu>
3158      Branch: perl
3159            ! lib/perl5db.pl
3160 ____________________________________________________________________________
3161 [ 11456] By: jhi                                   on 2001/07/23  21:19:28
3162         Log: Subject: [PATCH 5.7.2] debugging selfloaded stuff
3163              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
3164              Date: Mon, 23 Jul 2001 18:07:40 -0400
3165              Message-ID: <20010723180740.A13960@math.ohio-state.edu>
3166      Branch: perl
3167            ! op.c
3168 ____________________________________________________________________________
3169 [ 11455] By: jhi                                   on 2001/07/23  21:13:12
3170         Log: Subject: [PATCH perl@11446] util.c: return required in Perl_my_fork
3171              From: "Craig A. Berry" <craigberry@mac.com>
3172              Date: Mon, 23 Jul 2001 15:35:06 -0500
3173              Message-Id: <5.1.0.14.0.20010723152732.02ad4470@exchi01>
3174      Branch: perl
3175            ! util.c
3176 ____________________________________________________________________________
3177 [ 11454] By: jhi                                   on 2001/07/23  21:09:13
3178         Log: Subject: [PATCH perlfaq9.pod typo]
3179              From: "Larry Shatzer, Jr." <lshatzer@islanddata.com>
3180              Date: Mon, 23 Jul 2001 07:49:05 -0700
3181              Message-ID: <002f01c11386$a8539580$bb01a8c0@LSHATZER>
3182      Branch: perl
3183            ! pod/perlfaq9.pod
3184 ____________________________________________________________________________
3185 [ 11453] By: jhi                                   on 2001/07/23  21:06:42
3186         Log: Subject: win32\sncfnmcs.pl corrections
3187              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
3188              Date: Mon, 23 Jul 2001 12:56:54 +0200
3189              Message-ID: <E3FB32585BF1D411B9E900805FF51A080C1C5D@RU0022EXCH001U>
3190              
3191              Rename the script a little bit more sensibly.
3192      Branch: perl
3193            + win32/sync_ext.pl
3194            - win32/sncfnmcs.pl
3195            ! MANIFEST README.win32
3196 ____________________________________________________________________________
3197 [ 11452] By: jhi                                   on 2001/07/23  17:22:37
3198         Log: Test tweak.
3199      Branch: perl
3200            ! ext/B/Deparse.t
3201 ____________________________________________________________________________
3202 [ 11451] By: jhi                                   on 2001/07/23  17:10:52
3203         Log: Metaconfig unit tweak for #11450.
3204      Branch: metaconfig/U/perl
3205            ! Mksymlinks.U
3206 ____________________________________________________________________________
3207 [ 11450] By: jhi                                   on 2001/07/23  17:09:46
3208         Log: Too volatile failsafe check.
3209      Branch: perl
3210            ! Configure
3211 ____________________________________________________________________________
3212 [ 11449] By: jhi                                   on 2001/07/23  16:53:59
3213         Log: Further doc tweaks.
3214      Branch: perl
3215            ! lib/UnicodeCD.pm
3216 ____________________________________________________________________________
3217 [ 11448] By: jhi                                   on 2001/07/23  05:26:50
3218         Log: Doc tweaks.
3219      Branch: perl
3220            ! lib/UnicodeCD.pm
3221 ____________________________________________________________________________
3222 [ 11447] By: jhi                                   on 2001/07/23  04:57:49
3223         Log: Doc tweakery from Abhijit.
3224      Branch: perl
3225            ! Porting/repository.pod
3226 ____________________________________________________________________________
3227 [ 11446] By: jhi                                   on 2001/07/22  15:41:02
3228         Log: An accidental empty line.
3229      Branch: perl
3230            ! MANIFEST
3231 ____________________________________________________________________________
3232 [ 11445] By: jhi                                   on 2001/07/22  15:38:30
3233         Log: Missing MANIFESTations.
3234      Branch: perl
3235            ! MANIFEST
3236 ____________________________________________________________________________
3237 [ 11444] By: jhi                                   on 2001/07/22  15:30:10
3238         Log: Update Changes.
3239      Branch: perl
3240            ! Changes patchlevel.h
3241 ____________________________________________________________________________
3242 [ 11443] By: jhi                                   on 2001/07/22  15:02:11
3243         Log: Subject: Re: Typo in Porting/pumpkin/pod ?
3244              From: Mike Guy <mjtg@cam.ac.uk>
3245              Date: Fri, 20 Jul 2001 16:12:49 +0100
3246              Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk>
3247      Branch: perl
3248            ! Porting/pumpkin.pod
3249 ____________________________________________________________________________
3250 [ 11442] By: jhi                                   on 2001/07/22  14:58:33
3251         Log: Subject: Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
3252              From: Peter Prymmer <pvhp@forte.com>
3253              Date: Fri, 20 Jul 2001 17:04:55 -0700 (PDT)
3254              Message-ID: <Pine.OSF.4.10.10107201650510.144528-100000@aspara.forte.com>
3255      Branch: perl
3256            ! pod/perlhack.pod
3257 ____________________________________________________________________________
3258 [ 11441] By: jhi                                   on 2001/07/22  14:54:29
3259         Log: Subject: [PATCH Test.pm] Getting rid of the expected "UNEXPECTEDLY SUCCEEDED"
3260              From: Michael G Schwern <schwern@pobox.com>
3261              Date: Fri, 20 Jul 2001 20:22:35 -0400
3262              Message-ID: <20010720202235.O4498@blackrider>
3263      Branch: perl
3264            ! lib/Test.pm lib/Test/t/mix.t lib/Test/t/success.t
3265            ! lib/Test/t/todo.t
3266 ____________________________________________________________________________
3267 [ 11440] By: jhi                                   on 2001/07/22  14:51:14
3268         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]?
3269              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
3270              Message-Id: <200107210559.WAA09160@ventrue.corp.yahoo.com>
3271              Date: Fri, 20 Jul 2001 22:59:25 -0700 (PDT)
3272      Branch: perl
3273            ! ext/POSIX/POSIX.pod
3274 ____________________________________________________________________________
3275 [ 11439] By: jhi                                   on 2001/07/22  14:49:25
3276         Log: Subject: Re: [ID 20010720.010] WHere's [:isprint:]? 
3277              From: Mark-Jason Dominus <mjd@plover.com>
3278              Date: Fri, 20 Jul 2001 23:16:54 -0400
3279              Message-ID: <20010721031654.21877.qmail@plover.com>
3280      Branch: perl
3281            ! ext/POSIX/POSIX.pod
3282 ____________________________________________________________________________
3283 [ 11438] By: jhi                                   on 2001/07/22  14:41:58
3284         Log: Subject: Re: [PATCH O.pm] avoid to clutter output with -l
3285              From: Rafael Garcia-Suarez <rgarciasuarez@free.fr>
3286              Date: Sun, 22 Jul 2001 14:56:09 +0200
3287              Message-ID: <20010722145609.A766@rafael>
3288      Branch: perl
3289            ! ext/B/O.pm
3290 ____________________________________________________________________________
3291 [ 11437] By: jhi                                   on 2001/07/22  14:39:07
3292         Log: Subject: regexec.c #define cleanup
3293              From: Mark-Jason Dominus <mjd@plover.com>
3294              Date: Sat, 21 Jul 2001 18:33:25 -0400
3295              Message-ID: <20010721223325.3069.qmail@plover.com>
3296      Branch: perl
3297            ! regexec.c
3298 ____________________________________________________________________________
3299 [ 11436] By: jhi                                   on 2001/07/22  14:36:43
3300         Log: Subject: [PATCH: perl@11373] Win32 update for t/io/fs.t (may effect NetWare)
3301              From: Prymmer/Kahn <pvhp@best.com>
3302              Date: Sat, 21 Jul 2001 12:08:29 -0700 (PDT)
3303              Message-ID: <Pine.BSF.4.21.0107211156160.17271-100000@shell8.ba.best.com>
3304      Branch: perl
3305            ! t/io/fs.t
3306 ____________________________________________________________________________
3307 [ 11435] By: jhi                                   on 2001/07/22  00:22:51
3308         Log: Typo in #11432.
3309      Branch: perl
3310            ! ext/POSIX/POSIX.t
3311 ____________________________________________________________________________
3312 [ 11434] By: jhi                                   on 2001/07/21  23:12:26
3313         Log: Integrate (manually) change #11424 from macperl.
3314      Branch: perl
3315            ! ext/Filter/t/call.t
3316 ____________________________________________________________________________
3317 [ 11433] By: jhi                                   on 2001/07/21  23:07:43
3318         Log: Integrate change #11408 from macperl.
3319      Branch: perl
3320           !> README.macos pod/perlport.pod
3321 ____________________________________________________________________________
3322 [ 11432] By: jhi                                   on 2001/07/21  23:02:30
3323         Log: Integrate change #11388 from macperl (the *.t parts needed hand massage).
3324      Branch: perl
3325           +> macos/MacPerlTests.cmd macos/xsubpp.patch
3326            ! ext/DB_File/t/db-btree.t ext/DB_File/t/db-hash.t
3327            ! ext/DB_File/t/db-recno.t ext/NDBM_File/ndbm.t
3328            ! ext/POSIX/POSIX.t
3329 ____________________________________________________________________________
3330 [ 11431] By: gsar                                  on 2001/07/21  05:03:44
3331         Log: pod/*.t tests not picked up by t/TEST either
3332      Branch: maint-5.6/perl
3333            ! t/TEST
3334 ____________________________________________________________________________
3335 [ 11430] By: gsar                                  on 2001/07/21  04:58:12
3336         Log: better tweak for change#11429 (windows has both / and \ separated
3337              paths in @INC at that point)
3338      Branch: maint-5.6/perl
3339            ! t/pod/testp2pt.pl
3340 ____________________________________________________________________________
3341 [ 11429] By: gsar                                  on 2001/07/21  04:41:15
3342         Log: MacOS pod test tweak needs \Escape
3343      Branch: maint-5.6/perl
3344            ! t/pod/testp2pt.pl
3345 ____________________________________________________________________________
3346 [ 11428] By: gsar                                  on 2001/07/21  04:39:34
3347         Log: run/runenv.t needs fflushNULL sanity (t/TEST is too dumb to detect
3348              resulting duplicate output, but t/harness isn't)
3349      Branch: maint-5.6/perl
3350            ! t/run/runenv.t
3351 ____________________________________________________________________________
3352 [ 11427] By: gsar                                  on 2001/07/21  04:37:26
3353         Log: t/harness wasn't picking up all the tests
3354      Branch: maint-5.6/perl
3355            ! t/harness
3356 ____________________________________________________________________________
3357 [ 11426] By: gsar                                  on 2001/07/21  04:09:26
3358         Log: update MANIFEST for new file
3359      Branch: maint-5.6/perl
3360            ! MANIFEST
3361 ____________________________________________________________________________
3362 [ 11425] By: gsar                                  on 2001/07/21  04:07:46
3363         Log: integrate maint-5.6/macperl changes into maint-5.6/perl, with
3364              the exception of the macperl/macos/... tree
3365      Branch: maint-5.6/perl
3366           +> t/lib/filefind-taint.t
3367           !> (integrate 72 files)
3368 ____________________________________________________________________________
3369 [ 11424] By: pudge                                 on 2001/07/20  18:55:25
3370         Log: Fix test.
3371      Branch: maint-5.6/macperl
3372            ! macos/bundled_ext/Filter/t/call.t
3373 ____________________________________________________________________________
3374 [ 11423] By: gsar                                  on 2001/07/20  18:38:48
3375         Log: Make perl fork()-safe (in a slightly limited way) even on
3376              platforms that don't have pthread_atfork() (extension of
3377              the fix in change#11151).
3378              
3379              Note that this will not help extensions that call fork()
3380              directly in C, or that link to libraries that call fork()
3381              directly.  Such cases must be fixed to either call
3382              PerlProc_fork(), or call atfork_lock() in parent before the
3383              calling the function that forks and call atfork_unlock()
3384              in both parent and child immediately after the fork().
3385              (There are no worries if C code calls exec() in the child
3386              immediately after a fork().  Only cases where the child
3387              calls perl's API functions (including New()) after the
3388              fork() are problematic.)
3389              
3390              This change also eliminates the use of vfork() from perl,
3391              since all such uses were violating the severe restrictions
3392              on modifying the state of the process between the vfork()
3393              and the exec().
3394              
3395              This is a modified version of patches suggested by Abhijit
3396              Menon-Sen and Richard Soderberg.
3397      Branch: perl
3398            ! embed.h embed.pl global.sym iperlsys.h miniperlmain.c
3399            ! objXSUB.h perl.c perlapi.c pp_sys.c proto.h thread.h util.c
3400 ____________________________________________________________________________
3401 [ 11422] By: pudge                                 on 2001/07/20  18:16:37
3402         Log: Add Filter::Util::Call, Class::ISA, Digest, Filter::Simple,
3403              Switch, and Text::Balanced.
3404      Branch: maint-5.6/macperl
3405            + macos/bundled_ext/Filter/Util/Call/Call.pm
3406            + macos/bundled_ext/Filter/Util/Call/Call.xs
3407            + macos/bundled_ext/Filter/Util/Call/Makefile.PL
3408            + macos/bundled_ext/Filter/t/MyFilter.pm
3409            + macos/bundled_ext/Filter/t/call.t
3410            + macos/bundled_ext/Filter/t/filter-util.pl
3411            + macos/bundled_lib/blib/lib/Class/ISA.pm
3412            + macos/bundled_lib/blib/lib/Digest.pm
3413            + macos/bundled_lib/blib/lib/Filter/Simple.pm
3414            + macos/bundled_lib/blib/lib/Switch.pm
3415            + macos/bundled_lib/blib/lib/Text/Balanced.pm
3416            + macos/bundled_lib/blib/lib/Text/Balanced.pod
3417            + macos/bundled_lib/t/Class/ISA/test.pl
3418            + macos/bundled_lib/t/Digest/Digest.t
3419            + macos/bundled_lib/t/Filter/Simple/test.pl
3420            + macos/bundled_lib/t/Switch/test.pl
3421            + macos/bundled_lib/t/Text/Balanced/t/genxt.t
3422            + macos/bundled_lib/t/Text/Balanced/t/xbrak.t
3423            + macos/bundled_lib/t/Text/Balanced/t/xcode.t
3424            + macos/bundled_lib/t/Text/Balanced/t/xdeli.t
3425            + macos/bundled_lib/t/Text/Balanced/t/xmult.t
3426            + macos/bundled_lib/t/Text/Balanced/t/xquot.t
3427            + macos/bundled_lib/t/Text/Balanced/t/xtagg.t
3428            + macos/bundled_lib/t/Text/Balanced/t/xvari.t
3429 ____________________________________________________________________________
3430 [ 11421] By: pudge                                 on 2001/07/20  18:03:28
3431         Log: Add Filter::Util::Call to config/make files; edit utils
3432              to recognize the module (it was descended too far down).
3433              Bump version to 5.6.1a4.
3434      Branch: maint-5.6/macperl
3435            ! macos/InstallBLIB macos/MPVersion.r macos/Makefile.mk
3436            ! macos/config.sh macos/lib/ExtUtils/MM_MacOS.pm
3437            ! macos/macperl/Makefile.mk macos/xsubpp.patch
3438 ____________________________________________________________________________
3439 [ 11420] By: pudge                                 on 2001/07/20  18:02:05
3440         Log: Make DB_File the default for MLDBM on MacOS.
3441      Branch: maint-5.6/macperl
3442            ! macos/bundled_lib/blib/lib/MLDBM.pm
3443 ____________________________________________________________________________
3444 [ 11419] By: nick                                  on 2001/07/20  14:51:03
3445         Log: Subject:  [PATCH UnicodeCD.pm] Fix erronous documentation
3446              From:  Simon Cozens <simon@netthink.co.uk>
3447              Date:  Fri, 20 Jul 2001 11:42:35 -0400
3448              Message-Id:  <20010720114235.A5235@netthink.co.uk>
3449      Branch: perl
3450            ! lib/UnicodeCD.pm
3451 ____________________________________________________________________________
3452 [ 11418] By: nick                                  on 2001/07/20  14:48:12
3453         Log: Subject:  [PATCH regcomp.h] adds a comment
3454              From:  Abhijit Menon-Sen <ams@wiw.org>
3455              Date:  Fri, 20 Jul 2001 21:05:37 +0530
3456              Message-Id:  <20010720210537.A7678@lustre.dyn.wiw.org>
3457      Branch: perl
3458            ! regcomp.h
3459 ____________________________________________________________________________
3460 [ 11417] By: nick                                  on 2001/07/20  14:16:38
3461         Log: Subject:  [PATCH 5.7.2] INSTALL updates
3462              From:  Andy Dougherty <doughera@lafayette.edu>
3463              Date:  Fri, 20 Jul 2001 11:01:40 -0400 (EDT)
3464              Message-Id:  <Pine.SOL.4.10.10107201059510.16494-100000@maxwell.phys.lafayette.edu>
3465      Branch: perl
3466            ! INSTALL
3467 ____________________________________________________________________________
3468 [ 11416] By: nick                                  on 2001/07/20  06:44:44
3469         Log: Subject:  Re: [PATCH: perl@11373] pod fixups for pod/perlhack.pod
3470              From:  Russ Allbery <rra@stanford.edu>
3471              Date:  19 Jul 2001 15:52:37 -0700
3472              Message-Id:  <ylvgko4jm2.fsf@windlord.stanford.edu>
3473      Branch: perl
3474            ! lib/Pod/Man.pm
3475 ____________________________________________________________________________
3476 [ 11415] By: nick                                  on 2001/07/20  06:35:11
3477         Log: Subject:  [PATCH] defer op_seq allocation
3478              From:  Abhijit Menon-Sen <ams@wiw.org>
3479              Date:  Thu, 19 Jul 2001 22:12:24 +0530
3480              Message-Id:  <20010719221224.A13786@lustre.dyn.wiw.org>
3481      Branch: perl
3482            ! op.c
3483 ____________________________________________________________________________
3484 [ 11414] By: nick                                  on 2001/07/20  06:23:36
3485         Log: Subject:  [PATCH] prototype for Time::HiRes::sleep()
3486              From:  Abhijit Menon-Sen <ams@wiw.org>
3487              Date:  Fri, 20 Jul 2001 01:18:50 +0530
3488              Message-Id:  <20010720011850.A19650@lustre.dyn.wiw.org>
3489              (Private e-mail)
3490      Branch: perl
3491            ! ext/Time/HiRes/HiRes.xs
3492 ____________________________________________________________________________
3493 [ 11413] By: nick                                  on 2001/07/20  06:18:53
3494         Log: Integrate mainline
3495      Branch: perlio
3496           +> ext/Encode/Encode/euc-jp-0212.enc t/lib/commonsense.t
3497            - t/base/commonsense.t
3498           !> MANIFEST doio.c ext/B/B/Deparse.pm ext/Encode/Encode/Tcl.pm
3499           !> ext/POSIX/POSIX.t ext/Time/HiRes/HiRes.xs gv.c hints/darwin.sh
3500           !> hints/rhapsody.sh numeric.c pod/perlfunc.pod pod/perlhack.pod
3501           !> pod/perlre.pod pp_sys.c sv.c t/README t/op/arith.t
3502           !> t/op/sprintf.t thread.h utils/h2xs.PL win32/perlhost.h
3503           !> win32/win32.c
3504 ____________________________________________________________________________
3505 [ 11412] By: nick                                  on 2001/07/19  06:44:27
3506         Log: Integrate win32/perlhost.h from maintenance branch.
3507              (Rest of $ENV{PATH} / system() fix.)
3508      Branch: perl
3509           !> win32/perlhost.h
3510 ____________________________________________________________________________
3511 [ 11411] By: nick                                  on 2001/07/19  06:41:34
3512         Log: Subject:  [DOC PATCH bleadperl] its vs it's in perlhack.pod
3513              From:  Philip Newton <Philip.Newton@gmx.net>
3514              Date:  Wed, 18 Jul 2001 21:43:57 +0200
3515              Message-Id:  <E15Mx9y-0007Oz-00@mserv1b.vianw.co.uk>
3516      Branch: perl
3517            ! pod/perlhack.pod
3518 ____________________________________________________________________________
3519 [ 11410] By: nick                                  on 2001/07/19  06:39:35
3520         Log: Subject:  Security hole in taint checking in open()
3521              From:  deekoo@tentacle.net
3522              Date:  Thu, 19 Jul 2001 00:03:46 -0700 (PDT)
3523              Message-Id:  <Pine.LNX.4.33.0107182248330.11996-100000@chaos.tentacle.net>
3524      Branch: perl
3525            ! doio.c
3526 ____________________________________________________________________________
3527 [ 11409] By: nick                                  on 2001/07/19  06:28:08
3528         Log: Subject:  [PATCH] Re: Time::HiRes qw(sleep) fails
3529              From:  Abhijit Menon-Sen <ams@wiw.org>
3530              Date:  Thu, 19 Jul 2001 04:30:43 +0530
3531              Message-Id:  <20010719043043.A10327@lustre.dyn.wiw.org>
3532      Branch: perl
3533            ! ext/Time/HiRes/HiRes.xs
3534 ____________________________________________________________________________
3535 [ 11408] By: pudge                                 on 2001/07/19  03:27:36
3536         Log: Update docs with latest implementation information and new URLs.
3537      Branch: maint-5.6/macperl
3538            ! README.macos pod/perlport.pod
3539 ____________________________________________________________________________
3540 [ 11407] By: pudge                                 on 2001/07/19  02:35:46
3541         Log: Add Time::HiRes, and add default Makefile.mk for Digest::MD5.
3542              Fix BuildRules to accept optimization variables.
3543      Branch: maint-5.6/macperl
3544            + macos/bundled_ext/Digest/MD5/Makefile.mk
3545            ! macos/BuildRules.mk macos/Makefile.mk
3546            ! macos/bundled_ext/Time/HiRes/HiRes.xs macos/config.sh
3547            ! macos/macish.c macos/macish.h macos/macperl/Makefile.mk
3548 ____________________________________________________________________________
3549 [ 11406] By: pudge                                 on 2001/07/19  01:11:39
3550         Log: Integrate changes 11399,11401
3551      Branch: maint-5.6/macperl
3552           !> win32/perlhost.h win32/win32.c
3553 ____________________________________________________________________________
3554 [ 11405] By: nick                                  on 2001/07/18  06:50:33
3555         Log: Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes (11399, 11400)
3556              from perl5.6*
3557      Branch: perl
3558           !> win32/perlhost.h win32/win32.c
3559 ____________________________________________________________________________
3560 [ 11404] By: nick                                  on 2001/07/18  06:43:59
3561         Log: Subject:  Re: Perl 5.7.2 Has Been Released 
3562              From:  hv@crypt0.demon.co.uk
3563              Date:  Wed, 18 Jul 2001 05:58:46 +0100
3564              Message-Id:  <200107180458.f6I4wlJ19966@crypt0.demon.co.uk>
3565      Branch: perl
3566            ! ext/POSIX/POSIX.t
3567 ____________________________________________________________________________
3568 [ 11403] By: nick                                  on 2001/07/18  06:38:57
3569         Log: Subject:  Re: [ID 20010716.005] numeric conversions in 5.7.[12] changed from perl5.6.1 (leading whitespace) 
3570              From:  hv@crypt0.demon.co.uk
3571              Date:  Wed, 18 Jul 2001 05:21:54 +0100
3572              Message-Id:  <200107180421.f6I4Ltc00987@crypt0.demon.co.uk>
3573      Branch: perl
3574            ! numeric.c t/op/arith.t
3575 ____________________________________________________________________________
3576 [ 11402] By: nick                                  on 2001/07/18  06:19:17
3577         Log: Subject:  Doc patch: perlre should mention perlrequick and perlretut
3578              From:  mjd@plover.com
3579              Date:  17 Jul 2001 17:59:20 -0000
3580              Message-Id:  <20010717175920.8177.qmail@plover.com>
3581      Branch: perl
3582            ! pod/perlre.pod
3583 ____________________________________________________________________________
3584 [ 11401] By: gsar                                  on 2001/07/17  21:31:31
3585         Log: thinko in change#11400 (duh)
3586      Branch: maint-5.6/perl
3587            ! win32/perlhost.h
3588 ____________________________________________________________________________
3589 [ 11400] By: gsar                                  on 2001/07/17  19:46:34
3590         Log: change#11399 revealed another unrelated bug; this is just a temporary
3591              bandaid
3592      Branch: maint-5.6/perl
3593            ! win32/perlhost.h
3594 ____________________________________________________________________________
3595 [ 11399] By: gsar                                  on 2001/07/17  19:11:57
3596         Log: fix bugs in handling of the virtualized environment under windows;
3597              there were bugs in propagating any changes to %ENV down to the real
3598              environment when such changes happened in the toplevel process
3599              (thanks to Johan Holmberg <holmberg@iar.se> for the excellent
3600              problem identification, and for a part of the fix)
3601      Branch: maint-5.6/perl
3602            ! win32/perlhost.h win32/win32.c
3603 ____________________________________________________________________________
3604 [ 11398] By: nick                                  on 2001/07/17  08:26:35
3605         Log: Subject: Re: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
3606              From: Peter Prymmer <pvhp@forte.com>
3607              Date: Mon, 16 Jul 2001 16:43:14 -0700 (PDT)
3608              Message-Id: <Pine.OSF.4.10.10107161631300.464972-100000@aspara.forte.com>
3609              
3610              Move t/base/commonsense.t to t/lib/commonsense.t - base tests
3611              should not depend on existance of Config.pm
3612      Branch: perl
3613           +> t/lib/commonsense.t
3614            - t/base/commonsense.t
3615            ! MANIFEST t/README
3616 ____________________________________________________________________________
3617 [ 11397] By: nick                                  on 2001/07/17  08:09:58
3618         Log: Subject:  [PATCH pod/perlhack.pod] Sections on writing tests & patching core mods
3619              From:  Michael G Schwern <schwern@pobox.com>
3620              Date:  Mon, 16 Jul 2001 18:20:31 -0400
3621              Message-Id:  <20010716182031.A1128@blackrider>
3622      Branch: perl
3623            ! pod/perlhack.pod
3624 ____________________________________________________________________________
3625 [ 11396] By: nick                                  on 2001/07/17  08:04:11
3626         Log: Subject:  [PATCH perlfunc.pod] make printf refer to sprintf
3627              From:  Gwyn Judd <b.judd@xtra.co.nz>
3628              Date:  Tue, 17 Jul 2001 20:55:58 +1200
3629              Message-Id:  <20010717205558.A3107@thislove>
3630      Branch: perl
3631            ! pod/perlfunc.pod
3632 ____________________________________________________________________________
3633 [ 11395] By: nick                                  on 2001/07/17  08:02:22
3634         Log: Subject:  [PATCH: perl@11373] fix t/op/sprintf.t to not load %Config
3635              From:  Peter Prymmer <pvhp@forte.com>
3636              Date:  Mon, 16 Jul 2001 15:48:33 -0700 (PDT)
3637              Message-Id:  <Pine.OSF.4.10.10107161543400.464972-100000@aspara.forte.com>
3638      Branch: perl
3639            ! t/op/sprintf.t
3640 ____________________________________________________________________________
3641 [ 11394] By: nick                                  on 2001/07/17  07:57:06
3642         Log: Subject:  Re: [PATCH gv.c] allow ${"1f"} to be non-regex var 
3643              From:  Jeff 'Japhy' Pinyan <jeffp@crusoe.net>
3644              Date:  Mon, 16 Jul 2001 18:46:53 -0400 (EDT)
3645              Message-Id:  <Pine.GSO.4.21.0107161829390.1405-100000@crusoe.crusoe.net>
3646      Branch: perl
3647            ! gv.c
3648 ____________________________________________________________________________
3649 [ 11392] By: nick                                  on 2001/07/17  07:50:12
3650         Log: Subject:  [PATCH] fix PTHREAD_ATFORK croaking too early, too often
3651              From:  Coral <coral@moonlight.crystalflame.net>
3652              Date:  Mon, 16 Jul 2001 14:25:19 -0700 (PDT)
3653              Message-Id:  <200107162125.f6GLPJ345261@moonlight.crystalflame.net>
3654      Branch: perl
3655            ! pp_sys.c thread.h
3656 ____________________________________________________________________________
3657 [ 11391] By: nick                                  on 2001/07/17  07:34:28
3658         Log: Subject:  Re: [PATCH h2xs.PL ] use Test::More where appropriate (was Re:   
3659              From:  Jonathan Stowe <gellyfish@gellyfish.com>
3660              Date:  Mon, 16 Jul 2001 18:31:21 +0100 (BST)
3661              Message-Id:  <Pine.LNX.4.33.0107161827570.15520-100000@orpheus.gellyfish.com>
3662      Branch: perl
3663            ! utils/h2xs.PL
3664 ____________________________________________________________________________
3665 [ 11390] By: pudge                                 on 2001/07/16  23:54:44
3666         Log: Add in List::Util, Memoize, NEXT, and a bunch of tests for other
3667              modules.  Also added Mac::BuildTools, Mac::AppleEvents::Simple,
3668              and Mac::Apps::Launch, which don't work, and Time::HiRes and
3669              Time::Piece, which don't yet work.
3670      Branch: maint-5.6/macperl
3671            + (add 154 files)
3672 ____________________________________________________________________________
3673 [ 11389] By: pudge                                 on 2001/07/16  23:13:10
3674         Log: Fix %ENV to be tainted [SF bug #231848, Thomas Wegner].
3675              Also add hack to get around missing setenv for PERL5DB.
3676      Branch: maint-5.6/macperl
3677            ! macos/macish.c macos/macish.h
3678 ____________________________________________________________________________
3679 [ 11388] By: pudge                                 on 2001/07/16  23:11:26
3680         Log: Fix DB_File, and patch tests for it, and NDBM_File, and POSIX.
3681      Branch: maint-5.6/macperl
3682            ! macos/MacPerlTests.cmd macos/xsubpp.patch t/lib/db-btree.t
3683            ! t/lib/db-hash.t t/lib/db-recno.t t/lib/ndbm.t t/lib/posix.t
3684 ____________________________________________________________________________
3685 [ 11387] By: pudge                                 on 2001/07/16  23:05:12
3686         Log: Fix up some configuration and make options, add extra
3687              extensions.
3688      Branch: maint-5.6/macperl
3689            ! macos/ExtBuildRules.mk macos/Makefile.mk macos/config.sh
3690            ! macos/macperl/Makefile.mk
3691 ____________________________________________________________________________
3692 [ 11386] By: pudge                                 on 2001/07/16  21:22:32
3693         Log: From Change 11374 in maintperl.
3694      Branch: maint-5.6/macperl
3695           !> utils/h2ph.PL
3696 ____________________________________________________________________________
3697 [ 11385] By: nick                                  on 2001/07/16  14:12:58
3698         Log: Back out change to h2xs till it passes its test.
3699      Branch: perl
3700            ! utils/h2xs.PL
3701 ____________________________________________________________________________
3702 [ 11384] By: nick                                  on 2001/07/16  14:00:10
3703         Log: Subject:  [PATCH h2xs.PL ] use Test::More where appropriate (was Re: [PATCH]
3704              From:  Jonathan Stowe <gellyfish@gellyfish.com>
3705              Date:  Mon, 16 Jul 2001 08:37:05 +0100 (BST)
3706              Message-Id:  <Pine.LNX.4.33.0107160830480.9915-100000@orpheus.gellyfish.com>
3707      Branch: perl
3708            ! utils/h2xs.PL
3709 ____________________________________________________________________________
3710 [ 11383] By: nick                                  on 2001/07/16  13:53:12
3711         Log: Subject:  [PATCH hints/darwin.sh] Don't override user-specified optimize flag
3712              From:  Robin Houston <robin@kitsite.com>
3713              Date:  Sun, 15 Jul 2001 18:22:31 +0100
3714              Message-Id:  <20010715182230.A11174@robin>
3715      Branch: perl
3716            ! hints/darwin.sh
3717 ____________________________________________________________________________
3718 [ 11382] By: nick                                  on 2001/07/16  13:52:49
3719         Log: Subject:  [PATCH perl@11372] re_dup
3720              From:  Radu Greab <radu@netsoft.ro>
3721              Date:  Sun, 15 Jul 2001 04:50:06 +0300
3722              Message-Id:  <15184.63182.656988.340591@ix.netsoft.ro>
3723      Branch: perl
3724            ! sv.c
3725 ____________________________________________________________________________
3726 [ 11379] By: nick                                  on 2001/07/16  13:35:39
3727         Log: Subject:  [PATCH B::Deparse] formats can't contain formats
3728              From:  Robin Houston <robin@kitsite.com>
3729              Date:  Sat, 14 Jul 2001 14:28:50 +0100
3730              Message-Id:  <20010714142850.A10205@robin>
3731      Branch: perl
3732            ! ext/B/B/Deparse.pm
3733 ____________________________________________________________________________
3734 [ 11378] By: nick                                  on 2001/07/16  13:30:36
3735         Log: Subject:  [PATCH @11359] Encode::Tcl.pm, EUC-JP with jis-x0212
3736              From:  Sadahiro Tomoyuki <BQW10602@nifty.com>
3737              Date:  Sat, 14 Jul 2001 22:17:42 +0900
3738              Message-Id:  <20010714221736.6CA3.BQW10602@nifty.com>
3739      Branch: perl
3740            + ext/Encode/Encode/euc-jp-0212.enc
3741            ! ext/Encode/Encode/Tcl.pm
3742 ____________________________________________________________________________
3743 [ 11377] By: nick                                  on 2001/07/16  13:17:28
3744         Log: Subject:  [PATCH 5.7.2] Remove useless ccflags hints
3745              From:  Andy Dougherty <doughera@lafayette.edu>
3746              Date:  Sun, 15 Jul 2001 22:52:54 -0400 (EDT)
3747              Message-Id:  <Pine.SOL.4.10.10107152250230.10344-100000@maxwell.phys.lafayette.edu>
3748      Branch: perl
3749            ! hints/darwin.sh hints/rhapsody.sh
3750 ____________________________________________________________________________
3751 [ 11376] By: nick                                  on 2001/07/16  09:05:00
3752         Log: Integrate mainline
3753      Branch: perlio
3754           +> ext/Encode/Encode/7bit-greek.enc
3755           +> ext/Encode/Encode/7bit-latin1.enc
3756           +> ext/Encode/Encode/cns11643-1.enc
3757           +> ext/Encode/Encode/cns11643-2.enc
3758           +> ext/Encode/Encode/iso2022-cn.enc
3759           +> ext/Encode/Encode/iso2022-jp1.enc
3760           +> ext/Encode/Encode/iso2022-jp2.enc
3761           !> Changes Configure MANIFEST Makefile.SH
3762           !> ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
3763           !> ext/Encode/Encode/iso2022-kr.enc ext/POSIX/POSIX.pm
3764           !> ext/PerlIO/Via/Via.pm handy.h myconfig.SH patchlevel.h
3765           !> pod/perlhack.pod pod/perlre.pod pod/perltoc.pod regcomp.c sv.c
3766           !> t/op/pat.t t/op/sprintf.t utils/h2ph.PL utils/h2xs.PL
3767 ____________________________________________________________________________
3768 [ 11375] By: gsar                                  on 2001/07/16  02:46:11
3769         Log: integrate change#11374 from maint-5.6
3770              
3771              make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
3772      Branch: perl
3773           !> utils/h2ph.PL
3774 ____________________________________________________________________________
3775 [ 11374] By: gsar                                  on 2001/07/16  02:10:51
3776         Log: make h2ph grok ccsymbols fo the form 1234L, 1234ULL etc.
3777      Branch: maint-5.6/perl
3778            ! utils/h2ph.PL
3779 ____________________________________________________________________________
3780 [ 11373] By: jhi                                   on 2001/07/14  09:27:10
3781         Log: Update Changes.
3782      Branch: perl
3783            ! Changes patchlevel.h
3784 ____________________________________________________________________________
3785 [ 11372] By: jhi                                   on 2001/07/14  09:19:18
3786         Log: Subject: [PATCH h2xs.PL] use Getopt::Long (was Re: [PATCH] h2xs)
3787              From: Jonathan Stowe <gellyfish@gellyfish.com>
3788              Date: Sat, 14 Jul 2001 10:14:34 +0100 (BST)
3789              Message-ID: <Pine.LNX.4.33.0107141008350.9915-100000@orpheus.gellyfish.com>
3790      Branch: perl
3791            ! utils/h2xs.PL
3792 ____________________________________________________________________________
3793 [ 11371] By: jhi                                   on 2001/07/14  09:18:09
3794         Log: Subject: patch to add DEL to [:cntrl:]
3795              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
3796              Date: Fri, 13 Jul 2001 23:25:12 -0700 (PDT)
3797              Message-Id: <200107140625.XAA01517@ventrue.corp.yahoo.com>
3798      Branch: perl
3799            ! handy.h pod/perlre.pod regcomp.c t/op/pat.t
3800 ____________________________________________________________________________
3801 [ 11370] By: jhi                                   on 2001/07/14  01:33:17
3802         Log: Metaconfig unit change for #11369; plus a dependency nit.
3803      Branch: metaconfig
3804            ! U/compline/nblock_io.U
3805      Branch: metaconfig/U/perl
3806            ! Extensions.U
3807 ____________________________________________________________________________
3808 [ 11369] By: jhi                                   on 2001/07/14  01:32:33
3809         Log: #include <stdlib.h> so that exit() is prototyped,
3810              noticed by Hugo.
3811      Branch: perl
3812            ! Configure
3813 ____________________________________________________________________________
3814 [ 11368] By: jhi                                   on 2001/07/14  01:18:28
3815         Log: Subject: [PATCH: perl@11359] possible fix for sprintf.t on VAX that loads %Config
3816              From: Peter Prymmer <pvhp@forte.com>
3817              Date: Fri, 13 Jul 2001 19:15:45 -0700 (PDT)
3818              Message-ID: <Pine.OSF.4.10.10107131908370.270775-100000@aspara.forte.com>
3819      Branch: perl
3820            ! t/op/sprintf.t
3821 ____________________________________________________________________________
3822 [ 11367] By: jhi                                   on 2001/07/14  01:07:03
3823         Log: Subject: [PATCH: perl@11359] fixup for Encode/Tcl.t on ruthless filesystems
3824              From: Peter Prymmer <pvhp@forte.com>
3825              Date: Fri, 13 Jul 2001 19:00:20 -0700 (PDT)
3826              Message-ID: <Pine.OSF.4.10.10107131856280.270775-100000@aspara.forte.com>
3827      Branch: perl
3828            ! ext/Encode/Encode/Tcl.t
3829 ____________________________________________________________________________
3830 [ 11366] By: jhi                                   on 2001/07/13  22:48:47
3831         Log: Add information about gcc 3.0 basic block profiling.
3832      Branch: perl
3833            ! Makefile.SH pod/perlhack.pod pod/perltoc.pod
3834 ____________________________________________________________________________
3835 [ 11365] By: jhi                                   on 2001/07/13  21:22:20
3836         Log: Subject: Error in lib/PerlIO/Via.pm ?
3837              From: Mark-Jason Dominus <mjd@plover.com>
3838              Date: Fri, 13 Jul 2001 15:55:41 -0400
3839              Message-ID: <20010713195541.26751.qmail@plover.com>
3840      Branch: perl
3841            ! ext/PerlIO/Via/Via.pm
3842 ____________________________________________________________________________
3843 [ 11364] By: jhi                                   on 2001/07/13  21:21:23
3844         Log: Move both usemymalloc and d_bincompat5005 to the Platfom
3845              section from the Compiler section.
3846      Branch: perl
3847            ! myconfig.SH
3848 ____________________________________________________________________________
3849 [ 11363] By: jhi                                   on 2001/07/13  21:19:34
3850         Log: Handle glibc style of constant definitions using enum
3851              with intervening #defines; from Brendan O'Dea.
3852      Branch: perl
3853            ! utils/h2ph.PL
3854 ____________________________________________________________________________
3855 [ 11362] By: jhi                                   on 2001/07/13  21:17:40
3856         Log: Add LC_MESSAGES to the locale_h export tag (it already is
3857              in the Makefile.PL and thusly eligible for an XS constant)
3858              (see also maintperl #10543)
3859      Branch: perl
3860            ! ext/POSIX/POSIX.pm
3861 ____________________________________________________________________________
3862 [ 11361] By: jhi                                   on 2001/07/13  15:12:37
3863         Log: Subject: Re: [patch] re_dup
3864              From: Abhijit Menon-Sen <ams@wiw.org>
3865              Date: Fri, 13 Jul 2001 21:41:09 +0530
3866              Message-ID: <20010713214109.A3328@lustre.dyn.wiw.org>
3867      Branch: perl
3868            ! sv.c
3869 ____________________________________________________________________________
3870 [ 11360] By: jhi                                   on 2001/07/13  15:11:45
3871         Log: Subject: [patch] re_dup
3872              From: Doug MacEachern <dougm@covalent.net>
3873              Date: Fri, 13 Jul 2001 08:51:24 -0700 (PDT)
3874              Message-ID: <Pine.LNX.4.21.0107130848530.28844-100000@mako.covalent.net>
3875      Branch: perl
3876            ! sv.c
3877 ____________________________________________________________________________
3878 [ 11359] By: jhi                                   on 2001/07/13  14:30:32
3879         Log: Update Changes.
3880      Branch: perl
3881            ! Changes patchlevel.h
3882 ____________________________________________________________________________
3883 [ 11358] By: jhi                                   on 2001/07/13  14:26:36
3884         Log: Subject: [PATCH @11328] Encode::Tcl.pm for iso-2022-(?:jp-[12]|cn)
3885              From: SADAHIRO Tomoyuki <BQW10602@nifty.com> 
3886              Date: Sat, 14 Jul 2001 00:06:30 +0900
3887              Message-Id: <20010713235522.8406.BQW10602@nifty.com>
3888      Branch: perl
3889            + ext/Encode/Encode/7bit-greek.enc
3890            + ext/Encode/Encode/7bit-latin1.enc
3891            + ext/Encode/Encode/cns11643-1.enc
3892            + ext/Encode/Encode/cns11643-2.enc
3893            + ext/Encode/Encode/iso2022-cn.enc
3894            + ext/Encode/Encode/iso2022-jp1.enc
3895            + ext/Encode/Encode/iso2022-jp2.enc
3896            ! MANIFEST ext/Encode/Encode/Tcl.pm
3897            ! ext/Encode/Encode/iso2022-kr.enc
3898 ____________________________________________________________________________
3899 [ 11357] By: nick                                  on 2001/07/13  14:24:06
3900         Log: Blind integrate mainline (as of 5.7.2?)
3901      Branch: perlio
3902           !> AUTHORS Changes Porting/config.sh Porting/config_H
3903           !> README.netware ext/PerlIO/t/encoding.t makedef.pl patchlevel.h
3904           !> pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
3905           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
3906           !> win32/makefile.mk
3907 ____________________________________________________________________________
3908 [ 11355] By: jhi                                   on 2001/07/13  13:13:46
3909         Log: Snip away the devel patchlevel.
3910      Branch: perl
3911            ! patchlevel.h
3912 ____________________________________________________________________________
3913 [ 11354] By: jhi                                   on 2001/07/13  13:12:01
3914         Log: Bump the version to 5.7.2.
3915      Branch: perl
3916            ! Porting/config.sh Porting/config_H patchlevel.h
3917            ! pod/perlhist.pod utils/libnetcfg.PL win32/Makefile
3918            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
3919            ! win32/makefile.mk
3920 ____________________________________________________________________________
3921 [ 11353] By: jhi                                   on 2001/07/13  13:00:00
3922         Log: Update Changes.
3923      Branch: perl
3924            ! Changes
3925 ____________________________________________________________________________
3926 [ 11352] By: jhi                                   on 2001/07/13  12:54:49
3927         Log: Reword.
3928      Branch: perl
3929            ! AUTHORS
3930 ____________________________________________________________________________
3931 [ 11351] By: jhi                                   on 2001/07/13  12:52:47
3932         Log: AUTHORS update.
3933      Branch: perl
3934            ! AUTHORS
3935 ____________________________________________________________________________
3936 [ 11350] By: jhi                                   on 2001/07/13  12:24:36
3937         Log: Ignore PL_regex_pad and PL_regex_padav from symbols
3938              unless ithreads.
3939      Branch: perl
3940            ! makedef.pl
3941 ____________________________________________________________________________
3942 [ 11349] By: jhi                                   on 2001/07/13  11:54:10
3943         Log: Integrate perlio.
3944      Branch: perl
3945           !> win32/distclean.bat
3946 ____________________________________________________________________________
3947 [ 11348] By: jhi                                   on 2001/07/13  11:49:50
3948         Log: Test the encoding transform only iff we have PerlIO,
3949              noticed by H. Merijn Brand.
3950      Branch: perl
3951            ! ext/PerlIO/t/encoding.t
3952 ____________________________________________________________________________
3953 [ 11347] By: jhi                                   on 2001/07/13  11:40:13
3954         Log: README.netware tweaks from Ananth Kesari.
3955      Branch: perl
3956            ! README.netware
3957 ____________________________________________________________________________
3958 [ 11346] By: nick                                  on 2001/07/13  09:18:51
3959         Log: Win32/distclean.bat - Down-case all MANIFEST and File::Find results so 
3960              to avoid /unicode vs /Unicode issues.
3961      Branch: perlio
3962            ! win32/distclean.bat
3963 ____________________________________________________________________________
3964 [ 11345] By: nick                                  on 2001/07/13  06:24:18
3965         Log: Integrate mainline
3966      Branch: perlio
3967           +> README.uts lib/UnicodeCD.pm lib/UnicodeCD.t
3968            - lib/Unicode/UCD.pm lib/Unicode/UCD.t lib/unicode/distinct.pm
3969           !> (integrate 63 files)
3970 ____________________________________________________________________________
3971 [ 11344] By: jhi                                   on 2001/07/13  04:50:22
3972         Log: Add d_bincompat5005 information to perl -V.
3973      Branch: perl
3974            ! myconfig.SH
3975 ____________________________________________________________________________
3976 [ 11343] By: jhi                                   on 2001/07/13  03:42:05
3977         Log: Subject: Re: [PATCH] Re: Memory corruption? Read-only $_?
3978              From: Abhijit Menon-Sen <ams@wiw.org>
3979              Date: Fri, 13 Jul 2001 07:12:36 +0530
3980              Message-ID: <20010713071236.C5669@lustre.dyn.wiw.org>
3981      Branch: perl
3982            ! sv.c
3983 ____________________________________________________________________________
3984 [ 11342] By: jhi                                   on 2001/07/13  03:36:22
3985         Log: Remove unicode::distinct, as per Inaba Hiroto.
3986      Branch: perl
3987            - lib/unicode/distinct.pm
3988            ! MANIFEST hv.c perl.h pod/perlmodlib.pod pod/perltoc.pod sv.c
3989            ! t/lib/1_compile.t
3990 ____________________________________________________________________________
3991 [ 11341] By: jhi                                   on 2001/07/13  00:05:53
3992         Log: Paging for Dr Octothorpe.
3993      Branch: perl
3994            ! pod/perlfaq4.pod
3995 ____________________________________________________________________________
3996 [ 11340] By: jhi                                   on 2001/07/12  23:53:44
3997         Log: cut-n-paste error noticed by mjd.
3998      Branch: perl
3999            ! pod/perlfaq4.pod
4000 ____________________________________________________________________________
4001 [ 11339] By: jhi                                   on 2001/07/12  23:39:42
4002         Log: Subject: [PATCH: perl@11328] update the octal situation in perlfaq4.pod
4003              From: Peter Prymmer <pvhp@forte.com>
4004              Date: Thu, 12 Jul 2001 17:04:22 -0700 (PDT)
4005              Message-ID: <Pine.OSF.4.10.10107121703040.219875-100000@aspara.forte.com>
4006      Branch: perl
4007            ! pod/perlfaq4.pod
4008 ____________________________________________________________________________
4009 [ 11338] By: jhi                                   on 2001/07/12  23:38:49
4010         Log: Subject: Re: [randy@qualcomm.com: Corrections for ' repository - Using the Perl repository ']
4011              From: Randall Gellens <randy@qualcomm.com>
4012              Date: Thu, 12 Jul 2001 16:56:23 -0700
4013              Message-Id: <p05100301b773e9751c04@[129.46.176.61]>
4014      Branch: perl
4015            ! Porting/repository.pod
4016 ____________________________________________________________________________
4017 [ 11337] By: jhi                                   on 2001/07/12  23:35:06
4018         Log: Make PTHREAD_ATFORK() to croak if HAS_FORK, noop otherwise.
4019      Branch: perl
4020            ! thread.h
4021 ____________________________________________________________________________
4022 [ 11336] By: jhi                                   on 2001/07/12  23:23:39
4023         Log: Subject: [PATCH] pthread_atfork on FreeBSD - Part 1: #ifdef HAS_PTHREAD_ATFORK  
4024              From: coral <coral@moonlight.crystalflame.net>
4025              Date: Thu, 12 Jul 2001 16:16:50 -0700 (PDT)
4026              Message-Id: <200107122316.f6CNGoq09171@moonlight.crystalflame.net>
4027      Branch: perl
4028            ! thread.h
4029 ____________________________________________________________________________
4030 [ 11335] By: jhi                                   on 2001/07/12  23:23:14
4031         Log: Metaconfig unit change for #11134.
4032      Branch: metaconfig
4033            + U/threads/d_pthread_atfork.U
4034 ____________________________________________________________________________
4035 [ 11334] By: jhi                                   on 2001/07/12  23:22:42
4036         Log: Add HAS_PTHREAD_ATFORK.
4037      Branch: perl
4038            ! Configure NetWare/config.wc NetWare/config_H.wc
4039            ! Porting/Glossary Porting/config.sh Porting/config_H
4040            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
4041            ! uconfig.h uconfig.sh vos/config.alpha.def vos/config.alpha.h
4042            ! vos/config.ga.def vos/config.ga.h win32/config.bc
4043            ! win32/config.gc win32/config.vc win32/config_H.bc
4044            ! win32/config_H.gc win32/config_H.vc
4045 ____________________________________________________________________________
4046 [ 11333] By: jhi                                   on 2001/07/12  22:58:35
4047         Log: Subject: [PATCH] File::Copy fails on tied handles
4048              From: "Wilson, Doug" <Doug_Wilson@intuit.com>
4049              Date: Thu, 12 Jul 2001 15:18:51 -0700
4050              Message-ID: <35A280DF784CD411A06B0008C7B130ADB5505B@sdex04.sd.intuit.com>
4051      Branch: perl
4052            ! lib/File/Copy.pm
4053 ____________________________________________________________________________
4054 [ 11332] By: jhi                                   on 2001/07/12  22:57:04
4055         Log: Subject: [PATCH] Langinfo.t
4056              From: Nicholas Clark <nick@ccl4.org>
4057              Date: Thu, 12 Jul 2001 23:55:38 +0100
4058              Message-ID: <20010712235538.M5827@plum.flirble.org>
4059      Branch: perl
4060            ! ext/I18N/Langinfo/Langinfo.t
4061 ____________________________________________________________________________
4062 [ 11331] By: jhi                                   on 2001/07/12  22:56:09
4063         Log: Subject: [PATCH: perl@11328] informational tweaks to perl572delta.pod
4064              From: Peter Prymmer <pvhp@forte.com>
4065              Date: Thu, 12 Jul 2001 16:38:00 -0700 (PDT)
4066              Message-ID: <Pine.OSF.4.10.10107121633340.219875-100000@aspara.forte.com>
4067      Branch: perl
4068            ! pod/perl572delta.pod
4069 ____________________________________________________________________________
4070 [ 11330] By: jhi                                   on 2001/07/12  22:55:23
4071         Log: Subject: [PATCH] Re: Memory corruption? Read-only $_?
4072              From: Abhijit Menon-Sen <ams@wiw.org>
4073              Date: Fri, 13 Jul 2001 05:21:16 +0530
4074              Message-ID: <20010713052116.B5669@lustre.dyn.wiw.org>
4075      Branch: perl
4076            ! sv.c
4077 ____________________________________________________________________________
4078 [ 11329] By: jhi                                   on 2001/07/12  22:54:39
4079         Log: Subject: [PATCH 20010712.005] Re: Perl bug with "delete" on arrays
4080              From: Abhijit Menon-Sen <ams@wiw.org>
4081              Date: Fri, 13 Jul 2001 03:04:25 +0530
4082              Message-ID: <20010713030425.A5669@lustre.dyn.wiw.org>
4083      Branch: perl
4084            ! av.c
4085 ____________________________________________________________________________
4086 [ 11328] By: gsar                                  on 2001/07/12  19:02:01
4087         Log: s/^M$//g
4088      Branch: perl
4089            ! win32/Makefile win32/makefile.mk
4090 ____________________________________________________________________________
4091 [ 11327] By: jhi                                   on 2001/07/12  18:54:09
4092         Log: Update Changes.
4093      Branch: perl
4094            ! Changes patchlevel.h
4095 ____________________________________________________________________________
4096 [ 11326] By: jhi                                   on 2001/07/12  18:17:18
4097         Log: Typo spotted by Philip Newton.
4098      Branch: perl
4099            ! pod/perl572delta.pod
4100 ____________________________________________________________________________
4101 [ 11325] By: jhi                                   on 2001/07/12  18:11:42
4102         Log: Subject: [PATCH] fixes perl_clone of perl_clone
4103              From: Artur Bergman <artur@contiller.se>
4104              Date: Thu, 12 Jul 2001 20:57:09 +0200
4105              Message-ID: <B773BFA4.236B%artur@contiller.se>
4106      Branch: perl
4107            ! sv.c
4108 ____________________________________________________________________________
4109 [ 11324] By: jhi                                   on 2001/07/12  18:09:17
4110         Log: Add README.uts from Hal Morris.
4111      Branch: perl
4112            + README.uts
4113            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perl572delta.pod
4114            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
4115 ____________________________________________________________________________
4116 [ 11323] By: jhi                                   on 2001/07/12  17:48:33
4117         Log: Subject: Re: AIX 4.3.3 w/ vac 5.0 [ FATAL in B ]
4118              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4119              Date: Thu, 12 Jul 2001 20:32:37 +0200
4120              Message-Id: <20010712201743.E108.H.M.BRAND@hccnet.nl>
4121      Branch: perl
4122            ! hints/aix.sh
4123 ____________________________________________________________________________
4124 [ 11322] By: jhi                                   on 2001/07/12  17:44:29
4125         Log: Subject: Patch: document reg_data.what member
4126              From: Mark-Jason Dominus <mjd@plover.com>
4127              Message-ID: <20010712182532.14821.qmail@plover.com>
4128              Date: Thu, 12 Jul 2001 14:25:32 -0400
4129      Branch: perl
4130            ! regcomp.c regcomp.h
4131 ____________________________________________________________________________
4132 [ 11321] By: jhi                                   on 2001/07/12  17:43:18
4133         Log: Subject: [PATCH] Perl_re_dup()
4134              From: Abhijit Menon-Sen <ams@wiw.org>
4135              Date: Thu, 12 Jul 2001 23:54:32 +0530
4136              Message-ID: <20010712235432.J24707@lustre.dyn.wiw.org>
4137      Branch: perl
4138            ! embed.h embed.pl perlapi.c proto.h sv.c
4139 ____________________________________________________________________________
4140 [ 11320] By: jhi                                   on 2001/07/12  17:18:54
4141         Log: Regen Configure, modlib, toc.
4142      Branch: perl
4143            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
4144            ! pod/perlmodlib.pod pod/perltoc.pod
4145 ____________________________________________________________________________
4146 [ 11319] By: jhi                                   on 2001/07/12  17:08:15
4147         Log: The problem seems to be in PerlIO::Layer::->find() not
4148              accepting the ":encoding(blurflur)" arguments.
4149      Branch: perl
4150            ! lib/PerlIO.pm lib/open.pm
4151 ____________________________________________________________________________
4152 [ 11318] By: jhi                                   on 2001/07/12  16:58:11
4153         Log: AIX doc update.
4154      Branch: perl
4155            ! README.aix pod/perl572delta.pod
4156 ____________________________________________________________________________
4157 [ 11317] By: jhi                                   on 2001/07/12  16:39:11
4158         Log: Subject: AIX README update
4159              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4160              Date: Thu, 12 Jul 2001 19:28:30 +0200
4161              Message-Id: <20010712192620.E0F9.H.M.BRAND@hccnet.nl>
4162      Branch: perl
4163            ! README.aix
4164 ____________________________________________________________________________
4165 [ 11316] By: jhi                                   on 2001/07/12  16:37:15
4166         Log: Subject: [PATCH ext/IO/lib/IO/t/io_unix.t] for QNX6
4167              From: Norton Allen <allen@huarp.harvard.edu>
4168              Date: Thu, 12 Jul 2001 11:30:51 -0400 (edt)
4169              Message-Id: <200107121530.LAA12631@bottesini.harvard.edu>
4170      Branch: perl
4171            ! ext/IO/lib/IO/t/io_unix.t
4172 ____________________________________________________________________________
4173 [ 11315] By: jhi                                   on 2001/07/12  16:35:53
4174         Log: Subject: [PATCH README.qnx hints/qnx.sh]
4175              From: Norton Allen <allen@huarp.harvard.edu>
4176              Date: Thu, 12 Jul 2001 11:29:19 -0400 (edt)
4177              Message-Id: <200107121529.LAA23411@bottesini.harvard.edu>
4178      Branch: perl
4179            ! README.qnx hints/qnx.sh
4180 ____________________________________________________________________________
4181 [ 11314] By: jhi                                   on 2001/07/12  16:13:15
4182         Log: Subject: [patch] faster PM_GETRE
4183              From: Doug MacEachern <dougm@covalent.net>
4184              Date: Thu, 12 Jul 2001 10:13:27 -0700 (PDT)
4185              Message-ID: <Pine.LNX.4.21.0107121011530.28844-100000@mako.covalent.net>
4186      Branch: perl
4187            ! op.h
4188 ____________________________________________________________________________
4189 [ 11313] By: jhi                                   on 2001/07/12  16:12:23
4190         Log: Subject: Re: [PATCH] Threadsafe PMOPs! We might still win this war.
4191              From: Doug MacEachern <dougm@covalent.net>
4192              Date: Thu, 12 Jul 2001 10:11:28 -0700 (PDT)
4193              Message-ID: <Pine.LNX.4.21.0107121010160.28844-100000@mako.covalent.net>
4194      Branch: perl
4195            ! op.c
4196 ____________________________________________________________________________
4197 [ 11312] By: jhi                                   on 2001/07/12  16:07:22
4198         Log: Tell where the nice Estonian database is.
4199      Branch: perl
4200            ! lib/open.pm
4201 ____________________________________________________________________________
4202 [ 11311] By: jhi                                   on 2001/07/12  16:05:31
4203         Log: Retract #11309 since #11310 is a better fix.
4204      Branch: perl
4205            ! t/lib/1_compile.t
4206 ____________________________________________________________________________
4207 [ 11310] By: gsar                                  on 2001/07/12  15:50:40
4208         Log: fix for failing fork.t#12 on windows (win32_execvp() tweak in
4209              change#11300 needs to return the status of failed win32_spawnvp())
4210              
4211              fix various open.pm bugs: '\0' isn't the same as "\0", so it wasn't
4212              splitting correctly; remove unused variables; 'require' at run time
4213              rather than 'use' at compile time for I18N::Langinfo, since it
4214              isn't everyware
4215      Branch: perl
4216            ! lib/open.pm win32/win32.c
4217 ____________________________________________________________________________
4218 [ 11309] By: jhi                                   on 2001/07/12  15:29:55
4219         Log: Temporary workaround.
4220      Branch: perl
4221            ! t/lib/1_compile.t
4222 ____________________________________________________________________________
4223 [ 11308] By: jhi                                   on 2001/07/12  14:44:51
4224         Log: UCD typo in #11306 and add also more known-to-be-tested
4225              modules to the skip list.
4226      Branch: perl
4227            ! t/lib/1_compile.t
4228 ____________________________________________________________________________
4229 [ 11307] By: jhi                                   on 2001/07/12  14:38:38
4230         Log: Rename Unicode::UCD to UnicodeCD to avoid
4231              messups with case-insensitive filesystems.
4232      Branch: perl
4233            + lib/UnicodeCD.pm lib/UnicodeCD.t
4234            - lib/Unicode/UCD.pm lib/Unicode/UCD.t
4235            ! MANIFEST pod/perl572delta.pod t/lib/1_compile.t
4236 ____________________________________________________________________________
4237 [ 11306] By: jhi                                   on 2001/07/12  13:32:05
4238         Log: Subject: [ID 20010711.005] in Tie::Array, SPLICE ignores context, breaking SHIFT 
4239              From: daniel@biz.bitpusher.com
4240              Date: Wed, 11 Jul 2001 23:25:47 -0700
4241              Message-Id: <200107120625.f6C6PkJ13065@biz.bitpusher.com>
4242      Branch: perl
4243            ! lib/Tie/Array.pm t/op/splice.t
4244 ____________________________________________________________________________
4245 [ 11305] By: jhi                                   on 2001/07/12  13:05:46
4246         Log: Subject: [PATCH] More accurate line numbers in messages
4247              From: Paul Johnson <paul@pjcj.net>
4248              Date: Thu, 12 Jul 2001 04:14:11 +0200
4249              Message-ID: <20010712041411.A3467@pjcj.net>
4250              
4251              (With prototyping and multiplicity tweaks.)
4252      Branch: perl
4253            ! dump.c embed.h embed.pl t/lib/warnings/util util.c
4254 ____________________________________________________________________________
4255 [ 11304] By: nick                                  on 2001/07/12  12:53:40
4256         Log: Integrate mainline
4257      Branch: perlio
4258           !> ext/ByteLoader/bytecode.h hints/aix.sh pod/perl572delta.pod
4259           !> regexec.c thread.h
4260 ____________________________________________________________________________
4261 [ 11303] By: jhi                                   on 2001/07/12  12:46:20
4262         Log: Cut-and-pasto in #11298.
4263      Branch: perl
4264            ! ext/ByteLoader/bytecode.h
4265 ____________________________________________________________________________
4266 [ 11302] By: jhi                                   on 2001/07/12  12:42:35
4267         Log: Update the AIX known problems section.
4268      Branch: perl
4269            ! pod/perl572delta.pod
4270 ____________________________________________________________________________
4271 [ 11301] By: jhi                                   on 2001/07/12  12:36:46
4272         Log: Subject: Re: HiRes on AIX 4.2 in threaded mode
4273              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
4274              Date: Thu, 12 Jul 2001 12:16:16 +0200
4275              Message-Id: <20010712114215.E0D9.H.M.BRAND@hccnet.nl>
4276      Branch: perl
4277            ! hints/aix.sh
4278 ____________________________________________________________________________
4279 [ 11300] By: jhi                                   on 2001/07/12  12:35:44
4280         Log: Integrate perlio.
4281      Branch: perl
4282           !> makedef.pl win32/win32.c
4283 ____________________________________________________________________________
4284 [ 11299] By: jhi                                   on 2001/07/12  12:33:57
4285         Log: Subject: [PATCH] fix for PMOP threadness failures
4286              From: Artur Bergman <artur@contiller.se>
4287              Date: Thu, 12 Jul 2001 09:48:06 +0200
4288              Message-ID: <B77322D6.22DD%artur@contiller.se>
4289      Branch: perl
4290            ! regexec.c
4291 ____________________________________________________________________________
4292 [ 11298] By: jhi                                   on 2001/07/12  12:27:47
4293         Log: Subject: RE: Win32 Failure, was Re: perl@11278 - LAST CALL FOR 5.7.2
4294              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
4295              Date: Thu, 12 Jul 2001 09:09:48 +0200
4296              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808CE70@RU0022EXCH001U> 
4297              
4298              More parentheses to keep bcc happy.
4299      Branch: perl
4300            ! ext/ByteLoader/bytecode.h
4301 ____________________________________________________________________________
4302 [ 11297] By: jhi                                   on 2001/07/12  12:24:50
4303         Log: Subject: Re: [patch] pthread_atfork bandaid
4304              From: Doug MacEachern <dougm@covalent.net>
4305              Date: Wed, 11 Jul 2001 23:43:17 -0700 (PDT)
4306              Message-ID: <Pine.LNX.4.21.0107112342330.28844-100000@mako.covalent.net>
4307      Branch: perl
4308            ! thread.h
4309 ____________________________________________________________________________
4310 [ 11296] By: nick                                  on 2001/07/12  11:55:48
4311         Log: Exclude reentrant_buffer from .def file
4312      Branch: perlio
4313            ! makedef.pl
4314 ____________________________________________________________________________
4315 [ 11295] By: nick                                  on 2001/07/12  11:11:44
4316         Log: Honour void-ness of my_exit()
4317      Branch: perlio
4318            ! win32/win32.c
4319 ____________________________________________________________________________
4320 [ 11294] By: nick                                  on 2001/07/12  07:51:04
4321         Log: Integrate mainline
4322      Branch: perlio
4323           +> uts/sprintf_wrap.c
4324           !> (integrate 35 files)
4325 ____________________________________________________________________________
4326 [ 11293] By: jhi                                   on 2001/07/12  04:58:08
4327         Log: Retract #11289.
4328      Branch: perl
4329            ! embed.h embed.pl perl.c proto.h thread.h
4330 ____________________________________________________________________________
4331 [ 11292] By: jhi                                   on 2001/07/12  04:47:43
4332         Log: Now the :locale pseudolayer *almost* works...
4333      Branch: perl
4334            ! lib/open.pm
4335 ____________________________________________________________________________
4336 [ 11291] By: jhi                                   on 2001/07/12  04:36:47
4337         Log: Locale encoding tweaks.
4338      Branch: perl
4339            ! lib/open.pm
4340 ____________________________________________________________________________
4341 [ 11290] By: jhi                                   on 2001/07/12  04:25:53
4342         Log: Subject: Re: [PATCH: perl@11181] UCD.t fails LATIN|Latin test
4343              From: Mark-Jason Dominus <mjd@plover.com>
4344              Date: Thu, 12 Jul 2001 00:59:31 -0400
4345              Message-ID: <20010712045931.8543.qmail@plover.com>
4346              
4347              Remove the chmod/umask leading zero warning.
4348      Branch: perl
4349            ! lib/warnings.pm pod/perldiag.pod pod/perllexwarn.pod
4350            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
4351 ____________________________________________________________________________
4352 [ 11289] By: jhi                                   on 2001/07/12  04:16:41
4353         Log: (Retracted by #11289.)
4354      Branch: perl
4355            ! embed.h embed.pl perl.c proto.h thread.h
4356 ____________________________________________________________________________
4357 [ 11288] By: jhi                                   on 2001/07/12  03:45:11
4358         Log: Needed by #11283.
4359      Branch: perl
4360            ! intrpvar.h
4361 ____________________________________________________________________________
4362 [ 11287] By: jhi                                   on 2001/07/12  03:40:04
4363         Log: Metaconfig unit change for #11286.
4364      Branch: metaconfig/U/perl
4365            ! patchlevel.U
4366 ____________________________________________________________________________
4367 [ 11286] By: jhi                                   on 2001/07/12  03:39:18
4368         Log: Subject: Re: [PATCH Configure] perl -V broken
4369              From: Andy Dougherty <doughera@lafayette.edu>
4370              Date: Wed, 11 Jul 2001 13:30:27 -0400 (EDT)
4371              Message-ID: <Pine.SOL.4.10.10107111329060.2021-100000@maxwell.phys.lafayette.edu>
4372      Branch: perl
4373            ! Configure myconfig.SH
4374 ____________________________________________________________________________
4375 [ 11285] By: jhi                                   on 2001/07/12  03:27:28
4376         Log: Retract #11166 (and #11237).
4377      Branch: perl
4378            ! dump.c embed.h lib/warnings.pm op.c op.h opcode.h opcode.pl
4379            ! pod/perldiag.pod pp.sym pp_proto.h t/lib/warnings/op
4380            ! t/lib/warnings/toke toke.c warnings.h warnings.pl
4381 ____________________________________________________________________________
4382 [ 11284] By: jhi                                   on 2001/07/12  02:36:42
4383         Log: UTS tweaks for Hal Morris.
4384      Branch: perl
4385            + uts/sprintf_wrap.c
4386            ! MANIFEST hints/uts.sh perl.h
4387 ____________________________________________________________________________
4388 [ 11283] By: jhi                                   on 2001/07/12  00:52:36
4389         Log: Subject: [PATCH] Use reentrant API glibc
4390              From: Artur Bergman <artur@contiller.se>
4391              Date: Thu, 12 Jul 2001 00:58:21 +0200
4392              Message-ID: <B772A6AD.2288%artur@contiller.se>
4393      Branch: perl
4394            ! embedvar.h intrpvar.h op.h perl.c perlapi.h pod/perlapi.pod
4395            ! sv.c
4396 ____________________________________________________________________________
4397 [ 11282] By: jhi                                   on 2001/07/12  00:35:27
4398         Log: Subject: Re: ActivePerl 628 + warnings + fork + exec = spurious "Can't exec"?
4399              From: barries <barries@slaysys.com>
4400              Date: Wed, 11 Jul 2001 15:11:46 -0400
4401              Message-ID: <20010711151146.G24560@jester.slaysys.com>
4402      Branch: perl
4403            ! pp_sys.c t/lib/warnings/doio win32/win32.c
4404 ____________________________________________________________________________
4405 [ 11281] By: jhi                                   on 2001/07/12  00:32:17
4406         Log: Subject: [patch] pthread_atfork bandaid
4407              From: Doug MacEachern <dougm@covalent.net>
4408              Date: Wed, 11 Jul 2001 08:59:12 -0700 (PDT)
4409              Message-ID: <Pine.LNX.4.21.0107110855070.11688-100000@mako.covalent.net>
4410      Branch: perl
4411            ! miniperlmain.c perl.c
4412 ____________________________________________________________________________
4413 [ 11280] By: jhi                                   on 2001/07/12  00:31:34
4414         Log: Subject: [patch] perl_clone leaks
4415              From: Doug MacEachern <dougm@covalent.net>
4416              Date: Wed, 11 Jul 2001 08:43:32 -0700 (PDT)
4417              Message-ID: <Pine.LNX.4.21.0107110842390.11688-100000@mako.covalent.net>
4418      Branch: perl
4419            ! sv.c
4420 ____________________________________________________________________________
4421 [ 11279] By: nick                                  on 2001/07/11  15:49:38
4422         Log: Integrate mainline
4423      Branch: perlio
4424           +> ext/Encode/Encode/HZ.enc ext/PerlIO/t/encoding.t
4425           +> ext/Time/HiRes/hints/dynixptx.pl lib/Math/BigInt/Calc.pm
4426           +> lib/Math/BigInt/t/bigintc.t lib/Term/ANSIColor/ChangeLog
4427           +> lib/Term/ANSIColor/README
4428           !> (integrate 54 files)
4429 ____________________________________________________________________________
4430 [ 11278] By: jhi                                   on 2001/07/11  13:52:20
4431         Log: Update Changes.
4432      Branch: perl
4433            ! Changes patchlevel.h
4434 ____________________________________________________________________________
4435 [ 11277] By: jhi                                   on 2001/07/11  13:31:43
4436         Log: Subject: blead kit timestamps && the problem with running perl embed.pl
4437              From: Peter Prymmer <pvhp@forte.com>
4438              Date: Tue, 10 Jul 2001 19:33:00 -0700 (PDT)
4439              Message-ID: <Pine.OSF.4.10.10107101906360.137455-100000@aspara.forte.com>
4440              
4441              Backport of embed.pl to 5.003.
4442      Branch: perl
4443            ! embed.pl
4444 ____________________________________________________________________________
4445 [ 11276] By: jhi                                   on 2001/07/11  13:18:07
4446         Log: Subject: Re: POSIX test #14 on UTS 
4447              From: Hugo van der Sanden <hv@crypt.compulink.co.uk>
4448              Date: Wed, 11 Jul 2001 03:02:14 +0100
4449              Message-Id: <200107110202.f6B22Ea10727@crypt.compulink.co.uk>
4450      Branch: perl
4451            ! ext/POSIX/POSIX.t
4452 ____________________________________________________________________________
4453 [ 11275] By: jhi                                   on 2001/07/11  13:15:49
4454         Log: Make the I32 an IV to preserve structure alignment and size.
4455      Branch: perl
4456            ! op.h
4457 ____________________________________________________________________________
4458 [ 11274] By: jhi                                   on 2001/07/11  13:13:27
4459         Log: Subject: [PATCH] Threadsafe PMOPs! We might still win this war.
4460              From: "Artur Bergman" <artur@contiller.se>
4461              Date: Wed, 11 Jul 2001 14:23:37 +0200
4462              Message-ID: <000b01c10a04$4fa16a10$21000a0a@vogw2kdev>
4463              
4464              Threadsafe PMOPs for ithreads, waiting for AMS's Perl_re_dup().
4465      Branch: perl
4466            ! embedvar.h intrpvar.h op.c op.h perl.c perlapi.h
4467            ! pod/perlapi.pod sv.c
4468 ____________________________________________________________________________
4469 [ 11273] By: jhi                                   on 2001/07/11  03:53:28
4470         Log: Tweak until Pod::Parser gets updated.
4471      Branch: perl
4472            ! t/pod/special_seqs.xr
4473 ____________________________________________________________________________
4474 [ 11272] By: jhi                                   on 2001/07/11  00:46:05
4475         Log: File::Spec usage tweak.
4476      Branch: perl
4477            ! lib/ExtUtils.t
4478 ____________________________________________________________________________
4479 [ 11271] By: jhi                                   on 2001/07/11  00:37:19
4480         Log: Integrate #11263 from macperl; macos and macosx updates.
4481      Branch: perl
4482           !> pod/perlport.pod
4483 ____________________________________________________________________________
4484 [ 11270] By: jhi                                   on 2001/07/11  00:33:27
4485         Log: Subject: [PATCH: perl@11238] dynixptx updates for osvers='4.5.2'
4486              From: Peter Prymmer <pvhp@forte.com>
4487              Date: Tue, 10 Jul 2001 15:29:45 -0700 (PDT)
4488              Message-ID: <Pine.OSF.4.10.10107101519160.137455-100000@aspara.forte.com>
4489      Branch: perl
4490            + ext/Time/HiRes/hints/dynixptx.pl
4491            ! MANIFEST hints/dynixptx.sh
4492 ____________________________________________________________________________
4493 [ 11269] By: jhi                                   on 2001/07/11  00:32:16
4494         Log: Subject: [PATCH] ExtUtils::Constant (was Re: funny numconvert test in perl@11006 (was Re: report on BS2000 wit h perl@11006))
4495              From: Nicholas Clark <nick@ccl4.org>
4496              Date: Tue, 10 Jul 2001 23:17:43 +0100
4497              Message-ID: <20010710231742.B59620@plum.flirble.org>
4498      Branch: perl
4499            ! lib/ExtUtils.t lib/ExtUtils/Constant.pm
4500 ____________________________________________________________________________
4501 [ 11268] By: jhi                                   on 2001/07/11  00:30:56
4502         Log: Subject: [DOC PATCH] Pluggable runops
4503              From: Paul Johnson <paul@pjcj.net>
4504              Date: Tue, 10 Jul 2001 21:53:28 +0200
4505              Message-ID: <20010710215328.B26577@pjcj.net>
4506      Branch: perl
4507            ! pod/perlguts.pod
4508 ____________________________________________________________________________
4509 [ 11267] By: jhi                                   on 2001/07/11  00:29:59
4510         Log: Subject: [PATCH] Authors
4511              From: Artur Bergman <artur@contiller.se>
4512              Date: Tue, 10 Jul 2001 20:39:12 +0200
4513              Message-ID: <B771186F.21CD%artur@contiller.se>
4514      Branch: perl
4515            ! AUTHORS
4516 ____________________________________________________________________________
4517 [ 11266] By: jhi                                   on 2001/07/11  00:29:13
4518         Log: Subject: Re: [PATCH] Small fix to pp_gmtime
4519              From: Doug MacEachern <dougm@covalent.net>
4520              Date: Tue, 10 Jul 2001 11:19:43 -0700 (PDT)
4521              Message-ID: <Pine.LNX.4.21.0107101118020.10475-100000@mako.covalent.net>
4522      Branch: perl
4523            ! pp_ctl.c
4524 ____________________________________________________________________________
4525 [ 11265] By: jhi                                   on 2001/07/11  00:28:15
4526         Log: Subject: doc patch; times() in scalar context
4527              From: mjd@plover.com
4528              Date: 10 Jul 2001 18:01:17 -0000
4529              Message-ID: <20010710180117.12477.qmail@plover.com>
4530      Branch: perl
4531            ! pod/perlfunc.pod
4532 ____________________________________________________________________________
4533 [ 11264] By: jhi                                   on 2001/07/11  00:27:17
4534         Log: Subject: [PATCH] Small fix to pp_gmtime
4535              From: Artur Bergman <artur@contiller.se>
4536              Date: Tue, 10 Jul 2001 19:54:52 +0200
4537              Message-ID: <B7710E0B.21C5%artur@contiller.se>
4538      Branch: perl
4539            ! pp_sys.c
4540 ____________________________________________________________________________
4541 [ 11263] By: pudge                                 on 2001/07/10  21:06:10
4542         Log: Integrate changes from mainline perl, add notes about
4543              Mac OS X and Mac OS.
4544      Branch: maint-5.6/macperl
4545            ! pod/perlport.pod
4546 ____________________________________________________________________________
4547 [ 11262] By: jhi                                   on 2001/07/10  15:21:26
4548         Log: A proof of the dangers of package; ?
4549      Branch: perl
4550            ! t/lib/warnings/op
4551 ____________________________________________________________________________
4552 [ 11261] By: jhi                                   on 2001/07/10  15:02:27
4553         Log: Regen toc and modlib.
4554      Branch: perl
4555            ! pod/perlmodlib.pod pod/perltoc.pod
4556 ____________________________________________________________________________
4557 [ 11260] By: jhi                                   on 2001/07/10  15:00:37
4558         Log: Add compexcl(), casefold(), and casespec() interfaces;
4559              and make all interfaces to return hash references instead
4560              of hashes. 
4561      Branch: perl
4562            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
4563 ____________________________________________________________________________
4564 [ 11259] By: jhi                                   on 2001/07/10  13:50:17
4565         Log: Subject: [PATCH bleadperl] Math::Big* doc patches (and some code)
4566              From: "Philip Newton" <Philip.Newton@gmx.net>
4567              Date: Tue, 10 Jul 2001 09:55:59 +0200
4568              Message-ID: <20010710.095300@ID-11583.news.dfncis.de>
4569              
4570              Subject: [DOC PATCH bleadperl] detypo Math::BigInt docs
4571              From: "Philip Newton" <Philip.Newton@gmx.net>
4572              Date: Tue, 10 Jul 2001 09:56:37 +0200
4573              Message-ID: <20010710.095600@ID-11583.news.dfncis.de>
4574      Branch: perl
4575            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
4576            ! lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintpm.t
4577 ____________________________________________________________________________
4578 [ 11258] By: jhi                                   on 2001/07/10  13:47:20
4579         Log: Subject: [patch] undef &xsub for 1,2
4580              From: Doug MacEachern <dougm@covalent.net>
4581              Date: Mon, 9 Jul 2001 20:16:49 -0700 (PDT)
4582              Message-ID: <Pine.LNX.4.21.0107092012570.1913-100000@mako.covalent.net>
4583              
4584              (This version of the patch with a comment from Gisle.)
4585      Branch: perl
4586            ! op.c
4587 ____________________________________________________________________________
4588 [ 11257] By: jhi                                   on 2001/07/10  13:45:44
4589         Log: Mention package; deprecation and the Win32 problems.
4590      Branch: perl
4591            ! pod/perl572delta.pod
4592 ____________________________________________________________________________
4593 [ 11256] By: jhi                                   on 2001/07/10  13:45:12
4594         Log: Subject: [PATCH] deprecate package with no arguments
4595              From: Robin Houston <robin@kitsite.com>
4596              Date: Tue, 10 Jul 2001 13:33:40 +0100
4597              Message-ID: <20010710133340.A13452@robin.kitsite.com>
4598      Branch: perl
4599            ! op.c pod/perldiag.pod pod/perlfunc.pod t/lib/warnings/op
4600 ____________________________________________________________________________
4601 [ 11255] By: jhi                                   on 2001/07/10  13:16:11
4602         Log: Upgrade to podlators 1.10.
4603      Branch: perl
4604            ! lib/Pod/Man.pm lib/Pod/Text.pm lib/Pod/Text/Color.pm
4605            ! lib/Pod/Text/Overstrike.pm lib/Pod/Text/Termcap.pm
4606            ! pod/pod2man.PL pod/pod2text.PL
4607 ____________________________________________________________________________
4608 [ 11254] By: jhi                                   on 2001/07/10  13:09:34
4609         Log: Upgrade to Term::ANSIColor 1.04.
4610      Branch: perl
4611            + lib/Term/ANSIColor/ChangeLog lib/Term/ANSIColor/README
4612            ! MANIFEST lib/Term/ANSIColor.pm lib/Term/ANSIColor/test.pl
4613 ____________________________________________________________________________
4614 [ 11253] By: jhi                                   on 2001/07/10  12:59:27
4615         Log: Integrate perlio (the right fix for the ":layer(args)")
4616      Branch: perl
4617           !> perlio.c
4618 ____________________________________________________________________________
4619 [ 11252] By: nick                                  on 2001/07/10  06:58:14
4620         Log: Fix open(...,"...:layer(xxx)",...)
4621              - use memEQ not strEQ as there is '(' not '\0'
4622      Branch: perlio
4623            ! perlio.c
4624 ____________________________________________________________________________
4625 [ 11251] By: jhi                                   on 2001/07/10  04:04:18
4626         Log: Telling the number of tests helps.
4627      Branch: perl
4628            ! ext/PerlIO/t/encoding.t
4629 ____________________________________________________________________________
4630 [ 11250] By: jhi                                   on 2001/07/10  03:55:38
4631         Log: Require I18N::Langinfo, not use.
4632      Branch: perl
4633            ! lib/open.pm
4634 ____________________________________________________________________________
4635 [ 11249] By: jhi                                   on 2001/07/10  03:50:18
4636         Log: Add a test for for PerlIO ":encoding(...)" layer.
4637      Branch: perl
4638            + ext/PerlIO/t/encoding.t
4639            ! MANIFEST ext/Encode/Encode.pm
4640 ____________________________________________________________________________
4641 [ 11248] By: jhi                                   on 2001/07/10  02:06:57
4642         Log: PerlIO ":encoding(foobar)" temporary fix.
4643              Not really correct, I think, since the change means
4644              that prefixes match.
4645      Branch: perl
4646            ! perlio.c
4647 ____________________________________________________________________________
4648 [ 11247] By: jhi                                   on 2001/07/10  01:38:11
4649         Log: Update to Math::BigInt 1.36.  The biggest news is
4650              the separation of the backend; now the pure Perl
4651              implementation is in Math::BigInt::Calc, but one
4652              can plugin, say, Math::BigInt::BitVect, and get
4653              considerable speedup.
4654      Branch: perl
4655            + lib/Math/BigInt/Calc.pm lib/Math/BigInt/t/bigintc.t
4656            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
4657            ! lib/Math/BigInt/t/bigfltpm.t lib/Math/BigInt/t/bigintpm.t
4658            ! lib/Math/BigInt/t/mbimbf.t
4659 ____________________________________________________________________________
4660 [ 11246] By: jhi                                   on 2001/07/10  01:19:55
4661         Log: Subject: Re: compatibility question
4662              From: Peter Prymmer <pvhp@forte.com>
4663              Date: Mon, 9 Jul 2001 18:04:33 -0700 (PDT)
4664              Message-ID: <Pine.OSF.4.10.10107091619360.86512-100000@aspara.forte.com>
4665      Branch: perl
4666            ! lib/ExtUtils/MM_VMS.pm
4667 ____________________________________________________________________________
4668 [ 11245] By: jhi                                   on 2001/07/10  01:18:04
4669         Log: Subject: [PATCH ext/File/Glob/t/basic.t]
4670              From: Norton Allen <allen@huarp.harvard.edu>
4671              Date: Mon, 9 Jul 2001 17:16:15 -0400 (edt)
4672              Message-Id: <200107092116.RAA12010@bottesini.harvard.edu>
4673      Branch: perl
4674            ! ext/File/Glob/t/basic.t
4675 ____________________________________________________________________________
4676 [ 11244] By: jhi                                   on 2001/07/10  01:16:27
4677         Log: Subject: [PATCH] Encode::Tcl. add "HZ" encoding and bugfix
4678              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
4679              Date: Tue, 10 Jul 2001 00:29:55 +0900
4680              Message-Id: <20010710002756.B497.BQW10602@nifty.com>
4681      Branch: perl
4682            + ext/Encode/Encode/HZ.enc
4683            ! MANIFEST ext/Encode/Encode/7bit-kana.enc
4684            ! ext/Encode/Encode/Tcl.pm ext/Encode/Encode/Tcl.t
4685            ! ext/Encode/Encode/iso2022-jp.enc
4686            ! ext/Encode/Encode/iso2022-kr.enc
4687 ____________________________________________________________________________
4688 [ 11243] By: pudge                                 on 2001/07/09  22:16:12
4689         Log: Add in all them there macos/ files.
4690      Branch: maint-5.6/macperl
4691            + (add 577 files)
4692 ____________________________________________________________________________
4693 [ 11242] By: jhi                                   on 2001/07/09  20:26:04
4694         Log: Add the new modules to the list of having those own tests.
4695      Branch: perl
4696            ! t/lib/1_compile.t
4697 ____________________________________________________________________________
4698 [ 11241] By: jhi                                   on 2001/07/09  19:09:58
4699         Log: Add INOUT to control both ways at the same time.
4700      Branch: perl
4701            ! lib/open.pm
4702 ____________________________________________________________________________
4703 [ 11240] By: nick                                  on 2001/07/09  16:33:50
4704         Log: Integrate mainline
4705      Branch: perlio
4706           +> ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
4707           +> ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
4708           !> (integrate 41 files)
4709 ____________________________________________________________________________
4710 [ 11239] By: jhi                                   on 2001/07/09  16:14:35
4711         Log: More encoding mapping magic.
4712      Branch: perl
4713            ! lib/open.pm
4714 ____________________________________________________________________________
4715 [ 11238] By: jhi                                   on 2001/07/09  14:40:43
4716         Log: Update Changes.
4717      Branch: perl
4718            ! Changes patchlevel.h
4719 ____________________________________________________________________________
4720 [ 11237] By: jhi                                   on 2001/07/09  14:27:27
4721         Log: (Retracted by #11285).
4722              
4723              Subject: [PATCH] OPpCONST_OCTAL fixes
4724              From: Abhijit Menon-Sen <ams@wiw.org>
4725              Date: Mon, 9 Jul 2001 07:38:45 +0530
4726              Message-ID: <20010709073845.A25406@lustre.dyn.wiw.org>
4727      Branch: perl
4728            ! op.c
4729 ____________________________________________________________________________
4730 [ 11236] By: jhi                                   on 2001/07/09  14:10:07
4731         Log: Add a pseudolayer ":locale" to the open pragma which
4732              will get the encoding from the locale.  Yet undocumented
4733              because I can't get the PerlIO :encoding(foobar) to work.
4734      Branch: perl
4735            ! ext/Encode/Encode.pm lib/open.pm
4736 ____________________________________________________________________________
4737 [ 11235] By: jhi                                   on 2001/07/09  13:38:43
4738         Log: Add more encoding mappings.
4739      Branch: perl
4740            ! ext/Encode/Encode.pm
4741 ____________________________________________________________________________
4742 [ 11234] By: jhi                                   on 2001/07/09  13:24:54
4743         Log: Document that using :encoding layer requires using Encode.
4744      Branch: perl
4745            ! ext/Encode/Encode.pm lib/PerlIO.pm
4746 ____________________________________________________________________________
4747 [ 11233] By: jhi                                   on 2001/07/09  13:19:34
4748         Log: Netware tweak from Ananth Kesari.
4749      Branch: perl
4750            ! NetWare/netware.h
4751 ____________________________________________________________________________
4752 [ 11232] By: gsar                                  on 2001/07/09  04:40:07
4753         Log: t/harness doesn't know about run/*.t
4754      Branch: perl
4755            ! t/harness
4756 ____________________________________________________________________________
4757 [ 11231] By: gsar                                  on 2001/07/09  04:36:30
4758         Log: run/exit.t busted on windows
4759      Branch: perl
4760            ! t/run/exit.t
4761 ____________________________________________________________________________
4762 [ 11230] By: gsar                                  on 2001/07/09  04:14:54
4763         Log: fix a couple of UCD.t tests that fail due to bad case
4764      Branch: perl
4765            ! lib/Unicode/UCD.t
4766 ____________________________________________________________________________
4767 [ 11229] By: gsar                                  on 2001/07/09  03:57:06
4768         Log: test skip logic was broken
4769      Branch: perl
4770            ! ext/I18N/Langinfo/Langinfo.t
4771 ____________________________________________________________________________
4772 [ 11228] By: gsar                                  on 2001/07/09  03:42:20
4773         Log: remove *.pdb files on windows upon $(MAKE) clean (fixes
4774              failure of ExtUtils.t#27 when built in debug mode)
4775      Branch: perl
4776            ! lib/ExtUtils/MM_Win32.pm
4777 ____________________________________________________________________________
4778 [ 11227] By: gsar                                  on 2001/07/09  02:11:04
4779         Log: I18N::Langinfo is not available on windows
4780      Branch: perl
4781            ! win32/FindExt.pm
4782 ____________________________________________________________________________
4783 [ 11226] By: gsar                                  on 2001/07/09  01:55:23
4784         Log: save a dTHX
4785      Branch: perl
4786            ! ext/POSIX/POSIX.xs
4787 ____________________________________________________________________________
4788 [ 11225] By: jhi                                   on 2001/07/08  23:42:37
4789         Log: Update Changes.
4790      Branch: perl
4791            ! Changes patchlevel.h
4792 ____________________________________________________________________________
4793 [ 11224] By: jhi                                   on 2001/07/08  23:05:41
4794         Log: Guard the nl_langinfo() with HAS_NL_LANGINFO 
4795              as pointed out by Sarathy.
4796      Branch: perl
4797            ! ext/I18N/Langinfo/Langinfo.xs
4798 ____________________________________________________________________________
4799 [ 11223] By: jhi                                   on 2001/07/08  22:59:01
4800         Log: Retract #11212.
4801      Branch: perl
4802            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
4803 ____________________________________________________________________________
4804 [ 11222] By: jhi                                   on 2001/07/08  17:41:22
4805         Log: Bump up the VERSION of Cwd.xs.
4806      Branch: perl
4807            ! ext/Cwd/Makefile.PL
4808 ____________________________________________________________________________
4809 [ 11221] By: jhi                                   on 2001/07/08  17:13:38
4810         Log: Retract #11220, the problem wasn't the missing leading zero.
4811              Here's the problem:
4812              $ ./perl -we 'chmod(oct("755"), ".")'
4813              Non-octal literal mode (493) specified at -e line 1.
4814              (Did you mean 0493 instead?)
4815      Branch: perl
4816            ! lib/ExtUtils/MM_Unix.pm
4817 ____________________________________________________________________________
4818 [ 11220] By: jhi                                   on 2001/07/08  17:05:55
4819         Log: (Retracted by #11221)
4820              Change the PERM_RW and PERM_RWX to 0644 and 0755
4821              (add the leading zero).
4822      Branch: perl
4823            ! lib/ExtUtils/MM_Unix.pm
4824 ____________________________________________________________________________
4825 [ 11219] By: jhi                                   on 2001/07/08  16:17:32
4826         Log: Integrate changes #11193, 11205, 11209 from macperl.
4827              
4828              Fix up AutoLoader to fudge for Mac paths in import().
4829              
4830              Allow symbols in try_symbol() to begin with "_".
4831              
4832              Small portability fix for Mac OS.
4833      Branch: perl
4834           !> lib/AutoLoader.pm lib/Cwd.pm makedef.pl
4835 ____________________________________________________________________________
4836 [ 11218] By: jhi                                   on 2001/07/08  16:10:30
4837         Log: Metaconfig unit change for #11217.
4838      Branch: metaconfig/U/perl
4839            ! Extensions.U
4840 ____________________________________________________________________________
4841 [ 11217] By: jhi                                   on 2001/07/08  16:10:07
4842         Log: Detypo, problem noticed by Gerrit P. Haase.
4843      Branch: perl
4844            ! Configure config_h.SH
4845 ____________________________________________________________________________
4846 [ 11216] By: jhi                                   on 2001/07/08  15:58:35
4847         Log: Cwd cleanups.
4848      Branch: perl
4849            ! ext/Cwd/Cwd.xs
4850 ____________________________________________________________________________
4851 [ 11215] By: jhi                                   on 2001/07/08  15:52:57
4852         Log: Slight tweaks on #11213.
4853      Branch: perl
4854            ! toke.c
4855 ____________________________________________________________________________
4856 [ 11214] By: jhi                                   on 2001/07/08  14:32:28
4857         Log: A missing dTHX noticed by Gerrit P. Haase.
4858      Branch: perl
4859            ! ext/POSIX/POSIX.xs
4860 ____________________________________________________________________________
4861 [ 11213] By: jhi                                   on 2001/07/08  14:24:44
4862         Log: Subject: [PATCH toke.c] Simplify yytoke()
4863              From: Simon Cozens <simon@netthink.co.uk>
4864              Date: Sun, 8 Jul 2001 13:24:34 +0100
4865              Message-ID: <20010708132434.A9448@deep-dark-truthful-mirror>
4866              
4867              Split out pending_ident().
4868      Branch: perl
4869            ! embed.h embed.pl pod/perlapi.pod proto.h toke.c
4870 ____________________________________________________________________________
4871 [ 11212] By: jhi                                   on 2001/07/08  14:17:10
4872         Log: (Retracted by #11223.)
4873              Subject: [PATCH] Re: Problem with Safe.pm and Perl 5.004
4874              Date: Wed, 05 Nov 1997 17:22:34 -0600
4875              From: Graham Barr <gbarr@ti.com>
4876              Message-Id: <3460FFBA.6DA51F46@ti.com>
4877      Branch: perl
4878            ! cv.h ext/Opcode/Opcode.xs op.c pp_hot.c sv.h toke.c
4879 ____________________________________________________________________________
4880 [ 11211] By: jhi                                   on 2001/07/08  13:53:38
4881         Log: Fix I18N::Langinfo nits noticed but Philip Newton.
4882      Branch: perl
4883            ! ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
4884            ! pod/perllocale.pod
4885 ____________________________________________________________________________
4886 [ 11210] By: jhi                                   on 2001/07/08  01:34:09
4887         Log: Really do the test under the C locale.
4888      Branch: perl
4889            ! ext/I18N/Langinfo/Langinfo.t
4890 ____________________________________________________________________________
4891 [ 11209] By: pudge                                 on 2001/07/08  01:19:25
4892         Log: Small portability fix for Mac OS.
4893      Branch: maint-5.6/macperl
4894            ! lib/Cwd.pm
4895 ____________________________________________________________________________
4896 [ 11208] By: jhi                                   on 2001/07/08  01:14:58
4897         Log: Metaconfig unit change for #11207.
4898      Branch: metaconfig/U/perl
4899            ! Extensions.U
4900 ____________________________________________________________________________
4901 [ 11207] By: jhi                                   on 2001/07/08  01:14:02
4902         Log: Add I18N::Langinfo, which is basically a wrapper around
4903              nl_langinfo(), which is an additional way to query locale
4904              specific information.
4905      Branch: perl
4906            + ext/I18N/Langinfo/Langinfo.pm ext/I18N/Langinfo/Langinfo.t
4907            + ext/I18N/Langinfo/Langinfo.xs ext/I18N/Langinfo/Makefile.PL
4908            ! Configure MANIFEST pod/perl572delta.pod pod/perllocale.pod
4909 ____________________________________________________________________________
4910 [ 11206] By: pudge                                 on 2001/07/08  00:56:29
4911         Log: Bugfixes for some tests.  commonsense.t not in perl 5.6,
4912              used in File::Find tests; replace with if.t.
4913      Branch: maint-5.6/macperl
4914            ! t/lib/filefind-taint.t t/lib/filefind.t t/op/taint.t
4915            ! t/pragma/warn/op
4916 ____________________________________________________________________________
4917 [ 11205] By: pudge                                 on 2001/07/07  23:55:56
4918         Log: Allow symbols in try_symbol() to begin with "_".
4919      Branch: maint-5.6/macperl
4920            ! makedef.pl
4921 ____________________________________________________________________________
4922 [ 11204] By: pudge                                 on 2001/07/07  23:53:37
4923         Log: Sync up the File::Find changes from the rewrite by
4924              Thomas Wegner, et al.
4925      Branch: maint-5.6/macperl
4926            + t/lib/filefind-taint.t
4927            ! lib/File/Find.pm t/lib/filefind.t
4928 ____________________________________________________________________________
4929 [ 11203] By: pudge                                 on 2001/07/07  23:43:06
4930         Log: Subject: [PATCHES] :t:pod: and :lib:Pod: stuff
4931              From: Thomas Wegner <wegner_thomas@yahoo.com>
4932              Date: Thu, 5 Jul 2001 20:31:25 +0200
4933              Message-Id: <p04320400b76a0fc8dea5@[149.225.100.38]>
4934      Branch: maint-5.6/macperl
4935            ! lib/Pod/Find.pm t/pod/find.t t/pod/testp2pt.pl
4936 ____________________________________________________________________________
4937 [ 11202] By: pudge                                 on 2001/07/07  23:38:36
4938         Log: Some more test portability fixes.
4939      Branch: maint-5.6/macperl
4940            ! t/lib/filecopy.t t/pragma/warn/pp_sys
4941 ____________________________________________________________________________
4942 [ 11201] By: jhi                                   on 2001/07/07  22:52:38
4943         Log: The #11200 removed wrong (non-existent) target.  Duh.
4944      Branch: perl
4945            ! Makefile.SH
4946 ____________________________________________________________________________
4947 [ 11200] By: jhi                                   on 2001/07/07  22:44:14
4948         Log: Zap the lib/re.pm before creating it.
4949      Branch: perl
4950            ! Makefile.SH
4951 ____________________________________________________________________________
4952 [ 11199] By: pudge                                 on 2001/07/07  20:54:35
4953         Log: Another test.  Please ignore.
4954      Branch: maint-5.6/macperl
4955            ! README.macos
4956 ____________________________________________________________________________
4957 [ 11198] By: pudge                                 on 2001/07/07  20:44:12
4958         Log: Portability fixes for a lot of tests, especially IO-related
4959              tests, and warnings, and the harness script.
4960      Branch: maint-5.6/macperl
4961            ! t/harness t/io/argv.t t/io/dup.t t/io/fs.t t/io/inplace.t
4962            ! t/io/iprefix.t t/io/open.t t/io/openpid.t t/lib/filepath.t
4963            ! t/lib/findbin.t t/lib/io_dup.t t/lib/socket.t t/op/die_exit.t
4964            ! t/op/misc.t t/op/read.t t/op/readdir.t t/op/runlevel.t
4965            ! t/op/stat.t t/op/subst_wamp.t t/op/taint.t
4966            ! t/pragma/diagnostics.t t/pragma/subs.t t/pragma/warn/doio
4967            ! t/pragma/warn/mg t/pragma/warn/op t/pragma/warn/pp_sys
4968            ! t/pragma/warnings.t
4969 ____________________________________________________________________________
4970 [ 11197] By: jhi                                   on 2001/07/07  20:32:28
4971         Log: Subject: [PATCH] lib/h2xs.t (was Re: [PATCH] h2xs)
4972              From: Nicholas Clark <nick@ccl4.org>
4973              Date: Sat, 7 Jul 2001 21:00:17 +0100
4974              Message-ID: <20010707210017.H59620@plum.flirble.org>
4975      Branch: perl
4976            ! lib/h2xs.t
4977 ____________________________________________________________________________
4978 [ 11196] By: jhi                                   on 2001/07/07  20:26:36
4979         Log: The UNICOS/mk SysV IPC problem has been fixed.
4980      Branch: perl
4981            ! pod/perl572delta.pod
4982 ____________________________________________________________________________
4983 [ 11195] By: jhi                                   on 2001/07/07  19:59:51
4984         Log: Slight update tweaks on perlunicode.pod.
4985      Branch: perl
4986            ! pod/perlunicode.pod
4987 ____________________________________________________________________________
4988 [ 11194] By: jhi                                   on 2001/07/07  17:53:03
4989         Log: Subject: Doc patch DB_File.pm: use umask-friendly modes
4990              From: Mark-Jason Dominus <mjd@plover.com>
4991              Date: Sat, 07 Jul 2001 13:04:04 -0400
4992              Message-ID: <20010707170404.32694.qmail@plover.com>
4993      Branch: perl
4994            ! ext/DB_File/DB_File.pm
4995 ____________________________________________________________________________
4996 [ 11193] By: pudge                                 on 2001/07/07  17:26:28
4997         Log: Fix up AutoLoader to fudge for Mac paths in import().
4998      Branch: maint-5.6/macperl
4999            ! lib/AutoLoader.pm
5000 ____________________________________________________________________________
5001 [ 11192] By: jhi                                   on 2001/07/07  17:03:06
5002         Log: Try to force the lib/re.pm to be there before entering
5003              the extensions builds, should help for parallel makes.
5004      Branch: perl
5005            ! Makefile.SH
5006 ____________________________________________________________________________
5007 [ 11191] By: jhi                                   on 2001/07/07  15:26:16
5008         Log: Subject: Re: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
5009              From: Norton Allen <allen@huarp.harvard.edu>
5010              Date: Fri, 6 Jul 2001 12:01:14 -0400 (edt)
5011              Message-Id: <200107061601.MAA00597@bottesini.harvard.edu>
5012      Branch: perl
5013            ! ext/POSIX/POSIX.xs
5014 ____________________________________________________________________________
5015 [ 11190] By: jhi                                   on 2001/07/07  15:22:08
5016         Log: Subject: [PATCH] Re: op/arith.t
5017              From: Nicholas Clark <nick@ccl4.org>
5018              Date: Sat, 7 Jul 2001 13:04:54 +0100
5019              Message-ID: <20010707130454.D59620@plum.flirble.org>
5020      Branch: perl
5021            ! numeric.c toke.c
5022 ____________________________________________________________________________
5023 [ 11189] By: jhi                                   on 2001/07/07  15:20:44
5024         Log: Subject: [PATCH] h2xs
5025              From: Nicholas Clark <nick@ccl4.org>
5026              Date: Fri, 6 Jul 2001 23:25:14 +0100
5027              Message-ID: <20010706232514.X59620@plum.flirble.org>
5028      Branch: perl
5029            ! utils/h2xs.PL
5030 ____________________________________________________________________________
5031 [ 11188] By: jhi                                   on 2001/07/07  15:12:36
5032         Log: Subject: Re: bleedperl perl_alloc..free leakage
5033              From: Radu Greab <radu@netsoft.ro>
5034              Date: Fri, 6 Jul 2001 19:48:54 +0300
5035              Message-ID: <15173.60406.308246.456184@ix.netsoft.ro>
5036              
5037              Leak-be-gone.
5038      Branch: perl
5039            ! op.c
5040 ____________________________________________________________________________
5041 [ 11187] By: pudge                                 on 2001/07/07  02:11:36
5042         Log: Test again.  Please ignore.
5043      Branch: maint-5.6/macperl
5044            ! README.macos
5045 ____________________________________________________________________________
5046 [ 11186] By: pudge                                 on 2001/07/07  02:08:13
5047         Log: Test.  Please ignore.
5048      Branch: maint-5.6/macperl
5049            ! README.macos
5050 ____________________________________________________________________________
5051 [ 11185] By: pudge                                 on 2001/07/06  23:46:57
5052         Log: Include changes already sent in separately as patches,
5053              before branch was created.
5054      Branch: maint-5.6/macperl
5055            ! ext/File/Glob/bsd_glob.c ext/IO/lib/IO/Dir.pm gv.c
5056            ! lib/DirHandle.pm lib/File/Basename.pm lib/File/Copy.pm
5057            ! lib/File/Find.pm lib/diagnostics.pm perl.c t/base/term.t
5058            ! t/comp/cpp.t t/comp/multiline.t t/comp/script.t t/comp/term.t
5059            ! t/lib/anydbm.t t/lib/autoloader.t t/lib/dirhand.t
5060            ! t/lib/filefind.t t/lib/io_dir.t t/lib/selfloader.t
5061            ! t/op/anonsub.t t/op/closure.t t/op/defins.t t/op/die_exit.t
5062            ! t/op/exec.t t/op/goto.t t/op/misc.t t/op/pack.t t/op/regexp.t
5063            ! t/op/regexp_noamp.t t/op/split.t t/op/write.t
5064            ! t/pragma/strict.t
5065 ____________________________________________________________________________
5066 [ 11184] By: jhi                                   on 2001/07/06  16:41:30
5067         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
5068              From: Norton Allen <allen@huarp.harvard.edu>
5069              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
5070              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
5071      Branch: perl
5072            ! utf8.h
5073 ____________________________________________________________________________
5074 [ 11183] By: nick                                  on 2001/07/06  16:27:40
5075         Log: Integrate mainline
5076      Branch: perlio
5077           +> (branch 42 files)
5078            - NetWare/perlsdio.h ext/util/mkbootstrap lib/Net/DummyInetd.pm
5079            - lib/Net/PH.pm lib/Net/SNPP.pm lib/Net/t/ph.t
5080            - win32/bin/mdelete.bat
5081           !> (integrate 215 files)
5082 ____________________________________________________________________________
5083 [ 11182] By: jhi                                   on 2001/07/06  15:57:16
5084         Log: The #11166 needed also these updated.
5085      Branch: perl
5086            ! lib/warnings.pm warnings.h
5087 ____________________________________________________________________________
5088 [ 11181] By: jhi                                   on 2001/07/06  13:24:42
5089         Log: Update Changes.
5090      Branch: perl
5091            ! Changes patchlevel.h
5092 ____________________________________________________________________________
5093 [ 11180] By: jhi                                   on 2001/07/06  13:20:08
5094         Log: Regen toc.
5095      Branch: perl
5096            ! pod/perltoc.pod
5097 ____________________________________________________________________________
5098 [ 11179] By: jhi                                   on 2001/07/06  12:57:13
5099         Log: Nit from Abhijit.
5100      Branch: perl
5101            ! lib/CPAN.pm
5102 ____________________________________________________________________________
5103 [ 11178] By: jhi                                   on 2001/07/06  12:53:04
5104         Log: Retract #11172.
5105      Branch: perl
5106            ! t/op/method.t
5107 ____________________________________________________________________________
5108 [ 11177] By: jhi                                   on 2001/07/06  12:44:51
5109         Log: Subject: [PATCH lib/Cwd.pm] QNX patch extended for NTO
5110              From: Norton Allen <allen@huarp.harvard.edu>
5111              Date: Fri, 6 Jul 2001 09:39:57 -0400 (edt)
5112              Message-Id: <200107061339.JAA12582@bottesini.harvard.edu>
5113      Branch: perl
5114            ! lib/Cwd.pm
5115 ____________________________________________________________________________
5116 [ 11176] By: jhi                                   on 2001/07/06  12:42:45
5117         Log: (Accidentally empty check-in.)
5118      Branch: perl
5119            ! utf8.h
5120 ____________________________________________________________________________
5121 [ 11175] By: jhi                                   on 2001/07/06  12:29:56
5122         Log: Retract #11165 since Sarathy pointed out it'll not
5123              work properly under threads, the problem should be
5124              solved using "the savestack, either via SSNEW() or
5125              using a newSVpv()+SAVEFREESV() combo."
5126      Branch: perl
5127            ! ext/POSIX/POSIX.xs
5128 ____________________________________________________________________________
5129 [ 11174] By: jhi                                   on 2001/07/06  12:27:31
5130         Log: Retract #11125 since NI-S pointed out it'll not work in
5131              cases where the extension has their own handcrafted INC
5132              et alia.
5133      Branch: perl
5134            ! lib/ExtUtils/MM_Unix.pm
5135 ____________________________________________________________________________
5136 [ 11173] By: jhi                                   on 2001/07/06  12:20:50
5137         Log: Subject: RE: [PATCH] -I and MakeMaker again
5138              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
5139              Date: Fri, 6 Jul 2001 09:18:29 +0200
5140              Message-ID: <E3FB32585BF1D411B9E900805FF51A0808C221@RU0022EXCH001U>
5141      Branch: perl
5142            ! lib/ExtUtils/MM_NW5.pm lib/ExtUtils/MM_VMS.pm
5143            ! lib/ExtUtils/MM_Win32.pm
5144 ____________________________________________________________________________
5145 [ 11172] By: jhi                                   on 2001/07/06  12:18:39
5146         Log: (Retracted by #11178)
5147              Subject: [PATCH t/op/method.t] SUPER:: strangeness
5148              From: Piers Cawley <pdcawley@iterative-software.com>
5149              Date: 06 Jul 2001 10:49:01 +0100
5150              Message-ID: <m2ith6xu9e.fsf@despairon.bofh.org.uk>
5151      Branch: perl
5152            ! t/op/method.t
5153 ____________________________________________________________________________
5154 [ 11171] By: jhi                                   on 2001/07/06  01:38:55
5155         Log: VOS README update from Paul Green.
5156      Branch: perl
5157            ! README.vos
5158 ____________________________________________________________________________
5159 [ 11170] By: jhi                                   on 2001/07/06  01:19:33
5160         Log: Subject: [PATCH README.qnx hints/qnx.sh]
5161              From: Norton Allen <allen@huarp.harvard.edu>
5162              Message-Id: <200107051755.NAA21422@bottesini.harvard.edu>
5163              Date: Thu, 5 Jul 2001 13:55:11 -0400 (edt)
5164      Branch: perl
5165            ! README.qnx hints/qnx.sh
5166 ____________________________________________________________________________
5167 [ 11169] By: jhi                                   on 2001/07/06  01:17:43
5168         Log: Subject: [PATCH] Doc patch for Tie::Hash
5169              From: Artur Bergman <artur@contiller.se>
5170              Date: Thu, 05 Jul 2001 22:51:18 +0200
5171              Message-ID: <B76A9FE6.1F04%artur@contiller.se>
5172      Branch: perl
5173            ! lib/Tie/Hash.pm
5174 ____________________________________________________________________________
5175 [ 11168] By: jhi                                   on 2001/07/06  01:16:27
5176         Log: Subject: [PATCH] perlfaq4.pod
5177              From: "Liney, Dave" <dave.liney@gbr.conoco.com>
5178              Message-ID: <1BB544A41666D311836C00902751FF6D01FD2D07@LONEX02>
5179              Date: Thu, 5 Jul 2001 18:44:10 +0100 
5180      Branch: perl
5181            ! pod/perlfaq4.pod
5182 ____________________________________________________________________________
5183 [ 11167] By: jhi                                   on 2001/07/06  01:14:41
5184         Log: Subject: [PATCH B::Deparse] Make warnings handling more robust
5185              From: Robin Houston <robin@kitsite.com>
5186              Date: Thu, 5 Jul 2001 18:33:21 +0100
5187              Message-ID: <20010705183321.A27345@robin.kitsite.com>
5188      Branch: perl
5189            ! ext/B/B/Deparse.pm
5190 ____________________________________________________________________________
5191 [ 11166] By: jhi                                   on 2001/07/06  01:11:50
5192         Log: (Retracted by #11285.)
5193              
5194              Subject: Re: [PATCH] mkdir() mode argument is missing initial 0
5195              From: Abhijit Menon-Sen <ams@wiw.org>
5196              Date: Fri, 6 Jul 2001 01:26:32 +0530
5197              Message-ID: <20010706012632.A28327@lustre.dyn.wiw.org>
5198      Branch: perl
5199            ! dump.c op.c op.h opcode.h opcode.pl pod/perldiag.pod pp.sym
5200            ! pp_proto.h t/lib/warnings/op t/lib/warnings/toke toke.c
5201            ! warnings.pl
5202 ____________________________________________________________________________
5203 [ 11165] By: jhi                                   on 2001/07/06  00:19:26
5204         Log: (Retracted by #11175)
5205              Subject: [PATCH ext/POSIX/POSIX.pm] Re: sigaction.t under QNX
5206              From: Norton Allen <allen@huarp.harvard.edu>
5207              Message-Id: <200107051734.NAA13375@bottesini.harvard.edu>
5208              Date: Thu, 5 Jul 2001 13:34:51 -0400 (edt)
5209      Branch: perl
5210            ! ext/POSIX/POSIX.xs
5211 ____________________________________________________________________________
5212 [ 11164] By: jhi                                   on 2001/07/06  00:14:57
5213         Log: Unterminated C< (noticed by Richard Hatch), and few other
5214              small Unicode doc tweaks.
5215      Branch: perl
5216            ! pod/perlretut.pod
5217 ____________________________________________________________________________
5218 [ 11163] By: jhi                                   on 2001/07/05  19:33:34
5219         Log: More flexible argument understanding; add charblocks() and
5220              charscripts(); make charblock() and charscript() two-way;
5221              add charinrange(); separate the $Unicode::UCD::VERSION and
5222              the version of the Unicode by adding UnicodeVersion().
5223      Branch: perl
5224            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
5225 ____________________________________________________________________________
5226 [ 11162] By: jhi                                   on 2001/07/05  13:38:36
5227         Log: Update Unicode::UCD on \p{In...}.
5228      Branch: perl
5229            ! lib/Unicode/UCD.pm
5230 ____________________________________________________________________________
5231 [ 11161] By: jhi                                   on 2001/07/05  13:26:00
5232         Log: Subject: Re: [PATCH lib/ExtUtils.t] Extra Files for QNX
5233              From: Norton Allen <allen@huarp.harvard.edu>
5234              Date: Thu, 5 Jul 2001 09:57:14 -0400 (edt)
5235              Message-Id: <200107051357.JAA06285@bottesini.harvard.edu>
5236      Branch: perl
5237            ! lib/ExtUtils/MM_Unix.pm
5238 ____________________________________________________________________________
5239 [ 11160] By: jhi                                   on 2001/07/05  13:06:53
5240         Log: POSIX-BC tweaks from Thomas Dorner.
5241      Branch: perl
5242            ! hints/posix-bc.sh perlio.h
5243 ____________________________________________________________________________
5244 [ 11159] By: jhi                                   on 2001/07/05  04:17:18
5245         Log: Module updates for the delta.
5246      Branch: perl
5247            ! pod/perl572delta.pod
5248 ____________________________________________________________________________
5249 [ 11158] By: jhi                                   on 2001/07/05  03:45:19
5250         Log: Subject: [PATCH ext/IO/lib/IO/t/io_sock.t] for QNX
5251              From: Norton Allen <allen@huarp.harvard.edu>
5252              Message-Id: <200107050259.WAA06843@bottesini.harvard.edu>
5253              Date: Wed, 4 Jul 2001 22:59:00 -0400 (edt)
5254      Branch: perl
5255            ! ext/IO/lib/IO/t/io_sock.t
5256 ____________________________________________________________________________
5257 [ 11157] By: jhi                                   on 2001/07/05  03:44:19
5258         Log: Subject: [PATCH perldiag.pod] Quick fixes
5259              From: Simon Cozens <simon@netthink.co.uk>
5260              Date: Wed, 4 Jul 2001 20:22:12 +0100
5261              Message-ID: <20010704202212.A3690@deep-dark-truthful-mirror>
5262      Branch: perl
5263            ! pod/perldiag.pod
5264 ____________________________________________________________________________
5265 [ 11156] By: jhi                                   on 2001/07/05  03:43:28
5266         Log: Subject: [PATCH perl@11099]Re: [ID 20010704.003] Taint mode breaks global match
5267              From: Radu Greab <radu@netsoft.ro>
5268              Date: Wed, 4 Jul 2001 22:13:31 +0300
5269              Message-ID: <15171.27355.895094.128142@ix.netsoft.ro>
5270      Branch: perl
5271            ! op.c sv.c t/op/pos.t
5272 ____________________________________________________________________________
5273 [ 11155] By: jhi                                   on 2001/07/05  03:40:24
5274         Log: Subject: [PATCH] -I and MakeMaker again
5275              From: Michael G Schwern <schwern@pobox.com>
5276              Date: Wed, 4 Jul 2001 15:03:07 -0400
5277              Message-ID: <20010704150307.I20340@blackrider>
5278              
5279              (and retract #11145)
5280      Branch: perl
5281            ! ext/util/make_ext lib/ExtUtils/MM_Unix.pm
5282            ! lib/ExtUtils/MakeMaker.pm
5283 ____________________________________________________________________________
5284 [ 11154] By: jhi                                   on 2001/07/05  03:32:43
5285         Log: Subject: Re: PERFORCE change 11142 for review
5286              From: "Philip Newton" <Philip.Newton@gmx.net>
5287              Date: Wed, 4 Jul 2001 20:46:26 +0200
5288              Message-Id: <200107041841.VAA25380@taas.iki.fi>
5289      Branch: perl
5290            ! lib/ExtUtils/MakeMaker.pm
5291 ____________________________________________________________________________
5292 [ 11153] By: jhi                                   on 2001/07/05  03:29:21
5293         Log: Subject: Re: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
5294              From: Jonathan Stowe <gellyfish@gellyfish.com>
5295              Date: Mon, 2 Jul 2001 20:45:53 +0100 (BST)
5296              Message-ID: <Pine.LNX.4.33.0107022042570.8640-100000@orpheus.gellyfish.com>
5297      Branch: perl
5298            ! utils/pl2pm.PL
5299 ____________________________________________________________________________
5300 [ 11152] By: gsar                                  on 2001/07/05  00:52:57
5301         Log: fix the binary compatibility issue when building with/without
5302              usemymalloc by exporting Perl_malloc() et al as simple wrappers
5303              around the system functions (this allows most extensions built
5304              using one mode to coexist with perls built in the other mode)
5305              
5306              XXX the Perl_mfree() wrapper might need to do return(free()) on
5307              platforms where Free_t isn't "void"
5308      Branch: perl
5309            ! embed.h embed.pl makedef.pl proto.h util.c
5310 ____________________________________________________________________________
5311 [ 11151] By: gsar                                  on 2001/07/05  00:42:49
5312         Log: perl built with USE_ITHREADS can deadlock during fork() or backticks
5313              since it doesn't ensure threads other than the one calling fork()
5314              aren't holding any locks; the fix is to use pthread_atfork() to
5315              hold global locks
5316              
5317              building perl with -Dusemymalloc exacerbates the problem since
5318              Perl_malloc() holds a mutex, and perl's exec() calls New()
5319              
5320              XXX the code in win32thread.h may be needed on platforms that have
5321              no pthread_atfork()
5322      Branch: perl
5323            ! perl.c thread.h win32/win32thread.h
5324 ____________________________________________________________________________
5325 [ 11150] By: pudge                                 on 2001/07/04  20:07:54
5326         Log: Integrate #11009 from maintperl.
5327      Branch: maint-5.6/macperl
5328           !> lib/ExtUtils/Manifest.pm
5329 ____________________________________________________________________________
5330 [ 11149] By: pudge                                 on 2001/07/04  19:54:46
5331         Log: Flexing my Perforce muscles.
5332      Branch: maint-5.6/macperl
5333            ! README.macos
5334 ____________________________________________________________________________
5335 [ 11148] By: jhi                                   on 2001/07/04  17:14:51
5336         Log: Update Changes.
5337      Branch: perl
5338            ! Changes patchlevel.h
5339 ____________________________________________________________________________
5340 [ 11147] By: jhi                                   on 2001/07/04  16:41:25
5341         Log: Metaconfig unit change for #11146.
5342      Branch: metaconfig/U/perl
5343            ! d_fcntl_can_lock.U
5344 ____________________________________________________________________________
5345 [ 11146] By: jhi                                   on 2001/07/04  16:36:31
5346         Log: Somehow the #ifdefs of the added code (in #11093) made
5347              HP-UX to fail the fcntl locking test, without the ifdefs
5348              the test seems to be working again.  Reason unknown:
5349              HP-UX cc doesn't complain either way.
5350      Branch: perl
5351            ! Configure
5352 ____________________________________________________________________________
5353 [ 11145] By: jhi                                   on 2001/07/04  16:08:00
5354         Log: (Retracted by #11155) PERLRUNINST needed in some spots.
5355      Branch: perl
5356            ! lib/ExtUtils/MM_Unix.pm
5357 ____________________________________________________________________________
5358 [ 11144] By: jhi                                   on 2001/07/04  16:07:35
5359         Log: gcc -Wall nit.
5360      Branch: perl
5361            ! pp_hot.c
5362 ____________________________________________________________________________
5363 [ 11143] By: jhi                                   on 2001/07/04  15:08:26
5364         Log: When removing tests updating the test count is a good idea, too.
5365      Branch: perl
5366            ! lib/Net/t/require.t
5367 ____________________________________________________________________________
5368 [ 11142] By: jhi                                   on 2001/07/04  14:57:51
5369         Log: Document #11134 and add the new symbols to the list of
5370              of MakeMaker known ones.
5371      Branch: perl
5372            ! lib/ExtUtils/MakeMaker.pm
5373 ____________________________________________________________________________
5374 [ 11141] By: jhi                                   on 2001/07/04  14:34:11
5375         Log: Microperl update.
5376      Branch: perl
5377            ! uconfig.h
5378 ____________________________________________________________________________
5379 [ 11140] By: jhi                                   on 2001/07/04  14:32:27
5380         Log: Update the libnet tests as per #11138.
5381      Branch: perl
5382            - lib/Net/t/ph.t
5383            ! MANIFEST lib/Net/t/require.t
5384 ____________________________________________________________________________
5385 [ 11139] By: jhi                                   on 2001/07/04  14:14:33
5386         Log: Regen toc and modlib.
5387      Branch: perl
5388            ! pod/perlmodlib.pod pod/perltoc.pod
5389 ____________________________________________________________________________
5390 [ 11138] By: jhi                                   on 2001/07/04  14:10:38
5391         Log: Remove DummyInetd, PH, and SNPP from the libnet, as per
5392              Graham's request.
5393      Branch: perl
5394            - lib/Net/DummyInetd.pm lib/Net/PH.pm lib/Net/SNPP.pm
5395            ! MANIFEST
5396 ____________________________________________________________________________
5397 [ 11137] By: jhi                                   on 2001/07/04  14:06:35
5398         Log: Add the OS/390 harness results to the delta.
5399      Branch: perl
5400            ! pod/perl572delta.pod
5401 ____________________________________________________________________________
5402 [ 11136] By: jhi                                   on 2001/07/04  13:59:01
5403         Log: Avoid the two study tests in OS/390 until the bug has been solved.
5404      Branch: perl
5405            ! t/op/study.t
5406 ____________________________________________________________________________
5407 [ 11135] By: jhi                                   on 2001/07/04  13:49:08
5408         Log: DOS/DJGPP tweaks from Laszlo Molnar.
5409      Branch: perl
5410            ! AUTHORS djgpp/djgppsed.sh hints/dos_djgpp.sh t/op/write.t
5411 ____________________________________________________________________________
5412 [ 11134] By: jhi                                   on 2001/07/04  13:47:46
5413         Log: Subject: [PATCH lib/ExtUtils/MM_Unix.pm and others] Fixing extra -I's with PERL_CORE
5414              From: Michael G Schwern <schwern@pobox.com>
5415              Date: Wed, 4 Jul 2001 00:01:16 -0400
5416              Message-ID: <20010704000116.C591@blackrider>
5417      Branch: perl
5418            ! ext/util/make_ext lib/ExtUtils.t lib/ExtUtils/MM_Unix.pm
5419 ____________________________________________________________________________
5420 [ 11133] By: jhi                                   on 2001/07/04  01:55:20
5421         Log: The #11132 missed singleton characters (not part
5422              of a unilo..unihi range) in Unicode scripts.
5423      Branch: perl
5424            ! lib/unicode/In/0.pl lib/unicode/In/1.pl lib/unicode/In/10.pl
5425            ! lib/unicode/In/11.pl lib/unicode/In/12.pl lib/unicode/In/13.pl
5426            ! lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
5427            ! lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/20.pl
5428            ! lib/unicode/In/21.pl lib/unicode/In/24.pl lib/unicode/In/29.pl
5429            ! lib/unicode/In/3.pl lib/unicode/In/30.pl lib/unicode/In/34.pl
5430            ! lib/unicode/In/35.pl lib/unicode/In/37.pl lib/unicode/In/39.pl
5431            ! lib/unicode/In/4.pl lib/unicode/In/5.pl lib/unicode/In/6.pl
5432            ! lib/unicode/In/8.pl lib/unicode/In/9.pl lib/unicode/Scripts.pl
5433            ! lib/unicode/mktables.PL t/op/pat.t
5434 ____________________________________________________________________________
5435 [ 11132] By: jhi                                   on 2001/07/04  01:32:11
5436         Log: Support preferentially the Unicode 'scripts' definition
5437              in the \p{In...} notation since according to Unicode the
5438              scripts concept is more natural for matching than using
5439              the somewhat artificial block names.  The block names are
5440              still available, though, and if there's a name conflict,
5441              the scripts one wins and the blocks one has to do with
5442              'Block' appended to its name.  For more information see
5443              
5444              http://www.unicode.org/unicode/reports/tr24/
5445      Branch: perl
5446            + lib/unicode/In/100.pl lib/unicode/In/101.pl
5447            + lib/unicode/In/102.pl lib/unicode/In/103.pl
5448            + lib/unicode/In/104.pl lib/unicode/In/105.pl
5449            + lib/unicode/In/106.pl lib/unicode/In/107.pl
5450            + lib/unicode/In/108.pl lib/unicode/In/109.pl
5451            + lib/unicode/In/110.pl lib/unicode/In/111.pl
5452            + lib/unicode/In/112.pl lib/unicode/In/113.pl
5453            + lib/unicode/In/114.pl lib/unicode/In/115.pl
5454            + lib/unicode/In/116.pl lib/unicode/In/117.pl
5455            + lib/unicode/In/118.pl lib/unicode/In/119.pl
5456            + lib/unicode/In/120.pl lib/unicode/In/121.pl
5457            + lib/unicode/In/122.pl lib/unicode/In/123.pl
5458            + lib/unicode/In/124.pl lib/unicode/In/125.pl
5459            + lib/unicode/In/126.pl lib/unicode/In/127.pl
5460            + lib/unicode/In/128.pl lib/unicode/In/129.pl
5461            + lib/unicode/In/130.pl lib/unicode/In/131.pl
5462            + lib/unicode/In/132.pl lib/unicode/In/133.pl
5463            + lib/unicode/In/134.pl lib/unicode/In/135.pl
5464            + lib/unicode/In/96.pl lib/unicode/In/97.pl lib/unicode/In/98.pl
5465            + lib/unicode/In/99.pl lib/unicode/Scripts.pl
5466            ! (edit 106 files)
5467 ____________________________________________________________________________
5468 [ 11131] By: jhi                                   on 2001/07/03  23:02:02
5469         Log: Better document the difference between a block and a script.
5470      Branch: perl
5471            ! lib/Unicode/UCD.pm
5472 ____________________________________________________________________________
5473 [ 11130] By: jhi                                   on 2001/07/03  22:49:15
5474         Log: Subject: [ perl 5.6.1 ] CPAN.pm doc patch
5475              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
5476              Date: Tue, 3 Jul 2001 15:04:23 -0500
5477              Message-ID: <20010703150423.C9787@chaos.wustl.edu>
5478      Branch: perl
5479            ! lib/CPAN.pm
5480 ____________________________________________________________________________
5481 [ 11129] By: jhi                                   on 2001/07/03  22:45:41
5482         Log: Add tests for charscript().
5483      Branch: perl
5484            ! lib/Unicode/UCD.pm lib/Unicode/UCD.t
5485 ____________________________________________________________________________
5486 [ 11128] By: jhi                                   on 2001/07/03  20:41:54
5487         Log: Add charscript() to get the UTR#24 script names of characters.
5488      Branch: perl
5489            ! lib/Unicode/UCD.pm
5490 ____________________________________________________________________________
5491 [ 11127] By: jhi                                   on 2001/07/03  19:53:29
5492         Log: Todo updates.
5493      Branch: perl
5494            ! pod/perltodo.pod
5495 ____________________________________________________________________________
5496 [ 11126] By: jhi                                   on 2001/07/03  19:45:30
5497         Log: Unicode::UCD updates.
5498      Branch: perl
5499            ! lib/Unicode/UCD.pm
5500 ____________________________________________________________________________
5501 [ 11125] By: jhi                                   on 2001/07/03  16:12:20
5502         Log: (Retracted by #11174)
5503              Subject: MakeMaker should pass through DEFINE and INC to subdirs
5504              From: Alan Burlison <Alan.Burlison@sun.com>
5505              Date: Tue, 03 Jul 2001 15:20:13 +0100
5506              Message-ID: <3B41D49D.A923D4F9@sun.com>
5507      Branch: perl
5508            ! lib/ExtUtils/MM_Unix.pm
5509 ____________________________________________________________________________
5510 [ 11124] By: jhi                                   on 2001/07/03  16:06:53
5511         Log: Subject: Patch needed for UTS
5512              From: hom00@utsglobal.com (Hal Morris)
5513              Date: Tue, 3 Jul 2001 09:38:22 -0700 (PDT)
5514              Message-Id: <200107031638.JAA11998@cepheus.utsglobal.com>
5515              
5516              Replace #11113 with a better version.
5517      Branch: perl
5518            ! perl.h
5519 ____________________________________________________________________________
5520 [ 11123] By: jhi                                   on 2001/07/03  16:04:49
5521         Log: Subject: Re: POINTERRIGOR
5522              From: Andy Dougherty <doughera@lafayette.edu>
5523              Date: Tue, 3 Jul 2001 11:49:28 -0400 (EDT)
5524              Message-ID: <Pine.SOL.4.10.10107031040030.1982-100000@maxwell.phys.lafayette.edu>
5525      Branch: perl
5526            ! util.c
5527 ____________________________________________________________________________
5528 [ 11122] By: jhi                                   on 2001/07/03  16:03:31
5529         Log: Subject: Re: [PATCH @11016] Fixes compile errors in four files
5530              From: "Philip Newton" <pnewton@gmx.de>
5531              Date: Tue, 3 Jul 2001 17:03:34 +0200
5532              Message-ID: <3B41FAE6.29564.660E117@localhost>
5533      Branch: perl
5534            ! pp_hot.c
5535 ____________________________________________________________________________
5536 [ 11121] By: jhi                                   on 2001/07/03  13:26:08
5537         Log: Typos.
5538      Branch: perl
5539            ! INSTALL
5540 ____________________________________________________________________________
5541 [ 11120] By: jhi                                   on 2001/07/03  11:34:47
5542         Log: Subject: [PATCH 5.6.1] debugger fixes
5543              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5544              Date: Tue, 3 Jul 2001 03:38:18 -0400
5545              Message-ID: <20010703033818.A16788@math.ohio-state.edu>
5546              
5547              The $^S is working again.
5548      Branch: perl
5549            ! lib/perl5db.pl
5550 ____________________________________________________________________________
5551 [ 11119] By: jhi                                   on 2001/07/03  11:33:27
5552         Log: Subject: Re: [PATCH 5.6.1] OS/2 improvements
5553              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5554              Date: Tue, 3 Jul 2001 03:34:06 -0400
5555              Message-ID: <20010703033406.A16776@math.ohio-state.edu>
5556      Branch: perl
5557            ! os2/OS2/Process/Process.pm
5558 ____________________________________________________________________________
5559 [ 11118] By: jhi                                   on 2001/07/03  11:29:54
5560         Log: Subject: [PATCH bleadperl] Bad lishp in change 11084
5561              From: "Philip Newton" <Philip.Newton@gmx.net>
5562              Date: Tue, 3 Jul 2001 09:11:27 +0200
5563              Message-Id: <200107030706.KAA04596@taas.iki.fi>
5564      Branch: perl
5565            ! lib/FindBin.pm
5566 ____________________________________________________________________________
5567 [ 11117] By: jhi                                   on 2001/07/03  11:25:14
5568         Log: Delta delta.
5569      Branch: perl
5570            ! pod/perl572delta.pod
5571 ____________________________________________________________________________
5572 [ 11116] By: jhi                                   on 2001/07/02  23:06:50
5573         Log: Metaconfig unit change for 11115.
5574      Branch: metaconfig
5575            ! U/modified/libc.U
5576 ____________________________________________________________________________
5577 [ 11115] By: jhi                                   on 2001/07/02  23:06:27
5578         Log: Whitespace allowed at the ends of /lib/syscalls.exp lines
5579              (from Richard Hatch) (this was the cause of pipes() and
5580              times() myeteriously not being found)
5581      Branch: perl
5582            ! Configure
5583 ____________________________________________________________________________
5584 [ 11114] By: jhi                                   on 2001/07/02  22:58:41
5585         Log: Retract #10142, the real culprit found by Richard Hatch,
5586              coming soon to Configure near you.
5587      Branch: perl
5588            ! hints/aix.sh
5589 ____________________________________________________________________________
5590 [ 11113] By: jhi                                   on 2001/07/02  22:56:09
5591         Log: (Replaced by #11124) UTS workaround from Hal Morris.
5592      Branch: perl
5593            ! perl.h
5594 ____________________________________________________________________________
5595 [ 11112] By: jhi                                   on 2001/07/02  22:53:29
5596         Log: Subject: [PATCH] grok not grocking correctly
5597              From: Nicholas Clark <nick@ccl4.org>
5598              Date: Tue, 3 Jul 2001 00:19:08 +0100
5599              Message-ID: <20010703001908.H59620@plum.flirble.org>
5600      Branch: perl
5601            ! numeric.c
5602 ____________________________________________________________________________
5603 [ 11111] By: jhi                                   on 2001/07/02  22:48:42
5604         Log: Subject: [PATCH Deparse.t] test just-posted patches
5605              From: Robin Houston <robin@kitsite.com>
5606              Date: Mon, 2 Jul 2001 23:46:15 +0100
5607              Message-Id: <E15HCUN-0000Rh-00.2001-07-02-23-48-19@mail18.svr.pol.co.uk>
5608      Branch: perl
5609            ! ext/B/Deparse.t
5610 ____________________________________________________________________________
5611 [ 11110] By: jhi                                   on 2001/07/02  22:27:10
5612         Log: Subject: [PATCH toke.c] autosplit into @F
5613              From: Robin Houston <robin@kitsite.com>
5614              Date: Mon, 2 Jul 2001 23:18:20 +0100
5615              Message-Id: <E15HC3M-0007jL-00.2001-07-02-23-20-24@mail18.svr.pol.co.uk>
5616      Branch: perl
5617            ! perl.c toke.c
5618 ____________________________________________________________________________
5619 [ 11109] By: jhi                                   on 2001/07/02  22:25:03
5620         Log: Subject: [PATCH B::Deparse] hash key auto-quoting
5621              From: Robin Houston <robin@kitsite.com>
5622              Date: Mon, 2 Jul 2001 23:00:48 +0100
5623              Message-Id: <E15HBmR-0006mc-00.2001-07-02-23-02-55@mail18.svr.pol.co.uk>
5624      Branch: perl
5625            ! ext/B/B/Deparse.pm
5626 ____________________________________________________________________________
5627 [ 11108] By: jhi                                   on 2001/07/02  19:21:18
5628         Log: Subject: Re: [PATCH perlsnap] '-' !~ /\w/
5629              From: "Philip Newton" <Philip.Newton@gmx.net>
5630              Date: Mon, 2 Jul 2001 22:06:22 +0200
5631              (no Message-Id)
5632      Branch: perl
5633            ! ext/NDBM_File/hints/linux.pl
5634 ____________________________________________________________________________
5635 [ 11107] By: jhi                                   on 2001/07/02  19:19:25
5636         Log: Subject: Re: Fixed pack problem - sort of
5637              From: Nicholas Clark <nick@ccl4.org>
5638              Date: Mon, 2 Jul 2001 20:59:20 +0100
5639              Message-ID: <20010702205919.F59620@plum.flirble.org>
5640      Branch: perl
5641            ! pp_pack.c t/op/pack.t
5642 ____________________________________________________________________________
5643 [ 11106] By: jhi                                   on 2001/07/02  19:18:28
5644         Log: Subject: Re: [PATCH 5.6.1] OS/2 cwd
5645              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5646              Date: Mon, 2 Jul 2001 15:45:41 -0400
5647              Message-ID: <20010702154541.B24295@math.ohio-state.edu>
5648      Branch: perl
5649            ! os2/os2.c
5650 ____________________________________________________________________________
5651 [ 11105] By: jhi                                   on 2001/07/02  19:17:27
5652         Log: (Mistaken retraction)
5653      Branch: perl
5654            ! utils/pl2pm.PL
5655 ____________________________________________________________________________
5656 [ 11104] By: jhi                                   on 2001/07/02  18:56:15
5657         Log: Detypo in #11103.
5658      Branch: perl
5659            ! utils/pl2pm.PL
5660 ____________________________________________________________________________
5661 [ 11103] By: jhi                                   on 2001/07/02  18:54:53
5662         Log: Subject: [PATCH 2 pl2pm.PL] (was Re: [PATCH pl2pm.PL] Make pl2pm be nice with 'strict' and 'warnings')
5663              From: Jonathan Stowe <gellyfish@gellyfish.com>
5664              Date: Mon, 2 Jul 2001 19:17:21 +0100 (BST)
5665              Message-ID: <Pine.LNX.4.33.0107021904530.7401-100000@orpheus.gellyfish.com>
5666      Branch: perl
5667            ! utils/pl2pm.PL
5668 ____________________________________________________________________________
5669 [ 11102] By: jhi                                   on 2001/07/02  18:16:09
5670         Log: Subject: [PATCH perl@11059] UCD.pm: if at first you don't succeed, croak?
5671              From: "Craig A. Berry" <craigberry@mac.com>
5672              Date: Mon, 02 Jul 2001 14:11:23 -0500
5673              Message-Id: <5.1.0.14.0.20010702140058.01b6c9c0@exchi01>
5674      Branch: perl
5675            ! lib/Unicode/UCD.pm
5676 ____________________________________________________________________________
5677 [ 11101] By: jhi                                   on 2001/07/02  18:14:51
5678         Log: Subject: [PATCH] Re: op/numconvert.t failures
5679              From: Nicholas Clark <nick@ccl4.org>
5680              Date: Mon, 2 Jul 2001 20:10:48 +0100
5681              Message-ID: <20010702201048.E59620@plum.flirble.org>
5682      Branch: perl
5683            ! t/op/numconvert.t
5684 ____________________________________________________________________________
5685 [ 11100] By: jhi                                   on 2001/07/02  17:51:44
5686         Log: Update Changes.
5687      Branch: perl
5688            ! Changes patchlevel.h
5689 ____________________________________________________________________________
5690 [ 11099] By: jhi                                   on 2001/07/02  17:46:31
5691         Log: Retract #11055, didn't help much (2736 bytes vs 2725 bytes leaked).
5692              The real fix must be more involved.  The line of code all the leaky
5693              call stacks seem to go through is op.c:2949, the PmopSTASH_set()
5694              line of Perl_newPMOP().
5695      Branch: perl
5696            ! op.h
5697 ____________________________________________________________________________
5698 [ 11098] By: jhi                                   on 2001/07/02  17:37:44
5699         Log: Based on
5700              
5701              Subject: Re: sizeof(struct sembuf)
5702              From: Nicholas Clark <nick@ccl4.org>
5703              Date: Sun, 1 Jul 2001 22:26:48 +0100
5704              Message-ID: <20010701222648.W59620@plum.flirble.org>
5705              
5706              but do semop() always the slow way.
5707      Branch: perl
5708            ! doio.c
5709 ____________________________________________________________________________
5710 [ 11097] By: jhi                                   on 2001/07/02  17:22:14
5711         Log: Subject: [PATCH] Encode/Tcl.t, for esc-seq encodings
5712              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5713              Date: Tue, 03 Jul 2001 00:56:30 +0900
5714              Message-Id: <20010703005600.2225.BQW10602@nifty.com>
5715      Branch: perl
5716            ! ext/Encode/Encode/Tcl.t
5717 ____________________________________________________________________________
5718 [ 11096] By: jhi                                   on 2001/07/02  17:11:24
5719         Log: Subject: [PATCH] Encode/Tcl.pm, continuous sequences
5720              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
5721              Date: Tue, 03 Jul 2001 00:55:46 +0900
5722              Message-Id: <20010703005516.2222.BQW10602@nifty.com>
5723      Branch: perl
5724            ! ext/Encode/Encode/Tcl.pm
5725 ____________________________________________________________________________
5726 [ 11095] By: jhi                                   on 2001/07/02  17:07:14
5727         Log: Regen api and toc.
5728      Branch: perl
5729            ! pod/perlapi.pod pod/perltoc.pod
5730 ____________________________________________________________________________
5731 [ 11094] By: jhi                                   on 2001/07/02  16:29:42
5732         Log: Metaconfig unit change for #11093.
5733      Branch: metaconfig/U/perl
5734            ! d_fcntl_can_lock.U
5735 ____________________________________________________________________________
5736 [ 11093] By: jhi                                   on 2001/07/02  16:28:56
5737         Log: The fcntl locking test may hang if NFS locking messed up;
5738              break out with alarm(10).
5739      Branch: perl
5740            ! Configure
5741 ____________________________________________________________________________
5742 [ 11092] By: jhi                                   on 2001/07/02  14:11:31
5743         Log: Move the mdelete.bat from win32/bin to win32.
5744      Branch: perl
5745            ! MANIFEST
5746 ____________________________________________________________________________
5747 [ 11091] By: jhi                                   on 2001/07/02  14:10:01
5748         Log: Typo in #11083.
5749      Branch: perl
5750            ! ext/Time/Piece/Piece.t
5751 ____________________________________________________________________________
5752 [ 11090] By: jhi                                   on 2001/07/02  13:36:58
5753         Log: Netware tweaks from Guruprasad.
5754      Branch: perl
5755            - NetWare/perlsdio.h
5756            ! MANIFEST NetWare/Makefile NetWare/interface.c
5757            ! NetWare/interface.h NetWare/iperlhost.h NetWare/nwtinfo.h
5758            ! perlsdio.h
5759 ____________________________________________________________________________
5760 [ 11089] By: jhi                                   on 2001/07/02  13:25:40
5761         Log: Subject: Re: [PATH] shared -> unique;
5762              From: Abhijit Menon-Sen <ams@wiw.org>
5763              Date: Wed, 27 Jun 2001 03:51:27 +0530
5764              Message-ID: <20010627035127.A17623@lustre.lustre.dyn.wiw.org>
5765      Branch: perl
5766            ! dump.c gv.c gv.h op.c pp_sys.c sv.c toke.c xsutils.c
5767 ____________________________________________________________________________
5768 [ 11088] By: jhi                                   on 2001/07/02  13:24:27
5769         Log: Subject: Re: AIX / gcc-3.0
5770              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
5771              Date: Mon, 02 Jul 2001 15:20:21 +0200
5772              Message-Id: <20010702151904.49BB.H.M.BRAND@hccnet.nl>
5773      Branch: perl
5774            ! hints/aix.sh
5775 ____________________________________________________________________________
5776 [ 11087] By: jhi                                   on 2001/07/02  13:23:21
5777         Log: Subject: Re: Bug report: split splits on wrong pattern
5778              From: Abhijit Menon-Sen <ams@wiw.org>
5779              Message-ID: <20010702163133.A23186@lustre.dyn.wiw.org>
5780              Date: Mon, 2 Jul 2001 16:31:33 +0530
5781      Branch: perl
5782            ! pp_ctl.c
5783 ____________________________________________________________________________
5784 [ 11086] By: jhi                                   on 2001/07/02  13:22:30
5785         Log: Subject: [PATCH 5.6.1] test harness
5786              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5787              Date: Mon, 2 Jul 2001 06:29:21 -0400
5788              Message-ID: <20010702062921.A1810@math.ohio-state.edu>
5789      Branch: perl
5790            ! lib/Test/Harness.pm
5791 ____________________________________________________________________________
5792 [ 11085] By: jhi                                   on 2001/07/02  13:21:39
5793         Log: Subject: [PATCH 5.6.1] debugger goof
5794              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5795              Date: Mon, 2 Jul 2001 06:27:22 -0400
5796              Message-ID: <20010702062722.A1746@math.ohio-state.edu>
5797      Branch: perl
5798            ! lib/perl5db.pl
5799 ____________________________________________________________________________
5800 [ 11084] By: jhi                                   on 2001/07/02  13:20:50
5801         Log: Subject: [PATCH 5.6.1] OS/2 cwd
5802              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5803              Date: Mon, 2 Jul 2001 06:21:17 -0400
5804              Message-ID: <20010702062117.A1401@math.ohio-state.edu>
5805      Branch: perl
5806            ! lib/Cwd.pm lib/File/Find/taint.t lib/FindBin.pm os2/os2.c
5807 ____________________________________________________________________________
5808 [ 11083] By: jhi                                   on 2001/07/02  13:19:18
5809         Log: Make #11082 more OS/2-specific.
5810      Branch: perl
5811            ! ext/Time/Piece/Piece.t
5812 ____________________________________________________________________________
5813 [ 11082] By: jhi                                   on 2001/07/02  13:14:36
5814         Log: Subject: [PATCH 5.6.1] OS/2 gmtime()
5815              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
5816              Date: Mon, 2 Jul 2001 06:06:34 -0400
5817              Message-ID: <20010702060634.A1356@math.ohio-state.edu>
5818      Branch: perl
5819            ! ext/Time/Piece/Piece.t
5820 ____________________________________________________________________________
5821 [ 11081] By: jhi                                   on 2001/07/02  13:13:08
5822         Log: Subject: [PATCH B::Deparse] version number & changes
5823              From: Robin Houston <robin@kitsite.com>  
5824              Date: Sun, 1 Jul 2001 17:17:29 +0100
5825              Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk>
5826      Branch: perl
5827            ! ext/B/B/Deparse.pm
5828 ____________________________________________________________________________
5829 [ 11080] By: jhi                                   on 2001/07/02  13:11:48
5830         Log: Subject: a small fix.
5831              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
5832              Date: Mon, 2 Jul 2001 12:17:53 +0200
5833              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U>
5834      Branch: perl
5835            ! ext/Thread/Thread.xs
5836 ____________________________________________________________________________
5837 [ 11079] By: jhi                                   on 2001/07/02  13:10:39
5838         Log: Subject: RE: perl@10907
5839              From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com>
5840              Date: Mon, 2 Jul 2001 12:06:16 +0200
5841              Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B2C@RU0022EXCH001U>
5842              
5843              Borland C vs PerlIO.
5844      Branch: perl
5845            ! win32/config.bc win32/config_H.bc
5846 ____________________________________________________________________________
5847 [ 11078] By: jhi                                   on 2001/07/02  13:03:44
5848         Log: Subject: [PATCH] Report /pro/3gl/CPAN/perl-5.7.1
5849              From: "H.M. Brand" <merijn@l1.procura.nl>
5850              Date: Mon, 02 Jul 2001 11:18:57 +0200
5851              Message-Id: <20010702100811.4999.MERIJN@l1.procura.nl>
5852      Branch: perl
5853            ! t/op/write.t
5854 ____________________________________________________________________________
5855 [ 11077] By: jhi                                   on 2001/07/02  12:58:27
5856         Log: Subject: [PATCH] Deleting ext/util/mkbootstrap
5857              From: Michael G Schwern <schwern@pobox.com>
5858              Date: Mon, 2 Jul 2001 00:26:24 -0400
5859              Message-ID: <20010702002624.A18302@blackrider>
5860      Branch: perl
5861            - ext/util/mkbootstrap
5862 ____________________________________________________________________________
5863 [ 11076] By: jhi                                   on 2001/07/02  12:56:20
5864         Log: Subject: [PATCH op.h] v minor comment tweak
5865              From: Robin Houston <robin@puffinry.freeserve.co.uk>
5866              Date: Mon, 2 Jul 2001 00:42:01 +0100
5867              Message-Id: <E15GqxK-0006WZ-00.2001-07-02-00-48-46@mail18.svr.pol.co.uk>
5868      Branch: perl
5869            ! op.h
5870 ____________________________________________________________________________
5871 [ 11075] By: jhi                                   on 2001/07/02  12:53:48
5872         Log: SysV IPC semops use native shorts, not forced-to-16-bit-shorts.
5873      Branch: perl
5874            ! pod/perlfunc.pod
5875 ____________________________________________________________________________
5876 [ 11074] By: jhi                                   on 2001/07/02  12:52:28
5877         Log: Subject: Re: sizeof(struct sembuf)
5878              From: Nicholas Clark <nick@ccl4.org>
5879              Date: Sun, 1 Jul 2001 19:23:16 +0100
5880              Message-ID: <20010701192316.V59620@plum.flirble.org>
5881              
5882              s/signaling/signalling/
5883      Branch: perl
5884            ! pod/perlfunc.pod
5885 ____________________________________________________________________________
5886 [ 11073] By: jhi                                   on 2001/07/02  12:49:51
5887         Log: Subject: [PATCH perlsnap] Suggestion for mnemonic for $^N
5888              From: "Philip Newton" <Philip.Newton@gmx.net>
5889              Date: Sun, 1 Jul 2001 09:37:56 +0200
5890              Message-Id: <200107010733.KAA03920@taas.iki.fi>
5891      Branch: perl
5892            ! pod/perlvar.pod
5893 ____________________________________________________________________________
5894 [ 11072] By: jhi                                   on 2001/07/02  12:48:03
5895         Log: Subject: [PATCH perlsnap] /^qnx|nto$/ --> /^(?:qnx|nto)$/
5896              From: "Philip Newton" <Philip.Newton@gmx.net>
5897              Date: Sun, 1 Jul 2001 09:37:56 +0200
5898              Message-Id: <200107010733.KAA03925@taas.iki.fi>
5899      Branch: perl
5900            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
5901 ____________________________________________________________________________
5902 [ 11071] By: jhi                                   on 2001/07/02  12:45:12
5903         Log: Metaconfig unit change for #11070.
5904      Branch: metaconfig
5905            ! U/compline/randfunc.U
5906 ____________________________________________________________________________
5907 [ 11070] By: jhi                                   on 2001/07/02  12:43:58
5908         Log: Subject: [PATCH perlsnap] its --> it's --> its
5909              From: "Philip Newton" <Philip.Newton@gmx.net>
5910              Date: Sun, 1 Jul 2001 09:37:56 +0200
5911              Message-Id: <200107010733.KAA03914@taas.iki.fi>
5912      Branch: perl
5913            ! Porting/config_H
5914 ____________________________________________________________________________
5915 [ 11069] By: jhi                                   on 2001/07/02  12:01:52
5916         Log: Sync with Sarathy; integrate with perlio.
5917      Branch: perl
5918           !> gv.c
5919 ____________________________________________________________________________
5920 [ 11068] By: gsar                                  on 2001/07/02  08:07:54
5921         Log: regenerate win32/config_H.?c files
5922      Branch: perl
5923            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
5924 ____________________________________________________________________________
5925 [ 11067] By: gsar                                  on 2001/07/02  08:03:55
5926         Log: rename s/sv_getcwd/getcwd_sv/ for better conformance to existing
5927              naming discipline
5928              
5929              win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing
5930              because of this)
5931              
5932              fix a warning about "fd" being used without being set in Cwd.xs
5933      Branch: perl
5934            ! embed.h embed.pl ext/Cwd/Cwd.xs ext/POSIX/POSIX.t
5935            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
5936            ! pod/perlapi.pod proto.h util.c win32/config.bc win32/config.gc
5937            ! win32/config.vc
5938 ____________________________________________________________________________
5939 [ 11066] By: gsar                                  on 2001/07/02  07:12:10
5940         Log: win32 fixes: fix various syntax errors ("no preprocessor directives
5941              within macro arguments") and warnings ("unary minus applied to
5942              unsigned type", among others)
5943      Branch: perl
5944            ! gv.c hv.c op.c pp.c sv.c toke.c
5945 ____________________________________________________________________________
5946 [ 11065] By: gsar                                  on 2001/07/02  06:26:22
5947         Log: win32 fixes: more spurious CRs
5948      Branch: perl
5949            ! win32/mdelete.bat
5950 ____________________________________________________________________________
5951 [ 11064] By: gsar                                  on 2001/07/02  06:25:22
5952         Log: win32 tweaks: remove extra CRs from makefile.mk; move mdelete.bat
5953              from win32/bin (or it gets deleted by distclean); don't delete
5954              lib/Cwd.pm during distclean; mdelete.bat doesn't work properly on
5955              NT (should be made Win9x specific, and added to makefile.mk)
5956      Branch: perl
5957           +> win32/mdelete.bat
5958            - win32/bin/mdelete.bat
5959            ! win32/Makefile win32/makefile.mk
5960 ____________________________________________________________________________
5961 [ 11063] By: nick                                  on 2001/07/01  18:54:09
5962         Log: Quick for for #ifdef mess
5963      Branch: perlio
5964            ! gv.c
5965 ____________________________________________________________________________
5966 [ 11062] By: nick                                  on 2001/07/01  18:47:42
5967         Log: Raw integrate - does not build #if mess in gv.c
5968      Branch: perlio
5969           !> (integrate 29 files)
5970 ____________________________________________________________________________
5971 [ 11061] By: jhi                                   on 2001/07/01  15:20:38
5972         Log: Make 'compile' target a little less broken.
5973              Still very broken, though: -Wall warnings from
5974              the generated code, boot_Foo prototypes missing,
5975              can't autoload Fcntl::SEEK_CUR et alia, ...
5976      Branch: perl
5977            ! ext/B/B/C.pm pod/Makefile.SH t/TEST utils/Makefile
5978            ! utils/perlcc.PL x2p/Makefile.SH
5979 ____________________________________________________________________________
5980 [ 11060] By: jhi                                   on 2001/07/01  14:04:20
5981         Log: Upgrade to Storable 1.0.12, from Raphael Manfredi.
5982      Branch: perl
5983            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
5984            ! ext/Storable/Storable.xs ext/Storable/t/freeze.t
5985 ____________________________________________________________________________
5986 [ 11059] By: jhi                                   on 2001/07/01  05:02:59
5987         Log: Update Changes.
5988      Branch: perl
5989            ! Changes patchlevel.h
5990 ____________________________________________________________________________
5991 [ 11058] By: jhi                                   on 2001/07/01  04:57:05
5992         Log: Still one typo, regen toc.
5993      Branch: perl
5994            ! lib/Unicode/UCD.pm pod/perltoc.pod
5995 ____________________________________________________________________________
5996 [ 11057] By: jhi                                   on 2001/07/01  04:54:35
5997         Log: Detypos and regen toc.
5998      Branch: perl
5999            ! README.os2 lib/Unicode/UCD.pm pod/perltoc.pod
6000 ____________________________________________________________________________
6001 [ 11056] By: jhi                                   on 2001/07/01  04:26:08
6002         Log: VERSION tweak.
6003      Branch: perl
6004            ! ext/List/Util/lib/List/Util.pm
6005 ____________________________________________________________________________
6006 [ 11055] By: jhi                                   on 2001/06/30  22:18:37
6007         Log: Attempt at plugging the leak under ithreads detected by Doug.
6008      Branch: perl
6009            ! op.h
6010 ____________________________________________________________________________
6011 [ 11054] By: jhi                                   on 2001/06/30  21:33:29
6012         Log: gcc -Wall lint after #11051.
6013      Branch: perl
6014            ! pp_sys.c
6015 ____________________________________________________________________________
6016 [ 11053] By: jhi                                   on 2001/06/30  21:13:55
6017         Log: Integrate perlio.
6018      Branch: perl
6019           !> lib/File/Find/taint.t
6020 ____________________________________________________________________________
6021 [ 11052] By: jhi                                   on 2001/06/30  21:07:38
6022         Log: Don't use the v-strings for module VERSIONs.
6023      Branch: perl
6024            ! lib/Unicode/UCD.pm
6025 ____________________________________________________________________________
6026 [ 11051] By: jhi                                   on 2001/06/30  20:59:57
6027         Log: Code cleanup based on turning off the -woffs in IRIX.
6028              Not all of the gripes cleaned up (hairy code in hv.c and
6029              regcomp.c; unused newsp, gimme, and optype from cop.h macros;
6030              unused 'key' arguments in ?DBM_File.xs) (and the -woffs left
6031              to the IRIX hints)
6032      Branch: perl
6033            ! ext/DB_File/DB_File.xs ext/Data/Dumper/Dumper.xs
6034            ! ext/IPC/SysV/SysV.xs ext/List/Util/Util.xs
6035            ! ext/PerlIO/Scalar/Scalar.xs gv.c mg.c op.c perlio.c pp_sys.c
6036            ! regcomp.c sv.c
6037 ____________________________________________________________________________
6038 [ 11050] By: nick                                  on 2001/06/30  20:46:46
6039         Log: Jeffrey Friedl's <jfriedl@yahoo.com> fix for lib/File/Find/taint.t
6040      Branch: perlio
6041            ! lib/File/Find/taint.t
6042 ____________________________________________________________________________
6043 [ 11049] By: nick                                  on 2001/06/30  18:13:33
6044         Log: Integrate mainline
6045      Branch: perlio
6046           +> NetWare/nwstdio.h NetWare/perlsdio.h
6047           +> ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
6048           +> ext/Encode/Encode/7bit-kr.enc lib/Unicode/UCD.pm
6049           +> lib/Unicode/UCD.t t/run/exit.t
6050           !> (integrate 60 files)
6051 ____________________________________________________________________________
6052 [ 11048] By: jhi                                   on 2001/06/30  16:23:39
6053         Log: Delta delta.
6054      Branch: perl
6055            ! pod/perl572delta.pod
6056 ____________________________________________________________________________
6057 [ 11047] By: jhi                                   on 2001/06/30  16:03:40
6058         Log: More VERSION tuning: to avoid unnecessary Perl upgrades
6059              by CPAN.pm, use rather _00.
6060      Branch: perl
6061            ! ext/Errno/Errno_pm.PL ext/IO/lib/IO/Dir.pm
6062            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
6063            ! ext/IO/lib/IO/Socket/UNIX.pm ext/IPC/SysV/Msg.pm
6064            ! ext/IPC/SysV/Semaphore.pm ext/IPC/SysV/SysV.pm
6065            ! ext/Time/HiRes/HiRes.pm lib/CGI/Pretty.pm lib/CPAN/Nox.pm
6066            ! lib/ExtUtils/Embed.pm lib/Test.pm
6067 ____________________________________________________________________________
6068 [ 11046] By: jhi                                   on 2001/06/30  15:53:22
6069         Log: Add a simple Unicode character database interface, Unicode::UCD.
6070      Branch: perl
6071            + lib/Unicode/UCD.pm lib/Unicode/UCD.t
6072            ! MANIFEST
6073 ____________________________________________________________________________
6074 [ 11045] By: jhi                                   on 2001/06/30  13:42:37
6075         Log: Subject: [PATCH] op/numconver.t
6076              From: Nicholas Clark <nick@ccl4.org>
6077              Date: Sat, 30 Jun 2001 15:40:10 +0100
6078              Message-ID: <20010630154010.I59620@plum.flirble.org>
6079      Branch: perl
6080            ! t/op/numconvert.t
6081 ____________________________________________________________________________
6082 [ 11044] By: jhi                                   on 2001/06/30  13:29:25
6083         Log: The $^N is now taken (by #11038).
6084      Branch: perl
6085            ! t/base/lex.t
6086 ____________________________________________________________________________
6087 [ 11043] By: jhi                                   on 2001/06/30  13:15:59
6088         Log: The #11040 had slipped to a wrong function...
6089      Branch: perl
6090            ! sv.c
6091 ____________________________________________________________________________
6092 [ 11042] By: jhi                                   on 2001/06/30  13:08:25
6093         Log: In 64-bit AIX 5L (oslevel 5.1.0.0, ccversion 5.0.2.0)
6094              the Configure library symbol probe mysteriously finds all
6095              symbols but those of pipe() and times().
6096      Branch: perl
6097            ! hints/aix.sh
6098 ____________________________________________________________________________
6099 [ 11041] By: jhi                                   on 2001/06/30  13:01:25
6100         Log: Subject: [PATCH] (was Re: not OK: perl@11006 on HP-UX B.11.00)
6101              From: Nicholas Clark <nick@ccl4.org>
6102              Date: Fri, 29 Jun 2001 23:49:07 +0100
6103              Message-ID: <20010629234907.D59620@plum.flirble.org>
6104      Branch: perl
6105            ! lib/ExtUtils.t
6106 ____________________________________________________________________________
6107 [ 11040] By: jhi                                   on 2001/06/30  13:00:24
6108         Log: Subject: [PATCH] weakref fix 2, not yet there
6109              From: Artur Bergman <artur@contiller.se>
6110              Date: Sat, 30 Jun 2001 01:18:16 +0200
6111              Message-ID: <B762D957.1CC9%artur@contiller.se>
6112      Branch: perl
6113            ! sv.c
6114 ____________________________________________________________________________
6115 [ 11039] By: jhi                                   on 2001/06/30  12:59:25
6116         Log: Subject: [PATCH t/run/exit.t] Another shot at testing exit codes.
6117              From: Michael G Schwern <schwern@pobox.com>
6118              Date: Fri, 29 Jun 2001 19:39:11 -0400
6119              Message-ID: <20010629193910.D25304@blackrider>
6120      Branch: perl
6121            + t/run/exit.t
6122            ! MANIFEST
6123 ____________________________________________________________________________
6124 [ 11038] By: jhi                                   on 2001/06/30  12:58:16
6125         Log: Add support for $^N, the most-recently closed group.
6126      Branch: perl
6127            ! embedvar.h gv.c mg.c perlapi.h pod/perlretut.pod
6128            ! pod/perltoc.pod pod/perlvar.pod regexec.c regexp.h t/op/pat.t
6129            ! thrdvar.h
6130 ____________________________________________________________________________
6131 [ 11037] By: jhi                                   on 2001/06/30  12:53:40
6132         Log: Subject: [ID 20010630.001] Editorial nits in README.solaris
6133              From: lvirden@cas.org
6134              Date: Sat, 30 Jun 2001 04:12:36 -0400 (EDT)
6135              Message-Id: <200106300812.f5U8CaG10447@lwv26awu.cas.org>
6136              
6137              Subject: [ID 20010630.002] Another editorial tweak to README.solaris
6138              From: lvirden@cas.org
6139              Date: Sat, 30 Jun 2001 04:17:55 -0400 (EDT)
6140              Message-Id: <200106300817.f5U8HtN10626@lwv26awu.cas.org>
6141      Branch: perl
6142            ! README.solaris
6143 ____________________________________________________________________________
6144 [ 11036] By: jhi                                   on 2001/06/30  12:51:45
6145         Log: Subject: [PATCH] Encode.pm to use escape-sequence encoding
6146              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6147              Date: Sat, 30 Jun 2001 07:33:37 +0900
6148              Message-Id: <20010630073226.7C79.BQW10602@nifty.com>
6149              
6150              Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding
6151              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6152              Date: Sat, 30 Jun 2001 21:38:14 +0900
6153              Message-Id: <20010630213554.F67A.BQW10602@nifty.com>
6154      Branch: perl
6155            + ext/Encode/Encode/7bit-jis.enc ext/Encode/Encode/7bit-kana.enc
6156            + ext/Encode/Encode/7bit-kr.enc
6157            ! MANIFEST ext/Encode/Encode/Tcl.pm
6158 ____________________________________________________________________________
6159 [ 11035] By: jhi                                   on 2001/06/30  12:44:51
6160         Log: NetWare tweaks from Guruprasad.
6161      Branch: perl
6162            + NetWare/nwstdio.h NetWare/perlsdio.h
6163            ! MANIFEST NetWare/Makefile NetWare/config.wc
6164            ! NetWare/config_H.wc NetWare/nwperlsys.c NetWare/nwperlsys.h
6165            ! NetWare/t/Readme.txt
6166 ____________________________________________________________________________
6167 [ 11034] By: jhi                                   on 2001/06/29  23:28:16
6168         Log: More module $VERSION bump-ups.
6169      Branch: perl
6170            ! ext/Devel/Peek/Peek.pm lib/ExtUtils/Embed.pm
6171            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/Manifest.pm
6172            ! lib/ExtUtils/Mksymlists.pm lib/IPC/Open3.pm
6173 ____________________________________________________________________________
6174 [ 11033] By: jhi                                   on 2001/06/29  21:25:23
6175         Log: Doc update due to #11032.
6176      Branch: perl
6177            ! pod/perl572delta.pod
6178 ____________________________________________________________________________
6179 [ 11032] By: jhi                                   on 2001/06/29  21:19:44
6180         Log: Subject: [PATCH: perl@11006] s/div/lib\$ediv/ in Time::HiRes for VAX
6181              From: Peter Prymmer <pvhp@forte.com>
6182              Date: Fri, 29 Jun 2001 14:02:16 -0700 (PDT)
6183              Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com>
6184      Branch: perl
6185            ! ext/Time/HiRes/HiRes.xs
6186 ____________________________________________________________________________
6187 [ 11031] By: jhi                                   on 2001/06/29  14:31:53
6188         Log: -lpthreads missing in AIX.
6189      Branch: perl
6190            ! hints/aix.sh
6191 ____________________________________________________________________________
6192 [ 11030] By: jhi                                   on 2001/06/29  14:08:12
6193         Log: Subject: [PATCH] CLONE && weakrefs
6194              From: Artur Bergman <artur@contiller.se>
6195              Date: Fri, 29 Jun 2001 17:02:00 +0200
6196              Message-ID: <B7626508.1CA0%artur@contiller.se>
6197      Branch: perl
6198            ! sv.c
6199 ____________________________________________________________________________
6200 [ 11029] By: jhi                                   on 2001/06/29  14:06:50
6201         Log: Subject: Re: Bug report: split splits on wrong pattern
6202              From: Radu Greab <radu@netsoft.ro>
6203              Date: Wed, 27 Jun 2001 21:50:52 +0300
6204              Message-ID: <15162.11020.279064.471031@ix.netsoft.ro>
6205      Branch: perl
6206            ! pp_ctl.c t/op/split.t
6207 ____________________________________________________________________________
6208 [ 11028] By: jhi                                   on 2001/06/29  13:47:38
6209         Log: Metaconfig unit change for #11027.
6210      Branch: metaconfig/U/perl
6211            ! d_modfl.U
6212 ____________________________________________________________________________
6213 [ 11027] By: jhi                                   on 2001/06/29  13:47:03
6214         Log: I thought this Configure glitch for AIX was just recently fixed?
6215      Branch: perl
6216            ! Configure
6217 ____________________________________________________________________________
6218 [ 11026] By: jhi                                   on 2001/06/29  13:14:07
6219         Log: Update Changes.
6220      Branch: perl
6221            ! Changes patchlevel.h
6222 ____________________________________________________________________________
6223 [ 11025] By: jhi                                   on 2001/06/29  13:07:57
6224         Log: Subject: Re: perl@10967, File::Find, and Cwd
6225              From: Mike Guy <mjtg@cam.ac.uk>
6226              Date: Fri, 29 Jun 2001 14:56:49 +0100
6227              Message-Id: <E15FylN-0004LT-00@draco.cus.cam.ac.uk>
6228      Branch: perl
6229            ! lib/File/Find/taint.t
6230 ____________________________________________________________________________
6231 [ 11024] By: jhi                                   on 2001/06/29  12:39:23
6232         Log: Update the sv_pvprintify() spec.
6233      Branch: perl
6234            ! pod/perltodo.pod
6235 ____________________________________________________________________________
6236 [ 11023] By: jhi                                   on 2001/06/29  12:33:33
6237         Log: Known test failures update.
6238      Branch: perl
6239            ! pod/perl572delta.pod
6240 ____________________________________________________________________________
6241 [ 11022] By: jhi                                   on 2001/06/29  12:24:32
6242         Log: Based on
6243              
6244              Subject: [PATCH @11016] More );) fixes
6245              From: Richard Soderberg <rs@crystalflame.net>
6246              Date: Fri, 29 Jun 2001 04:09:24 -0700 (PDT)
6247              Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> 
6248      Branch: perl
6249            ! ext/Thread/Thread.xs ext/Thread/typemap
6250 ____________________________________________________________________________
6251 [ 11021] By: jhi                                   on 2001/06/29  12:21:51
6252         Log: Subject: [PATCH @11016] Fixes compile errors in four files
6253              From: Richard Soderberg <rs@crystalflame.net>
6254              Date: Fri, 29 Jun 2001 03:35:11 -0700 (PDT)
6255              Message-ID: <Pine.LNX.4.21.0106290333270.9768-100000@oregonnet.com>
6256      Branch: perl
6257            ! mg.c pp.c pp_hot.c util.c
6258 ____________________________________________________________________________
6259 [ 11020] By: jhi                                   on 2001/06/29  12:05:54
6260         Log: AIX hints tweaking continues, from Merijn Brand.
6261      Branch: perl
6262            ! hints/aix.sh
6263 ____________________________________________________________________________
6264 [ 11019] By: jhi                                   on 2001/06/29  12:05:10
6265         Log: HP-UX needs gccversion sooner, from Merijn Brand.
6266      Branch: perl
6267            ! hints/hpux.sh
6268 ____________________________________________________________________________
6269 [ 11018] By: jhi                                   on 2001/06/29  11:52:31
6270         Log: Subject: [PATCH 5.6.1] OS/2 docs
6271              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6272              Date: Fri, 29 Jun 2001 02:34:12 -0400
6273              Message-ID: <20010629023412.A6033@math.ohio-state.edu>
6274      Branch: perl
6275            ! README.os2 os2/Changes
6276 ____________________________________________________________________________
6277 [ 11017] By: nick                                  on 2001/06/29  10:20:30
6278         Log: Integrate mainline
6279      Branch: perlio
6280           +> (branch 37 files)
6281            - ext/ODBM_File/sdbm.t
6282           !> (integrate 211 files)
6283 ____________________________________________________________________________
6284 [ 11016] By: jhi                                   on 2001/06/29  03:38:56
6285         Log: Bump up the VERSIONs of modules that have changed since 5.6.0,
6286              the modules found using a script written by Larry Schatzer Jr.
6287      Branch: perl
6288            ! ext/IO/lib/IO/Dir.pm ext/IO/lib/IO/Handle.pm
6289            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Select.pm
6290            ! ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/Socket/UNIX.pm
6291            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
6292            ! ext/IPC/SysV/SysV.pm ext/Opcode/Opcode.pm ext/Opcode/Safe.pm
6293            ! ext/Thread/Thread.pm ext/attrs/attrs.pm ext/re/re.pm
6294            ! lib/AutoSplit.pm lib/Benchmark.pm lib/CGI/Pretty.pm
6295            ! lib/CPAN/Nox.pm lib/Exporter.pm lib/ExtUtils/Command.pm
6296            ! lib/ExtUtils/MakeMaker.pm lib/ExtUtils/Packlist.pm
6297            ! lib/File/Compare.pm lib/FileHandle.pm lib/Math/Complex.pm
6298            ! lib/Math/Trig.pm lib/Pod/Html.pm lib/Symbol.pm
6299            ! lib/Text/ParseWords.pm lib/Text/Soundex.pm lib/Text/Tabs.pm
6300            ! lib/Tie/Array.pm lib/attributes.pm lib/autouse.pm lib/base.pm
6301            ! lib/constant.pm lib/fields.pm lib/strict.pm
6302 ____________________________________________________________________________
6303 [ 11015] By: jhi                                   on 2001/06/29  02:55:58
6304         Log: The latest JPL from the anoncvs.
6305      Branch: perl
6306            ! jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
6307 ____________________________________________________________________________
6308 [ 11014] By: jhi                                   on 2001/06/29  02:16:55
6309         Log: In EBCDIC assume UTF-EBCDIC, not UTF-8.
6310      Branch: perl
6311            ! t/op/pat.t
6312 ____________________________________________________________________________
6313 [ 11013] By: jhi                                   on 2001/06/28  23:14:53
6314         Log: Worrying about insecure directories now is a bit too late.
6315      Branch: perl
6316            ! lib/File/Find/taint.t
6317 ____________________________________________________________________________
6318 [ 11012] By: jhi                                   on 2001/06/28  21:36:36
6319         Log: Cannot DIE() in a void function,
6320              from Richard Hatch <rhatch@austin.ibm.com>.
6321      Branch: perl
6322            ! ext/IPC/SysV/SysV.xs
6323 ____________________________________________________________________________
6324 [ 11011] By: jhi                                   on 2001/06/28  19:32:13
6325         Log: Subject: [PATCH: perl@11006] s/qdiv/div/ in Time::HiRes for VAX
6326              From: Peter Prymmer <pvhp@forte.com>
6327              Date: Thu, 28 Jun 2001 13:00:18 -0700 (PDT)
6328              Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com>
6329              
6330              (unfinished: time/hires tests 3, 5, 14 failing, but better
6331              than wholesale failure)
6332      Branch: perl
6333            ! ext/Time/HiRes/HiRes.xs
6334 ____________________________________________________________________________
6335 [ 11010] By: jhi                                   on 2001/06/28  19:10:54
6336         Log: Subject: [PATCH 5.6.1] OS/2 improvements
6337              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6338              Date: Thu, 28 Jun 2001 16:03:14 -0400
6339              Message-ID: <20010628160314.A17906@math.ohio-state.edu>
6340      Branch: perl
6341            + os2/os2_base.t
6342            ! MANIFEST hints/os2.sh makedef.pl os2/OS2/PrfDB/PrfDB.xs
6343            ! os2/OS2/Process/Process.pm os2/OS2/Process/Process.xs
6344            ! os2/OS2/REXX/REXX.xs os2/dl_os2.c os2/dlfcn.h os2/os2.c
6345            ! os2/os2ish.h
6346 ____________________________________________________________________________
6347 [ 11009] By: jhi                                   on 2001/06/28  18:54:14
6348         Log: Subject: Incrementing Extutils::Manifest's $VERSION
6349              From: Michael G Schwern <schwern@pobox.com>
6350              Date: Thu, 28 Jun 2001 13:13:49 -0400
6351              Message-ID: <20010628131349.A14738@blackrider>
6352      Branch: maint-5.6/perl
6353            ! lib/ExtUtils/Manifest.pm
6354 ____________________________________________________________________________
6355 [ 11008] By: jhi                                   on 2001/06/28  18:52:20
6356         Log: AIX tweak from Merijn Brand.
6357      Branch: perl
6358            ! hints/aix.sh
6359 ____________________________________________________________________________
6360 [ 11007] By: jhi                                   on 2001/06/28  17:46:27
6361         Log: Create the macperl branch.
6362      Branch: maint-5.6/macperl
6363           +> (branch 1728 files)
6364 ____________________________________________________________________________
6365 [ 11006] By: jhi                                   on 2001/06/28  14:46:21
6366         Log: Update Changes.
6367      Branch: perl
6368            ! Changes patchlevel.h
6369 ____________________________________________________________________________
6370 [ 11005] By: jhi                                   on 2001/06/28  14:40:11
6371         Log: More Perforce lore.
6372      Branch: perl
6373            ! Porting/repository.pod
6374 ____________________________________________________________________________
6375 [ 11004] By: jhi                                   on 2001/06/28  14:12:50
6376         Log: Metaconfig unit changes for #11003.
6377      Branch: metaconfig/U/perl
6378            + d_nl_langinfo.U i_langinfo.U
6379 ____________________________________________________________________________
6380 [ 11003] By: jhi                                   on 2001/06/28  14:12:27
6381         Log: Add Configure probes for nl_langinfo() and <langinfo.h>.
6382              Expected not to exist in non-UNIX excepting in VMS, where
6383              according to a quick web survey they just might.
6384      Branch: perl
6385            ! Configure NetWare/config.wc Porting/Glossary Porting/config.sh
6386            ! Porting/config_H config_h.SH configure.com epoc/config.sh
6387            ! perl.h uconfig.h uconfig.sh vos/config.alpha.def
6388            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
6389            ! win32/config.bc win32/config.gc win32/config.vc
6390 ____________________________________________________________________________
6391 [ 11002] By: jhi                                   on 2001/06/28  13:39:11
6392         Log: One shouldn't use XBS5_ILP32_OFFBIG_CFLAGS et alia
6393              in AIX is one is doing a 64-bit build.
6394      Branch: perl
6395            ! hints/aix.sh
6396 ____________________________________________________________________________
6397 [ 11001] By: jhi                                   on 2001/06/28  13:28:37
6398         Log: Metaconfig unit changes for #11000.
6399      Branch: metaconfig/U/perl
6400            ! use64bits.U uselfs.U
6401 ____________________________________________________________________________
6402 [ 11000] By: jhi                                   on 2001/06/28  13:21:16
6403         Log: Move use64bitint and use64bitall before uselargefiles.
6404      Branch: perl
6405            ! Configure
6406 ____________________________________________________________________________
6407 [ 10999] By: jhi                                   on 2001/06/28  03:49:07
6408         Log: Subject: [ID 20010625.009] open(FILE,"+foo") [PATCH]
6409              From: Robert Spier <rspier@pobox.com>
6410              Message-ID: <15162.41164.618712.841415@rls.cx>
6411              Date: Wed, 27 Jun 2001 23:13:16 -0400
6412      Branch: perl
6413            ! doio.c
6414 ____________________________________________________________________________
6415 [ 10998] By: jhi                                   on 2001/06/28  03:42:57
6416         Log: Subject: [PATCH: perl@10996] avoid overflow in numeric.c:S_mulexp10() on VAX
6417              From: Peter Prymmer <pvhp@forte.com>
6418              Date: Wed, 27 Jun 2001 19:25:49 -0700 (PDT)
6419              Message-ID: <Pine.OSF.4.10.10106271922120.465082-100000@aspara.forte.com>
6420      Branch: perl
6421            ! numeric.c
6422 ____________________________________________________________________________
6423 [ 10997] By: jhi                                   on 2001/06/28  03:42:12
6424         Log: Subject: [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBM
6425              From: Peter Prymmer <pvhp@forte.com>
6426              Date: Wed, 27 Jun 2001 17:33:33 -0700 (PDT)
6427              Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com>
6428      Branch: perl
6429            ! configure.com ext/Digest/MD5/Makefile.PL
6430 ____________________________________________________________________________
6431 [ 10996] By: jhi                                   on 2001/06/27  20:34:11
6432         Log: Update Changes.
6433      Branch: perl
6434            ! Changes patchlevel.h
6435 ____________________________________________________________________________
6436 [ 10995] By: jhi                                   on 2001/06/27  20:06:28
6437         Log: Tiny EPOC updates.
6438      Branch: perl
6439            ! epoc/config.sh
6440 ____________________________________________________________________________
6441 [ 10994] By: jhi                                   on 2001/06/27  19:55:16
6442         Log: The Test::More and Test::Simple tests required help
6443              thanks to our schizophrenic test scheme.
6444      Branch: perl
6445            ! lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
6446            ! lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
6447            ! lib/Test/Simple/t/exit.t lib/Test/Simple/t/extra.t
6448            ! lib/Test/Simple/t/fail.t lib/Test/Simple/t/missing.t
6449            ! lib/Test/Simple/t/no_plan.t lib/Test/Simple/t/plan_is_noplan.t
6450 ____________________________________________________________________________
6451 [ 10993] By: jhi                                   on 2001/06/27  17:17:30
6452         Log: Upgrade to Test::Simple 0.09.
6453      Branch: perl
6454            + lib/Test/Simple/Changes
6455            ! MANIFEST lib/Test/Simple.pm lib/Test/Simple/t/exit.t
6456            ! lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
6457            ! lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
6458            ! lib/Test/Simple/t/plan_is_noplan.t
6459 ____________________________________________________________________________
6460 [ 10992] By: jhi                                   on 2001/06/27  17:11:28
6461         Log: Upgrade to Test::More 0.07.
6462      Branch: perl
6463            + lib/Test/More/Changes
6464            ! MANIFEST lib/Test/More.pm lib/Test/More/t/fail-like.t
6465            ! lib/Test/More/t/fail.t lib/Test/More/t/plan_is_noplan.t
6466            ! lib/Test/More/t/skipall.t
6467 ____________________________________________________________________________
6468 [ 10991] By: jhi                                   on 2001/06/27  17:04:13
6469         Log: Subject: Re: [PATCH] gcc-3.0 warnings on HP-UX
6470              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
6471              Date: Wed, 27 Jun 2001 18:40:04 +0200
6472              Message-Id: <20010627182601.7261.H.M.BRAND@hccnet.nl>
6473      Branch: perl
6474            ! hints/hpux.sh
6475 ____________________________________________________________________________
6476 [ 10990] By: jhi                                   on 2001/06/27  17:02:55
6477         Log: Subject: [PATCH README.qnx hints/qnx.sh]
6478              From: Norton Allen <allen@huarp.harvard.edu>
6479              Date: Wed, 27 Jun 2001 13:46:03 -0400 (edt)
6480              Message-Id: <200106271746.NAA02789@bottesini.harvard.edu>
6481      Branch: perl
6482            ! README.qnx hints/qnx.sh
6483 ____________________________________________________________________________
6484 [ 10989] By: jhi                                   on 2001/06/27  14:33:53
6485         Log: Subject: [PATCH] two little documentation nits
6486              From: Abhijit Menon-Sen <ams@wiw.org>
6487              Date: Wed, 27 Jun 2001 20:07:50 +0530
6488              Message-ID: <20010627200750.A15756@lustre.lustre.dyn.wiw.org>
6489      Branch: perl
6490            ! sv.c sv.h
6491 ____________________________________________________________________________
6492 [ 10988] By: jhi                                   on 2001/06/27  13:33:32
6493         Log: Subject: [PATCH File/Spec/Unix.pm ExtUtils/MM_Unix.pm] for QNX
6494              From: Norton Allen <allen@huarp.harvard.edu>
6495              Date: Wed, 27 Jun 2001 10:33:05 -0400 (edt)
6496              Message-Id: <200106271433.KAA04947@bottesini.harvard.edu>
6497      Branch: perl
6498            ! lib/ExtUtils/MM_Unix.pm lib/File/Spec/Unix.pm
6499 ____________________________________________________________________________
6500 [ 10987] By: jhi                                   on 2001/06/27  12:14:36
6501         Log: Subject: [PATCH vms/test.com] Adding TODO tests (was:  Re: a report on perl@10930 results on a couple of Alphas)
6502              From: Michael G Schwern <schwern@pobox.com>
6503              Date: Wed, 27 Jun 2001 02:34:58 -0400
6504              Message-ID: <20010627023458.K23874@blackrider>
6505      Branch: perl
6506            ! vms/test.com
6507 ____________________________________________________________________________
6508 [ 10986] By: jhi                                   on 2001/06/27  12:01:49
6509         Log: Add perl_clone_host() for Netware.
6510      Branch: perl
6511            ! NetWare/nw5.c
6512 ____________________________________________________________________________
6513 [ 10985] By: jhi                                   on 2001/06/27  11:56:53
6514         Log: GCC 3.0 hints for HP-UX.
6515      Branch: perl
6516            ! hints/hpux.sh
6517 ____________________________________________________________________________
6518 [ 10984] By: jhi                                   on 2001/06/27  11:55:06
6519         Log: In some Linux distributions the libndbm is broken
6520              (no null key support), therefore link with libgdbm
6521              (if available), since it has a working ndbm emulation,
6522              from Jonathan Stowe.
6523      Branch: perl
6524            + ext/NDBM_File/hints/linux.pl
6525            ! MANIFEST
6526 ____________________________________________________________________________
6527 [ 10983] By: jhi                                   on 2001/06/27  11:48:56
6528         Log: Subject: [PATCH perl@10930] find.t hack for VMS
6529              From: "Craig A. Berry" <craigberry@mac.com>
6530              Date: Tue, 26 Jun 2001 23:40:25 -0500
6531              Message-Id: <a05101000b75f10cdc80f@[192.168.56.145]>
6532      Branch: perl
6533            ! lib/File/Find/find.t
6534 ____________________________________________________________________________
6535 [ 10982] By: jhi                                   on 2001/06/27  11:47:30
6536         Log: AUTHORS updates.
6537      Branch: perl
6538            ! AUTHORS
6539 ____________________________________________________________________________
6540 [ 10981] By: jhi                                   on 2001/06/27  11:46:02
6541         Log: Metaconfig unit change like #10980.
6542      Branch: metaconfig
6543            ! U/compline/d_stdstdio.U
6544 ____________________________________________________________________________
6545 [ 10980] By: jhi                                   on 2001/06/27  11:45:29
6546         Log: "lose the it's", from Abhijit Menon-Sen.
6547              ("It's" not searched, pods not searched.)
6548      Branch: perl
6549            ! Porting/Glossary Porting/config_H README.qnx config_h.SH
6550            ! emacs/cperl-mode.el ext/IPC/SysV/Semaphore.pm
6551            ! ext/List/Util/lib/Scalar/Util.pm hints/next_3.sh hints/qnx.sh
6552            ! lib/CPAN/Nox.pm lib/ExtUtils/Embed.pm lib/ExtUtils/MM_NW5.pm
6553            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
6554            ! lib/ExtUtils/MM_Win32.pm lib/Net/DummyInetd.pm win32/win32.c
6555 ____________________________________________________________________________
6556 [ 10979] By: jhi                                   on 2001/06/27  11:36:40
6557         Log: "lose the looses", from Abhijit Menon-Sen.
6558      Branch: perl
6559            ! ext/B/B/Assembler.pm gv.c
6560 ____________________________________________________________________________
6561 [ 10978] By: jhi                                   on 2001/06/27  11:35:38
6562         Log: Catch FP exceptions also in z/OS (aka OS/390), from Peter Prymmer.
6563      Branch: perl
6564            ! hints/os390.sh
6565 ____________________________________________________________________________
6566 [ 10977] By: jhi                                   on 2001/06/27  11:33:28
6567         Log: DEC C 5.3 on the VAX simply doesn't seem to like
6568              compiling the MD5 extension, disable it there for now,
6569              from Peter Prymmer.
6570      Branch: perl
6571            ! configure.com
6572 ____________________________________________________________________________
6573 [ 10976] By: jhi                                   on 2001/06/26  21:35:40
6574         Log: Subject: Re: [PATCH perlfaq3.pod] and a question about it.
6575              From: Jonathan Stowe <gellyfish@gellyfish.com>
6576              Date: Tue, 26 Jun 2001 20:53:40 +0100 (BST)
6577              Message-ID: <Pine.LNX.4.33.0106262052060.10849-100000@orpheus.gellyfish.com>
6578      Branch: perl
6579            ! pod/perlfaq3.pod
6580 ____________________________________________________________________________
6581 [ 10975] By: jhi                                   on 2001/06/26  21:32:41
6582         Log: Subject: [PATCH 5.6.1] perlxs misprints
6583              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6584              Date: Tue, 26 Jun 2001 17:20:00 -0400
6585              Message-ID: <20010626172000.A26951@math.ohio-state.edu>
6586      Branch: perl
6587            ! pod/perlxs.pod
6588 ____________________________________________________________________________
6589 [ 10974] By: jhi                                   on 2001/06/26  21:31:51
6590         Log: Subject: [PATCH 5.6.1] xsubpp flags from the command line
6591              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6592              Date: Tue, 26 Jun 2001 17:27:07 -0400
6593              Message-ID: <20010626172707.A27097@math.ohio-state.edu>
6594      Branch: perl
6595            ! lib/ExtUtils/MM_Unix.pm
6596 ____________________________________________________________________________
6597 [ 10973] By: jhi                                   on 2001/06/26  21:27:05
6598         Log: Subject: [PATCH 5.6.1] OPTIMIZE=-g
6599              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6600              Date: Tue, 26 Jun 2001 17:23:24 -0400
6601              Message-ID: <20010626172324.A27003@math.ohio-state.edu>
6602      Branch: perl
6603            ! hints/os2.sh lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
6604 ____________________________________________________________________________
6605 [ 10972] By: jhi                                   on 2001/06/26  20:27:19
6606         Log: Better place for nop IN_LOCALE_NUMERIC, pointed out
6607              by Olaf Flebbe.
6608      Branch: perl
6609            ! perl.h
6610 ____________________________________________________________________________
6611 [ 10971] By: jhi                                   on 2001/06/26  19:59:41
6612         Log: Detypo.
6613      Branch: perl
6614            ! lib/Memoize/t/tie_sdbm.t
6615 ____________________________________________________________________________
6616 [ 10970] By: jhi                                   on 2001/06/26  19:10:19
6617         Log: perl_clone_host() needs PERL_IMPLICIT_SYS.
6618      Branch: perl
6619            ! win32/perllib.c
6620 ____________________________________________________________________________
6621 [ 10969] By: jhi                                   on 2001/06/26  17:21:31
6622         Log: Subject: [patch] perl_clone+CvFILE
6623              From: Doug MacEachern <dougm@covalent.net>
6624              Date: Tue, 26 Jun 2001 09:01:16 -0700 (PDT)
6625              Message-ID: <Pine.LNX.4.21.0106260900480.28420-100000@mako.covalent.net>
6626      Branch: perl
6627            ! sv.c
6628 ____________________________________________________________________________
6629 [ 10968] By: jhi                                   on 2001/06/26  16:48:32
6630         Log: Subject: Re: SDBM on VMS (was Re: a report on perl@10930 results on a couple of Alphas)
6631              From: Mark-Jason Dominus <mjd@plover.com>
6632              Date: Tue, 26 Jun 2001 12:33:01 -0400
6633              Message-ID: <20010626163301.31298.qmail@plover.com>
6634      Branch: perl
6635            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
6636 ____________________________________________________________________________
6637 [ 10967] By: jhi                                   on 2001/06/26  14:21:49
6638         Log: Update Changes.
6639      Branch: perl
6640            ! Changes patchlevel.h
6641 ____________________________________________________________________________
6642 [ 10966] By: jhi                                   on 2001/06/26  14:08:34
6643         Log: Also catfile() needs now to explicitly exported.
6644      Branch: perl
6645            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
6646 ____________________________________________________________________________
6647 [ 10965] By: jhi                                   on 2001/06/26  13:57:54
6648         Log: Regen toc.
6649      Branch: perl
6650            ! pod/perltoc.pod
6651 ____________________________________________________________________________
6652 [ 10964] By: jhi                                   on 2001/06/26  13:56:11
6653         Log: Nonexistent pod command.
6654      Branch: perl
6655            ! pod/perl572delta.pod
6656 ____________________________________________________________________________
6657 [ 10963] By: jhi                                   on 2001/06/26  13:50:53
6658         Log: Be more portable in the quest for tmpdir.
6659      Branch: perl
6660            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_sdbm.t
6661 ____________________________________________________________________________
6662 [ 10962] By: jhi                                   on 2001/06/26  13:43:51
6663         Log: Be more portable in finding out the home directory,
6664              and use File::Spec to do the concat.
6665              (Come to think of it, couldn't File::Spec provide
6666              for a ->homedir method?)
6667      Branch: perl
6668            ! lib/Net/Config.pm
6669 ____________________________________________________________________________
6670 [ 10961] By: jhi                                   on 2001/06/26  13:37:30
6671         Log: Doc patch for #10959.
6672      Branch: perl
6673            ! pod/perlfunc.pod
6674 ____________________________________________________________________________
6675 [ 10960] By: jhi                                   on 2001/06/26  13:33:07
6676         Log: Subject: Re: [DOC PATCH bleadperl] Document $count = () = $string =~ /\d+/g
6677              From: "Philip Newton" <pnewton@gmx.de>
6678              Date: Tue, 26 Jun 2001 16:26:47 +0200
6679              Message-ID: <3B38B7C7.32635.1E8DC14@localhost>
6680      Branch: perl
6681            ! pod/perldata.pod
6682 ____________________________________________________________________________
6683 [ 10959] By: jhi                                   on 2001/06/26  13:31:57
6684         Log: Subject: [PATH] shared -> unique;
6685              From: "Artur Bergman" <artur@contiller.se>
6686              Date: Tue, 26 Jun 2001 16:18:40 +0200
6687              Message-ID: <002001c0fe4a$e623ba30$21000a0a@vogw2kdev>
6688              
6689              Because "shared" isn't: it's read-only.
6690      Branch: perl
6691            ! toke.c xsutils.c
6692 ____________________________________________________________________________
6693 [ 10958] By: jhi                                   on 2001/06/26  13:28:27
6694         Log: Escape multiline croak messages.
6695      Branch: perl
6696            ! t/op/ver.t
6697 ____________________________________________________________________________
6698 [ 10957] By: jhi                                   on 2001/06/26  13:18:34
6699         Log: No more pragma/*.t for minitest.
6700      Branch: perl
6701            ! Makefile.SH
6702 ____________________________________________________________________________
6703 [ 10956] By: jhi                                   on 2001/06/26  13:18:00
6704         Log: AUTHORS updates.
6705      Branch: perl
6706            ! AUTHORS
6707 ____________________________________________________________________________
6708 [ 10955] By: jhi                                   on 2001/06/26  13:17:05
6709         Log: delta updates.
6710      Branch: perl
6711            ! pod/perl572delta.pod
6712 ____________________________________________________________________________
6713 [ 10954] By: jhi                                   on 2001/06/26  12:36:07
6714         Log: Subject: [PATCH] Adds perl_clone_host under IMPLICIT SYS
6715              From: Artur Bergman <artur@contiller.se> 
6716              Date: Tue, 26 Jun 2001 15:32:53 +0200
6717              Message-ID: <B75E5BA5.1A7C%artur@contiller.se>
6718      Branch: perl
6719            ! makedef.pl sv.c sv.h win32/perllib.c
6720 ____________________________________________________________________________
6721 [ 10953] By: jhi                                   on 2001/06/26  12:33:55
6722         Log: Subject: [PATCH ext/Time/HiRes/Makefile.PL perl@10929] Test Fails on SCO
6723              From: Jonathan Stowe <gellyfish@gellyfish.com>
6724              Date: Tue, 26 Jun 2001 10:29:57 +0100 (BST)
6725              Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com>
6726              
6727              SCO OpenServer 5.0.5 needs an explicit -lc for usleep().
6728      Branch: perl
6729            + ext/Time/HiRes/hints/sco.pl
6730            ! MANIFEST
6731 ____________________________________________________________________________
6732 [ 10952] By: jhi                                   on 2001/06/26  11:57:44
6733         Log: Subject: [PATCH 5.6.1] static build
6734              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6735              Date: Tue, 26 Jun 2001 04:22:25 -0400
6736              Message-ID: <20010626042225.A2604@math.ohio-state.edu>
6737      Branch: perl
6738            ! ext/List/Util/Makefile.PL lib/ExtUtils.t
6739            ! lib/ExtUtils/MM_Unix.pm os2/Makefile.SHs
6740 ____________________________________________________________________________
6741 [ 10951] By: jhi                                   on 2001/06/26  11:55:59
6742         Log: DJGPP patches from Laszlo Molnar.
6743      Branch: perl
6744            ! djgpp/djgpp.c perl.c util.c
6745 ____________________________________________________________________________
6746 [ 10950] By: jhi                                   on 2001/06/26  11:54:32
6747         Log: Netware patches from Ananth Kesari.
6748      Branch: perl
6749            ! NetWare/Makefile NetWare/config_H.wc NetWare/nw5sck.c
6750            ! NetWare/nw5sck.h NetWare/nwperlsys.c NetWare/nwperlsys.h
6751            ! NetWare/nwtinfo.h
6752 ____________________________________________________________________________
6753 [ 10949] By: jhi                                   on 2001/06/26  11:49:09
6754         Log: Detypo.
6755      Branch: perl
6756            ! ext/Errno/Errno_pm.PL
6757 ____________________________________________________________________________
6758 [ 10948] By: jhi                                   on 2001/06/26  03:44:29
6759         Log: There seems to be two ways of spelling the $^O in *STEP.
6760      Branch: perl
6761            ! ext/Errno/Errno_pm.PL
6762 ____________________________________________________________________________
6763 [ 10947] By: jhi                                   on 2001/06/26  03:01:01
6764         Log: OpenSTEP has gcc 2.7.2.1 which recognizes but does not implement
6765              the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>.
6766      Branch: perl
6767            ! ext/Errno/Errno_pm.PL
6768 ____________________________________________________________________________
6769 [ 10946] By: jhi                                   on 2001/06/26  02:50:46
6770         Log: Known bugs update.
6771      Branch: perl
6772            ! pod/perl572delta.pod
6773 ____________________________________________________________________________
6774 [ 10945] By: jhi                                   on 2001/06/26  01:15:39
6775         Log: The default installation of Cygwin has 500 as root's uid.
6776      Branch: perl
6777            ! lib/User/pwent.t
6778 ____________________________________________________________________________
6779 [ 10944] By: jhi                                   on 2001/06/26  01:12:39
6780         Log: Be even more relaxed (re-allow having only one entry).
6781      Branch: perl
6782            ! t/op/grent.t t/op/pwent.t
6783 ____________________________________________________________________________
6784 [ 10943] By: jhi                                   on 2001/06/26  01:03:30
6785         Log: Test failure updates.
6786      Branch: perl
6787            ! pod/perl572delta.pod
6788 ____________________________________________________________________________
6789 [ 10942] By: jhi                                   on 2001/06/25  23:32:05
6790         Log: MPE/iX test tweaks from Mark Bixby.
6791      Branch: perl
6792            ! ext/POSIX/POSIX.t ext/Storable/t/lock.t ext/Time/HiRes/HiRes.t
6793            ! t/io/fs.t t/op/stat.t
6794 ____________________________________________________________________________
6795 [ 10941] By: jhi                                   on 2001/06/25  22:18:31
6796         Log: Microperl findings.
6797      Branch: perl
6798            ! perl.h pp_sys.c
6799 ____________________________________________________________________________
6800 [ 10940] By: jhi                                   on 2001/06/25  21:59:29
6801         Log: Touch uconfig.h.
6802      Branch: perl
6803            ! uconfig.h
6804 ____________________________________________________________________________
6805 [ 10939] By: jhi                                   on 2001/06/25  21:32:52
6806         Log: Subject: [PATCH] Proposed fix for Pod::Man
6807              From: Rob Napier <rnapier@employees.org>
6808              Date: Mon, 25 Jun 2001 15:49:24 -0400
6809              Message-ID: <20010625154924.N27568@rnapier-u5.cisco.com>
6810              
6811              Cater for Solaris nroff brokenness (shortchanges daisywheel
6812              printers, but hey, we also no more support PDPs.)
6813      Branch: perl
6814            ! lib/Pod/Man.pm
6815 ____________________________________________________________________________
6816 [ 10938] By: jhi                                   on 2001/06/25  21:14:41
6817         Log: Typo in #10937.
6818      Branch: perl
6819            ! ext/POSIX/sigaction.t
6820 ____________________________________________________________________________
6821 [ 10937] By: jhi                                   on 2001/06/25  19:42:02
6822         Log: SIGCONT not trappable in VMS.
6823      Branch: perl
6824            ! ext/POSIX/sigaction.t
6825 ____________________________________________________________________________
6826 [ 10936] By: jhi                                   on 2001/06/25  19:28:13
6827         Log: Subject: [DRAFT] Encode-Tcl.t
6828              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
6829              Date: Tue, 26 Jun 2001 03:38:08 +0900
6830              Message-Id: <20010626033550.BC35.BQW10602@nifty.com>
6831      Branch: perl
6832            + ext/Encode/Encode/Tcl.t
6833            ! MANIFEST ext/Encode/Encode/Tcl.pm
6834 ____________________________________________________________________________
6835 [ 10935] By: jhi                                   on 2001/06/25  18:40:03
6836         Log: Because of #10932 retract also the perlfunc hunk of #10910.
6837      Branch: perl
6838            ! pod/perlfunc.pod
6839 ____________________________________________________________________________
6840 [ 10934] By: jhi                                   on 2001/06/25  18:27:19
6841         Log: Tweak the XSFUNCTION, from Doug MacEachern, as suggested
6842              by Ilya Zakharevich in
6843              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2001-05/msg01582.html
6844      Branch: perl
6845            ! XSUB.h
6846 ____________________________________________________________________________
6847 [ 10933] By: jhi                                   on 2001/06/25  18:25:26
6848         Log: Typo in #10889.
6849      Branch: perl
6850            ! hints/uts.sh
6851 ____________________________________________________________________________
6852 [ 10932] By: jhi                                   on 2001/06/25  18:23:30
6853         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
6854              From: Abhijit Menon-Sen <ams@wiw.org>
6855              Date: Mon, 25 Jun 2001 23:45:45 +0530
6856              Message-ID: <20010625234545.A5022@lustre.linux.in>
6857      Branch: perl
6858            ! lib/overload.t opcode.h opcode.pl t/op/flip.t
6859 ____________________________________________________________________________
6860 [ 10931] By: jhi                                   on 2001/06/25  17:50:38
6861         Log: Subject: [PATCH lib/Test.pm] Re: "Deprecated interface" ??
6862              From: Michael G Schwern <schwern@pobox.com>
6863              Date: Mon, 25 Jun 2001 14:35:51 -0400
6864              Message-ID: <20010625143551.H13819@blackrider>
6865      Branch: perl
6866            ! lib/Test.pm
6867 ____________________________________________________________________________
6868 [ 10930] By: jhi                                   on 2001/06/25  14:33:46
6869         Log: Update Changes.
6870      Branch: perl
6871            ! Changes patchlevel.h
6872 ____________________________________________________________________________
6873 [ 10929] By: jhi                                   on 2001/06/25  14:17:57
6874         Log: Regen toc and modlib.
6875      Branch: perl
6876            ! pod/perlmodlib.pod pod/perltoc.pod
6877 ____________________________________________________________________________
6878 [ 10928] By: jhi                                   on 2001/06/25  14:13:09
6879         Log: Enclose the new symbols in START_EXTERN_C and END_EXTERN_C
6880              for the benefit of C++ compilers, as suggested by Guruprasad.
6881      Branch: perl
6882            ! embed.pl proto.h
6883 ____________________________________________________________________________
6884 [ 10927] By: jhi                                   on 2001/06/25  14:11:59
6885         Log: Subject: [PATCH ] Re: [ID 20010625.003] perlfaq5 correction
6886              From: Jonathan Stowe <gellyfish@gellyfish.com>
6887              Date: Mon, 25 Jun 2001 14:39:43 +0100 (BST)
6888              Message-ID: <Pine.LNX.4.33.0106251438080.14795-100000@orpheus.gellyfish.com>
6889      Branch: perl
6890            ! pod/perlfaq5.pod
6891 ____________________________________________________________________________
6892 [ 10926] By: jhi                                   on 2001/06/25  14:04:07
6893         Log: Missed from #10925.
6894      Branch: perl
6895            ! gv.c
6896 ____________________________________________________________________________
6897 [ 10925] By: jhi                                   on 2001/06/25  14:00:06
6898         Log: Subject: [PATCH] Re: CvFILE corruption under ithreads
6899              From: Robin Houston <robin@kitsite.com>
6900              Date: Sat, 19 May 2001 16:19:34 +0100
6901              Message-ID: <20010519161934.A12751@puffinry.freeserve.co.uk>
6902      Branch: perl
6903            ! cv.h gv.h op.c
6904 ____________________________________________________________________________
6905 [ 10924] By: jhi                                   on 2001/06/25  13:58:18
6906         Log: Netware README tweak.
6907      Branch: perl
6908            ! README.netware
6909 ____________________________________________________________________________
6910 [ 10923] By: jhi                                   on 2001/06/25  13:57:13
6911         Log: Subject: [PATCH] Re: overload.t fails
6912              From: Abhijit Menon-Sen <ams@wiw.org>
6913              Date: Mon, 25 Jun 2001 14:52:20 +0530
6914              Message-ID: <20010625145220.A24114@lustre.linux.in>
6915      Branch: perl
6916            ! lib/overload.t
6917 ____________________________________________________________________________
6918 [ 10922] By: jhi                                   on 2001/06/25  13:56:20
6919         Log: Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
6920              From: Mike Guy <mjtg@cam.ac.uk>
6921              Date: Mon, 25 Jun 2001 11:43:23 +0100
6922              Message-Id: <E15ETpz-0007AD-00@draco.cus.cam.ac.uk>
6923      Branch: perl
6924            ! lib/Carp.pm
6925 ____________________________________________________________________________
6926 [ 10921] By: jhi                                   on 2001/06/25  13:50:02
6927         Log: Subject: Re: [PATCH 5.6.1] OS2 syslog
6928              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6929              Date: Sun, 24 Jun 2001 05:17:05 -0400
6930              Message-ID: <20010624051704.A27604@math.ohio-state.edu>
6931      Branch: perl
6932            ! os2/os2ish.h
6933 ____________________________________________________________________________
6934 [ 10920] By: jhi                                   on 2001/06/25  13:49:13
6935         Log: Subject: [PATCH 5.6.1] crypt() on OS/2
6936              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6937              Date: Mon, 25 Jun 2001 05:52:27 -0400
6938              Message-ID: <20010625055227.A24635@math.ohio-state.edu>
6939      Branch: perl
6940            ! hints/os2.sh
6941 ____________________________________________________________________________
6942 [ 10919] By: jhi                                   on 2001/06/25  13:48:30
6943         Log: Subject: Re: [PATCH 5.6.1] OS2 system() broken
6944              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6945              Date: Mon, 25 Jun 2001 05:23:35 -0400
6946              Message-ID: <20010625052334.A24320@math.ohio-state.edu>
6947      Branch: perl
6948            ! os2/os2.c
6949 ____________________________________________________________________________
6950 [ 10918] By: jhi                                   on 2001/06/25  13:47:46
6951         Log: Subject: Re: [PATCH 5.6.1] OS2::DLL
6952              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6953              Date: Mon, 25 Jun 2001 05:04:32 -0400
6954              Message-ID: <20010625050432.A24128@math.ohio-state.edu>
6955      Branch: perl
6956            ! os2/OS2/REXX/DLL/DLL.pm
6957 ____________________________________________________________________________
6958 [ 10917] By: jhi                                   on 2001/06/25  13:44:14
6959         Log: Subject: Re: [PATCH 5.6.1] $^E on OS/2
6960              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6961              Date: Mon, 25 Jun 2001 05:02:36 -0400
6962              Message-ID: <20010625050235.A24046@math.ohio-state.edu>
6963      Branch: perl
6964            ! mg.c os2/dl_os2.c os2/os2.c
6965 ____________________________________________________________________________
6966 [ 10916] By: jhi                                   on 2001/06/25  13:41:20
6967         Log: Subject: Re: [PATCH 5.6.1] misprints
6968              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
6969              Date: Mon, 25 Jun 2001 04:50:50 -0400
6970              Message-ID: <20010625045049.A23965@math.ohio-state.edu>
6971      Branch: perl
6972            ! os2/os2.c pp_sys.c
6973 ____________________________________________________________________________
6974 [ 10915] By: jhi                                   on 2001/06/25  13:39:59
6975         Log: Add Test::More and Test::Simple to the delta.
6976      Branch: perl
6977            ! pod/perl572delta.pod
6978 ____________________________________________________________________________
6979 [ 10914] By: jhi                                   on 2001/06/25  13:38:08
6980         Log: Add Test::More, from Michael G Schwern.
6981      Branch: perl
6982            + lib/Test/More.pm lib/Test/More/t/More.t
6983            + lib/Test/More/t/fail-like.t lib/Test/More/t/fail.t
6984            + lib/Test/More/t/plan_is_noplan.t lib/Test/More/t/skipall.t
6985            + t/lib/Test/More/Catch.pm
6986            ! MANIFEST
6987 ____________________________________________________________________________
6988 [ 10913] By: jhi                                   on 2001/06/25  13:35:41
6989         Log: Add Test::Simple from Michael G Schwern.
6990      Branch: perl
6991            + lib/Test/Simple.pm lib/Test/Simple/t/exit.t
6992            + lib/Test/Simple/t/extra.t lib/Test/Simple/t/fail.t
6993            + lib/Test/Simple/t/missing.t lib/Test/Simple/t/no_plan.t
6994            + lib/Test/Simple/t/plan_is_noplan.t lib/Test/Simple/t/simple.t
6995            + t/lib/Test/Simple/Catch.pm
6996            + t/lib/Test/Simple/sample_tests/death.plx
6997            + t/lib/Test/Simple/sample_tests/death_in_eval.plx
6998            + t/lib/Test/Simple/sample_tests/extras.plx
6999            + t/lib/Test/Simple/sample_tests/five_fail.plx
7000            + t/lib/Test/Simple/sample_tests/last_minute_death.plx
7001            + t/lib/Test/Simple/sample_tests/one_fail.plx
7002            + t/lib/Test/Simple/sample_tests/require.plx
7003            + t/lib/Test/Simple/sample_tests/success.plx
7004            + t/lib/Test/Simple/sample_tests/too_few.plx
7005            + t/lib/Test/Simple/sample_tests/two_fail.plx
7006            ! MANIFEST
7007 ____________________________________________________________________________
7008 [ 10912] By: jhi                                   on 2001/06/25  13:31:57
7009         Log: Subject: [PATCH perl@10907] RETURN requires dSP in pp_sys.c
7010              From: "Craig A. Berry" <craigberry@mac.com>
7011              Date: Sun, 24 Jun 2001 23:41:36 -0500
7012              Message-Id: <a0510100db75c6d44e34c@[172.16.52.1]>
7013      Branch: perl
7014            ! pp_sys.c
7015 ____________________________________________________________________________
7016 [ 10911] By: jhi                                   on 2001/06/25  13:05:00
7017         Log: Upgrade to Attribute::Handlers 0.70.
7018      Branch: perl
7019            + lib/Attribute/Handlers/Changes lib/Attribute/Handlers/README
7020            ! MANIFEST lib/Attribute/Handlers.pm
7021 ____________________________________________________________________________
7022 [ 10910] By: jhi                                   on 2001/06/25  00:09:27
7023         Log: Subject: Re: [ID 20010621.007] readline() not quite as equal as <>
7024              From: Abhijit Menon-Sen <ams@wiw.org>
7025              Date: Sat, 23 Jun 2001 05:17:44 +0530
7026              Message-ID: <20010623051744.A18583@lustre.linux.in>
7027              
7028              (Can't think of a good place to put tests.)
7029      Branch: perl
7030            ! opcode.pl pod/perlfunc.pod t/op/flip.t toke.c
7031 ____________________________________________________________________________
7032 [ 10909] By: jhi                                   on 2001/06/24  23:45:13
7033         Log: Subject: [PATCH] t/op/pat.t typo fix
7034              From: Richard Soderberg <rs@crystalflame.net>
7035              Date: Sun, 24 Jun 2001 12:07:42 -0700 (PDT)
7036              Message-ID: <Pine.LNX.4.21.0106241207320.17075-100000@oregonnet.com>
7037      Branch: perl
7038            ! t/op/pat.t
7039 ____________________________________________________________________________
7040 [ 10908] By: jhi                                   on 2001/06/24  22:24:49
7041         Log: Move the pack warnings to their own file, as pointed
7042              out by Spider.
7043      Branch: perl
7044            + t/lib/warnings/pp_pack
7045            ! MANIFEST t/lib/warnings/pp
7046 ____________________________________________________________________________
7047 [ 10907] By: jhi                                   on 2001/06/24  19:55:15
7048         Log: Update Changes.
7049      Branch: perl
7050            ! Changes patchlevel.h
7051 ____________________________________________________________________________
7052 [ 10906] By: jhi                                   on 2001/06/24  19:50:40
7053         Log: Partially fix a problem noticed by IRIX compiler:
7054              the initialization of parse_start was bypassed by
7055              several gotos.  Now initialized to zero, which may
7056              not be the best choice.
7057      Branch: perl
7058            ! regcomp.c
7059 ____________________________________________________________________________
7060 [ 10905] By: jhi                                   on 2001/06/24  19:43:25
7061         Log: Relax the group and password tests back to moaning only
7062              if no matches at all are found.  (Even with a small sample
7063              I could find many sites where there are, umm, anomalies in
7064              the said databases.)       
7065      Branch: perl
7066            ! t/op/grent.t t/op/pwent.t
7067 ____________________________________________________________________________
7068 [ 10904] By: jhi                                   on 2001/06/24  18:45:55
7069         Log: Argh.  How hard it can be to re-apply a patch manually? :-)
7070      Branch: perl
7071            ! pp_ctl.c
7072 ____________________________________________________________________________
7073 [ 10903] By: jhi                                   on 2001/06/24  18:40:52
7074         Log: De-cut-and-pasto in #10902.
7075      Branch: perl
7076            ! pp_ctl.c
7077 ____________________________________________________________________________
7078 [ 10902] By: jhi                                   on 2001/06/24  18:35:18
7079         Log: The #10771 didn't take?
7080      Branch: perl
7081            ! pp_ctl.c
7082 ____________________________________________________________________________
7083 [ 10901] By: jhi                                   on 2001/06/24  18:29:50
7084         Log: Undo the filetests part of #10900, under multiplicity
7085              weird errors take place.
7086      Branch: perl
7087            ! pp_sys.c
7088 ____________________________________________________________________________
7089 [ 10900] By: jhi                                   on 2001/06/24  18:20:36
7090         Log: Misplaces dSPs and the like revealed by MPE/iX and Cygwin.
7091      Branch: perl
7092            ! ext/Cwd/Cwd.xs ext/Devel/Peek/Peek.xs pp_sys.c
7093 ____________________________________________________________________________
7094 [ 10899] By: jhi                                   on 2001/06/24  17:00:34
7095         Log: (Replaced by #10922)
7096              
7097              Subject: Re: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of
7098              From: Tony Bowden <tony@kasei.com>
7099              Date: Sun, 24 Jun 2001 17:32:40 +0100
7100              Message-ID: <20010624173240.A16293@blackstar.co.uk>
7101              
7102              Document (well, mention) shortmess() and longmess()
7103              to rob people of their fun of reinventing the weel.
7104      Branch: perl
7105            ! lib/Carp.pm
7106 ____________________________________________________________________________
7107 [ 10898] By: jhi                                   on 2001/06/24  16:51:40
7108         Log: Subject: Patch: pp_system() bounces out of Cygwin subsystem
7109              From: Brian Jepson <bjepson@oreilly.com>
7110              Date: Sun, 24 Jun 2001 12:13:21 -0400 (EDT)
7111              Message-ID: <Pine.GSO.4.21.0106241044110.15051-200000@sol.east.ora.com>
7112      Branch: perl
7113            ! pp_sys.c
7114 ____________________________________________________________________________
7115 [ 10897] By: jhi                                   on 2001/06/24  16:38:23
7116         Log: Subject: [PATCH CPAN.pm] missing DATE_OF_02
7117              From: Robin Barker <rmb1@cise.npl.co.uk> 
7118              Date: Fri, 22 Jun 2001 19:25:56 +0100 (BST)
7119              Message-Id: <200106221825.TAA16884@tempest.npl.co.uk>
7120      Branch: perl
7121            ! lib/CPAN.pm
7122 ____________________________________________________________________________
7123 [ 10896] By: jhi                                   on 2001/06/24  16:36:32
7124         Log: Memoize patch from mjd.
7125      Branch: perl
7126            ! lib/Memoize/t/tie_storable.t
7127 ____________________________________________________________________________
7128 [ 10895] By: jhi                                   on 2001/06/24  16:33:59
7129         Log: Spec the sv_pvprintify() a bit more.
7130      Branch: perl
7131            ! pod/perltodo.pod
7132 ____________________________________________________________________________
7133 [ 10894] By: jhi                                   on 2001/06/24  14:43:36
7134         Log: Upgrade to Memoize 0.65.
7135      Branch: perl
7136            + lib/Memoize/t/array_confusion.t
7137            ! MANIFEST lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
7138            ! lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
7139            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
7140            ! lib/Memoize/README lib/Memoize/SDBM_File.pm
7141            ! lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
7142            ! lib/Memoize/t/errors.t lib/Memoize/t/expire.t
7143            ! lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
7144            ! lib/Memoize/t/expire_module_t.t lib/Memoize/t/speed.t
7145            ! lib/Memoize/t/tie.t lib/Memoize/t/tie_gdbm.t
7146            ! lib/Memoize/t/tie_ndbm.t lib/Memoize/t/tie_sdbm.t
7147            ! lib/Memoize/t/tie_storable.t
7148 ____________________________________________________________________________
7149 [ 10893] By: jhi                                   on 2001/06/24  14:21:09
7150         Log: Metaconfig unit change for #10892.
7151      Branch: metaconfig
7152            ! U/modified/Options.U
7153 ____________________________________________________________________________
7154 [ 10892] By: jhi                                   on 2001/06/24  14:20:38
7155         Log: Subject: Re: [PATCH 5.6.1] OS2 Configure
7156              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7157              Date: Sun, 24 Jun 2001 05:24:40 -0400
7158              Message-ID: <20010624052440.A27698@math.ohio-state.edu>
7159      Branch: perl
7160            ! Configure hints/os2.sh
7161 ____________________________________________________________________________
7162 [ 10891] By: jhi                                   on 2001/06/24  13:50:26
7163         Log: Subject: [PATCH] Re: [ID 20010624.001] debugger T, and Carp::carp don't trace arg of 
7164              From: Mike Guy <mjtg@cam.ac.uk>
7165              Date: Sun, 24 Jun 2001 15:28:39 +0100
7166              Message-Id: <E15EAsR-0007Bi-00@draco.cus.cam.ac.uk>
7167              
7168              Fix an ancient (5.002) bug.
7169      Branch: perl
7170            ! lib/Carp/Heavy.pm
7171 ____________________________________________________________________________
7172 [ 10890] By: jhi                                   on 2001/06/24  13:44:43
7173         Log: The #10881 was too vigorous in pp_system() in moving 'unused'
7174              variables.
7175      Branch: perl
7176            ! pp_sys.c
7177 ____________________________________________________________________________
7178 [ 10889] By: jhi                                   on 2001/06/24  13:24:00
7179         Log: Make UTS as per #10888.
7180      Branch: perl
7181            ! hints/uts.sh
7182 ____________________________________________________________________________
7183 [ 10888] By: jhi                                   on 2001/06/24  13:21:23
7184         Log: Factor the PERL_SYS_INIT() code, from Hugo van der Sanden.
7185      Branch: perl
7186            ! hints/freebsd.sh hints/posix-bc.sh hints/sco.sh
7187            ! mpeix/mpeixish.h perl.h unixish.h
7188 ____________________________________________________________________________
7189 [ 10887] By: jhi                                   on 2001/06/24  13:15:45
7190         Log: AUTHORS update.
7191      Branch: perl
7192            ! AUTHORS
7193 ____________________________________________________________________________
7194 [ 10886] By: jhi                                   on 2001/06/24  13:14:31
7195         Log: Subject: Encode::Tcl for multibyte doesnot work
7196              From: SADAHIRO Tomoyuki <BQW10602@nifty.com>
7197              Date: Sun, 24 Jun 2001 22:48:21 +0900
7198              Message-Id: <20010624223252.6658.BQW10602@nifty.com>
7199      Branch: perl
7200            ! ext/Encode/Encode/Tcl.pm
7201 ____________________________________________________________________________
7202 [ 10885] By: jhi                                   on 2001/06/24  13:12:46
7203         Log: Subject: [PATCH] Remove tautology in error messages
7204              From: Mike Guy <mjtg@cam.ac.uk>
7205              Date: Sun, 24 Jun 2001 13:31:00 +0100
7206              Message-Id: <E15E92a-0006em-00@draco.cus.cam.ac.uk>
7207      Branch: perl
7208            ! pp_sys.c
7209 ____________________________________________________________________________
7210 [ 10884] By: jhi                                   on 2001/06/24  13:11:36
7211         Log: Darwin needs -traditional-cpp for cppflags to build Errno. 
7212      Branch: perl
7213            ! hints/darwin.sh
7214 ____________________________________________________________________________
7215 [ 10883] By: jhi                                   on 2001/06/24  13:09:55
7216         Log: Subject: Re: [PATCH 5.6.1] test suite
7217              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7218              Date: Sun, 24 Jun 2001 05:47:05 -0400
7219              Message-ID: <20010624054705.A27890@math.ohio-state.edu>
7220              
7221              Test suite fixes.
7222      Branch: perl
7223            ! ext/POSIX/sigaction.t lib/File/stat.t perl.c t/io/utf8.t
7224 ____________________________________________________________________________
7225 [ 10882] By: jhi                                   on 2001/06/24  13:07:46
7226         Log: Subject: Re: [PATCH 5.6.1] OS2 warnings
7227              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7228              Date: Sun, 24 Jun 2001 05:37:19 -0400
7229              Message-ID: <20010624053719.A27866@math.ohio-state.edu>
7230      Branch: perl
7231            ! os2/dl_os2.c os2/os2.c os2/os2ish.h
7232 ____________________________________________________________________________
7233 [ 10881] By: jhi                                   on 2001/06/24  13:05:24
7234         Log: Subject: Re: [PATCH 5.6.1] pp_sys.c warnings
7235              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7236              Date: Sun, 24 Jun 2001 05:34:50 -0400
7237              Message-ID: <20010624053450.A27856@math.ohio-state.edu>
7238              
7239              Pacify compiler warnings.
7240      Branch: perl
7241            ! pp_sys.c
7242 ____________________________________________________________________________
7243 [ 10880] By: jhi                                   on 2001/06/24  13:02:30
7244         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
7245              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7246              Date: Sun, 24 Jun 2001 05:21:18 -0400
7247              Message-ID: <20010624052118.A27615@math.ohio-state.edu>
7248              
7249              Enable compression of executables during link time.
7250      Branch: perl
7251            ! hints/os2.sh
7252 ____________________________________________________________________________
7253 [ 10879] By: jhi                                   on 2001/06/24  13:00:47
7254         Log: Subject: Re: [PATCH 5.6.1] OS2 linking
7255              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
7256              Date: Sun, 24 Jun 2001 05:15:11 -0400
7257              Message-ID: <20010624051511.A27544@math.ohio-state.edu>
7258              
7259              Add ordinals to the export list for Perl DLL.
7260              (Breaks intra-version DLL compatibility.)
7261      Branch: perl
7262            ! makedef.pl
7263 ____________________________________________________________________________
7264 [ 10878] By: jhi                                   on 2001/06/24  02:12:04
7265         Log: Allow (displaying and) re-editing the Subject in perlbug.
7266              Also abstract the Subject quality control into a function.
7267      Branch: perl
7268            ! utils/perlbug.PL
7269 ____________________________________________________________________________
7270 [ 10877] By: jhi                                   on 2001/06/24  01:40:53
7271         Log: Display $ENV{CYGWIN} in perlbug if set (like #10875 for perl -V).
7272      Branch: perl
7273            ! utils/perlbug.PL
7274 ____________________________________________________________________________
7275 [ 10876] By: jhi                                   on 2001/06/24  01:37:05
7276         Log: Regen toc and modlib.
7277      Branch: perl
7278            ! pod/perlmodlib.pod pod/perltoc.pod
7279 ____________________________________________________________________________
7280 [ 10875] By: jhi                                   on 2001/06/24  01:29:33
7281         Log: In Cygwin display the $ENV{CYGWIN} under perl -V, as suggested
7282              by John Peacock.  (Can be 'ntea' which means emulate UNIX file
7283              attribute semantics as much as possible, or 'ntsec' which uses
7284              native NTFS semantics.)  (See also #10877.)
7285      Branch: perl
7286            ! perl.c
7287 ____________________________________________________________________________
7288 [ 10874] By: jhi                                   on 2001/06/23  23:57:28
7289         Log: Hack to get rid of the UNEXPECTEDLY succeeded message for now.
7290      Branch: perl
7291            ! lib/Test/Harness.pm
7292 ____________________________________________________________________________
7293 [ 10873] By: jhi                                   on 2001/06/23  23:36:56
7294         Log: Just zap the -uPerlio.
7295      Branch: perl
7296            ! ext/B/Stash.t
7297 ____________________________________________________________________________
7298 [ 10872] By: jhi                                   on 2001/06/23  21:29:10
7299         Log: Do not test PerlIO if PerlIO not used.
7300      Branch: perl
7301            ! ext/PerlIO/PerlIO.t
7302 ____________________________________________________________________________
7303 [ 10871] By: jhi                                   on 2001/06/23  21:12:49
7304         Log: Regen perlapi.
7305      Branch: perl
7306            ! pod/perlapi.pod
7307 ____________________________________________________________________________
7308 [ 10870] By: jhi                                   on 2001/06/23  21:03:31
7309         Log: Subject: [PATCH] Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
7310              From: Nicholas Clark <nick@ccl4.org>
7311              Date: Sat, 23 Jun 2001 22:55:47 +0100
7312              Message-ID: <20010623225547.Z98663@plum.flirble.org>
7313      Branch: perl
7314            ! numeric.c
7315 ____________________________________________________________________________
7316 [ 10869] By: jhi                                   on 2001/06/23  17:13:21
7317         Log: Subject: [PATCH: perl@10825] MacOS fixups for new lib/h2xs.t
7318              From: Prymmer/Kahn <pvhp@best.com>
7319              Date: Sat, 23 Jun 2001 11:08:52 -0700 (PDT)
7320              Message-ID: <Pine.BSF.4.21.0106231105380.25634-100000@shell8.ba.best.com>
7321      Branch: perl
7322            ! lib/h2xs.t
7323 ____________________________________________________________________________
7324 [ 10868] By: jhi                                   on 2001/06/23  16:04:38
7325         Log: cygwin needs cygwin1.dll in PATH or cwd to run external programs.
7326              cygwin does not taint cwd, just like win32.
7327      Branch: perl
7328            ! lib/File/Find/taint.t t/op/taint.t
7329 ____________________________________________________________________________
7330 [ 10867] By: jhi                                   on 2001/06/23  15:39:15
7331         Log: Retract #10865, the patch should be unnecessary.
7332              (But seemingly helpful in Cygwin?  Strange.)
7333      Branch: perl
7334            ! lib/Memoize/t/tie_ndbm.t
7335 ____________________________________________________________________________
7336 [ 10866] By: jhi                                   on 2001/06/23  15:06:30
7337         Log: Misplaced test file; plus Cygwin filesystem semantics.
7338      Branch: perl
7339            + ext/SDBM_File/sdbm.t
7340            - ext/ODBM_File/sdbm.t
7341            ! MANIFEST
7342 ____________________________________________________________________________
7343 [ 10865] By: jhi                                   on 2001/06/23  15:01:02
7344         Log: (Retracted by #10867.)
7345      Branch: perl
7346            ! lib/Memoize/t/tie_ndbm.t
7347 ____________________________________________________________________________
7348 [ 10864] By: jhi                                   on 2001/06/23  14:25:43
7349         Log: Metaconfig unit change for #10863.
7350      Branch: metaconfig/U/perl
7351            ! Extensions.U
7352 ____________________________________________________________________________
7353 [ 10863] By: jhi                                   on 2001/06/23  14:25:20
7354         Log: In Cygwin do not build NDBM_File and ODBM_File unless
7355              -lndbm and -ldbm are available.
7356      Branch: perl
7357            ! Configure config_h.SH
7358 ____________________________________________________________________________
7359 [ 10862] By: jhi                                   on 2001/06/23  14:02:14
7360         Log: More Cygwin filesystem semantics.
7361      Branch: perl
7362            ! t/io/fs.t t/op/stat.t
7363 ____________________________________________________________________________
7364 [ 10861] By: jhi                                   on 2001/06/23  13:38:00
7365         Log: More DOSish permission semantics for Cygwin.
7366      Branch: perl
7367            ! lib/AnyDBM_File.t
7368 ____________________________________________________________________________
7369 [ 10860] By: jhi                                   on 2001/06/23  13:32:41
7370         Log: Cygwin too has different permission semantics.
7371      Branch: perl
7372            ! ext/GDBM_File/gdbm.t
7373 ____________________________________________________________________________
7374 [ 10859] By: jhi                                   on 2001/06/23  13:30:06
7375         Log: The group (and assumedly passwd) databases can have
7376              only one entry (this is the case in cygwin).
7377      Branch: perl
7378            ! t/op/grent.t t/op/pwent.t
7379 ____________________________________________________________________________
7380 [ 10858] By: jhi                                   on 2001/06/23  13:16:26
7381         Log: Also in Cygwin use Socket to figure out domainname
7382              (if any) (avoids trying to call external 'domainname',
7383              which doesn't at the moment exist in Cygwin)
7384      Branch: perl
7385            ! lib/Net/Domain.pm
7386 ____________________________________________________________________________
7387 [ 10857] By: jhi                                   on 2001/06/23  12:48:32
7388         Log: Remove also the lib$Foo.def, not just $Foo.def.
7389      Branch: perl
7390            ! lib/ExtUtils/MM_Unix.pm
7391 ____________________________________________________________________________
7392 [ 10856] By: jhi                                   on 2001/06/23  12:21:53
7393         Log: In UTS do signal(SIGFPE, SIG_IGN) in PERL_SYS_INIT().
7394      Branch: perl
7395            ! unixish.h
7396 ____________________________________________________________________________
7397 [ 10855] By: jhi                                   on 2001/06/23  12:14:15
7398         Log: Fix for ID 20010619.003, the [[:print:]] is not supposed
7399              to match the whole isprint(), only the space character.
7400      Branch: perl
7401            ! handy.h pod/perlre.pod t/op/pat.t
7402 ____________________________________________________________________________
7403 [ 10854] By: nick                                  on 2001/06/23  08:09:33
7404         Log: Integrate mainline
7405      Branch: perlio
7406           !> Configure ext/IPC/SysV/Semaphore.pm hints/unicos.sh
7407           !> lib/ExtUtils.t lib/File/Find/taint.t
7408           !> lib/Math/BigInt/t/bigintpm.t lib/Net/netent.t
7409           !> lib/Net/protoent.t lib/Net/servent.t mg.c t/op/mkdir.t
7410           !> t/op/sprintf.t vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
7411 ____________________________________________________________________________
7412 [ 10853] By: jhi                                   on 2001/06/23  03:48:09
7413         Log: Make also the bigintpm.t (like op/sprintf.t) be less demanding
7414              with its floats    in os390 and s390 (UTS).
7415      Branch: perl
7416            ! lib/Math/BigInt/t/bigintpm.t
7417 ____________________________________________________________________________
7418 [ 10852] By: jhi                                   on 2001/06/23  03:38:53
7419         Log: Add also UTS (s390) to the non-IEEE float platforms.
7420      Branch: perl
7421            ! t/op/sprintf.t
7422 ____________________________________________________________________________
7423 [ 10851] By: jhi                                   on 2001/06/23  03:36:04
7424         Log: Subject: RFC: what are applicable standards for exponent sizes?
7425              From: Peter Prymmer <pvhp@forte.com>
7426              Date: Tue, 19 Jun 2001 17:18:06 -0700 (PDT)
7427              Message-ID: <Pine.OSF.4.10.10106191712070.361736-100000@aspara.forte.com>
7428      Branch: perl
7429            ! t/op/sprintf.t
7430 ____________________________________________________________________________
7431 [ 10850] By: jhi                                   on 2001/06/23  03:29:04
7432         Log: Subject: [PATCH: perl@10825] build (and test!) VMS::Stdio on VMS
7433              From: Peter Prymmer <pvhp@forte.com>
7434              Date: Fri, 22 Jun 2001 19:08:23 -0700 (PDT)
7435              Message-ID: <Pine.OSF.4.10.10106221903270.24012-100000@aspara.forte.com>
7436      Branch: perl
7437            ! vms/descrip_mms.template vms/ext/Stdio/Stdio.xs
7438 ____________________________________________________________________________
7439 [ 10849] By: jhi                                   on 2001/06/23  03:27:21
7440         Log: Subject: [PATCH: perl@10825] correction to lib/ExtUtils.t patch
7441              From: Peter Prymmer <pvhp@forte.com>
7442              Date: Fri, 22 Jun 2001 17:56:01 -0700 (PDT)
7443              Message-ID: <Pine.OSF.4.10.10106221754180.24012-100000@aspara.forte.com>
7444      Branch: perl
7445            ! lib/ExtUtils.t
7446 ____________________________________________________________________________
7447 [ 10848] By: jhi                                   on 2001/06/22  21:51:31
7448         Log: Retract #10845.
7449      Branch: perl
7450            ! lib/File/Find/taint.t
7451 ____________________________________________________________________________
7452 [ 10847] By: jhi                                   on 2001/06/22  21:50:38
7453         Log: Yet another error message.
7454      Branch: perl
7455            ! t/op/mkdir.t
7456 ____________________________________________________________________________
7457 [ 10846] By: jhi                                   on 2001/06/22  21:48:39
7458         Log: The croak message for nonexistent socket functions may vary.
7459      Branch: perl
7460            ! lib/Net/netent.t lib/Net/protoent.t lib/Net/servent.t
7461 ____________________________________________________________________________
7462 [ 10845] By: jhi                                   on 2001/06/22  21:42:38
7463         Log: (Retracted by #10848.)
7464      Branch: perl
7465            ! lib/File/Find/taint.t
7466 ____________________________________________________________________________
7467 [ 10844] By: jhi                                   on 2001/06/22  21:32:58
7468         Log: Integrate perlio.
7469      Branch: perl
7470           !> lib/File/Find/taint.t t/op/write.t
7471 ____________________________________________________________________________
7472 [ 10843] By: nick                                  on 2001/06/22  21:24:51
7473         Log: Back out debug in taint.t
7474      Branch: perlio
7475            ! lib/File/Find/taint.t
7476 ____________________________________________________________________________
7477 [ 10842] By: jhi                                   on 2001/06/22  21:20:02
7478         Log: setitimer() does not exist in Unicos, despite of what
7479              Configure thinks, from Mark P. Lutz.
7480      Branch: perl
7481            ! hints/unicos.sh
7482 ____________________________________________________________________________
7483 [ 10841] By: nick                                  on 2001/06/22  21:19:36
7484         Log: Skip cwd test on Win32 ???
7485      Branch: perlio
7486            ! lib/File/Find/taint.t
7487 ____________________________________________________________________________
7488 [ 10840] By: jhi                                   on 2001/06/22  21:17:34
7489         Log: Casting this way seems to keep both 64-bitint x86 FreeBSD
7490              and Tru64 gcc -Wall happy.
7491      Branch: perl
7492            ! mg.c
7493 ____________________________________________________________________________
7494 [ 10839] By: jhi                                   on 2001/06/22  21:15:32
7495         Log: The packs must be done in native shorts, fix from Mark P. Lutz.
7496      Branch: perl
7497            ! ext/IPC/SysV/Semaphore.pm
7498 ____________________________________________________________________________
7499 [ 10838] By: jhi                                   on 2001/06/22  21:12:02
7500         Log: Metaconfig unit change for #10837.
7501      Branch: metaconfig/U/perl
7502            ! Cross.U
7503 ____________________________________________________________________________
7504 [ 10837] By: jhi                                   on 2001/06/22  21:09:42
7505         Log: Cleanup of the cross-compilation unit.
7506      Branch: perl
7507            ! Configure
7508 ____________________________________________________________________________
7509 [ 10836] By: nick                                  on 2001/06/22  20:45:12
7510         Log: Skip |- based op/write.t on Win32 as well as VMS
7511      Branch: perlio
7512            ! t/op/write.t
7513 ____________________________________________________________________________
7514 [ 10835] By: jhi                                   on 2001/06/22  20:44:20
7515         Log: Integrate perlio.
7516      Branch: perl
7517           !> util.c
7518 ____________________________________________________________________________
7519 [ 10834] By: nick                                  on 2001/06/22  20:41:54
7520         Log: Integrate mainline
7521      Branch: perlio
7522           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
7523           !> config_h.SH pp_sys.c uconfig.h util.c vos/config.alpha.h
7524           !> vos/config.ga.h
7525 ____________________________________________________________________________
7526 [ 10833] By: nick                                  on 2001/06/22  20:22:58
7527         Log: Patcho fix.
7528      Branch: perlio
7529            ! util.c
7530 ____________________________________________________________________________
7531 [ 10832] By: jhi                                   on 2001/06/22  20:13:02
7532         Log: Metaconfig unit changes for #10831.
7533      Branch: metaconfig
7534            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
7535 ____________________________________________________________________________
7536 [ 10831] By: jhi                                   on 2001/06/22  20:12:29
7537         Log: Subject: [PATCH 5.7.x] Further tiny bcopy cleanup
7538              From: Andy Dougherty <doughera@lafayette.edu>
7539              Date: Fri, 22 Jun 2001 14:29:51 -0400 (EDT)
7540              Message-ID: <Pine.SOL.4.10.10106221417030.28044-100000@maxwell.phys.lafayette.edu>
7541      Branch: perl
7542            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
7543            ! config_h.SH uconfig.h vos/config.alpha.h vos/config.ga.h
7544 ____________________________________________________________________________
7545 [ 10830] By: jhi                                   on 2001/06/22  19:50:15
7546         Log: MPE/iX prototype nits from Mark Bixby.
7547      Branch: perl
7548            ! pp_sys.c
7549 ____________________________________________________________________________
7550 [ 10829] By: jhi                                   on 2001/06/22  16:25:16
7551         Log: Detypo.
7552      Branch: perl
7553            ! util.c
7554 ____________________________________________________________________________
7555 [ 10828] By: nick                                  on 2001/06/22  15:33:37
7556         Log: Integrate mainline (in near desperate attempt to get Win32 to build...)
7557      Branch: perlio
7558           +> lib/h2xs.t
7559           !> AUTHORS Changes MANIFEST Makefile.SH NetWare/t/NWScripts.pl
7560           !> ext/B/Deparse.t ext/POSIX/POSIX.xs lib/ExtUtils.t
7561           !> lib/ExtUtils/Constant.pm lib/I18N/LangTags.pm
7562           !> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/test.pl
7563           !> lib/Locale/Maketext.pm lib/Locale/Maketext.pod
7564           !> lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
7565           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm patchlevel.h
7566           !> t/op/write.t t/pod/plainer.t utils/h2xs.PL vms/vms.c
7567           !> vms/vmsish.h
7568 ____________________________________________________________________________
7569 [ 10827] By: jhi                                   on 2001/06/22  14:15:26
7570         Log: Subject: [PATCH perl@10800] sigaction workaround for VMS
7571              Date: Fri, 22 Jun 2001 10:08:35 -0500
7572              From: "Craig A. Berry" <craigberry@mac.com>
7573              Message-Id: <a05101001b75908704194@[192.168.56.145]>
7574      Branch: perl
7575            ! vms/vms.c vms/vmsish.h
7576 ____________________________________________________________________________
7577 [ 10826] By: jhi                                   on 2001/06/22  13:35:37
7578         Log: NetWare scripts tweak from Ananth Kesari.
7579      Branch: perl
7580            ! NetWare/t/NWScripts.pl
7581 ____________________________________________________________________________
7582 [ 10825] By: jhi                                   on 2001/06/22  13:00:55
7583         Log: Update Changes.
7584      Branch: perl
7585            ! Changes patchlevel.h
7586 ____________________________________________________________________________
7587 [ 10824] By: jhi                                   on 2001/06/22  12:46:56
7588         Log: Add .i and .s targets.
7589      Branch: perl
7590            ! Makefile.SH
7591 ____________________________________________________________________________
7592 [ 10823] By: jhi                                   on 2001/06/22  12:25:20
7593         Log: Upgrade to Locale::Maketext 1.03.
7594      Branch: perl
7595            ! lib/Locale/Maketext.pm lib/Locale/Maketext.pod
7596            ! lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/test.pl
7597 ____________________________________________________________________________
7598 [ 10822] By: jhi                                   on 2001/06/22  12:23:57
7599         Log: Upgrade to I18N::LangTags 0.26.
7600      Branch: perl
7601            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
7602            ! lib/I18N/LangTags/test.pl
7603 ____________________________________________________________________________
7604 [ 10821] By: jhi                                   on 2001/06/22  12:16:41
7605         Log: The #10792 didn't take, and s/sighni/signi/, as noticed by
7606              Philip Newton.
7607      Branch: perl
7608            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
7609            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7610 ____________________________________________________________________________
7611 [ 10820] By: jhi                                   on 2001/06/22  12:13:37
7612         Log: Subject: [PATCH: perl@10800] trigraphs and tests for h2xs
7613              From: Prymmer/Kahn <pvhp@best.com>
7614              Date: Fri, 22 Jun 2001 00:03:24 -0700 (PDT)
7615              Message-ID: <Pine.BSF.4.21.0106212354510.6026-100000@shell8.ba.best.com>
7616      Branch: perl
7617            + lib/h2xs.t
7618            ! MANIFEST utils/h2xs.PL
7619 ____________________________________________________________________________
7620 [ 10819] By: jhi                                   on 2001/06/22  12:11:56
7621         Log: Subject: [PATCH: perl@10800] nmake specific cleanliness for lib/ExtUtils.t
7622              From: Prymmer/Kahn <pvhp@best.com>
7623              Date: Thu, 21 Jun 2001 23:53:27 -0700 (PDT)
7624              Message-ID: <Pine.BSF.4.21.0106212346540.6026-100000@shell8.ba.best.com>
7625      Branch: perl
7626            ! lib/ExtUtils.t
7627 ____________________________________________________________________________
7628 [ 10818] By: jhi                                   on 2001/06/22  12:11:08
7629         Log: Subject: [PATCH: perl@10800] clean up after t/pod/plainer.t on Win32
7630              From: Prymmer/Kahn <pvhp@best.com>
7631              Date: Thu, 21 Jun 2001 23:45:15 -0700 (PDT)
7632              Message-ID: <Pine.BSF.4.21.0106212341510.6026-100000@shell8.ba.best.com>
7633      Branch: perl
7634            ! t/pod/plainer.t
7635 ____________________________________________________________________________
7636 [ 10817] By: jhi                                   on 2001/06/22  12:10:05
7637         Log: AUTHORS update.
7638      Branch: perl
7639            ! AUTHORS
7640 ____________________________________________________________________________
7641 [ 10816] By: jhi                                   on 2001/06/22  12:08:24
7642         Log: Subject: should POSIX.xs use XSRETURN_UNDEF in sigaction?
7643              From: "Craig A. Berry" <craigberry@mac.com>
7644              Date: Thu, 21 Jun 2001 18:20:38 -0500
7645              Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01>
7646      Branch: perl
7647            ! ext/POSIX/POSIX.xs
7648 ____________________________________________________________________________
7649 [ 10815] By: jhi                                   on 2001/06/22  12:07:19
7650         Log: Subject: [PATCH perl@10765] fix Deparse.t and write.t for VMS
7651              From: "Craig A. Berry" <craigberry@mac.com>
7652              Date: Thu, 21 Jun 2001 09:58:52 -0500
7653              Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01>
7654      Branch: perl
7655            ! ext/B/Deparse.t t/op/write.t
7656 ____________________________________________________________________________
7657 [ 10814] By: nick                                  on 2001/06/22  08:13:09
7658         Log: Integrate mainline.
7659      Branch: perlio
7660           !> (integrate 46 files)
7661 ____________________________________________________________________________
7662 [ 10813] By: jhi                                   on 2001/06/22  02:48:58
7663         Log: Change the prefixes only if $prefix is unset,
7664              as originally patched by Marcel Grunauer.
7665      Branch: perl
7666            ! hints/darwin.sh hints/rhapsody.sh
7667 ____________________________________________________________________________
7668 [ 10812] By: jhi                                   on 2001/06/22  02:44:41
7669         Log: Subject: Re: Patch for hints/darwin.sh
7670              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
7671              Date: Thu, 21 Jun 2001 11:23:46 -0700
7672              Message-Id: <200106211823.OAA01089@melbourne-city-street.mit.edu>
7673      Branch: perl
7674            ! hints/darwin.sh hints/rhapsody.sh
7675 ____________________________________________________________________________
7676 [ 10811] By: jhi                                   on 2001/06/22  02:34:27
7677         Log: Add .PHONY targets for non-file targets,
7678              from Wilfredo Sánchez.  Should help saying
7679              "make install" on case-insensitive filesystems.
7680      Branch: perl
7681            ! Makefile.SH
7682 ____________________________________________________________________________
7683 [ 10810] By: jhi                                   on 2001/06/22  02:01:23
7684         Log: Subject: Re: Automated smoke report for patch 10764 (truncated)
7685              From: Doug MacEachern <dougm@covalent.net>
7686              Date: Thu, 21 Jun 2001 19:32:05 -0700 (PDT)
7687              Message-ID: <Pine.LNX.4.21.0106211925020.17261-100000@mako.covalent.net>
7688              
7689              plus reword the getcwd() comment, plus use getcwd() buffer
7690              size minus one.
7691      Branch: perl
7692            ! util.c
7693 ____________________________________________________________________________
7694 [ 10809] By: jhi                                   on 2001/06/22  01:16:58
7695         Log: More gprofing from Doug MacEachern.
7696      Branch: perl
7697            ! Makefile.SH
7698 ____________________________________________________________________________
7699 [ 10808] By: jhi                                   on 2001/06/22  01:15:11
7700         Log: Metaconfig unit change for #10807.
7701      Branch: metaconfig/U/perl
7702            ! d_sfio.U
7703 ____________________________________________________________________________
7704 [ 10807] By: jhi                                   on 2001/06/22  01:14:43
7705         Log: Tell that you are removing the unneeded -lsfio.
7706      Branch: perl
7707            ! Configure
7708 ____________________________________________________________________________
7709 [ 10806] By: jhi                                   on 2001/06/22  01:03:14
7710         Log: More MPE/iX tweaks from Mark Bixby.
7711      Branch: perl
7712            ! perl.c t/op/magic.t
7713 ____________________________________________________________________________
7714 [ 10805] By: jhi                                   on 2001/06/21  22:41:11
7715         Log: The fchdir() proto is supposed to live in <unistd.h>.
7716      Branch: perl
7717            ! ext/Cwd/Cwd.xs
7718 ____________________________________________________________________________
7719 [ 10804] By: jhi                                   on 2001/06/21  22:24:42
7720         Log: This town is too small for the Cwd extension and me,
7721              it would seem...
7722      Branch: perl
7723            ! ext/Cwd/Cwd.xs
7724 ____________________________________________________________________________
7725 [ 10803] By: jhi                                   on 2001/06/21  21:54:00
7726         Log: Metaconfig unit change for #10802.
7727      Branch: metaconfig/U/perl
7728            ! d_modfl.U
7729 ____________________________________________________________________________
7730 [ 10802] By: jhi                                   on 2001/06/21  21:53:37
7731         Log: More d'ohs.
7732      Branch: perl
7733            ! Configure
7734 ____________________________________________________________________________
7735 [ 10801] By: jhi                                   on 2001/06/21  21:38:38
7736         Log: Off-by-one.  I'm so classic.
7737      Branch: perl
7738            ! util.c
7739 ____________________________________________________________________________
7740 [ 10800] By: jhi                                   on 2001/06/21  20:10:19
7741         Log: Update Changes.
7742      Branch: perl
7743            ! Changes patchlevel.h
7744 ____________________________________________________________________________
7745 [ 10799] By: jhi                                   on 2001/06/21  20:03:54
7746         Log: Subject: Documentation patch for Net::FTP
7747              From: Marcel Grunauer <marcel@codewerk.com>
7748              Date: Wed, 20 Jun 2001 23:03:26 +0200
7749              Message-Id: <20010620210309.DCMT6087.viemta06@localhost>
7750      Branch: perl
7751            ! lib/Net/FTP.pm
7752 ____________________________________________________________________________
7753 [ 10798] By: jhi                                   on 2001/06/21  20:01:14
7754         Log: Retract the #10417 mg.c and embed.pl parts because of
7755              strange SEGVs in 64bit x86 FreeBSD observed by
7756              Nicholas Clark.
7757      Branch: perl
7758            ! embed.pl mg.c perlapi.c pod/perlintern.pod proto.h
7759 ____________________________________________________________________________
7760 [ 10797] By: jhi                                   on 2001/06/21  19:40:34
7761         Log: Add fchdir() probe (in non-UNIX systems assume it doesn't exist).
7762      Branch: perl
7763            ! Configure NetWare/config.wc NetWare/config_H.wc
7764            ! Porting/Glossary Porting/config.sh Porting/config_H
7765            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
7766            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
7767            ! vos/config.ga.h win32/config.bc win32/config.gc
7768            ! win32/config.vc win32/config_H.bc win32/config_H.gc
7769            ! win32/config_H.vc
7770 ____________________________________________________________________________
7771 [ 10796] By: jhi                                   on 2001/06/21  19:08:28
7772         Log: Cwd tweak from Doug MacEachern.
7773      Branch: perl
7774            ! ext/Cwd/Cwd.xs
7775 ____________________________________________________________________________
7776 [ 10795] By: jhi                                   on 2001/06/21  19:03:48
7777         Log: Protect the fchdir() and lstat() with ifdefs.
7778              fchdir() needs a Configure probe.
7779      Branch: perl
7780            ! ext/Cwd/Cwd.xs
7781 ____________________________________________________________________________
7782 [ 10794] By: nick                                  on 2001/06/21  17:11:35
7783         Log: Integrate mainline
7784      Branch: perlio
7785           +> ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
7786           +> ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
7787           +> lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
7788           +> lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
7789           +> lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
7790           +> lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
7791           +> lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
7792           +> lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
7793            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
7794            - lib/File/Glob/case.t lib/File/Glob/global.t
7795            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
7796            - lib/File/Temp/posix.t lib/File/Temp/security.t
7797            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
7798            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
7799            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
7800            - lib/Text/Wrap/wrap.t
7801           !> (integrate 41 files)
7802 ____________________________________________________________________________
7803 [ 10793] By: jhi                                   on 2001/06/21  17:01:26
7804         Log: Subject: [PATCH perl@10765] fix Cwd.xs for VMS
7805              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
7806              Date: Thu, 21 Jun 2001 13:04:54 -0500
7807              Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01>
7808      Branch: perl
7809            ! ext/Cwd/Cwd.xs
7810 ____________________________________________________________________________
7811 [ 10792] By: jhi                                   on 2001/06/21  16:13:57
7812         Log: Subject: [PATCH pod] overlong =item
7813              From: Robin Barker <rmb1@cise.npl.co.uk>
7814              Date: Thu, 21 Jun 2001 18:08:04 +0100 (BST)
7815              Message-Id: <200106211708.SAA08097@tempest.npl.co.uk>
7816      Branch: perl
7817            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
7818            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm
7819 ____________________________________________________________________________
7820 [ 10791] By: jhi                                   on 2001/06/21  16:10:51
7821         Log: Subject: [PATCH perlio.c] format 
7822              From: Robin Barker <rmb1@cise.npl.co.uk>
7823              Date: Thu, 21 Jun 2001 18:05:02 +0100 (BST)
7824              Message-Id: <200106211705.SAA08067@tempest.npl.co.uk>
7825      Branch: perl
7826            ! perlio.c
7827 ____________________________________________________________________________
7828 [ 10790] By: jhi                                   on 2001/06/21  15:52:04
7829         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
7830              From: Radu Greab <radu@netsoft.ro>
7831              Date: Thu, 21 Jun 2001 19:06:02 +0300
7832              Message-ID: <15154.7018.376419.295092@ix.netsoft.ro>
7833      Branch: perl
7834            ! pod/perlapi.pod sv.c
7835 ____________________________________________________________________________
7836 [ 10789] By: jhi                                   on 2001/06/21  14:48:25
7837         Log: The metaconfig unit changes for #10788.
7838      Branch: metaconfig/U/perl
7839            ! Cross.U fflushall.U
7840 ____________________________________________________________________________
7841 [ 10788] By: jhi                                   on 2001/06/21  14:47:48
7842         Log: Cross-configuration changes: make $from to rm the files
7843              before copying them over (this means that he rm can be
7844              removed from the fflushall test), create $targetmkdir      
7845              (not documented in install since it is supposed to internal
7846              use only), make $run to copy over the executable only if
7847              a stamp file .xok doesn't already exist (to avoid unnecessary
7848              copying of the executable)
7849      Branch: perl
7850            ! Configure Makefile.SH
7851 ____________________________________________________________________________
7852 [ 10787] By: nick                                  on 2001/06/21  14:16:18
7853         Log: Integrate mainline
7854      Branch: perlio
7855           +> lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
7856           +> lib/I18N/LangTags/README lib/Locale/Maketext/ChangeLog
7857           +> lib/Locale/Maketext/README lib/Locale/Maketext/test.pl
7858            - lib/I18N/LangTags/List.pod lib/Locale/Maketext.t
7859           !> (integrate 34 files)
7860 ____________________________________________________________________________
7861 [ 10786] By: jhi                                   on 2001/06/21  13:59:32
7862         Log: Re-add the files as text.
7863      Branch: perl
7864            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
7865 ____________________________________________________________________________
7866 [ 10785] By: jhi                                   on 2001/06/21  13:57:55
7867         Log: Delete the binary files.
7868      Branch: perl
7869            - t/lib/locale/latin1 t/lib/locale/utf8 t/lib/warnings/utf8
7870 ____________________________________________________________________________
7871 [ 10784] By: jhi                                   on 2001/06/21  13:49:47
7872         Log: Subject: [PATCH 5.7.x] Unnecessary pod2man calls in new extensions
7873              From: Andy Dougherty <doughera@lafayette.edu>
7874              Date: Thu, 21 Jun 2001 10:44:05 -0400 (EDT)
7875              Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu>
7876      Branch: perl
7877            ! ext/Digest/MD5/Makefile.PL ext/List/Util/Makefile.PL
7878            ! ext/MIME/Base64/Makefile.PL ext/PerlIO/Scalar/Makefile.PL
7879            ! ext/PerlIO/Via/Makefile.PL ext/Time/HiRes/Makefile.PL
7880            ! ext/Time/Piece/Makefile.PL ext/XS/Typemap/Makefile.PL
7881 ____________________________________________________________________________
7882 [ 10783] By: jhi                                   on 2001/06/21  13:46:50
7883         Log: Subject: [ID 20010621.002] UnixWare 7.1.1 and Perl-5.6.1 problems
7884              From: 0000-Admin <root@egg.karlov.mff.cuni.cz>(0000)
7885              Date: Wed, 20 Jun 2001 14:11:49 +0200 (MET DST) 
7886              Message-Id: <200106201211.f5KCBnm24320@egg.karlov.mff.cuni.cz>
7887              
7888              Setting umask to something friendlier.
7889      Branch: perl
7890            ! installman installperl
7891 ____________________________________________________________________________
7892 [ 10782] By: jhi                                   on 2001/06/21  13:42:17
7893         Log: Shuffle around tests to (ext|lib)/.../t/ subdirectories.
7894              Resort MANIFEST with sort -f, looks much better.
7895      Branch: perl
7896            + ext/File/Glob/t/basic.t ext/File/Glob/t/case.t
7897            + ext/File/Glob/t/global.t ext/File/Glob/t/taint.t
7898            + lib/Attribute/Handlers/test.pl lib/File/Temp/t/mktemp.t
7899            + lib/File/Temp/t/posix.t lib/File/Temp/t/security.t
7900            + lib/File/Temp/t/tempfile.t lib/Getopt/Long/t/basic.t
7901            + lib/Getopt/Long/t/compat.t lib/Getopt/Long/t/linkage.t
7902            + lib/Getopt/Long/t/oo.t lib/Text/TabsWrap/t/fill.t
7903            + lib/Text/TabsWrap/t/tabs.t lib/Text/TabsWrap/t/wrap.t
7904            - lib/Attribute/Handlers.t lib/File/Glob/basic.t
7905            - lib/File/Glob/case.t lib/File/Glob/global.t
7906            - lib/File/Glob/taint.t lib/File/Temp/mktemp.t
7907            - lib/File/Temp/posix.t lib/File/Temp/security.t
7908            - lib/File/Temp/tempfile.t lib/Getopt/Long/basic.t
7909            - lib/Getopt/Long/compat.t lib/Getopt/Long/linkage.t
7910            - lib/Getopt/Long/oo.t lib/Text/Tabs.t lib/Text/Wrap/fill.t
7911            - lib/Text/Wrap/wrap.t
7912            ! MANIFEST
7913 ____________________________________________________________________________
7914 [ 10781] By: jhi                                   on 2001/06/21  13:16:04
7915         Log: Upgrade to I18N::LangTags 0.25.
7916      Branch: perl
7917            ! lib/I18N/LangTags.pm lib/I18N/LangTags/ChangeLog
7918            ! lib/I18N/LangTags/List.pm
7919 ____________________________________________________________________________
7920 [ 10780] By: jhi                                   on 2001/06/21  13:12:54
7921         Log: Subject: [PATCH] Step 2: Use the new PM_GETRE/SETRE macros everywhere.
7922              From: Richard Soderberg <rs@crystalflame.net>
7923              Date: Thu, 21 Jun 2001 07:01:22 -0700 (PDT)
7924              Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com>
7925      Branch: perl
7926            ! dump.c ext/B/B.xs ext/B/B/C.pm ext/ByteLoader/bytecode.h mg.c
7927            ! op.c pp.c pp_ctl.c pp_hot.c regexec.c
7928 ____________________________________________________________________________
7929 [ 10779] By: jhi                                   on 2001/06/21  12:59:57
7930         Log: Test obsoleted by change #10777.
7931      Branch: perl
7932            ! t/op/sub_lval.t
7933 ____________________________________________________________________________
7934 [ 10778] By: jhi                                   on 2001/06/21  12:52:37
7935         Log: Case of confused test numbering.
7936      Branch: perl
7937            ! t/op/pat.t
7938 ____________________________________________________________________________
7939 [ 10777] By: jhi                                   on 2001/06/21  12:30:57
7940         Log: Subject: Re: Opinion on undef lvalue
7941              From: Abhijit Menon-Sen <ams@wiw.org>
7942              Date: Sun, 17 Jun 2001 13:04:46 +0530
7943              Message-ID: <20010617130446.B27925@lustre.linux.in>
7944              
7945              Allow lvalue subs to return undef in array context.
7946      Branch: perl
7947            ! pp_hot.c
7948 ____________________________________________________________________________
7949 [ 10776] By: jhi                                   on 2001/06/21  12:27:48
7950         Log: Just a guess that using the same hack for cygwin as
7951              for win32 might help.
7952      Branch: perl
7953            ! lib/File/Find/find.t
7954 ____________________________________________________________________________
7955 [ 10775] By: jhi                                   on 2001/06/21  12:25:58
7956         Log: NetWare tweaks from Guruprasad.
7957      Branch: perl
7958            ! NetWare/Makefile NetWare/Nwmain.c NetWare/config.wc
7959            ! NetWare/config_H.wc NetWare/nw5sck.c NetWare/nw5sck.h
7960            ! NetWare/nwperlsys.c NetWare/t/NWModify.pl
7961            ! NetWare/t/NWScripts.pl NetWare/t/Readme.txt
7962 ____________________________________________________________________________
7963 [ 10774] By: jhi                                   on 2001/06/21  12:21:17
7964         Log: Subject: Re: perl@10722: Bogus warnings on REs 
7965              From: Hugo <hv@crypt.compulink.co.uk>
7966              Date: Thu, 21 Jun 2001 09:51:17 +0100
7967              Message-Id: <200106210851.JAA01942@crypt.compulink.co.uk>
7968              
7969              Unroll to avoid a UTS compiler bug.
7970      Branch: perl
7971            ! regcomp.c
7972 ____________________________________________________________________________
7973 [ 10773] By: jhi                                   on 2001/06/21  12:13:13
7974         Log: Subject: Re: [PATCH] Make /o work under i?threads
7975              From: Artur Bergman <artur@contiller.se>
7976              Date: Thu, 21 Jun 2001 14:38:03 +0200
7977              Message-ID: <B757B74A.184D%artur@contiller.se>
7978      Branch: perl
7979            ! t/op/pat.t
7980 ____________________________________________________________________________
7981 [ 10772] By: jhi                                   on 2001/06/21  12:12:23
7982         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
7983              From: Artur Bergman <artur@contiller.se> 
7984              Date: Thu, 21 Jun 2001 14:27:33 +0200
7985              Message-ID: <B757B4D4.1849%artur@contiller.se>
7986              
7987              Plus extra parentheses.
7988      Branch: perl
7989            ! op.h
7990 ____________________________________________________________________________
7991 [ 10771] By: jhi                                   on 2001/06/21  12:10:29
7992         Log: Subject: [PATCH] Make /o work under i?threads
7993              From: Richard Soderberg <rs@crystalflame.net>
7994              Date: Thu, 21 Jun 2001 05:21:43 -0700 (PDT)
7995              Message-ID: <Pine.LNX.4.21.0106210518210.2479-100000@oregonnet.com>
7996      Branch: perl
7997            ! pp_ctl.c
7998 ____________________________________________________________________________
7999 [ 10770] By: jhi                                   on 2001/06/21  12:09:28
8000         Log: Subject: Re: [PATCH] Step 1 of moving regexps to the pad
8001              From: Artur Bergman <artur@contiller.se>
8002              Date: Thu, 21 Jun 2001 14:04:54 +0200
8003              Message-ID: <B757AF86.1842%artur@contiller.se>
8004      Branch: perl
8005            ! op.h
8006 ____________________________________________________________________________
8007 [ 10769] By: jhi                                   on 2001/06/21  12:08:03
8008         Log: Subject: Re: perl@10765: sv.c not OK on win32
8009              From: Artur Bergman <artur@contiller.se>
8010              Date: Thu, 21 Jun 2001 10:31:06 +0200
8011              Message-ID: <B7577D69.182C%artur@contiller.se>
8012      Branch: perl
8013            ! sv.c
8014 ____________________________________________________________________________
8015 [ 10768] By: jhi                                   on 2001/06/21  12:03:56
8016         Log: Subject: [PATCH 5.6.1] OS2 getpw*, getgr*
8017              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8018              Date: Thu, 21 Jun 2001 06:23:56 -0400
8019              Message-ID: <20010621062356.A8619@math.ohio-state.edu>
8020              
8021              Subject: Re: [PATCH 5.6.1] OS2 getpw*, getgr*
8022              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
8023              Date: Thu, 21 Jun 2001 06:32:21 -0400
8024              Message-ID: <20010621063221.A8823@math.ohio-state.edu>
8025      Branch: perl
8026            ! lib/File/Glob/basic.t makedef.pl os2/os2.c os2/os2ish.h
8027 ____________________________________________________________________________
8028 [ 10767] By: jhi                                   on 2001/06/21  12:00:07
8029         Log: Subject: [PATCH] make syslog test more verbose
8030              From: Robert Spier <rspier@pobox.com>
8031              Date: Thu, 21 Jun 2001 00:54:32 -0400
8032              Message-ID: <15153.32264.295807.333073@rls.cx>
8033      Branch: perl
8034            ! ext/Sys/Syslog/syslog.t
8035 ____________________________________________________________________________
8036 [ 10766] By: jhi                                   on 2001/06/20  23:27:57
8037         Log: Subject: op/study.t refinements
8038              From: Hugo <hv@crypt.compulink.co.uk>
8039              Date: Thu, 21 Jun 2001 00:29:07 +0100
8040              Message-Id: <200106202329.AAA31397@crypt.compulink.co.uk>
8041      Branch: perl
8042            ! t/op/study.t
8043 ____________________________________________________________________________
8044 [ 10765] By: jhi                                   on 2001/06/20  19:51:47
8045         Log: Update Changes.
8046      Branch: perl
8047            ! Changes patchlevel.h
8048 ____________________________________________________________________________
8049 [ 10764] By: jhi                                   on 2001/06/20  19:00:23
8050         Log: Subject: Re: [PATCH] djgpp updates
8051              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
8052              Date: Wed, 20 Jun 2001 10:05:15 +0200
8053              Message-ID: <20010620100515.L5600@libra.eth.ericsson.se>
8054      Branch: perl
8055            ! djgpp/config.over
8056 ____________________________________________________________________________
8057 [ 10763] By: jhi                                   on 2001/06/20  18:58:06
8058         Log: Fix for ID 20010619.002 "When building hash, hash keys that
8059              are function calls are not being called", from Abhijit.
8060      Branch: perl
8061            ! t/base/lex.t toke.c
8062 ____________________________________________________________________________
8063 [ 10762] By: jhi                                   on 2001/06/20  18:45:00
8064         Log: Upgrade to Locale::Maketext 1.02, from Sean Burke.
8065      Branch: perl
8066            + lib/Locale/Maketext/ChangeLog lib/Locale/Maketext/README
8067            + lib/Locale/Maketext/test.pl
8068            - lib/Locale/Maketext.t
8069            ! MANIFEST lib/Locale/Maketext.pm lib/Locale/Maketext.pod
8070            ! lib/Locale/Maketext/TPJ13.pod
8071 ____________________________________________________________________________
8072 [ 10761] By: jhi                                   on 2001/06/20  18:44:15
8073         Log: Metaconfig unit change for #10760.
8074      Branch: metaconfig
8075            ! U/modified/Cppsym.U
8076 ____________________________________________________________________________
8077 [ 10760] By: jhi                                   on 2001/06/20  18:42:04
8078         Log: Do not remove the ccsym* Cppsym* files since
8079              they are useful for metaconfig units coming after us.
8080              (This is the Configure nit mentioned in #10752.)
8081      Branch: perl
8082            ! Configure
8083 ____________________________________________________________________________
8084 [ 10759] By: jhi                                   on 2001/06/20  18:02:18
8085         Log: Update to I18N::LangTags 0.24, from Sean Burke.
8086      Branch: perl
8087            + lib/I18N/LangTags/ChangeLog lib/I18N/LangTags/List.pm
8088            + lib/I18N/LangTags/README
8089            - lib/I18N/LangTags/List.pod
8090            ! MANIFEST lib/I18N/LangTags.pm lib/I18N/LangTags/test.pl
8091 ____________________________________________________________________________
8092 [ 10758] By: jhi                                   on 2001/06/20  17:34:43
8093         Log: Regen headers.
8094      Branch: perl
8095            ! embed.h embedvar.h global.sym perlapi.c perlapi.h
8096            ! pod/perlapi.pod proto.h
8097 ____________________________________________________________________________
8098 [ 10757] By: jhi                                   on 2001/06/20  17:23:08
8099         Log: Subject: [PATCH] Fixes case of CvDEPTH for perl_clone
8100              From: Artur Bergman <artur@contiller.se>
8101              Date: Wed, 20 Jun 2001 11:31:32 +0200
8102              Message-ID: <B7563A14.17D8%artur@contiller.se>
8103      Branch: perl
8104            ! embed.pl hv.c intrpvar.h sv.c sv.h
8105 ____________________________________________________________________________
8106 [ 10756] By: jhi                                   on 2001/06/20  17:13:26
8107         Log: Subject: Fix for [ID 20010124.001] POSIX::errno unreliable
8108              From: Tim Sweetman <tim@aldigital.co.uk> 
8109              Date: Wed, 13 Jun 2001 14:25:17 +0100 
8110              Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> 
8111      Branch: perl
8112            ! ext/POSIX/POSIX.t lib/AutoLoader.pm
8113 ____________________________________________________________________________
8114 [ 10755] By: nick                                  on 2001/06/20  16:12:37
8115         Log: Integrate mainline
8116      Branch: perlio
8117           !> embed.h embed.pl ext/Cwd/Cwd.xs ext/Filter/t/call.t
8118           !> ext/IO/lib/IO/Socket/INET.pm ext/IO/lib/IO/t/io_sock.t
8119           !> ext/POSIX/POSIX.xs hints/mpeix.sh lib/File/Temp/security.t
8120           !> lib/FileHandle.t mpeix/mpeixish.h mpeix/relink objXSUB.h
8121           !> perlapi.c pod/perldiag.pod pp_sys.c proto.h t/op/pwent.t
8122           !> t/op/study.t util.c
8123 ____________________________________________________________________________
8124 [ 10754] By: gsar                                  on 2001/06/20  15:22:27
8125         Log: missing ld entry in Config.pm on Windows (makefile.mk had it,
8126              but not Makefile)
8127      Branch: maint-5.6/perl
8128            ! win32/Makefile
8129 ____________________________________________________________________________
8130 [ 10753] By: jhi                                   on 2001/06/20  14:03:20
8131         Log: Security tweak on readlink().
8132      Branch: perl
8133            ! pp_sys.c
8134 ____________________________________________________________________________
8135 [ 10752] By: jhi                                   on 2001/06/20  14:00:23
8136         Log: MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)
8137      Branch: perl
8138            ! ext/Filter/t/call.t ext/IO/lib/IO/t/io_sock.t hints/mpeix.sh
8139            ! lib/File/Temp/security.t lib/FileHandle.t mpeix/mpeixish.h
8140            ! mpeix/relink t/op/pwent.t
8141 ____________________________________________________________________________
8142 [ 10751] By: jhi                                   on 2001/06/20  13:57:27
8143         Log: Reinstate #10725 (with probe for alarm()).
8144      Branch: perl
8145            ! t/op/study.t
8146 ____________________________________________________________________________
8147 [ 10750] By: jhi                                   on 2001/06/20  13:53:46
8148         Log: Replace our implementation of realpath() with OpenBSD's
8149              (src/lib/libc/stdlib/realpath.c 1.4).
8150      Branch: perl
8151            ! embed.h embed.pl ext/Cwd/Cwd.xs objXSUB.h perlapi.c
8152            ! pod/perldiag.pod proto.h util.c
8153 ____________________________________________________________________________
8154 [ 10749] By: jhi                                   on 2001/06/20  13:07:49
8155         Log: Integrate perlio.
8156      Branch: perl
8157           !> perlio.c
8158 ____________________________________________________________________________
8159 [ 10748] By: jhi                                   on 2001/06/20  13:07:18
8160         Log: No point in going into memory-saving contortions
8161              with getcwd() since there's a danger of buffer overflow.
8162              Also make the POSIX extension to use sv_getcwd().
8163              Finally, a missed proto.h fragment.
8164      Branch: perl
8165            ! ext/POSIX/POSIX.xs proto.h util.c
8166 ____________________________________________________________________________
8167 [ 10747] By: nick                                  on 2001/06/20  12:38:26
8168         Log: Fix PERLIO=unix bug, while restoring maximal buffer in PerlIOBuf_unread.
8169      Branch: perlio
8170            ! perlio.c
8171 ____________________________________________________________________________
8172 [ 10746] By: jhi                                   on 2001/06/20  11:51:10
8173         Log: Subject: Re: Bug in IO::Socket::INET module (repeat)
8174              From: Graham Barr <gbarr@pobox.com>
8175              Date: Wed, 20 Jun 2001 11:05:49 +0100
8176              Message-ID: <20010620110549.I19188@pobox.com>
8177              
8178              reported in        
8179              
8180              Subject: Bug in IO::Socket::INET module (repeat)
8181              From: "Harmon S. Nine" <hnine@netarx.com>
8182              Date: Tue, 19 Jun 2001 09:41:35 -0400
8183              Message-ID: <3B2F568F.8080605@netarx.com>
8184              
8185              The bug was that the IO::Socket::INET constructor
8186              did not allow a 'LocalPort' of 0.
8187      Branch: perl
8188            ! ext/IO/lib/IO/Socket/INET.pm
8189 ____________________________________________________________________________
8190 [ 10745] By: nick                                  on 2001/06/20  08:56:39
8191         Log: Integrate mainline.
8192      Branch: perlio
8193           !> (integrate 37 files)
8194 ____________________________________________________________________________
8195 [ 10744] By: jhi                                   on 2001/06/20  04:54:53
8196         Log: After some reading I don't think we can blindly
8197              use systems' realpath().  Too many security problems,
8198              too many buggy implementations.
8199              
8200              TODO: the realpath() emulation code in util.c doesn't
8201              seem fully operational?  (readlink(), for example?)
8202      Branch: perl
8203            ! Configure Makefile.micro Porting/Glossary Porting/config.sh
8204            ! Porting/config_H config_h.SH embed.h embed.pl global.sym
8205            ! objXSUB.h perlapi.c pod/perldiag.pod pod/perltoc.pod uconfig.h
8206            ! uconfig.sh util.c vos/config.alpha.def vos/config.alpha.h
8207            ! vos/config.ga.def vos/config.ga.h win32/config_H.bc
8208            ! win32/config_H.gc win32/config_H.vc
8209 ____________________________________________________________________________
8210 [ 10743] By: jhi                                   on 2001/06/20  00:48:48
8211         Log: Metaconfig unit change for #10738.
8212      Branch: metaconfig
8213            ! U/compline/d_gconvert.U
8214 ____________________________________________________________________________
8215 [ 10742] By: jhi                                   on 2001/06/20  00:48:20
8216         Log: Integrate change #10739 from maintperl:
8217              
8218              C<eval "/x$\r\n/x"> fails to compile correctly 
8219      Branch: perl
8220           !> t/op/pat.t toke.c
8221 ____________________________________________________________________________
8222 [ 10741] By: jhi                                   on 2001/06/20  00:41:05
8223         Log: Retract #10725 (Hugo asked NOT to apply the patch)
8224      Branch: perl
8225            ! t/op/study.t
8226 ____________________________________________________________________________
8227 [ 10740] By: jhi                                   on 2001/06/19  23:58:25
8228         Log: The test.third results were funnily named because of the
8229              new test scheme.
8230      Branch: perl
8231            ! t/TEST
8232 ____________________________________________________________________________
8233 [ 10739] By: gsar                                  on 2001/06/19  23:49:15
8234         Log: C<eval "/x$\r\n/x"> fails to compile correctly
8235      Branch: maint-5.6/perl
8236            ! t/op/pat.t toke.c
8237 ____________________________________________________________________________
8238 [ 10738] By: jhi                                   on 2001/06/19  23:04:15
8239         Log: Subject: [ID 20010619.012] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED) 
8240              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8241              Date: Tue, 19 Jun 2001 19:15:40 -0400
8242              Message-Id: <200106192315.TAA18531@Orb.Nashua.NH.US>
8243              
8244              The bigintpm.t #1183 failing in Tru64 (and also Cygwin)
8245              because "1e+129" being expected but "1.e+129" being returned.
8246              The culprit (at least in Tru64) is the use of gcvt().
8247      Branch: perl
8248            ! Configure
8249 ____________________________________________________________________________
8250 [ 10737] By: jhi                                   on 2001/06/19  22:56:52
8251         Log: Subject: [PATCH perl@10722] test hunting on VMS
8252              From: "Craig A. Berry" <craigberry@mac.com>
8253              Message-Id: <5.1.0.14.0.20010619183530.01c4bdb8@exchi01>
8254              Date: Tue, 19 Jun 2001 18:59:01 -0500
8255      Branch: perl
8256            ! vms/test.com
8257 ____________________________________________________________________________
8258 [ 10736] By: jhi                                   on 2001/06/19  21:32:29
8259         Log: Subject: [PATCH] s/typos//
8260              From: Abhijit Menon-Sen <ams@wiw.org>
8261              Date: Wed, 20 Jun 2001 02:15:02 +0530
8262              Message-ID: <20010620021502.A14541@lustre.linux.in>
8263              
8264              Without the op.h s/bearword/bareword/ hunk, see
8265              http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/1998-02/msg00370.html
8266      Branch: perl
8267            ! util.c
8268 ____________________________________________________________________________
8269 [ 10735] By: jhi                                   on 2001/06/19  21:26:43
8270         Log: Metaconfig unit change for #10732 and #10733.
8271      Branch: metaconfig/U/perl
8272            ! fflushall.U
8273 ____________________________________________________________________________
8274 [ 10734] By: jhi                                   on 2001/06/19  21:24:41
8275         Log: Subject: [PATCH perl@10722] build ext/Socket dynamically on VMS
8276              From: "Craig A. Berry" <craigberry@mac.com>
8277              Date: Tue, 19 Jun 2001 17:19:48 -0500
8278              Message-Id: <5.1.0.14.0.20010619165650.01bd8478@exchi01>
8279      Branch: perl
8280            ! configure.com vms/descrip_mms.template
8281 ____________________________________________________________________________
8282 [ 10733] By: jhi                                   on 2001/06/19  19:57:44
8283         Log: Subject: [ID 20010619.011] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-per lio 4.0f (UNINSTALLED)
8284              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8285              Date: Tue, 19 Jun 2001 16:48:07 -0400
8286              Message-Id: <200106192048.QAA20849@Orb.Nashua.NH.US>
8287              
8288              Further fixes to fflush(NULL) detection.
8289      Branch: perl
8290            ! Configure
8291 ____________________________________________________________________________
8292 [ 10732] By: jhi                                   on 2001/06/19  19:38:20
8293         Log: AIX test -s hangs with non-existent files?
8294              (A genuine logic bug in Configure, but AIX also broken?)
8295      Branch: perl
8296            ! Configure
8297 ____________________________________________________________________________
8298 [ 10731] By: jhi                                   on 2001/06/19  19:17:35
8299         Log: AUTHORS updates.
8300      Branch: perl
8301            ! AUTHORS
8302 ____________________________________________________________________________
8303 [ 10730] By: jhi                                   on 2001/06/19  19:03:07
8304         Log: Subject: [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perlio 4.0f (UNINSTALLED)
8305              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8306              Date: Tue, 19 Jun 2001 15:33:25 -0400
8307              Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US>
8308      Branch: perl
8309            ! ext/POSIX/POSIX.t lib/warnings.t perlio.c t/lib/1_compile.t
8310            ! t/lib/warnings/pp
8311 ____________________________________________________________________________
8312 [ 10729] By: jhi                                   on 2001/06/19  18:34:10
8313         Log: Integrate perlio.
8314      Branch: perl
8315           !> lib/File/Find/find.t win32/distclean.bat
8316 ____________________________________________________________________________
8317 [ 10728] By: nick                                  on 2001/06/19  18:24:53
8318         Log: Hack File/Find/find.t to use File::Spec::Unix on Win32.
8319      Branch: perlio
8320            ! lib/File/Find/find.t win32/distclean.bat
8321 ____________________________________________________________________________
8322 [ 10727] By: jhi                                   on 2001/06/19  18:07:31
8323         Log: Furthwer tweak the fdopen() spot as suggseted by Jeff Pinyan;
8324              also add information how to find out whether one has PerlIO.
8325      Branch: perl
8326            ! pod/perlfunc.pod
8327 ____________________________________________________________________________
8328 [ 10726] By: jhi                                   on 2001/06/19  17:59:30
8329         Log: Subject: [ID 20010619.005] two typos in pod/perlfunc.pod
8330              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
8331              Date: Tue, 19 Jun 2001 11:36:32 -0700 (PDT)
8332              Message-Id: <200106191836.LAA21471@ventrue.corp.yahoo.com>
8333      Branch: perl
8334            ! pod/perlfunc.pod
8335 ____________________________________________________________________________
8336 [ 10725] By: jhi                                   on 2001/06/19  17:28:30
8337         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
8338              From: Hugo <hv@crypt.compulink.co.uk>
8339              Date: Tue, 19 Jun 2001 12:37:30 +0100
8340              Message-Id: <200106191137.MAA15185@crypt.compulink.co.uk>
8341      Branch: perl
8342            ! t/op/study.t
8343 ____________________________________________________________________________
8344 [ 10724] By: jhi                                   on 2001/06/19  17:22:20
8345         Log: Subject: Re: [ID 20010618.006] some end-anchored regexps hang when using study 
8346              From: Hugo <hv@crypt.compulink.co.uk>
8347              Message-Id: <200106191215.NAA17691@crypt.compulink.co.uk>
8348              Date: Tue, 19 Jun 2001 13:15:17 +0100
8349      Branch: perl
8350            ! util.c
8351 ____________________________________________________________________________
8352 [ 10723] By: nick                                  on 2001/06/19  14:46:15
8353         Log: Integrate mainline
8354      Branch: perlio
8355           +> ext/IPC/SysV/ipcsysv.t ext/Thread/create.tx ext/Thread/die.tx
8356           +> ext/Thread/die2.tx ext/Thread/io.tx ext/Thread/join.tx
8357           +> ext/Thread/join2.tx ext/Thread/list.tx ext/Thread/lock.tx
8358           +> ext/Thread/queue.tx ext/Thread/specific.tx ext/Thread/sync.tx
8359           +> ext/Thread/sync2.tx ext/Thread/unsync.tx ext/Thread/unsync2.tx
8360           +> ext/Thread/unsync3.tx ext/Thread/unsync4.tx
8361            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
8362            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
8363            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
8364            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
8365            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
8366            - ext/Thread/unsync4.t
8367           !> Changes MANIFEST NetWare/Makefile NetWare/config.wc
8368           !> djgpp/config.over djgpp/fixpmain
8369           !> ext/DynaLoader/DynaLoader_pm.PL ext/IPC/SysV/t/msg.t
8370           !> ext/IPC/SysV/t/sem.t handy.h hv.c lib/ExtUtils/MM_Unix.pm
8371           !> patchlevel.h perl.h utils/libnetcfg.PL win32/Makefile
8372 ____________________________________________________________________________
8373 [ 10722] By: jhi                                   on 2001/06/19  11:55:30
8374         Log: Update Changes.
8375      Branch: perl
8376            ! Changes patchlevel.h
8377 ____________________________________________________________________________
8378 [ 10721] By: jhi                                   on 2001/06/19  11:29:34
8379         Log: The existence shall be MANIFESted.
8380      Branch: perl
8381            ! MANIFEST
8382 ____________________________________________________________________________
8383 [ 10720] By: jhi                                   on 2001/06/19  10:58:09
8384         Log: The old libnet.cfg is first searched from the current directory,
8385              only then from the module path.
8386      Branch: perl
8387            ! utils/libnetcfg.PL
8388 ____________________________________________________________________________
8389 [ 10719] By: jhi                                   on 2001/06/19  10:55:59
8390         Log: NetWare tweaks from Guruprasad.
8391      Branch: perl
8392            ! NetWare/Makefile NetWare/config.wc
8393 ____________________________________________________________________________
8394 [ 10718] By: jhi                                   on 2001/06/19  10:54:22
8395         Log: Subject: [PATCH] djgpp updates
8396              From: Laszlo Molnar <laszlo.molnar@eth.ericsson.se>
8397              Date: Tue, 19 Jun 2001 10:59:06 +0200
8398              Message-ID: <20010619105906.C5600@libra.eth.ericsson.se>
8399      Branch: perl
8400            ! djgpp/config.over djgpp/fixpmain
8401 ____________________________________________________________________________
8402 [ 10717] By: jhi                                   on 2001/06/19  10:53:20
8403         Log: Subject: [PATCH: perl@10689]let MS VC 5 resolve _PerlIO_win32
8404              From: Prymmer/Kahn <pvhp@best.com>
8405              Date: Mon, 18 Jun 2001 23:48:52 -0700 (PDT)
8406              Message-ID: <Pine.BSF.4.21.0106182345100.17670-100000@shell8.ba.best.com>
8407      Branch: perl
8408            ! win32/Makefile
8409 ____________________________________________________________________________
8410 [ 10716] By: jhi                                   on 2001/06/19  10:52:25
8411         Log: The INT32_MIN_BROKEN and INT64_MIN_BROKEN tweaks needs
8412              to happen right after the inclusion of <inttypes.h>,
8413              from Edward Moy.
8414      Branch: perl
8415            ! handy.h perl.h
8416 ____________________________________________________________________________
8417 [ 10715] By: jhi                                   on 2001/06/19  10:49:21
8418         Log: Subject: [patch] preserve @DynaLoader::dl_{librefs,modules}
8419              From: Doug MacEachern <dougm@covalent.net>
8420              Date: Mon, 18 Jun 2001 22:13:38 -0700 (PDT)
8421              Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net>
8422      Branch: perl
8423            ! ext/DynaLoader/DynaLoader_pm.PL
8424 ____________________________________________________________________________
8425 [ 10714] By: jhi                                   on 2001/06/19  10:48:19
8426         Log: Revert #10656 for perfomance reasons but leave in the
8427              use of Hv*() macros -- in comments, so that grepping the
8428              source is easier, from Abhijit.  (Also add the ENV_HV_NAME speedup
8429              suggested by Sarathy, also by Abhijit.)
8430      Branch: perl
8431            ! hv.c
8432 ____________________________________________________________________________
8433 [ 10713] By: jhi                                   on 2001/06/19  10:46:08
8434         Log: Subject: [patch] .s MakeMaker suffix
8435              From: Doug MacEachern <dougm@covalent.net>
8436              Date: Mon, 18 Jun 2001 21:23:11 -0700 (PDT)
8437              Message-ID: <Pine.LNX.4.21.0106182120250.22114-100000@mako.covalent.net>
8438      Branch: perl
8439            ! lib/ExtUtils/MM_Unix.pm
8440 ____________________________________________________________________________
8441 [ 10712] By: jhi                                   on 2001/06/19  10:34:35
8442         Log: One test lost in the big shuffle restored.
8443      Branch: perl
8444            + ext/IPC/SysV/ipcsysv.t
8445            ! MANIFEST ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
8446 ____________________________________________________________________________
8447 [ 10711] By: jhi                                   on 2001/06/19  10:25:46
8448         Log: Rename the old non-standard threads tests so that
8449              they won't be invoked.
8450      Branch: perl
8451            + ext/Thread/create.tx ext/Thread/die.tx ext/Thread/die2.tx
8452            + ext/Thread/io.tx ext/Thread/join.tx ext/Thread/join2.tx
8453            + ext/Thread/list.tx ext/Thread/lock.tx ext/Thread/queue.tx
8454            + ext/Thread/specific.tx ext/Thread/sync.tx ext/Thread/sync2.tx
8455            + ext/Thread/unsync.tx ext/Thread/unsync2.tx
8456            + ext/Thread/unsync3.tx ext/Thread/unsync4.tx
8457            - ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
8458            - ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
8459            - ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
8460            - ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
8461            - ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
8462            - ext/Thread/unsync4.t
8463            ! MANIFEST
8464 ____________________________________________________________________________
8465 [ 10710] By: jhi                                   on 2001/06/19  10:18:41
8466         Log: Integrate perlio.
8467      Branch: perl
8468           !> win32/config_sh.PL
8469 ____________________________________________________________________________
8470 [ 10709] By: nick                                  on 2001/06/19  08:18:18
8471         Log: Integrate mainline
8472      Branch: perlio
8473           +> (branch 40 files)
8474            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
8475            - lib/strict/subs lib/strict/vars lib/warnings/1global
8476            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
8477            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
8478            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
8479            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
8480            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
8481            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
8482            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
8483            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
8484            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
8485            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
8486            - lib/warnings/utf8 lib/warnings/util
8487           !> (integrate 57 files)
8488 ____________________________________________________________________________
8489 [ 10708] By: nick                                  on 2001/06/19  07:57:10
8490         Log: Get Win32 known_extensions and extensions right in config.sh and hence Config.pm
8491      Branch: perlio
8492            ! win32/config_sh.PL
8493 ____________________________________________________________________________
8494 [ 10707] By: nick                                  on 2001/06/19  07:05:07
8495         Log: Perly.y and related file fixes to keep mainframe yacc (and bison) happy.
8496      Branch: perl
8497            ! perly.c perly.y perly_c.diff vms/perly_c.vms
8498 ____________________________________________________________________________
8499 [ 10706] By: jhi                                   on 2001/06/19  02:58:26
8500         Log: More perl572delta tweaks.
8501      Branch: perl
8502            ! pod/perl572delta.pod
8503 ____________________________________________________________________________
8504 [ 10705] By: jhi                                   on 2001/06/19  01:53:40
8505         Log: Update perl572delta.
8506      Branch: perl
8507            ! pod/perl572delta.pod
8508 ____________________________________________________________________________
8509 [ 10704] By: jhi                                   on 2001/06/19  01:28:40
8510         Log: VOS updates from Paul Green.
8511      Branch: perl
8512            ! vos/Changes vos/build.cm vos/perl.bind
8513 ____________________________________________________________________________
8514 [ 10703] By: jhi                                   on 2001/06/19  01:03:53
8515         Log: Update the vos/config.*.* files.
8516      Branch: perl
8517            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
8518            ! vos/config.ga.h
8519 ____________________________________________________________________________
8520 [ 10702] By: jhi                                   on 2001/06/19  01:03:32
8521         Log: Add a makefile for more painless adding of symbols to the
8522              VOS headers while in UNIX (in VOS the vos/configure_perl.cm
8523              takes care of the adding)
8524      Branch: perl
8525            + vos/Makefile
8526 ____________________________________________________________________________
8527 [ 10701] By: jhi                                   on 2001/06/19  00:51:44
8528         Log: Make libnetcfg by default display the libnet configuration,
8529              -c to change, add -i for old config, document all options,
8530              regen toc.
8531      Branch: perl
8532            ! pod/perltoc.pod pod/perlutil.pod utils/libnetcfg.PL
8533 ____________________________________________________________________________
8534 [ 10700] By: jhi                                   on 2001/06/18  23:45:12
8535         Log: gcc -Wall sweep.
8536      Branch: perl
8537            ! ext/IO/IO.xs ext/Time/Piece/Piece.xs
8538 ____________________________________________________________________________
8539 [ 10699] By: jhi                                   on 2001/06/18  23:19:53
8540         Log: So there.
8541      Branch: perl
8542            ! universal.c
8543 ____________________________________________________________________________
8544 [ 10698] By: jhi                                   on 2001/06/18  23:10:22
8545         Log: Document the need for sv_printify().
8546              
8547              Document that 'use utf8' has been considered.
8548              
8549              (An unfinished, gcc 3.0 -Wall nit fix also slipped in, gack.)
8550      Branch: perl
8551            ! pod/perltodo.pod universal.c
8552 ____________________________________________________________________________
8553 [ 10697] By: jhi                                   on 2001/06/18  22:50:53
8554         Log: Subject: Re: [PATCH] Re: [PATCH] Re: perl@10611
8555              From: Nicholas Clark <nick@ccl4.org>
8556              Date: Mon, 18 Jun 2001 23:29:23 +0100
8557              Message-ID: <20010618232923.I98663@plum.flirble.org>
8558      Branch: perl
8559            ! ext/POSIX/Makefile.PL ext/Socket/Makefile.PL
8560            ! ext/Sys/Syslog/Makefile.PL
8561 ____________________________________________________________________________
8562 [ 10696] By: jhi                                   on 2001/06/18  22:39:32
8563         Log: Subject: [PATCH: 5.6.1] perl5db.pl v1.07 + docs
8564              From: Scott.L.Miller@Compaq.com
8565              Date: Mon, 18 Jun 2001 10:12:27 -0500
8566              Message-ID: <86256A6F.00538A54.00@omacmta01.custom-edge.com>
8567      Branch: perl
8568            ! lib/perl5db.pl pod/perldebug.pod
8569 ____________________________________________________________________________
8570 [ 10695] By: jhi                                   on 2001/06/18  22:35:13
8571         Log: Subject: [PATCH lib/Carp/Heavy.pm] malformed POSIX negation
8572              From: "Jeff 'japhy' Pinyan" <jeffp@crusoe.net>
8573              Date: Mon, 18 Jun 2001 16:52:24 -0400 (EDT)
8574              Message-ID: <Pine.GSO.4.21.0106181650590.17386-100000@crusoe.crusoe.net>
8575      Branch: perl
8576            ! lib/Carp/Heavy.pm
8577 ____________________________________________________________________________
8578 [ 10694] By: jhi                                   on 2001/06/18  22:34:06
8579         Log: Subject: [PATCH] Documentation changes for CLONE
8580              From: Artur Bergman <artur@contiller.se>
8581              Date: Mon, 18 Jun 2001 22:06:37 +0200
8582              Message-ID: <B7542BEC.1719%artur@contiller.se>
8583      Branch: perl
8584            ! pod/perlmod.pod pod/perlsub.pod
8585 ____________________________________________________________________________
8586 [ 10693] By: jhi                                   on 2001/06/18  22:31:38
8587         Log: Subject: Re: configure.com
8588              From: "Craig A. Berry" <craigberry@mac.com>
8589              Date: Mon, 18 Jun 2001 16:04:38 -0500
8590              Message-Id: <5.1.0.14.0.20010618154549.0318c090@mail.mac.com>
8591      Branch: perl
8592            ! configure.com
8593 ____________________________________________________________________________
8594 [ 10692] By: jhi                                   on 2001/06/18  22:30:43
8595         Log: Subject: PL_nullstash + perl_clone()
8596              From: Doug MacEachern <dougm@covalent.net>
8597              Date: Mon, 18 Jun 2001 16:24:22 -0700 (PDT)
8598              Message-ID: <Pine.LNX.4.21.0106181621040.11974-100000@mako.covalent.net>
8599      Branch: perl
8600            ! sv.c
8601 ____________________________________________________________________________
8602 [ 10691] By: jhi                                   on 2001/06/18  22:26:20
8603         Log: Subject: Re: [PATCH 5.7.1] sv.c documentation
8604              From: davem@fdgroup.co.uk
8605              Date: Mon, 18 Jun 2001 21:29:45 +0100 (BST)
8606              Message-Id: <200106182029.VAA06503@gizmo.fdgroup.co.uk>
8607      Branch: perl
8608            ! embed.pl pod/perlapi.pod
8609 ____________________________________________________________________________
8610 [ 10690] By: jhi                                   on 2001/06/18  22:17:05
8611         Log: More cross-compilation defaults gleaned from -Dcc
8612              if it is CPU-OS-gcc.
8613      Branch: metaconfig
8614            ! U/modified/libc.U
8615      Branch: metaconfig/U/perl
8616            ! Cross.U
8617      Branch: perl
8618            ! Configure INSTALL
8619 ____________________________________________________________________________
8620 [ 10689] By: jhi                                   on 2001/06/18  13:59:47
8621         Log: Update Changes.
8622      Branch: perl
8623            ! Changes patchlevel.h
8624 ____________________________________________________________________________
8625 [ 10688] By: jhi                                   on 2001/06/18  13:44:18
8626         Log: Subject: [PATCH 5.7.1] sv.c documentation
8627              From: davem@fdgroup.co.uk
8628              Date: Mon, 18 Jun 2001 00:47:52 +0100 (BST)
8629              Message-Id: <200106172347.AAA05475@gizmo.fdgroup.co.uk>
8630      Branch: perl
8631            ! embed.pl pod/perlapi.pod pod/perlguts.pod pod/perlintern.pod
8632            ! sv.c sv.h
8633 ____________________________________________________________________________
8634 [ 10687] By: jhi                                   on 2001/06/18  13:38:03
8635         Log: Subject: [PATCH bleadperl DOC] $@ Clarification in pod/perlvar.pod
8636              From: "Jon Gunnip" <jongunnip@hotmail.com>
8637              Date: Sun, 17 Jun 2001 18:24:29 -0400
8638              Message-ID: <F136EXUIEAOeIiGXix40000e3a7@hotmail.com>
8639      Branch: perl
8640            ! pod/perlvar.pod
8641 ____________________________________________________________________________
8642 [ 10686] By: jhi                                   on 2001/06/18  13:32:13
8643         Log: Move the locale/strict/warnings helper files back
8644              under the t/lib; this way the amount of non-installabled
8645              stuff under lib/ stays smaller.
8646      Branch: perl
8647            + t/lib/locale/latin1 t/lib/locale/utf8 t/lib/strict/refs
8648            + t/lib/strict/subs t/lib/strict/vars t/lib/warnings/1global
8649            + t/lib/warnings/2use t/lib/warnings/3both t/lib/warnings/4lint
8650            + t/lib/warnings/5nolint t/lib/warnings/6default
8651            + t/lib/warnings/7fatal t/lib/warnings/8signal
8652            + t/lib/warnings/9enabled t/lib/warnings/av t/lib/warnings/doio
8653            + t/lib/warnings/doop t/lib/warnings/gv t/lib/warnings/hv
8654            + t/lib/warnings/malloc t/lib/warnings/mg t/lib/warnings/op
8655            + t/lib/warnings/perl t/lib/warnings/perlio t/lib/warnings/perly
8656            + t/lib/warnings/pp t/lib/warnings/pp_ctl t/lib/warnings/pp_hot
8657            + t/lib/warnings/pp_sys t/lib/warnings/regcomp
8658            + t/lib/warnings/regexec t/lib/warnings/run t/lib/warnings/sv
8659            + t/lib/warnings/taint t/lib/warnings/toke
8660            + t/lib/warnings/universal t/lib/warnings/utf8
8661            + t/lib/warnings/util
8662            - lib/locale/latin1 lib/locale/utf8 lib/strict/refs
8663            - lib/strict/subs lib/strict/vars lib/warnings/1global
8664            - lib/warnings/2use lib/warnings/3both lib/warnings/4lint
8665            - lib/warnings/5nolint lib/warnings/6default lib/warnings/7fatal
8666            - lib/warnings/8signal lib/warnings/9enabled lib/warnings/av
8667            - lib/warnings/doio lib/warnings/doop lib/warnings/gv
8668            - lib/warnings/hv lib/warnings/malloc lib/warnings/mg
8669            - lib/warnings/op lib/warnings/perl lib/warnings/perlio
8670            - lib/warnings/perly lib/warnings/pp lib/warnings/pp_ctl
8671            - lib/warnings/pp_hot lib/warnings/pp_sys lib/warnings/regcomp
8672            - lib/warnings/regexec lib/warnings/run lib/warnings/sv
8673            - lib/warnings/taint lib/warnings/toke lib/warnings/universal
8674            - lib/warnings/utf8 lib/warnings/util
8675            ! MANIFEST installperl lib/locale.t lib/strict.t
8676 ____________________________________________________________________________
8677 [ 10685] By: jhi                                   on 2001/06/18  13:11:49
8678         Log: Split off the pack/unpack code, from Nicholas Clark.
8679      Branch: perl
8680            + pp_pack.c
8681            ! MANIFEST Makefile.SH Makefile.micro cflags.SH embed.h embed.pl
8682            ! objXSUB.h perlapi.c pod/perlhack.pod pp.c proto.h
8683            ! vms/descrip_mms.template win32/Makefile win32/makefile.mk
8684 ____________________________________________________________________________
8685 [ 10684] By: jhi                                   on 2001/06/18  12:25:55
8686         Log: Guard the SysV IPC tests against being invoked in
8687              SysV-IPC-less places.
8688      Branch: perl
8689            ! ext/IPC/SysV/t/msg.t ext/IPC/SysV/t/sem.t
8690 ____________________________________________________________________________
8691 [ 10683] By: nick                                  on 2001/06/18  12:24:42
8692         Log: Integrate mainline (new test scheme now ok on Linux).
8693      Branch: perlio
8694           +> lib/warnings.t
8695           !> dump.c sv.c
8696 ____________________________________________________________________________
8697 [ 10682] By: jhi                                   on 2001/06/18  12:20:50
8698         Log: Add the locale.c and numeric.c to the microperl sources.
8699      Branch: perl
8700            ! Makefile.micro win32/Makefile
8701 ____________________________________________________________________________
8702 [ 10681] By: jhi                                   on 2001/06/18  11:57:45
8703         Log: Subject: [PATCH dump.c] FLAGS = (...,OUR,TYPED,...)
8704              From: Abhijit Menon-Sen <ams@wiw.org>
8705              Date: Mon, 18 Jun 2001 14:23:44 +0530
8706              Message-ID: <20010618142344.A13136@lustre.linux.in>
8707      Branch: perl
8708            ! dump.c
8709 ____________________________________________________________________________
8710 [ 10680] By: jhi                                   on 2001/06/18  11:56:12
8711         Log: Subject: Re: [PATCH] more anonymous stash cleanups
8712              From: Abhijit Menon-Sen <ams@wiw.org>
8713              Date: Mon, 18 Jun 2001 15:50:32 +0530
8714              Message-ID: <20010618155032.A13223@lustre.linux.in>
8715              
8716              Plus the comment left in as suggested by NI-S.
8717      Branch: perl
8718            ! sv.c
8719 ____________________________________________________________________________
8720 [ 10679] By: jhi                                   on 2001/06/18  11:49:27
8721         Log: One missed file.
8722      Branch: perl
8723            + lib/warnings.t
8724 ____________________________________________________________________________
8725 [ 10678] By: nick                                  on 2001/06/18  08:05:29
8726         Log: Integrate mainline (part2 - the deletes)
8727      Branch: perlio
8728            - lib/Text/Abbrev/t/abbrev.t t/lib/anydbm.t t/lib/b-stash.t
8729            - t/lib/bigfltpm.t t/lib/bigintpm.t t/lib/cwd.t t/lib/db-btree.t
8730            - t/lib/db-hash.t t/lib/db-recno.t t/lib/extutils.t
8731            - t/lib/filefind.t t/lib/filehand.t t/lib/filter-util.t
8732            - t/lib/findtaint.t t/lib/ftmp-security.t t/lib/gdbm.t
8733            - t/lib/glob-basic.t t/lib/glob-case.t t/lib/io_dup.t
8734            - t/lib/io_poll.t t/lib/io_sel.t t/lib/io_taint.t t/lib/mbimbf.t
8735            - t/lib/ndbm.t t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t
8736            - t/lib/open3.t t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t
8737            - t/lib/syslfs.t t/pragma/locale.t t/pragma/strict.t
8738            - t/pragma/subs.t t/pragma/warn/mg t/pragma/warnings.t
8739 ____________________________________________________________________________
8740 [ 10677] By: nick                                  on 2001/06/18  08:04:44
8741         Log: Integrate mainline (part1)
8742      Branch: perlio
8743           +> (branch 376 files)
8744            - (delete 219 files)
8745           !> (integrate 151 files)
8746 ____________________________________________________________________________
8747 [ 10676] By: jhi                                   on 2001/06/18  04:17:15
8748         Log: The Grand Trek: move the *.t files from t/ to lib/ and ext/.
8749              No doubt I made some mistakes like missed some files or
8750              misnamed some files.  The naming rules were more or less:
8751              (1) if the module is from CPAN, follows its ways, be it
8752              t/*.t or test.pl.
8753              (2) otherwise if there are multiple tests for a module
8754              put them in a t/
8755              (3) otherwise if there's only one test put it in Module.t
8756              (4) helper files go to module/ (locale, strict, warnings)
8757              (5) use longer filenames now that we can (but e.g. the
8758              compat-0.6.t and the Text::Balanced test files still
8759              were renamed to be more civil against the 8.3 people)
8760              installperl was updated appropriately not to install the
8761              *.t files or the help files from under lib.
8762              
8763              TODO: some helper files still remain under t/ that could
8764              follow their 'masters'.  UPDATE: On second thoughts, why
8765              should they.  They can continue to live under t/lib, and
8766              in fact the locale/strict/warnings helpers that were moved
8767              could be moved back.  This way the amount of non-installable
8768              stuff under lib/ stays smaller.
8769      Branch: perl
8770            + (add 253 files)
8771            - (delete 254 files)
8772            ! MANIFEST installperl lib/Test/Harness.pm t/TEST t/harness
8773 ____________________________________________________________________________
8774 [ 10675] By: jhi                                   on 2001/06/18  03:15:02
8775         Log: The warning no more comes from util.c, it comes from numeric.c.
8776      Branch: perl
8777            ! README.tru64
8778 ____________________________________________________________________________
8779 [ 10674] By: jhi                                   on 2001/06/18  00:56:22
8780         Log: Subject: Re: anyone good at casting spells?
8781              From: Spider Boardman <spider@Orb.Nashua.NH.US>
8782              Date: Sun, 17 Jun 2001 21:21:04 -0400
8783              Message-Id: <200106180121.VAA10195@Orb.Nashua.NH.US> 
8784      Branch: perl
8785            ! ext/POSIX/POSIX.xs hv.h
8786 ____________________________________________________________________________
8787 [ 10673] By: jhi                                   on 2001/06/17  22:24:53
8788         Log: Protect the (original) thread tests against testing if no 5.005
8789              threads have been configured.
8790      Branch: perl
8791            ! ext/Thread/create.t ext/Thread/die.t ext/Thread/die2.t
8792            ! ext/Thread/io.t ext/Thread/join.t ext/Thread/join2.t
8793            ! ext/Thread/list.t ext/Thread/lock.t ext/Thread/queue.t
8794            ! ext/Thread/specific.t ext/Thread/sync.t ext/Thread/sync2.t
8795            ! ext/Thread/unsync.t ext/Thread/unsync2.t ext/Thread/unsync3.t
8796            ! ext/Thread/unsync4.t
8797 ____________________________________________________________________________
8798 [ 10672] By: jhi                                   on 2001/06/17  22:09:28
8799         Log: Try the new test scanning scheme on Text::Abbrev.
8800      Branch: perl
8801            + lib/Text/Abbrev.t
8802            - lib/Text/Abbrev/t/abbrev.t
8803            ! MANIFEST
8804 ____________________________________________________________________________
8805 [ 10671] By: jhi                                   on 2001/06/17  22:07:08
8806         Log: Change the scan policy of the *.t and test.pl files,
8807              now the *.t do not need to live in a t/ directory.
8808      Branch: perl
8809            ! t/TEST t/harness
8810 ____________________________________________________________________________
8811 [ 10670] By: jhi                                   on 2001/06/17  20:32:35
8812         Log: Subject: [PATCH perlfaq7.pod] fix dangling L<perlobj/"WARNING">
8813              From: Ilmari Karonen <iltzu@sci.fi>
8814              Date: Mon, 18 Jun 2001 00:30:21 +0300 (EET DST)
8815              Message-ID: <Pine.SOL.3.96.1010618002009.6629A-100000@simpukka>
8816      Branch: perl
8817            ! pod/perlfaq7.pod
8818 ____________________________________________________________________________
8819 [ 10669] By: jhi                                   on 2001/06/17  20:30:22
8820         Log: Quench the warnings from Tru64; the HP-UX is still
8821              broken because it really, REALLY, doesn't like the
8822              HvARRAY() being lvalue:
8823              
8824              cc: "hv.c", line 192: warning 524: Cast (non-lvalue) appears on left-hand side of assignment.
8825              cc: "hv.c", line 192: error 1549: Modifiable lvalue required for assignment operator.
8826      Branch: perl
8827            ! hv.c
8828 ____________________________________________________________________________
8829 [ 10668] By: jhi                                   on 2001/06/17  19:13:24
8830         Log: Integrate change #10667 from maintperl:
8831              
8832              change#10449 broke the special-case that makes lexicals inside the
8833              eval"" within DB::DB() visible
8834      Branch: perl
8835           !> op.c
8836 ____________________________________________________________________________
8837 [ 10667] By: gsar                                  on 2001/06/17  19:08:27
8838         Log: change#10449 broke the special-case that makes lexicals inside the
8839              eval"" within DB::DB() visible
8840      Branch: maint-5.6/perl
8841            ! op.c
8842 ____________________________________________________________________________
8843 [ 10666] By: jhi                                   on 2001/06/17  17:50:07
8844         Log: Still spurious output; indent the code a bit.
8845              
8846              TODO1: separate the utility functions like MkDir
8847              into a helper script?
8848              
8849              TODO2: I see a lot of repetition in the filepath()
8850              and dirpath() calls.
8851      Branch: perl
8852            ! t/lib/filefind.t t/lib/findtaint.t
8853 ____________________________________________________________________________
8854 [ 10665] By: jhi                                   on 2001/06/17  16:59:42
8855         Log: Regen modlib, toc.
8856      Branch: perl
8857            ! pod/perlmodlib.pod pod/perltoc.pod
8858 ____________________________________________________________________________
8859 [ 10664] By: jhi                                   on 2001/06/17  16:55:28
8860         Log: Add libnetcfg to perlutil.
8861      Branch: perl
8862            ! pod/perlutil.pod
8863 ____________________________________________________________________________
8864 [ 10663] By: jhi                                   on 2001/06/17  16:53:29
8865         Log: Initial integration of libnet-1.0703.
8866              The Configure script renamed as libnetcfg, will be
8867              installed along other utilities.
8868      Branch: perl
8869            + lib/Net/ChangeLog.libnet lib/Net/Cmd.pm lib/Net/Config.eg
8870            + lib/Net/Config.pm lib/Net/Domain.pm lib/Net/DummyInetd.pm
8871            + lib/Net/FTP.pm lib/Net/FTP/A.pm lib/Net/FTP/E.pm
8872            + lib/Net/FTP/I.pm lib/Net/FTP/L.pm lib/Net/FTP/dataconn.pm
8873            + lib/Net/Hostname.eg lib/Net/NNTP.pm lib/Net/Netrc.pm
8874            + lib/Net/PH.pm lib/Net/POP3.pm lib/Net/README.config
8875            + lib/Net/README.libnet lib/Net/SMTP.pm lib/Net/SNPP.pm
8876            + lib/Net/Time.pm lib/Net/demos/ftp lib/Net/demos/inetd
8877            + lib/Net/demos/nntp lib/Net/demos/nntp.mirror
8878            + lib/Net/demos/pop3 lib/Net/demos/smtp.self lib/Net/demos/snpp
8879            + lib/Net/demos/time lib/Net/libnet.ppd lib/Net/libnetFAQ.pod
8880            + lib/Net/t/ftp.t lib/Net/t/hostname.t lib/Net/t/nntp.t
8881            + lib/Net/t/ph.t lib/Net/t/require.t lib/Net/t/smtp.t
8882            + utils/libnetcfg.PL
8883            ! MANIFEST utils.lst utils/Makefile
8884 ____________________________________________________________________________
8885 [ 10662] By: jhi                                   on 2001/06/17  15:37:32
8886         Log: Less potentially test-harness-confusing output.
8887      Branch: perl
8888            ! lib/Memoize/t/expire_module_t.t
8889 ____________________________________________________________________________
8890 [ 10661] By: jhi                                   on 2001/06/17  15:31:04
8891         Log: The final print annoys make test.
8892      Branch: perl
8893            ! t/lib/filefind.t t/lib/findtaint.t
8894 ____________________________________________________________________________
8895 [ 10660] By: jhi                                   on 2001/06/17  14:00:21
8896         Log: Add an option for handling dangling symbolic links.
8897      Branch: perl
8898            ! lib/File/Find.pm t/lib/filefind.t
8899 ____________________________________________________________________________
8900 [ 10659] By: jhi                                   on 2001/06/17  13:45:48
8901         Log: Subject: Re: [MacPerl-Porters] Re: [PATCH] File::Find for bleadperl, Mac OS  etc.
8902              From: Thomas Wegner <wegner_thomas@yahoo.com>
8903              Date: Sun, 17 Jun 2001 14:43:11 +0200
8904              Message-Id: <p04320400b751fb74714a@[149.225.10.45]>
8905      Branch: perl
8906            + t/lib/findtaint.t
8907            ! MANIFEST lib/File/Find.pm t/lib/filefind.t
8908 ____________________________________________________________________________
8909 [ 10658] By: jhi                                   on 2001/06/17  13:13:25
8910         Log: Subject: [PATCH ExtUtils/MM_Unix.pm perl@10654] Remove tmon.out in make clean
8911              From: Jonathan Stowe <gellyfish@gellyfish.com>
8912              Date: Sun, 17 Jun 2001 11:26:21 +0100 (BST)
8913              Message-ID: <Pine.LNX.4.33.0106171120540.28753-100000@orpheus.gellyfish.com>
8914      Branch: perl
8915            ! lib/ExtUtils/MM_Unix.pm
8916 ____________________________________________________________________________
8917 [ 10657] By: jhi                                   on 2001/06/17  13:12:25
8918         Log: Subject: [PATCH] more anonymous stash cleanups
8919              From: Abhijit Menon-Sen <ams@wiw.org>
8920              Date: Sun, 17 Jun 2001 11:44:06 +0530
8921              Message-ID: <20010617114406.A25203@lustre.linux.in>
8922      Branch: perl
8923            ! op.c
8924 ____________________________________________________________________________
8925 [ 10656] By: jhi                                   on 2001/06/17  13:11:11
8926         Log: Subject: [PATCH #1/7] xhv_array (was Re: Using xhv_foo instead of HvFOO)
8927              From: Abhijit Menon-Sen <ams@wiw.org>
8928              Date: Sun, 17 Jun 2001 08:02:59 +0530
8929              Message-ID: <20010617080259.A28776@lustre.linux.in>
8930              
8931              Subject: [PATCH #2/7] xhv_eiter
8932              From: Abhijit Menon-Sen <ams@wiw.org>
8933              Date: Sun, 17 Jun 2001 08:13:18 +0530
8934              Message-ID: <20010617081318.B28776@lustre.linux.in>
8935              
8936              Subject: [PATCH #3/7] xhv_fill
8937              From: Abhijit Menon-Sen <ams@wiw.org>
8938              Date: Sun, 17 Jun 2001 08:25:16 +0530
8939              Message-ID: <20010617082516.C28776@lustre.linux.in>
8940              
8941              Subject: [PATCH #4/7] xhv_keys
8942              From: Abhijit Menon-Sen <ams@wiw.org>
8943              Date: Sun, 17 Jun 2001 08:36:17 +0530
8944              Message-ID: <20010617083617.D28776@lustre.linux.in>
8945              
8946              Subject: [PATCH #5/7] xhv_max
8947              From: Abhijit Menon-Sen <ams@wiw.org>
8948              Date: Sun, 17 Jun 2001 08:39:48 +0530
8949              Message-ID: <20010617083948.E28776@lustre.linux.in>
8950              
8951              Subject: [PATCH #6,7/7] xhv_pmroot, xhv_riter
8952              From: Abhijit Menon-Sen <ams@wiw.org>
8953              Date: Sun, 17 Jun 2001 08:51:11 +0530
8954              Message-ID: <20010617085111.F28776@lustre.linux.in>
8955      Branch: perl
8956            ! hv.c
8957 ____________________________________________________________________________
8958 [ 10655] By: jhi                                   on 2001/06/16  23:32:03
8959         Log: Update Changes.
8960      Branch: perl
8961            ! Changes patchlevel.h
8962 ____________________________________________________________________________
8963 [ 10654] By: jhi                                   on 2001/06/16  23:18:37
8964         Log: Subject: [PATCH] Re: DYNAMIC_ENV_FETCH HvNAME abuse.
8965              From: Abhijit Menon-Sen <ams@wiw.org>
8966              Date: Sat, 16 Jun 2001 07:41:19 +0530
8967              Message-ID: <20010616074119.A24720@lustre.linux.in>
8968      Branch: perl
8969            ! hv.c perl.c vms/vmsish.h win32/win32.h
8970 ____________________________________________________________________________
8971 [ 10653] By: jhi                                   on 2001/06/16  23:15:11
8972         Log: Document tests failing when threaded, since we now have more.
8973      Branch: perl
8974            ! pod/perl572delta.pod
8975 ____________________________________________________________________________
8976 [ 10652] By: jhi                                   on 2001/06/16  23:12:19
8977         Log: -Wall cleanup.
8978      Branch: perl
8979            ! ext/Thread/Thread.xs
8980 ____________________________________________________________________________
8981 [ 10651] By: jhi                                   on 2001/06/16  23:06:55
8982         Log: pthread_attr_setstacksize() isn't absolutely necessary
8983              to call, only iff THREAD_CREATE_NEEDS_STACK.
8984      Branch: perl
8985            ! ext/Thread/Thread.xs
8986 ____________________________________________________________________________
8987 [ 10650] By: jhi                                   on 2001/06/16  22:58:48
8988         Log: -Wall strays.
8989      Branch: perl
8990            ! perl.c util.c
8991 ____________________________________________________________________________
8992 [ 10649] By: jhi                                   on 2001/06/16  22:47:40
8993         Log: Add workaround for Darwin's (Mac OS X's) INT32_MIN
8994              (and INT64_MIN) brokenness.
8995      Branch: perl
8996            ! hints/darwin.sh perl.h
8997 ____________________________________________________________________________
8998 [ 10648] By: jhi                                   on 2001/06/16  22:27:48
8999         Log: Subject: [PATCH] Re: [PATCH] Re: perl@10611
9000              From: Nicholas Clark <nick@ccl4.org>
9001              Date: Sun, 17 Jun 2001 00:16:05 +0100
9002              Message-ID: <20010617001605.V98663@plum.flirble.org>
9003      Branch: perl
9004            ! ext/Fcntl/Fcntl.xs ext/Fcntl/Makefile.PL ext/File/Glob/Glob.pm
9005            ! ext/File/Glob/Glob.xs ext/File/Glob/Makefile.PL
9006            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
9007 ____________________________________________________________________________
9008 [ 10647] By: jhi                                   on 2001/06/16  22:24:47
9009         Log: Add perlnetware to docs; regen toc; supply skeleton
9010              docs for some Memoize submodules.
9011      Branch: perl
9012            ! lib/Memoize/AnyDBM_File.pm lib/Memoize/ExpireFile.pm
9013            ! lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
9014            ! lib/Memoize/SDBM_File.pm lib/Memoize/Storable.pm
9015            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
9016            ! win32/Makefile win32/makefile.mk
9017 ____________________________________________________________________________
9018 [ 10646] By: jhi                                   on 2001/06/16  22:06:52
9019         Log: pod cleanup.
9020      Branch: perl
9021            ! README.netware
9022 ____________________________________________________________________________
9023 [ 10645] By: jhi                                   on 2001/06/16  21:47:00
9024         Log: Integrate Memoize 0.64.  Few tweaks were required in
9025              the test scripts.  Note that the speed and expire*
9026              tests take several dozen seconds to run.
9027      Branch: perl
9028            + lib/Memoize.pm lib/Memoize/AnyDBM_File.pm
9029            + lib/Memoize/Expire.pm lib/Memoize/ExpireFile.pm
9030            + lib/Memoize/ExpireTest.pm lib/Memoize/NDBM_File.pm
9031            + lib/Memoize/README lib/Memoize/SDBM_File.pm
9032            + lib/Memoize/Saves.pm lib/Memoize/Storable.pm lib/Memoize/TODO
9033            + lib/Memoize/t/array.t lib/Memoize/t/correctness.t
9034            + lib/Memoize/t/errors.t lib/Memoize/t/expire.t
9035            + lib/Memoize/t/expire_file.t lib/Memoize/t/expire_module_n.t
9036            + lib/Memoize/t/expire_module_t.t lib/Memoize/t/flush.t
9037            + lib/Memoize/t/normalize.t lib/Memoize/t/prototype.t
9038            + lib/Memoize/t/speed.t lib/Memoize/t/tie.t
9039            + lib/Memoize/t/tie_gdbm.t lib/Memoize/t/tie_ndbm.t
9040            + lib/Memoize/t/tie_sdbm.t lib/Memoize/t/tie_storable.t
9041            + lib/Memoize/t/tiefeatures.t lib/Memoize/t/unmemoize.t
9042            ! MANIFEST t/lib/1_compile.t
9043 ____________________________________________________________________________
9044 [ 10644] By: jhi                                   on 2001/06/16  20:35:49
9045         Log: Document the cross-compilation options.
9046      Branch: perl
9047            ! Cross/README INSTALL
9048 ____________________________________________________________________________
9049 [ 10643] By: jhi                                   on 2001/06/16  19:46:38
9050         Log: NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.
9051      Branch: perl
9052            + NetWare/CLIBsdio.h NetWare/CLIBstr.h NetWare/CLIBstuf.c
9053            + NetWare/CLIBstuf.h NetWare/Main.c NetWare/Makefile
9054            + NetWare/NWTInfo.c NetWare/NWUtil.c NetWare/Nwmain.c
9055            + NetWare/Nwpipe.c NetWare/bat/BldNWExt.bat
9056            + NetWare/bat/Buildtype.bat NetWare/bat/MPKBuild.bat
9057            + NetWare/bat/SetNWBld.bat NetWare/bat/Setmpksdk.bat
9058            + NetWare/bat/Setnlmsdk.bat NetWare/bat/Setwatcom.bat
9059            + NetWare/bat/ToggleD2.bat NetWare/bat/ToggleXDC.bat
9060            + NetWare/config.wc NetWare/config_H.wc NetWare/config_h.PL
9061            + NetWare/config_sh.PL NetWare/deb.h NetWare/dl_netware.xs
9062            + NetWare/intdef.h NetWare/interface.c NetWare/interface.h
9063            + NetWare/iperlhost.h NetWare/netware.h NetWare/nw5.c
9064            + NetWare/nw5iop.h NetWare/nw5sck.c NetWare/nw5sck.h
9065            + NetWare/nw5thread.c NetWare/nw5thread.h NetWare/nwperlsys.c
9066            + NetWare/nwperlsys.h NetWare/nwpipe.h NetWare/nwplglob.c
9067            + NetWare/nwplglob.h NetWare/nwtinfo.h NetWare/nwutil.h
9068            + NetWare/t/NWModify.pl NetWare/t/NWScripts.pl
9069            + NetWare/t/Readme.txt NetWare/testnlm/echo/echo.c
9070            + NetWare/testnlm/type/type.c NetWare/win32ish.h README.netware
9071            + lib/ExtUtils/MM_NW5.pm
9072            ! MANIFEST XSUB.h dosish.h ext/Errno/Errno_pm.PL ext/IO/IO.xs
9073            ! ext/POSIX/POSIX.xs ext/Socket/Socket.xs installperl iperlsys.h
9074            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
9075            ! lib/File/Copy.pm lib/File/Find.pm lib/perl5db.pl makedef.pl
9076            ! perl.c perl.h perlio.c perlio.h pp_sys.c t/comp/multiline.t
9077            ! t/comp/script.t t/io/argv.t t/io/dup.t t/io/fs.t
9078            ! t/io/inplace.t t/io/iprefix.t t/io/tell.t t/lib/anydbm.t
9079            ! t/lib/b-stash.t t/lib/cwd.t t/lib/db-btree.t t/lib/db-hash.t
9080            ! t/lib/db-recno.t t/lib/filehand.t t/lib/filter-util.t
9081            ! t/lib/ftmp-security.t t/lib/gdbm.t t/lib/glob-basic.t
9082            ! t/lib/glob-case.t t/lib/io_dup.t t/lib/io_poll.t
9083            ! t/lib/io_sel.t t/lib/io_taint.t t/lib/ndbm.t
9084            ! t/lib/net-hostent.t t/lib/odbm.t t/lib/open2.t t/lib/open3.t
9085            ! t/lib/posix.t t/lib/sdbm.t t/lib/sigaction.t t/lib/syslfs.t
9086            ! t/op/anonsub.t t/op/closure.t t/op/die_exit.t t/op/exec.t
9087            ! t/op/fork.t t/op/goto.t t/op/groups.t t/op/lfs.t t/op/magic.t
9088            ! t/op/misc.t t/op/rand.t t/op/runlevel.t t/op/split.t
9089            ! t/op/stat.t t/op/sysio.t t/op/taint.t t/op/write.t
9090            ! t/pragma/locale.t t/pragma/strict.t t/pragma/subs.t
9091            ! t/pragma/warn/mg t/pragma/warnings.t thread.h toke.c util.c
9092            ! util.h x2p/a2py.c
9093 ____________________________________________________________________________
9094 [ 10642] By: jhi                                   on 2001/06/16  19:16:04
9095         Log: Resort MANIFEST.
9096      Branch: perl
9097            ! MANIFEST
9098 ____________________________________________________________________________
9099 [ 10641] By: jhi                                   on 2001/06/16  18:52:26
9100         Log: Integrate perlio.
9101      Branch: perl
9102           +> win32/win32io.c
9103           !> MANIFEST perlio.c perliol.h win32/makefile.mk
9104 ____________________________________________________________________________
9105 [ 10640] By: nick                                  on 2001/06/16  18:38:31
9106         Log: Disable :win32 layer as default till I get it working
9107      Branch: perlio
9108            ! MANIFEST perlio.c
9109 ____________________________________________________________________________
9110 [ 10639] By: jhi                                   on 2001/06/16  18:35:46
9111         Log: Try the new scheme by moving the Text::Abbrev test
9112              to a new place under lib.
9113      Branch: perl
9114            + lib/Text/Abbrev/t/abbrev.t
9115            - t/lib/abbrev.t
9116            ! MANIFEST
9117 ____________________________________________________________________________
9118 [ 10638] By: jhi                                   on 2001/06/16  18:34:30
9119         Log: Make the code even more dynamical so that testname
9120              suffix length can change.
9121      Branch: perl
9122            ! lib/Test/Harness.pm t/TEST
9123 ____________________________________________________________________________
9124 [ 10637] By: jhi                                   on 2001/06/16  18:16:28
9125         Log: Allow for deeper t/ and also a single test.pl.
9126      Branch: perl
9127            ! t/TEST t/harness
9128 ____________________________________________________________________________
9129 [ 10636] By: jhi                                   on 2001/06/16  18:13:59
9130         Log: #define fix from Nicholas Clark.
9131      Branch: perl
9132            ! ext/POSIX/POSIX.xs
9133 ____________________________________________________________________________
9134 [ 10635] By: jhi                                   on 2001/06/16  17:50:43
9135         Log: Initialization is nice.
9136      Branch: perl
9137            ! lib/Test/Harness.pm
9138 ____________________________________________________________________________
9139 [ 10634] By: jhi                                   on 2001/06/16  17:38:53
9140         Log: Make t/TEST and t/harness to test also the t/ tests
9141              under the main lib/ and ext/ directories.  Fix Test::Harness
9142              to dynamically change the width of its "foo/bar....ok" output.
9143      Branch: perl
9144            ! lib/Test/Harness.pm t/TEST t/TestInit.pm t/harness
9145 ____________________________________________________________________________
9146 [ 10633] By: jhi                                   on 2001/06/16  16:58:57
9147         Log: Subject: [PATCH] Re: perl@10611 
9148              From: Nicholas Clark <nick@ccl4.org>
9149              Date: Sat, 16 Jun 2001 16:52:47 +0100
9150              Message-ID: <20010616165247.O98663@plum.flirble.org>
9151              
9152              The .xs parts, too.
9153      Branch: perl
9154            ! ext/GDBM_File/GDBM_File.xs ext/POSIX/POSIX.xs
9155            ! ext/Socket/Socket.xs ext/Sys/Syslog/Syslog.xs
9156 ____________________________________________________________________________
9157 [ 10632] By: nick                                  on 2001/06/16  16:44:35
9158         Log: Work-in-progress win32 layer semi-functional, checking 
9159              for UNIX breakage.
9160      Branch: perlio
9161            ! perlio.c perliol.h win32/makefile.mk win32/win32io.c
9162 ____________________________________________________________________________
9163 [ 10631] By: jhi                                   on 2001/06/16  16:40:30
9164         Log: Subject: [PATCH] Re: perl@10611 
9165              From: Nicholas Clark <nick@ccl4.org>
9166              Date: Sat, 16 Jun 2001 16:52:47 +0100
9167              Message-ID: <20010616165247.O98663@plum.flirble.org>
9168      Branch: perl
9169            ! ext/GDBM_File/GDBM_File.xs ext/GDBM_File/Makefile.PL
9170            ! ext/POSIX/Makefile.PL ext/POSIX/POSIX.xs
9171            ! ext/Socket/Makefile.PL ext/Socket/Socket.xs
9172            ! ext/Sys/Syslog/Makefile.PL ext/Sys/Syslog/Syslog.xs
9173            ! lib/ExtUtils/Constant.pm
9174 ____________________________________________________________________________
9175 [ 10630] By: jhi                                   on 2001/06/16  15:11:38
9176         Log: Metaconfig unit change for #10629.
9177      Branch: metaconfig
9178            ! U/modified/Finish.U
9179 ____________________________________________________________________________
9180 [ 10629] By: jhi                                   on 2001/06/16  15:11:10
9181         Log: The extraction changed directories.
9182      Branch: perl
9183            ! Configure
9184 ____________________________________________________________________________
9185 [ 10628] By: jhi                                   on 2001/06/16  14:59:38
9186         Log: Math::BigInt 1.35 from Tels.
9187      Branch: perl
9188            + t/lib/mbimbf.t
9189            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9190            ! t/lib/bigfltpm.t t/lib/bigintpm.t
9191 ____________________________________________________________________________
9192 [ 10627] By: nick                                  on 2001/06/16  14:54:52
9193         Log: Work in progress UNIX-side edit of win32 PerLIO layer
9194      Branch: perlio
9195            + win32/win32io.c
9196            ! perlio.c win32/makefile.mk
9197 ____________________________________________________________________________
9198 [ 10626] By: jhi                                   on 2001/06/16  14:01:50
9199         Log: Subject: [PATCH 5.6.1] os2/diff-configure
9200              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9201              Date: Fri, 15 Jun 2001 01:19:36 -0400
9202              Message-ID: <20010615011936.A26982@math.ohio-state.edu>
9203              
9204              Empty all of it because I think #10624 made even the
9205              last patch hunk unnecessary.
9206      Branch: perl
9207            ! os2/diff.configure
9208 ____________________________________________________________________________
9209 [ 10625] By: jhi                                   on 2001/06/16  13:58:34
9210         Log: Metaconfig unit change for 10624.
9211      Branch: metaconfig
9212            ! U/modified/libc.U
9213      Branch: perl
9214            ! config_h.SH
9215 ____________________________________________________________________________
9216 [ 10624] By: jhi                                   on 2001/06/16  13:58:13
9217         Log: Move the initialization of libnames to the beginning so
9218              that can one 'seed' it (as OS/2 does.)
9219      Branch: perl
9220            ! Configure
9221 ____________________________________________________________________________
9222 [ 10623] By: jhi                                   on 2001/06/16  13:47:54
9223         Log: Subject: [PATCH 5.6.1] OS2::DLL patch
9224              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
9225              Date: Fri, 15 Jun 2001 19:10:57 -0400
9226              Message-ID: <20010615191057.A8050@math.ohio-state.edu>
9227      Branch: perl
9228            ! os2/OS2/REXX/DLL/DLL.pm
9229 ____________________________________________________________________________
9230 [ 10622] By: jhi                                   on 2001/06/16  13:29:42
9231         Log: Subject: [PATCH perl@10611] make VMS find util.c's offspring 
9232              From: "Craig A. Berry" <craigberry@mac.com>
9233              Date: Fri, 15 Jun 2001 17:00:03 -0500
9234              Message-Id: <a05101007b750342599be@[172.16.52.1]>
9235      Branch: perl
9236            ! vms/descrip_mms.template
9237 ____________________________________________________________________________
9238 [ 10621] By: jhi                                   on 2001/06/16  13:28:37
9239         Log: Subject: [PATCH perl@10611] get extutils.t working on VMS (again)
9240              From: "Craig A. Berry" <craigberry@mac.com>
9241              Date: Fri, 15 Jun 2001 18:39:42 -0500
9242              Message-Id: <a05101008b7503dc9dc2f@[172.16.52.1]>
9243      Branch: perl
9244            ! lib/File/Spec/VMS.pm t/lib/extutils.t
9245 ____________________________________________________________________________
9246 [ 10620] By: jhi                                   on 2001/06/16  13:25:06
9247         Log: Integrate perlio.
9248      Branch: perl
9249           !> embed.h embed.pl lib/open.pm perl.c perlio.c proto.h
9250           !> t/io/utf8.t t/lib/io_scalar.t
9251 ____________________________________________________________________________
9252 [ 10619] By: nick                                  on 2001/06/15  21:05:19
9253         Log: Generated files
9254      Branch: perlio
9255            ! embed.h proto.h
9256 ____________________________________________________________________________
9257 [ 10618] By: nick                                  on 2001/06/15  20:27:42
9258         Log: Fix open.pm to work via XS-implemented method calls rather
9259              than *open::layers variables which caused all the HV/AV hassle.
9260      Branch: perlio
9261            ! embed.pl lib/open.pm perl.c perlio.c t/io/utf8.t
9262            ! t/lib/io_scalar.t
9263 ____________________________________________________________________________
9264 [ 10617] By: jhi                                   on 2001/06/15  18:50:53
9265         Log: Integrate perlio.
9266      Branch: perl
9267           !> lib/ExtUtils/Constant.pm
9268 ____________________________________________________________________________
9269 [ 10616] By: nick                                  on 2001/06/15  18:46:47
9270         Log: pTHX_ / aTHX_ for ExtUtils/Constant.pm
9271      Branch: perlio
9272            ! lib/ExtUtils/Constant.pm
9273 ____________________________________________________________________________
9274 [ 10615] By: jhi                                   on 2001/06/15  18:36:43
9275         Log: Integrate perlio.
9276      Branch: perl
9277           !> ext/Socket/Socket.xs
9278 ____________________________________________________________________________
9279 [ 10614] By: nick                                  on 2001/06/15  18:33:37
9280         Log: MULTIPLICITY fix for Socket.xs
9281      Branch: perlio
9282            ! ext/Socket/Socket.xs
9283 ____________________________________________________________________________
9284 [ 10613] By: jhi                                   on 2001/06/15  16:34:06
9285         Log: Subject: Re: perl@10611
9286              From: Doug MacEachern <dougm@covalent.net>
9287              Date: Fri, 15 Jun 2001 10:10:33 -0700 (PDT)
9288              Message-ID: <Pine.LNX.4.21.0106151007420.10871-100000@mako.covalent.net>
9289      Branch: perl
9290            ! ext/Socket/Socket.xs
9291 ____________________________________________________________________________
9292 [ 10612] By: nick                                  on 2001/06/15  16:14:38
9293         Log: Raw integrate on mainline - MULTIPLICITY issues with Socket.xs
9294      Branch: perlio
9295           !> Changes ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
9296           !> ext/Socket/Socket.pm ext/Socket/Socket.xs
9297           !> lib/ExtUtils/Constant.pm lib/File/Find.pm opcode.pl
9298           !> patchlevel.h perlio.c t/lib/extutils.t t/lib/filefind.t
9299           !> t/lib/gdbm.t t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t
9300           !> utils/h2ph.PL
9301 ____________________________________________________________________________
9302 [ 10611] By: jhi                                   on 2001/06/15  14:29:04
9303         Log: Update Changes.
9304      Branch: perl
9305            ! Changes patchlevel.h
9306 ____________________________________________________________________________
9307 [ 10610] By: jhi                                   on 2001/06/15  14:20:33
9308         Log: Upping the test count.
9309      Branch: perl
9310            ! t/lib/filefind.t
9311 ____________________________________________________________________________
9312 [ 10609] By: jhi                                   on 2001/06/15  14:13:29
9313         Log: Integrate perlio.
9314      Branch: perl
9315           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9316 ____________________________________________________________________________
9317 [ 10608] By: jhi                                   on 2001/06/15  14:12:31
9318         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
9319              From: andreas.koenig@anima.de (Andreas J. Koenig)
9320              Date: 15 Jun 2001 13:30:39 +0200
9321              Message-ID: <m3hexikmjk.fsf@ak-71.mind.de>
9322              
9323              Record the grim history.
9324      Branch: perl
9325            ! lib/File/Find.pm
9326 ____________________________________________________________________________
9327 [ 10607] By: jhi                                   on 2001/06/15  14:08:19
9328         Log: Subject: Re: [ID 20010608.010] File::Find re-entrancy
9329              From: Brian McCauley <nobull@mail.com>
9330              Date: 15 Jun 2001 07:51:26 +0100
9331              Message-Id: <200106150923.f5F9NpG02725@wcl-l.bham.ac.uk>
9332      Branch: perl
9333            ! lib/File/Find.pm t/lib/filefind.t
9334 ____________________________________________________________________________
9335 [ 10606] By: nick                                  on 2001/06/15  14:00:08
9336         Log: regen_config_h for Win32.
9337      Branch: perlio
9338            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9339 ____________________________________________________________________________
9340 [ 10605] By: jhi                                   on 2001/06/15  13:49:55
9341         Log: Subject: [PATCH: perl@10576] handle tri graphs in h2ph.PL -> h2ph*
9342              From: Peter Prymmer <pvhp@forte.com>
9343              Date: Thu, 14 Jun 2001 16:25:33 -0700 (PDT)
9344              Message-ID: <Pine.OSF.4.10.10106141608080.110974-100000@aspara.forte.com>
9345      Branch: perl
9346            ! t/lib/h2ph.h t/lib/h2ph.pht t/lib/h2ph.t utils/h2ph.PL
9347 ____________________________________________________________________________
9348 [ 10604] By: jhi                                   on 2001/06/15  13:45:03
9349         Log: Some filesystems require writability for rename/unlink.
9350      Branch: perl
9351            ! opcode.pl
9352 ____________________________________________________________________________
9353 [ 10603] By: jhi                                   on 2001/06/15  13:41:34
9354         Log: Subject: Re: [PATCH} perlio and threading @ 10576 + report 
9355              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
9356              Date: Fri, 15 Jun 2001 12:08:53 +0200
9357              Message-Id: <20010615120320.F009.H.M.BRAND@hccnet.nl>
9358      Branch: perl
9359            ! perlio.c
9360 ____________________________________________________________________________
9361 [ 10602] By: jhi                                   on 2001/06/15  13:27:04
9362         Log: Subject: Re: [PATCH] opcode.pl is chmod'ing the original source tree
9363              From: Mike Guy <mjtg@cam.ac.uk>
9364              Date: Fri, 15 Jun 2001 14:11:49 +0100
9365              Message-Id: <E15AtO9-0006Nd-00@draco.cus.cam.ac.uk>
9366      Branch: perl
9367            ! opcode.pl
9368 ____________________________________________________________________________
9369 [ 10601] By: jhi                                   on 2001/06/15  13:21:18
9370         Log: Subject: [PATCH ?] INADDR_ANY INADDR_BROADCAST INADDR_LOOPBACK INADDR_NONE
9371              From: Nicholas Clark <nick@ccl4.org>
9372              Date: Thu, 14 Jun 2001 23:52:56 +0100
9373              Message-ID: <20010614235256.G98663@plum.flirble.org>
9374      Branch: perl
9375            ! ext/Socket/Socket.pm ext/Socket/Socket.xs
9376            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
9377 ____________________________________________________________________________
9378 [ 10600] By: jhi                                   on 2001/06/15  13:16:56
9379         Log: Subject: Re: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
9380              From: Russ Allbery <rra@stanford.edu>
9381              Date: 14 Jun 2001 13:24:43 -0700
9382              Message-ID: <ylzobaizck.fsf@windlord.stanford.edu>
9383      Branch: perl
9384            ! ext/GDBM_File/GDBM_File.pm
9385 ____________________________________________________________________________
9386 [ 10599] By: jhi                                   on 2001/06/15  13:15:26
9387         Log: Subject: [PATCH] GDBM_File (wasRe: ext/ + -Wall)
9388              From: Nicholas Clark <nick@ccl4.org>
9389              Date: Thu, 14 Jun 2001 20:37:47 +0100
9390              Message-ID: <20010614203747.F98663@plum.flirble.org>
9391      Branch: perl
9392            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
9393            ! t/lib/gdbm.t
9394 ____________________________________________________________________________
9395 [ 10598] By: jhi                                   on 2001/06/15  13:13:13
9396         Log: Integrate perlio.
9397      Branch: perl
9398           !> makedef.pl sv.c
9399 ____________________________________________________________________________
9400 [ 10597] By: nick                                  on 2001/06/15  11:08:13
9401         Log: Check that HVs with HvNAME() != NULL are really stashes before
9402              treating them as such. Also be more defensive on the GvCV.
9403              Win32 fork and dprof now working again. 
9404      Branch: perlio
9405            ! sv.c
9406 ____________________________________________________________________________
9407 [ 10596] By: nick                                  on 2001/06/15  10:11:20
9408         Log: Integrate mainline.
9409      Branch: perlio
9410           +> Cross/README
9411           !> Configure Makefile.SH Porting/Glossary Porting/config.sh
9412           !> Porting/config_H config_h.SH configure.com epoc/config.sh
9413           !> hints/linux.sh pod/perltoc.pod uconfig.h uconfig.sh
9414           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
9415           !> vos/config.ga.h win32/config.bc win32/config.gc
9416           !> win32/config.vc win32/config_H.bc win32/config_H.gc
9417           !> win32/config_H.vc
9418 ____________________________________________________________________________
9419 [ 10595] By: nick                                  on 2001/06/15  09:37:17
9420         Log: Skip Perl_my_bcopy in .def file as we do not provide it.
9421              - Win32 (VC++) now builds but fails:
9422              filefind.t - suspect Win32's builtin cwd is not doing insecure dir test
9423              fork.t     - No &___ENV_HV_NAME___::CLONE method ???
9424              write.t    - open(...,"|-") not implemented on Win32 
9425      Branch: perlio
9426            ! makedef.pl
9427 ____________________________________________________________________________
9428 [ 10594] By: jhi                                   on 2001/06/15  00:17:16
9429         Log: Integrate perlio.
9430      Branch: perl
9431           !> perlio.c win32/makefile.mk
9432 ____________________________________________________________________________
9433 [ 10593] By: jhi                                   on 2001/06/15  00:16:44
9434         Log: Metaconfig unit changes for #10592.
9435      Branch: metaconfig
9436            + U/modified/i_varhdr.U U/modified/startsh.U
9437            - U/a_dvisory/crosscompile.U U/target/Target.U
9438            ! U/a_dvisory/intsize.U U/compline/alignbytes.U
9439            ! U/compline/bitpbyte.U U/compline/byteorder.U
9440            ! U/compline/ccflags.U U/compline/charsize.U
9441            ! U/compline/d_casti32.U U/compline/d_castneg.U
9442            ! U/compline/d_closedir.U U/compline/d_fd_set.U
9443            ! U/compline/d_gconvert.U U/compline/d_gnulibc.U
9444            ! U/compline/d_keepsig.U U/compline/d_open3.U
9445            ! U/compline/d_safebcpy.U U/compline/d_safemcpy.U
9446            ! U/compline/d_sanemcmp.U U/compline/d_scannl.U
9447            ! U/compline/d_sgndchr.U U/compline/d_sigsetjmp.U
9448            ! U/compline/d_stdstdio.U U/compline/d_vprintf.U
9449            ! U/compline/doublesize.U U/compline/floatsize.U
9450            ! U/compline/nblock_io.U U/compline/orderlib.U
9451            ! U/compline/ptrsize.U U/compline/ssizetype.U U/ebcdic/ebcdic.U
9452            ! U/modified/Cppsym.U U/modified/Oldconfig.U U/modified/Signal.U
9453            ! U/modified/d_getpgrp.U U/modified/d_longdbl.U
9454            ! U/modified/d_longlong.U U/modified/d_setpgrp.U
9455            ! U/modified/d_strtoul.U U/modified/d_union_semun.U
9456            ! U/modified/spitshell.U U/threads/archname.U
9457            ! U/threads/d_pthreadj.U U/typedefs/gidsign.U
9458            ! U/typedefs/gidsize.U U/typedefs/lseektype.U
9459            ! U/typedefs/pidsign.U U/typedefs/pidsize.U
9460            ! U/typedefs/sizesize.U U/typedefs/ssizesize.U
9461            ! U/typedefs/uidsign.U U/typedefs/uidsize.U
9462      Branch: metaconfig/U/perl
9463            + Cross.U
9464            ! d_dlsymun.U d_fcntl_can_lock.U d_modfl.U d_printfed.U
9465            ! d_strtoll.U d_strtoull.U d_strtouq.U d_u32align.U dlsrc.U
9466            ! fflushall.U fpossize.U gccvers.U i_db.U longdblfio.U
9467            ! need_va_copy.U perlxv.U quadfio.U selectminbits.U
9468            ! stdio_streams.U uselfs.U
9469 ____________________________________________________________________________
9470 [ 10592] By: jhi                                   on 2001/06/15  00:15:52
9471         Log: The first steps towards cross-compilation.
9472              
9473              Abstract execution of compiled test executables with $run,
9474              and abstract transfer of files with $to and $from.
9475              
9476              Under cross-compilation the $run, $to, and $from will point
9477              to appropriate wrapper scripts, by default ssh and scp,
9478              but also rsh, rcp, and cp are supported.  If not
9479              cross-compiling, they will be set to '', ':', and ':',
9480              respectively.
9481              
9482              With these patches I was able to get Configure for
9483              iPAQ ARM Linux on an Intel Linux about 95% right
9484              (only a few tests failed to execute or they produced
9485              incorrect results), and I was able to compile
9486              a functional miniperl.
9487              
9488              The symbol crosscompile renamed to be usecrosscompile,
9489              the corresponding C symbol from CROSSCOMPILE to
9490              USE_CROSS_COMPILE.
9491      Branch: perl
9492            ! Configure Cross/README Makefile.SH Porting/Glossary
9493            ! Porting/config.sh Porting/config_H config_h.SH configure.com
9494            ! epoc/config.sh hints/linux.sh pod/perltoc.pod uconfig.h
9495            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
9496            ! vos/config.ga.def vos/config.ga.h win32/config.bc
9497            ! win32/config.gc win32/config.vc win32/config_H.bc
9498            ! win32/config_H.gc win32/config_H.vc
9499 ____________________________________________________________________________
9500 [ 10591] By: nick                                  on 2001/06/14  20:00:12
9501         Log: Steps along the road toward Win32 building again.
9502      Branch: perlio
9503            ! perlio.c win32/makefile.mk
9504 ____________________________________________________________________________
9505 [ 10590] By: jhi                                   on 2001/06/14  16:11:11
9506         Log: Integrate perlio.
9507      Branch: perl
9508           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
9509 ____________________________________________________________________________
9510 [ 10589] By: nick                                  on 2001/06/14  13:54:07
9511         Log: Routine regen_config_h for Win32
9512      Branch: perlio
9513            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
9514 ____________________________________________________________________________
9515 [ 10588] By: jhi                                   on 2001/06/14  12:30:46
9516         Log: Integrate perlio.
9517      Branch: perl
9518           +> perlyline.pl
9519           !> MANIFEST Makefile.SH perly.c t/lib/filefind.t
9520 ____________________________________________________________________________
9521 [ 10587] By: jhi                                   on 2001/06/14  12:23:24
9522         Log: A placeholder.
9523      Branch: perl
9524            + Cross/README
9525 ____________________________________________________________________________
9526 [ 10586] By: nick                                  on 2001/06/14  08:25:07
9527         Log: Add new step to run_byacc which:
9528              A. Corrects #line NNN "perly.c" lines so warnings etc. are trackable
9529              B. Adds extra () to the two if (var = ...) constructs gcc -Wall winges about.
9530      Branch: perlio
9531            + perlyline.pl
9532            ! MANIFEST Makefile.SH perly.c
9533 ____________________________________________________________________________
9534 [ 10585] By: nick                                  on 2001/06/14  08:22:29
9535         Log: Integrate mainline
9536      Branch: perlio
9537           +> locale.c numeric.c
9538           !> Changes cygwin/Makefile.SHs embed.h embed.pl
9539           !> ext/re/Makefile.PL lib/Math/BigFloat.pm lib/Math/BigInt.pm
9540           !> objXSUB.h opcode.pl patchlevel.h perlapi.c pod/perlapi.pod
9541           !> proto.h t/lib/bigfltpm.t t/lib/bigintpm.t util.c
9542           !> x2p/Makefile.SH
9543 ____________________________________________________________________________
9544 [ 10584] By: nick                                  on 2001/06/14  08:05:53
9545         Log: Hack to remove insecure directories from PATH so test will run.
9546      Branch: perlio
9547            ! t/lib/filefind.t
9548 ____________________________________________________________________________
9549 [ 10583] By: jhi                                   on 2001/06/14  03:11:16
9550         Log: The test doesn't work (yet?), Math::BigInt::round_mode() is missing.
9551      Branch: perl
9552            - t/lib/mbimbf.t
9553            ! MANIFEST
9554 ____________________________________________________________________________
9555 [ 10582] By: jhi                                   on 2001/06/14  03:04:51
9556         Log: Detypo.
9557      Branch: perl
9558            ! x2p/Makefile.SH
9559 ____________________________________________________________________________
9560 [ 10581] By: jhi                                   on 2001/06/14  03:03:14
9561         Log: de-$CONFIG continues.
9562      Branch: perl
9563            ! cygwin/Makefile.SHs x2p/Makefile.SH
9564 ____________________________________________________________________________
9565 [ 10580] By: jhi                                   on 2001/06/13  23:56:59
9566         Log: Subject: [PATCH] opcode.pl is chmod'ing the original source tree
9567              From: Nicholas Clark <nick@ccl4.org>
9568              Date: Wed, 13 Jun 2001 21:20:13 +0100
9569              Message-ID: <20010613212013.D98663@plum.flirble.org>
9570      Branch: perl
9571            ! opcode.pl
9572 ____________________________________________________________________________
9573 [ 10579] By: jhi                                   on 2001/06/13  23:55:29
9574         Log: Subject: splitting util.c
9575              From: Hugo <hv@crypt.compulink.co.uk>
9576              Date: Thu, 14 Jun 2001 00:41:08 +0100
9577              Message-Id: <200106132341.AAA24935@crypt.compulink.co.uk>
9578      Branch: perl
9579            + locale.c numeric.c
9580            ! MANIFEST Makefile.SH embed.h embed.pl objXSUB.h perlapi.c
9581            ! pod/perlapi.pod proto.h util.c
9582 ____________________________________________________________________________
9583 [ 10578] By: jhi                                   on 2001/06/13  23:45:11
9584         Log: Upgrade to Math::BigInt 1.34 from Tels.
9585      Branch: perl
9586            + t/lib/mbimbf.t
9587            ! MANIFEST lib/Math/BigFloat.pm lib/Math/BigInt.pm
9588            ! t/lib/bigfltpm.t t/lib/bigintpm.t
9589 ____________________________________________________________________________
9590 [ 10577] By: nick                                  on 2001/06/13  19:02:48
9591         Log: Integrate mainline. Storable fail has gone, insecure dependancy still there.
9592      Branch: perlio
9593           !> (integrate 125 files)
9594 ____________________________________________________________________________
9595 [ 10576] By: jhi                                   on 2001/06/13  18:10:01
9596         Log: Update Changes.
9597      Branch: perl
9598            ! Changes patchlevel.h
9599 ____________________________________________________________________________
9600 [ 10575] By: jhi                                   on 2001/06/13  18:05:09
9601         Log: Subject: Re: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
9602              From: "Craig A. Berry" <craigberry@mac.com>
9603              Date: Wed, 13 Jun 2001 13:24:28 -0500
9604              Message-Id: <5.1.0.14.0.20010613131907.01bbc210@mail.mac.com>
9605      Branch: perl
9606            ! ext/re/Makefile.PL
9607 ____________________________________________________________________________
9608 [ 10574] By: jhi                                   on 2001/06/13  17:34:36
9609         Log: Mc.u.c. for #10573.
9610      Branch: metaconfig
9611            ! U/threads/usethreads.U
9612 ____________________________________________________________________________
9613 [ 10573] By: jhi                                   on 2001/06/13  17:34:00
9614         Log: It would be also be good if I could type.
9615      Branch: perl
9616            ! Configure
9617 ____________________________________________________________________________
9618 [ 10572] By: jhi                                   on 2001/06/13  17:26:29
9619         Log: Metaconfig unit change for #10571.
9620      Branch: metaconfig
9621            ! U/threads/usethreads.U
9622 ____________________________________________________________________________
9623 [ 10571] By: jhi                                   on 2001/06/13  17:26:05
9624         Log: A non-empty default is a good thing.
9625      Branch: perl
9626            ! Configure
9627 ____________________________________________________________________________
9628 [ 10570] By: jhi                                   on 2001/06/13  17:15:16
9629         Log: Metaconfig unit change for #10569.
9630      Branch: metaconfig
9631            ! U/threads/usethreads.U
9632 ____________________________________________________________________________
9633 [ 10569] By: jhi                                   on 2001/06/13  17:14:17
9634         Log: Add Configure directive -Dusereentrant for Artur's ithreads work,
9635              extremely experimental, not even prompted for.
9636      Branch: perl
9637            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
9638            ! config_h.SH configure.com epoc/config.sh perl.h uconfig.h
9639            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
9640            ! win32/config.bc win32/config.gc win32/config.vc
9641 ____________________________________________________________________________
9642 [ 10568] By: jhi                                   on 2001/06/13  16:22:27
9643         Log: FAQ tweak for Vanina Arca <varca@baufest.com>.
9644      Branch: perl
9645            ! pod/perlfaq6.pod
9646 ____________________________________________________________________________
9647 [ 10567] By: jhi                                   on 2001/06/13  16:20:23
9648         Log: Integrate perlio; conflicts, accept Nick's versions.
9649      Branch: perl
9650           !> ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9651           !> ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
9652 ____________________________________________________________________________
9653 [ 10566] By: jhi                                   on 2001/06/13  16:17:42
9654         Log: Subject: Re: ext/ + -Wall
9655              From: Doug MacEachern <dougm@covalent.net>
9656              Date: Wed, 13 Jun 2001 10:02:16 -0700 (PDT)
9657              Message-ID: <Pine.LNX.4.21.0106130959050.24181-100000@mako.covalent.net>
9658      Branch: perl
9659            ! XSUB.h lib/ExtUtils/xsubpp perl.h
9660 ____________________________________________________________________________
9661 [ 10565] By: jhi                                   on 2001/06/13  16:16:07
9662         Log: Similar logic as DB_File.xs, using the modern macros and
9663              defines them to older ones for older Perls where PERL_VERSION
9664              is not defined, from Doug MacEachern.
9665      Branch: perl
9666            ! ext/Storable/Storable.xs
9667 ____________________________________________________________________________
9668 [ 10564] By: nick                                  on 2001/06/13  15:22:01
9669         Log: Avoid AV and HV in perlio.c by inventing PerlIO_list_t which is AV-ish
9670              and using that instead (name lookups are sequential search for now).
9671      Branch: perlio
9672            ! ext/Encode/Encode.xs ext/PerlIO/Scalar/Scalar.xs
9673            ! ext/PerlIO/Via/Via.xs perlio.c perlio.h perliol.h
9674 ____________________________________________________________________________
9675 [ 10563] By: jhi                                   on 2001/06/13  14:07:43
9676         Log: Subject: [PATCH] Re: [ID 20010526.001] localized glob loses value when assigned to
9677              From: "Richard Soderberg" <rs@crystalflame.net>
9678              Date: Sat, 26 May 2001 06:44:20 -0700
9679              Message-ID: <NAEKLNAAHLMBPMPNBMLECECHDFAA.rs@crystalflame.net>
9680      Branch: perl
9681            ! sv.c t/op/glob.t
9682 ____________________________________________________________________________
9683 [ 10562] By: jhi                                   on 2001/06/13  13:55:10
9684         Log: Subject: [PATCH perl@10538] make ext/re play nice with DEBUGGING override
9685              From: "Craig A. Berry" <craigberry@mac.com>
9686              Date: Tue, 12 Jun 2001 23:55:26 -0500
9687              Message-Id: <a05101002b74ca0013cf5@[192.168.56.160]>
9688      Branch: perl
9689            ! ext/re/Makefile.PL ext/re/re.xs
9690 ____________________________________________________________________________
9691 [ 10561] By: jhi                                   on 2001/06/13  13:44:58
9692         Log: Hide __attribute__((unused)) behind PERL_UNUSED_DECL as
9693              suggested by NI-S.
9694      Branch: perl
9695            ! XSUB.h malloc.c perl.h
9696 ____________________________________________________________________________
9697 [ 10560] By: jhi                                   on 2001/06/13  13:35:42
9698         Log: Regen toc.
9699      Branch: perl
9700            ! pod/perltoc.pod
9701 ____________________________________________________________________________
9702 [ 10559] By: jhi                                   on 2001/06/13  12:53:18
9703         Log: Subject: [patch] perl.gprof control
9704              From: Doug MacEachern <dougm@covalent.net>
9705              Date: Tue, 12 Jun 2001 23:05:44 -0700 (PDT)
9706              Message-ID: <Pine.LNX.4.21.0106122247380.24181-100000@mako.covalent.net>
9707      Branch: perl
9708            ! miniperlmain.c perl.h
9709 ____________________________________________________________________________
9710 [ 10558] By: jhi                                   on 2001/06/13  12:51:47
9711         Log: Subject: Re: ext/ + -Wall
9712              From: Doug MacEachern <dougm@covalent.net>
9713              Date: Tue, 12 Jun 2001 22:04:50 -0700 (PDT)
9714              Message-ID: <Pine.LNX.4.21.0106122151180.24181-100000@mako.covalent.net>
9715              
9716              Document ax and break up dXSARGS.
9717      Branch: perl
9718            ! XSUB.h pod/perlapi.pod
9719 ____________________________________________________________________________
9720 [ 10557] By: jhi                                   on 2001/06/13  12:39:55
9721         Log: More AIX tweakage from Merijn.
9722      Branch: perl
9723            ! hints/aix.sh
9724 ____________________________________________________________________________
9725 [ 10556] By: jhi                                   on 2001/06/13  03:26:58
9726         Log: Subject: [PATCH perl@10538] make VMS autosplit earlier in build
9727              From: "Craig A. Berry" <craigberry@mac.com>
9728              Date: Tue, 12 Jun 2001 22:57:45 -0500
9729              Message-Id: <a05101001b74c943d7af4@[192.168.56.160]>
9730      Branch: perl
9731            ! vms/descrip_mms.template
9732 ____________________________________________________________________________
9733 [ 10555] By: jhi                                   on 2001/06/13  02:50:43
9734         Log: Subject: Re: hacking util.c, attrs.xs, and re.xs to compile on VMS
9735              From: "Craig A. Berry" <craigberry@mac.com>
9736              Date: Tue, 12 Jun 2001 22:21:39 -0500
9737              Message-Id: <a05101000b74c8698483b@[172.16.52.1]>
9738      Branch: perl
9739            ! configure.com util.c
9740 ____________________________________________________________________________
9741 [ 10554] By: jhi                                   on 2001/06/13  02:23:16
9742         Log: New AIX dynaloading code from Jens-Uwe Mager.
9743              Does break binary compatibility.
9744      Branch: perl
9745            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
9746 ____________________________________________________________________________
9747 [ 10553] By: jhi                                   on 2001/06/13  02:10:16
9748         Log: VMS DEC C compiler found nits by Peter Prymmer.
9749      Branch: perl
9750            ! util.c
9751 ____________________________________________________________________________
9752 [ 10552] By: jhi                                   on 2001/06/13  01:36:12
9753         Log: Subject: [PATCH: perl@10538] fix for file locking and filecomp test
9754              From: Peter Prymmer <pvhp@forte.com>
9755              Date: Tue, 12 Jun 2001 19:34:08 -0700 (PDT)
9756              Message-ID: <Pine.OSF.4.10.10106121927580.15174-100000@aspara.forte.com>
9757      Branch: perl
9758            ! t/lib/filecomp.t
9759 ____________________________________________________________________________
9760 [ 10551] By: jhi                                   on 2001/06/13  01:26:53
9761         Log: I wonder how many $CONFIGs still lurk in the shadows.
9762      Branch: perl
9763            ! pod/Makefile.SH x2p/cflags.SH
9764 ____________________________________________________________________________
9765 [ 10550] By: jhi                                   on 2001/06/13  01:25:12
9766         Log: Grok three kinds of line endings, should fix [ID 20010612.003]
9767      Branch: perl
9768            ! pod/checkpods.PL
9769 ____________________________________________________________________________
9770 [ 10549] By: jhi                                   on 2001/06/13  01:05:28
9771         Log: Use __attribute__((unused)) to silence -Wall on unused ax.
9772      Branch: perl
9773            ! XSUB.h ext/DB_File/DB_File.xs lib/ExtUtils/xsubpp
9774 ____________________________________________________________________________
9775 [ 10548] By: jhi                                   on 2001/06/13  00:41:28
9776         Log: Subject: [patch] rid local_patches warnings
9777              From: Doug MacEachern <dougm@covalent.net>
9778              Date: Tue, 12 Jun 2001 10:26:34 -0700 (PDT)
9779              Message-ID: <Pine.LNX.4.21.0106121024470.24181-100000@mako.covalent.net>
9780      Branch: perl
9781            ! ext/List/Util/Util.xs ext/Storable/Storable.xs
9782 ____________________________________________________________________________
9783 [ 10547] By: jhi                                   on 2001/06/13  00:40:29
9784         Log: Subject: Re: ext/ + -Wall
9785              From: Doug MacEachern <dougm@covalent.net>
9786              Date: Tue, 12 Jun 2001 09:38:09 -0700 (PDT)
9787              Message-ID: <Pine.LNX.4.21.0106120927100.24181-100000@mako.covalent.net>
9788      Branch: perl
9789            ! ext/attrs/attrs.xs
9790 ____________________________________________________________________________
9791 [ 10546] By: jhi                                   on 2001/06/13  00:39:06
9792         Log: Subject: [PATCH] perlretut.pod: unterminated C<>
9793              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
9794              Date: Tue, 12 Jun 2001 14:36:20 -0400
9795              Message-ID: <20010612143619.A37113@linguist.thayer.dartmouth.edu>
9796      Branch: perl
9797            ! pod/perlretut.pod
9798 ____________________________________________________________________________
9799 [ 10545] By: jhi                                   on 2001/06/13  00:38:02
9800         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
9801              From: Mike Guy <mjtg@cam.ac.uk>
9802              Date: Tue, 12 Jun 2001 19:10:31 +0100
9803              Message-Id: <E159scZ-0000r2-00@draco.cus.cam.ac.uk>
9804              
9805              Subject: Re: [ID 20010612.001] out of memory during regex compilation
9806              From: Mike Guy <mjtg@cam.ac.uk>
9807              Date: Tue, 12 Jun 2001 19:21:01 +0100
9808              Message-Id: <E159smj-0000wY-00@draco.cus.cam.ac.uk>
9809      Branch: perl
9810            ! pod/perlop.pod
9811 ____________________________________________________________________________
9812 [ 10544] By: jhi                                   on 2001/06/13  00:34:39
9813         Log: AIX tweaks from Merijn H. Brand.
9814      Branch: perl
9815            ! hints/aix.sh
9816 ____________________________________________________________________________
9817 [ 10543] By: jhi                                   on 2001/06/13  00:11:42
9818         Log: Subject: [PATCH] 5.6.1 -- add LC_MESSAGES constant to POSIX module
9819              From: "Brendan O'Dea" <bod@compusol.com.au>
9820              Date: Wed, 13 Jun 2001 05:16:47 +1000
9821              Message-ID: <20010613051647.A8945@compusol.com.au>
9822      Branch: maint-5.6/perl
9823            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
9824 ____________________________________________________________________________
9825 [ 10542] By: jhi                                   on 2001/06/13  00:07:50
9826         Log: Subject: Small bcopy cleanup
9827              From: Andy Dougherty <doughera@lafayette.edu>
9828              Date: Tue, 12 Jun 2001 17:11:52 -0400 (EDT)
9829              Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu>
9830      Branch: perl
9831            ! embed.h embed.pl objXSUB.h perlapi.c proto.h util.c x2p/a2p.h
9832 ____________________________________________________________________________
9833 [ 10541] By: jhi                                   on 2001/06/13  00:05:18
9834         Log: Subject: [PATCH] Re: ext/ + -Wall
9835              From: Nicholas Clark <nick@ccl4.org>
9836              Date: Wed, 13 Jun 2001 00:04:30 +0100
9837              Message-ID: <20010613000430.M5901@plum.flirble.org>
9838      Branch: perl
9839            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
9840 ____________________________________________________________________________
9841 [ 10540] By: jhi                                   on 2001/06/13  00:02:25
9842         Log: Subject: [PATCH] Re: [PATCH] ExtUtils::Constant
9843              From: Nicholas Clark <nick@ccl4.org>
9844              Date: Tue, 12 Jun 2001 23:53:07 +0100
9845              Message-ID: <20010612235307.L5901@plum.flirble.org>
9846      Branch: perl
9847            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
9848 ____________________________________________________________________________
9849 [ 10539] By: jhi                                   on 2001/06/12  23:59:10
9850         Log: MPE/iX tweaks from Mark Bixby.
9851      Branch: perl
9852            ! hints/mpeix.sh mpeix/mpeixish.h util.c
9853 ____________________________________________________________________________
9854 [ 10538] By: jhi                                   on 2001/06/12  14:16:15
9855         Log: Update Changes.
9856      Branch: perl
9857            ! Changes patchlevel.h
9858 ____________________________________________________________________________
9859 [ 10537] By: jhi                                   on 2001/06/12  14:11:26
9860         Log: One less -Wall whine (found under DEBUGGING).
9861      Branch: perl
9862            ! x2p/Makefile.SH x2p/a2p.c
9863 ____________________________________________________________________________
9864 [ 10536] By: jhi                                   on 2001/06/12  13:32:09
9865         Log: s/case-independent/case-insensitive/g
9866      Branch: perl
9867            ! pod/perldebug.pod
9868 ____________________________________________________________________________
9869 [ 10535] By: jhi                                   on 2001/06/12  13:27:28
9870         Log: As suggested in    
9871              
9872              Subject: Re: ext/ + -Wall
9873              From: Gurusamy Sarathy <gsar@ActiveState.com>
9874              Date: Mon, 11 Jun 2001 23:34:31 -0700
9875              Message-Id: <200106120634.f5C6YVM07246@smtp3.ActiveState.com>
9876      Branch: perl
9877            ! ext/PerlIO/Scalar/Scalar.xs ext/PerlIO/Via/Via.xs globals.c
9878            ! perl.h
9879 ____________________________________________________________________________
9880 [ 10534] By: jhi                                   on 2001/06/12  13:13:27
9881         Log: Subject: ext/ + -Wall
9882              From: Doug MacEachern <dougm@covalent.net>
9883              Date: Mon, 11 Jun 2001 22:19:45 -0700 (PDT)
9884              Message-ID: <Pine.LNX.4.21.0106112212261.24181-100000@mako.covalent.net>
9885      Branch: perl
9886            ! ext/ByteLoader/ByteLoader.xs ext/DB_File/DB_File.xs
9887            ! ext/DB_File/version.c ext/Devel/DProf/DProf.xs
9888            ! ext/DynaLoader/dl_dlopen.xs ext/DynaLoader/dlutils.c
9889            ! ext/Encode/Encode.xs ext/File/Glob/bsd_glob.c
9890            ! ext/Filter/Util/Call/Call.xs ext/GDBM_File/GDBM_File.xs
9891            ! ext/List/Util/Util.xs ext/MIME/Base64/Base64.xs
9892            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
9893            ! ext/PerlIO/Via/Via.xs ext/Time/HiRes/HiRes.xs
9894            ! ext/Time/Piece/Piece.xs ext/attrs/attrs.xs globals.c
9895            ! lib/ExtUtils/xsubpp
9896 ____________________________________________________________________________
9897 [ 10533] By: jhi                                   on 2001/06/12  12:52:57
9898         Log: Subject: [PATCH] anonymous stashes
9899              From: Abhijit Menon-Sen <ams@wiw.org>
9900              Date: Tue, 12 Jun 2001 12:47:04 +0530
9901              Message-ID: <20010612124704.A29029@lustre.linux.in>
9902      Branch: perl
9903            ! dump.c gv.c sv.c xsutils.c
9904 ____________________________________________________________________________
9905 [ 10532] By: jhi                                   on 2001/06/12  12:37:36
9906         Log: One more test for $^S.
9907      Branch: perl
9908            ! t/op/magic.t
9909 ____________________________________________________________________________
9910 [ 10531] By: jhi                                   on 2001/06/12  12:35:02
9911         Log: Subject: [PATCH 20010612.002] $^S almost entirely broken with 5.6.1
9912              From: Abhijit Menon-Sen <ams@wiw.org>
9913              Date: Tue, 12 Jun 2001 17:35:55 +0530
9914              Message-ID: <20010612173555.A32426@lustre.linux.in>
9915      Branch: perl
9916            ! mg.c t/op/magic.t
9917 ____________________________________________________________________________
9918 [ 10530] By: jhi                                   on 2001/06/12  12:31:11
9919         Log: Subject: Re: [ID 20010612.001] out of memory during regex compilation
9920              From: Mike Guy <mjtg@cam.ac.uk>
9921              Date: Tue, 12 Jun 2001 13:14:15 +0100
9922              Message-Id: <E159n3n-0000xa-00@draco.cus.cam.ac.uk>
9923      Branch: perl
9924            ! pod/perlop.pod
9925 ____________________________________________________________________________
9926 [ 10529] By: jhi                                   on 2001/06/12  12:21:06
9927         Log: AUTHORS updates.
9928      Branch: perl
9929            ! AUTHORS
9930 ____________________________________________________________________________
9931 [ 10528] By: jhi                                   on 2001/06/12  12:19:47
9932         Log: Subject: [PATCH] rhapsody/darwin minor cleanup
9933              From: Wilfredo Sanchez <wsanchez@MIT.EDU>
9934              Content-Transfer-Encoding: 7bit
9935              Message-Id: <200106121009.GAA01968@melbourne-city-street.mit.edu>
9936      Branch: perl
9937            ! Makefile.SH hints/darwin.sh hints/rhapsody.sh
9938 ____________________________________________________________________________
9939 [ 10527] By: jhi                                   on 2001/06/12  11:58:53
9940         Log: Subject: [MacPerl-Porters] Re: [PATCH] Mac OS Compatability for bleadperl
9941              From: "Philip Newton" <Philip.Newton@gmx.net>
9942              Date: Mon, 11 Jun 2001 07:08:03 +0200
9943              Message-Id: <200106120802.LAA08992@taas.iki.fi>
9944      Branch: perl
9945            ! t/base/term.t
9946 ____________________________________________________________________________
9947 [ 10526] By: jhi                                   on 2001/06/12  01:35:34
9948         Log: Cleanup the a2p.c for -Wall.
9949      Branch: perl
9950            ! x2p/Makefile.SH x2p/a2p.c
9951 ____________________________________________________________________________
9952 [ 10525] By: jhi                                   on 2001/06/12  01:10:56
9953         Log: File::Find update for MacOS from Chris Nandor.
9954      Branch: perl
9955            ! lib/File/Find.pm t/lib/filefind.t
9956 ____________________________________________________________________________
9957 [ 10524] By: jhi                                   on 2001/06/12  00:29:20
9958         Log: gcc -Wall nits picked out by a non-UNIX system
9959              (courtesy of Mark Bixby)
9960      Branch: perl
9961            ! doio.c ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_mpeix.xs
9962            ! ext/IO/IO.xs ext/PerlIO/Via/Via.xs ext/Socket/Socket.xs
9963            ! pp_sys.c util.c
9964 ____________________________________________________________________________
9965 [ 10523] By: jhi                                   on 2001/06/11  22:34:03
9966         Log: Metaconfig unit change for #10522.  (The d_modfl changes
9967              placate metalint.)
9968      Branch: metaconfig/U/perl
9969            ! d_modfl.U d_u32align.U
9970 ____________________________________________________________________________
9971 [ 10522] By: jhi                                   on 2001/06/11  22:33:00
9972         Log: Buglet found by Mark Bixby: "./try >&2 >/dev/null" should
9973              be "./try 2>&1 >/dev/null".
9974      Branch: perl
9975            ! Configure
9976 ____________________________________________________________________________
9977 [ 10521] By: jhi                                   on 2001/06/11  19:49:54
9978         Log: Subject: [PATCH perl@10517] DCL quoting syntax drives pumpking mad
9979              From: "Craig A. Berry" <craigberry@mac.com>
9980              Date: Mon, 11 Jun 2001 14:00:32 -0500
9981              Message-Id: <5.1.0.14.0.20010611134750.03985cb8@exchi01>
9982      Branch: perl
9983            ! configure.com
9984 ____________________________________________________________________________
9985 [ 10520] By: jhi                                   on 2001/06/11  17:55:47
9986         Log: Move the full \p\P lists to perlunicode.
9987      Branch: perl
9988            ! pod/perlretut.pod pod/perlunicode.pod
9989 ____________________________________________________________________________
9990 [ 10519] By: jhi                                   on 2001/06/11  17:10:00
9991         Log: VOS build tweak for 5.6.1 from Paul Green.
9992      Branch: maint-5.6/perl
9993            ! vos/build.cm
9994 ____________________________________________________________________________
9995 [ 10518] By: jhi                                   on 2001/06/11  17:07:03
9996         Log: Subject: [PATCH perl@10476] no PerlIO at startup time on VMS
9997              From: "Craig A. Berry" <craigberry@mac.com>
9998              Date: Fri, 8 Jun 2001 18:08:18 -0500
9999              Message-Id: <a05101000b746f9dd4fca@[192.168.56.145]>
10000      Branch: perl
10001            ! vms/vms.c
10002 ____________________________________________________________________________
10003 [ 10517] By: jhi                                   on 2001/06/11  14:52:01
10004         Log: Update Changes.
10005      Branch: perl
10006            ! Changes patchlevel.h
10007 ____________________________________________________________________________
10008 [ 10516] By: jhi                                   on 2001/06/11  14:46:33
10009         Log: Add the modfl_pow32_bug (anti)definition also to VOS headers.
10010      Branch: perl
10011            ! vos/config.alpha.h vos/config.ga.h
10012 ____________________________________________________________________________
10013 [ 10515] By: jhi                                   on 2001/06/11  14:39:05
10014         Log: VOS updates from Paul Green for @10476.
10015      Branch: perl
10016            ! README.vos vos/Changes vos/build.cm vos/compile_perl.cm
10017            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
10018            ! vos/config.ga.h vos/configure_perl.cm
10019 ____________________________________________________________________________
10020 [ 10514] By: jhi                                   on 2001/06/11  12:58:43
10021         Log: Subject: [PATCH] Not many people know this ...
10022              From: Mike Guy <mjtg@cam.ac.uk>
10023              Date: Mon, 11 Jun 2001 14:55:15 +0100
10024              Message-Id: <E159S9z-00015D-00@draco.cus.cam.ac.uk>
10025      Branch: perl
10026            ! pod/perldebug.pod
10027 ____________________________________________________________________________
10028 [ 10513] By: jhi                                   on 2001/06/11  12:30:06
10029         Log: Add final commas to lists as suggested by Philip Newton.
10030      Branch: perl
10031            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10032 ____________________________________________________________________________
10033 [ 10512] By: jhi                                   on 2001/06/11  12:28:49
10034         Log: Subject: [MacPerl-Porters] [PATCH] Mac OS Compatability for bleadperl
10035              Date: Sun, 10 Jun 2001 23:35:38 -0400
10036              From: Chris Nandor <pudge@pobox.com>
10037              Message-Id: <p05100306b749ec0eaade@[10.0.1.177]>
10038      Branch: perl
10039            ! lib/DirHandle.pm lib/File/Basename.pm lib/diagnostics.pm
10040            ! perl.c t/base/term.t t/comp/cpp.t t/comp/multiline.t
10041            ! t/comp/script.t t/lib/anydbm.t t/lib/autoloader.t
10042            ! t/lib/dirhand.t t/lib/selfloader.t t/op/anonsub.t
10043            ! t/op/closure.t t/op/defins.t t/op/exec.t t/op/goto.t
10044            ! t/op/pack.t t/op/regexp.t t/op/regexp_noamp.t t/op/split.t
10045            ! t/op/write.t t/pragma/strict.t
10046 ____________________________________________________________________________
10047 [ 10511] By: jhi                                   on 2001/06/11  12:13:31
10048         Log: Subject: [RESEND] [PATCH] Mac OS lib patches for bleadperl
10049              From: Chris Nandor <pudge@pobox.com>
10050              Date: Mon, 11 Jun 2001 08:24:28 -0400
10051              Message-Id: <p05100303b74a66faf625@[10.0.1.177]>
10052      Branch: perl
10053            ! ext/IO/lib/IO/Dir.pm lib/File/Copy.pm t/lib/filecopy.t
10054            ! t/lib/io_dir.t
10055 ____________________________________________________________________________
10056 [ 10510] By: jhi                                   on 2001/06/11  12:03:16
10057         Log: One more run_byacc (a hand-tweaked version had slipped in).
10058      Branch: perl
10059            ! perly.c vms/perly_c.vms
10060 ____________________________________________________________________________
10061 [ 10509] By: nick                                  on 2001/06/11  07:49:15
10062         Log: Integrate mainline
10063      Branch: perlio
10064           !> Makefile.SH embed.h embed.pl global.sym
10065           !> lib/ExtUtils/Constant.pm lib/ExtUtils/Manifest.pm objXSUB.h
10066           !> perl.h perlapi.c perlapi.h perly.c perly.fixer perly.h perly.y
10067           !> perly_c.diff pod/perl572delta.pod pod/perlapi.pod proto.h sv.c
10068           !> t/lib/extutils.t util.c vms/perly_c.vms vms/perly_h.vms
10069 ____________________________________________________________________________
10070 [ 10508] By: jhi                                   on 2001/06/10  22:38:05
10071         Log: Subject: [PATCH] ExtUtils::Manifest not -w clean
10072              From: Mike Guy <mjtg@cam.ac.uk>
10073              Reply-To: mjtg@cam.ac.uk
10074              Message-Id: <E159Ei8-0006Tz-00@draco.cus.cam.ac.uk>
10075      Branch: perl
10076            ! lib/ExtUtils/Manifest.pm
10077 ____________________________________________________________________________
10078 [ 10507] By: jhi                                   on 2001/06/10  22:37:16
10079         Log: Subject: [PATCH] ExtUtils::Constant
10080              From: Nicholas Clark <nick@ccl4.org>
10081              Date: Sun, 10 Jun 2001 23:25:41 +0100
10082              Message-ID: <20010610232540.C76396@plum.flirble.org>
10083      Branch: perl
10084            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10085 ____________________________________________________________________________
10086 [ 10506] By: jhi                                   on 2001/06/10  20:57:20
10087         Log: Integrate perlio.
10088      Branch: perl
10089           !> iperlsys.h
10090 ____________________________________________________________________________
10091 [ 10505] By: jhi                                   on 2001/06/10  18:37:57
10092         Log: Move the grok_number and its lieutenant grok_numeric_radix
10093              from sv.c statics to util.c and public.
10094      Branch: perl
10095            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c
10096            ! perlapi.h pod/perlapi.pod proto.h sv.c util.c
10097 ____________________________________________________________________________
10098 [ 10504] By: nick                                  on 2001/06/10  17:47:06
10099         Log: Fix (valid) -Wall warnings in perlio.c
10100      Branch: perlio
10101            ! iperlsys.h
10102 ____________________________________________________________________________
10103 [ 10503] By: jhi                                   on 2001/06/10  17:38:28
10104         Log: Update perly_c.diff, update perly.fixer to edit away
10105              some of the -Wall noise.
10106      Branch: perl
10107            ! perly.c perly.fixer perly_c.diff vms/perly_c.vms
10108 ____________________________________________________________________________
10109 [ 10502] By: jhi                                   on 2001/06/10  17:09:42
10110         Log: Check the version of byacc.
10111      Branch: perl
10112            ! Makefile.SH
10113 ____________________________________________________________________________
10114 [ 10501] By: jhi                                   on 2001/06/10  17:00:08
10115         Log: Subject: [PATCH] perly.y overhaul
10116              From: Simon Cozens <simon@netthink.co.uk>
10117              Date: Sun, 10 Jun 2001 16:56:54 +0100
10118              Message-ID: <20010610165654.A16597@deep-dark-truthful-mirror.pmb.ox.ac.uk>
10119              
10120              Plus make run_byacc.
10121      Branch: perl
10122            ! perly.c perly.h perly.y vms/perly_c.vms vms/perly_h.vms
10123 ____________________________________________________________________________
10124 [ 10500] By: jhi                                   on 2001/06/10  16:07:28
10125         Log: Integrate perlio.
10126      Branch: perl
10127           !> perlio.c perlsfio.h
10128 ____________________________________________________________________________
10129 [ 10499] By: nick                                  on 2001/06/10  15:01:08
10130         Log: Integrate mainline
10131      Branch: perlio
10132           !> Changes Configure embed.h embed.pl patchlevel.h proto.h sv.c
10133           !> t/pragma/locale.t util.c
10134 ____________________________________________________________________________
10135 [ 10498] By: jhi                                   on 2001/06/10  13:49:23
10136         Log: Put some meat on the perl572delta bones.  The list of
10137              selected bug fixes needs more work, as does still the
10138              whole document.
10139      Branch: perl
10140            ! pod/perl572delta.pod
10141 ____________________________________________________________________________
10142 [ 10497] By: nick                                  on 2001/06/10  12:27:51
10143         Log: Paper over a crack or two with USE_SFIO
10144      Branch: perlio
10145            ! perlio.c perlsfio.h
10146 ____________________________________________________________________________
10147 [ 10496] By: jhi                                   on 2001/06/10  11:04:22
10148         Log: Update Changes.
10149      Branch: perl
10150            ! Changes patchlevel.h
10151 ____________________________________________________________________________
10152 [ 10495] By: jhi                                   on 2001/06/10  10:55:34
10153         Log: Subject: Re: pragma/locale.t #107
10154              From: Hugo <hv@crypt.compulink.co.uk>
10155              Date: Sun, 10 Jun 2001 11:23:30 +0100
10156              Message-Id: <200106101023.LAA32085@crypt.compulink.co.uk>
10157              
10158              Encapsulate the scan of the decimal radix separator.
10159      Branch: perl
10160            ! embed.h embed.pl proto.h sv.c
10161 ____________________________________________________________________________
10162 [ 10494] By: jhi                                   on 2001/06/10  03:00:17
10163         Log: Try to grok numbers both with the locale specific separator
10164              and with the usual "." (if different from the lss); add a test
10165              to locale.t to do also a little bit of math in addition to just
10166              equalness testing; remove extraneous logic as suggested in
10167              
10168              Subject: Re: pragma/locale.t #107
10169              From: Nicholas Clark <nick@ccl4.org>
10170              Date: Sat, 9 Jun 2001 22:37:36 +0100
10171              Message-ID: <20010609223735.Y76396@plum.flirble.org>
10172      Branch: perl
10173            ! sv.c t/pragma/locale.t
10174 ____________________________________________________________________________
10175 [ 10493] By: jhi                                   on 2001/06/10  01:25:23
10176         Log: Metaconfig unit change for #10492.
10177      Branch: metaconfig/U/perl
10178            ! Extensions.U
10179 ____________________________________________________________________________
10180 [ 10492] By: jhi                                   on 2001/06/10  01:23:59
10181         Log: Subject: [PATCH] Don't build Thread.pm if USEITHREADS
10182              From: Artur Bergman <artur@contiller.se> 
10183              Date: Sat, 09 Jun 2001 21:03:51 +0200
10184              Message-ID: <B7483FB6.1398%artur@contiller.se>
10185      Branch: perl
10186            ! Configure
10187 ____________________________________________________________________________
10188 [ 10491] By: jhi                                   on 2001/06/10  01:15:40
10189         Log: Integrate perlio.
10190      Branch: perl
10191           !> perlsfio.h
10192 ____________________________________________________________________________
10193 [ 10490] By: jhi                                   on 2001/06/10  01:08:26
10194         Log: Do locale specific separator if only in locale.
10195      Branch: perl
10196            ! util.c
10197 ____________________________________________________________________________
10198 [ 10489] By: nick                                  on 2001/06/09  19:13:25
10199         Log: Make XS/Typemap compile (but fail) with sfio
10200      Branch: perlio
10201            ! perlsfio.h
10202 ____________________________________________________________________________
10203 [ 10488] By: nick                                  on 2001/06/09  19:12:51
10204         Log: Re-integrate mainline
10205      Branch: perlio
10206           !> embed.h embed.pl embedvar.h intrpvar.h perl.h perlapi.h
10207           !> proto.h sv.c util.c
10208 ____________________________________________________________________________
10209 [ 10487] By: nick                                  on 2001/06/09  16:26:29
10210         Log: Integrate mainline
10211      Branch: perlio
10212           !> (integrate 31 files)
10213 ____________________________________________________________________________
10214 [ 10486] By: jhi                                   on 2001/06/09  16:11:51
10215         Log: Subject: [PATCH] New attempt to clone callack
10216              From: Artur Bergman <artur@contiller.se> 
10217              Date: Thu, 07 Jun 2001 11:52:16 +0200
10218              Message-ID: <B7451B6F.12B7%artur@contiller.se>
10219      Branch: perl
10220            ! embedvar.h intrpvar.h perlapi.h sv.c
10221 ____________________________________________________________________________
10222 [ 10485] By: jhi                                   on 2001/06/09  15:23:52
10223         Log: Numeric conversion tweaks suggested by Hugo and Nicholas.
10224      Branch: perl
10225            ! embed.h embed.pl perl.h proto.h sv.c util.c
10226 ____________________________________________________________________________
10227 [ 10484] By: jhi                                   on 2001/06/09  14:47:25
10228         Log: Subject: Re: pragma/locale.t #107
10229              From: Nicholas Clark <nick@ccl4.org>
10230              Date: Sat, 9 Jun 2001 16:26:10 +0100
10231              Message-ID: <20010609162609.V76396@plum.flirble.org>
10232              
10233              A missing NVification.
10234      Branch: perl
10235            ! sv.c
10236 ____________________________________________________________________________
10237 [ 10483] By: jhi                                   on 2001/06/08  19:40:32
10238         Log: Redo the #10482, there already was a test script for formats.
10239      Branch: perl
10240            - t/io/format.t
10241            ! MANIFEST t/op/write.t
10242 ____________________________________________________________________________
10243 [ 10482] By: jhi                                   on 2001/06/08  19:34:45
10244         Log: Twisted format testing, from Merijn.
10245      Branch: perl
10246            + t/io/format.t
10247            ! MANIFEST
10248 ____________________________________________________________________________
10249 [ 10481] By: jhi                                   on 2001/06/08  19:21:56
10250         Log: More \p{In...} testing, combined with \N{...}.
10251      Branch: perl
10252            ! lib/utf8_heavy.pl t/op/pat.t
10253 ____________________________________________________________________________
10254 [ 10480] By: jhi                                   on 2001/06/08  14:16:06
10255         Log: Metaconfig changes for #10479.
10256      Branch: metaconfig
10257            ! U/Glossary.patch
10258      Branch: metaconfig/U/perl
10259            ! d_modfl.U
10260 ____________________________________________________________________________
10261 [ 10479] By: jhi                                   on 2001/06/08  14:15:32
10262         Log: Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
10263      Branch: perl
10264            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10265            ! config_h.SH configure.com epoc/config.sh pp.c uconfig.h
10266            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
10267            ! win32/config.bc win32/config.gc win32/config.vc
10268 ____________________________________________________________________________
10269 [ 10478] By: jhi                                   on 2001/06/08  12:20:41
10270         Log: Subject: Re: [PATCH perl@10439] fix old $^S description in perlvms.pod
10271              From: "Craig A. Berry" <craigberry@mac.com>
10272              Date: Thu, 7 Jun 2001 14:27:20 -0500
10273              Message-Id: <a05100e01b7458075db7d@[172.16.52.1]>
10274      Branch: perl
10275            ! vms/perlvms.pod
10276 ____________________________________________________________________________
10277 [ 10477] By: jhi                                   on 2001/06/08  12:19:00
10278         Log: Subject: [PATCH] Unresolved symbol in ext/re/re.xs
10279              From: Gisle Aas <gisle@ActiveState.com>
10280              Date: 07 Jun 2001 17:04:29 -0700
10281              Message-ID: <lrae3jsupe.fsf@caliper.ActiveState.com>
10282      Branch: perl
10283            ! ext/re/re.xs
10284 ____________________________________________________________________________
10285 [ 10476] By: jhi                                   on 2001/06/08  01:35:42
10286         Log: Update Changes.
10287      Branch: perl
10288            ! Changes patchlevel.h
10289 ____________________________________________________________________________
10290 [ 10475] By: jhi                                   on 2001/06/08  00:53:45
10291         Log: Regen Glossary et alia.
10292      Branch: perl
10293            ! Porting/Glossary Porting/config.sh Porting/config_H
10294 ____________________________________________________________________________
10295 [ 10474] By: jhi                                   on 2001/06/07  22:06:38
10296         Log: Metaconfig unit changes for #10473.
10297      Branch: metaconfig/U/perl
10298            ! d_modfl.U
10299 ____________________________________________________________________________
10300 [ 10473] By: jhi                                   on 2001/06/07  22:06:16
10301         Log: Harumph, also AIX will spill its guts (i.e. dump core)
10302              if an executable contains modfl() but it hasn't been
10303              compiled right (in the case of AIX, with cc -qlongdouble).
10304      Branch: perl
10305            ! Configure
10306 ____________________________________________________________________________
10307 [ 10472] By: gsar                                  on 2001/06/07  20:04:28
10308         Log: integrate change#10471 from mainline
10309              
10310              in change#10451, check that CvOUTSIDE is a CV before looking in
10311              (it can apparently be SVt_NULL during global destruction)
10312      Branch: maint-5.6/perl
10313           !> op.c
10314 ____________________________________________________________________________
10315 [ 10471] By: gsar                                  on 2001/06/07  20:01:31
10316         Log: in change#10451, check that CvOUTSIDE is a CV before looking in
10317              (it can apparently be SVt_NULL during global destruction)
10318      Branch: perl
10319            ! op.c
10320 ____________________________________________________________________________
10321 [ 10470] By: jhi                                   on 2001/06/07  12:17:51
10322         Log: Subject: Re: [PATCH perl@10439] diagnostics and long C<=item>s
10323              From: Robin Barker <rmb1@cise.npl.co.uk>
10324              Date: Thu, 7 Jun 2001 13:01:06 +0100 (BST)
10325              Message-Id: <200106071201.NAA13627@tempest.npl.co.uk>
10326      Branch: perl
10327            ! lib/diagnostics.pm pod/perldiag.pod
10328 ____________________________________________________________________________
10329 [ 10469] By: jhi                                   on 2001/06/07  12:16:12
10330         Log: Subject: [PATCH perl@10439] long =item
10331              From: Robin Barker <rmb1@cise.npl.co.uk>
10332              Date: Thu, 7 Jun 2001 12:34:08 +0100 (BST)
10333              Message-Id: <200106071134.MAA10288@tempest.npl.co.uk>
10334      Branch: perl
10335            ! README.amiga lib/Attribute/Handlers.pm
10336            ! lib/ExtUtils/Constant.pm lib/Locale/Maketext.pod
10337 ____________________________________________________________________________
10338 [ 10468] By: jhi                                   on 2001/06/07  12:08:56
10339         Log: Subject: [PATCH 5.7.1 pod/perlguts.pod] IOK vs pIOK docs
10340              Date: Thu, 7 Jun 2001 10:09:59 +0100 (BST)
10341              Reply-To: Dave Mitchell <davem@fdgroup.co.uk>
10342              Message-Id: <200106070909.KAA25610@gizmo.fdgroup.co.uk>
10343      Branch: perl
10344            ! pod/perlguts.pod
10345 ____________________________________________________________________________
10346 [ 10467] By: jhi                                   on 2001/06/07  12:04:26
10347         Log: Integrate perlio.
10348      Branch: perl
10349           !> sv.c
10350 ____________________________________________________________________________
10351 [ 10466] By: nick                                  on 2001/06/07  10:25:40
10352         Log: MULTIPLICITY fix for S_grok_number(), also a few gratuitious trailing
10353              whitespace tweaks.
10354              Still coredumps in pragma/overload.t - what a nice hard fail that is...
10355      Branch: perlio
10356            ! sv.c
10357 ____________________________________________________________________________
10358 [ 10465] By: nick                                  on 2001/06/07  08:41:58
10359         Log: Raw integrate of mainline for S_grok_number debug
10360              (sv.c has MULTIPLICITY issues as well as whatever else ...)
10361      Branch: perlio
10362            - plan9/perlplan9.doc plan9/perlplan9.pod
10363           !> (integrate 46 files)
10364 ____________________________________________________________________________
10365 [ 10464] By: jhi                                   on 2001/06/06  23:33:58
10366         Log: The proper prototyping for #10463.
10367      Branch: perl
10368            ! embed.h embed.pl proto.h sv.c
10369 ____________________________________________________________________________
10370 [ 10463] By: jhi                                   on 2001/06/06  23:15:30
10371         Log: Subject: Re: [PATCH] nuke strtol (was Re: One fix for strtoul not setting errno)
10372              From: Nicholas Clark <nick@ccl4.org>
10373              Date: Thu, 7 Jun 2001 00:29:59 +0100
10374              Message-ID: <20010607002959.Z76396@plum.flirble.org>
10375      Branch: perl
10376            ! sv.c
10377 ____________________________________________________________________________
10378 [ 10462] By: jhi                                   on 2001/06/06  23:13:19
10379         Log: Subject: [PATCH perl@10439] fix old $^S description in perlvms.pod
10380              From: "Craig A. Berry" <craigberry@mac.com>
10381              Date: Wed, 06 Jun 2001 17:54:30 -0500
10382              Message-Id: <5.1.0.14.0.20010606174814.03c2c880@exchi01>
10383      Branch: perl
10384            ! vms/perlvms.pod
10385 ____________________________________________________________________________
10386 [ 10461] By: jhi                                   on 2001/06/06  23:10:00
10387         Log: Podify the remaining README.platform files;
10388              merge README.plan9 and plan9/perlplan9.pod;
10389              delete plan9/perlplan9.* (the perlplan.doc needs to
10390              be regenerated in Plan 9); make the =head1 and =head2
10391              in the README.platform to be a little more verbose
10392              (skipped README.os2 not to anger Ilya) so that they
10393              look better in the toc; regen toc.
10394      Branch: perl
10395            - plan9/perlplan9.doc plan9/perlplan9.pod
10396            ! MANIFEST README.aix README.amiga README.apollo README.beos
10397            ! README.bs2000 README.cygwin README.dgux README.dos README.epoc
10398            ! README.hpux README.hurd README.machten README.macos
10399            ! README.micro README.mint README.mpeix README.os390
10400            ! README.plan9 README.qnx README.solaris README.threads
10401            ! README.tru64 README.vmesa README.vms README.vos README.win32
10402            ! plan9/mkfile pod/buildtoc.PL pod/perl.pod pod/perlport.pod
10403            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
10404 ____________________________________________________________________________
10405 [ 10460] By: jhi                                   on 2001/06/06  20:58:53
10406         Log: Subject: [PATCH] Re: Bug in perlguts documentation?
10407              From: Mike Guy <mjtg@cam.ac.uk>
10408              Reply-To: mjtg@cam.ac.uk
10409              Message-Id: <E157fiS-0006Q7-00@draco.cus.cam.ac.uk>
10410      Branch: perl
10411            ! pod/perlguts.pod
10412 ____________________________________________________________________________
10413 [ 10459] By: jhi                                   on 2001/06/06  20:58:15
10414         Log: Subject: [PATCH] Re: [ID 20010604.015] taint + comma = false insecurity
10415              From: Mike Guy <mjtg@cam.ac.uk>
10416              Reply-To: mjtg@cam.ac.uk
10417              Message-Id: <E157flx-0006Uz-00@draco.cus.cam.ac.uk>
10418      Branch: perl
10419            ! pod/perlsec.pod
10420 ____________________________________________________________________________
10421 [ 10458] By: jhi                                   on 2001/06/06  20:56:04
10422         Log: Disable long doubles from pre-5.0 Tru64s.
10423      Branch: perl
10424            ! README.tru64 hints/dec_osf.sh
10425 ____________________________________________________________________________
10426 [ 10457] By: jhi                                   on 2001/06/06  20:49:23
10427         Log: The #10455 exposed that modfl() is fundamentally busted
10428              (as in: dumps core) in pre-5.0 Tru64, so better avoid even
10429              testing it.
10430      Branch: perl
10431            ! hints/dec_osf.sh
10432 ____________________________________________________________________________
10433 [ 10456] By: jhi                                   on 2001/06/06  20:48:35
10434         Log: Metaconfig unit change for #10455.
10435      Branch: metaconfig/U/perl
10436            ! d_modfl.U
10437 ____________________________________________________________________________
10438 [ 10455] By: jhi                                   on 2001/06/06  20:48:09
10439         Log: Configure check for geborken modfl(), inspired by
10440              
10441              Subject: Re: [20010118.017] op/int.t failure 
10442              From: Hugo <hv@crypt.compulink.co.uk>
10443              Date: Tue, 05 Jun 2001 13:43:27 +0100
10444              Message-Id: <200106051243.NAA15525@crypt.compulink.co.uk>
10445      Branch: perl
10446            ! Configure
10447 ____________________________________________________________________________
10448 [ 10454] By: jhi                                   on 2001/06/06  11:45:08
10449         Log: Integrate changes #10450 and #10451 from maintperl:
10450              
10451              optimize change#10448 slightly (don't repeat search in eval""s lexical
10452              scope, since that has already been searched)
10453              
10454              change#9108 needs subtler treatment for case of closures created
10455              within eval""
10456      Branch: perl
10457           !> op.c t/op/misc.t
10458 ____________________________________________________________________________
10459 [ 10453] By: jhi                                   on 2001/06/06  11:42:10
10460         Log: MakeMaker magic to compile (when no dynamic loading)
10461              List/Util.xsc as (ListUtil.c and) ListUtil.o since
10462              POSIX-BC (BS2000) linker has an evil limitation of
10463              being unable to include in the same executable several
10464              object files with the same name - case-insensitively -
10465              because otherwise we conflict with util.c.
10466              Strictly speaking currently required only in POSIX-BC
10467              but probably will do no harm elsewhere where static
10468              linking is required.
10469      Branch: perl
10470            ! ext/List/Util/Makefile.PL
10471 ____________________________________________________________________________
10472 [ 10452] By: nick                                  on 2001/06/06  08:59:51
10473         Log: Integrate mainline.
10474      Branch: perlio
10475           +> lib/Attribute/Handlers/demo/Demo.pm
10476           +> lib/Attribute/Handlers/demo/Descriptions.pm
10477           +> lib/Attribute/Handlers/demo/MyClass.pm
10478           +> lib/Attribute/Handlers/demo/demo.pl
10479           +> lib/Attribute/Handlers/demo/demo2.pl
10480           +> lib/Attribute/Handlers/demo/demo3.pl
10481           +> lib/Attribute/Handlers/demo/demo4.pl
10482           +> lib/Attribute/Handlers/demo/demo_call.pl
10483           +> lib/Attribute/Handlers/demo/demo_chain.pl
10484           +> lib/Attribute/Handlers/demo/demo_cycle.pl
10485           +> lib/Attribute/Handlers/demo/demo_hashdir.pl
10486           +> lib/Attribute/Handlers/demo/demo_phases.pl
10487           +> lib/Attribute/Handlers/demo/demo_range.pl
10488           +> lib/Attribute/Handlers/demo/demo_rawdata.pl t/op/override.t
10489           +> uts/strtol_wrap.c
10490           !> (integrate 91 files)
10491 ____________________________________________________________________________
10492 [ 10451] By: gsar                                  on 2001/06/06  07:11:36
10493         Log: change#9108 needs subtler treatment for case of closures created
10494              within eval""
10495      Branch: maint-5.6/perl
10496            ! op.c t/op/misc.t
10497 ____________________________________________________________________________
10498 [ 10450] By: gsar                                  on 2001/06/06  05:47:25
10499         Log: optimize change#10448 slightly (don't repeat search in eval""s lexical
10500              scope, since that has already been searched)
10501      Branch: maint-5.6/perl
10502            ! op.c
10503 ____________________________________________________________________________
10504 [ 10449] By: jhi                                   on 2001/06/06  01:33:31
10505         Log: Integrate change #10448 from maintperl; lexicals
10506              outside an eval"" weren't resolved correctly inside a subroutine
10507              definition inside the eval"" if they were not already referenced
10508              in the toplevel of the eval""-ed code
10509      Branch: perl
10510           !> cop.h op.c pp_ctl.c t/op/misc.t
10511 ____________________________________________________________________________
10512 [ 10448] By: gsar                                  on 2001/06/06  01:03:26
10513         Log: fix yet another bug of hoary vintage found by change#10394: lexicals
10514              outside an eval"" weren't resolved correctly inside a subroutine
10515              definition inside the eval"" if they were not already referenced
10516              in the toplevel of the eval""-ed code
10517      Branch: maint-5.6/perl
10518            ! cop.h op.c pp_ctl.c t/op/misc.t
10519 ____________________________________________________________________________
10520 [ 10447] By: jhi                                   on 2001/06/06  00:51:04
10521         Log: Subject: [PATCH] perl570delta.pod
10522              From: Peter Scott <Peter@PSDT.com> 
10523              Date: Tue, 05 Jun 2001 18:51:02 -0700
10524              Message-Id: <4.3.2.7.2.20010605183619.00a94400@psdt.com>
10525      Branch: perl
10526            ! pod/perl570delta.pod
10527 ____________________________________________________________________________
10528 [ 10446] By: jhi                                   on 2001/06/05  23:45:05
10529         Log: The fudge factor is no more needed.  I hope.
10530      Branch: perl
10531            ! t/lib/posix.t
10532 ____________________________________________________________________________
10533 [ 10445] By: jhi                                   on 2001/06/05  23:19:19
10534         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms 
10535              From: Hugo <hv@crypt.compulink.co.uk>
10536              Date: Tue, 05 Jun 2001 12:58:19 +0100
10537              Message-Id: <200106051158.MAA04605@crypt.compulink.co.uk>
10538      Branch: perl
10539            ! util.c
10540 ____________________________________________________________________________
10541 [ 10444] By: jhi                                   on 2001/06/05  11:09:01
10542         Log: Make up prototypes only for those who have the functions
10543              but not the prototypes.
10544      Branch: perl
10545            ! perl.h
10546 ____________________________________________________________________________
10547 [ 10443] By: jhi                                   on 2001/06/05  11:02:13
10548         Log: Subject: Re: Not OK: perl@10439 on win32 
10549              From: Prymmer/Kahn <pvhp@best.com> 
10550              Date: Mon, 4 Jun 2001 22:11:02 -0700 (PDT)
10551              Message-ID: <Pine.BSF.4.21.0106042136410.26316-100000@shell8.ba.best.com>
10552      Branch: perl
10553            ! perl.h util.c
10554 ____________________________________________________________________________
10555 [ 10442] By: jhi                                   on 2001/06/05  00:55:46
10556         Log: The metaconfig units changes for #10441.
10557      Branch: metaconfig
10558            ! U/modified/Extract.U U/modified/Extractall.U
10559            ! U/modified/Finish.U
10560 ____________________________________________________________________________
10561 [ 10441] By: jhi                                   on 2001/06/05  00:55:17
10562         Log: Extraction of the *.SH wasn't quite working with -Dmksymlinks.
10563      Branch: perl
10564            ! Configure
10565 ____________________________________________________________________________
10566 [ 10440] By: jhi                                   on 2001/06/05  00:28:27
10567         Log: Unnecessary fuzziness undone, noted by Mike Guy.
10568      Branch: perl
10569            ! t/op/tr.t
10570 ____________________________________________________________________________
10571 [ 10439] By: jhi                                   on 2001/06/04  17:14:31
10572         Log: Update Changes.
10573      Branch: perl
10574            ! Changes patchlevel.h
10575 ____________________________________________________________________________
10576 [ 10438] By: jhi                                   on 2001/06/04  17:10:16
10577         Log: Test case for 'eval "a.b.c.d.e.f;sub"' save stack imbalance
10578              bug found by Ilmari Karonen; the bug fixed by Sarathy's lexical
10579              leakage patch.
10580      Branch: perl
10581            ! t/op/misc.t
10582 ____________________________________________________________________________
10583 [ 10437] By: jhi                                   on 2001/06/04  17:01:06
10584         Log: Test case for #10433/#10424.
10585      Branch: perl
10586            ! t/op/misc.t
10587 ____________________________________________________________________________
10588 [ 10436] By: jhi                                   on 2001/06/04  16:54:21
10589         Log: Subject: One fix for strtoul not setting errno
10590              From: hom00@utsglobal.com (Hal Morris)
10591              Date: Sat, 2 Jun 2001 09:23:11 -0700 (PDT)
10592              Message-Id: <200106021623.JAA06906@cepheus.utsglobal.com>
10593      Branch: perl
10594            + uts/strtol_wrap.c
10595            ! MANIFEST hints/uts.sh
10596 ____________________________________________________________________________
10597 [ 10435] By: jhi                                   on 2001/06/04  16:54:01
10598         Log: Metaconfig units changes for #10434.
10599      Branch: metaconfig
10600            ! U/modified/Cppsym.U
10601      Branch: metaconfig/U/perl
10602            + d_dbminitproto.U d_flockproto.U d_sockatmarkproto.U
10603            + d_syscallproto.U d_usleepproto.U
10604            ! longdblfio.U quadfio.U
10605 ____________________________________________________________________________
10606 [ 10434] By: jhi                                   on 2001/06/04  16:48:33
10607         Log: Configure tweaks; add prototype probes, make the cpp symbols
10608              probe to cast, not whine; test for %Ld and %Lf before %lld and
10609              %llf because the L is the ANSI way.
10610      Branch: perl
10611            ! Configure config_h.SH configure.com epoc/config.sh
10612            ! ext/ODBM_File/ODBM_File.xs perl.h pod/perltoc.pod uconfig.h
10613            ! uconfig.sh vos/config.alpha.def vos/config.ga.def
10614            ! win32/config.bc win32/config.gc win32/config.vc x2p/str.c
10615 ____________________________________________________________________________
10616 [ 10433] By: jhi                                   on 2001/06/04  16:45:23
10617         Log: Sigh.  This is what #10424 was supposed to check in.
10618      Branch: perl
10619            ! op.c sv.c sv.h
10620 ____________________________________________________________________________
10621 [ 10432] By: jhi                                   on 2001/06/04  16:29:40
10622         Log: More verbose failure.
10623      Branch: perl
10624            ! t/op/ver.t
10625 ____________________________________________________________________________
10626 [ 10431] By: jhi                                   on 2001/06/04  16:21:55
10627         Log: The .pm changes to go with #10428.
10628      Branch: perl
10629            ! ext/Fcntl/Fcntl.pm ext/Socket/Socket.pm
10630            ! ext/Sys/Syslog/Syslog.pm
10631 ____________________________________________________________________________
10632 [ 10430] By: jhi                                   on 2001/06/04  16:05:20
10633         Log: On second thoughts show to utf8 skippage message only
10634              on failures, it's too confusing otherwise,
10635      Branch: perl
10636            ! t/pragma/locale.t
10637 ____________________________________________________________________________
10638 [ 10429] By: jhi                                   on 2001/06/04  14:47:50
10639         Log: Do not import anything from Encode.
10640      Branch: perl
10641            ! ext/MIME/Base64/QuotedPrint.pm
10642 ____________________________________________________________________________
10643 [ 10428] By: jhi                                   on 2001/06/04  14:45:47
10644         Log: The #10402 didn't take.  Weird.
10645      Branch: perl
10646            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
10647            ! ext/Sys/Syslog/Syslog.xs
10648 ____________________________________________________________________________
10649 [ 10427] By: jhi                                   on 2001/06/04  12:55:39
10650         Log: Eradicate traces of 'asciirange' re subpragma.
10651      Branch: perl
10652            ! ext/B/B/Deparse.pm ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm
10653            ! pod/perldiag.pod
10654 ____________________________________________________________________________
10655 [ 10426] By: jhi                                   on 2001/06/04  12:44:05
10656         Log: use is a compile-time thing.
10657      Branch: perl
10658            ! ext/MIME/Base64/QuotedPrint.pm
10659 ____________________________________________________________________________
10660 [ 10425] By: jhi                                   on 2001/06/04  12:39:44
10661         Log: Subject: [PATCH perl@10419] -Wall casting patch
10662              From: Robin Barker <rmb1@cise.npl.co.uk>
10663              Date: Mon, 4 Jun 2001 14:27:28 +0100 (BST)
10664              Message-Id: <200106041327.OAA15338@tempest.npl.co.uk>
10665      Branch: perl
10666            ! ext/Devel/DProf/DProf.xs mg.c
10667 ____________________________________________________________________________
10668 [ 10424] By: jhi                                   on 2001/06/04  12:23:30
10669         Log: Subject: [PATCH #2] introducing SVpad_TYPED
10670              From: Abhijit Menon-Sen <ams@wiw.org>
10671              Date: Mon, 4 Jun 2001 12:26:02 +0530
10672              Message-ID: <20010604122602.A5775@lustre.linux.in>
10673      Branch: perl
10674            ! op.c sv.c sv.h
10675 ____________________________________________________________________________
10676 [ 10423] By: gsar                                  on 2001/06/04  05:12:18
10677         Log: testsuite for change#10192 (from Gisle Aas)
10678      Branch: perl
10679            + t/op/override.t
10680            ! MANIFEST
10681 ____________________________________________________________________________
10682 [ 10422] By: gsar                                  on 2001/06/04  02:32:03
10683         Log: integrate changes#10414-10416 from mainline
10684              
10685              Potential buffer overrun if the radix separator is more than
10686              one byte.  Also, under locales, prefer the locale-specific
10687              separator over the old boring ".".
10688              
10689              "10.", that is, decimal numbers can have no decimal part at all.
10690              
10691              The non-locale places need love, too.
10692      Branch: maint-5.6/perl
10693           !> perl.h sv.c
10694 ____________________________________________________________________________
10695 [ 10421] By: jhi                                   on 2001/06/04  02:25:53
10696         Log: Missed from #10420.
10697      Branch: perl
10698            ! epoc/config.sh
10699 ____________________________________________________________________________
10700 [ 10420] By: jhi                                   on 2001/06/04  02:19:58
10701         Log: Missed HAS_SETRESGID_PROTO.  No serious harm done since
10702              often this prototype goes with HAS_SETRESUID_PROTO.
10703      Branch: perl
10704            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
10705            ! config_h.SH configure.com perl.h uconfig.h
10706 ____________________________________________________________________________
10707 [ 10419] By: jhi                                   on 2001/06/04  00:24:55
10708         Log: Update Changes.
10709      Branch: perl
10710            ! Changes patchlevel.h
10711 ____________________________________________________________________________
10712 [ 10418] By: jhi                                   on 2001/06/03  23:58:04
10713         Log: -Wall "subscript has type `char'" cleanup.
10714      Branch: perl
10715            ! ext/File/Glob/bsd_glob.c x2p/a2py.c x2p/str.c x2p/walk.c
10716 ____________________________________________________________________________
10717 [ 10417] By: jhi                                   on 2001/06/03  23:37:17
10718         Log: Various "cast to pointer from integer of different size"
10719              picked up by gcc -Wall (in Tru64 where pointers are 64 bits
10720              wide but I32 (int) only 32 bits wide).
10721              
10722              WARNING: the classnum and tagnum changes in Storable.xs
10723              may not be wise, they may be breaking binary compatibility
10724              (in 64-bit platforms), asked Raphael Manfredi about the changes.
10725      Branch: perl
10726            ! embed.pl ext/Devel/DProf/DProf.xs ext/Storable/Storable.xs
10727            ! mg.c proto.h
10728 ____________________________________________________________________________
10729 [ 10416] By: jhi                                   on 2001/06/03  23:15:24
10730         Log: The non-locale places need love, too.
10731      Branch: perl
10732            ! perl.h
10733 ____________________________________________________________________________
10734 [ 10415] By: jhi                                   on 2001/06/03  23:10:55
10735         Log: "10.", that is, decimal numbers can have no decimal part at all.
10736      Branch: perl
10737            ! perl.h
10738 ____________________________________________________________________________
10739 [ 10414] By: jhi                                   on 2001/06/03  22:49:55
10740         Log: Potential buffer overrun if the radix separator is more than
10741              one byte.  Also, under locales, prefer the locale-specific
10742              separator over the old boring ".".
10743      Branch: perl
10744            ! perl.h sv.c
10745 ____________________________________________________________________________
10746 [ 10413] By: jhi                                   on 2001/06/03  22:42:10
10747         Log: Integrate change #10412 from maintperl; locale is now
10748              per-cop, not per-op; plus retweak the locale.t to always
10749              list the skipped utf8 locales.
10750      Branch: perl
10751            ! t/pragma/locale.t
10752           !> embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
10753           !> pp.sym pp_ctl.c pp_proto.h pp_sys.c util.c
10754 ____________________________________________________________________________
10755 [ 10412] By: gsar                                  on 2001/06/03  22:23:16
10756         Log: rationalize locale handling to fix the bugs uncovered by change#10394
10757              
10758              the major issue was that the runtime was looking at PL_hints rather
10759              than op_private to notice whether locale was enabled
10760              
10761              the secondary issue was that many locale-sensitive numeric ops didn't
10762              have HINT_LOCALE propagated into their op_private
10763              
10764              HINT_LOCALE is now propagated per-statement (i.e., via PL_curcop)
10765              instead of per-op, just like HINT_BYTE and the hints for lexical
10766              warnings (this makes the hint available to every op via PL_curcop)
10767              
10768              pragma/locale.t may need to be reworked with these fixes in mind
10769              (it currently passes its tests)
10770      Branch: maint-5.6/perl
10771            ! embed.h lib/locale.pm op.c op.h opcode.h opcode.pl perl.h pp.c
10772            ! pp.sym pp_ctl.c pp_proto.h pp_sys.c t/pragma/locale.t util.c
10773 ____________________________________________________________________________
10774 [ 10411] By: jhi                                   on 2001/06/03  17:50:49
10775         Log: More verbose debugging.
10776      Branch: perl
10777            ! t/pragma/locale.t
10778 ____________________________________________________________________________
10779 [ 10410] By: jhi                                   on 2001/06/03  17:36:40
10780         Log: Subject: RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
10781              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
10782              Date: Sat, 2 Jun 2001 22:53:33 +0100
10783              Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com>
10784      Branch: perl
10785            ! regcomp.c t/pragma/warn/regcomp
10786 ____________________________________________________________________________
10787 [ 10409] By: jhi                                   on 2001/06/03  17:27:13
10788         Log: Mention that lexicalizing $a or $b is a bad idea if one
10789              wants to use sort().
10790      Branch: perl
10791            ! pod/perlvar.pod
10792 ____________________________________________________________________________
10793 [ 10408] By: jhi                                   on 2001/06/03  16:52:41
10794         Log: Tweak the test to be happy if the accuracy is 'good enough'.
10795      Branch: perl
10796            ! t/lib/posix.t
10797 ____________________________________________________________________________
10798 [ 10407] By: jhi                                   on 2001/06/03  16:50:33
10799         Log: Upgrade to Attribute::Handlers 0.70.
10800              
10801              NOTE: this unearthed the "too late for CHECK block" bug,
10802              that's why the 1_compile.t change.
10803      Branch: perl
10804            + lib/Attribute/Handlers/demo/Demo.pm
10805            + lib/Attribute/Handlers/demo/Descriptions.pm
10806            + lib/Attribute/Handlers/demo/MyClass.pm
10807            + lib/Attribute/Handlers/demo/demo.pl
10808            + lib/Attribute/Handlers/demo/demo2.pl
10809            + lib/Attribute/Handlers/demo/demo3.pl
10810            + lib/Attribute/Handlers/demo/demo4.pl
10811            + lib/Attribute/Handlers/demo/demo_call.pl
10812            + lib/Attribute/Handlers/demo/demo_chain.pl
10813            + lib/Attribute/Handlers/demo/demo_cycle.pl
10814            + lib/Attribute/Handlers/demo/demo_hashdir.pl
10815            + lib/Attribute/Handlers/demo/demo_phases.pl
10816            + lib/Attribute/Handlers/demo/demo_range.pl
10817            + lib/Attribute/Handlers/demo/demo_rawdata.pl
10818            ! MANIFEST lib/Attribute/Handlers.pm t/lib/1_compile.t
10819            ! t/lib/attrhand.t
10820 ____________________________________________________________________________
10821 [ 10406] By: jhi                                   on 2001/06/03  16:40:03
10822         Log: One less -Wall whine.
10823      Branch: perl
10824            ! regcomp.c
10825 ____________________________________________________________________________
10826 [ 10405] By: jhi                                   on 2001/06/03  16:30:34
10827         Log: Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.
10828      Branch: perl
10829           !> t/op/eval.t
10830 ____________________________________________________________________________
10831 [ 10404] By: gsar                                  on 2001/06/03  16:23:07
10832         Log: eval.t was relying on pre-change#10394 buggy behavior (lexicals
10833              aren't "normally" visible inside eval""s contained in subs unless
10834              a cloned reference to them already exists)
10835              
10836              strangely enough, t/harness didn't show this up as a failure
10837              (harness needs fixing?)
10838      Branch: maint-5.6/perl
10839            ! t/op/eval.t
10840 ____________________________________________________________________________
10841 [ 10403] By: jhi                                   on 2001/06/03  16:22:59
10842         Log: Update to Text::Balanced 1.85.
10843      Branch: perl
10844            ! lib/Text/Balanced.pm t/lib/tb-xvari.t
10845 ____________________________________________________________________________
10846 [ 10402] By: jhi                                   on 2001/06/03  16:18:09
10847         Log: Subject: [PATCH] Re: ext/Socket/Socket.xs
10848              From: Nicholas Clark <nick@ccl4.org>
10849              Date: Sun, 3 Jun 2001 17:54:36 +0100
10850              Message-ID: <20010603175436.E76396@plum.flirble.org> 
10851      Branch: perl
10852            ! ext/Fcntl/Fcntl.xs ext/Socket/Socket.xs
10853            ! ext/Sys/Syslog/Syslog.xs
10854 ____________________________________________________________________________
10855 [ 10401] By: jhi                                   on 2001/06/03  16:09:33
10856         Log: Unused variables.
10857      Branch: perl
10858            ! util.c
10859 ____________________________________________________________________________
10860 [ 10400] By: jhi                                   on 2001/06/03  16:04:26
10861         Log: Subject: [PATCH] APIfy op_clear 
10862              From: Simon Cozens <simon@netthink.co.uk>
10863              Date: Sun, 3 Jun 2001 13:51:46 +0100
10864              Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk>
10865              
10866              (despite the subject line, op_null is APIfied by the patch)
10867      Branch: perl
10868            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
10869 ____________________________________________________________________________
10870 [ 10399] By: jhi                                   on 2001/06/03  15:51:35
10871         Log: Subject: [PATCH] t/lib/extutils.t
10872              From: Nicholas Clark <nick@ccl4.org>
10873              Date: Sat, 2 Jun 2001 23:57:05 +0100
10874              Message-ID: <20010602235705.Q12698@plum.flirble.org>
10875      Branch: perl
10876            ! lib/ExtUtils/Constant.pm t/lib/extutils.t
10877 ____________________________________________________________________________
10878 [ 10398] By: jhi                                   on 2001/06/03  15:34:11
10879         Log: Subject: [PATCH: perl@10360] update two win32 Makefiles
10880              From: Prymmer/Kahn <pvhp@best.com>
10881              Date: Sun, 3 Jun 2001 08:55:14 -0700 (PDT)
10882              Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com>
10883      Branch: perl
10884            ! win32/Makefile win32/makefile.mk
10885 ____________________________________________________________________________
10886 [ 10397] By: jhi                                   on 2001/06/03  15:12:13
10887         Log: Subject: Re: 'decimal digits' macro? 
10888              From: Hugo <hv@crypt.compulink.co.uk>
10889              Date: Sun, 03 Jun 2001 04:26:36 +0100
10890              Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk>
10891      Branch: perl
10892            ! handy.h t/lib/posix.t t/op/tr.t
10893 ____________________________________________________________________________
10894 [ 10396] By: jhi                                   on 2001/06/03  15:10:49
10895         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
10896              From: Hugo <hv@crypt.compulink.co.uk>
10897              Date: Sun, 03 Jun 2001 14:56:30 +0100
10898              Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk>
10899      Branch: perl
10900            ! util.c
10901 ____________________________________________________________________________
10902 [ 10395] By: jhi                                   on 2001/06/03  14:59:41
10903         Log: Integrate change #10394 from maintperl; lexical file scope leakage.
10904      Branch: perl
10905           !> perly.c perly.y t/op/misc.t t/pragma/warn/universal
10906           !> vms/perly_c.vms
10907 ____________________________________________________________________________
10908 [ 10394] By: gsar                                  on 2001/06/03  03:05:43
10909         Log: fix leakage of lexicals at file scope into subroutines that were
10910              declared before them; this appears to be a longstanding bug that
10911              meant that lexicals at file scope were never "deintroduced", meaning
10912              their scope range was never properly closed, and their visibility
10913              extended to all subsequent eval""s or requires
10914              
10915              added a test case
10916              
10917              seems to also fix a case of bogus duplicate warnings
10918      Branch: maint-5.6/perl
10919            ! perly.c perly.y t/op/misc.t t/pragma/warn/universal
10920            ! vms/perly_c.vms
10921 ____________________________________________________________________________
10922 [ 10393] By: jhi                                   on 2001/06/02  16:55:03
10923         Log: More VMS tweaks from Craig A. Berry.
10924      Branch: perl
10925            ! configure.com t/lib/extutils.t
10926 ____________________________________________________________________________
10927 [ 10392] By: jhi                                   on 2001/06/02  16:48:26
10928         Log: -Wall cleanup continues.
10929      Branch: perl
10930            ! README.tru64 embed.h embed.pl ext/NDBM_File/NDBM_File.xs
10931            ! ext/POSIX/POSIX.xs ext/PerlIO/Scalar/Scalar.xs
10932            ! ext/Storable/Storable.xs ext/Sys/Hostname/Hostname.xs
10933            ! ext/Sys/Syslog/Syslog.xs perl.c proto.h regcomp.c regexec.c
10934            ! run.c toke.c util.c
10935 ____________________________________________________________________________
10936 [ 10391] By: jhi                                   on 2001/06/02  13:29:47
10937         Log: The metaconfig unit change for #10390.
10938      Branch: metaconfig/U/perl
10939            ! gccvers.U
10940 ____________________________________________________________________________
10941 [ 10390] By: jhi                                   on 2001/06/02  13:29:12
10942         Log: Drop the -ansi from the default gcc flags.
10943              
10944              Off_t/off_t is a struct in Solaris with largefiles, and with -ansi
10945              that struct cannot be compared with a flat integer, such as STRLEN.
10946              The -ansi will also cause a lot of noise in Solaris because of:
10947              /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list
10948      Branch: perl
10949            ! Configure
10950 ____________________________________________________________________________
10951 [ 10389] By: jhi                                   on 2001/06/02  13:14:57
10952         Log: Integrate perlio.
10953      Branch: perl
10954           !> pod/perlapi.pod util.c
10955 ____________________________________________________________________________
10956 [ 10388] By: nick                                  on 2001/06/02  08:01:12
10957         Log: Integrate mainline
10958      Branch: perlio
10959           +> lib/Attribute/Handlers.pm t/lib/attrhand.t
10960           !> MANIFEST configure.com ext/MIME/Base64/QuotedPrint.pm
10961           !> lib/File/Find.pm pod/perlmodlib.pod pod/perltoc.pod
10962           !> t/lib/1_compile.t t/lib/mimeqp.t
10963 ____________________________________________________________________________
10964 [ 10387] By: nick                                  on 2001/06/02  07:39:17
10965         Log: Tweak util.c's atof2 for MULTIPLICITY
10966      Branch: perlio
10967            ! util.c
10968 ____________________________________________________________________________
10969 [ 10386] By: nick                                  on 2001/06/02  07:38:33
10970         Log: Integrate mainline
10971      Branch: perlio
10972           !> (integrate 41 files)
10973 ____________________________________________________________________________
10974 [ 10385] By: jhi                                   on 2001/06/01  22:12:48
10975         Log: Add Attribute::Handlers 0.61 from Damian Conway.
10976      Branch: perl
10977            + lib/Attribute/Handlers.pm t/lib/attrhand.t
10978            ! MANIFEST pod/perlmodlib.pod pod/perltoc.pod t/lib/1_compile.t
10979 ____________________________________________________________________________
10980 [ 10384] By: jhi                                   on 2001/06/01  21:53:14
10981         Log: Subject: [PATCH: perl@10328] allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machines
10982              From: Peter Prymmer <pvhp@forte.com>
10983              Date: Fri, 1 Jun 2001 15:49:22 -0700 (PDT)
10984              Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com>
10985      Branch: perl
10986            ! ext/MIME/Base64/QuotedPrint.pm t/lib/mimeqp.t
10987 ____________________________________________________________________________
10988 [ 10383] By: jhi                                   on 2001/06/01  21:36:11
10989         Log: Subject: [PATCH File::Find] 'do 1' and puzzling (?>...)
10990              From: Jeff Pinyan <jeffp@crusoe.net>
10991              Date: Fri, 1 Jun 2001 14:13:56 -0400 (EDT)
10992              Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net>
10993      Branch: perl
10994            ! lib/File/Find.pm
10995 ____________________________________________________________________________
10996 [ 10382] By: jhi                                   on 2001/06/01  21:35:02
10997         Log: Subject: [PATCH perl@10381] configure.com tweaks
10998              From: "Craig A. Berry" <craigberry@mac.com>
10999              Date: Fri, 1 Jun 2001 13:55:43 -0500
11000              Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]>
11001      Branch: perl
11002            ! configure.com
11003 ____________________________________________________________________________
11004 [ 10381] By: jhi                                   on 2001/06/01  16:37:21
11005         Log: Update Changes.
11006      Branch: perl
11007            ! Changes patchlevel.h
11008 ____________________________________________________________________________
11009 [ 10380] By: jhi                                   on 2001/06/01  16:19:18
11010         Log: Subject: [PATCH] Re: [ID 20010529.004] program doesn't work unless in debug mode
11011              From: Mike Guy <mjtg@cam.ac.uk>
11012              Date: Fri, 01 Jun 2001 18:17:02 +0100
11013              Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk>
11014      Branch: perl
11015            ! lib/perl5db.pl
11016 ____________________________________________________________________________
11017 [ 10379] By: jhi                                   on 2001/06/01  16:13:28
11018         Log: Subject: Re: [ID 20010529.006] String plus zero inconsistent across platforms
11019              From: Hugo <hv@crypt.compulink.co.uk>
11020              Date: Thu, 31 May 2001 20:49:48 +0100
11021              Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk>
11022      Branch: perl
11023            ! embed.h embed.pl global.sym objXSUB.h perl.h perlapi.c proto.h
11024            ! util.c
11025 ____________________________________________________________________________
11026 [ 10378] By: jhi                                   on 2001/06/01  15:56:35
11027         Log: Zero() is not available in x2p (or, rather, some of its
11028              implementations like memzero() might not be available.)
11029      Branch: perl
11030            ! x2p/hash.c
11031 ____________________________________________________________________________
11032 [ 10377] By: jhi                                   on 2001/06/01  15:44:48
11033         Log: Subject: [PATCH x2p/hash.c] bzero -> memset
11034              From: Michael G Schwern <schwern@pobox.com>
11035              Date: Fri, 1 Jun 2001 12:00:29 +0100
11036              Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk>
11037              
11038              (But use Zero() instead of memset.)
11039      Branch: perl
11040            ! x2p/hash.c
11041 ____________________________________________________________________________
11042 [ 10376] By: jhi                                   on 2001/06/01  15:39:52
11043         Log: Subject: Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.t
11044              From: Jeff Pinyan <jeffp@crusoe.net>
11045              Date: Fri, 1 Jun 2001 10:33:55 -0400 (EDT)
11046              Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net>
11047      Branch: perl
11048            ! pod/perldiag.pod regcomp.c t/op/pat.t
11049 ____________________________________________________________________________
11050 [ 10375] By: jhi                                   on 2001/06/01  15:36:35
11051         Log: Retract #10324 and #10333; not needed.
11052      Branch: perl
11053            ! hints/irix_6.sh hints/linux.sh
11054 ____________________________________________________________________________
11055 [ 10374] By: jhi                                   on 2001/06/01  15:35:19
11056         Log: The #10370 wasn't quite right.
11057      Branch: perl
11058            ! ext/XS/Typemap/Typemap.xs
11059 ____________________________________________________________________________
11060 [ 10373] By: jhi                                   on 2001/06/01  15:34:49
11061         Log: The metaconfig units changes for #10372.
11062      Branch: metaconfig/U/perl
11063            + d_realpath.U d_sresgproto.U d_sresuproto.U
11064            ! gccvers.U i_db.U
11065 ____________________________________________________________________________
11066 [ 10372] By: jhi                                   on 2001/06/01  15:34:24
11067         Log: Configure tweaks; record the Berkeley DB version,
11068              probe for realpath(), for setresuid() and setresgid()
11069              prototypes; use realpath() (try to be paranoid enough),
11070              use the setres[ug]id prototypes because glibc has the functions
11071              but not their prototypes; add -Wall -ansi to gcc ccflags;
11072              regen toc.
11073      Branch: perl
11074            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11075            ! config_h.SH configure.com epoc/config.sh
11076            ! ext/DB_File/DB_File.xs perl.h pod/perlapi.pod pod/perltoc.pod
11077            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
11078            ! vos/config.ga.def win32/config.bc win32/config.gc
11079            ! win32/config.vc
11080 ____________________________________________________________________________
11081 [ 10371] By: jhi                                   on 2001/06/01  12:50:05
11082         Log: Subject: Re: [PATCH xsutils.c] Quieting warnings
11083              From: Michael G Schwern <schwern@pobox.com>
11084              Date: Fri, 1 Jun 2001 11:28:14 +0100
11085              Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk>
11086      Branch: perl
11087            ! lib/attributes.pm xsutils.c
11088 ____________________________________________________________________________
11089 [ 10370] By: jhi                                   on 2001/06/01  12:48:55
11090         Log: Subject: [PATCH] Fix -Wall on XS::Typemap
11091              From: Tim Jenness <t.jenness@jach.hawaii.edu>
11092              Date: Thu, 31 May 2001 16:15:37 -1000 (HST)
11093              Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu>
11094      Branch: perl
11095            ! ext/XS/Typemap/Typemap.xs
11096 ____________________________________________________________________________
11097 [ 10369] By: jhi                                   on 2001/06/01  12:47:21
11098         Log: Subject: [patch] Cwd.xs optimizations/abstraction
11099              From: Doug MacEachern <dougm@covalent.net>
11100              Date: Thu, 31 May 2001 17:37:37 -0700 (PDT)
11101              Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> 
11102      Branch: perl
11103            ! embed.h embed.pl ext/Cwd/Cwd.xs global.sym lib/Cwd.pm
11104            ! objXSUB.h perlapi.c pod/perlapi.pod proto.h util.c
11105 ____________________________________________________________________________
11106 [ 10368] By: jhi                                   on 2001/06/01  12:32:00
11107         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!])
11108              From: Nicholas Clark <nick@ccl4.org>
11109              Date: Thu, 31 May 2001 23:56:40 +0100
11110              Message-ID: <20010531235640.F12698@plum.flirble.org>
11111              
11112              Make the test work also under only static extensions
11113              (sh Configure -Uusedl fakes this nicely)
11114      Branch: perl
11115            ! t/lib/extutils.t
11116 ____________________________________________________________________________
11117 [ 10367] By: jhi                                   on 2001/06/01  12:27:53
11118         Log: Subject: [PATCH hv.c] Eliminating trigraph
11119              From: Michael G Schwern <schwern@pobox.com>
11120              Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk>
11121              Date: Fri, 1 Jun 2001 11:49:56 +0100
11122      Branch: perl
11123            ! hv.c
11124 ____________________________________________________________________________
11125 [ 10366] By: jhi                                   on 2001/06/01  12:14:57
11126         Log: Subject: Re: [PATCH] Tests for File::Compare 
11127              From: "Philip Newton" <Philip.Newton@gmx.net>
11128              Date: Thu, 31 May 2001 19:44:05 +0200
11129              Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu>
11130              
11131              Unnecessary "quotation marks".
11132      Branch: perl
11133            ! t/lib/filecomp.t
11134 ____________________________________________________________________________
11135 [ 10365] By: jhi                                   on 2001/06/01  12:13:26
11136         Log: Integrate perlio.
11137      Branch: perl
11138           !> lib/ExtUtils/MM_Win32.pm t/lib/filecomp.t
11139 ____________________________________________________________________________
11140 [ 10364] By: nick                                  on 2001/06/01  10:13:31
11141         Log: Cleanup dll.base and dll.exp created by GCC builds.
11142      Branch: perlio
11143            ! lib/ExtUtils/MM_Win32.pm
11144 ____________________________________________________________________________
11145 [ 10363] By: nick                                  on 2001/06/01  10:02:17
11146         Log: Make filecomp test work on CRLF platforms by adding binmode.
11147      Branch: perlio
11148            ! t/lib/filecomp.t
11149 ____________________________________________________________________________
11150 [ 10362] By: nick                                  on 2001/06/01  08:37:17
11151         Log: Integrate mainline
11152      Branch: perlio
11153           !> Changes Configure patchlevel.h perlio.c
11154 ____________________________________________________________________________
11155 [ 10361] By: jhi                                   on 2001/05/31  15:09:34
11156         Log: panic:claustrophobia.
11157      Branch: perl
11158            ! perlio.c
11159 ____________________________________________________________________________
11160 [ 10360] By: jhi                                   on 2001/05/31  13:04:25
11161         Log: Update Changes.
11162      Branch: perl
11163            ! Changes patchlevel.h
11164 ____________________________________________________________________________
11165 [ 10359] By: nick                                  on 2001/05/31  12:35:50
11166         Log: Integrate mainline.
11167      Branch: perlio
11168           +> t/lib/filecomp.t
11169           !> AUTHORS MANIFEST ext/Storable/Storable.xs gv.c perl.c perl.h
11170           !> pp_ctl.c sv.c t/lib/1_compile.t toke.c util.c
11171 ____________________________________________________________________________
11172 [ 10358] By: jhi                                   on 2001/05/31  12:35:05
11173         Log: Integrate perlio.
11174      Branch: perl
11175           !> t/pragma/warn/toke win32/config_H.bc win32/config_H.gc
11176           !> win32/config_H.vc
11177 ____________________________________________________________________________
11178 [ 10357] By: jhi                                   on 2001/05/31  12:34:04
11179         Log: Metaconfig unit change for #10356.
11180      Branch: metaconfig
11181            ! U/installdirs/inc_version_list.U
11182 ____________________________________________________________________________
11183 [ 10356] By: jhi                                   on 2001/05/31  12:33:41
11184         Log: Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...
11185              (idea from Sarathy; implementation from Andy)
11186      Branch: perl
11187            ! Configure
11188 ____________________________________________________________________________
11189 [ 10355] By: jhi                                   on 2001/05/31  12:18:06
11190         Log: More AUTHORS.
11191      Branch: perl
11192            ! AUTHORS
11193 ____________________________________________________________________________
11194 [ 10354] By: jhi                                   on 2001/05/31  12:16:24
11195         Log: Subject: Re: [PATCH] Tests for File::Compare
11196              From: Alexander Gough <alexander.gough@st-hughs.oxford.ac.uk>
11197              Date: Thu, 31 May 2001 13:26:34 +0100 (GMT)
11198              Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk>
11199      Branch: perl
11200            + t/lib/filecomp.t
11201            ! MANIFEST t/lib/1_compile.t
11202 ____________________________________________________________________________
11203 [ 10353] By: jhi                                   on 2001/05/31  12:11:24
11204         Log: Subject: [PATCH] DEBUG_* macro cleanups
11205              From: Abhijit Menon-Sen <ams@wiw.org>
11206              Date: Thu, 31 May 2001 12:16:22 +0530
11207              Message-ID: <20010531121622.B4829@lustre.linux.in>
11208              
11209              Subject: Re: [PATCH] DEBUG_* macro cleanups
11210              From: Abhijit Menon-Sen <ams@wiw.org>
11211              Date: Thu, 31 May 2001 13:57:01 +0530
11212              Message-ID: <20010531135701.A21775@lustre.linux.in>
11213              
11214              (The DEBUG_ definitions in perl.h changed to use the
11215              STMT_START and STMT_END.)
11216      Branch: perl
11217            ! perl.h pp_ctl.c sv.c toke.c
11218 ____________________________________________________________________________
11219 [ 10352] By: jhi                                   on 2001/05/31  11:53:31
11220         Log: Subject: [PATCH] -Wall cleanups: perl.c, gv.c, Storable.xs
11221              From: Abhijit Menon-Sen <ams@wiw.org>
11222              Date: Thu, 31 May 2001 08:27:55 +0530
11223              Message-ID: <20010531082755.A10018@lustre.linux.in>
11224      Branch: perl
11225            ! ext/Storable/Storable.xs gv.c perl.c
11226 ____________________________________________________________________________
11227 [ 10351] By: jhi                                   on 2001/05/31  11:45:16
11228         Log: Subject: [PATCH] AUTHORS
11229              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
11230              Date: Thu, 31 May 2001 01:27:59 -0500
11231              Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu>
11232              
11233              Subject: Re: [PATCH] AUTHORS
11234              From: "Philip Newton" <Philip.Newton@gmx.net>
11235              Date: Thu, 31 May 2001 10:08:06 +0200
11236              (Message-Id missing?)
11237      Branch: perl
11238            ! AUTHORS
11239 ____________________________________________________________________________
11240 [ 10350] By: nick                                  on 2001/05/31  11:40:43
11241         Log: win32 - dmake regen_config_h
11242      Branch: perlio
11243            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
11244 ____________________________________________________________________________
11245 [ 10349] By: jhi                                   on 2001/05/31  11:38:27
11246         Log: Subject: Re: [PATCH util.c] More warning cleanups.
11247              From: "Philip Newton" <Philip.Newton@gmx.net>
11248              Date: Thu, 31 May 2001 07:41:36 +0200
11249              Message-Id: <200105310538.IAA25458@taku.hut.fi>
11250              
11251              Undo C++-ism that snekt in.
11252      Branch: perl
11253            ! util.c
11254 ____________________________________________________________________________
11255 [ 10348] By: nick                                  on 2001/05/31  11:36:46
11256         Log: Tolerate Win32 numerics
11257      Branch: perlio
11258            ! t/pragma/warn/toke
11259 ____________________________________________________________________________
11260 [ 10347] By: jhi                                   on 2001/05/31  11:29:40
11261         Log: Integrate perlio.
11262      Branch: perl
11263           !> perlio.c win32/win32.h
11264 ____________________________________________________________________________
11265 [ 10346] By: nick                                  on 2001/05/31  10:54:55
11266         Log: Hack to restore Win32 pseudo fork broken by Multiple Interpreter
11267              perlio.c change 10255.
11268      Branch: perlio
11269            ! perlio.c
11270 ____________________________________________________________________________
11271 [ 10345] By: nick                                  on 2001/05/31  10:01:57
11272         Log: Conditionaly put back some "unused" dTHX which are used
11273              with PERL_IMPLICIT_SYS
11274      Branch: perlio
11275            ! perlio.c
11276 ____________________________________________________________________________
11277 [ 10344] By: nick                                  on 2001/05/31  10:00:59
11278         Log: Fix Win32 for new spelling IN_BYTES 
11279      Branch: perlio
11280            ! win32/win32.h
11281 ____________________________________________________________________________
11282 [ 10343] By: nick                                  on 2001/05/31  08:01:32
11283         Log: perlio.c -Wall cleaner under MULTIPLICITY
11284              - still minor noise with linux stdio
11285      Branch: perlio
11286            ! perlio.c
11287 ____________________________________________________________________________
11288 [ 10342] By: nick                                  on 2001/05/31  07:52:23
11289         Log: Integrate mainline.
11290      Branch: perlio
11291           !> (integrate 42 files)
11292 ____________________________________________________________________________
11293 [ 10341] By: jhi                                   on 2001/05/31  01:39:02
11294         Log: AUTHORS updates.
11295      Branch: perl
11296            ! AUTHORS
11297 ____________________________________________________________________________
11298 [ 10340] By: jhi                                   on 2001/05/31  00:19:29
11299         Log: Subject: [PATCH: perl@10328] new md5sum for modified MD5.xs file
11300              From: Peter Prymmer <pvhp@forte.com>
11301              Date: Wed, 30 May 2001 17:57:20 -0700 (PDT)
11302              Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com>
11303      Branch: perl
11304            ! t/lib/md5-file.t
11305 ____________________________________________________________________________
11306 [ 10339] By: jhi                                   on 2001/05/31  00:16:44
11307         Log: Salvage bits and pieces from the experimental 'utf8 everywhere'
11308              patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES
11309              to match the pragma name; various robustness cleanups.
11310      Branch: perl
11311            ! lib/utf8_heavy.pl mg.c perl.h pp.c pp_ctl.c pp_sys.c regexec.c
11312            ! sv.c toke.c utf8.c utf8.h utfebcdic.h
11313 ____________________________________________________________________________
11314 [ 10338] By: jhi                                   on 2001/05/30  23:56:14
11315         Log: More -Wall sweeping.
11316      Branch: perl
11317            ! av.c doio.c ext/Cwd/Cwd.xs ext/Devel/DProf/DProf.xs
11318            ! ext/Devel/Peek/Peek.xs ext/Encode/Encode.xs
11319            ! ext/List/Util/Util.xs gv.c op.c pp.c pp_ctl.c pp_hot.c
11320            ! regcomp.c sv.c toke.c utf8.c
11321 ____________________________________________________________________________
11322 [ 10337] By: jhi                                   on 2001/05/30  23:20:23
11323         Log: Subject: [PATCH] (was Re: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1)
11324              From: Nicholas Clark <nick@ccl4.org>
11325              Date: Wed, 30 May 2001 22:34:41 +0100
11326              Message-ID: <20010530223441.Y86445@plum.flirble.org>
11327      Branch: perl
11328            ! t/op/cmp.t
11329 ____________________________________________________________________________
11330 [ 10336] By: jhi                                   on 2001/05/30  23:18:48
11331         Log: It's is not, it isn't ain't, and it's it's, not its,
11332              if you mean it is. If you don't, it's its. Then too,
11333              it's hers. It isn't her's. It isn't our's either.
11334              It's ours, and likewise yours and theirs.
11335              -- Oxford University Press, Edpress News
11336      Branch: perl
11337            ! lib/autouse.pm
11338 ____________________________________________________________________________
11339 [ 10335] By: jhi                                   on 2001/05/30  23:12:30
11340         Log: More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.
11341      Branch: perl
11342            ! doop.c ext/ByteLoader/bytecode.h ext/DB_File/DB_File.xs mg.c
11343            ! perl.c perlio.c regexec.c universal.c util.c x2p/a2py.c
11344            ! x2p/str.c x2p/walk.c xsutils.c
11345 ____________________________________________________________________________
11346 [ 10334] By: jhi                                   on 2001/05/30  22:52:41
11347         Log: Subject: [PATCH perl.c t/run/runenv.t] (was Re: [[ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
11348              From: Michael G Schwern <schwern@pobox.com>
11349              Date: Wed, 30 May 2001 17:10:38 +0100
11350              Message-ID: <20010530171038.L670@blackrider.blackstar.co.uk>
11351              
11352              Subject: Re: [PATCH perl.c t/run/runenv.t] (was Re: [ID 20010514.042] Perl v5.6.1 mangles PERL5OPT])
11353              From: Abhijit Menon-Sen <ams@wiw.org>
11354              Date: Wed, 30 May 2001 23:16:13 +0530
11355              Message-ID: <20010530231613.A31933@lustre.linux.in>
11356      Branch: perl
11357            ! perl.c t/run/runenv.t
11358 ____________________________________________________________________________
11359 [ 10333] By: jhi                                   on 2001/05/30  22:25:02
11360         Log: (Retracted by #10375.)
11361              
11362              IRIX hints patch from Merijn Broeren.
11363              
11364              TODO: (this and the earlier Linux hints patch) should be solved
11365              at Configure level.  Merijn: -ldb should not be used on any platform
11366              for perl, just when linking DBFile itself. Trying to be helpful here
11367              is counterproductive.
11368      Branch: perl
11369            ! hints/irix_6.sh
11370 ____________________________________________________________________________
11371 [ 10332] By: jhi                                   on 2001/05/30  22:11:13
11372         Log: Subject: Re: [PATCH doop.c] unused variable in Perl_do_join
11373              From: Nicholas Clark <nick@ccl4.org>
11374              Date: Wed, 30 May 2001 23:20:58 +0100
11375              Message-ID: <20010530232058.B86445@plum.flirble.org>
11376      Branch: perl
11377            ! doop.c
11378 ____________________________________________________________________________
11379 [ 10331] By: jhi                                   on 2001/05/30  22:09:49
11380         Log: Subject: Re: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
11381              From: Michael G Schwern <schwern@pobox.com> 
11382              Date: Wed, 30 May 2001 15:24:20 +0100
11383              Message-ID: <20010530152420.H670@blackrider.blackstar.co.uk>
11384      Branch: perl
11385            ! t/pragma/autouse.t
11386 ____________________________________________________________________________
11387 [ 10330] By: jhi                                   on 2001/05/30  22:02:21
11388         Log: The regex trick wasn't a good idea.
11389      Branch: perl
11390            ! pod/perlfaq4.pod
11391 ____________________________________________________________________________
11392 [ 10329] By: nick                                  on 2001/05/30  18:34:35
11393         Log: Integrate mainline
11394      Branch: perlio
11395           !> (integrate 40 files)
11396 ____________________________________________________________________________
11397 [ 10328] By: jhi                                   on 2001/05/30  14:28:39
11398         Log: Update Changes.
11399      Branch: perl
11400            ! Changes patchlevel.h
11401 ____________________________________________________________________________
11402 [ 10327] By: jhi                                   on 2001/05/30  14:07:01
11403         Log: The metaconfig unit change for #10325.
11404      Branch: metaconfig
11405            + U/modified/afs.U
11406 ____________________________________________________________________________
11407 [ 10326] By: jhi                                   on 2001/05/30  14:06:36
11408         Log: More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksum
11409              is now wrong.
11410      Branch: perl
11411            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
11412 ____________________________________________________________________________
11413 [ 10325] By: jhi                                   on 2001/05/30  14:04:28
11414         Log: Introduce $Config{afsroot}.
11415      Branch: perl
11416            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
11417            ! config_h.SH epoc/config.sh uconfig.sh win32/config.bc
11418            ! win32/config.gc win32/config.vc
11419 ____________________________________________________________________________
11420 [ 10324] By: jhi                                   on 2001/05/30  13:49:44
11421         Log: (Retracted by #10375.)
11422              
11423              Linux DB tweak from Merijn Broeren <merijnb@iloquent.nl>.
11424      Branch: perl
11425            ! hints/linux.sh
11426 ____________________________________________________________________________
11427 [ 10323] By: jhi                                   on 2001/05/30  13:49:29
11428         Log: AFS patches from Merijn Broeren <merijnb@iloquent.nl>.
11429              (Also Configure tweaks needed; coming up soon.)
11430      Branch: perl
11431            ! t/io/fs.t t/lib/glob-basic.t t/op/stat.t
11432 ____________________________________________________________________________
11433 [ 10322] By: jhi                                   on 2001/05/30  13:37:56
11434         Log: Subject: [PATCH lib/perl5db.pl] Conditional breakpoints
11435              From: Michael G Schwern <schwern@pobox.com>
11436              Date: Sun, 27 May 2001 10:29:43 +0100
11437              Message-ID: <20010527102942.J711@blackrider.blackstar.co.uk>
11438      Branch: perl
11439            ! lib/perl5db.pl
11440 ____________________________________________________________________________
11441 [ 10321] By: jhi                                   on 2001/05/30  13:36:28
11442         Log: Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,
11443              and Abhijit Menon-Sen.
11444      Branch: perl
11445            ! av.c doio.c doop.c dump.c ext/Digest/MD5/MD5.xs malloc.c op.c
11446            ! perl.c pp_sys.c regcomp.c
11447 ____________________________________________________________________________
11448 [ 10320] By: jhi                                   on 2001/05/30  13:35:27
11449         Log: Fix the BOOT section to call myU2time properly.
11450      Branch: perl
11451            ! ext/Time/HiRes/HiRes.xs
11452 ____________________________________________________________________________
11453 [ 10319] By: jhi                                   on 2001/05/30  13:06:09
11454         Log: Subject: Re: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
11455              From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu>
11456              Date: Wed, 30 May 2001 09:44:29 -0400
11457              Message-ID: <20010530094429.B133085@linguist.thayer.dartmouth.edu>
11458              
11459              Detypo; plus add one more trick.
11460      Branch: perl
11461            ! pod/perlfaq4.pod
11462 ____________________________________________________________________________
11463 [ 10318] By: jhi                                   on 2001/05/30  12:47:11
11464         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)
11465              From: Michael G Schwern <schwern@pobox.com>
11466              Date: Wed, 30 May 2001 14:39:06 +0100
11467              Message-ID: <20010530143906.E670@blackrider.blackstar.co.uk>
11468      Branch: perl
11469            ! lib/autouse.pm t/pragma/autouse.t
11470 ____________________________________________________________________________
11471 [ 10317] By: jhi                                   on 2001/05/30  12:46:02
11472         Log: Subject: Re: AIX and gcc (moving targets)
11473              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11474              Date: Wed, 30 May 2001 15:25:08 +0200
11475              Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl>
11476      Branch: perl
11477            ! ext/Time/HiRes/HiRes.xs
11478 ____________________________________________________________________________
11479 [ 10316] By: jhi                                   on 2001/05/30  12:40:46
11480         Log: Subject: [PATCH t/TEST] sorting tests
11481              From: Michael G Schwern <schwern@pobox.com>
11482              Date: Wed, 30 May 2001 10:24:02 +0100
11483              Message-ID: <20010530102402.Q670@blackrider.blackstar.co.uk>
11484      Branch: perl
11485            ! t/TEST
11486 ____________________________________________________________________________
11487 [ 10315] By: jhi                                   on 2001/05/30  12:37:43
11488         Log: Subject: [ID 20010529.002] typos in man page perlre
11489              From: bart@cg681574-a.adubn1.nj.home.com 
11490              Date: Tue, 29 May 2001 13:58:59 -0500
11491              Message-Id: <E154ohn-00053j-00@debian.adubn1.nj.home.com>
11492      Branch: perl
11493            ! pod/perlre.pod
11494 ____________________________________________________________________________
11495 [ 10314] By: jhi                                   on 2001/05/30  12:33:53
11496         Log: Subject: [PATCH perl@10298] fix extutils.t and autouse.t for VMS
11497              From: "Craig A. Berry" <craigberry@mac.com>
11498              Date: Tue, 29 May 2001 23:23:45 -0500
11499              Message-Id: <a05100e01b73a21721dee@[192.168.56.153]>
11500      Branch: perl
11501            ! t/lib/extutils.t t/pragma/autouse.t
11502 ____________________________________________________________________________
11503 [ 10313] By: jhi                                   on 2001/05/30  12:32:17
11504         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)
11505              From: David Dyck <dcd@tc.fluke.com>
11506              Date: Tue, 29 May 2001 22:05:28 -0700 (PDT)
11507              Message-ID: <Pine.LNX.4.33.0105292200060.26992-100000@dd.tc.fluke.com>
11508      Branch: perl
11509            ! t/lib/filefind.t
11510 ____________________________________________________________________________
11511 [ 10312] By: jhi                                   on 2001/05/30  12:31:02
11512         Log: AIX hints update for gcc from Merijn H. Brand.
11513      Branch: perl
11514            ! hints/aix.sh
11515 ____________________________________________________________________________
11516 [ 10311] By: jhi                                   on 2001/05/30  12:18:20
11517         Log: Retract #10295 and #10296: a more generic solution
11518              is needed (there's something funny with gcc on AIX).
11519      Branch: perl
11520            ! ext/POSIX/Makefile.PL ext/Storable/Makefile.PL
11521 ____________________________________________________________________________
11522 [ 10310] By: jhi                                   on 2001/05/30  12:08:07
11523         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
11524              From: Hugo <hv@crypt.compulink.co.uk>
11525              Date: Wed, 30 May 2001 11:59:19 +0100
11526              Message-Id: <200105301059.LAA03182@crypt.compulink.co.uk>
11527              
11528              localizing $@ has unfortunate semantics - if you die past
11529              a local $@, the die message is lost.
11530      Branch: perl
11531            ! lib/utf8_heavy.pl
11532 ____________________________________________________________________________
11533 [ 10309] By: nick                                  on 2001/05/30  08:23:02
11534         Log: Integrate mainline (autouse works again.)
11535      Branch: perlio
11536           !> ext/Time/Piece/Piece.pm hints/os2.sh lib/File/Find.pm
11537           !> lib/autouse.pm pod/perlfaq4.pod pod/perlfaq6.pod
11538           !> pod/perlvar.pod t/op/cmp.t
11539 ____________________________________________________________________________
11540 [ 10308] By: jhi                                   on 2001/05/30  01:55:02
11541         Log: Subject: [ID 20010529.003] find2perl and File::Find doesn't emulate find when path is a symlink (with proposed patch)
11542              From: David Dyck <dcd@tc.fluke.com>
11543              Date: Tue, 29 May 2001 12:19:38 -0700 (PDT)
11544              Message-Id: <Pine.LNX.4.33.0105291216510.17409-100000@dd.tc.fluke.com>
11545      Branch: perl
11546            ! lib/File/Find.pm
11547 ____________________________________________________________________________
11548 [ 10307] By: jhi                                   on 2001/05/30  01:47:22
11549         Log: Subject: [PATCH] Re: Report /pro/3gl/CPAN/perl-5.7.1
11550              From: Nicholas Clark <nick@ccl4.org>
11551              Date: Tue, 29 May 2001 23:16:09 +0100
11552              Message-ID: <20010529231609.U86445@plum.flirble.org>
11553              
11554              Make the test output slightly clearer by distinguishing
11555              between '' and undef.
11556      Branch: perl
11557            ! t/op/cmp.t
11558 ____________________________________________________________________________
11559 [ 10306] By: jhi                                   on 2001/05/30  01:45:12
11560         Log: Subject: [PATCH 5.6.1] flushNULL OS/2
11561              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11562              Date: Tue, 29 May 2001 19:15:19 -0400
11563              Message-ID: <20010529191519.A16020@math.ohio-state.edu>
11564      Branch: perl
11565            ! hints/os2.sh
11566 ____________________________________________________________________________
11567 [ 10305] By: jhi                                   on 2001/05/30  01:42:36
11568         Log: Subject: perlvar.pod addition
11569              From: Peter Gessner <peter.gessner@post.rwth-aachen.de>
11570              Date: Fri, 25 May 2001 20:23:12 +0200
11571              Message-ID: <3B0EA310.B265C048@post.rwth-aachen.de>
11572              
11573              Subject: Re: perlvar.pod addition
11574              From: "Abigail" <abigail@foad.org> 
11575              Date: Fri, 25 May 2001 22:00:39 +0200
11576              Message-ID: <20010525200039.28029.qmail@foad.org>
11577              
11578              Mention $a and $b in perlvar.
11579      Branch: perl
11580            ! pod/perlvar.pod
11581 ____________________________________________________________________________
11582 [ 10304] By: jhi                                   on 2001/05/30  01:36:37
11583         Log: Subject: [PATCH] perlvar.pod -- why isn't @F here?
11584              From: Jeff Pinyan <jeffp@crusoe.net>
11585              Date: Tue, 29 May 2001 22:27:51 -0400 (EDT)
11586              Message-ID: <Pine.GSO.4.21.0105292227150.1961-100000@crusoe.crusoe.net>
11587      Branch: perl
11588            ! pod/perlvar.pod
11589 ____________________________________________________________________________
11590 [ 10303] By: jhi                                   on 2001/05/30  01:35:31
11591         Log: Subject: Re: [PATCH] perlfaq6.pod -- case-aware s///
11592              From: Jeff Pinyan <jeffp@crusoe.net>
11593              Date: Tue, 29 May 2001 18:03:27 -0400 (EDT)
11594              Message-ID: <Pine.GSO.4.21.0105291802330.1961-100000@crusoe.crusoe.net>
11595      Branch: perl
11596            ! pod/perlfaq6.pod
11597 ____________________________________________________________________________
11598 [ 10302] By: jhi                                   on 2001/05/29  20:18:49
11599         Log: Mention Time::localtime and Time::gmtime.
11600      Branch: perl
11601            ! ext/Time/Piece/Piece.pm
11602 ____________________________________________________________________________
11603 [ 10301] By: jhi                                   on 2001/05/29  20:13:54
11604         Log: Subject: [PATCH pod/perlfaq4.pod] Example of working in integers to avoid floating point errors
11605              From: Michael G Schwern <schwern@pobox.com>
11606              Date: Tue, 29 May 2001 18:51:32 +0100
11607              Message-ID: <20010529185132.C706@blackrider.blackstar.co.uk>
11608      Branch: perl
11609            ! pod/perlfaq4.pod
11610 ____________________________________________________________________________
11611 [ 10300] By: jhi                                   on 2001/05/29  20:12:09
11612         Log: Retract #10243.
11613      Branch: perl
11614            ! lib/autouse.pm
11615 ____________________________________________________________________________
11616 [ 10299] By: nick                                  on 2001/05/29  18:41:19
11617         Log: Post weekend integrate mainline (fails one test pragma/autouse).
11618      Branch: perlio
11619           +> (branch 29 files)
11620           !> (integrate 91 files)
11621 ____________________________________________________________________________
11622 [ 10298] By: jhi                                   on 2001/05/29  16:29:19
11623         Log: Update Changes.
11624      Branch: perl
11625            ! Changes patchlevel.h
11626 ____________________________________________________________________________
11627 [ 10297] By: jhi                                   on 2001/05/29  16:25:47
11628         Log: Fix Perl_swash_init & Perl_swash_fetch to save ERRSV (= $@)
11629              before Perl_load_module/Perl_call_method and restore the value
11630              after if !SvTRUE(ERRSV).  (from Inaba Hiroto)
11631      Branch: perl
11632            ! utf8.c
11633 ____________________________________________________________________________
11634 [ 10296] By: jhi                                   on 2001/05/29  16:01:53
11635         Log: Subject: Re: AIX and gcc (moving targets)
11636              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11637              Date: Tue, 29 May 2001 17:59:40 +0200
11638              Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl>
11639      Branch: perl
11640            ! ext/Storable/Makefile.PL
11641 ____________________________________________________________________________
11642 [ 10295] By: jhi                                   on 2001/05/29  15:59:05
11643         Log: Subject: Re: AIX and gcc (moving targets)
11644              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11645              Date: Tue, 29 May 2001 12:32:57 +0200
11646              Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl>
11647      Branch: perl
11648            ! ext/POSIX/Makefile.PL
11649 ____________________________________________________________________________
11650 [ 10294] By: jhi                                   on 2001/05/29  15:53:43
11651         Log: Subject: [PATCH lib/Test/Harness.pm t/lib/test-harness.t] Syncing with 1.21
11652              From: Michael G Schwern <schwern@pobox.com>
11653              Date: Tue, 29 May 2001 09:53:29 +0100
11654              Message-ID: <20010529095329.T675@blackrider.blackstar.co.uk>
11655              
11656              (#10280 retracted)
11657      Branch: perl
11658            ! lib/Test/Harness.pm t/lib/test-harness.t
11659 ____________________________________________________________________________
11660 [ 10293] By: jhi                                   on 2001/05/29  15:46:10
11661         Log: Subject: [PATCH t/TEST lib/Test.pm t/lib/Test/*.t] Syncing with Test-1.17
11662              From: Michael G Schwern <schwern@pobox.com>
11663              Date: Tue, 29 May 2001 09:19:52 +0100
11664              Message-ID: <20010529091952.R675@blackrider.blackstar.co.uk>
11665      Branch: perl
11666            + t/lib/Test/fail.t t/lib/Test/mix.t t/lib/Test/onfail.t
11667            + t/lib/Test/qr.t t/lib/Test/skip.t t/lib/Test/success.t
11668            + t/lib/Test/todo.t
11669            ! MANIFEST lib/Test.pm t/TEST
11670 ____________________________________________________________________________
11671 [ 10292] By: jhi                                   on 2001/05/29  15:34:08
11672         Log: From: Michael G Schwern <schwern@pobox.com>
11673              Subject: Re: [PATCH t/TEST] Allowing deeper test subdirectories
11674              Date: Tue, 29 May 2001 08:26:09 +0100
11675              Message-ID: <20010529082609.P675@blackrider.blackstar.co.uk>
11676      Branch: perl
11677            ! t/TEST
11678 ____________________________________________________________________________
11679 [ 10291] By: jhi                                   on 2001/05/29  15:29:37
11680         Log: Add tests for Time::gmtime and Time::localtime.
11681      Branch: perl
11682            + t/lib/time-gmtime.t t/lib/time-localtime.t
11683            ! MANIFEST t/lib/1_compile.t
11684 ____________________________________________________________________________
11685 [ 10290] By: jhi                                   on 2001/05/29  15:15:44
11686         Log: Add test for File::stat.
11687      Branch: perl
11688            + t/lib/filestat.t
11689            ! MANIFEST t/lib/1_compile.t
11690 ____________________________________________________________________________
11691 [ 10289] By: jhi                                   on 2001/05/29  15:05:38
11692         Log: Add test for Net::servent.
11693      Branch: perl
11694            + t/lib/net-sent.t
11695            ! MANIFEST t/lib/1_compile.t
11696 ____________________________________________________________________________
11697 [ 10288] By: jhi                                   on 2001/05/29  14:57:15
11698         Log: Add test for Net::protoent.
11699      Branch: perl
11700            + t/lib/net-pent.t
11701            ! MANIFEST t/lib/1_compile.t
11702 ____________________________________________________________________________
11703 [ 10287] By: jhi                                   on 2001/05/29  14:53:10
11704         Log: Add test for Net::netent.
11705      Branch: perl
11706            + t/lib/net-nent.t
11707            ! MANIFEST t/lib/1_compile.t
11708 ____________________________________________________________________________
11709 [ 10286] By: jhi                                   on 2001/05/29  14:31:57
11710         Log: Add test for User::grent.  Portability doubtful.
11711      Branch: perl
11712            + t/lib/user-grent.t
11713            ! MANIFEST t/lib/1_compile.t
11714 ____________________________________________________________________________
11715 [ 10285] By: jhi                                   on 2001/05/29  14:24:20
11716         Log: Add test for User::pwent.
11717              Probably will fall down somewhere for portability reasons.
11718      Branch: perl
11719            + t/lib/user-pwent.t
11720            ! MANIFEST t/lib/1_compile.t
11721 ____________________________________________________________________________
11722 [ 10284] By: jhi                                   on 2001/05/29  13:26:43
11723         Log: Metaconfig units changes for #10283.
11724      Branch: metaconfig
11725            ! U/installdirs/inc_version_list.U U/installdirs/perl5.U
11726            ! U/installdirs/siteman1.U U/installdirs/siteman3.U
11727            ! U/installdirs/sitescript.U U/modified/Signal.U
11728 ____________________________________________________________________________
11729 [ 10283] By: jhi                                   on 2001/05/29  13:26:24
11730         Log: Subject: [PATCH 5.6.1] signal names in Configure
11731              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11732              Date: Tue, 29 May 2001 03:52:25 -0400
11733              Message-ID: <20010529035225.A9400@math.ohio-state.edu>
11734              
11735              Subject: [PATCH 5.6.1] older perl in Configure
11736              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11737              Date: Tue, 29 May 2001 03:55:40 -0400
11738              Message-ID: <20010529035539.A9411@math.ohio-state.edu>
11739              
11740              Subject: [PATCH 5.6.1] goofs in Configure
11741              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11742              Date: Tue, 29 May 2001 04:13:07 -0400
11743              Message-ID: <20010529041307.A9658@math.ohio-state.edu>
11744              
11745              Configure portability tweaks.
11746      Branch: perl
11747            ! Configure
11748 ____________________________________________________________________________
11749 [ 10282] By: jhi                                   on 2001/05/29  12:41:41
11750         Log: Subject: [PATCH 5.6.1] extLibpath for OS/2
11751              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11752              Date: Tue, 29 May 2001 04:07:06 -0400
11753              Message-ID: <20010529040706.A9579@math.ohio-state.edu>
11754      Branch: perl
11755            ! os2/os2.c
11756 ____________________________________________________________________________
11757 [ 10281] By: jhi                                   on 2001/05/29  12:40:31
11758         Log: Subject: [PATCH 5.6.1] extra static libs for OS/2
11759              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11760              Date: Tue, 29 May 2001 04:01:38 -0400
11761              Message-ID: <20010529040138.A9482@math.ohio-state.edu>
11762      Branch: perl
11763            ! hints/os2.sh os2/Makefile.SHs
11764 ____________________________________________________________________________
11765 [ 10280] By: jhi                                   on 2001/05/29  12:38:48
11766         Log: Subject: Re: [PATCH 5.6.1] Test::Harness clumsy
11767              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
11768              Date: Tue, 29 May 2001 03:50:18 -0400
11769              Message-ID: <20010529035018.A9387@math.ohio-state.edu>
11770      Branch: perl
11771            ! lib/Test/Harness.pm
11772 ____________________________________________________________________________
11773 [ 10279] By: jhi                                   on 2001/05/29  12:34:53
11774         Log: Additional safeguard against $@ getting trampled; idea from Hugo.
11775      Branch: perl
11776            ! lib/utf8_heavy.pl
11777 ____________________________________________________________________________
11778 [ 10278] By: jhi                                   on 2001/05/29  02:15:24
11779         Log: Subject: Re: [ID 20010528.004] dual bug under utf8: $@ has UTF8 flag and \s+ does not match
11780              From: Hugo <hv@crypt.compulink.co.uk>
11781              Date: Tue, 29 May 2001 03:03:45 +0100
11782              Message-Id: <200105290203.DAA00825@crypt.compulink.co.uk>
11783              
11784              Explanation why the $@ always gets the UTF8 flag when under use utf8--
11785              because we told it to have the flag when under use utf8.
11786      Branch: perl
11787            ! pp_ctl.c
11788 ____________________________________________________________________________
11789 [ 10277] By: jhi                                   on 2001/05/29  00:51:34
11790         Log: At least a partial fix for 20010528.004.
11791      Branch: perl
11792            ! lib/utf8_heavy.pl
11793 ____________________________________________________________________________
11794 [ 10276] By: jhi                                   on 2001/05/29  00:42:59
11795         Log: Subject: Re: Report /pro/3gl/CPAN/perl-5.7.1
11796              From: Nicholas Clark <nick@ccl4.org> 
11797              Date: Mon, 28 May 2001 23:39:38 +0100
11798              Message-ID: <20010528233938.M86445@plum.flirble.org>
11799              
11800              More portable non-zero UV.
11801      Branch: perl
11802            ! t/lib/extutils.t
11803 ____________________________________________________________________________
11804 [ 10275] By: jhi                                   on 2001/05/29  00:40:28
11805         Log: Subject: [PATCH] (was Re: Why t/lib/extutils.t is failing ...
11806              From: Nicholas Clark <nick@ccl4.org>
11807              Date: Mon, 28 May 2001 22:46:09 +0100
11808              Message-ID: <20010528224608.L86445@plum.flirble.org>
11809              
11810              Test also "make clean".
11811      Branch: perl
11812            ! t/lib/extutils.t
11813 ____________________________________________________________________________
11814 [ 10274] By: jhi                                   on 2001/05/29  00:39:18
11815         Log: Subject: Re: Would -Wno-unused -Wall be better?
11816              From: Michael G Schwern <schwern@pobox.com>
11817              Date: Tue, 29 May 2001 00:55:54 +0100
11818              Message-ID: <20010529005553.B675@blackrider.blackstar.co.uk>
11819      Branch: perl
11820            ! pp.h
11821 ____________________________________________________________________________
11822 [ 10273] By: jhi                                   on 2001/05/29  00:36:06
11823         Log: Add a test for 20010528.007, fixed in #10272.
11824      Branch: perl
11825            ! t/op/misc.t toke.c
11826 ____________________________________________________________________________
11827 [ 10272] By: jhi                                   on 2001/05/29  00:21:12
11828         Log: Subject: Re: [ID 20010528.007] "\x{" causes panic:constant overflowed allocated space 
11829              From: Hugo <hv@crypt.compulink.co.uk>
11830              Date: Tue, 29 May 2001 00:23:23 +0100
11831              Message-Id: <200105282323.AAA07930@crypt.compulink.co.uk>
11832      Branch: perl
11833            ! toke.c
11834 ____________________________________________________________________________
11835 [ 10271] By: jhi                                   on 2001/05/28  22:52:11
11836         Log: Subject: Re: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
11837              From: Michael G Schwern <schwern@pobox.com>
11838              Date: Tue, 29 May 2001 00:42:59 +0100
11839              Message-ID: <20010529004259.A675@blackrider.blackstar.co.uk>
11840      Branch: perl
11841            ! t/pragma/autouse.t
11842 ____________________________________________________________________________
11843 [ 10270] By: jhi                                   on 2001/05/28  21:44:06
11844         Log: Some shells seemingly arrange the signal handlers differently
11845              (bug id 20010521.004).
11846      Branch: perl
11847            ! t/lib/sigaction.t
11848 ____________________________________________________________________________
11849 [ 10269] By: jhi                                   on 2001/05/28  20:34:21
11850         Log: Regen perlmodlib.
11851      Branch: perl
11852            ! pod/perlmodlib.pod
11853 ____________________________________________________________________________
11854 [ 10268] By: jhi                                   on 2001/05/28  19:08:45
11855         Log: Update Changes.
11856      Branch: perl
11857            ! Changes patchlevel.h
11858 ____________________________________________________________________________
11859 [ 10267] By: jhi                                   on 2001/05/28  19:03:54
11860         Log: Subject: [PATCH] perlnewmod.pod to reflect DLSI(P) change
11861              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
11862              Date: Mon, 28 May 2001 14:56:35 -0500
11863              Message-ID: <20010528145635.L8487@chaos.wustl.edu>
11864      Branch: perl
11865            ! pod/perlnewmod.pod
11866 ____________________________________________________________________________
11867 [ 10266] By: jhi                                   on 2001/05/28  18:35:03
11868         Log: Regen toc.
11869      Branch: perl
11870            ! pod/perltoc.pod
11871 ____________________________________________________________________________
11872 [ 10265] By: jhi                                   on 2001/05/28  18:33:32
11873         Log: Subject: [PATCH] RE: [20000223.001] no test cases for splice(@array) 
11874              From: "Richard Soderberg" <rs@crystalflame.net>
11875              Date: Mon, 28 May 2001 12:31:23 -0700
11876              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFLDFAA.rs@crystalflame.net>
11877      Branch: perl
11878            ! t/op/splice.t
11879 ____________________________________________________________________________
11880 [ 10264] By: jhi                                   on 2001/05/28  17:59:00
11881         Log: The #10260 was too bold: locales and utf8 still do not mix.
11882      Branch: perl
11883            ! t/pragma/locale.t
11884 ____________________________________________________________________________
11885 [ 10263] By: jhi                                   on 2001/05/28  17:52:25
11886         Log: Subject: [PATCH] Pod nitpicks
11887              From: "Richard Soderberg" <rs@crystalflame.net>
11888              Date: Mon, 28 May 2001 10:08:58 -0700
11889              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEFGDFAA.rs@crystalflame.net>
11890      Branch: perl
11891            ! pod/perl571delta.pod pod/perlapi.pod sv.h
11892 ____________________________________________________________________________
11893 [ 10262] By: jhi                                   on 2001/05/28  17:50:05
11894         Log: Upgrade to I18N::LangTags 0.22.
11895      Branch: perl
11896            + lib/I18N/LangTags/List.pod
11897            ! MANIFEST lib/I18N/LangTags.pm
11898 ____________________________________________________________________________
11899 [ 10261] By: jhi                                   on 2001/05/28  17:23:40
11900         Log: A slightly more serious bug found by -Mutf8; op/misc and
11901              lib/complex dumped core.
11902      Branch: perl
11903            ! regexec.c
11904 ____________________________________________________________________________
11905 [ 10260] By: jhi                                   on 2001/05/28  16:58:11
11906         Log: Various buglets shaken out by -Mutf8.
11907      Branch: perl
11908            ! t/io/utf8.t t/lib/charnames.t t/lib/lc-language.t
11909            ! t/pragma/locale.t
11910 ____________________________________________________________________________
11911 [ 10259] By: jhi                                   on 2001/05/28  15:48:46
11912         Log: STDERR looks much like STDOUT.  (Subtest #2 wasn't really okay.)
11913      Branch: perl
11914            ! t/lib/carp.t
11915 ____________________________________________________________________________
11916 [ 10258] By: jhi                                   on 2001/05/28  15:32:41
11917         Log: Subject: [PATCH] todo patch
11918              From: Artur Bergman <artur@contiller.se> 
11919              Date: Mon, 28 May 2001 17:03:51 +0200
11920              Message-ID: <B7383577.F34%artur@contiller.se>
11921      Branch: perl
11922            ! pod/perltodo.pod
11923 ____________________________________________________________________________
11924 [ 10257] By: jhi                                   on 2001/05/28  15:31:25
11925         Log: Subject: typo in perlguts.pod
11926              From: "John P. Linderman" <jpl@research.att.com>
11927              Date: Mon, 28 May 2001 09:35:47 -0400 (EDT)
11928              Message-Id: <200105281335.JAA27851@raptor.research.att.com>
11929      Branch: perl
11930            ! pod/perlguts.pod
11931 ____________________________________________________________________________
11932 [ 10256] By: jhi                                   on 2001/05/28  15:30:42
11933         Log: Subject: AIX and gcc (moving targets)
11934              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
11935              Date: Mon, 28 May 2001 12:54:04 +0200
11936              Message-Id: <20010528124531.9FAB.H.M.BRAND@hccnet.nl>
11937      Branch: perl
11938            ! hints/aix.sh
11939 ____________________________________________________________________________
11940 [ 10255] By: jhi                                   on 2001/05/28  15:28:55
11941         Log: Subject: Re: perlio + multiple perl_alloc..destruct
11942              From: Doug MacEachern <dougm@covalent.net>
11943              Date: Sun, 27 May 2001 13:47:13 -0700 (PDT)
11944              Message-ID: <Pine.LNX.4.21.0105271340370.5938-100000@mako.covalent.net>
11945      Branch: perl
11946            ! perlio.c
11947 ____________________________________________________________________________
11948 [ 10254] By: jhi                                   on 2001/05/28  15:27:49
11949         Log: The #10251 wasn't quite up-to-the-code.
11950      Branch: perl
11951            ! t/op/misc.t
11952 ____________________________________________________________________________
11953 [ 10253] By: jhi                                   on 2001/05/28  15:26:39
11954         Log: Test case for bug 20010526.004, fixed in #10252.
11955      Branch: perl
11956            ! t/op/taint.t
11957 ____________________________________________________________________________
11958 [ 10252] By: jhi                                   on 2001/05/28  15:26:14
11959         Log: Subject: Re: [ID 20010526.004] Taint looses value
11960              From: Hugo <hv@crypt.compulink.co.uk>
11961              Date: Sun, 27 May 2001 20:39:32 +0100
11962              Message-Id: <200105271939.UAA27591@crypt.compulink.co.uk>
11963      Branch: perl
11964            ! sv.c
11965 ____________________________________________________________________________
11966 [ 10251] By: jhi                                   on 2001/05/28  15:13:40
11967         Log: Test case for 20010422.005, fixed by #10250.
11968      Branch: perl
11969            ! t/op/misc.t
11970 ____________________________________________________________________________
11971 [ 10250] By: jhi                                   on 2001/05/28  15:11:16
11972         Log: Subject: [PATCH] Re: [ID 20010422.005] perl -e '{s//${}/; //}' # segfaults on FreeBSD 
11973              From: Spider Boardman <spider@Orb.Nashua.NH.US>
11974              Date: Mon, 28 May 2001 06:39:12 -0400
11975              Message-Id: <200105281039.GAA03962@Orb.Nashua.NH.US>
11976      Branch: perl
11977            ! toke.c
11978 ____________________________________________________________________________
11979 [ 10249] By: jhi                                   on 2001/05/28  15:09:24
11980         Log: Linerewrapping.
11981      Branch: perl
11982            ! lib/open.pm
11983 ____________________________________________________________________________
11984 [ 10248] By: jhi                                   on 2001/05/28  15:09:07
11985         Log: Updates on the modules list.
11986      Branch: perl
11987            ! t/lib/1_compile.t
11988 ____________________________________________________________________________
11989 [ 10247] By: jhi                                   on 2001/05/28  15:03:35
11990         Log: Add a test for PerlIO.
11991              
11992              (I probably got the crlf/raw thing wrong for clrfy platforms...)
11993      Branch: perl
11994            + t/lib/perlio.t
11995            ! MANIFEST lib/PerlIO.pm
11996 ____________________________________________________________________________
11997 [ 10246] By: jhi                                   on 2001/05/28  14:24:08
11998         Log: Add a test for carp et alia.
11999      Branch: perl
12000            + t/lib/carp.t
12001            ! MANIFEST
12002 ____________________________________________________________________________
12003 [ 10245] By: jhi                                   on 2001/05/28  13:42:55
12004         Log: Adding the new test would be swell.
12005      Branch: perl
12006            + t/pragma/autouse.t
12007 ____________________________________________________________________________
12008 [ 10244] By: jhi                                   on 2001/05/28  13:42:34
12009         Log: Add a test for the autouse pragma.
12010      Branch: perl
12011            ! MANIFEST
12012 ____________________________________________________________________________
12013 [ 10243] By: jhi                                   on 2001/05/28  13:26:25
12014         Log: Subject: [ID 20010528.001] use autouse 'URI::Escape' => qw(URI::Escape::uri_escape) failed
12015              From: dLux <dlux@spam.sch.bme.hu>
12016              Date: Sun, 27 May 2001 16:14:26 +0200
12017              Message-Id: <E1541JK-0000YC-00@dl.sch.bme.hu>
12018      Branch: perl
12019            ! lib/autouse.pm
12020 ____________________________________________________________________________
12021 [ 10242] By: jhi                                   on 2001/05/28  13:21:50
12022         Log: Subject: [PATCH #2] RE: [ID 20010528.002] dprofpp: "-R" does not work
12023              From: "Richard Soderberg" <rs@crystalflame.net>
12024              Date: Mon, 28 May 2001 03:56:36 -0700
12025              Message-ID: <NAEKLNAAHLMBPMPNBMLEEEFADFAA.rs@crystalflame.net>
12026      Branch: perl
12027            ! utils/dprofpp.PL
12028 ____________________________________________________________________________
12029 [ 10241] By: jhi                                   on 2001/05/28  13:18:56
12030         Log: Subject: Re: [ID 20010522.003] Time::Local module bug
12031              From: "Stephen P. Potter" <spp@spotter.yi.org>
12032              Date: Tue, 22 May 2001 11:40:25 -0400
12033              Message-Id: <20010522154030.584F4729E2@belgarath.spotter.yi.org>
12034              
12035              Subject: Re: [ID 20010522.003] Time::Local module bug
12036              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu> 
12037              Date: Tue, 22 May 2001 11:50:19 -0400
12038              Message-ID: <20010522115019.D48634@linguist.thayer.dartmouth.edu>
12039      Branch: perl
12040            ! lib/Time/Local.pm
12041 ____________________________________________________________________________
12042 [ 10240] By: jhi                                   on 2001/05/27  22:44:49
12043         Log: The PERL_DL_NONLAZY can have whitespace in front.
12044      Branch: perl
12045            ! t/lib/extutils.t
12046 ____________________________________________________________________________
12047 [ 10239] By: jhi                                   on 2001/05/27  21:23:21
12048         Log: Document strftime() and strptime().
12049      Branch: perl
12050            ! ext/POSIX/POSIX.pod ext/Time/Piece/Piece.pm t/lib/time-piece.t
12051 ____________________________________________________________________________
12052 [ 10238] By: jhi                                   on 2001/05/27  20:29:07
12053         Log: Make Time::Piece::strptime() to be a function, not a method.
12054      Branch: perl
12055            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
12056 ____________________________________________________________________________
12057 [ 10237] By: jhi                                   on 2001/05/27  20:22:09
12058         Log: Tweak the test to be more portable.
12059      Branch: perl
12060            ! t/lib/extutils.t
12061 ____________________________________________________________________________
12062 [ 10236] By: jhi                                   on 2001/05/27  19:15:54
12063         Log: Subject: PATCH: Re: Re: Attributes that tie
12064              From: Leon Brocard <acme@astray.com>
12065              Date: Sun, 27 May 2001 12:37:29 +0100
12066              Message-ID: <20010527123729.A22663@ns0.astray.com>
12067              
12068              Document that variable attributes are not currently usable
12069              for tieing.  (An ugly limitation that should be fixed.)
12070      Branch: perl
12071            ! lib/attributes.pm
12072 ____________________________________________________________________________
12073 [ 10235] By: jhi                                   on 2001/05/27  19:03:31
12074         Log: Microperl tweaks.
12075      Branch: perl
12076            ! Makefile.micro uconfig.h uconfig.sh
12077 ____________________________________________________________________________
12078 [ 10234] By: jhi                                   on 2001/05/27  18:22:09
12079         Log: Add make target for microperl (kind of silly, but convenient).
12080      Branch: perl
12081            ! Makefile.SH
12082 ____________________________________________________________________________
12083 [ 10233] By: jhi                                   on 2001/05/27  18:18:56
12084         Log: O_APPEND and O_TRUNC are not portable.  (Not available e.g.
12085              for microperl.)
12086      Branch: perl
12087            ! doio.c
12088 ____________________________________________________________________________
12089 [ 10232] By: jhi                                   on 2001/05/27  17:57:18
12090         Log: Subject: [PATCH] [ID 19991013.005] utime undef, undef, @files  
12091              From: rspier@pobox.com (Robert Spier)
12092              Date: Sat, 26 May 2001 20:05:23 -0400
12093              Message-ID: <15120.17603.148648.12430@rls.cx>
12094              
12095              Subject: Re: [PATCH] [ID 19991013.005] utime undef, undef, @files
12096              From: rspier@pobox.com (Robert Spier)
12097              Date: Sun, 27 May 2001 00:23:12 -0400
12098              Message-ID: <15120.33072.511966.767230@rls.cx>
12099      Branch: perl
12100            ! doio.c pod/perlfunc.pod
12101 ____________________________________________________________________________
12102 [ 10231] By: jhi                                   on 2001/05/27  15:45:20
12103         Log: Regen toc.  (And add the README.tru64 from #10230 to MANIFEST.)
12104      Branch: perl
12105            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12106 ____________________________________________________________________________
12107 [ 10230] By: jhi                                   on 2001/05/27  15:41:06
12108         Log: Add README.tru64.
12109      Branch: perl
12110            + README.tru64
12111 ____________________________________________________________________________
12112 [ 10229] By: jhi                                   on 2001/05/27  13:50:57
12113         Log: Integrate Locale::Maketext 1.01 from Sean Burke.
12114      Branch: perl
12115            + lib/Locale/Maketext.pm lib/Locale/Maketext.pod
12116            + lib/Locale/Maketext/TPJ13.pod t/lib/lc-maketext.t
12117            ! MANIFEST
12118 ____________________________________________________________________________
12119 [ 10228] By: jhi                                   on 2001/05/27  13:43:38
12120         Log: Integrate I18N::LangTags from Sean Burke.
12121              
12122              TODO: the language list from RFC 3066 needs to be integrated
12123              and made available somehow.  The list is included in the
12124              I18N-LangTags 0.21 distribution, but it is undocumented
12125              and unconnected to the module.
12126      Branch: perl
12127            + lib/I18N/LangTags.pm t/lib/i18n-langtags.t
12128            ! MANIFEST
12129 ____________________________________________________________________________
12130 [ 10227] By: jhi                                   on 2001/05/27  01:41:33
12131         Log: Allow 'eval "v200"' to work (part of 20000323.059); fix as
12132              envisioned by Sarathy.
12133      Branch: perl
12134            ! t/op/ver.t toke.c
12135 ____________________________________________________________________________
12136 [ 10226] By: jhi                                   on 2001/05/27  00:28:34
12137         Log: Subject: [ID 20010525.001] Pod typo nits fixed
12138              From: lvirden@cas.org
12139              Date: Fri, 25 May 2001 06:57:43 -0400 (EDT)
12140              Message-Id: <200105251057.f4PAvhY13003@lwv26awu.cas.org>
12141              
12142              minus the perlsolaris decimation plus the
12143              
12144              Subject: Re: [ID 20010525.001] Pod typo nits fixed
12145              From: "Philip Newton" <Philip.Newton@gmx.net>
12146              Date: Fri, 25 May 2001 18:05:55 +0200
12147              Message-Id: <200105251604.f4PG4kt15034@chaos.wustl.edu>
12148      Branch: perl
12149            ! README.amiga README.cygwin README.mpeix pod/perl5005delta.pod
12150            ! pod/perldebtut.pod pod/perlebcdic.pod pod/perlfaq3.pod
12151            ! pod/perlhack.pod pod/perltoc.pod pod/perltodo.pod
12152            ! pod/perlutil.pod pod/perlxstut.pod
12153 ____________________________________________________________________________
12154 [ 10225] By: jhi                                   on 2001/05/26  22:38:16
12155         Log: return clauses are nice.
12156      Branch: perl
12157            ! sv.c
12158 ____________________________________________________________________________
12159 [ 10224] By: jhi                                   on 2001/05/26  22:35:31
12160         Log: Subject: change 10199 backwards?
12161              From: Doug MacEachern <dougm@covalent.net>
12162              Date: Sat, 26 May 2001 11:26:07 -0700 (PDT)
12163              Message-ID: <Pine.LNX.4.21.0105261118510.22038-100000@mako.covalent.net>
12164      Branch: perl
12165            ! sv.c
12166 ____________________________________________________________________________
12167 [ 10223] By: jhi                                   on 2001/05/26  22:31:46
12168         Log: Subject: Re: 5.6.*, bleadperl: bugs in pp_concat
12169              From: Hugo <hv@crypt.compulink.co.uk>
12170              Date: Sat, 26 May 2001 17:05:12 +0100
12171              Message-Id: <200105261605.RAA12295@crypt.compulink.co.uk>
12172      Branch: perl
12173            + t/op/gmagic.t
12174            ! MANIFEST doop.c embed.h embed.pl global.sym
12175            ! lib/File/Basename.pm objXSUB.h perlapi.c pod/perlapi.pod
12176            ! pp_hot.c proto.h sv.c sv.h t/pragma/warn/pp_hot
12177 ____________________________________________________________________________
12178 [ 10222] By: jhi                                   on 2001/05/26  22:10:38
12179         Log: Regen headers for #10221.
12180      Branch: perl
12181            ! global.sym objXSUB.h perlapi.c
12182 ____________________________________________________________________________
12183 [ 10221] By: jhi                                   on 2001/05/26  22:06:06
12184         Log: Subject: [ID 20010506.012] Patch for 5.6.1 embed.pl (shared libperl&mod_perl)
12185              From: Juha Laiho <juha.laiho@Elma.Net>
12186              Date: Thu, 3 May 2001 09:51:30 +0300
12187              Message-Id: <200105030651.JAA327254@tokka.elma.fi>
12188      Branch: perl
12189            ! embed.pl
12190 ____________________________________________________________________________
12191 [ 10220] By: jhi                                   on 2001/05/26  22:01:30
12192         Log: Subject: Re: [PATCH] Re: stability of sort()?
12193              From: "John P. Linderman" <jpl@research.att.com>
12194              Date: Sat, 26 May 2001 13:27:19 -0400
12195              Message-Id: <200105261727.NAA06654@raptor.research.att.com>
12196      Branch: perl
12197            ! pod/perlfunc.pod
12198 ____________________________________________________________________________
12199 [ 10219] By: jhi                                   on 2001/05/26  14:02:34
12200         Log: Integrate perlio.
12201      Branch: perl
12202           !> pod/perlguts.pod
12203 ____________________________________________________________________________
12204 [ 10218] By: jhi                                   on 2001/05/26  13:39:52
12205         Log: Subject: [PATCH perl@10210] PerlIO for VMS
12206              From: "Craig A. Berry" <craigberry@mac.com>
12207              Date: Sat, 26 May 2001 09:34:11 -0500
12208              Message-Id: <a05100e0ab734816701a5@[172.16.52.1]>
12209      Branch: perl
12210            ! configure.com doio.c iperlsys.h perlio.c perlio.h perliol.h
12211            ! perlsdio.h vms/ext/Stdio/Stdio.xs vms/gen_shrfls.pl vms/vms.c
12212            ! vms/vmsish.h
12213 ____________________________________________________________________________
12214 [ 10217] By: jhi                                   on 2001/05/26  13:19:05
12215         Log: Subject: patch to fix: [ID 20010524.004] perl5db.pl version 1.12  doesn't stop on breakpoints
12216              From: David Dyck <dcd@tc.fluke.com>
12217              Date: Fri, 25 May 2001 00:03:04 -0700 (PDT)
12218              Message-ID: <Pine.LNX.4.33.0105242354030.17331-100000@dd.tc.fluke.com>
12219      Branch: perl
12220            ! lib/perl5db.pl
12221 ____________________________________________________________________________
12222 [ 10216] By: jhi                                   on 2001/05/26  13:17:47
12223         Log: Subject: utf8 regexp tests
12224              From: Hugo <hv@crypt.compulink.co.uk>
12225              Date: Fri, 25 May 2001 22:35:01 +0100
12226              Message-Id: <200105252135.WAA03197@crypt.compulink.co.uk>
12227      Branch: perl
12228            ! t/op/regexp.t
12229 ____________________________________________________________________________
12230 [ 10215] By: jhi                                   on 2001/05/26  13:15:40
12231         Log: Subject: [PATCH] Re: stability of sort()?
12232              From: Nicholas Clark <nick@ccl4.org>
12233              Date: Fri, 25 May 2001 22:40:19 +0100
12234              Message-ID: <20010525224019.B86445@plum.flirble.org>
12235      Branch: perl
12236            ! pod/perlfunc.pod
12237 ____________________________________________________________________________
12238 [ 10214] By: jhi                                   on 2001/05/26  13:14:30
12239         Log: Subject: Re: [ID 20010426.005] Magic not being removed at scope exit [PATCH]
12240              From: John Peacock <jpeacock@rowman.com>
12241              Date: Thu, 24 May 2001 22:14:01 -0400
12242              Message-ID: <3B0DBFE9.A7C49084@rowman.com>
12243      Branch: perl
12244            ! mg.c scope.c sv.c
12245 ____________________________________________________________________________
12246 [ 10213] By: jhi                                   on 2001/05/26  13:08:56
12247         Log: Subject: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
12248              From: Nicholas Clark <nick@ccl4.org>
12249              Date: Sun, 20 May 2001 19:24:13 +0100
12250              Message-ID: <20010520192413.G83222@plum.flirble.org>
12251      Branch: perl
12252            + lib/ExtUtils/Constant.pm t/lib/extutils.t
12253            ! MANIFEST utils/h2xs.PL
12254 ____________________________________________________________________________
12255 [ 10212] By: nick                                  on 2001/05/26  09:49:28
12256         Log: Change perlguts docs to not suggest PUSHi etc. for multiple results,
12257              add a few more notes there on use of mortals on the stack.
12258      Branch: perlio
12259            ! pod/perlguts.pod
12260 ____________________________________________________________________________
12261 [ 10211] By: nick                                  on 2001/05/26  09:05:36
12262         Log: Integrate mainline
12263      Branch: perlio
12264           +> t/lib/fcntl.t t/pragma/vars.t
12265           !> (integrate 49 files)
12266 ____________________________________________________________________________
12267 [ 10210] By: jhi                                   on 2001/05/25  12:29:16
12268         Log: Update Changes.
12269      Branch: perl
12270            ! Changes patchlevel.h
12271 ____________________________________________________________________________
12272 [ 10209] By: jhi                                   on 2001/05/25  12:24:45
12273         Log: Based on
12274              
12275              Subject: [PATCH pp.c] Wrapping pack("C",256)
12276              From: Simon Cozens <simon@netthink.co.uk>
12277              Date: Sat, 12 May 2001 17:58:41 +0100
12278              Message-ID: <20010512175841.A6132@netthink.co.uk>
12279      Branch: perl
12280            ! pod/perldiag.pod pp.c t/pragma/warn/pp
12281 ____________________________________________________________________________
12282 [ 10208] By: jhi                                   on 2001/05/25  01:37:03
12283         Log: Subject: [PATCH] 5.6.1 Term::Cap -- add terminfo fallback
12284              From: "Brendan O'Dea" <bod@compusol.com.au>
12285              Date: Fri, 25 May 2001 11:18:29 +1000
12286              Message-ID: <20010525111829.A28411@compusol.com.au>
12287              
12288              (Slightly modified.)
12289      Branch: perl
12290            ! lib/Term/Cap.pm
12291 ____________________________________________________________________________
12292 [ 10207] By: jhi                                   on 2001/05/25  01:12:14
12293         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string 
12294              From: Hugo <hv@crypt.compulink.co.uk>
12295              Date: Fri, 25 May 2001 02:13:25 +0100
12296              Message-Id: <200105250113.CAA23158@crypt.compulink.co.uk>
12297      Branch: perl
12298            ! t/op/misc.t
12299 ____________________________________________________________________________
12300 [ 10206] By: jhi                                   on 2001/05/25  01:07:59
12301         Log: Subject: Re: [ID 20010506.041] segfault when matching utf8 string
12302              From: Inaba Hiroto <hiroto.inaba@toshiba.co.jp>
12303              Date: Fri, 25 May 2001 10:25:36 +0900
12304              Message-Id: <200105250124.KAA19571@toshiba.co.jp> 
12305      Branch: perl
12306            ! regcomp.c regexec.c
12307 ____________________________________________________________________________
12308 [ 10205] By: jhi                                   on 2001/05/25  01:07:00
12309         Log: Subject: [PATCH #2] stash autovivification and method call error messages
12310              From: Ilmari Karonen <iltzu@sci.fi>
12311              Date: Thu, 24 May 2001 01:51:48 +0300 (EET DST)
12312              Message-ID: <Pine.SOL.3.96.1010524013737.18819D-100000@simpukka>
12313      Branch: perl
12314            ! gv.c pp_hot.c t/op/method.t
12315 ____________________________________________________________________________
12316 [ 10204] By: jhi                                   on 2001/05/25  01:03:50
12317         Log: Add make target and documentation for gprof profiling.
12318      Branch: perl
12319            ! Makefile.SH pod/perlhack.pod
12320 ____________________________________________________________________________
12321 [ 10203] By: jhi                                   on 2001/05/24  21:09:36
12322         Log: Subject: Don't think about UTF8 
12323              From: Mike Guy <mjtg@cam.ac.uk> 
12324              Date: Tue, 22 May 2001 14:35:39 +0100
12325              Message-Id: <E152CK3-00028O-00@virgo.cus.cam.ac.uk>
12326      Branch: perl
12327            ! sv.h
12328 ____________________________________________________________________________
12329 [ 10202] By: jhi                                   on 2001/05/24  21:07:25
12330         Log: Subject: [ID 20010524.002] find2perl bug in fileglob_to_re
12331              From: Geraint A Edwards <gedge@serf.org> 
12332              Date: Thu, 24 May 2001 22:51:24 +0100
12333              Message-Id: <20010524225124.A34981@cymru.serf.org>
12334      Branch: perl
12335            ! x2p/find2perl.PL
12336 ____________________________________________________________________________
12337 [ 10201] By: jhi                                   on 2001/05/24  21:02:30
12338         Log: DB_File has its own attribute story.
12339      Branch: perl
12340            ! ext/DB_File/DB_File.xs
12341 ____________________________________________________________________________
12342 [ 10200] By: jhi                                   on 2001/05/24  19:54:21
12343         Log: Subject: Re: Making perl with -Wall
12344              From: Andy Dougherty <doughera@lafayette.edu>
12345              Date: Thu, 24 May 2001 14:33:37 -0400 (EDT)
12346              Message-ID: <Pine.SOL.4.10.10105241415460.2443-100000@maxwell.phys.lafayette.edu>
12347      Branch: perl
12348            ! perl.h
12349 ____________________________________________________________________________
12350 [ 10199] By: jhi                                   on 2001/05/24  15:15:03
12351         Log: Subject: RE: [ID 20010521.003] - [PATCH #2] sv.c: sv_dup_inc(SvRV(sstr)) wasn't checking SvWEAKREF
12352              From: "Richard Soderberg" <rs@crystalflame.net>
12353              Date: Thu, 24 May 2001 08:58:16 -0700
12354              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEPODEAA.rs@crystalflame.net>
12355      Branch: perl
12356            ! sv.c
12357 ____________________________________________________________________________
12358 [ 10198] By: jhi                                   on 2001/05/24  15:10:04
12359         Log: IV/UV casting fixes from Nicholas Clark.
12360      Branch: perl
12361            ! perl.h pp_sys.c util.c
12362 ____________________________________________________________________________
12363 [ 10197] By: jhi                                   on 2001/05/24  14:19:44
12364         Log: Subject: Re: Making perl with -Wall
12365              From: Michael G Schwern <schwern@pobox.com>
12366              Date: Thu, 24 May 2001 15:40:28 +0100
12367              Message-ID: <20010524154028.B1988@blackrider.blackstar.co.uk>
12368      Branch: perl
12369            ! malloc.c perl.h
12370 ____________________________________________________________________________
12371 [ 10196] By: jhi                                   on 2001/05/24  14:04:41
12372         Log: Subject: [PATCH] Re: [ID 20010521.004] Two test suite failures on this platform with latest rsync 
12373              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
12374              Date: Tue, 22 May 2001 11:49:37 +0200
12375              Message-Id: <20010522114044.BC4E.H.M.BRAND@hccnet.nl>
12376      Branch: metaconfig
12377            ! U/modified/Oldsym.U
12378      Branch: metaconfig/U/perl
12379            ! patchlevel.U
12380      Branch: perl
12381            ! Configure config_h.SH myconfig.SH
12382 ____________________________________________________________________________
12383 [ 10195] By: jhi                                   on 2001/05/24  13:25:04
12384         Log: Under versiononly install also the scripts with the version suffix.
12385              (e.g. .../bin/h2xs5.7.1)
12386      Branch: perl
12387            ! installperl
12388 ____________________________________________________________________________
12389 [ 10194] By: jhi                                   on 2001/05/24  13:02:49
12390         Log: Subject: [PATCH] Stop segfault in mg.c:636
12391              From: "Richard Soderberg" <rs@crystalflame.net>
12392              Date: Thu, 24 May 2001 05:51:52 -0700
12393              Message-ID: <NAEKLNAAHLMBPMPNBMLEGEPGDEAA.rs@crystalflame.net>
12394      Branch: perl
12395            ! mg.c
12396 ____________________________________________________________________________
12397 [ 10193] By: jhi                                   on 2001/05/24  12:37:13
12398         Log: Iteration continues; hopefully convergently.
12399      Branch: perl
12400            ! t/lib/b-stash.t
12401 ____________________________________________________________________________
12402 [ 10192] By: jhi                                   on 2001/05/24  12:36:35
12403         Log: Subject: [PATCH] CORE::GLOBAL::require override happens too early
12404              From: Gisle Aas <gisle@ActiveState.com>
12405              Date: 23 May 2001 16:13:10 -0700
12406              Message-ID: <lrofsjfym1.fsf@caliper.ActiveState.com>
12407      Branch: perl
12408            ! op.c toke.c
12409 ____________________________________________________________________________
12410 [ 10191] By: jhi                                   on 2001/05/24  12:25:12
12411         Log: Subject: [PATCH] lib/dumpvar.pl, lib/perl5db.pl - fix warnings
12412              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12413              Date: Thu, 24 May 2001 05:05:22 -0500
12414              Message-ID: <20010524050522.A18997@staff1.cso.uiuc.edu>
12415      Branch: perl
12416            ! lib/dumpvar.pl lib/perl5db.pl
12417 ____________________________________________________________________________
12418 [ 10190] By: jhi                                   on 2001/05/24  12:24:07
12419         Log: Subject: Re: [ID 20010524.001] perl5db.pl   x @INC  doesn't work like it used to
12420              From: David Dyck <dcd@tc.fluke.com>
12421              Date: Thu, 24 May 2001 01:42:09 -0700 (PDT)
12422              Message-ID: <Pine.LNX.4.33.0105240134580.5179-100000@dd.tc.fluke.com>
12423      Branch: perl
12424            ! lib/perl5db.pl
12425 ____________________________________________________________________________
12426 [ 10189] By: jhi                                   on 2001/05/23  22:43:31
12427         Log: Tiny pod nits on READMEs, mostly whitespace issues.
12428      Branch: perl
12429            ! README.amiga README.dos README.macos README.mpeix README.vmesa
12430            ! README.win32
12431 ____________________________________________________________________________
12432 [ 10188] By: jhi                                   on 2001/05/23  22:26:03
12433         Log: The DG/UX part of the 20010521.005.
12434      Branch: perl
12435            ! README.dgux
12436 ____________________________________________________________________________
12437 [ 10187] By: jhi                                   on 2001/05/23  22:04:05
12438         Log: Subject: Re: [ID 20000716.007] \G in a m//g expression causes problems 
12439              From: Hugo <hv@crypt.compulink.co.uk>
12440              Date: Mon, 21 May 2001 16:32:02 +0100
12441              Message-Id: <200105211532.QAA03999@crypt.compulink.co.uk>
12442      Branch: perl
12443            ! regcomp.c t/op/misc.t
12444 ____________________________________________________________________________
12445 [ 10186] By: jhi                                   on 2001/05/23  21:42:15
12446         Log: Subject: [PATCH] Extra UNIVERSAL tests
12447              From: Mike Guy <mjtg@cam.ac.uk>
12448              Date: Wed, 23 May 2001 12:29:20 +0100
12449              Message-Id: <E152WpM-0001yP-00@virgo.cus.cam.ac.uk>
12450      Branch: perl
12451            ! t/op/universal.t
12452 ____________________________________________________________________________
12453 [ 10185] By: jhi                                   on 2001/05/23  21:38:48
12454         Log: Subject: [PATCH] Remove EQ keyword
12455              From: Mike Guy <mjtg@cam.ac.uk>
12456              Message-Id: <E152Vhp-00072x-00@virgo.cus.cam.ac.uk>
12457              Date: Wed, 23 May 2001 11:17:29 +0100
12458      Branch: perl
12459            ! keywords.h keywords.pl
12460 ____________________________________________________________________________
12461 [ 10184] By: jhi                                   on 2001/05/23  21:29:41
12462         Log: Subject: [PATCH] lib/perl5db.pl
12463              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12464              Date: Wed, 23 May 2001 02:18:03 -0500
12465              Message-ID: <20010523021803.A21965@staff1.cso.uiuc.edu>
12466      Branch: perl
12467            ! lib/perl5db.pl
12468 ____________________________________________________________________________
12469 [ 10183] By: jhi                                   on 2001/05/23  21:27:54
12470         Log: Subject: [PATCH lib/Term/Cap.pm] Avoid -W warnings in Tgetent and Tputs
12471              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
12472              Date: Tue, 22 May 2001 23:34:41 -0500
12473              Message-ID: <20010522233441.A12431@staff1.cso.uiuc.edu>
12474      Branch: perl
12475            ! lib/Term/Cap.pm
12476 ____________________________________________________________________________
12477 [ 10182] By: jhi                                   on 2001/05/23  21:24:30
12478         Log: Subject: [PATCH emacs/e2ctags.pl] big speedup
12479              From: davem@fdgroup.co.uk
12480              Date: Tue, 22 May 2001 22:08:09 +0100 (BST)
12481              Message-Id: <200105222108.WAA09442@gizmo.fdgroup.co.uk>
12482      Branch: perl
12483            ! emacs/e2ctags.pl
12484 ____________________________________________________________________________
12485 [ 10181] By: jhi                                   on 2001/05/23  21:23:29
12486         Log: Subject: [PATCH lib/vars.pm] Sensible minimum version
12487              From: Michael G Schwern <schwern@pobox.com>
12488              Date: Tue, 22 May 2001 14:15:09 +0100
12489              Message-ID: <20010522141509.J701@blackrider.blackstar.co.uk>
12490      Branch: perl
12491            ! lib/vars.pm
12492 ____________________________________________________________________________
12493 [ 10180] By: jhi                                   on 2001/05/23  21:22:14
12494         Log: Subject: [PATCH lib/vars.pm] Odd code nit
12495              From: Michael G Schwern <schwern@pobox.com>
12496              Date: Tue, 22 May 2001 14:14:28 +0100
12497              Message-ID: <20010522141427.I701@blackrider.blackstar.co.uk>
12498      Branch: perl
12499            ! lib/vars.pm
12500 ____________________________________________________________________________
12501 [ 10179] By: jhi                                   on 2001/05/23  21:19:51
12502         Log: Use the new use vars feature.
12503      Branch: perl
12504            ! t/lib/b-stash.t
12505 ____________________________________________________________________________
12506 [ 10178] By: jhi                                   on 2001/05/23  21:19:28
12507         Log: Subject: [PATCH] vars.pm to support qualified variables (was Re: [ID 20010521.001])
12508              From: Mike Guy <mjtg@cam.ac.uk>
12509              Sender: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
12510              Date: Tue, 22 May 2001 13:11:39 +0100
12511      Branch: perl
12512            + t/pragma/vars.t
12513            ! MANIFEST lib/vars.pm t/lib/1_compile.t
12514 ____________________________________________________________________________
12515 [ 10177] By: jhi                                   on 2001/05/23  21:01:48
12516         Log: -qlongdouble considered harmful by Merijn.
12517      Branch: perl
12518            ! hints/aix.sh
12519 ____________________________________________________________________________
12520 [ 10176] By: jhi                                   on 2001/05/21  13:21:21
12521         Log: Update Changes.
12522      Branch: perl
12523            ! Changes patchlevel.h
12524 ____________________________________________________________________________
12525 [ 10175] By: jhi                                   on 2001/05/21  13:17:28
12526         Log: Add a test of its very own for Fcntl.  Hopefully portable.
12527      Branch: perl
12528            + t/lib/fcntl.t
12529            ! MANIFEST
12530 ____________________________________________________________________________
12531 [ 10174] By: jhi                                   on 2001/05/21  12:45:41
12532         Log: Must be trickier for 'minitest' not to die.
12533      Branch: perl
12534            ! t/op/taint.t
12535 ____________________________________________________________________________
12536 [ 10173] By: jhi                                   on 2001/05/21  11:24:43
12537         Log: Can't declare other people's variables.
12538      Branch: perl
12539            ! t/lib/b-stash.t
12540 ____________________________________________________________________________
12541 [ 10172] By: jhi                                   on 2001/05/20  20:33:08
12542         Log: Fix for ID 20010519.003: sysopen() wasn't tainting :-(
12543      Branch: perl
12544            ! doio.c t/op/taint.t
12545 ____________________________________________________________________________
12546 [ 10171] By: jhi                                   on 2001/05/20  20:18:45
12547         Log: The OS/2 variable needs to be declared.
12548      Branch: perl
12549            ! t/lib/b-stash.t
12550 ____________________________________________________________________________
12551 [ 10170] By: nick                                  on 2001/05/20  16:48:29
12552         Log: Integrate mainline
12553      Branch: perlio
12554           !> (integrate 41 files)
12555 ____________________________________________________________________________
12556 [ 10169] By: jhi                                   on 2001/05/20  11:50:20
12557         Log: Small perlsec updates: clarify the taintedness of filename
12558              globbing; suggest using Scalar::Util::tainted().
12559      Branch: perl
12560            ! pod/perlsec.pod
12561 ____________________________________________________________________________
12562 [ 10168] By: jhi                                   on 2001/05/20  11:24:11
12563         Log: Subject: [PATCH 5.7.1@10135] [LARGE!] symbolic magic
12564              From: Dave Mitchell <davem@fdgroup.co.uk>
12565              Date: Sat, 19 May 2001 20:12:56 +0100 (BST)
12566              Message-Id: <200105191912.UAA23925@gizmo.fdgroup.co.uk>
12567      Branch: perl
12568            ! av.c cc_runtime.h doop.c dump.c gv.c hv.c mg.c op.c perl.c
12569            ! perl.h perlio.c pod/perlguts.pod pp.c pp_ctl.c pp_hot.c
12570            ! pp_sys.c regexec.c scope.c sv.c t/lib/peek.t taint.c util.c
12571            ! xsutils.c
12572 ____________________________________________________________________________
12573 [ 10167] By: jhi                                   on 2001/05/20  11:12:14
12574         Log: Subject: [PATCH 5.6.1] DLL descriptions on OS/2
12575              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12576              Date: Sat, 19 May 2001 04:08:46 -0400
12577              Message-ID: <20010519040846.A16969@math.ohio-state.edu>
12578      Branch: perl
12579            ! lib/ExtUtils/Mksymlists.pm makedef.pl
12580 ____________________________________________________________________________
12581 [ 10166] By: jhi                                   on 2001/05/20  11:08:27
12582         Log: Subject: [PATCH 5.6.1] DLL name mangling on OS/2
12583              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12584              Date: Sat, 19 May 2001 04:30:45 -0400
12585              Message-ID: <20010519043045.A17033@math.ohio-state.edu>
12586      Branch: perl
12587            ! os2/os2.c
12588 ____________________________________________________________________________
12589 [ 10165] By: jhi                                   on 2001/05/20  11:07:06
12590         Log: Subject: [PATCH 5.6.1] build bugs OS/2
12591              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12592              Date: Sat, 19 May 2001 04:35:28 -0400
12593              Message-ID: <20010519043528.A17363@math.ohio-state.edu>
12594      Branch: perl
12595            ! os2/Makefile.SHs os2/os2.c
12596 ____________________________________________________________________________
12597 [ 10164] By: jhi                                   on 2001/05/20  11:06:01
12598         Log: Subject: [PATCH 5.6.1] Mis-Failing tests
12599              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12600              Date: Sat, 19 May 2001 04:04:23 -0400
12601              Message-ID: <20010519040423.A16861@math.ohio-state.edu>
12602              
12603              (In bleadperl patched b-stash.t instead of b.t)
12604      Branch: perl
12605            ! t/lib/b-stash.t t/lib/bigfltpm.t
12606 ____________________________________________________________________________
12607 [ 10163] By: jhi                                   on 2001/05/20  10:59:46
12608         Log: Subject: [PATCH 5.6.1] perl5db
12609              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
12610              Date: Sat, 19 May 2001 03:49:09 -0400
12611              Message-ID: <20010519034909.A14902@math.ohio-state.edu>
12612      Branch: perl
12613            ! lib/perl5db.pl
12614 ____________________________________________________________________________
12615 [ 10162] By: jhi                                   on 2001/05/20  10:58:18
12616         Log: Subject: [PATCH] require $mod where $mod has touched numeric context
12617              From: Gisle Aas <gisle@ActiveState.com>
12618              Date: 18 May 2001 14:24:51 -0700
12619              Message-ID: <lr3da2cpuk.fsf@caliper.ActiveState.com>
12620      Branch: perl
12621            ! pp_ctl.c
12622 ____________________________________________________________________________
12623 [ 10161] By: jhi                                   on 2001/05/20  10:57:00
12624         Log: Subject: [PATCH] Chomp should not always stringify
12625              From: Gisle Aas <gisle@ActiveState.com>
12626              Date: 18 May 2001 07:55:25 -0700
12627              Message-ID: <lrk83eogf6.fsf@caliper.ActiveState.com>
12628      Branch: perl
12629            ! doop.c t/op/chop.t
12630 ____________________________________________________________________________
12631 [ 10160] By: jhi                                   on 2001/05/20  10:49:40
12632         Log: Integrate perlio.
12633      Branch: perl
12634           !> pod/perlfunc.pod
12635 ____________________________________________________________________________
12636 [ 10159] By: nick                                  on 2001/05/20  09:39:46
12637         Log: Document some more of open's features.
12638      Branch: perlio
12639            ! pod/perlfunc.pod
12640 ____________________________________________________________________________
12641 [ 10158] By: gsar                                  on 2001/05/18  18:43:38
12642         Log: back out change#10153 (it has compatibility issues such as the
12643              changed behavior of /[~%@+-]/, and after talking to Jarkko, the
12644              benefit for 5.6.x doesn't seem worth the risk)
12645      Branch: maint-5.6/perl
12646            ! toke.c
12647 ____________________________________________________________________________
12648 [ 10157] By: jhi                                   on 2001/05/18  17:05:40
12649         Log: \$escaping the $vars in !GROK!THIS! section is a good idea.
12650      Branch: perl
12651            ! x2p/s2p.PL
12652 ____________________________________________________________________________
12653 [ 10156] By: jhi                                   on 2001/05/18  12:06:40
12654         Log: Update Changes.
12655      Branch: perl
12656            ! Changes patchlevel.h
12657 ____________________________________________________________________________
12658 [ 10155] By: jhi                                   on 2001/05/18  11:58:57
12659         Log: Integrate change #10144 from maintperl.
12660              
12661              s/CONFIGDOTSH/PERL_CONFIG_SH/ for Win32, too.
12662      Branch: perl
12663           !> win32/config.bc win32/config.gc win32/config.vc
12664           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
12665 ____________________________________________________________________________
12666 [ 10154] By: nick                                  on 2001/05/18  07:23:03
12667         Log: Integrate mainline.
12668      Branch: perlio
12669           +> README.dgux t/lib/i18n-collate.t utils.lst
12670           !> (integrate 49 files)
12671 ____________________________________________________________________________
12672 [ 10153] By: jhi                                   on 2001/05/18  00:41:51
12673         Log: Integrate change #7224 from mainline into maintperl.
12674              
12675              Allow @+ and @- to be doublequoted, from Simon Cozens. 
12676              (Approved by Larry, see Tom's comment in 20000830.005.)
12677      Branch: maint-5.6/perl
12678           !> toke.c
12679 ____________________________________________________________________________
12680 [ 10152] By: jhi                                   on 2001/05/17  23:18:15
12681         Log: Subject: [PATCH bleadperl] small lookbehind fix
12682              From: Hugo <hv@crypt.compulink.co.uk>
12683              Date: Fri, 18 May 2001 00:07:19 +0100
12684              Message-Id: <200105172307.AAA06142@crypt.compulink.co.uk>
12685      Branch: perl
12686            ! regexec.c
12687 ____________________________________________________________________________
12688 [ 10151] By: jhi                                   on 2001/05/17  22:00:06
12689         Log: Detypos.
12690      Branch: perl
12691            ! installman utils.lst
12692 ____________________________________________________________________________
12693 [ 10150] By: jhi                                   on 2001/05/17  20:32:48
12694         Log: Add better debug to glob/basic #8 as suggested by Nick Clark
12695              in 20001222.001.
12696      Branch: perl
12697            ! t/lib/glob-basic.t
12698 ____________________________________________________________________________
12699 [ 10149] By: jhi                                   on 2001/05/17  20:08:58
12700         Log: Subject: [PATCH] Test for bug 20010515.004
12701              From: Benjamin Sugars <bsugars@canoe.ca>
12702              Date: Thu, 17 May 2001 15:48:18 -0400 (EDT)
12703              Message-ID: <Pine.LNX.4.21.0105171544270.9064-100000@marmot.rim.canoe.ca>
12704      Branch: perl
12705            ! t/op/misc.t
12706 ____________________________________________________________________________
12707 [ 10148] By: jhi                                   on 2001/05/17  20:06:23
12708         Log: Integrate #10145 from maintperl.
12709              
12710              fix for ID 20010515.004 (needs test)
12711      Branch: perl
12712           !> pp_hot.c
12713 ____________________________________________________________________________
12714 [ 10147] By: jhi                                   on 2001/05/17  19:10:46
12715         Log: Thinko noticed by Doug MacEachern.
12716      Branch: perl
12717            ! thread.h
12718 ____________________________________________________________________________
12719 [ 10146] By: jhi                                   on 2001/05/17  17:30:37
12720         Log: Subject: Re: [PATCH] HERE mark in regex
12721              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12722              Date: Thu, 17 May 2001 12:20:33 -0400
12723              Message-ID: <20010517122033.B1547290@linguist.thayer.dartmouth.edu> 
12724      Branch: perl
12725            ! t/op/re_tests
12726 ____________________________________________________________________________
12727 [ 10145] By: gsar                                  on 2001/05/17  16:59:55
12728         Log: fix for ID 20010515.004 (needs test)
12729      Branch: maint-5.6/perl
12730            ! pp_hot.c
12731 ____________________________________________________________________________
12732 [ 10144] By: gsar                                  on 2001/05/17  16:39:02
12733         Log: s/CONFIGDOTSH/PERL_CONFIG_SH/g
12734      Branch: maint-5.6/perl
12735            ! win32/config.bc win32/config.gc win32/config.vc
12736            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
12737 ____________________________________________________________________________
12738 [ 10143] By: jhi                                   on 2001/05/17  14:21:08
12739         Log: Macrofy the getspecific (and use it also in util.c)
12740      Branch: perl
12741            ! thread.h util.c
12742 ____________________________________________________________________________
12743 [ 10142] By: jhi                                   on 2001/05/17  01:43:50
12744         Log: Use the unchecked thread-specific key fetch also in Tru64.
12745      Branch: perl
12746            ! thread.h
12747 ____________________________________________________________________________
12748 [ 10141] By: jhi                                   on 2001/05/17  01:41:07
12749         Log: Subject: [PATCH 5.6.1]Quick thread speedup
12750              From: Dan Sugalski <dan@sidhe.org> 
12751              Date: Wed, 16 May 2001 18:05:19 -0400
12752              Message-Id: <5.1.0.14.0.20010516175826.01afde08@24.8.96.48>
12753      Branch: perl
12754            ! thread.h util.c
12755 ____________________________________________________________________________
12756 [ 10140] By: jhi                                   on 2001/05/16  19:58:29
12757         Log: I think this is quite enough testing for a deprecated feature.
12758      Branch: perl
12759            + t/lib/i18n-collate.t
12760            ! MANIFEST t/lib/1_compile.t
12761 ____________________________________________________________________________
12762 [ 10139] By: jhi                                   on 2001/05/16  18:47:03
12763         Log: More HP-UX lore from Jeff Okamoto.
12764      Branch: perl
12765            ! README.hpux
12766 ____________________________________________________________________________
12767 [ 10138] By: jhi                                   on 2001/05/16  18:21:04
12768         Log: Sort utils.lst for easier maintenance.
12769      Branch: perl
12770            ! utils.lst
12771 ____________________________________________________________________________
12772 [ 10137] By: jhi                                   on 2001/05/16  18:12:01
12773         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
12774              From: Tim Jenness <t.jenness@jach.hawaii.edu>
12775              Date: Wed, 16 May 2001 08:59:59 -1000 (HST)
12776              Message-ID: <Pine.LNX.4.33.0105160858480.2488-100000@lapaki.jach.hawaii.edu>
12777              
12778              Add pod2latex to utils.lst.
12779      Branch: perl
12780            ! MANIFEST utils.lst
12781 ____________________________________________________________________________
12782 [ 10136] By: jhi                                   on 2001/05/16  18:00:00
12783         Log: Subject: Re: [PATCH] HERE mark in regex
12784              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
12785              Date: Wed, 16 May 2001 13:04:43 -0400
12786              Message-ID: <20010516130443.E1516273@linguist.thayer.dartmouth.edu> 
12787      Branch: perl
12788            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
12789            ! t/op/regmesg.t t/pragma/warn/regcomp
12790 ____________________________________________________________________________
12791 [ 10135] By: jhi                                   on 2001/05/16  17:51:50
12792         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
12793              From: Simon Cozens <simon@netthink.co.uk>
12794              Date: Wed, 16 May 2001 18:02:08 +0100
12795              Message-ID: <20010516180208.A6458@netthink.co.uk>
12796      Branch: perl
12797            ! installman utils.lst
12798 ____________________________________________________________________________
12799 [ 10134] By: jhi                                   on 2001/05/16  17:47:26
12800         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
12801              From: "Philip Newton" <pnewton@gmx.de>
12802              Date: Tue, 15 May 2001 15:09:30 +0200
12803              Message-ID: <3B0146AA.2839.17BFDA6@localhost>
12804              
12805              Test case for #10128.
12806      Branch: perl
12807            ! t/pragma/warn/pp_hot
12808 ____________________________________________________________________________
12809 [ 10133] By: jhi                                   on 2001/05/16  15:12:52
12810         Log: Update Changes.
12811      Branch: perl
12812            ! Changes patchlevel.h
12813 ____________________________________________________________________________
12814 [ 10132] By: jhi                                   on 2001/05/16  14:50:55
12815         Log: Deprecate pseudo-hashes.
12816      Branch: perl
12817            ! pod/perl572delta.pod pod/perlref.pod pod/perltodo.pod
12818 ____________________________________________________________________________
12819 [ 10131] By: jhi                                   on 2001/05/16  14:26:01
12820         Log: HP-UX hints update from Merijn.
12821      Branch: perl
12822            ! hints/hpux.sh
12823 ____________________________________________________________________________
12824 [ 10130] By: jhi                                   on 2001/05/16  14:23:01
12825         Log: README.hpux update from Merijn.
12826      Branch: perl
12827            ! README.hpux
12828 ____________________________________________________________________________
12829 [ 10129] By: jhi                                   on 2001/05/16  14:18:56
12830         Log: Subject: Re: [PATCH] Abstract "utility" information from installman
12831              From: Simon Cozens <simon@netthink.co.uk>
12832              Date: Wed, 16 May 2001 15:57:55 +0100
12833              Message-ID: <20010516155755.A4728@netthink.co.uk>
12834      Branch: perl
12835            + utils.lst
12836            ! MANIFEST installman installperl
12837 ____________________________________________________________________________
12838 [ 10128] By: jhi                                   on 2001/05/16  14:15:36
12839         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
12840              From: "Philip Newton" <pnewton@gmx.de>
12841              Date: Tue, 15 May 2001 16:31:05 +0200
12842              Message-ID: <3B0159C9.1905.1C6AEF9@localhost>
12843              
12844              Fix PERL_Y2KWARN test to check before rather than after appending.
12845      Branch: perl
12846            ! pp_hot.c
12847 ____________________________________________________________________________
12848 [ 10127] By: jhi                                   on 2001/05/16  14:08:15
12849         Log: Regen Porting stuff.
12850      Branch: perl
12851            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
12852            ! config_h.SH
12853 ____________________________________________________________________________
12854 [ 10126] By: jhi                                   on 2001/05/16  13:41:50
12855         Log: Metaconfig unit change for #10125.
12856      Branch: metaconfig
12857            ! U/modified/Oldconfig.U
12858 ____________________________________________________________________________
12859 [ 10125] By: jhi                                   on 2001/05/16  13:41:35
12860         Log: Use OSVERS.
12861      Branch: perl
12862            ! Configure config_h.SH perl.c
12863 ____________________________________________________________________________
12864 [ 10124] By: jhi                                   on 2001/05/16  13:41:09
12865         Log: Regen toc.
12866      Branch: perl
12867            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
12868 ____________________________________________________________________________
12869 [ 10123] By: jhi                                   on 2001/05/16  13:25:38
12870         Log: Adding the README.dgux to the MANIFEST would be a good idea.
12871      Branch: perl
12872            ! MANIFEST
12873 ____________________________________________________________________________
12874 [ 10122] By: jhi                                   on 2001/05/16  13:08:33
12875         Log: Move the stack desire definition to thread.h.
12876      Branch: perl
12877            ! ext/Thread/Thread.xs thread.h
12878 ____________________________________________________________________________
12879 [ 10121] By: jhi                                   on 2001/05/16  13:00:12
12880         Log: DG-UX threading patches, including a README.dgux,
12881              from Takis Psarogiannakopoulos.
12882      Branch: perl
12883            + README.dgux
12884            ! config_h.SH ext/Thread/Thread.xs hints/dgux.sh perl.c
12885 ____________________________________________________________________________
12886 [ 10120] By: jhi                                   on 2001/05/16  12:55:33
12887         Log: Subject: [PATCH B::Deparse] More on /x regexes
12888              From: Robin Houston <robin@kitsite.com>
12889              Date: Tue, 15 May 2001 19:09:35 +0100
12890              Message-ID: <20010515190935.A27268@penderel>
12891      Branch: perl
12892            ! ext/B/B/Deparse.pm
12893 ____________________________________________________________________________
12894 [ 10119] By: jhi                                   on 2001/05/16  12:45:29
12895         Log: Document that the core time() may be rounding rather
12896              than truncating, would have saved at least my confusion.
12897      Branch: perl
12898            ! ext/Time/HiRes/HiRes.pm
12899 ____________________________________________________________________________
12900 [ 10118] By: jhi                                   on 2001/05/16  12:37:57
12901         Log: Subject: perl-current/t/time-hires.t
12902              From: John Peacock <jpeacock@rowman.com>
12903              Date: Fri, 11 May 2001 14:09:41 -0400
12904              Message-ID: <3AFC2AE5.5E787E54@rowman.com>
12905      Branch: perl
12906            ! t/lib/time-hires.t
12907 ____________________________________________________________________________
12908 [ 10117] By: jhi                                   on 2001/05/15  13:40:33
12909         Log: Subject: [PATCH dump.c] Op private flags
12910              From: Simon Cozens <simon@netthink.co.uk>
12911              Date: Sun, 13 May 2001 20:20:36 +0100
12912              Message-ID: <20010513202036.A21896@netthink.co.uk>
12913      Branch: perl
12914            ! dump.c
12915 ____________________________________________________________________________
12916 [ 10116] By: jhi                                   on 2001/05/15  13:28:26
12917         Log: Upgrade to Switch 2.03.
12918      Branch: perl
12919            ! lib/Switch.pm
12920 ____________________________________________________________________________
12921 [ 10115] By: jhi                                   on 2001/05/15  13:19:01
12922         Log: Integrate change #10113 from mainline: rename CONFIGDOTSH
12923              to PERL_CONFIG_SH and use it consistently.
12924      Branch: maint-5.6/perl
12925           !> Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
12926           !> configpm configure.com makeaperl.SH makedepend.SH makedir.SH
12927           !> myconfig.SH writemain.SH
12928 ____________________________________________________________________________
12929 [ 10114] By: jhi                                   on 2001/05/15  13:13:21
12930         Log: Metaconfig units changes for #10113.
12931      Branch: metaconfig
12932            ! U/modified/Config_h.U U/modified/Extract.U U/modified/Oldsym.U
12933 ____________________________________________________________________________
12934 [ 10113] By: jhi                                   on 2001/05/15  13:12:40
12935         Log: The problem described in 20010514.031 still wasn't
12936              fully cured, there were remnants of $CONFIG when
12937              $CONFIGDOTSH was expected.  Now renamed to PERL_CONFIG_SH
12938              to avoid future conflicts.
12939      Branch: perl
12940            ! Configure Makefile.SH Policy_sh.SH cflags.SH config_h.SH
12941            ! configpm configure.com makeaperl.SH makedepend.SH makedir.SH
12942            ! myconfig.SH writemain.SH
12943 ____________________________________________________________________________
12944 [ 10112] By: jhi                                   on 2001/05/15  11:55:44
12945         Log: Half of #10107 got lost.
12946      Branch: perl
12947            ! ext/B/B/Deparse.pm
12948 ____________________________________________________________________________
12949 [ 10111] By: nick                                  on 2001/05/15  08:39:14
12950         Log: Integrate mainline.
12951      Branch: perlio
12952           +> ext/POSIX/hints/uts.pl
12953            - Todo Todo-5.6 t/camel-III/vstring.t
12954           !> (integrate 48 files)
12955 ____________________________________________________________________________
12956 [ 10110] By: jhi                                   on 2001/05/15  02:04:05
12957         Log: Subject: [PATCH TestInit.pm] Give Deparse tester a fair chance
12958              From: Robin Houston <robin@kitsite.com>
12959              Date: Mon, 14 May 2001 22:27:08 +0100
12960              Message-ID: <20010514222708.A22963@penderel>
12961      Branch: perl
12962            ! t/TestInit.pm
12963 ____________________________________________________________________________
12964 [ 10109] By: jhi                                   on 2001/05/15  02:03:12
12965         Log: Subject: [PATCH B::Deparse] Lvaluable method calls
12966              From: Robin Houston <robin@kitsite.com>
12967              Date: Mon, 14 May 2001 22:16:43 +0100
12968              Message-ID: <20010514221643.A22437@penderel>
12969      Branch: perl
12970            ! ext/B/B/Deparse.pm
12971 ____________________________________________________________________________
12972 [ 10108] By: jhi                                   on 2001/05/15  02:02:17
12973         Log: Subject: [PATCH B::Deparse] C<$foo =~ give_me_a_regex>; /x modifier
12974              From: Robin Houston <robin@kitsite.com>
12975              Date: Mon, 14 May 2001 22:03:44 +0100
12976              Message-ID: <20010514220344.A20643@penderel>
12977      Branch: perl
12978            ! ext/B/B/Deparse.pm
12979 ____________________________________________________________________________
12980 [ 10107] By: jhi                                   on 2001/05/15  02:01:24
12981         Log: Subject: [PATCH B::Deparse] "${foo}_bar"
12982              From: Robin Houston <robin@kitsite.com>
12983              Date: Mon, 14 May 2001 22:10:07 +0100
12984              Message-ID: <20010514221007.A21118@penderel>
12985      Branch: perl
12986            ! ext/B/B/Deparse.pm
12987 ____________________________________________________________________________
12988 [ 10106] By: jhi                                   on 2001/05/15  01:41:26
12989         Log: Fix for 20010514.037; substr() didn't invalidate the locale
12990              collation magic.
12991      Branch: perl
12992            ! pp.c
12993 ____________________________________________________________________________
12994 [ 10105] By: jhi                                   on 2001/05/14  18:18:24
12995         Log: Update Changes.
12996      Branch: perl
12997            ! Changes patchlevel.h
12998 ____________________________________________________________________________
12999 [ 10104] By: jhi                                   on 2001/05/14  18:09:07
13000         Log: Retract #10094.
13001      Branch: perl
13002            ! lib/Pod/Text.pm
13003 ____________________________________________________________________________
13004 [ 10103] By: jhi                                   on 2001/05/14  15:20:58
13005         Log: Integrate change #10100 from maintperl.
13006              
13007              PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
13008              bug ID 20010514.027)
13009      Branch: perl
13010           !> mg.c pp_ctl.c
13011 ____________________________________________________________________________
13012 [ 10102] By: jhi                                   on 2001/05/14  15:19:21
13013         Log: Document the deprecatedness of suidperl.
13014      Branch: perl
13015            ! INSTALL pod/perlfaq1.pod
13016 ____________________________________________________________________________
13017 [ 10101] By: jhi                                   on 2001/05/14  14:54:31
13018         Log: Subject: Re: [ID 20010514.022] Makemaker a bit too prefix-happy
13019              From: Ronald J Kimball <rjk@linguist.Thayer.dartmouth.edu>
13020              Date: Mon, 14 May 2001 09:38:59 -0400
13021              Message-ID: <20010514093859.A1479715@linguist.thayer.dartmouth.edu>
13022      Branch: perl
13023            ! lib/ExtUtils/MM_Unix.pm
13024 ____________________________________________________________________________
13025 [ 10100] By: gsar                                  on 2001/05/14  14:43:50
13026         Log: PL_last_in_gv may not be a GV if it was a stale filehandle (fix for
13027              bug ID 20010514.027)
13028              
13029              TODO: this needs a testsuite addition
13030      Branch: maint-5.6/perl
13031            ! mg.c pp_ctl.c
13032 ____________________________________________________________________________
13033 [ 10099] By: jhi                                   on 2001/05/14  13:42:38
13034         Log: More DWIMminess for Class::Struct: calling the array or hash
13035              accessors only with one argument, an array or a hash reference,
13036              sets the underlying array or hash.  This mirrors nicely also
13037              the usage in the constructor.
13038              From Bernd Sokolowsky <ulmo@garozzo.franken.de>, via Damian Conway.
13039      Branch: perl
13040            ! lib/Class/Struct.pm t/lib/class-struct.t
13041 ____________________________________________________________________________
13042 [ 10098] By: jhi                                   on 2001/05/14  13:10:34
13043         Log: Reference cmp'ing should go through the whole stringification
13044              process shebang, as pointed out by Sarathy in #10091.
13045      Branch: perl
13046            ! pp.c
13047 ____________________________________________________________________________
13048 [ 10097] By: jhi                                   on 2001/05/14  12:54:31
13049         Log: Subject: Re: [LONG] Cleaning up Todo/Todo-5.6/perltodo
13050              From: Simon Cozens <simon@netthink.co.uk>
13051              Date: Sat, 12 May 2001 16:36:27 +0100
13052              Message-ID: <20010512163627.A5522@netthink.co.uk>
13053              
13054              with some additions salvaged from Todo and Todo-5.6 before
13055              retiring them.
13056      Branch: perl
13057            - Todo Todo-5.6
13058            ! MANIFEST pod/perltodo.pod
13059 ____________________________________________________________________________
13060 [ 10096] By: jhi                                   on 2001/05/14  12:37:01
13061         Log: Subject: [ID 20010514.025] _SVID3 in <sys/statvfs.h>
13062              From: "Golubev I. N." <gin@mo.msk.ru>
13063              Date: Mon, 07 May 2001 14:33:34 (GMT)
13064              Message-Id: <02453af6b23e63-gin@mo.msk.ru>
13065      Branch: perl
13066            ! perl.h
13067 ____________________________________________________________________________
13068 [ 10095] By: jhi                                   on 2001/05/14  12:34:24
13069         Log: Subject: [ID 20010514.022] Makemaker a bit too prefix-happy
13070              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
13071              Date: Mon, 7 May 2001 09:35:57 -0600 (MDT)
13072              Message-Id: <200105071535.f47FZvf27235@xerxes.courtesan.com>
13073      Branch: perl
13074            ! lib/ExtUtils/MM_Unix.pm
13075 ____________________________________________________________________________
13076 [ 10094] By: jhi                                   on 2001/05/14  12:32:44
13077         Log: (Retracted by #10104.)
13078              
13079              Subject: [PATCH bleadperl Pod::Text] avoid overquoting [Was: rand(0) is rand(1)]
13080              From: barries <barries@slaysys.com>
13081              Date: Sat, 12 May 2001 01:28:10 -0400
13082              Message-ID: <20010512012810.B26358@jester.slaysys.com>
13083      Branch: perl
13084            ! lib/Pod/Text.pm
13085 ____________________________________________________________________________
13086 [ 10093] By: jhi                                   on 2001/05/14  12:30:38
13087         Log: Subject: [PATCH] Incorrect line numbers in AutoSplit
13088              From: Mike Guy <mjtg@cam.ac.uk>
13089              Date: Sat, 12 May 2001 19:24:33 +0100
13090              Message-Id: <E14ye49-0006Fn-00@libra.cus.cam.ac.uk>
13091      Branch: perl
13092            ! lib/AutoSplit.pm
13093 ____________________________________________________________________________
13094 [ 10092] By: jhi                                   on 2001/05/14  12:29:21
13095         Log: Yet another HP-UX hints tweak from Merijn.
13096      Branch: perl
13097            ! hints/hpux.sh
13098 ____________________________________________________________________________
13099 [ 10091] By: gsar                                  on 2001/05/14  04:38:32
13100         Log: $ref1 == $ref2 behaves unpredictably on platforms where NV_PRESERVES_UV
13101              isn't defined (changes#9366,9368,9370 from mainline without the
13102              pp_scmp() change)
13103      Branch: maint-5.6/perl
13104            ! pp.c pp.h pp_hot.c
13105 ____________________________________________________________________________
13106 [ 10090] By: jhi                                   on 2001/05/12  13:39:43
13107         Log: The sorting seems to happen now automatically.
13108      Branch: perl
13109            ! t/lib/glob-basic.t
13110 ____________________________________________________________________________
13111 [ 10089] By: jhi                                   on 2001/05/12  03:38:15
13112         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
13113              From: Benjamin Sugars <bsugars@canoe.ca>
13114              Date: Fri, 11 May 2001 11:36:04 -0400 (EDT)
13115              Message-ID: <Pine.LNX.4.21.0105111131540.1804-100000@marmot.rim.canoe.ca>
13116      Branch: perl
13117            ! pod/perlfunc.pod
13118 ____________________________________________________________________________
13119 [ 10088] By: jhi                                   on 2001/05/12  03:37:00
13120         Log: Subject: Re: undef(&foo) does not work for XS functions
13121              From: Doug MacEachern <dougm@covalent.net>
13122              Date: Fri, 11 May 2001 16:52:29 -0700 (PDT)
13123              Message-ID: <Pine.LNX.4.21.0105111647240.4478-100000@mako.covalent.net>
13124      Branch: perl
13125            ! op.c
13126 ____________________________________________________________________________
13127 [ 10087] By: jhi                                   on 2001/05/12  03:35:58
13128         Log: Subject: [PATCH: perl@10086] fixup t/op/append.t for UTF-EBCDIC
13129              From: Peter Prymmer <pvhp@forte.com>
13130              Date: Fri, 11 May 2001 17:38:43 -0700 (PDT)
13131              Message-ID: <Pine.OSF.4.10.10105111736190.73589-100000@aspara.forte.com>
13132      Branch: perl
13133            ! t/op/append.t
13134 ____________________________________________________________________________
13135 [ 10086] By: jhi                                   on 2001/05/11  14:23:08
13136         Log: Update Changes.
13137      Branch: perl
13138            ! Changes patchlevel.h
13139 ____________________________________________________________________________
13140 [ 10085] By: jhi                                   on 2001/05/11  14:08:20
13141         Log: Remove the 'asciir' re subpragma.  Should instead implement
13142              the 'physical vs logical' range scheme:
13143              
13144              \xAA-\xCC is a native physical range, you want that range of
13145              codepoints in your native encoding.  In EBCDIC the codepoints
13146              in the gaps (between i-j and r-s) should be included.
13147              
13148              \x{AA}-\x{CC} is a physical Unicode range, you want that range of
13149              codepoints in Unicode.
13150              
13151              a-z is a logical range, you want that range of 'logical' codepoints
13152              in your native encoding.  In EBCDIC the codepoints in the gaps
13153              (between i-j and r-s) should not be included.
13154              
13155              Mixed cases (a-\xAA, etc) should either be errors, or maybe
13156              the 'logical' endpoints should be converted to native/Unicode
13157              codepoints, and the range handled as a physical range.
13158              
13159              'Logical endpoints' are to be recognized only in the A-Z, a-z,
13160              and 0-9 ranges.  Probably a warning should be given for mixed
13161              cases like A-z or a-9 (since such expressions are encoding
13162              dependent), with a recommendation to use physical ranges.
13163      Branch: perl
13164            ! ext/re/re.pm perl.h regcomp.c regcomp.h t/op/pat.t
13165            ! t/op/regexp.t
13166 ____________________________________________________________________________
13167 [ 10084] By: jhi                                   on 2001/05/11  13:56:16
13168         Log: Make the test to cleanup the test directory tree
13169              both before and after the testing so that we always
13170              have a clean slate to work with.
13171      Branch: perl
13172            ! t/lib/filefind.t
13173 ____________________________________________________________________________
13174 [ 10083] By: jhi                                   on 2001/05/11  13:46:30
13175         Log: Subject: Re: [PATCH perlfunc.pod] split on an empty string
13176              From: Jon Eveland <jweveland@yahoo.com>
13177              Date: Fri, 11 May 2001 07:36:28 -0700 (PDT)
13178              Message-ID: <20010511143628.24225.qmail@web10402.mail.yahoo.com>
13179      Branch: perl
13180            ! pod/perlfunc.pod
13181 ____________________________________________________________________________
13182 [ 10082] By: jhi                                   on 2001/05/11  13:45:06
13183         Log: Merge the camel-III/vstring.t with op/ver.t.
13184      Branch: perl
13185            - t/camel-III/vstring.t
13186            ! MANIFEST t/TEST t/harness t/op/ver.t
13187 ____________________________________________________________________________
13188 [ 10081] By: jhi                                   on 2001/05/11  13:15:55
13189         Log: Add test.deparse make target.
13190      Branch: perl
13191            ! Makefile.SH
13192 ____________________________________________________________________________
13193 [ 10080] By: jhi                                   on 2001/05/11  12:52:49
13194         Log: Subject: [PATCH B::Deparse] $foo->bar(0)
13195              From: Robin Houston <robin@kitsite.com>
13196              Date: Fri, 11 May 2001 12:02:22 +0100
13197              Message-ID: <20010511120222.A11529@penderel>
13198      Branch: perl
13199            ! ext/B/B/Deparse.pm t/op/method.t
13200 ____________________________________________________________________________
13201 [ 10079] By: jhi                                   on 2001/05/11  01:59:06
13202         Log: A nicely working combination for UTS from Hal Morris.
13203      Branch: perl
13204            + ext/POSIX/hints/uts.pl
13205            ! MANIFEST hints/uts.sh
13206 ____________________________________________________________________________
13207 [ 10078] By: jhi                                   on 2001/05/11  01:15:04
13208         Log: i_ieeefp=undef for UTS.
13209      Branch: perl
13210            ! hints/uts.sh
13211 ____________________________________________________________________________
13212 [ 10077] By: jhi                                   on 2001/05/10  22:42:35
13213         Log: Subject: RE: rand(0) is rand(1)
13214              From: Larry Shatzer <lshatzer@islanddata.com>
13215              Date: Thu, 10 May 2001 11:09:27 -0700
13216              Message-ID: <95CD90709D74D4118F4600D0B79E8BC9995027@mail.islanddata.com>
13217      Branch: perl
13218            ! pod/perlfunc.pod
13219 ____________________________________________________________________________
13220 [ 10076] By: jhi                                   on 2001/05/10  22:36:50
13221         Log: Subject: [patch] make op_{clear,null} public
13222              From: Doug MacEachern <dougm@covalent.net>
13223              Date: Thu, 10 May 2001 15:54:09 -0700 (PDT)
13224              Message-ID: <Pine.LNX.4.21.0105101546510.2962-100000@mako.covalent.net>
13225      Branch: perl
13226            ! embed.h embed.pl op.c proto.h
13227 ____________________________________________________________________________
13228 [ 10075] By: jhi                                   on 2001/05/10  22:28:36
13229         Log: Subject: [PATCH B.xs] Extend tr/\0-\377/blah/c support
13230              From: Robin Houston <robin@kitsite.com>
13231              Date: Thu, 10 May 2001 18:54:59 +0100
13232              Message-ID: <20010510185459.A5995@penderel>
13233      Branch: perl
13234            ! ext/B/B.xs ext/B/B/Deparse.pm t/op/tr.t
13235 ____________________________________________________________________________
13236 [ 10074] By: jhi                                   on 2001/05/10  22:23:41
13237         Log: Subject: [PATCH B::Deparse] t/op/64bitint.t
13238              From: Robin Houston <robin@kitsite.com>
13239              Date: Thu, 10 May 2001 12:56:39 +0100
13240              Message-ID: <20010510125639.A2119@penderel>
13241      Branch: perl
13242            ! ext/B/B/Deparse.pm
13243 ____________________________________________________________________________
13244 [ 10073] By: jhi                                   on 2001/05/10  14:26:01
13245         Log: Retract #10070, not ready yet.
13246      Branch: perl
13247            ! ext/B/B/Deparse.pm
13248 ____________________________________________________________________________
13249 [ 10072] By: jhi                                   on 2001/05/10  13:40:24
13250         Log: The metaconfig unit change for #10071.
13251      Branch: metaconfig
13252            ! U/modified/mallocsrc.U
13253 ____________________________________________________________________________
13254 [ 10071] By: jhi                                   on 2001/05/10  13:39:57
13255         Log: The #9525+#9526 didn't allow for overriding usemymalloc.
13256      Branch: perl
13257            ! Configure
13258 ____________________________________________________________________________
13259 [ 10070] By: jhi                                   on 2001/05/10  13:18:42
13260         Log: (Retracted by #10073)
13261              
13262              Subject: Re: [PATCH t/TEST] B::Deparse tester 
13263              From: Hugo <hv@crypt.compulink.co.uk>
13264              Date: Thu, 10 May 2001 05:48:09 +0100
13265              Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk>
13266      Branch: perl
13267            ! ext/B/B/Deparse.pm
13268 ____________________________________________________________________________
13269 [ 10069] By: jhi                                   on 2001/05/10  12:24:06
13270         Log: Add a for(func()) test.
13271      Branch: perl
13272            ! t/cmd/for.t
13273 ____________________________________________________________________________
13274 [ 10068] By: jhi                                   on 2001/05/10  12:16:00
13275         Log: Subject: [PATCH B::Deparse] our() lists and foreach loops
13276              From: Robin Houston <robin@kitsite.com>
13277              Date: Thu, 10 May 2001 13:50:08 +0100
13278              Message-ID: <20010510135008.A2454@penderel>
13279      Branch: perl
13280            ! ext/B/B/Deparse.pm
13281 ____________________________________________________________________________
13282 [ 10067] By: jhi                                   on 2001/05/10  01:45:03
13283         Log: A thinko in #10065.
13284      Branch: perl
13285            ! hv.c
13286 ____________________________________________________________________________
13287 [ 10066] By: jhi                                   on 2001/05/10  01:33:12
13288         Log: Subject: [PATCH B::Deparse] Fix tr///ansliteration
13289              From: Robin Houston <robin@kitsite.com>
13290              Date: Thu, 10 May 2001 02:10:34 +0100
13291              Message-ID: <20010510021034.A19421@penderel>
13292      Branch: perl
13293            ! ext/B/B.xs ext/B/B/Deparse.pm
13294 ____________________________________________________________________________
13295 [ 10065] By: jhi                                   on 2001/05/10  01:30:43
13296         Log: Subject: [patch] make hv_fetch{_ent} SvGMAGICAL aware
13297              From: Doug MacEachern <dougm@covalent.net>
13298              Date: Mon, 7 May 2001 09:50:58 -0700 (PDT)
13299              Message-ID: <Pine.LNX.4.21.0105070947060.23808-100000@mako.covalent.net>
13300      Branch: perl
13301            ! hv.c
13302 ____________________________________________________________________________
13303 [ 10064] By: jhi                                   on 2001/05/09  23:13:29
13304         Log: One more workaround for the UTS compiler from Hal Morris.
13305      Branch: perl
13306            ! perl.h
13307 ____________________________________________________________________________
13308 [ 10063] By: jhi                                   on 2001/05/09  23:09:53
13309         Log: Subject: [PATCH B::Debug] Show string for PVOP, and referent for RV
13310              From: Robin Houston <robin@kitsite.com>
13311              Date: Thu, 10 May 2001 01:02:08 +0100
13312              Message-ID: <20010510010208.A18200@penderel>
13313      Branch: perl
13314            ! ext/B/B/Debug.pm
13315 ____________________________________________________________________________
13316 [ 10062] By: jhi                                   on 2001/05/09  23:06:25
13317         Log: Subject: [PATCH] Simplify deb_curcv() a bit
13318              From: Benjamin Sugars <bsugars@canoe.ca>
13319              Date: Wed, 9 May 2001 18:14:34 -0400 (EDT)
13320              Message-ID: <Pine.LNX.4.21.0105091811340.1160-100000@marmot.rim.canoe.ca>
13321      Branch: perl
13322            ! run.c
13323 ____________________________________________________________________________
13324 [ 10061] By: jhi                                   on 2001/05/09  23:05:28
13325         Log: Subject: [PATCH] Additional test case for PerlIO::Scalar
13326              From: Benjamin Sugars <bsugars@canoe.ca>
13327              Date: Wed, 9 May 2001 18:03:45 -0400 (EDT)
13328              Message-ID: <Pine.LNX.4.21.0105091758220.1160-100000@marmot.rim.canoe.ca>
13329      Branch: perl
13330            ! t/lib/io_scalar.t
13331 ____________________________________________________________________________
13332 [ 10060] By: jhi                                   on 2001/05/09  23:04:38
13333         Log: Subject: [PATCH: perl@10022] update md5sum for MD5.xs on IBM-1047
13334              From: Peter Prymmer <pvhp@forte.com>
13335              Date: Wed, 9 May 2001 12:08:02 -0700 (PDT)
13336              Message-ID: <Pine.OSF.4.10.10105091205250.455254-100000@aspara.forte.com>
13337      Branch: perl
13338            ! t/lib/md5-file.t
13339 ____________________________________________________________________________
13340 [ 10059] By: jhi                                   on 2001/05/09  23:03:52
13341         Log: Subject: [PATCH t/TEST] B::Deparse tester
13342              From: Robin Houston <robin@kitsite.com>
13343              Date: Wed, 9 May 2001 19:17:50 +0100
13344              Message-ID: <20010509191750.A16940@penderel>
13345      Branch: perl
13346            ! ext/B/O.pm t/TEST
13347 ____________________________________________________________________________
13348 [ 10058] By: jhi                                   on 2001/05/09  23:02:56
13349         Log: Subject: [PATCH] Pod::Html -- fixes extra gaps in raw text
13350              From: Jeff Pinyan <jeffp@crusoe.net>
13351              Date: Wed, 9 May 2001 14:36:25 -0400 (EDT)
13352              Message-ID: <Pine.GSO.4.21.0105091430420.357-100000@crusoe.crusoe.net>
13353      Branch: perl
13354            ! lib/Pod/Html.pm
13355 ____________________________________________________________________________
13356 [ 10057] By: nick                                  on 2001/05/09  18:37:56
13357         Log: Integrate mainline.
13358      Branch: perlio
13359           !> Changes epoc/epocish.h ext/PerlIO/Scalar/Scalar.xs
13360           !> hints/hpux.sh lib/Pod/Html.pm patchlevel.h perlio.c
13361 ____________________________________________________________________________
13362 [ 10056] By: jhi                                   on 2001/05/09  16:44:44
13363         Log: Update Changes.
13364      Branch: perl
13365            ! Changes patchlevel.h
13366 ____________________________________________________________________________
13367 [ 10055] By: jhi                                   on 2001/05/09  16:26:47
13368         Log: Integrate perlio.
13369      Branch: perl
13370           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
13371 ____________________________________________________________________________
13372 [ 10054] By: jhi                                   on 2001/05/09  16:25:42
13373         Log: Subject: Re: [PATCH] Test offset when reading from a PerlIO::Scalar
13374              From: Benjamin Sugars <bsugars@canoe.ca>
13375              Date: Wed, 9 May 2001 12:42:30 -0400 (EDT)
13376              Message-ID: <Pine.LNX.4.21.0105091230110.1516-100000@marmot.rim.canoe.ca>
13377      Branch: perl
13378            ! perlio.c
13379 ____________________________________________________________________________
13380 [ 10053] By: jhi                                   on 2001/05/09  16:24:37
13381         Log: Subject: [PATCH] Test offset when reading from a PerlIO::Scalar
13382              From: Benjamin Sugars <bsugars@canoe.ca>
13383              Date: Tue, 8 May 2001 17:09:44 -0400 (EDT)
13384              Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca>
13385      Branch: perl
13386            ! ext/PerlIO/Scalar/Scalar.xs
13387 ____________________________________________________________________________
13388 [ 10052] By: jhi                                   on 2001/05/09  16:19:04
13389         Log: Subject: [PATCH] Pod::Html doesn't honor =begin ... =end properly
13390              From: Jeff Pinyan <jeffp@crusoe.net>
13391              Date: Wed, 9 May 2001 12:35:24 -0400 (EDT)
13392              Message-ID: <Pine.GSO.4.21.0105091233430.357-100000@crusoe.crusoe.net>
13393      Branch: perl
13394            ! lib/Pod/Html.pm
13395 ____________________________________________________________________________
13396 [ 10051] By: jhi                                   on 2001/05/09  15:30:17
13397         Log: EPOC tweak from Olaf Flebbe.
13398      Branch: perl
13399            ! epoc/epocish.h
13400 ____________________________________________________________________________
13401 [ 10050] By: nick                                  on 2001/05/09  14:37:57
13402         Log: win32, regen_config_h
13403      Branch: perlio
13404            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
13405 ____________________________________________________________________________
13406 [ 10049] By: jhi                                   on 2001/05/09  12:33:39
13407         Log: Integrate perlio.
13408      Branch: perl
13409           !> pp_sys.c
13410 ____________________________________________________________________________
13411 [ 10048] By: nick                                  on 2001/05/09  11:59:50
13412         Log: If wait() or waitpid() ends due to EINTR despatch perl interrupt handler
13413              and re-try. Fixes "perl 5.7.x prefers suicide over killing more than one child."
13414      Branch: perlio
13415            ! pp_sys.c
13416 ____________________________________________________________________________
13417 [ 10047] By: jhi                                   on 2001/05/09  10:50:12
13418         Log: Integrate perlio.
13419      Branch: perl
13420           !> run.c
13421 ____________________________________________________________________________
13422 [ 10046] By: jhi                                   on 2001/05/09  10:49:34
13423         Log: Subject: Re: Less warnings during configure
13424              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13425              Date: Wed, 09 May 2001 13:12:49 +0200
13426              Message-Id: <20010509125337.995D.H.M.BRAND@hccnet.nl>
13427      Branch: perl
13428            ! hints/hpux.sh
13429 ____________________________________________________________________________
13430 [ 10045] By: nick                                  on 2001/05/09  09:56:59
13431         Log: MULTIPLICITY/DEBUGGING build fix.
13432      Branch: perlio
13433            ! run.c
13434 ____________________________________________________________________________
13435 [ 10044] By: nick                                  on 2001/05/09  09:46:37
13436         Log: Merge of mainline (does not build MULTIPLICITY/DEBUGGING issue).
13437      Branch: perlio
13438           +> hints/atheos.sh pod/perl572delta.pod t/pod/plainer.t
13439            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
13440           !> (integrate 65 files)
13441 ____________________________________________________________________________
13442 [ 10043] By: jhi                                   on 2001/05/08  22:41:49
13443         Log: Subject: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
13444              From: Robin Houston <robin@kitsite.com>
13445              Date: Tue, 8 May 2001 19:38:00 +0100
13446              Message-ID: <20010508193800.A4389@penderel>
13447              
13448              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
13449              From: Robin Houston <robin@kitsite.com>
13450              Date: Tue, 8 May 2001 20:03:57 +0100
13451              Message-ID: <20010508200357.A4614@penderel>
13452              
13453              Subject: Re: [PATCH op.c] Deprecate %x->{'foo'}, @y->[23] etc
13454              From: Robin Houston <robin@kitsite.com>
13455              Date: Wed, 9 May 2001 00:12:05 +0100
13456              Message-ID: <20010509001205.A18521@puffinry.freeserve.co.uk>
13457      Branch: perl
13458            ! op.c pod/perldiag.pod t/pragma/overload.t t/pragma/warn/op
13459 ____________________________________________________________________________
13460 [ 10042] By: jhi                                   on 2001/05/08  22:09:35
13461         Log: Retract #10031.
13462      Branch: perl
13463            ! pod/perlfunc.pod
13464 ____________________________________________________________________________
13465 [ 10041] By: jhi                                   on 2001/05/08  18:27:34
13466         Log: The metaconfig unit changes for #10040.
13467      Branch: metaconfig/U/perl
13468            ! Checkcc.U d_dlsymun.U dlsrc.U
13469 ____________________________________________________________________________
13470 [ 10040] By: jhi                                   on 2001/05/08  18:24:47
13471         Log: The Configure half of
13472              
13473              Subject: Less warnings during configure
13474              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13475              Date: Tue, 08 May 2001 08:44:02 +0200
13476              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
13477      Branch: perl
13478            ! Configure
13479 ____________________________________________________________________________
13480 [ 10039] By: jhi                                   on 2001/05/08  16:48:31
13481         Log: Subject: Less warnings during configure
13482              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
13483              Date: Tue, 08 May 2001 08:44:02 +0200
13484              Message-Id: <20010508084158.D793.H.M.BRAND@hccnet.nl>
13485      Branch: perl
13486            ! hints/hpux.sh
13487 ____________________________________________________________________________
13488 [ 10038] By: jhi                                   on 2001/05/08  16:32:07
13489         Log: Don't forget to whine about \d__\d.
13490      Branch: perl
13491            ! t/pragma/warn/toke toke.c
13492 ____________________________________________________________________________
13493 [ 10037] By: jhi                                   on 2001/05/08  16:07:05
13494         Log: Allow underscores also in the exponent part.
13495      Branch: perl
13496            ! t/pragma/warn/toke toke.c
13497 ____________________________________________________________________________
13498 [ 10036] By: jhi                                   on 2001/05/08  13:33:55
13499         Log: CodeMagicCD doesn't look like an *I*DE.
13500      Branch: perl
13501            ! pod/perlfaq3.pod
13502 ____________________________________________________________________________
13503 [ 10035] By: jhi                                   on 2001/05/08  13:27:48
13504         Log: Add Open Perl IDE, remove Perl Code Magic (the site seems
13505              to be consistently down).
13506      Branch: perl
13507            ! pod/perlfaq3.pod
13508 ____________________________________________________________________________
13509 [ 10034] By: jhi                                   on 2001/05/08  13:21:07
13510         Log: Upgrade to Text::Balanced 1.84.
13511      Branch: perl
13512            ! lib/Text/Balanced.pm t/lib/tb-xbrak.t
13513 ____________________________________________________________________________
13514 [ 10033] By: jhi                                   on 2001/05/08  12:41:53
13515         Log: Subject: Re: [PATCH] Find the last of the missing pad variables 
13516              From: Benjamin Sugars <bsugars@canoe.ca>
13517              Date: Tue, 8 May 2001 09:14:30 -0400 (EDT)
13518              Message-ID: <Pine.LNX.4.21.0105080912370.1930-100000@marmot.rim.canoe.ca>
13519      Branch: perl
13520            ! run.c
13521 ____________________________________________________________________________
13522 [ 10032] By: jhi                                   on 2001/05/08  12:40:28
13523         Log: Subject: [PATCH: perl@10022] cleaner cleanup for t/pod/plainer.t
13524              From: Peter Prymmer <pvhp@forte.com>
13525              Date: Mon, 7 May 2001 18:13:06 -0700 (PDT)
13526              Message-ID: <Pine.OSF.4.10.10105071810100.317708-100000@aspara.forte.com>
13527      Branch: perl
13528            ! t/pod/plainer.t
13529 ____________________________________________________________________________
13530 [ 10031] By: jhi                                   on 2001/05/08  12:35:25
13531         Log: (Retracted by #10042)
13532              
13533              Subject: Re: [ID 20010506.040] Infinite loop in lib/selfstubber.t under Cygwin
13534              From: "Philip Newton" <pnewton@gmx.de>
13535              Date: Tue, 8 May 2001 09:18:10 +0200
13536              Message-ID: <3AF7B9D2.28861.603732@localhost>
13537      Branch: perl
13538            ! pod/perlfunc.pod
13539 ____________________________________________________________________________
13540 [ 10030] By: jhi                                   on 2001/05/08  12:32:23
13541         Log: Subject: [PATCH B::Deparse] Document known bugs
13542              From: Robin Houston <robin@kitsite.com>
13543              Date: Tue, 8 May 2001 01:53:34 +0100
13544              Message-ID: <20010508015334.A32394@penderel>
13545      Branch: perl
13546            ! ext/B/B/Deparse.pm
13547 ____________________________________________________________________________
13548 [ 10029] By: jhi                                   on 2001/05/08  12:28:28
13549         Log: Subject: Re: Perl book, magazine and website updates.
13550              From: "Philip Newton" <pnewton@gmx.de>
13551              Date: Mon, 7 May 2001 17:03:58 +0200
13552              Message-ID: <3AF6D57E.5387.1E29930@localhost>
13553      Branch: perl
13554            ! pod/perlfaq2.pod
13555 ____________________________________________________________________________
13556 [ 10028] By: jhi                                   on 2001/05/07  23:53:30
13557         Log: Subject: [PATCH: perl@10022] YA tweak to avoid open file conflict in io/fflush.t
13558              From: Peter Prymmer <pvhp@forte.com>
13559              Date: Mon, 7 May 2001 17:50:48 -0700 (PDT)
13560              Message-ID: <Pine.OSF.4.10.10105071746570.317708-100000@aspara.forte.com> 
13561      Branch: perl
13562            ! t/io/fflush.t
13563 ____________________________________________________________________________
13564 [ 10027] By: jhi                                   on 2001/05/07  23:22:48
13565         Log: Subject: [PATCH B::Deparse] Give (?{...}) a taste of its own medicine
13566              From: Robin Houston <robin@kitsite.com>
13567              Date: Tue, 8 May 2001 01:14:55 +0100
13568              Message-ID: <20010508011455.A32162@penderel>
13569      Branch: perl
13570            ! ext/B/B/Deparse.pm
13571 ____________________________________________________________________________
13572 [ 10026] By: jhi                                   on 2001/05/07  23:15:05
13573         Log: Typo in #10025.
13574      Branch: perl
13575            ! hints/uts.sh
13576 ____________________________________________________________________________
13577 [ 10025] By: jhi                                   on 2001/05/07  21:15:35
13578         Log: cc, cflags, and optimize tweaks for UTS from Hal Morris.
13579      Branch: perl
13580            ! hints/uts.sh
13581 ____________________________________________________________________________
13582 [ 10024] By: jhi                                   on 2001/05/07  20:58:40
13583         Log: Subject: Re: [ID 20010506.045] question about hash syntax
13584              From: Peter Scott <Peter@PSDT.com>
13585              Date: Sun, 06 May 2001 13:10:40 -0700
13586              Message-Id: <4.3.2.7.2.20010506113015.00b46100@psdt.com>
13587      Branch: perl
13588            ! pod/perl56delta.pod
13589 ____________________________________________________________________________
13590 [ 10023] By: jhi                                   on 2001/05/07  20:41:26
13591         Log: Configure should figure out the list of dynamic extensions
13592              just fine in UTS-- and in fact it does, as reported by Hal Morris.
13593      Branch: perl
13594            ! hints/uts.sh
13595 ____________________________________________________________________________
13596 [ 10022] By: jhi                                   on 2001/05/07  20:24:11
13597         Log: Update Changes.
13598      Branch: perl
13599            ! Changes patchlevel.h
13600 ____________________________________________________________________________
13601 [ 10021] By: jhi                                   on 2001/05/07  20:11:31
13602         Log: Subject: [PATCH regcomp.c] Insecure regexes
13603              From: Robin Houston <robin@kitsite.com>
13604              Date: Mon, 7 May 2001 21:56:12 +0100
13605              Message-ID: <20010507215612.A31114@penderel>
13606      Branch: perl
13607            ! regcomp.c
13608 ____________________________________________________________________________
13609 [ 10020] By: jhi                                   on 2001/05/07  20:02:30
13610         Log: Drop the foobar.perl.com references for now until Simon
13611              gets them sorted out.
13612      Branch: perl
13613            ! pod/perlfaq2.pod
13614 ____________________________________________________________________________
13615 [ 10019] By: jhi                                   on 2001/05/07  19:54:33
13616         Log: Subject: Re: RFC: changing Devel::SelfStubber to relinquish its grasp
13617              From: Prymmer/Kahn <pvhp@best.com>
13618              Date: Mon, 7 May 2001 07:47:21 -0700 (PDT)
13619              Message-ID: <Pine.BSF.4.21.0105070733080.13301-100000@shell8.ba.best.com>
13620      Branch: perl
13621            ! lib/Devel/SelfStubber.pm
13622 ____________________________________________________________________________
13623 [ 10018] By: jhi                                   on 2001/05/07  19:53:10
13624         Log: Subject: Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1 
13625              From: Prymmer/Kahn <pvhp@best.com>
13626              Date: Sun, 6 May 2001 21:34:56 -0700 (PDT)
13627              Message-ID: <Pine.BSF.4.21.0105062131520.17625-100000@shell8.ba.best.com>
13628      Branch: perl
13629            ! win32/Makefile
13630 ____________________________________________________________________________
13631 [ 10017] By: jhi                                   on 2001/05/07  19:35:10
13632         Log: s/WebTechnique's/WebTechniques/
13633      Branch: perl
13634            ! pod/perlfaq2.pod
13635 ____________________________________________________________________________
13636 [ 10016] By: jhi                                   on 2001/05/07  12:26:29
13637         Log: Llama 3 updates from Randal.
13638      Branch: perl
13639            ! pod/perlfaq2.pod
13640 ____________________________________________________________________________
13641 [ 10015] By: jhi                                   on 2001/05/07  01:34:38
13642         Log: Subject: [PATCH] Help -Dt show correct pad variables
13643              From: Benjamin Sugars <ben.sugars@home.com>
13644              Date: Sun, 6 May 2001 12:54:13 -0400 (EDT)
13645              Message-ID: <Pine.LNX.4.21.0105061142040.12858-100000@localhost.localdomain>
13646      Branch: perl
13647            ! embed.h embed.pl proto.h run.c
13648 ____________________________________________________________________________
13649 [ 10014] By: jhi                                   on 2001/05/07  01:23:56
13650         Log: Subject: [PATCH] Document C<our $foo : shared>
13651              From: Benjamin Sugars <ben.sugars@home.com>
13652              Date: Sun, 6 May 2001 19:00:55 -0400 (EDT)
13653              Message-ID: <Pine.LNX.4.21.0105061847090.9500-100000@localhost.localdomain>
13654      Branch: perl
13655            ! pod/perlfunc.pod
13656 ____________________________________________________________________________
13657 [ 10013] By: jhi                                   on 2001/05/07  01:22:22
13658         Log: Subject: [PATCH B::Deparse] undefined folded constants
13659              From: Robin Houston <robin@kitsite.com>
13660              Date: Sun, 6 May 2001 17:19:09 +0100
13661              Message-ID: <20010506171909.A7046@penderel>
13662      Branch: perl
13663            ! ext/B/B/Deparse.pm
13664 ____________________________________________________________________________
13665 [ 10012] By: jhi                                   on 2001/05/07  00:57:38
13666         Log: Subject: [PATCH B::Deparse] use Foo (sub {...});
13667              From: Robin Houston <robin@kitsite.com>
13668              Message-ID: <20010506164654.A6848@penderel>
13669              Date: Sun, 6 May 2001 16:46:54 +0100
13670      Branch: perl
13671            ! ext/B/B/Deparse.pm
13672 ____________________________________________________________________________
13673 [ 10011] By: jhi                                   on 2001/05/07  00:52:18
13674         Log: Subject: [PATCH t/op/my_stash.t] Naughty?
13675              From: Robin Houston <robin@kitsite.com>
13676              Date: Sun, 6 May 2001 14:47:02 +0100
13677              Message-ID: <20010506144702.A6308@penderel>
13678      Branch: perl
13679            ! t/op/my_stash.t
13680 ____________________________________________________________________________
13681 [ 10010] By: jhi                                   on 2001/05/06  15:07:51
13682         Log: Subject: Perl book, magazine and website updates.
13683              From: Simon Cozens <simon@netthink.co.uk>
13684              Date: Sun, 6 May 2001 16:55:36 +0100
13685              Message-ID: <20010506165536.A1795@netthink.co.uk>
13686      Branch: perl
13687            ! pod/perlbook.pod pod/perlfaq2.pod
13688 ____________________________________________________________________________
13689 [ 10009] By: jhi                                   on 2001/05/06  14:11:40
13690         Log: Tweaks on the Tru64 prof options.
13691      Branch: perl
13692            ! pod/perlhack.pod
13693 ____________________________________________________________________________
13694 [ 10008] By: jhi                                   on 2001/05/06  13:51:49
13695         Log: Subject: [PATCH t/pod/testp2pt.pl] Give deparse tester a chance
13696              From: Robin Houston <robin@kitsite.com>
13697              Date: Sun, 6 May 2001 14:40:51 +0100
13698              Message-ID: <20010506144051.A6279@penderel>
13699      Branch: perl
13700            ! t/pod/testp2pt.pl
13701 ____________________________________________________________________________
13702 [ 10007] By: jhi                                   on 2001/05/06  13:49:31
13703         Log: Subject: [PATCH B::Deparse] scoping
13704              From: Robin Houston <robin@kitsite.com>
13705              Date: Sun, 6 May 2001 14:36:56 +0100
13706              Message-ID: <20010506143656.A4006@penderel>
13707      Branch: perl
13708            ! ext/B/B/Deparse.pm ext/B/defsubs_h.PL t/lib/b-deparse.t
13709 ____________________________________________________________________________
13710 [ 10006] By: jhi                                   on 2001/05/06  13:24:12
13711         Log: Document the undefinedness of bitshifting out of range.
13712      Branch: perl
13713            ! pod/perlop.pod
13714 ____________________________________________________________________________
13715 [ 10005] By: jhi                                   on 2001/05/06  13:03:17
13716         Log: Retract #10003 and update the IDE descriptions a bit.
13717      Branch: perl
13718            ! pod/perlfaq3.pod
13719 ____________________________________________________________________________
13720 [ 10004] By: jhi                                   on 2001/05/06  03:02:41
13721         Log: Subject: [PATCH: perl@10001] win32 update (VC,Borland,gcc), nmake update
13722              From: Prymmer/Kahn <pvhp@best.com>
13723              Date: Sat, 5 May 2001 20:30:49 -0700 (PDT)
13724              Message-ID: <Pine.BSF.4.21.0105052017370.3961-100000@shell8.ba.best.com>
13725      Branch: perl
13726            ! win32/Makefile win32/buildext.pl win32/config.bc
13727            ! win32/config.gc win32/config.vc
13728 ____________________________________________________________________________
13729 [ 10003] By: jhi                                   on 2001/05/05  20:24:44
13730         Log: (Retracted by #10005.)
13731      Branch: perl
13732            ! pod/perlfaq3.pod
13733 ____________________________________________________________________________
13734 [ 10002] By: jhi                                   on 2001/05/05  19:23:36
13735         Log: It's "psed", not "sed".
13736      Branch: perl
13737            ! x2p/s2p.PL
13738 ____________________________________________________________________________
13739 [ 10001] By: jhi                                   on 2001/05/05  18:35:38
13740         Log: Update Changes.
13741      Branch: perl
13742            ! Changes patchlevel.h
13743 ____________________________________________________________________________
13744 [ 10000] By: jhi                                   on 2001/05/05  18:32:15
13745         Log: Subject: Re: bleadperl make install fails due to "psed"
13746              From: andreas.koenig@anima.de (Andreas J. Koenig)
13747              Date: 05 May 2001 18:23:28 +0200
13748              Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de>
13749      Branch: perl
13750            ! x2p/Makefile.SH x2p/s2p.PL
13751 ____________________________________________________________________________
13752 [  9999] By: jhi                                   on 2001/05/05  18:28:09
13753         Log: AUTHORS updates.
13754      Branch: perl
13755            ! AUTHORS
13756 ____________________________________________________________________________
13757 [  9998] By: jhi                                   on 2001/05/05  18:16:00
13758         Log: Updates on the pods related to the modules included since 5.6.
13759              
13760              TODO: perltodo really could use major updating.
13761      Branch: perl
13762            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq7.pod
13763            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
13764            ! pod/perlop.pod pod/perlport.pod pod/perlsec.pod
13765            ! pod/perlsyn.pod pod/perltodo.pod
13766 ____________________________________________________________________________
13767 [  9997] By: jhi                                   on 2001/05/05  17:35:17
13768         Log: Hints file for AtheOS ( http://www.atheos.cx/ ),
13769              from Kurt Skauen.
13770      Branch: perl
13771            + hints/atheos.sh
13772            ! MANIFEST
13773 ____________________________________________________________________________
13774 [  9996] By: jhi                                   on 2001/05/05  17:25:00
13775         Log: Add preemptive #undefs for some of the shorter and more prone
13776              to collision regcomp.h #defines.  (Background: the MASK collided
13777              with a system header #define in Rhapsody.)
13778      Branch: perl
13779            ! regcomp.h
13780 ____________________________________________________________________________
13781 [  9995] By: jhi                                   on 2001/05/05  13:24:21
13782         Log: Subject: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]
13783              From: Nicholas Clark <nick@ccl4.org>
13784              Date: Sat, 5 May 2001 14:46:39 +0100
13785              Message-ID: <20010505144639.O53513@plum.flirble.org>
13786              
13787              Add a test for the constants (if any) being processed correctly.
13788      Branch: perl
13789            ! utils/h2xs.PL
13790 ____________________________________________________________________________
13791 [  9994] By: jhi                                   on 2001/05/05  02:11:03
13792         Log: Subject: [PATCH & retract: perl@9973] the real fix for t/lib/b-stash.t
13793              From: Peter Prymmer <pvhp@forte.com>
13794              Date: Fri, 4 May 2001 17:44:13 -0700 (PDT)
13795              Message-ID: <Pine.OSF.4.10.10105041734280.67333-100000@aspara.forte.com>
13796      Branch: perl
13797            ! t/lib/b-stash.t
13798 ____________________________________________________________________________
13799 [  9993] By: jhi                                   on 2001/05/05  02:03:49
13800         Log: Subject: [PATCH: perl@9973] fix const poisioning in  PerlIO_openn->fdopen->openn
13801              From: Peter Prymmer <pvhp@forte.com>
13802              Date: Fri, 4 May 2001 17:29:02 -0700 (PDT)
13803              Message-ID: <Pine.OSF.4.10.10105041727420.67333-100000@aspara.forte.com>
13804      Branch: perl
13805            ! perlio.c vms/vmsish.h
13806 ____________________________________________________________________________
13807 [  9992] By: jhi                                   on 2001/05/04  17:21:12
13808         Log: Subject: [PATHC perl@9944] missing library tests: Pod::Plainer
13809              From: Robin Barker <rmb1@cise.npl.co.uk>
13810              Date: Fri, 4 May 2001 18:13:47 +0100 (BST)
13811              Message-Id: <200105041713.SAA14842@tempest.npl.co.uk>
13812      Branch: perl
13813            + t/pod/plainer.t
13814            ! MANIFEST
13815 ____________________________________________________________________________
13816 [  9991] By: jhi                                   on 2001/05/04  16:47:45
13817         Log: Subject: [PATCH perl@9944] -Wformat error from ext/re/re_comp.c
13818              From: Robin Barker <rmb1@cise.npl.co.uk>
13819              Date: Fri, 4 May 2001 18:09:13 +0100 (BST)
13820              Message-Id: <200105041709.SAA14835@tempest.npl.co.uk>
13821      Branch: perl
13822            ! regcomp.c
13823 ____________________________________________________________________________
13824 [  9990] By: jhi                                   on 2001/05/04  14:37:20
13825         Log: Subject: [PATCH: perl@9973] let win32 run t/lib/b-stash.t
13826              From: Prymmer/Kahn <pvhp@best.com>
13827              Date: Fri, 4 May 2001 07:31:01 -0700 (PDT)
13828              Message-ID: <Pine.BSF.4.21.0105040727430.14844-100000@shell8.ba.best.com>
13829      Branch: perl
13830            ! t/lib/b-stash.t
13831 ____________________________________________________________________________
13832 [  9989] By: jhi                                   on 2001/05/04  14:03:58
13833         Log: Introduce perl572delta, update Todo, add the missing
13834              mention about signal safety since 5.7.1 (though this
13835              requires verification and more details.)
13836      Branch: perl
13837            + pod/perl572delta.pod
13838            ! MANIFEST Todo pod/perl571delta.pod
13839 ____________________________________________________________________________
13840 [  9988] By: jhi                                   on 2001/05/04  12:41:51
13841         Log: Subject: [PATCH perl@9944] long =item
13842              From: Robin Barker <rmb1@cise.npl.co.uk>
13843              Date: Fri, 4 May 2001 14:15:20 +0100 (BST)
13844              Message-Id: <200105041315.OAA00436@tempest.npl.co.uk>
13845      Branch: perl
13846            ! ext/Time/HiRes/HiRes.pm
13847 ____________________________________________________________________________
13848 [  9987] By: jhi                                   on 2001/05/04  12:39:19
13849         Log: The #9901 had removed one line essential for EBCDIC.
13850      Branch: perl
13851            ! regcomp.c
13852 ____________________________________________________________________________
13853 [  9986] By: jhi                                   on 2001/05/04  12:30:23
13854         Log: Subject: cygwin/Makefile.SHs INSTALL patch
13855              From: Reini Urban <rurban@sbox.tu-graz.ac.at>
13856              Date: Mon, 08 Jan 2001 04:59:21 +0200
13857              Message-ID: <3A592D09.FD6AD35D@sbox.tu-graz.ac.at> 
13858      Branch: perl
13859            ! cygwin/Makefile.SHs
13860 ____________________________________________________________________________
13861 [  9985] By: jhi                                   on 2001/05/04  03:51:39
13862         Log: Encode/IO doc tweaks.
13863      Branch: perl
13864            ! ext/Encode/Encode.pm
13865 ____________________________________________________________________________
13866 [  9984] By: jhi                                   on 2001/05/04  03:29:34
13867         Log: Remove GDBM_File from the dynamic extensions for UTS,
13868              GDBM is not a standard feature.
13869      Branch: perl
13870            ! hints/uts.sh
13871 ____________________________________________________________________________
13872 [  9983] By: jhi                                   on 2001/05/04  03:22:59
13873         Log: Document the \pX and \p{Yz} (and \p{BidiXYZ}) classes a bit more.
13874      Branch: perl
13875            ! pod/perlretut.pod
13876 ____________________________________________________________________________
13877 [  9982] By: jhi                                   on 2001/05/03  23:21:03
13878         Log: Subject: [PATCH] Let sv_dump understand GvSHARED
13879              From: Benjamin Sugars <bsugars@canoe.ca>
13880              Date: Thu, 3 May 2001 16:51:07 -0400 (EDT)
13881              Message-ID: <Pine.LNX.4.21.0105031645280.805-100000@marmot.rim.canoe.ca>
13882      Branch: perl
13883            ! dump.c
13884 ____________________________________________________________________________
13885 [  9981] By: jhi                                   on 2001/05/03  23:20:05
13886         Log: Subject: [PATCH] Allow clobbering of a PerlIO::Scalar and more tests
13887              From: Benjamin Sugars <bsugars@canoe.ca>
13888              Date: Thu, 3 May 2001 15:28:21 -0400 (EDT)
13889              Message-ID: <Pine.LNX.4.21.0105031508360.805-100000@marmot.rim.canoe.ca>
13890      Branch: perl
13891            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
13892 ____________________________________________________________________________
13893 [  9980] By: jhi                                   on 2001/05/03  23:15:29
13894         Log: Integrate perlio.
13895      Branch: perl
13896           !> ext/Encode/Encode.pm
13897 ____________________________________________________________________________
13898 [  9979] By: jhi                                   on 2001/05/03  16:54:59
13899         Log: Install psed man page.
13900      Branch: perl
13901            ! installman
13902 ____________________________________________________________________________
13903 [  9978] By: jhi                                   on 2001/05/03  16:45:58
13904         Log: Remove unused files; noted by Sarathy.
13905      Branch: perl
13906            - ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
13907            ! MANIFEST
13908 ____________________________________________________________________________
13909 [  9977] By: jhi                                   on 2001/05/03  16:42:30
13910         Log: Subject: [PATCH bleadperl] INSTALL patch -- space requirements
13911              From: Andy Dougherty <doughera@lafayette.edu>
13912              Date: Thu, 3 May 2001 11:16:10 -0400 (EDT)
13913              Message-ID: <Pine.SOL.4.10.10105031114500.17868-100000@maxwell.phys.lafayette.edu>
13914      Branch: perl
13915            ! INSTALL
13916 ____________________________________________________________________________
13917 [  9976] By: nick                                  on 2001/05/03  16:40:42
13918         Log: Allow $answer = encode($object,$text); like it says in docs.
13919      Branch: perlio
13920            ! ext/Encode/Encode.pm
13921 ____________________________________________________________________________
13922 [  9975] By: nick                                  on 2001/05/03  16:22:30
13923         Log: Fix latin1 etc. alias code - (bit rot?) - the @latin2iso array now seems to need
13924              to be in scope (fair enough), and also a package variable (our) for eval to see it.
13925      Branch: perlio
13926            ! ext/Encode/Encode.pm
13927 ____________________________________________________________________________
13928 [  9974] By: nick                                  on 2001/05/03  15:48:17
13929         Log: Integrate mainline.
13930      Branch: perlio
13931           +> lib/NEXT.pm t/io/fflush.t t/lib/MyFilter.pm
13932           +> t/lib/filter-simple.t t/lib/next.t
13933           !> (integrate 70 files)
13934 ____________________________________________________________________________
13935 [  9973] By: jhi                                   on 2001/05/03  13:09:09
13936         Log: Update Changes.
13937      Branch: perl
13938            ! Changes patchlevel.h
13939 ____________________________________________________________________________
13940 [  9972] By: jhi                                   on 2001/05/03  12:58:33
13941         Log: Subject: [PATCH: perl@9945] fix handling of $Config{variables} in io/fflush.t
13942              From: Prymmer/Kahn <pvhp@best.com>
13943              Date: Wed, 2 May 2001 23:56:13 -0700 (PDT)
13944              Message-ID: <Pine.BSF.4.21.0105022353380.24421-100000@shell8.ba.best.com>
13945      Branch: perl
13946            ! t/io/fflush.t
13947 ____________________________________________________________________________
13948 [  9971] By: jhi                                   on 2001/05/03  12:57:26
13949         Log: Subject: [PATCH: perl@9945] two fixes for win32/FindExt.pm
13950              From: Prymmer/Kahn <pvhp@best.com>
13951              Date: Wed, 2 May 2001 23:42:33 -0700 (PDT)
13952              Message-ID: <Pine.BSF.4.21.0105022337070.24421-100000@shell8.ba.best.com>
13953      Branch: perl
13954            ! win32/FindExt.pm
13955 ____________________________________________________________________________
13956 [  9970] By: jhi                                   on 2001/05/03  02:42:46
13957         Log: Can't croak sans thread context, from Doug MacEachern.
13958      Branch: perl
13959            ! toke.c
13960 ____________________________________________________________________________
13961 [  9969] By: jhi                                   on 2001/05/03  01:23:48
13962         Log: Subject: Random input test and Perl
13963              From: Ilya Zakharevich <ilya@math.berkeley.edu>
13964              Date: Wed, 2 May 2001 14:35:50 -0700 (PDT)
13965              Message-Id: <200105022135.OAA26245@fac-813-1.math.Berkeley.EDU>
13966      Branch: perl
13967            ! toke.c
13968 ____________________________________________________________________________
13969 [  9968] By: jhi                                   on 2001/05/02  22:17:21
13970         Log: Subject: [PATCH: perl@9945] fix some misinformation in perlfunc.pod
13971              From: Peter Prymmer <pvhp@forte.com>
13972              Date: Wed, 2 May 2001 15:58:18 -0700 (PDT)
13973              Message-ID: <Pine.OSF.4.10.10105021554040.342459-100000@aspara.forte.com>
13974      Branch: perl
13975            ! pod/perlfunc.pod pod/perlport.pod
13976 ____________________________________________________________________________
13977 [  9967] By: jhi                                   on 2001/05/02  20:12:45
13978         Log: Workaround for UTS compiler casting bug from Hal Morris.
13979      Branch: perl
13980            ! perl.h
13981 ____________________________________________________________________________
13982 [  9966] By: jhi                                   on 2001/05/02  18:31:37
13983         Log: Subject: Re: [PATCH 5.6.1] Multiplicity and thread fixes for VMS 
13984              From: Dan Sugalski <dan@sidhe.org>
13985              Date: Wed, 02 May 2001 15:23:22 -0400
13986              Message-Id: <5.0.2.1.0.20010502152210.01f65550@24.8.96.48>
13987      Branch: perl
13988            ! perl.c vms/vms.c
13989 ____________________________________________________________________________
13990 [  9965] By: jhi                                   on 2001/05/02  18:21:29
13991         Log: Minor doc tweaks on endianness, closes bug 20010327.004.
13992      Branch: perl
13993            ! pod/perlfunc.pod
13994 ____________________________________________________________________________
13995 [  9964] By: jhi                                   on 2001/05/02  18:15:01
13996         Log: Document large files in INSTALL, document also the %x
13997              limitation if not use64bitint, closes bug 20010326.007.
13998      Branch: perl
13999            ! INSTALL
14000 ____________________________________________________________________________
14001 [  9963] By: jhi                                   on 2001/05/02  17:24:47
14002         Log: perlmodlib tweaks; regen pods.
14003      Branch: perl
14004            ! pod/Makefile.SH pod/perlmodlib.PL pod/perlmodlib.pod
14005            ! pod/perltoc.pod
14006 ____________________________________________________________________________
14007 [  9962] By: jhi                                   on 2001/05/02  17:14:00
14008         Log: Fix for a segfault, from Marc Lehmann.
14009      Branch: perl
14010            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.xs
14011 ____________________________________________________________________________
14012 [  9961] By: jhi                                   on 2001/05/02  15:55:53
14013         Log: Subject: [DOC PATCH bleadperl] minor nits in perlop.pod
14014              From: "Philip Newton" <pnewton@gmx.de>
14015              Date: Wed, 2 May 2001 18:39:03 +0200
14016              Message-ID: <3AF05447.15525.173B588@localhost>
14017      Branch: perl
14018            ! pod/perlop.pod
14019 ____________________________________________________________________________
14020 [  9960] By: jhi                                   on 2001/05/02  15:35:37
14021         Log: Subject: [PATCH 5.6.1] Multiplicity and thread fixes for VMS
14022              From: Dan Sugalski <dan@sidhe.org>
14023              Date: Wed, 02 May 2001 11:37:27 -0400
14024              Message-Id: <5.0.2.1.0.20010502112909.01f24e28@24.8.96.48>
14025      Branch: perl
14026            ! doio.c ext/File/Glob/bsd_glob.c perl.c perl.h pp_sys.c
14027            ! thread.h vms/vms.c vms/vmsish.h
14028 ____________________________________________________________________________
14029 [  9959] By: jhi                                   on 2001/05/02  15:21:08
14030         Log: Subject: Re: [PATCH] Allow appending on a PerlIO::Scalar
14031              From: Benjamin Sugars <bsugars@canoe.ca>
14032              Date: Wed, 2 May 2001 10:53:11 -0400 (EDT)
14033              Message-ID: <Pine.LNX.4.21.0105021041380.1652-100000@marmot.rim.canoe.ca>
14034      Branch: perl
14035            ! ext/PerlIO/Scalar/Scalar.xs
14036 ____________________________________________________________________________
14037 [  9958] By: jhi                                   on 2001/05/02  15:15:53
14038         Log: Bug in #9915, spotted by Mike Guy.
14039      Branch: perl
14040            ! installperl
14041 ____________________________________________________________________________
14042 [  9957] By: jhi                                   on 2001/05/02  13:26:01
14043         Log: Add a test for not griping about references as array
14044              indices if the reference has magic in it (overloaded
14045              methods).
14046      Branch: perl
14047            ! pod/perldiag.pod t/pragma/warn/pp_hot
14048 ____________________________________________________________________________
14049 [  9956] By: jhi                                   on 2001/05/02  13:07:01
14050         Log: Retracted a bit too much in #9952.
14051      Branch: perl
14052            ! t/pragma/sub_lval.t
14053 ____________________________________________________________________________
14054 [  9955] By: jhi                                   on 2001/05/02  13:05:38
14055         Log: Test for #9952.
14056      Branch: perl
14057            ! t/op/tie.t
14058 ____________________________________________________________________________
14059 [  9954] By: jhi                                   on 2001/05/02  11:48:18
14060         Log: Additional note on the encoding example: one cannot
14061              convert string constants in-place.
14062      Branch: perl
14063            ! ext/Encode/Encode.pm
14064 ____________________________________________________________________________
14065 [  9953] By: jhi                                   on 2001/05/02  11:43:51
14066         Log: Note that if you have recent enough Perl you already
14067              have Filter::Util::Call.
14068      Branch: perl
14069            ! lib/Filter/Simple.pm
14070 ____________________________________________________________________________
14071 [  9952] By: jhi                                   on 2001/05/02  11:31:53
14072         Log: Retract changes #8254 and #8255, causes coredump in
14073              'tie FH, "main"', reported by Abigail, culprit found by
14074              Benjamin Sugars.  Mirrors maintperl change #9950.
14075      Branch: perl
14076            ! op.c t/pragma/sub_lval.t
14077 ____________________________________________________________________________
14078 [  9951] By: jhi                                   on 2001/05/02  11:14:29
14079         Log: Forgot from #9942.  (Needed by t/lib/filter-simple.t.)
14080      Branch: perl
14081            + t/lib/MyFilter.pm
14082 ____________________________________________________________________________
14083 [  9950] By: gsar                                  on 2001/05/02  03:17:11
14084         Log: revert integration of changes#8254,8255 in change#8620 (causes
14085              a coredump in C<tie FH, 'foo'>; the idea itself may need better
14086              rationalization)
14087      Branch: maint-5.6/perl
14088            ! op.c t/pragma/sub_lval.t
14089 ____________________________________________________________________________
14090 [  9949] By: gsar                                  on 2001/05/02  02:56:32
14091         Log: integrate changes#9774,9814 from mainline (Unixware fixes)
14092              
14093              Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
14094              
14095              Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
14096      Branch: maint-5.6/perl
14097           !> hints/svr5.sh
14098 ____________________________________________________________________________
14099 [  9948] By: gsar                                  on 2001/05/02  02:49:15
14100         Log: pod/find.t breaks on VMS (from Craig Berry)
14101      Branch: maint-5.6/perl
14102            ! t/pod/find.t
14103 ____________________________________________________________________________
14104 [  9947] By: jhi                                   on 2001/05/02  02:43:09
14105         Log: Add an encoding conversion example.
14106      Branch: perl
14107            ! ext/Encode/Encode.pm
14108 ____________________________________________________________________________
14109 [  9946] By: jhi                                   on 2001/05/02  01:34:22
14110         Log: Another coat of paint but still nowhere finished.
14111              Need to decide on the semantics of strptime(): should
14112              strptime() be a function instead of a method?  To do
14113              the week/monthname-strptiming the i18n/l10n bullet needs
14114              to be bitten with gusto.
14115      Branch: perl
14116            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
14117 ____________________________________________________________________________
14118 [  9945] By: jhi                                   on 2001/05/01  23:40:52
14119         Log: Update Changes.
14120      Branch: perl
14121            ! Changes patchlevel.h
14122 ____________________________________________________________________________
14123 [  9944] By: jhi                                   on 2001/05/01  23:33:37
14124         Log: Add known-to-be-tested modules to the list-to-be-skipped.
14125      Branch: perl
14126            ! t/lib/1_compile.t
14127 ____________________________________________________________________________
14128 [  9943] By: jhi                                   on 2001/05/01  23:24:40
14129         Log: Subject: BorlandC++ fix
14130              From: "Vadim Konovalov" <watman@inbox.ru>
14131              Date: Mon, 30 Apr 2001 20:12:26 -0700
14132              Message-ID: <006e01c0d1ec$8fb1b8d0$406bff87@vad>
14133      Branch: perl
14134            ! win32/makefile.mk
14135 ____________________________________________________________________________
14136 [  9942] By: jhi                                   on 2001/05/01  23:18:02
14137         Log: Update to Filter::Simple 0.60, create a test for it.
14138      Branch: perl
14139            + t/lib/filter-simple.t
14140            ! MANIFEST lib/Filter/Simple.pm
14141 ____________________________________________________________________________
14142 [  9941] By: jhi                                   on 2001/05/01  19:47:24
14143         Log: Subject: Re: bleadperl: s/// failure with \b and /g 
14144              From: Hugo <hv@crypt.compulink.co.uk>
14145              Date: Tue, 01 May 2001 20:12:20 +0100
14146              Message-Id: <200105011912.UAA06826@crypt.compulink.co.uk>
14147      Branch: perl
14148            ! pp_hot.c t/op/re_tests
14149 ____________________________________________________________________________
14150 [  9940] By: jhi                                   on 2001/05/01  19:42:16
14151         Log: Integrate perlio.
14152      Branch: perl
14153           !> lib/base.pm t/lib/fields.t
14154 ____________________________________________________________________________
14155 [  9939] By: jhi                                   on 2001/05/01  19:39:51
14156         Log: Subject: [PATCH] Allow appending on a PerlIO::Scalar
14157              From: Benjamin Sugars <bsugars@canoe.ca>
14158              Date: Tue, 1 May 2001 16:32:03 -0400 (EDT)
14159              Message-ID: <Pine.LNX.4.21.0105011627110.1526-100000@marmot.rim.canoe.ca>
14160      Branch: perl
14161            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
14162 ____________________________________________________________________________
14163 [  9938] By: jhi                                   on 2001/05/01  19:34:09
14164         Log: Add NEXT, a pseudo-class for method redispatching.
14165              <Damian>NEXT.pm probably offers more bang-for-buck
14166              than anything else I've ever written.</Damian>
14167      Branch: perl
14168            + lib/NEXT.pm t/lib/next.t
14169            ! MANIFEST
14170 ____________________________________________________________________________
14171 [  9937] By: jhi                                   on 2001/05/01  19:21:41
14172         Log: Update to Switch 2.02.
14173      Branch: perl
14174            ! lib/Switch.pm t/lib/switch.t
14175 ____________________________________________________________________________
14176 [  9936] By: nick                                  on 2001/05/01  19:09:21
14177         Log: Fix for base.pm clobbering $VERSION
14178      Branch: perlio
14179            ! lib/base.pm
14180 ____________________________________________________________________________
14181 [  9935] By: nick                                  on 2001/05/01  18:54:38
14182         Log: Test for base.pm clobbering $VERSION.
14183      Branch: perlio
14184            ! t/lib/fields.t
14185 ____________________________________________________________________________
14186 [  9934] By: jhi                                   on 2001/05/01  18:39:10
14187         Log: Add information about Scalar::Util::blessed.
14188      Branch: perl
14189            ! pod/perlobj.pod
14190 ____________________________________________________________________________
14191 [  9933] By: jhi                                   on 2001/05/01  18:33:51
14192         Log: Subject: Extra UNIVERSAL documentation
14193              From: Mike Guy <mjtg@cam.ac.uk>
14194              Date: Tue, 01 May 2001 20:12:11 +0100
14195              Message-Id: <E14ufZD-0007kD-00@libra.cus.cam.ac.uk>
14196      Branch: perl
14197            ! pod/perlobj.pod
14198 ____________________________________________________________________________
14199 [  9932] By: jhi                                   on 2001/05/01  18:26:54
14200         Log: Subject: Autoflush in tests as appropriate
14201              From: Mike Guy <mjtg@cam.ac.uk>
14202              Date: Tue, 01 May 2001 20:05:31 +0100
14203              Message-Id: <E14ufSl-0007gS-00@libra.cus.cam.ac.uk>
14204      Branch: perl
14205            ! t/lib/syslfs.t t/op/die_exit.t t/op/lex_assign.t t/op/lfs.t
14206            ! t/op/taint.t
14207 ____________________________________________________________________________
14208 [  9931] By: jhi                                   on 2001/05/01  18:02:29
14209         Log: Subject: [PATCH] Multiple consecutive writes on PerlIO::Scalar
14210              From: Benjamin Sugars <bsugars@canoe.ca>
14211              Date: Tue, 1 May 2001 14:58:24 -0400 (EDT)
14212              Message-ID: <Pine.LNX.4.21.0105011431300.1526-100000@marmot.rim.canoe.ca>
14213      Branch: perl
14214            ! ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
14215 ____________________________________________________________________________
14216 [  9930] By: jhi                                   on 2001/05/01  15:12:26
14217         Log: Subject: Re: Finally got a round tuit
14218              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14219              Date: Tue, 01 May 2001 14:14:10 +0200
14220              Message-Id: <20010501135740.19E4.H.M.BRAND@hccnet.nl>
14221              
14222              The -DP part, slightly modified.
14223      Branch: perl
14224            ! perl.c
14225 ____________________________________________________________________________
14226 [  9929] By: jhi                                   on 2001/05/01  14:17:15
14227         Log: Subject: Re: Finally got a round tuit
14228              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
14229              Date: Tue, 01 May 2001 16:34:06 +0200
14230              Message-Id: <20010501163255.19F2.H.M.BRAND@hccnet.nl>
14231              
14232              cpp and optimization tweaks for HP-UX.
14233      Branch: perl
14234            ! hints/hpux.sh
14235 ____________________________________________________________________________
14236 [  9928] By: jhi                                   on 2001/05/01  13:24:20
14237         Log: Tune the scan_num() comments to reality.
14238      Branch: perl
14239            ! toke.c
14240 ____________________________________________________________________________
14241 [  9927] By: jhi                                   on 2001/05/01  13:14:01
14242         Log: Subject: [PATCH B::Deparse] optimised sort
14243              From: Robin Houston <robin@kitsite.com>
14244              Date: Tue, 1 May 2001 14:07:12 +0100
14245              Message-ID: <20010501140712.A4266@penderel>
14246      Branch: perl
14247            ! ext/B/B/Deparse.pm
14248 ____________________________________________________________________________
14249 [  9926] By: jhi                                   on 2001/05/01  13:10:53
14250         Log: Subject: [PATCH t/lib/b-deparse.t] 
14251              From: Robin Houston <robin@kitsite.com>
14252              Date: Tue, 1 May 2001 13:37:42 +0100
14253              Message-ID: <20010501133742.A4082@penderel>
14254      Branch: perl
14255            ! t/lib/b-deparse.t
14256 ____________________________________________________________________________
14257 [  9925] By: jhi                                   on 2001/05/01  13:10:13
14258         Log: Subject: [PATCH B::Deparse] for(;;), sort
14259              From: Robin Houston <robin@kitsite.com>
14260              Date: Tue, 1 May 2001 13:35:00 +0100
14261              Message-ID: <20010501133500.A4061@penderel>
14262      Branch: perl
14263            ! ext/B/B/Deparse.pm
14264 ____________________________________________________________________________
14265 [  9924] By: jhi                                   on 2001/05/01  13:09:22
14266         Log: Subject: [PATCH B::Deparse] do, warn, use
14267              From: Robin Houston <robin@kitsite.com>
14268              Date: Tue, 1 May 2001 13:31:03 +0100
14269              Message-ID: <20010501133103.A4041@penderel>
14270      Branch: perl
14271            ! ext/B/B/Deparse.pm
14272 ____________________________________________________________________________
14273 [  9923] By: jhi                                   on 2001/05/01  11:45:36
14274         Log: Subject: [PATCH] Test autoflush on fork (Was: Should I remove something?)
14275              From: Benjamin Sugars <ben.sugars@home.com>
14276              Date: Mon, 30 Apr 2001 22:21:54 -0400 (EDT)
14277              Message-ID: <Pine.LNX.4.21.0104302213190.19002-100000@localhost.localdomain>
14278      Branch: perl
14279            + t/io/fflush.t
14280            ! MANIFEST
14281 ____________________________________________________________________________
14282 [  9922] By: jhi                                   on 2001/05/01  11:35:42
14283         Log: Subject: [PATCH: perl@9917] more VMS tweaks for addn'l selfstubber tests
14284              From: Peter Prymmer <pvhp@forte.com>
14285              Date: Mon, 30 Apr 2001 16:26:30 -0700 (PDT)
14286              Message-ID: <Pine.OSF.4.10.10104301621200.161547-100000@aspara.forte.com>
14287      Branch: perl
14288            ! t/lib/selfstubber.t
14289 ____________________________________________________________________________
14290 [  9921] By: jhi                                   on 2001/04/30  16:34:33
14291         Log: Subject: [PATCH B::Concise] suppress warning
14292              From: Robin Houston <robin@kitsite.com>
14293              Date: Mon, 30 Apr 2001 16:09:49 +0100
14294              Message-ID: <20010430160949.A25086@penderel>
14295      Branch: perl
14296            ! ext/B/B/Concise.pm
14297 ____________________________________________________________________________
14298 [  9920] By: jhi                                   on 2001/04/30  13:56:04
14299         Log: Strip the *markers* from #9919.
14300      Branch: perl
14301            ! pod/perlfaq.pod pod/perlfaq5.pod
14302 ____________________________________________________________________________
14303 [  9919] By: jhi                                   on 2001/04/30  13:54:04
14304         Log: Subject: [PATCH] (perlfaq/bleadperl) append mode and locking
14305              From: Gwyn Judd <b.judd@xtra.co.nz>
14306              Date: Sun, 29 Apr 2001 01:47:49 +1200
14307              Message-ID: <20010429014749.A4418@thislove>
14308      Branch: perl
14309            ! pod/perlfaq.pod pod/perlfaq5.pod
14310 ____________________________________________________________________________
14311 [  9918] By: jhi                                   on 2001/04/30  13:13:54
14312         Log: More_tweakage.
14313      Branch: perl
14314            ! pod/perldata.pod pod/perldiag.pod
14315 ____________________________________________________________________________
14316 [  9917] By: jhi                                   on 2001/04/30  13:01:27
14317         Log: Update Changes.
14318      Branch: perl
14319            ! Changes patchlevel.h
14320 ____________________________________________________________________________
14321 [  9916] By: jhi                                   on 2001/04/30  12:57:03
14322         Log: T_w_e_a_k_a_g_e.
14323      Branch: perl
14324            ! pod/perldata.pod pod/perldiag.pod
14325 ____________________________________________________________________________
14326 [  9915] By: jhi                                   on 2001/04/30  12:39:29
14327         Log: Install s2p also as psed.
14328              
14329              TODO: psed documentation?
14330      Branch: perl
14331            ! installperl
14332 ____________________________________________________________________________
14333 [  9914] By: jhi                                   on 2001/04/30  12:29:21
14334         Log: Subject: Re: [ID 20010303.009] SOCKS5 work around breaks other sockets
14335              From: Jens Hamisch <jens@Strawberry.COM>
14336              Date: Fri, 27 Apr 2001 17:00:36 +0200
14337              Message-ID: <20010427170036.K1372@Strawberry.COM>
14338              
14339              SOCKS5_VERSION_NAME is the right symbol to detect
14340              the presence of SOCKS5.  (HAS_SOCKS5_INIT is telling whether
14341              function called socks5_init() is available, and even that is
14342              not universal, most SOCKS5 installations use SOCKSinit()).
14343      Branch: perl
14344            ! perlio.c
14345 ____________________________________________________________________________
14346 [  9913] By: jhi                                   on 2001/04/30  12:22:15
14347         Log: Allow a zero timeout on IO::Socket accept and connect--
14348              though one really shouldn't do that.  Based on
14349              
14350              Subject: Not possible to set zero second timeout on accept() in IO::Socket and company..
14351              From: "John Holdsworth" <coldwave@bigfoot.com>
14352              Date: Sun, 4 Feb 2001 12:48:18 +0100
14353              Message-ID: <005a01c08ea0$5e6039d0$03ac2ac0@planc>
14354      Branch: perl
14355            ! ext/IO/lib/IO/Socket.pm
14356 ____________________________________________________________________________
14357 [  9912] By: jhi                                   on 2001/04/30  11:27:27
14358         Log: Save the spot of regprev (see #9911) for binary compatibility;
14359              regen API.
14360      Branch: perl
14361            ! embedvar.h perlapi.h thrdvar.h
14362 ____________________________________________________________________________
14363 [  9911] By: jhi                                   on 2001/04/30  11:22:03
14364         Log: Subject: Re: [PATCH bleadperl] [ID 20010426.002] Word boundry regex [...] 
14365              From: Hugo <hv@crypt.compulink.co.uk>
14366              Date: Sun, 29 Apr 2001 17:09:30 +0100
14367              Message-Id: <200104291609.RAA17790@crypt.compulink.co.uk>
14368      Branch: perl
14369            ! regcomp.c regexec.c sv.c t/op/re_tests t/op/subst.t thrdvar.h
14370 ____________________________________________________________________________
14371 [  9910] By: jhi                                   on 2001/04/30  11:15:12
14372         Log: Change PL_numeric_radix to PL_numeric_radix_sv (and leave in
14373              a dummy for PL_numeric_radix); no pressing reason to break
14374              binary compatibility; regen API.
14375      Branch: perl
14376            ! embedvar.h global.sym intrpvar.h objXSUB.h perl.c perl.h
14377            ! perlapi.c perlapi.h pod/perlapi.pod sv.c util.c
14378 ____________________________________________________________________________
14379 [  9909] By: jhi                                   on 2001/04/30  10:56:08
14380         Log: Subject: [DOC PATCH bleadperl] Document generation of random integers
14381              From: Walt Mankowski <waltman@netaxs.com>
14382              Date: Sun, 29 Apr 2001 21:53:48 -0400
14383              Message-ID: <20010429215348.A3971@netaxs.com>
14384      Branch: perl
14385            ! pod/perlfunc.pod
14386 ____________________________________________________________________________
14387 [  9908] By: jhi                                   on 2001/04/30  10:49:40
14388         Log: Reintroduce #9889 to unbuffer the stderr/stdout on stdio configs.
14389      Branch: perl
14390            ! t/lib/selfstubber.t
14391 ____________________________________________________________________________
14392 [  9907] By: nick                                  on 2001/04/30  09:26:50
14393         Log: Integrate mainline.
14394      Branch: perlio
14395           !> pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
14396 ____________________________________________________________________________
14397 [  9906] By: jhi                                   on 2001/04/29  23:24:20
14398         Log: Abigail spotted a thinko in #9905.
14399      Branch: perl
14400            ! pod/perldiag.pod
14401 ____________________________________________________________________________
14402 [  9905] By: jhi                                   on 2001/04/29  15:55:39
14403         Log: Changed the underscore/undebar syntax in numeric constants;
14404              now any grouping will do, as long as the underscores are not
14405              consecutive (so "zero-grouping" is out), and they do not begin
14406              or end the integer or fractional parts.
14407      Branch: perl
14408            ! pod/perldata.pod pod/perldiag.pod t/pragma/warn/toke toke.c
14409 ____________________________________________________________________________
14410 [  9904] By: nick                                  on 2001/04/29  15:43:22
14411         Log: Integrate mainline.
14412      Branch: perlio
14413           +> (branch 98 files)
14414            - lib/unicode/Block.pl
14415            - lib/unicode/In/AlphabeticPresentationForms.pl
14416            - lib/unicode/In/Arabic.pl
14417            - lib/unicode/In/ArabicPresentationForms-A.pl
14418            - lib/unicode/In/ArabicPresentationForms-B.pl
14419            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
14420            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
14421            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
14422            - lib/unicode/In/BopomofoExtended.pl
14423            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
14424            - lib/unicode/In/CJKCompatibility.pl
14425            - lib/unicode/In/CJKCompatibilityForms.pl
14426            - lib/unicode/In/CJKCompatibilityIdeographs.pl
14427            - lib/unicode/In/CJKRadicalsSupplement.pl
14428            - lib/unicode/In/CJKSymbolsandPunctuation.pl
14429            - lib/unicode/In/CJKUnifiedIdeographs.pl
14430            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
14431            - lib/unicode/In/Cherokee.pl
14432            - lib/unicode/In/CombiningDiacriticalMarks.pl
14433            - lib/unicode/In/CombiningHalfMarks.pl
14434            - lib/unicode/In/CombiningMarksforSymbols.pl
14435            - lib/unicode/In/ControlPictures.pl
14436            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
14437            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
14438            - lib/unicode/In/EnclosedAlphanumerics.pl
14439            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
14440            - lib/unicode/In/Ethiopic.pl
14441            - lib/unicode/In/GeneralPunctuation.pl
14442            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
14443            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
14444            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
14445            - lib/unicode/In/HalfwidthandFullwidthForms.pl
14446            - lib/unicode/In/HangulCompatibilityJamo.pl
14447            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
14448            - lib/unicode/In/Hebrew.pl
14449            - lib/unicode/In/HighPrivateUseSurrogates.pl
14450            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
14451            - lib/unicode/In/IPAExtensions.pl
14452            - lib/unicode/In/IdeographicDescriptionCharacters.pl
14453            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
14454            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
14455            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
14456            - lib/unicode/In/Latin-1Supplement.pl
14457            - lib/unicode/In/LatinExtended-A.pl
14458            - lib/unicode/In/LatinExtended-B.pl
14459            - lib/unicode/In/LatinExtendedAdditional.pl
14460            - lib/unicode/In/LetterlikeSymbols.pl
14461            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
14462            - lib/unicode/In/MathematicalOperators.pl
14463            - lib/unicode/In/MiscellaneousSymbols.pl
14464            - lib/unicode/In/MiscellaneousTechnical.pl
14465            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
14466            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
14467            - lib/unicode/In/OpticalCharacterRecognition.pl
14468            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
14469            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
14470            - lib/unicode/In/SmallFormVariants.pl
14471            - lib/unicode/In/SpacingModifierLetters.pl
14472            - lib/unicode/In/Specials.pl
14473            - lib/unicode/In/SuperscriptsandSubscripts.pl
14474            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
14475            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
14476            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
14477            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
14478            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
14479           !> INSTALL MANIFEST doop.c embed.h embed.pl ext/B/B/Deparse.pm
14480           !> ext/IO/lib/IO/Seekable.pm hints/hpux.sh
14481           !> lib/unicode/mktables.PL lib/utf8_heavy.pl objXSUB.h perl.h
14482           !> pod/perldiag.pod pod/perlunicode.pod proto.h regcomp.c
14483           !> regexec.c t/lib/b-deparse.t t/lib/selfstubber.t t/op/pat.t
14484           !> utf8.c win32/Makefile
14485 ____________________________________________________________________________
14486 [  9903] By: jhi                                   on 2001/04/29  14:30:53
14487         Log: Subject: [PATCH: perl@9885] win32/Makefile (nmake) update
14488              From: Prymmer/Kahn <pvhp@best.com>
14489              Date: Sat, 28 Apr 2001 21:56:51 -0700 (PDT)
14490              Message-ID: <Pine.BSF.4.21.0104282147270.2927-100000@shell8.ba.best.com>
14491      Branch: perl
14492            ! win32/Makefile
14493 ____________________________________________________________________________
14494 [  9902] By: jhi                                   on 2001/04/29  02:52:44
14495         Log: Subject: [PATCH ext/IO/lib/IO/Seekable.pm] Doc fixes.
14496              From: "Abigail" <abigail@foad.org>
14497              Date: Sun, 29 Apr 2001 03:14:25 +0200
14498              Message-ID: <20010429011425.24503.qmail@foad.org>
14499      Branch: perl
14500            ! ext/IO/lib/IO/Seekable.pm
14501 ____________________________________________________________________________
14502 [  9901] By: jhi                                   on 2001/04/29  02:04:46
14503         Log: In character classes one couldn't have 0x80..0xff characters
14504              at the left hand side if there were 0x100.. characters in the
14505              character class.
14506      Branch: perl
14507            ! doop.c embed.h embed.pl objXSUB.h proto.h regcomp.c regexec.c
14508            ! t/op/pat.t utf8.c
14509 ____________________________________________________________________________
14510 [  9900] By: jhi                                   on 2001/04/28  22:55:04
14511         Log: Forgot the latest mktables.PL from #9899.
14512      Branch: perl
14513            ! lib/unicode/mktables.PL
14514 ____________________________________________________________________________
14515 [  9899] By: jhi                                   on 2001/04/28  22:53:28
14516         Log: Explain the \p{} and \P{} error message better and
14517              have prettier prettyprint in In.pl.
14518      Branch: perl
14519            ! lib/unicode/In.pl lib/unicode/mktables.PL lib/utf8_heavy.pl
14520            ! pod/perldiag.pod
14521 ____________________________________________________________________________
14522 [  9898] By: jhi                                   on 2001/04/28  21:03:34
14523         Log: Add one possible explanation for the "Invalid [] range" error.
14524      Branch: perl
14525            ! pod/perldiag.pod
14526 ____________________________________________________________________________
14527 [  9897] By: jhi                                   on 2001/04/28  17:18:26
14528         Log: Add a level of indirection to the implementation of \p{InFoo}
14529              so that we don't have to have long filenames.  (Nothing changes
14530              in the user interface.)   The indirection is defined in
14531              the file lib/unicode/In.pl and it is handled in lib/utf8_heavy.pl.
14532              Also rename some the character classes by removing '-' from
14533              the classnames, and finally renamed Block.pl as Blocks.pl.
14534      Branch: perl
14535            + lib/unicode/Blocks.pl lib/unicode/In.pl lib/unicode/In/0.pl
14536            + lib/unicode/In/1.pl lib/unicode/In/10.pl lib/unicode/In/11.pl
14537            + lib/unicode/In/12.pl lib/unicode/In/13.pl lib/unicode/In/14.pl
14538            + lib/unicode/In/15.pl lib/unicode/In/16.pl lib/unicode/In/17.pl
14539            + lib/unicode/In/18.pl lib/unicode/In/19.pl lib/unicode/In/2.pl
14540            + lib/unicode/In/20.pl lib/unicode/In/21.pl lib/unicode/In/22.pl
14541            + lib/unicode/In/23.pl lib/unicode/In/24.pl lib/unicode/In/25.pl
14542            + lib/unicode/In/26.pl lib/unicode/In/27.pl lib/unicode/In/28.pl
14543            + lib/unicode/In/29.pl lib/unicode/In/3.pl lib/unicode/In/30.pl
14544            + lib/unicode/In/31.pl lib/unicode/In/32.pl lib/unicode/In/33.pl
14545            + lib/unicode/In/34.pl lib/unicode/In/35.pl lib/unicode/In/36.pl
14546            + lib/unicode/In/37.pl lib/unicode/In/38.pl lib/unicode/In/39.pl
14547            + lib/unicode/In/4.pl lib/unicode/In/40.pl lib/unicode/In/41.pl
14548            + lib/unicode/In/42.pl lib/unicode/In/43.pl lib/unicode/In/44.pl
14549            + lib/unicode/In/45.pl lib/unicode/In/46.pl lib/unicode/In/47.pl
14550            + lib/unicode/In/48.pl lib/unicode/In/49.pl lib/unicode/In/5.pl
14551            + lib/unicode/In/50.pl lib/unicode/In/51.pl lib/unicode/In/52.pl
14552            + lib/unicode/In/53.pl lib/unicode/In/54.pl lib/unicode/In/55.pl
14553            + lib/unicode/In/56.pl lib/unicode/In/57.pl lib/unicode/In/58.pl
14554            + lib/unicode/In/59.pl lib/unicode/In/6.pl lib/unicode/In/60.pl
14555            + lib/unicode/In/61.pl lib/unicode/In/62.pl lib/unicode/In/63.pl
14556            + lib/unicode/In/64.pl lib/unicode/In/65.pl lib/unicode/In/66.pl
14557            + lib/unicode/In/67.pl lib/unicode/In/68.pl lib/unicode/In/69.pl
14558            + lib/unicode/In/7.pl lib/unicode/In/70.pl lib/unicode/In/71.pl
14559            + lib/unicode/In/72.pl lib/unicode/In/73.pl lib/unicode/In/74.pl
14560            + lib/unicode/In/75.pl lib/unicode/In/76.pl lib/unicode/In/77.pl
14561            + lib/unicode/In/78.pl lib/unicode/In/79.pl lib/unicode/In/8.pl
14562            + lib/unicode/In/80.pl lib/unicode/In/81.pl lib/unicode/In/82.pl
14563            + lib/unicode/In/83.pl lib/unicode/In/84.pl lib/unicode/In/85.pl
14564            + lib/unicode/In/86.pl lib/unicode/In/87.pl lib/unicode/In/88.pl
14565            + lib/unicode/In/89.pl lib/unicode/In/9.pl lib/unicode/In/90.pl
14566            + lib/unicode/In/91.pl lib/unicode/In/92.pl lib/unicode/In/93.pl
14567            + lib/unicode/In/94.pl lib/unicode/In/95.pl
14568            - lib/unicode/Block.pl
14569            - lib/unicode/In/AlphabeticPresentationForms.pl
14570            - lib/unicode/In/Arabic.pl
14571            - lib/unicode/In/ArabicPresentationForms-A.pl
14572            - lib/unicode/In/ArabicPresentationForms-B.pl
14573            - lib/unicode/In/Armenian.pl lib/unicode/In/Arrows.pl
14574            - lib/unicode/In/BasicLatin.pl lib/unicode/In/Bengali.pl
14575            - lib/unicode/In/BlockElements.pl lib/unicode/In/Bopomofo.pl
14576            - lib/unicode/In/BopomofoExtended.pl
14577            - lib/unicode/In/BoxDrawing.pl lib/unicode/In/BraillePatterns.pl
14578            - lib/unicode/In/CJKCompatibility.pl
14579            - lib/unicode/In/CJKCompatibilityForms.pl
14580            - lib/unicode/In/CJKCompatibilityIdeographs.pl
14581            - lib/unicode/In/CJKRadicalsSupplement.pl
14582            - lib/unicode/In/CJKSymbolsandPunctuation.pl
14583            - lib/unicode/In/CJKUnifiedIdeographs.pl
14584            - lib/unicode/In/CJKUnifiedIdeographsExtensionA.pl
14585            - lib/unicode/In/Cherokee.pl
14586            - lib/unicode/In/CombiningDiacriticalMarks.pl
14587            - lib/unicode/In/CombiningHalfMarks.pl
14588            - lib/unicode/In/CombiningMarksforSymbols.pl
14589            - lib/unicode/In/ControlPictures.pl
14590            - lib/unicode/In/CurrencySymbols.pl lib/unicode/In/Cyrillic.pl
14591            - lib/unicode/In/Devanagari.pl lib/unicode/In/Dingbats.pl
14592            - lib/unicode/In/EnclosedAlphanumerics.pl
14593            - lib/unicode/In/EnclosedCJKLettersandMonths.pl
14594            - lib/unicode/In/Ethiopic.pl
14595            - lib/unicode/In/GeneralPunctuation.pl
14596            - lib/unicode/In/GeometricShapes.pl lib/unicode/In/Georgian.pl
14597            - lib/unicode/In/Greek.pl lib/unicode/In/GreekExtended.pl
14598            - lib/unicode/In/Gujarati.pl lib/unicode/In/Gurmukhi.pl
14599            - lib/unicode/In/HalfwidthandFullwidthForms.pl
14600            - lib/unicode/In/HangulCompatibilityJamo.pl
14601            - lib/unicode/In/HangulJamo.pl lib/unicode/In/HangulSyllables.pl
14602            - lib/unicode/In/Hebrew.pl
14603            - lib/unicode/In/HighPrivateUseSurrogates.pl
14604            - lib/unicode/In/HighSurrogates.pl lib/unicode/In/Hiragana.pl
14605            - lib/unicode/In/IPAExtensions.pl
14606            - lib/unicode/In/IdeographicDescriptionCharacters.pl
14607            - lib/unicode/In/Kanbun.pl lib/unicode/In/KangxiRadicals.pl
14608            - lib/unicode/In/Kannada.pl lib/unicode/In/Katakana.pl
14609            - lib/unicode/In/Khmer.pl lib/unicode/In/Lao.pl
14610            - lib/unicode/In/Latin-1Supplement.pl
14611            - lib/unicode/In/LatinExtended-A.pl
14612            - lib/unicode/In/LatinExtended-B.pl
14613            - lib/unicode/In/LatinExtendedAdditional.pl
14614            - lib/unicode/In/LetterlikeSymbols.pl
14615            - lib/unicode/In/LowSurrogates.pl lib/unicode/In/Malayalam.pl
14616            - lib/unicode/In/MathematicalOperators.pl
14617            - lib/unicode/In/MiscellaneousSymbols.pl
14618            - lib/unicode/In/MiscellaneousTechnical.pl
14619            - lib/unicode/In/Mongolian.pl lib/unicode/In/Myanmar.pl
14620            - lib/unicode/In/NumberForms.pl lib/unicode/In/Ogham.pl
14621            - lib/unicode/In/OpticalCharacterRecognition.pl
14622            - lib/unicode/In/Oriya.pl lib/unicode/In/PrivateUse.pl
14623            - lib/unicode/In/Runic.pl lib/unicode/In/Sinhala.pl
14624            - lib/unicode/In/SmallFormVariants.pl
14625            - lib/unicode/In/SpacingModifierLetters.pl
14626            - lib/unicode/In/Specials.pl
14627            - lib/unicode/In/SuperscriptsandSubscripts.pl
14628            - lib/unicode/In/Syriac.pl lib/unicode/In/Tamil.pl
14629            - lib/unicode/In/Telugu.pl lib/unicode/In/Thaana.pl
14630            - lib/unicode/In/Thai.pl lib/unicode/In/Tibetan.pl
14631            - lib/unicode/In/UnifiedCanadianAboriginalSyllabics.pl
14632            - lib/unicode/In/YiRadicals.pl lib/unicode/In/YiSyllables.pl
14633            ! MANIFEST lib/unicode/mktables.PL lib/utf8_heavy.pl
14634            ! pod/perlunicode.pod
14635 ____________________________________________________________________________
14636 [  9896] By: jhi                                   on 2001/04/28  14:33:17
14637         Log: Update the information on shared library path on HP-UX.
14638      Branch: perl
14639            ! INSTALL
14640 ____________________________________________________________________________
14641 [  9895] By: jhi                                   on 2001/04/28  14:32:30
14642         Log: Because #9894 seems to do the trick, this workaround can be removed.
14643      Branch: perl
14644            ! t/lib/selfstubber.t
14645 ____________________________________________________________________________
14646 [  9894] By: jhi                                   on 2001/04/28  14:26:13
14647         Log: For PerlIO flush the children's file handles (on fork/exec/system).
14648      Branch: perl
14649            ! perl.h
14650 ____________________________________________________________________________
14651 [  9893] By: jhi                                   on 2001/04/28  14:23:15
14652         Log: Test tweak for #9891.
14653      Branch: perl
14654            ! t/lib/b-deparse.t
14655 ____________________________________________________________________________
14656 [  9892] By: jhi                                   on 2001/04/28  14:10:13
14657         Log: New HP-UX hints from Merijn.
14658      Branch: perl
14659            ! hints/hpux.sh
14660 ____________________________________________________________________________
14661 [  9891] By: jhi                                   on 2001/04/28  14:07:27
14662         Log: Subject: [PATCH B::Deparse] non-block scopes
14663              From: Robin Houston <robin@kitsite.com>
14664              Date: Fri, 27 Apr 2001 19:15:14 +0100
14665              Message-ID: <20010427191514.A30951@puffinry.freeserve.co.uk>
14666      Branch: perl
14667            ! ext/B/B/Deparse.pm
14668 ____________________________________________________________________________
14669 [  9890] By: nick                                  on 2001/04/27  19:41:25
14670         Log: Integrate mainline
14671      Branch: perlio
14672           +> t/lib/selfstubber.t
14673           !> (integrate 50 files)
14674 ____________________________________________________________________________
14675 [  9889] By: jhi                                   on 2001/04/27  18:23:46
14676         Log: Subject: Re: selfstubber test fail on bleadperl
14677              From: Mike Guy <mjtg@cam.ac.uk>
14678              Date: Fri, 27 Apr 2001 19:31:18 +0100
14679              Message-Id: <E14tD1S-0001tJ-00@libra.cus.cam.ac.uk>
14680      Branch: perl
14681            ! t/lib/selfstubber.t
14682 ____________________________________________________________________________
14683 [  9888] By: jhi                                   on 2001/04/27  16:20:54
14684         Log: Test tweak for #9886.
14685      Branch: perl
14686            ! t/lib/b-deparse.t
14687 ____________________________________________________________________________
14688 [  9887] By: jhi                                   on 2001/04/27  16:16:33
14689         Log: Buffering issue at least in Solaris (even with perlio).
14690      Branch: perl
14691            ! t/lib/selfstubber.t
14692 ____________________________________________________________________________
14693 [  9886] By: jhi                                   on 2001/04/27  14:59:23
14694         Log: Subject: [PATCH B::Deparse] Human-readable pragmas &c
14695              From: Robin Houston <robin@kitsite.com>
14696              Date: Fri, 27 Apr 2001 16:53:20 +0100
14697              Message-ID: <20010427165320.A30479@puffinry.freeserve.co.uk>
14698      Branch: perl
14699            ! ext/B/B/Deparse.pm
14700 ____________________________________________________________________________
14701 [  9885] By: jhi                                   on 2001/04/27  14:23:51
14702         Log: Update Changes.
14703      Branch: perl
14704            ! Changes patchlevel.h
14705 ____________________________________________________________________________
14706 [  9884] By: jhi                                   on 2001/04/27  14:14:12
14707         Log: Subject: [DOC PATCH bleadperl] Document underscores in numeric literals
14708              From: "Philip Newton" <pnewton@gmx.de>
14709              Date: Fri, 27 Apr 2001 16:40:13 +0200
14710              Message-ID: <3AE9A0ED.5248.CEA127@localhost>
14711      Branch: perl
14712            ! pod/perldata.pod
14713 ____________________________________________________________________________
14714 [  9883] By: jhi                                   on 2001/04/27  13:28:19
14715         Log: Add LOG_PERROR; prettify the "removed".
14716      Branch: perl
14717            ! ext/Sys/Syslog/Syslog.xs
14718 ____________________________________________________________________________
14719 [  9882] By: jhi                                   on 2001/04/27  13:13:18
14720         Log: h2xs tweaks: use NV instead of double, "quote" the removed
14721              prefixes for clarity (especially when nothing is removed),
14722              slight pod reformats.
14723      Branch: perl
14724            ! utils/h2xs.PL
14725 ____________________________________________________________________________
14726 [  9881] By: jhi                                   on 2001/04/27  12:58:48
14727         Log: Don't bother creating existing directories.
14728      Branch: perl
14729            ! utils/h2xs.PL
14730 ____________________________________________________________________________
14731 [  9880] By: jhi                                   on 2001/04/27  12:45:39
14732         Log: Subject: MakeMaker 'make test' weirdness -- fix for h2xs provided
14733              From: Mike Schilli <m@perlmeister.com>
14734              Date: Wed, 25 Apr 2001 01:29:21 -0700
14735              Message-id: <3AE68AE1.6A981723@perlmeister.com>
14736      Branch: perl
14737            ! utils/h2xs.PL
14738 ____________________________________________________________________________
14739 [  9879] By: jhi                                   on 2001/04/27  12:40:55
14740         Log: break is not yet Perl.  Added the template license also to README.
14741      Branch: perl
14742            ! utils/h2xs.PL
14743 ____________________________________________________________________________
14744 [  9878] By: jhi                                   on 2001/04/27  03:08:20
14745         Log: Subject: Re: [ID 20010426.003] Not OK: perl v5.7.1 +DEVEL9849 on i686-linux-thread-multi-64int-ld 2.2.13
14746              From: Tim Jenness <t.jenness@jach.hawaii.edu>
14747              Date: Thu, 26 Apr 2001 15:30:17 -1000 (HST)
14748              Message-ID: <Pine.LNX.4.33.0104261529300.13049-100000@lapaki.jach.hawaii.edu>
14749      Branch: perl
14750            ! t/lib/xs-typemap.t
14751 ____________________________________________________________________________
14752 [  9877] By: jhi                                   on 2001/04/26  23:54:40
14753         Log: Subject: [PATCH: utils/h2xs.PL (bleadperl)] Fill in details we're likely to know.
14754              From: "Abigail" <abigail@foad.org>
14755              Date: Fri, 27 Apr 2001 01:44:28 +0200
14756              Message-ID: <20010426234428.19786.qmail@foad.org>
14757      Branch: perl
14758            ! utils/h2xs.PL
14759 ____________________________________________________________________________
14760 [  9876] By: jhi                                   on 2001/04/26  23:52:06
14761         Log: Subject: [PATCH: perl@9865] vms specific tweak to new selfstubber.t
14762              From: Peter Prymmer <pvhp@forte.com>
14763              Date: Thu, 26 Apr 2001 17:41:58 -0700 (PDT)
14764              Message-ID: <Pine.OSF.4.10.10104261738370.338047-100000@aspara.forte.com>
14765      Branch: perl
14766            ! t/lib/selfstubber.t
14767 ____________________________________________________________________________
14768 [  9875] By: jhi                                   on 2001/04/26  23:48:10
14769         Log: Deparse nits.
14770      Branch: perl
14771            ! ext/B/B/Deparse.pm t/lib/b-deparse.t
14772 ____________________________________________________________________________
14773 [  9874] By: jhi                                   on 2001/04/26  22:46:05
14774         Log: Document ANYOF_CLASS.
14775      Branch: perl
14776            ! regcomp.h
14777 ____________________________________________________________________________
14778 [  9873] By: jhi                                   on 2001/04/26  22:35:03
14779         Log: Subject: Re: [PATCH @9846] dumping ANYOF
14780              From: Hugo <hv@crypt.compulink.co.uk>
14781              Date: Thu, 26 Apr 2001 23:33:38 +0100
14782              Message-Id: <200104262233.XAA22352@crypt.compulink.co.uk>
14783      Branch: perl
14784            ! regcomp.c regcomp.h
14785 ____________________________________________________________________________
14786 [  9872] By: jhi                                   on 2001/04/26  22:34:31
14787         Log: Subject: [PATCH] more for Devel::SelfStubber
14788              From: Nicholas Clark <nick@ccl4.org>
14789              Date: Fri, 27 Apr 2001 00:13:52 +0100
14790              Message-ID: <20010427001351.K88186@plum.flirble.org>
14791      Branch: perl
14792            ! lib/Devel/SelfStubber.pm lib/SelfLoader.pm t/lib/selfstubber.t
14793 ____________________________________________________________________________
14794 [  9871] By: jhi                                   on 2001/04/26  21:59:17
14795         Log: Subject: [PATCH B::Deparse] formats must be flush left
14796              From: Robin Houston <robin@kitsite.com>
14797              Date: Thu, 26 Apr 2001 23:54:29 +0100
14798              Message-ID: <20010426235429.A28747@puffinry.freeserve.co.uk>
14799      Branch: perl
14800            ! ext/B/B/Deparse.pm
14801 ____________________________________________________________________________
14802 [  9870] By: jhi                                   on 2001/04/26  21:57:37
14803         Log: If some of the constants are prefixes of others,
14804              the prefixes may never get recognized.  (See 20010426.006.)
14805      Branch: perl
14806            ! utils/h2xs.PL
14807 ____________________________________________________________________________
14808 [  9869] By: jhi                                   on 2001/04/26  21:50:42
14809         Log: Subject: [ID 20010426.006] Sys::Syslog ignores LOG_AUTH constant
14810              From: Chris Bongaarts <cab@tc.umn.edu>
14811              Date: Thu, 26 Apr 2001 17:10:31 -0500
14812              Message-Id: <iss.2042.3ae89cd7.6cfba.1@earth.tc.umn.edu>
14813      Branch: perl
14814            ! ext/Sys/Syslog/Syslog.xs
14815 ____________________________________________________________________________
14816 [  9868] By: jhi                                   on 2001/04/26  21:35:12
14817         Log: Further cuts and more docs from Graham Barr.
14818      Branch: perl
14819            ! ext/List/Util/lib/List/Util.pm
14820            ! ext/List/Util/lib/Scalar/Util.pm
14821 ____________________________________________________________________________
14822 [  9867] By: jhi                                   on 2001/04/26  21:18:57
14823         Log: Subject: [PATCH 5.7.1] DB_File-1.77
14824              From: "Paul Marquess" <Paul.Marquess@Openwave.com>
14825              Date: Thu, 26 Apr 2001 22:37:53 +0100
14826              Message-ID: <000a01c0ce99$269cc3e0$99dcfea9@bfs.phone.com>
14827      Branch: perl
14828            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
14829            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
14830 ____________________________________________________________________________
14831 [  9866] By: jhi                                   on 2001/04/26  21:12:31
14832         Log: Subject: [PATCH B::Deparse] fix easy bugs
14833              From: Robin Houston <robin@kitsite.com>
14834              Date: Thu, 26 Apr 2001 23:03:33 +0100
14835              Message-ID: <20010426230333.A28657@puffinry.freeserve.co.uk>
14836      Branch: perl
14837            ! ext/B/B/Deparse.pm
14838 ____________________________________________________________________________
14839 [  9865] By: jhi                                   on 2001/04/26  20:26:13
14840         Log: Update Changes.
14841      Branch: perl
14842            ! Changes patchlevel.h
14843 ____________________________________________________________________________
14844 [  9864] By: jhi                                   on 2001/04/26  19:27:48
14845         Log: Dethinko from Robin Houston.
14846      Branch: perl
14847            ! ext/B/B/Deparse.pm
14848 ____________________________________________________________________________
14849 [  9863] By: jhi                                   on 2001/04/26  19:10:35
14850         Log: Subject: [PATCH B::Deparse] C<$x = /(.)/> ne C<($x) = /(.)/>
14851              From: Robin Houston <robin@kitsite.com>
14852              Date: Thu, 26 Apr 2001 21:08:32 +0100
14853              Message-ID: <20010426210832.A28419@puffinry.freeserve.co.uk>
14854      Branch: perl
14855            ! ext/B/B/Deparse.pm
14856 ____________________________________________________________________________
14857 [  9862] By: jhi                                   on 2001/04/26  19:04:23
14858         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
14859              From: Robin Houston <robin@kitsite.com>
14860              Date: Thu, 26 Apr 2001 20:52:50 +0100
14861              Message-ID: <20010426205249.A28328@puffinry.freeserve.co.uk>
14862      Branch: perl
14863            ! ext/B/B/Deparse.pm
14864 ____________________________________________________________________________
14865 [  9861] By: jhi                                   on 2001/04/26  18:56:14
14866         Log: Subject: Re: [PATCH] UNIVERSAL shouldn't require Exporter
14867              From: Mike Guy <mjtg@cam.ac.uk>
14868              Date: Thu, 26 Apr 2001 14:22:40 +0100
14869              Message-Id: <E14sljE-0003X9-00@libra.cus.cam.ac.uk>
14870      Branch: perl
14871            ! pod/perlobj.pod
14872 ____________________________________________________________________________
14873 [  9860] By: jhi                                   on 2001/04/26  18:46:42
14874         Log: Subject: Re: [PATCH B::Deparse] fix string uninterpretation
14875              From: Robin Houston <robin@kitsite.com>
14876              Date: Thu, 26 Apr 2001 20:34:29 +0100
14877              Message-ID: <20010426203429.A28261@puffinry.freeserve.co.uk>
14878              
14879              Hashes do not interpolate.
14880      Branch: perl
14881            ! ext/B/B/Deparse.pm
14882 ____________________________________________________________________________
14883 [  9859] By: jhi                                   on 2001/04/26  18:43:51
14884         Log: Subject: The Time::Piece conspiracy unmasked!!!
14885              From: Mike Guy <mjtg@cam.ac.uk>
14886              Date: Thu, 26 Apr 2001 19:02:50 +0100
14887              Message-Id: <E14sq6M-0002g9-00@libra.cus.cam.ac.uk>
14888              
14889              Subject: [PATCH] that's enough UNIVERSAL stuff for one day ...
14890              From: Mike Guy <mjtg@cam.ac.uk>
14891              Date: Thu, 26 Apr 2001 19:08:21 +0100
14892              Message-Id: <E14sqBh-0002mI-00@libra.cus.cam.ac.uk>
14893              
14894              Subject: Re: [PATCH] that's enough UNIVERSAL stuff for one day ...
14895              From: Graham Barr <gbarr@pobox.com>
14896              Date: Thu, 26 Apr 2001 19:12:03 +0100
14897              Message-ID: <20010426191203.A70835@pobox.com>
14898              
14899              Eradicate UNIVERSAL (Mike) and remove the fallback Perl code (Graham)
14900      Branch: perl
14901            ! ext/List/Util/lib/List/Util.pm
14902            ! ext/List/Util/lib/Scalar/Util.pm ext/Time/Piece/Piece.pm gv.c
14903 ____________________________________________________________________________
14904 [  9858] By: jhi                                   on 2001/04/26  18:17:42
14905         Log: Subject: [PATCH t/comp/proto.t] disable correct warning
14906              From: Robin Houston <robin@kitsite.com>
14907              Date: Thu, 26 Apr 2001 16:09:35 +0100
14908              Message-ID: <20010426160934.A27140@puffinry.freeserve.co.uk>
14909      Branch: perl
14910            ! t/comp/proto.t
14911 ____________________________________________________________________________
14912 [  9857] By: jhi                                   on 2001/04/26  18:04:59
14913         Log: Subject: Re: [PATCH perldiag.pod] Re: [PATCH] Re: Useless use of constants other than 0,1 in void context?
14914              From: barries <barries@slaysys.com>
14915              Date: Thu, 26 Apr 2001 12:01:10 -0400
14916              Message-ID: <20010426120110.E29698@jester.slaysys.com>
14917      Branch: perl
14918            ! pod/perldiag.pod
14919 ____________________________________________________________________________
14920 [  9856] By: jhi                                   on 2001/04/26  18:03:33
14921         Log: Subject: [PATCH B::Deparse] fix string uninterpretation
14922              Date: Thu, 26 Apr 2001 17:13:41 +0100
14923              From: Robin Houston <robin@kitsite.com>
14924              Message-ID: <20010426171341.A27299@puffinry.freeserve.co.uk>
14925              
14926              Subject: Re: [PATCH B::Deparse] fix string uninterpretation
14927              From: Robin Houston <robin@kitsite.com>
14928              Date: Thu, 26 Apr 2001 18:44:29 +0100
14929              Message-ID: <20010426184429.A27734@puffinry.freeserve.co.uk>
14930      Branch: perl
14931            ! ext/B/B/Deparse.pm
14932 ____________________________________________________________________________
14933 [  9855] By: jhi                                   on 2001/04/26  17:56:04
14934         Log: Subject: [PATCH B::Deparse] filetests, open(my $x,...), warnings, formats &c
14935              From: Robin Houston <robin@kitsite.com>
14936              Date: Thu, 26 Apr 2001 17:04:08 +0100
14937              Message-ID: <20010426170408.A27257@puffinry.freeserve.co.uk>
14938      Branch: perl
14939            ! ext/B/B/Deparse.pm
14940 ____________________________________________________________________________
14941 [  9854] By: jhi                                   on 2001/04/26  17:47:26
14942         Log: Subject: Re: Short test case for undef %stash:: crash
14943              From: Benjamin Sugars <bsugars@canoe.ca> 
14944              Date: Mon, 23 Apr 2001 16:59:33 -0400 (EDT) 
14945              Message-ID: <Pine.LNX.4.21.0104231623520.790-100000@marmot.rim.canoe.ca>
14946              Changed and moved the perldiag entry.
14947      Branch: perl
14948            ! gv.c pod/perldiag.pod
14949 ____________________________________________________________________________
14950 [  9853] By: jhi                                   on 2001/04/26  14:35:16
14951         Log: Beginnings of strptime().  Do not touch the wet paint.
14952      Branch: perl
14953            ! ext/Time/Piece/Piece.pm t/lib/time-piece.t
14954 ____________________________________________________________________________
14955 [  9852] By: jhi                                   on 2001/04/26  13:17:21
14956         Log: Retract #9851, core dumps from pod2man.
14957      Branch: perl
14958            ! regcomp.c
14959 ____________________________________________________________________________
14960 [  9851] By: jhi                                   on 2001/04/26  11:54:41
14961         Log: (Retracted by #9852.)
14962              
14963              Subject: [PATCH @9846] dumping ANYOF
14964              From: Hugo <hv@crypt.compulink.co.uk>
14965              Date: Thu, 26 Apr 2001 05:32:38 +0100
14966              Message-Id: <200104260432.FAA12669@crypt.compulink.co.uk>
14967      Branch: perl
14968            ! regcomp.c
14969 ____________________________________________________________________________
14970 [  9850] By: jhi                                   on 2001/04/26  02:34:44
14971         Log: If ccflags was empty the _previous_ $* containing all the
14972              environment variables and Configure variables was used,
14973              which lead, among other bad things, into $ccflags being your
14974              uname -a output, which lead into test compile with cc failing,
14975              which lead into gcc being selected, which didn't work that well
14976              since gcc (ancient 2.8.1 in that particular box) wasn't too happy
14977              with large files, et cetera.
14978      Branch: perl
14979            ! hints/hpux.sh
14980 ____________________________________________________________________________
14981 [  9849] By: jhi                                   on 2001/04/26  01:44:57
14982         Log: Make selfstubber test more portable.
14983      Branch: perl
14984            ! t/lib/selfstubber.t
14985 ____________________________________________________________________________
14986 [  9848] By: jhi                                   on 2001/04/26  00:50:26
14987         Log: Subject: Re: [PATCH: perl@9841] fix a typo for Cwd.xs
14988              From: Benjamin Sugars <ben.sugars@home.com>
14989              Date: Wed, 25 Apr 2001 21:47:37 -0400 (EDT)
14990              Message-ID: <Pine.LNX.4.21.0104252145280.30055-100000@localhost.localdomain>
14991      Branch: perl
14992            ! ext/Cwd/Cwd.xs
14993 ____________________________________________________________________________
14994 [  9847] By: jhi                                   on 2001/04/26  00:46:58
14995         Log: Subject: [PATCH: perl@9841] VMS updates
14996              From: Peter Prymmer <pvhp@forte.com>
14997              Date: Wed, 25 Apr 2001 18:43:27 -0700 (PDT)
14998              Message-ID: <Pine.OSF.4.10.10104251842130.257877-100000@aspara.forte.com>
14999      Branch: perl
15000            ! README.vms configure.com vms/descrip_mms.template
15001            ! vms/ext/filespec.t
15002 ____________________________________________________________________________
15003 [  9846] By: jhi                                   on 2001/04/26  00:11:56
15004         Log: re 'debug' was broken by #9084.
15005      Branch: perl
15006            ! ext/re/re.xs
15007 ____________________________________________________________________________
15008 [  9845] By: jhi                                   on 2001/04/25  22:33:17
15009         Log: Subject: [PATCH] test for Devel::SelfStubber
15010              From: Nicholas Clark <nick@ccl4.org>
15011              Date: Thu, 26 Apr 2001 00:00:54 +0100
15012              Message-ID: <20010426000054.D89026@plum.flirble.org>
15013      Branch: perl
15014            + t/lib/selfstubber.t
15015            ! MANIFEST lib/Devel/SelfStubber.pm t/lib/1_compile.t
15016 ____________________________________________________________________________
15017 [  9844] By: jhi                                   on 2001/04/25  22:29:32
15018         Log: Subject: Re: [PATCH 5.7.1] B::Concise and extra variables
15019              From: Paul Johnson <paul@pjcj.net>
15020              Date: Thu, 26 Apr 2001 00:46:08 +0200
15021              Message-ID: <20010426004608.H2338@pjcj.net>
15022      Branch: perl
15023            ! ext/B/B/Concise.pm
15024 ____________________________________________________________________________
15025 [  9843] By: jhi                                   on 2001/04/25  22:28:28
15026         Log: Subject: [PATCH: perl@9841] fix a typo for Cwd.xs
15027              From: Peter Prymmer <pvhp@forte.com>
15028              Date: Wed, 25 Apr 2001 16:18:44 -0700 (PDT)
15029              Message-ID: <Pine.OSF.4.10.10104251614200.257877-100000@aspara.forte.com>
15030      Branch: perl
15031            ! ext/Cwd/Cwd.xs
15032 ____________________________________________________________________________
15033 [  9842] By: jhi                                   on 2001/04/25  20:58:12
15034         Log: Subject: Re: [ID 20010422.002] 5.7.1 Breaks "use Module(version)"
15035              From: John Peacock <jpeacock@rowman.com>
15036              Date: Wed, 25 Apr 2001 17:30:26 -0400
15037              Message-ID: <3AE741F2.B3217464@rowman.com>
15038      Branch: perl
15039            ! lib/Math/BigInt.pm t/lib/bigintpm.t
15040 ____________________________________________________________________________
15041 [  9841] By: jhi                                   on 2001/04/25  20:07:05
15042         Log: Update Changes.
15043      Branch: perl
15044            ! Changes patchlevel.h
15045 ____________________________________________________________________________
15046 [  9840] By: jhi                                   on 2001/04/25  19:56:51
15047         Log: Yet another HP-UX hints version from Merijn.
15048      Branch: perl
15049            ! hints/hpux.sh
15050 ____________________________________________________________________________
15051 [  9839] By: jhi                                   on 2001/04/25  19:53:04
15052         Log: abs_path() didn't terminate the filename correctly,
15053              in DIRNAMLENless systems like HP-UX this would fail.
15054      Branch: perl
15055            ! ext/Cwd/Cwd.xs
15056 ____________________________________________________________________________
15057 [  9838] By: jhi                                   on 2001/04/25  16:37:26
15058         Log: Subject: [PATCH] Re: Useless use of constants other than 0,1 in void context?
15059              From: Mike Guy <mjtg@cam.ac.uk>
15060              Date: Wed, 25 Apr 2001 18:31:47 +0100
15061              Message-Id: <E14sT8l-0004IE-00@libra.cus.cam.ac.uk>
15062      Branch: perl
15063            ! op.c
15064 ____________________________________________________________________________
15065 [  9837] By: jhi                                   on 2001/04/25  16:21:53
15066         Log: Subject: Re: patch to perl5db.pl (formatting of h h screen)
15067              From: Jon Eveland <jweveland@yahoo.com>
15068              Date: Wed, 25 Apr 2001 09:42:46 -0700 (PDT)
15069              Message-ID: <20010425164246.21611.qmail@web10405.mail.yahoo.com>
15070      Branch: perl
15071            ! lib/perl5db.pl
15072 ____________________________________________________________________________
15073 [  9836] By: jhi                                   on 2001/04/25  14:17:50
15074         Log: Subject: [PATCH bleadperl] Porting/patching.pod: update version number format
15075              From: "Philip Newton" <pnewton@gmx.de>
15076              Date: Wed, 25 Apr 2001 17:05:58 +0200
15077              Message-ID: <3AE703F6.3234.1833C45@localhost>
15078      Branch: perl
15079            ! Porting/patching.pod
15080 ____________________________________________________________________________
15081 [  9835] By: jhi                                   on 2001/04/25  13:58:07
15082         Log: It would seem that both ar and full_ar need to be overridden
15083              for HP-UX to avoid the GNU ar.
15084      Branch: perl
15085            ! hints/hpux.sh
15086 ____________________________________________________________________________
15087 [  9834] By: jhi                                   on 2001/04/25  13:50:40
15088         Log: Subject: Re: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
15089              From: "Philip Newton" <pnewton@gmx.de>
15090              Date: Wed, 25 Apr 2001 16:09:23 +0200
15091              Message-ID: <3AE6F6B3.30503.14F6DEB@localhost>
15092              
15093              Detypo.
15094      Branch: perl
15095            ! t/op/misc.t
15096 ____________________________________________________________________________
15097 [  9833] By: jhi                                   on 2001/04/25  12:36:11
15098         Log: In HP-UX set ar to /usr/bin/ar but only iff none set.
15099      Branch: perl
15100            ! hints/hpux.sh
15101 ____________________________________________________________________________
15102 [  9832] By: jhi                                   on 2001/04/25  12:33:36
15103         Log: New version of HP-UX hints from Merijn.
15104      Branch: perl
15105            ! hints/hpux.sh
15106 ____________________________________________________________________________
15107 [  9831] By: jhi                                   on 2001/04/25  03:39:45
15108         Log: Reintroduce the avoidance of mixing HP-UX cc and GNU ar.
15109      Branch: perl
15110            ! hints/hpux.sh
15111 ____________________________________________________________________________
15112 [  9830] By: jhi                                   on 2001/04/25  02:53:25
15113         Log: The tzname[] bit is not needed by util.c -- and causes
15114              heartburn in VMS (and it missing was probably the cause of
15115              the Mac OS X trouble).  Ouch.
15116      Branch: perl
15117            ! ext/POSIX/POSIX.xs util.c
15118 ____________________________________________________________________________
15119 [  9829] By: jhi                                   on 2001/04/25  00:10:06
15120         Log: Metaconfig unit change for #9828.
15121      Branch: metaconfig
15122            ! U/compline/ccflags.U
15123 ____________________________________________________________________________
15124 [  9828] By: jhi                                   on 2001/04/25  00:04:18
15125         Log: Allow setting cppflags hints.  This may affect Darwin (Mac OS X)
15126              (which is actually the reason for the change, we need to pass
15127              cppflags='-traditional-cpp' so that Errno builds right), Dynix/ptx,
15128              EP/IX, OS/2, and TitanOS, based on the hints files.
15129      Branch: perl
15130            ! Configure config_h.SH
15131 ____________________________________________________________________________
15132 [  9827] By: jhi                                   on 2001/04/24  23:49:20
15133         Log: makedepend.SH patch for AmigaOS from Jan-Erik Karlsson;
15134              the $cat must have an absolute path.
15135      Branch: perl
15136            ! makedepend.SH
15137 ____________________________________________________________________________
15138 [  9826] By: jhi                                   on 2001/04/24  23:40:53
15139         Log: 5.7.1-updated README.amiga from Jan-Erik Karlsson.
15140      Branch: perl
15141            ! README.amiga
15142 ____________________________________________________________________________
15143 [  9825] By: jhi                                   on 2001/04/24  23:35:35
15144         Log: Subject: [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexec
15145              From: "Philip Newton" <pnewton@gmx.de>
15146              Date: Tue, 24 Apr 2001 18:52:49 +0200
15147              Message-Id: <3AE5CB81.12234.1FC246F@localhost>
15148      Branch: perl
15149            ! x2p/find2perl.PL
15150 ____________________________________________________________________________
15151 [  9824] By: jhi                                   on 2001/04/24  23:33:07
15152         Log: New HP-UX hints from Jeff and Merijn, should work with IA-64.
15153              Some gcc specifics dropped out due to extensive rewriting;
15154              will be put back later as needed.
15155      Branch: perl
15156            ! hints/hpux.sh
15157 ____________________________________________________________________________
15158 [  9823] By: jhi                                   on 2001/04/24  23:27:57
15159         Log: Mac OS X patch for missing tzname definition from Paul Schinder.
15160      Branch: perl
15161            ! ext/POSIX/POSIX.xs
15162 ____________________________________________________________________________
15163 [  9822] By: jhi                                   on 2001/04/24  23:25:21
15164         Log: Subject: Re: [ID 20010421.032] Not OK: perl v5.7.1 +DEVEL9717 on sun4-solaris-64int-ld-stdio 2.8 (UNINSTALLED)
15165              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15166              Date: Tue, 24 Apr 2001 11:29:28 -1000 (HST)
15167              Message-ID: <Pine.LNX.4.30.0104241123020.5085-100000@lapaki.jach.hawaii.edu>
15168      Branch: perl
15169            ! ext/XS/Typemap/Typemap.xs
15170 ____________________________________________________________________________
15171 [  9821] By: jhi                                   on 2001/04/24  23:24:10
15172         Log: Subject: [PATCH: pod/perlport.pod] Updated email addresses.
15173              From: "Abigail" <abigail@foad.org>
15174              Date: Tue, 24 Apr 2001 23:12:03 +0200
15175              Message-ID: <20010424211203.7901.qmail@foad.org>
15176      Branch: perl
15177            ! pod/perlport.pod
15178 ____________________________________________________________________________
15179 [  9820] By: jhi                                   on 2001/04/24  23:23:15
15180         Log: Subject: [PATCH pod/perlfaq4.pod] Time::Piece additions
15181              From: Matt Sergeant <matt@sergeant.org>
15182              Date: Tue, 24 Apr 2001 16:48:17 +0100 (BST)
15183              Message-ID: <Pine.LNX.4.30.0104241645030.32279-100000@ted.sergeant.org>
15184      Branch: perl
15185            ! pod/perlfaq4.pod
15186 ____________________________________________________________________________
15187 [  9819] By: nick                                  on 2001/04/24  18:49:43
15188         Log: Integrate mainline.
15189      Branch: perlio
15190           +> t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
15191           !> (integrate 37 files)
15192 ____________________________________________________________________________
15193 [  9818] By: jhi                                   on 2001/04/24  14:35:23
15194         Log: Update Changes.
15195      Branch: perl
15196            ! Changes patchlevel.h
15197 ____________________________________________________________________________
15198 [  9817] By: jhi                                   on 2001/04/24  14:09:17
15199         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries 
15200              From: "Philip Newton" <pnewton@gmx.de>
15201              Date: Tue, 24 Apr 2001 12:58:12 +0200
15202              Message-ID: <3AE57864.8304.B77A0A@localhost> 
15203              
15204              plus add CPAN to the list of modules that have their own tests.
15205      Branch: perl
15206            ! t/lib/1_compile.t
15207 ____________________________________________________________________________
15208 [  9816] By: jhi                                   on 2001/04/24  14:07:03
15209         Log: Subject: Re: [PATCH t/lib/1_compile.t] Skipping known tested libraries
15210              From: Michael G Schwern <schwern@pobox.com>
15211              Date: Sat, 21 Apr 2001 22:35:00 +0100
15212              Message-ID: <20010421223500.N2946@blackrider.blackstar.co.uk>
15213      Branch: perl
15214            ! t/lib/1_compile.t
15215 ____________________________________________________________________________
15216 [  9815] By: jhi                                   on 2001/04/24  13:54:32
15217         Log: Subject: Re: [ID 20010423.006] Test failed in perl@9794
15218              From: Robin Houston <robin@kitsite.com>
15219              Date: Tue, 24 Apr 2001 15:51:18 +0100
15220              Message-ID: <20010424155118.A22913@puffinry.freeserve.co.uk>
15221      Branch: perl
15222            ! ext/B/B/Deparse.pm
15223 ____________________________________________________________________________
15224 [  9814] By: jhi                                   on 2001/04/24  13:17:34
15225         Log: Subject: Re: [ID 20010421.010] Perl 5.6.1 on Unixware 7
15226              From: Bill Glicker <billg@burrelles.com>
15227              Date: Tue, 24 Apr 2001 09:22:40 -0400 (EDT)
15228              Message-ID: <Pine.SCO.4.30.0104240918160.13514-100000@laura.burrelles.com>
15229      Branch: perl
15230            ! hints/svr5.sh
15231 ____________________________________________________________________________
15232 [  9813] By: jhi                                   on 2001/04/24  12:54:23
15233         Log: Prevent path disclosure (probing for existence of filenames)
15234              using suidperl; bug id 20010322.218.
15235      Branch: perl
15236            ! perl.c pod/perldiag.pod
15237 ____________________________________________________________________________
15238 [  9812] By: jhi                                   on 2001/04/24  12:08:36
15239         Log: Retract #9811.
15240      Branch: perl
15241            ! ext/POSIX/POSIX.xs
15242 ____________________________________________________________________________
15243 [  9811] By: jhi                                   on 2001/04/24  11:57:35
15244         Log: (Retracted by #9812.)
15245      Branch: perl
15246            ! ext/POSIX/POSIX.xs
15247 ____________________________________________________________________________
15248 [  9810] By: jhi                                   on 2001/04/24  03:32:35
15249         Log: Fix for 20010219.013, "perlio perl -we tell goes SEGV".
15250      Branch: perl
15251            ! util.c
15252 ____________________________________________________________________________
15253 [  9809] By: jhi                                   on 2001/04/24  03:16:13
15254         Log: The Math::BigFloat::import() was broken.
15255              (Fixes bug id 20010422.002.)
15256      Branch: perl
15257            ! lib/Math/BigFloat.pm
15258 ____________________________________________________________________________
15259 [  9808] By: jhi                                   on 2001/04/24  01:11:40
15260         Log: Additional dependencies; should help for parallel makes
15261              not to fail on missing lib/lib.pm or lib/re.pm.
15262      Branch: perl
15263            ! Makefile.SH
15264 ____________________________________________________________________________
15265 [  9807] By: jhi                                   on 2001/04/24  00:57:01
15266         Log: Update the test failure disclaimer.
15267      Branch: perl
15268            ! t/pragma/warn/pp_hot
15269 ____________________________________________________________________________
15270 [  9806] By: jhi                                   on 2001/04/24  00:54:04
15271         Log: Add make target "install-all" which is alias for "install"
15272              to cater for case-preserving filesystems like HFS+.
15273      Branch: perl
15274            ! INSTALL Makefile.SH
15275 ____________________________________________________________________________
15276 [  9805] By: jhi                                   on 2001/04/24  00:47:28
15277         Log: Subject: Re: 5.6.1 darwin Configure fails to extract Makefile
15278              From: Peter Prymmer <pvhp@forte.com>
15279              Date: Wed, 11 Apr 2001 10:43:52 -0700 (PDT)
15280              Message-ID: <Pine.OSF.4.10.10104111038480.113314-100000@aspara.forte.com>
15281              
15282              (Ken William's message forwarded from macosx@perl.org)
15283      Branch: perl
15284            ! hints/darwin.sh
15285 ____________________________________________________________________________
15286 [  9804] By: jhi                                   on 2001/04/23  23:57:35
15287         Log: Cut-and-pasto.
15288      Branch: perl
15289            ! perlio.c
15290 ____________________________________________________________________________
15291 [  9803] By: jhi                                   on 2001/04/23  23:52:25
15292         Log: More PerlIO robustness.
15293      Branch: perl
15294            ! perlio.c
15295 ____________________________________________________________________________
15296 [  9802] By: jhi                                   on 2001/04/23  23:43:35
15297         Log: Make the "STD* opened only for ..." errors more consistent.
15298      Branch: perl
15299            ! doio.c
15300 ____________________________________________________________________________
15301 [  9801] By: jhi                                   on 2001/04/23  23:34:26
15302         Log: Test case for #9800.
15303      Branch: perl
15304            ! t/op/misc.t
15305 ____________________________________________________________________________
15306 [  9800] By: jhi                                   on 2001/04/23  23:14:43
15307         Log: Avoid coredump on 'close STDERR; die' by making
15308              the PerlIO calls more robust.  Also use SETERRNO()
15309              instead of errno = to be more VMS-ready.
15310      Branch: perl
15311            ! perlio.c
15312 ____________________________________________________________________________
15313 [  9799] By: jhi                                   on 2001/04/23  21:41:10
15314         Log: Subject: test for ID 20010423.002
15315              From: Robin Houston <robin@kitsite.com>
15316              Date: Mon, 23 Apr 2001 16:52:21 +0100
15317              Message-ID: <20010423165221.A20739@puffinry.freeserve.co.uk>
15318      Branch: perl
15319            ! t/op/avhv.t
15320 ____________________________________________________________________________
15321 [  9798] By: jhi                                   on 2001/04/23  21:40:07
15322         Log: Subject: patch to installperl (change warn to print STDERR in sub yn)
15323              From: David Dyck <dcd@tc.fluke.com>
15324              Date: Mon, 23 Apr 2001 10:19:46 -0700 (PDT)
15325              Message-ID: <Pine.LNX.4.33.0104231018270.10985-100000@dd.tc.fluke.com>
15326      Branch: perl
15327            ! installperl
15328 ____________________________________________________________________________
15329 [  9797] By: jhi                                   on 2001/04/23  21:37:56
15330         Log: Subject: [PATCH] Implement Cwd::abs_path in XS
15331              From: Benjamin Sugars <bsugars@canoe.ca>
15332              Date: Mon, 23 Apr 2001 11:59:48 -0400 (EDT)
15333              Message-ID: <Pine.LNX.4.21.0104231151340.3238-100000@marmot.rim.canoe.ca>
15334      Branch: perl
15335            ! ext/Cwd/Cwd.xs lib/Cwd.pm
15336 ____________________________________________________________________________
15337 [  9796] By: jhi                                   on 2001/04/23  21:29:24
15338         Log: Synchronize h2xs and pod2man some more on the documentation
15339              templates they propose.
15340      Branch: perl
15341            ! pod/pod2man.PL utils/h2xs.PL
15342 ____________________________________________________________________________
15343 [  9795] By: jhi                                   on 2001/04/23  17:30:40
15344         Log: Add one more naughty test for base64; make encoding logic cleaner.
15345      Branch: perl
15346            ! t/lib/mimeb64.t
15347 ____________________________________________________________________________
15348 [  9794] By: jhi                                   on 2001/04/23  13:51:32
15349         Log: Update Changes.
15350      Branch: perl
15351            ! Changes patchlevel.h
15352 ____________________________________________________________________________
15353 [  9793] By: jhi                                   on 2001/04/23  13:44:18
15354         Log: Duplicate lines.
15355      Branch: perl
15356            ! MANIFEST
15357 ____________________________________________________________________________
15358 [  9792] By: jhi                                   on 2001/04/23  13:39:13
15359         Log: Subject: Re: PATCH 5.7.1
15360              From: Mark-Jason Dominus <mjd@plover.com>
15361              Date: Mon, 23 Apr 2001 10:30:21 -0400
15362              Message-ID: <20010423143021.17335.qmail@plover.com>
15363      Branch: perl
15364            ! perl.h sv.c
15365 ____________________________________________________________________________
15366 [  9791] By: jhi                                   on 2001/04/23  13:32:40
15367         Log: Add the CPAN.pm 1.59_54 tests.
15368      Branch: perl
15369            + t/lib/cpan-loadme.t t/lib/cpan-vcmp.t
15370            ! MANIFEST
15371 ____________________________________________________________________________
15372 [  9790] By: jhi                                   on 2001/04/23  13:21:55
15373         Log: Subject: Deparse nit
15374              From: Robin Houston <robin@kitsite.com>
15375              Date: Mon, 23 Apr 2001 12:38:20 +0100
15376              Message-ID: <20010423123820.A19945@puffinry.freeserve.co.uk>
15377      Branch: perl
15378            ! ext/B/B/Deparse.pm
15379 ____________________________________________________________________________
15380 [  9789] By: jhi                                   on 2001/04/23  13:19:07
15381         Log: Subject: [PATCH] bug 20010423.002
15382              From: Robin Houston <robin@kitsite.com>
15383              Date: Mon, 23 Apr 2001 13:12:30 +0100
15384              Message-ID: <20010423131230.A20074@puffinry.freeserve.co.uk>
15385      Branch: perl
15386            ! pp.c
15387 ____________________________________________________________________________
15388 [  9788] By: jhi                                   on 2001/04/23  13:02:49
15389         Log: Subject: PATCH [5.7.1] hv.c unused #define
15390              From: Mark-Jason Dominus <mjd@plover.com>
15391              Date: Sun, 22 Apr 2001 14:17:49 -0400
15392              Message-ID: <20010422181749.26976.qmail@plover.com>
15393      Branch: perl
15394            ! hv.c
15395 ____________________________________________________________________________
15396 [  9787] By: jhi                                   on 2001/04/23  13:02:02
15397         Log: Subject: PATCH 5.7.1
15398              From: Mark-Jason Dominus <mjd@plover.com>
15399              Date: Sun, 22 Apr 2001 15:12:57 -0400
15400              Message-ID: <20010422191258.6539.qmail@plover.com>
15401              
15402              plus Sarathy's STMT_START + STMT_END suggestion.
15403      Branch: perl
15404            ! perl.h
15405 ____________________________________________________________________________
15406 [  9786] By: jhi                                   on 2001/04/23  12:53:25
15407         Log: Fix for
15408              
15409              Subject: [ID 20010423.001] perlapi documentation inconsistency (SvGROW)
15410              From: dLux <dlux@spam.sch.bme.hu>
15411              Date: Mon, 23 Apr 2001 01:25:26 +0200
15412              Message-Id: <E14rTEM-0000CB-00@dl.sch.bme.hu>
15413              
15414              (SvGROW really does return a char *.)
15415      Branch: perl
15416            ! pod/perlapi.pod sv.h
15417 ____________________________________________________________________________
15418 [  9785] By: jhi                                   on 2001/04/23  04:34:04
15419         Log: Time::Piece work continues.  $t->day removed since
15420              I think it's too confusing.  Now has normal and
15421              abbreviated length weekday names and month names,
15422              the names change with _names(), not _list().
15423              Now has strftime() in Perl, _strftime() is
15424              the libc version (to which strftime() falls back
15425              if it doesn't know the format.  To do: the reverse
15426              of strftime, strptime(), and the localisation of both.
15427      Branch: perl
15428            ! ext/Time/Piece/Piece.pm ext/Time/Piece/Piece.xs
15429            ! t/lib/time-piece.t
15430 ____________________________________________________________________________
15431 [  9784] By: jhi                                   on 2001/04/23  02:41:46
15432         Log: Subject: Re: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using ' 
15433              From: andreas.koenig@anima.de (Andreas J. Koenig)
15434              Date: 23 Apr 2001 05:20:55 +0200
15435              Message-ID: <m3ofto5mjs.fsf@ak-71.mind.de>
15436      Branch: perl
15437            ! t/pragma/overload.t
15438 ____________________________________________________________________________
15439 [  9783] By: jhi                                   on 2001/04/22  23:32:42
15440         Log: Subject: [PATCH B::Deparse] Distinguish package variables, if necessary
15441              From: Robin Houston <robin@kitsite.com>
15442              Date: Mon, 23 Apr 2001 00:38:18 +0100
15443              Message-ID: <20010423003818.A19109@puffinry.freeserve.co.uk>
15444      Branch: perl
15445            ! ext/B/B/Deparse.pm
15446 ____________________________________________________________________________
15447 [  9782] By: jhi                                   on 2001/04/22  20:55:43
15448         Log: Subject: [PATCH] Re: [ID 20010422.003] Core dump in overloaded bool while using '
15449              From: Simon Cozens <simon@netthink.co.uk>
15450              Date: Sun, 22 Apr 2001 18:47:25 +0100
15451              Message-ID: <20010422184725.A14411@netthink.co.uk>
15452      Branch: perl
15453            ! sv.c t/pragma/overload.t
15454 ____________________________________________________________________________
15455 [  9781] By: jhi                                   on 2001/04/22  20:52:13
15456         Log: Subject: [PATCH] Support BEGIN blocks in B::Deparse (& more)
15457              From: Robin Houston <robin@kitsite.com>
15458              Date: Sun, 22 Apr 2001 22:14:50 +0100
15459              Message-ID: <20010422221450.A18921@puffinry.freeserve.co.uk>
15460      Branch: perl
15461            ! ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
15462 ____________________________________________________________________________
15463 [  9780] By: nick                                  on 2001/04/22  20:40:31
15464         Log: Integrate mainline.
15465      Branch: perlio
15466           +> t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
15467           +> t/lib/b-stash.t
15468           !> (integrate 38 files)
15469 ____________________________________________________________________________
15470 [  9779] By: jhi                                   on 2001/04/22  15:16:03
15471         Log: Subject: IO::Socket::INET patch
15472              From: andrew deryabin <djsf@technarchy.ru>
15473              Date: Sat, 21 Apr 2001 17:46:52 +0400
15474              Message-ID: <20010421174652.B1426@technarchy>
15475      Branch: perl
15476            ! ext/IO/lib/IO/Socket/INET.pm
15477 ____________________________________________________________________________
15478 [  9778] By: jhi                                   on 2001/04/22  15:14:33
15479         Log: Subject: Re: ANYOF_SIZE is wrong in 5.7.1 
15480              From: Mark-Jason Dominus <mjd@plover.com>
15481              Date: Sat, 21 Apr 2001 21:27:49 -0400
15482              Message-ID: <20010422012749.27024.qmail@plover.com>
15483      Branch: perl
15484            ! regcomp.c
15485 ____________________________________________________________________________
15486 [  9777] By: jhi                                   on 2001/04/22  15:10:51
15487         Log: Subject: Re: Regex debugger patch 
15488              From: Mark-Jason Dominus <mjd@plover.com>
15489              Date: Sat, 21 Apr 2001 21:48:51 -0400
15490              Message-ID: <20010422014851.27165.qmail@plover.com>
15491      Branch: perl
15492            ! pod/perldebguts.pod
15493 ____________________________________________________________________________
15494 [  9776] By: jhi                                   on 2001/04/22  15:09:48
15495         Log: Subject: Re: Regex debugger patch
15496              From: Mark-Jason Dominus <mjd@plover.com>
15497              Date: Sat, 21 Apr 2001 14:24:39 -0400
15498              Message-ID: <20010421182439.16508.qmail@plover.com>
15499              
15500              Regex debugger backend.
15501      Branch: perl
15502            ! regcomp.c regexp.h
15503 ____________________________________________________________________________
15504 [  9775] By: jhi                                   on 2001/04/21  16:45:40
15505         Log: Subject: [PATCH] Typo in utf8.h
15506              From: Jesús Quiroga <jquiroga@pobox.com>
15507              Date: Sat, 21 Apr 2001 19:25:33 +0200
15508              Message-Id: <5.0.2.1.1.20010421192107.01ce5a50@ix.netcorps.com>
15509      Branch: perl
15510            ! utf8.h
15511 ____________________________________________________________________________
15512 [  9774] By: jhi                                   on 2001/04/21  16:43:52
15513         Log: Subject: [ID 20010421.010] Perl 5.6.1 on Unixware 7
15514              From: Joe Orton <jorton@redhat.com>
15515              Date: Tue, 17 Apr 2001 15:50:43 +0100
15516              Message-Id: <20010417155043.D19132@eu.c2.net>
15517      Branch: perl
15518            ! hints/svr5.sh
15519 ____________________________________________________________________________
15520 [  9773] By: jhi                                   on 2001/04/21  15:30:15
15521         Log: Subject: Patch utils/h2xs.PL
15522              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
15523              Date: Sat, 21 Apr 2001 10:32:16 -0500
15524              Message-ID: <20010421103216.C14521@chaos.wustl.edu>
15525              
15526              Add MAILING list and LICENSE templates.
15527      Branch: perl
15528            ! utils/h2xs.PL
15529 ____________________________________________________________________________
15530 [  9772] By: jhi                                   on 2001/04/21  15:28:36
15531         Log: Subject: perlfaq2.patch for 5.7.1
15532              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
15533              Message-ID: <20010420164219.J3194@chaos.wustl.edu>
15534              Date: Fri, 20 Apr 2001 16:42:19 -0500
15535              
15536              rm an extra tab, a blurb about the xx.cpan to clarify
15537              which countries actually have that and dejanews is history
15538              as well as most of that nonsensical entry.
15539      Branch: perl
15540            ! pod/perlfaq2.pod
15541 ____________________________________________________________________________
15542 [  9771] By: jhi                                   on 2001/04/21  15:27:17
15543         Log: Subject: perlfaq1.patch for 5.7.1
15544              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
15545              Date: Fri, 20 Apr 2001 16:57:36 -0500
15546              Message-ID: <20010420165736.K3194@chaos.wustl.edu>
15547              
15548              Evil URLs must die. Especially when they are broken.
15549      Branch: perl
15550            ! pod/perlfaq1.pod
15551 ____________________________________________________________________________
15552 [  9770] By: jhi                                   on 2001/04/21  15:23:38
15553         Log: Subject: [PATCH ext/B/B.pm and tests] B::walksymtable improperly documented?
15554              From: Michael G Schwern <schwern@pobox.com>
15555              Date: Sat, 21 Apr 2001 16:11:12 +0100
15556              Message-ID: <20010421161112.L19736@blackrider.blackstar.co.uk>
15557      Branch: perl
15558            + t/lib/b-debug.t t/lib/b-deparse.t t/lib/b-showlex.t
15559            + t/lib/b-stash.t
15560            ! MANIFEST ext/B/B.pm t/lib/b.t
15561 ____________________________________________________________________________
15562 [  9769] By: jhi                                   on 2001/04/21  15:03:32
15563         Log: Subject: [PATCH utils/h2ph.PL] Confused by "#if &__GNUC_PREREQ (2,97)"
15564              From: Michael G Schwern <schwern@pobox.com>
15565              Date: Sat, 21 Apr 2001 09:48:00 +0100
15566              Message-ID: <20010421094759.B19736@blackrider.blackstar.co.uk>
15567      Branch: perl
15568            ! utils/h2ph.PL
15569 ____________________________________________________________________________
15570 [  9768] By: jhi                                   on 2001/04/21  14:33:49
15571         Log: PerlIO and Encode doc cleanup and tweaks.
15572      Branch: perl
15573            ! ext/Encode/Encode.pm ext/PerlIO/Scalar/Scalar.pm
15574            ! ext/PerlIO/Via/Via.pm lib/PerlIO.pm
15575 ____________________________________________________________________________
15576 [  9767] By: jhi                                   on 2001/04/21  12:40:16
15577         Log: Integrate perlio.
15578      Branch: perl
15579           !> doio.c
15580 ____________________________________________________________________________
15581 [  9766] By: nick                                  on 2001/04/20  18:28:35
15582         Log: Avoid core dump on
15583              open(STDOUT,">",\$foo);
15584      Branch: perlio
15585            ! doio.c
15586 ____________________________________________________________________________
15587 [  9765] By: jhi                                   on 2001/04/20  13:23:43
15588         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
15589              From: Robin Houston <robin@kitsite.com>
15590              Date: Fri, 20 Apr 2001 14:29:22 +0100
15591              Message-ID: <20010420142921.A14960@puffinry.freeserve.co.uk>
15592      Branch: perl
15593            ! ext/B/B.pm ext/B/B/Deparse.pm
15594 ____________________________________________________________________________
15595 [  9764] By: jhi                                   on 2001/04/20  13:19:33
15596         Log: Subject: [PATCH: perl@9742] avoid t/u-*.t test on platforms where List/Util was not built
15597              From: Peter Prymmer <pvhp@forte.com>
15598              Date: Thu, 19 Apr 2001 17:40:14 -0700 (PDT)
15599              Message-ID: <Pine.OSF.4.10.10104191737200.348917-100000@aspara.forte.com>
15600      Branch: perl
15601            ! t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
15602            ! t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
15603            ! t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
15604            ! t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
15605 ____________________________________________________________________________
15606 [  9763] By: jhi                                   on 2001/04/20  12:36:39
15607         Log: Subject: Re: A new PerlIO coredump
15608              From: Nick Ing-Simmons <nik@tiuk.ti.com>
15609              Date: Fri, 20 Apr 2001 14:29:41 +0100 (BST)
15610              Message-Id: <200104201329.OAA16021@mikado.tiuk.ti.com>
15611      Branch: perl
15612            ! doio.c
15613 ____________________________________________________________________________
15614 [  9762] By: jhi                                   on 2001/04/19  23:02:30
15615         Log: Update Changes.
15616      Branch: perl
15617            ! Changes patchlevel.h
15618 ____________________________________________________________________________
15619 [  9761] By: jhi                                   on 2001/04/19  22:59:19
15620         Log: More cleanup cleanup.
15621      Branch: perl
15622            ! Makefile.SH win32/Makefile win32/makefile.mk
15623 ____________________________________________________________________________
15624 [  9760] By: jhi                                   on 2001/04/19  22:50:31
15625         Log: lib/Time is non-empty, let's not rmdir it.
15626      Branch: perl
15627            ! Makefile.SH
15628 ____________________________________________________________________________
15629 [  9759] By: jhi                                   on 2001/04/19  22:36:51
15630         Log: Subject: Re: [abigail@foad.org: [ID 20000901.065] -MO=Deparse and $^W and $[ in same string.]
15631              From: Robin Houston <robin@kitsite.com>
15632              Date: Fri, 20 Apr 2001 00:18:53 +0100
15633              Message-ID: <20010420001853.A13350@puffinry.freeserve.co.uk>
15634      Branch: perl
15635            ! ext/B/B/Deparse.pm
15636 ____________________________________________________________________________
15637 [  9758] By: jhi                                   on 2001/04/19  22:36:00
15638         Log: Subject: [PATCH: perl@9742] void close_dir portability fix for Cwd.xs
15639              From: Peter Prymmer <pvhp@forte.com>
15640              Date: Thu, 19 Apr 2001 12:02:40 -0700 (PDT)
15641              Message-ID: <Pine.OSF.4.10.10104191158490.348917-100000@aspara.forte.com>
15642      Branch: perl
15643            ! ext/Cwd/Cwd.xs
15644 ____________________________________________________________________________
15645 [  9757] By: nick                                  on 2001/04/19  18:53:54
15646         Log: Blind (untested) integrate of mainline.
15647      Branch: perlio
15648           +> ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
15649           +> ext/Time/Piece/Piece.xs ext/Time/Piece/README
15650           +> ext/Time/Piece/Seconds.pm t/lib/time-piece.t
15651           !> (integrate 53 files)
15652 ____________________________________________________________________________
15653 [  9756] By: jhi                                   on 2001/04/19  16:59:23
15654         Log: Document and test Time::Piece.
15655      Branch: perl
15656            ! ext/POSIX/POSIX.xs ext/Time/Piece/Piece.pm
15657            ! ext/Time/Piece/Piece.xs t/lib/time-piece.t
15658 ____________________________________________________________________________
15659 [  9755] By: jhi                                   on 2001/04/19  12:13:29
15660         Log: A better fix for the \x{12345678} trouble from NI-S.
15661      Branch: perl
15662            ! utf8.c
15663 ____________________________________________________________________________
15664 [  9754] By: jhi                                   on 2001/04/19  11:56:07
15665         Log: Subject: PATCH: Propagate low byte of hints in cop.op_private
15666              From: Robin Houston <robin@kitsite.com>
15667              Date: Wed, 18 Apr 2001 17:58:33 +0100
15668              Message-ID: <20010418175833.B8976@puffinry.freeserve.co.uk>
15669      Branch: perl
15670            ! ext/B/B/Deparse.pm op.c
15671 ____________________________________________________________________________
15672 [  9753] By: jhi                                   on 2001/04/19  04:21:52
15673         Log: Subject: [PATCH] h2ph test suite bugfix and refactoring
15674              From: "Kurt D. Starsinic" <kstar@wolfetech.com>
15675              Date: Thu, 19 Apr 2001 01:11:41 -0400
15676              Message-ID: <20010419011141.A5798@cpan.org>
15677      Branch: perl
15678            ! t/lib/h2ph.h t/lib/h2ph.pht utils/h2ph.PL
15679 ____________________________________________________________________________
15680 [  9752] By: jhi                                   on 2001/04/19  02:41:10
15681         Log: The new time utils need to be thread-aware, too.
15682      Branch: perl
15683            ! util.c
15684 ____________________________________________________________________________
15685 [  9751] By: jhi                                   on 2001/04/19  02:26:47
15686         Log: Compilation nit noticed by AIX compiler.
15687      Branch: perl
15688            ! perlio.c
15689 ____________________________________________________________________________
15690 [  9750] By: jhi                                   on 2001/04/19  02:20:06
15691         Log: The new time utils need to be public.
15692      Branch: perl
15693            ! embed.pl
15694 ____________________________________________________________________________
15695 [  9749] By: jhi                                   on 2001/04/19  01:42:39
15696         Log: Regen toc.
15697      Branch: perl
15698            ! pod/perltoc.pod
15699 ____________________________________________________________________________
15700 [  9748] By: jhi                                   on 2001/04/19  01:41:10
15701         Log: Add Time::Piece, a slight rewrite of Time::Object,
15702              from Matt Sergeant.
15703      Branch: perl
15704            + ext/Time/Piece/Makefile.PL ext/Time/Piece/Piece.pm
15705            + ext/Time/Piece/Piece.xs ext/Time/Piece/README
15706            + ext/Time/Piece/Seconds.pm t/lib/time-piece.t
15707            ! MANIFEST configure.com djgpp/config.over epoc/config.sh
15708            ! hints/uts.sh hints/uwin.sh hints/vmesa.sh win32/Makefile
15709            ! win32/makefile.mk
15710 ____________________________________________________________________________
15711 [  9747] By: jhi                                   on 2001/04/19  00:55:35
15712         Log: The new metaconfig unit from strftime.
15713      Branch: metaconfig/U/perl
15714            + d_strftime.U
15715 ____________________________________________________________________________
15716 [  9746] By: jhi                                   on 2001/04/19  00:54:54
15717         Log: Move the strftime() wrapper from POSIX.xs to util.c
15718              as my_strftime(), requires HAS_STRFTIME.
15719      Branch: perl
15720            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
15721            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
15722            ! ext/POSIX/POSIX.xs proto.h uconfig.h uconfig.sh util.c
15723            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
15724            ! vos/config.ga.h win32/config.bc win32/config.gc
15725            ! win32/config.vc
15726 ____________________________________________________________________________
15727 [  9745] By: jhi                                   on 2001/04/18  23:11:03
15728         Log: Move the init_tm() and mini_mktime() up from POSIX.xs to util.c
15729              in preparation of Time::Piece.
15730      Branch: perl
15731            ! embed.h embed.pl ext/POSIX/POSIX.xs proto.h util.c
15732 ____________________________________________________________________________
15733 [  9744] By: jhi                                   on 2001/04/18  22:33:12
15734         Log: Subject: [PATCH: perl@9718] fix new exporter test to work OK on VMS
15735              From: Peter Prymmer <pvhp@forte.com>
15736              Date: Wed, 18 Apr 2001 15:38:28 -0700 (PDT)
15737              Message-ID: <Pine.OSF.4.10.10104181536440.272477-100000@aspara.forte.com>
15738      Branch: perl
15739            ! t/lib/exporter.t
15740 ____________________________________________________________________________
15741 [  9743] By: jhi                                   on 2001/04/18  22:32:23
15742         Log: Subject: Fwd: pod2html leaves cache files lying around?
15743              From: Rajesh Vaidheeswarran <rv@gnu.org>
15744              Date: Tue, 17 Apr 2001 09:35:00 -0400 (EDT)
15745              Message-Id: <E14pVdE-0004P0-00@fencepost.gnu.org>
15746      Branch: perl
15747            ! lib/Pod/Html.pm
15748 ____________________________________________________________________________
15749 [  9742] By: jhi                                   on 2001/04/18  20:31:49
15750         Log: Update Changes.
15751      Branch: perl
15752            ! Changes patchlevel.h
15753 ____________________________________________________________________________
15754 [  9741] By: jhi                                   on 2001/04/18  20:23:02
15755         Log: Declare hints only if needed.
15756      Branch: perl
15757            ! ext/B/B/Deparse.pm
15758 ____________________________________________________________________________
15759 [  9740] By: jhi                                   on 2001/04/18  19:06:05
15760         Log: Workaround for the "\x{12345678}" plus s/(.)/$1/g plus ord/length
15761              bug noticed by Robin Houston; basically the code of detecting
15762              value wraparound was acting differently under different compilers
15763              and platforms.  The workaround is to remove the overflow check
15764              for now, a real fix would be to do the overflow (portably) right.
15765      Branch: perl
15766            ! t/op/pat.t utf8.c
15767 ____________________________________________________________________________
15768 [  9739] By: jhi                                   on 2001/04/18  19:01:23
15769         Log: Subject: [PATCH B::Deparse] some pragma support
15770              From: Robin Houston <robin@kitsite.com>
15771              Date: Wed, 18 Apr 2001 19:32:12 +0100
15772              Message-ID: <20010418193212.A9184@puffinry.freeserve.co.uk>
15773      Branch: perl
15774            ! ext/B/B/Deparse.pm
15775 ____________________________________________________________________________
15776 [  9738] By: jhi                                   on 2001/04/18  15:16:37
15777         Log: Subject: [PATCH] Test case for C<undef %File::Glob::>
15778              From: Benjamin Sugars <bsugars@canoe.ca>
15779              Date: Wed, 18 Apr 2001 10:53:44 -0400 (EDT)
15780              Message-ID: <Pine.LNX.4.21.0104181047010.2368-100000@marmot.rim.canoe.ca>
15781      Branch: perl
15782            ! t/op/glob.t
15783 ____________________________________________________________________________
15784 [  9737] By: jhi                                   on 2001/04/18  13:24:50
15785         Log: Subject: [PATCH] XS::Typemap - T_OPAQUE
15786              From: Tim Jenness <t.jenness@jach.hawaii.edu>
15787              Date: Tue, 17 Apr 2001 22:49:25 -1000 (HST)
15788              Message-ID: <Pine.LNX.4.30.0104172247440.28672-100000@lapaki.jach.hawaii.edu>
15789      Branch: perl
15790            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
15791            ! ext/XS/Typemap/typemap lib/ExtUtils/typemap t/lib/xs-typemap.t
15792 ____________________________________________________________________________
15793 [  9736] By: jhi                                   on 2001/04/18  04:15:14
15794         Log: The #9735 also changes the subtest 12.
15795      Branch: perl
15796            ! t/lib/b.t
15797 ____________________________________________________________________________
15798 [  9735] By: jhi                                   on 2001/04/18  03:55:17
15799         Log: Subject: Deparse.pm of split(" ") decodes as /\s+/ (with PATCH)
15800              From: David Dyck <dcd@tc.fluke.com>
15801              Date: Tue, 17 Apr 2001 17:12:58 -0700 (PDT)
15802              Message-ID: <Pine.LNX.4.33.0104171508210.23062-100000@dd.tc.fluke.com>
15803      Branch: perl
15804            ! ext/B/B/Deparse.pm
15805 ____________________________________________________________________________
15806 [  9734] By: jhi                                   on 2001/04/18  03:54:11
15807         Log: Subject: [PATCH] foreach defelem magic should only be applied to PL_sv_undef
15808              From: Gisle Aas <gisle@ActiveState.com>
15809              Date: 17 Apr 2001 19:06:45 -0700
15810              Message-ID: <lrae5f9d1m.fsf@caliper.ActiveState.com>
15811      Branch: perl
15812            ! pp_hot.c t/op/misc.t
15813 ____________________________________________________________________________
15814 [  9733] By: jhi                                   on 2001/04/17  22:25:22
15815         Log: Subject: [PATCH: ext/Cwd/Cwd.xs & ext/PerlIO/Scalar/Scalar.xs] Missing prototype behaviour
15816              From: "Abigail" <abigail@foad.org>
15817              Date: Wed, 18 Apr 2001 01:17:46 +0200
15818              Message-ID: <20010417231746.21657.qmail@foad.org>
15819      Branch: perl
15820            ! ext/Cwd/Cwd.xs ext/PerlIO/Scalar/Scalar.xs
15821 ____________________________________________________________________________
15822 [  9732] By: jhi                                   on 2001/04/17  20:47:56
15823         Log: Subject: Re: Deparse - parenthesise args to undeclared subs
15824              From: Robin Houston <robin@kitsite.com>
15825              Date: Tue, 17 Apr 2001 22:37:42 +0100
15826              Message-ID: <20010417223742.A6681@puffinry.freeserve.co.uk>
15827      Branch: perl
15828            ! ext/B/B/Deparse.pm
15829 ____________________________________________________________________________
15830 [  9731] By: nick                                  on 2001/04/17  20:46:35
15831         Log: Re-sync for t/lib/b.t fix
15832      Branch: perlio
15833           !> ext/B/B/Deparse.pm t/lib/b.t t/lib/cwd.t
15834 ____________________________________________________________________________
15835 [  9730] By: jhi                                   on 2001/04/17  20:45:29
15836         Log: Subject: [PATCH B::Deparse] utf8 literal strings (and possibly a unicode/regex bug)
15837              From: Robin Houston <robin@kitsite.com>
15838              Date: Tue, 17 Apr 2001 22:29:36 +0100
15839              Message-ID: <20010417222936.A6644@puffinry.freeserve.co.uk>
15840      Branch: perl
15841            ! ext/B/B.xs ext/B/B/Deparse.pm
15842 ____________________________________________________________________________
15843 [  9729] By: jhi                                   on 2001/04/17  20:43:11
15844         Log: Subject: Deparse - parenthesise args to undeclared subs
15845              From: Robin Houston <robin@kitsite.com>
15846              Date: Tue, 17 Apr 2001 21:31:05 +0100
15847              Message-ID: <20010417213104.A6586@puffinry.freeserve.co.uk>
15848      Branch: perl
15849            ! ext/B/B/Deparse.pm
15850 ____________________________________________________________________________
15851 [  9728] By: jhi                                   on 2001/04/17  18:57:30
15852         Log: Subject: Re: [PATCH] Fix cwd.t when libpth contains symlinks
15853              From: Benjamin Sugars <ben.sugars@home.com>
15854              Date: Tue, 17 Apr 2001 15:27:28 -0400 (EDT)
15855              Message-ID: <Pine.LNX.4.21.0104171516090.22410-100000@localhost.localdomain>
15856      Branch: perl
15857            ! t/lib/cwd.t
15858 ____________________________________________________________________________
15859 [  9727] By: jhi                                   on 2001/04/17  18:20:20
15860         Log: Subject: [PATCH B::Deparse] ambient pragmas
15861              From: Robin Houston <robin@kitsite.com>
15862              Date: Tue, 17 Apr 2001 20:01:59 +0100
15863              Message-ID: <20010417200159.A4882@puffinry.freeserve.co.uk>
15864      Branch: perl
15865            ! ext/B/B/Deparse.pm t/lib/b.t
15866 ____________________________________________________________________________
15867 [  9726] By: nick                                  on 2001/04/17  16:33:51
15868         Log: Integrate mainline (t/lib/b.t fails test 2...)
15869      Branch: perlio
15870           +> ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
15871           +> ext/List/Util/README ext/List/Util/Util.xs
15872           +> ext/List/Util/lib/List/Util.pm
15873           +> ext/List/Util/lib/Scalar/Util.pm t/lib/exporter.t
15874           +> t/lib/u-blessed.t t/lib/u-dualvar.t t/lib/u-first.t
15875           +> t/lib/u-max.t t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
15876           +> t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
15877           +> t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
15878           !> (integrate 31 files)
15879 ____________________________________________________________________________
15880 [  9725] By: jhi                                   on 2001/04/17  12:14:24
15881         Log: Subject: multiple B::* changes
15882              From: Robin Houston <robin@kitsite.com>
15883              Date: Thu, 12 Apr 2001 20:12:27 +0100
15884              Message-ID: <20010412201226.A30940@puffinry.freeserve.co.uk>
15885      Branch: perl
15886            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Deparse.pm ext/B/O.pm
15887 ____________________________________________________________________________
15888 [  9724] By: jhi                                   on 2001/04/17  11:59:05
15889         Log: Thread-awareness from Doug MacEachern.
15890      Branch: perl
15891            ! ext/List/Util/Util.xs
15892 ____________________________________________________________________________
15893 [  9723] By: jhi                                   on 2001/04/17  11:57:41
15894         Log: Make the test more portable.
15895      Branch: perl
15896            ! t/lib/cwd.t
15897 ____________________________________________________________________________
15898 [  9722] By: jhi                                   on 2001/04/17  11:53:50
15899         Log: Subject: [PATCH] Fix cwd.t when libpth contains symlinks
15900              From: Benjamin Sugars <ben.sugars@home.com>
15901              Date: Mon, 16 Apr 2001 22:43:29 -0400 (EDT)
15902              Message-ID: <Pine.LNX.4.21.0104162234030.17949-100000@localhost.localdomain>
15903      Branch: perl
15904            ! t/lib/cwd.t
15905 ____________________________________________________________________________
15906 [  9721] By: jhi                                   on 2001/04/17  11:52:17
15907         Log: Subject: [PATCH] Fix core dump from undef %File::Glob::
15908              From: Benjamin Sugars <bsugars@canoe.ca>
15909              Date: Mon, 16 Apr 2001 13:23:59 -0400 (EDT)
15910              Message-ID: <Pine.LNX.4.21.0104161313160.1676-100000@marmot.rim.canoe.ca>
15911      Branch: perl
15912            ! op.c
15913 ____________________________________________________________________________
15914 [  9720] By: jhi                                   on 2001/04/17  11:35:42
15915         Log: Subject: [MacPerl-Porters] [PATCH] bsd_glob.c, gv.c fixes for Mac OS
15916              From: Chris Nandor <pudge@pobox.com>
15917              Date: Tue, 17 Apr 2001 00:30:49 -0400
15918              Message-Id: <p05100207b701768712de@[10.0.1.177]>
15919      Branch: perl
15920            ! ext/File/Glob/bsd_glob.c gv.c
15921 ____________________________________________________________________________
15922 [  9719] By: jhi                                   on 2001/04/17  11:32:13
15923         Log: Subject: [PATCH] Tweten->West
15924              From: Casey West <casey@geeknest.com>
15925              Date: Mon, 16 Apr 2001 12:11:22 -0400
15926              Message-ID: <20010416121122.B14554@stupid.geeknest.com>
15927      Branch: perl
15928            ! AUTHORS lib/Class/Struct.pm lib/Shell.pm lib/constant.pm
15929            ! pod/perltie.pod
15930 ____________________________________________________________________________
15931 [  9718] By: jhi                                   on 2001/04/16  03:22:52
15932         Log: Update Changes.
15933      Branch: perl
15934            ! Changes patchlevel.h
15935 ____________________________________________________________________________
15936 [  9717] By: jhi                                   on 2001/04/16  03:06:28
15937         Log: Regen toc.
15938      Branch: perl
15939            ! pod/perltoc.pod
15940 ____________________________________________________________________________
15941 [  9716] By: jhi                                   on 2001/04/16  02:58:42
15942         Log: Subject: [PATCH: perl@9699] updates to apidoc in utf8.c
15943              From: Prymmer/Kahn <pvhp@best.com>
15944              Date: Sun, 15 Apr 2001 20:47:45 -0700 (PDT)
15945              Message-ID: <Pine.BSF.4.21.0104152037470.8946-100000@shell8.ba.best.com>
15946      Branch: perl
15947            ! utf8.c
15948 ____________________________________________________________________________
15949 [  9715] By: jhi                                   on 2001/04/15  23:40:35
15950         Log: Subject: Re: Net::Ping patch, adds stream protocol
15951              From: bronson@rinspin.com (Scott Bronson)
15952              Date: Tue, 10 Apr 2001 23:58:33 -0700
15953              Message-ID: <20010410235833.N29719@rinspin.com>
15954      Branch: perl
15955            ! lib/Net/Ping.pm
15956 ____________________________________________________________________________
15957 [  9714] By: jhi                                   on 2001/04/15  23:31:46
15958         Log: Printing out the ok messages helps successful testing.
15959      Branch: perl
15960            ! t/lib/time-hires.t
15961 ____________________________________________________________________________
15962 [  9713] By: jhi                                   on 2001/04/15  21:43:24
15963         Log: Update Douglas Wegscheid's email.
15964      Branch: perl
15965            ! AUTHORS
15966 ____________________________________________________________________________
15967 [  9712] By: jhi                                   on 2001/04/15  21:40:41
15968         Log: Subject: [PATCH t/lib/exporter.t lib/Exporter/Heavy.pm] Testing Exporter
15969              From: Michael G Schwern <schwern@pobox.com>
15970              Date: Sat, 14 Apr 2001 22:40:50 +0100
15971              Message-ID: <20010414224050.A1872@blackrider.blackstar.co.uk>
15972      Branch: perl
15973            + t/lib/exporter.t
15974            ! MANIFEST lib/Exporter/Heavy.pm
15975 ____________________________________________________________________________
15976 [  9711] By: jhi                                   on 2001/04/15  21:39:21
15977         Log: Subject: [PATCH t/op/loopctl.t] Exit via last, part 1
15978              From: Michael G Schwern <schwern@pobox.com>
15979              Date: Sat, 14 Apr 2001 22:13:59 +0100
15980              Message-ID: <20010414221359.A413@blackrider.blackstar.co.uk>
15981      Branch: perl
15982            ! t/op/loopctl.t
15983 ____________________________________________________________________________
15984 [  9710] By: jhi                                   on 2001/04/15  21:30:19
15985         Log: Subject: [PATCH t/pragma/warnings.t] Doesn't skip RCS files
15986              From: Michael G Schwern <schwern@pobox.com>
15987              Date: Sat, 14 Apr 2001 22:05:32 +0100
15988              Message-ID: <20010414220531.A30178@blackrider.blackstar.co.uk>
15989      Branch: perl
15990            ! t/pragma/warnings.t
15991 ____________________________________________________________________________
15992 [  9709] By: jhi                                   on 2001/04/15  19:34:09
15993         Log: Integrate changes #9706,9707 from maintperl into mainline.
15994              
15995              change#7210 broke .packlist generation
15996              
15997              ExtUtils::Installed doesn't quote regex metacharacters in paths
15998              before using them in match; also make it work for dosish platforms
15999      Branch: perl
16000           !> lib/ExtUtils/Install.pm lib/ExtUtils/Installed.pm
16001 ____________________________________________________________________________
16002 [  9708] By: jhi                                   on 2001/04/15  19:31:01
16003         Log: Test also the scalar aspect of getitimer().
16004      Branch: perl
16005            ! t/lib/time-hires.t
16006 ____________________________________________________________________________
16007 [  9707] By: gsar                                  on 2001/04/15  17:24:20
16008         Log: ExtUtils::Installed doesn't quote regex metacharacters in paths
16009              before using them in match; also make it work for dosish platforms
16010      Branch: maint-5.6/perl
16011            ! lib/ExtUtils/Installed.pm
16012 ____________________________________________________________________________
16013 [  9706] By: gsar                                  on 2001/04/15  17:21:59
16014         Log: change#7210 broke .packlist generation (listed only filename
16015              rather than fully qualified path name)
16016      Branch: maint-5.6/perl
16017            ! lib/ExtUtils/Install.pm
16018 ____________________________________________________________________________
16019 [  9705] By: jhi                                   on 2001/04/15  12:36:33
16020         Log: Add interval timer (setitimer, getitimer) support to Time::HiRes.
16021      Branch: perl
16022            ! ext/Time/HiRes/HiRes.pm ext/Time/HiRes/HiRes.xs
16023            ! t/lib/time-hires.t
16024 ____________________________________________________________________________
16025 [  9704] By: jhi                                   on 2001/04/15  10:49:08
16026         Log: Subject: [PATCH: perl@9622]update perlebcdic.pod with UTF tbl; tweak utf8.pm
16027              From: Prymmer/Kahn <pvhp@best.com>
16028              Date: Sat, 14 Apr 2001 21:36:24 -0700 (PDT)
16029              Message-ID: <Pine.BSF.4.21.0104142127580.27582-100000@shell8.ba.best.com>
16030      Branch: perl
16031            ! lib/utf8.pm pod/perlebcdic.pod
16032 ____________________________________________________________________________
16033 [  9703] By: jhi                                   on 2001/04/15  02:26:26
16034         Log: I keep forgetting to sort MANIFEST.
16035      Branch: perl
16036            ! MANIFEST
16037 ____________________________________________________________________________
16038 [  9702] By: jhi                                   on 2001/04/15  02:07:47
16039         Log: Add Scalar-List-Utils 1.02, from Graham Barr.
16040              Now we have blessed, reftype, tainted, first, reduce, ...
16041      Branch: perl
16042            + ext/List/Util/ChangeLog ext/List/Util/Makefile.PL
16043            + ext/List/Util/README ext/List/Util/Util.xs
16044            + ext/List/Util/lib/List/Util.pm
16045            + ext/List/Util/lib/Scalar/Util.pm t/lib/u-blessed.t
16046            + t/lib/u-dualvar.t t/lib/u-first.t t/lib/u-max.t
16047            + t/lib/u-maxstr.t t/lib/u-min.t t/lib/u-minstr.t
16048            + t/lib/u-readonly.t t/lib/u-reduce.t t/lib/u-reftype.t
16049            + t/lib/u-sum.t t/lib/u-tainted.t t/lib/u-weak.t
16050            ! MANIFEST
16051 ____________________________________________________________________________
16052 [  9701] By: jhi                                   on 2001/04/14  15:05:25
16053         Log: Subject: RE: dprofpp.pl updates 
16054              From: Carl Eklof <CEklof@endeca.com>
16055              Date: Thu, 12 Apr 2001 18:45:46 -0400
16056              Message-ID: <D99914D9109BD411823800508BD957180E1269@exch01.ops.endeca.com>
16057      Branch: perl
16058            ! utils/dprofpp.PL
16059 ____________________________________________________________________________
16060 [  9700] By: jhi                                   on 2001/04/14  14:44:55
16061         Log: Do not just blindly add CR.
16062      Branch: perl
16063            ! Porting/makerel
16064 ____________________________________________________________________________
16065 [  9699] By: jhi                                   on 2001/04/13  13:17:01
16066         Log: Update Changes.
16067      Branch: perl
16068            ! Changes patchlevel.h
16069 ____________________________________________________________________________
16070 [  9698] By: jhi                                   on 2001/04/13  12:44:48
16071         Log: Integrate perlio.
16072      Branch: perl
16073           !> ext/PerlIO/Scalar/Scalar.xs
16074 ____________________________________________________________________________
16075 [  9697] By: jhi                                   on 2001/04/13  12:29:15
16076         Log: Add more debug output to the test.
16077      Branch: perl
16078            ! t/lib/cwd.t
16079 ____________________________________________________________________________
16080 [  9696] By: nick                                  on 2001/04/13  10:14:29
16081         Log: Fix core dump on binmode($fh,'Scalar')
16082      Branch: perlio
16083            ! ext/PerlIO/Scalar/Scalar.xs
16084 ____________________________________________________________________________
16085 [  9695] By: nick                                  on 2001/04/13  09:05:42
16086         Log: Integrate mainline
16087      Branch: perlio
16088           +> ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16089           +> ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
16090           +> t/lib/time-hires.t
16091           !> AUTHORS MANIFEST Makefile.SH Todo-5.6 configure.com
16092           !> ext/Digest/MD5/MD5.xs ext/File/Glob/Glob.pm
16093           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
16094           !> ext/File/Glob/bsd_glob.h ext/MIME/Base64/Base64.xs
16095           !> hints/uts.sh hints/vmesa.sh lib/Devel/SelfStubber.pm opcode.pl
16096           !> pod/perlfaq5.pod pp.c regexec.c t/comp/proto.t
16097           !> t/lib/md5-file.t t/op/pat.t win32/Makefile win32/makefile.mk
16098 ____________________________________________________________________________
16099 [  9694] By: jhi                                   on 2001/04/12  22:23:35
16100         Log: Integrate change #9693 from maintperl into mainline.
16101              
16102              $VERSION and Version() on the same line provokes a warning from
16103              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
16104      Branch: perl
16105           !> lib/Devel/SelfStubber.pm
16106 ____________________________________________________________________________
16107 [  9693] By: gsar                                  on 2001/04/12  21:55:56
16108         Log: $VERSION and Version() on the same line provokes a warning from
16109              CPAN.pm (from Jonathan Leffler <jleffler@informix.com>)
16110      Branch: maint-5.6/perl
16111            ! lib/Devel/SelfStubber.pm
16112 ____________________________________________________________________________
16113 [  9692] By: jhi                                   on 2001/04/12  13:54:00
16114         Log: This is at least 5.005.
16115      Branch: perl
16116            ! ext/Time/HiRes/HiRes.xs
16117 ____________________________________________________________________________
16118 [  9691] By: jhi                                   on 2001/04/12  13:37:20
16119         Log: Non-UNIX platforms extensions update.  (Well, UTS is UNIX.)
16120      Branch: perl
16121            ! Makefile.SH configure.com hints/uts.sh hints/vmesa.sh
16122            ! win32/Makefile win32/makefile.mk
16123 ____________________________________________________________________________
16124 [  9690] By: jhi                                   on 2001/04/12  01:34:46
16125         Log: Integrate Time::Hires 1.20 from Douglas E. Wegscheid.
16126      Branch: perl
16127            + ext/Time/HiRes/Changes ext/Time/HiRes/HiRes.pm
16128            + ext/Time/HiRes/HiRes.xs ext/Time/HiRes/Makefile.PL
16129            + t/lib/time-hires.t
16130            ! MANIFEST
16131 ____________________________________________________________________________
16132 [  9689] By: jhi                                   on 2001/04/12  00:28:39
16133         Log: Subject: [PATCH] Digest::MD5 on UTF8 strings
16134              From: Gisle Aas <gisle@ActiveState.com>
16135              Date: 11 Apr 2001 16:36:11 -0700
16136              Message-ID: <lrlmp7102c.fsf@caliper.ActiveState.com>
16137      Branch: perl
16138            ! ext/Digest/MD5/MD5.xs t/lib/md5-file.t
16139 ____________________________________________________________________________
16140 [  9688] By: jhi                                   on 2001/04/12  00:27:39
16141         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
16142              From: Gisle Aas <gisle@ActiveState.com>
16143              Date: 11 Apr 2001 11:13:24 -0700
16144              Message-ID: <lrbsq371a3.fsf@caliper.ActiveState.com>
16145      Branch: perl
16146            ! ext/MIME/Base64/Base64.xs
16147 ____________________________________________________________________________
16148 [  9687] By: jhi                                   on 2001/04/11  19:51:47
16149         Log: Slight update on the Todo list.  (Should integrate to Todo?) 
16150      Branch: perl
16151            ! Todo-5.6
16152 ____________________________________________________________________________
16153 [  9686] By: jhi                                   on 2001/04/11  16:54:25
16154         Log: Subject: [PATCH opcode.pl] Documentation of table format
16155              From: Simon Cozens <simon@netthink.co.uk>
16156              Date: Wed, 11 Apr 2001 12:59:31 +0100
16157              Message-ID: <20010411125931.A25681@netthink.co.uk>
16158      Branch: perl
16159            ! opcode.pl
16160 ____________________________________________________________________________
16161 [  9685] By: jhi                                   on 2001/04/11  16:53:15
16162         Log: Subject: [PATCH] prototype("CORE::recv")
16163              From: Simon Cozens <simon@netthink.co.uk>
16164              Date: Wed, 11 Apr 2001 13:24:35 +0100
16165              Message-ID: <20010411132435.A26169@netthink.co.uk>
16166      Branch: perl
16167            ! pp.c t/comp/proto.t
16168 ____________________________________________________________________________
16169 [  9684] By: jhi                                   on 2001/04/11  16:47:13
16170         Log: FAQ (and AUTHORS) update from Dan Carson: the information
16171              was several years obsolete, Term::Readkey has been updated
16172              to have the functionality.
16173      Branch: perl
16174            ! AUTHORS pod/perlfaq5.pod
16175 ____________________________________________________________________________
16176 [  9683] By: jhi                                   on 2001/04/11  12:15:46
16177         Log: Subject: Re: [PATCH] [ID 20010410.001] Not OK: perl v5.7.1 on i386-freebsd 4.3-rc (UNINSTALLED)
16178              From: Calle Dybedahl <calle@lysator.liu.se>
16179              Date: 10 Apr 2001 16:44:16 +0200
16180              Message-ID: <86d7akbyrj.fsf@tezcatlipoca.algonet.se>
16181      Branch: perl
16182            ! ext/MIME/Base64/Base64.xs
16183 ____________________________________________________________________________
16184 [  9682] By: jhi                                   on 2001/04/11  12:12:26
16185         Log: A more minimal fix for 20010410.006 from Hugo.
16186      Branch: perl
16187            ! regexec.c
16188 ____________________________________________________________________________
16189 [  9681] By: jhi                                   on 2001/04/11  11:34:23
16190         Log: Integrate changes #9678,9679 from maintline into mainperl.
16191              
16192              addendum to change#9676
16193              
16194              up $File::Glob::VERSION; add a note pointing out the version of
16195              the OpenBSD glob bsd_glob.c resembles
16196      Branch: perl
16197           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
16198           !> ext/File/Glob/bsd_glob.h
16199 ____________________________________________________________________________
16200 [  9680] By: jhi                                   on 2001/04/11  11:30:38
16201         Log: Bad test numbering in integrate in #9677.
16202              Fixes ID 20010411.001.
16203      Branch: perl
16204            ! t/op/pat.t
16205 ____________________________________________________________________________
16206 [  9679] By: gsar                                  on 2001/04/11  03:38:40
16207         Log: up $File::Glob::VERSION; add a note pointing out the version of
16208              the OpenBSD glob bsd_glob.c resembles
16209      Branch: maint-5.6/perl
16210            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
16211            ! ext/File/Glob/bsd_glob.h
16212 ____________________________________________________________________________
16213 [  9678] By: gsar                                  on 2001/04/11  03:09:48
16214         Log: addendum to change#9676: some missing changes from OpenBSD glob.c
16215              revision 1.8.10.1 found here:
16216              
16217              http://www.openbsd.org/cgi-bin/cvsweb/src/lib/libc/gen/glob.c
16218      Branch: maint-5.6/perl
16219            ! ext/File/Glob/bsd_glob.c
16220 ____________________________________________________________________________
16221 [  9677] By: jhi                                   on 2001/04/11  02:54:39
16222         Log: Integrate changes #9675,9676 from maintperl into mainline.
16223              
16224              fix for bug 20010410.006, undo change#7115
16225              
16226              port the OpenBSD glob() security patch
16227      Branch: perl
16228           !> ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
16229           !> ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h regexec.c
16230           !> t/op/pat.t
16231 ____________________________________________________________________________
16232 [  9676] By: gsar                                  on 2001/04/11  02:19:02
16233         Log: port the glob() security patch found at:
16234              
16235              ftp://ftp.openbsd.org/pub/OpenBSD/patches/2.8/common/025_glob.patch
16236              
16237              CERT advisory for the issue is here:
16238              
16239              http://www.cert.org/advisories/CA-2001-07.html
16240              
16241              Note that the security scare is only relevant for those who are
16242              foolish enough to build suidperl (which is now officially discouraged)
16243      Branch: maint-5.6/perl
16244            ! ext/File/Glob/Glob.pm ext/File/Glob/Glob.xs
16245            ! ext/File/Glob/bsd_glob.c ext/File/Glob/bsd_glob.h
16246 ____________________________________________________________________________
16247 [  9675] By: gsar                                  on 2001/04/10  23:52:11
16248         Log: fix for bug 20010410.006
16249              
16250              undo change#7115 (came into maint-5.6 as change#8156)
16251              
16252              add tests to keep it from coming back
16253      Branch: maint-5.6/perl
16254            ! regexec.c t/op/pat.t
16255 ____________________________________________________________________________
16256 [  9674] By: nick                                  on 2001/04/10  20:39:31
16257         Log: Integrate mainline
16258      Branch: perlio
16259           +> Porting/testall.atom
16260           !> MANIFEST t/lib/lc-all.t t/lib/lc-constants.t
16261           !> t/lib/lc-country.t t/lib/lc-currency.t t/lib/lc-language.t
16262           !> t/lib/lc-uk.t t/pod/find.t
16263 ____________________________________________________________________________
16264 [  9673] By: nick                                  on 2001/04/10  18:46:14
16265         Log: Integrate against change 9670 aka perl-5.7.1
16266      Branch: perlio
16267           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
16268           !> (integrate 53 files)
16269 ____________________________________________________________________________
16270 [  9672] By: jhi                                   on 2001/04/10  13:45:01
16271         Log: Add a script for doing cumulative profile of the test suite.
16272              (Requires ATOM, that is, Tru64.)
16273      Branch: perl
16274            + Porting/testall.atom
16275            ! MANIFEST
16276 ____________________________________________________________________________
16277 [  9671] By: jhi                                   on 2001/04/10  12:38:53
16278         Log: Missing std block.
16279      Branch: perl
16280            ! t/lib/lc-all.t t/lib/lc-constants.t t/lib/lc-country.t
16281            ! t/lib/lc-currency.t t/lib/lc-language.t t/lib/lc-uk.t
16282            ! t/pod/find.t
16283 ____________________________________________________________________________
16284 [  9670] By: jhi                                   on 2001/04/10  01:25:58
16285         Log: This is 5.7.1.
16286      Branch: perl
16287            ! patchlevel.h
16288 ____________________________________________________________________________
16289 [  9669] By: jhi                                   on 2001/04/10  01:09:14
16290         Log: Update Changes.
16291      Branch: perl
16292            ! Changes patchlevel.h
16293 ____________________________________________________________________________
16294 [  9668] By: jhi                                   on 2001/04/10  01:00:38
16295         Log: Regen toc.
16296      Branch: perl
16297            ! pod/perltoc.pod
16298 ____________________________________________________________________________
16299 [  9667] By: jhi                                   on 2001/04/10  00:52:16
16300         Log: Update perlhist.
16301      Branch: perl
16302            ! pod/perlhist.pod
16303 ____________________________________________________________________________
16304 [  9666] By: jhi                                   on 2001/04/09  23:38:59
16305         Log: Slight wording tweaks from Damian to #9658.
16306      Branch: perl
16307            ! pod/perlobj.pod
16308 ____________________________________________________________________________
16309 [  9665] By: jhi                                   on 2001/04/09  19:56:06
16310         Log: Subject: [PATCH perlutil.pod] Nit
16311              From: Simon Cozens <simon@netthink.co.uk>
16312              Date: Mon, 9 Apr 2001 20:29:44 +0100
16313              Message-ID: <20010409202944.A14796@the.earth.li>
16314      Branch: perl
16315            ! pod/perlutil.pod
16316 ____________________________________________________________________________
16317 [  9664] By: jhi                                   on 2001/04/09  19:54:42
16318         Log: Subject: Re: perl571delta.pod@9631
16319              From: Mike Guy <mjtg@cam.ac.uk>
16320              Date: Mon, 09 Apr 2001 18:09:14 +0100
16321              Message-Id: <E14mfAA-0006vi-00@libra.cus.cam.ac.uk>
16322      Branch: perl
16323            ! pod/perl571delta.pod
16324 ____________________________________________________________________________
16325 [  9663] By: jhi                                   on 2001/04/09  13:43:35
16326         Log: Update Changes.
16327      Branch: perl
16328            ! Changes patchlevel.h
16329 ____________________________________________________________________________
16330 [  9662] By: jhi                                   on 2001/04/09  13:24:46
16331         Log: tweak tweak.
16332      Branch: perl
16333            ! AUTHORS pod/perl571delta.pod
16334 ____________________________________________________________________________
16335 [  9661] By: jhi                                   on 2001/04/09  13:15:13
16336         Log: Thinko in manual patch applying.
16337      Branch: perl
16338            ! sv.c
16339 ____________________________________________________________________________
16340 [  9660] By: jhi                                   on 2001/04/09  13:07:53
16341         Log: Subject: Re: [PATCH perl@9424] isn't numeric warning 
16342              From: Robin Barker <rmb1@cise.npl.co.uk> 
16343              Date: Mon, 9 Apr 2001 14:58:04 +0100 (BST)
16344              Message-Id: <200104091358.OAA24811@tempest.npl.co.uk>
16345              
16346              (This corrects the case where the "isn't numeric" string contains \0s
16347              and is longer than the temporary buffer, and contains \0 at the point
16348              the string would be truncated by "...".) 
16349      Branch: perl
16350            ! sv.c
16351 ____________________________________________________________________________
16352 [  9659] By: jhi                                   on 2001/04/09  12:57:41
16353         Log: Upgrade to CGI.pm 2.753, from Lincoln Stein.
16354      Branch: perl
16355            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-esc.t
16356            ! t/lib/cgi-function.t t/lib/cgi-html.t
16357 ____________________________________________________________________________
16358 [  9658] By: jhi                                   on 2001/04/09  12:48:47
16359         Log: Subject: [PATCH] Partial rewrite of perlobj.pod
16360              From: Ilmari Karonen <iltzu@sci.fi>
16361              Date: Sun, 8 Apr 2001 23:14:29 +0300 (EET DST)
16362              Message-ID: <Pine.SOL.3.96.1010408224105.425E-100000@simpukka>
16363              
16364              Rearrange and rewrite the Method Invocation section
16365              to explain the concepts in nicer order.
16366      Branch: perl
16367            ! pod/perlobj.pod
16368 ____________________________________________________________________________
16369 [  9657] By: jhi                                   on 2001/04/09  12:35:58
16370         Log: Upgrade to podlators 1.09, from Russ Allbery.
16371      Branch: perl
16372            ! lib/Pod/Man.pm lib/Pod/Text.pm
16373 ____________________________________________________________________________
16374 [  9656] By: jhi                                   on 2001/04/09  12:31:53
16375         Log: perl571delta.
16376      Branch: perl
16377            ! Todo-5.6 pod/perl571delta.pod pod/perlunicode.pod
16378 ____________________________________________________________________________
16379 [  9655] By: jhi                                   on 2001/04/09  12:20:09
16380         Log: Subject: [PATCH: perl@9622] documentation tweaks for UTF-EBCDIC support
16381              From: Prymmer/Kahn <pvhp@best.com>
16382              Date: Mon, 9 Apr 2001 00:08:58 -0700 (PDT)
16383              Message-ID: <Pine.BSF.4.21.0104090006190.21071-100000@shell8.ba.best.com>
16384      Branch: perl
16385            ! lib/utf8.pm pod/perlunicode.pod
16386 ____________________________________________________________________________
16387 [  9654] By: gsar                                  on 2001/04/09  03:38:33
16388         Log: here lies 5.6.1
16389      Branch: maint-5.6/perl
16390            ! Changes
16391 ____________________________________________________________________________
16392 [  9653] By: jhi                                   on 2001/04/09  03:25:24
16393         Log: Update perlhist.
16394      Branch: perl
16395            ! pod/perlhist.pod
16396 ____________________________________________________________________________
16397 [  9652] By: jhi                                   on 2001/04/09  03:18:49
16398         Log: perl571delta tweaking continues.
16399      Branch: perl
16400            ! pod/perl571delta.pod
16401 ____________________________________________________________________________
16402 [  9651] By: gsar                                  on 2001/04/09  03:11:19
16403         Log: update Changes, patchlevel.h &c.
16404      Branch: maint-5.6/perl
16405            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
16406            ! pod/perltoc.pod
16407 ____________________________________________________________________________
16408 [  9650] By: jhi                                   on 2001/04/09  02:40:24
16409         Log: Integrate the perlfork half of #9513 from maintperl into mainline
16410              (the perlunicode half is obsolete)
16411      Branch: perl
16412            ! pod/perlfork.pod
16413 ____________________________________________________________________________
16414 [  9649] By: gsar                                  on 2001/04/09  02:35:43
16415         Log: tweak perldelta as suggested by Jarkko
16416      Branch: maint-5.6/perl
16417            ! pod/perldelta.pod
16418 ____________________________________________________________________________
16419 [  9648] By: jhi                                   on 2001/04/09  02:13:04
16420         Log: Integrate change #9646 from maintperl into mainline.
16421              
16422              add note about ithreads and Thread.pm
16423      Branch: perl
16424           !> ext/Thread/Thread.pm ext/Thread/Thread.xs
16425 ____________________________________________________________________________
16426 [  9647] By: jhi                                   on 2001/04/09  02:10:18
16427         Log: Bad assumption that shortsize == 2.
16428      Branch: perl
16429            ! t/lib/xs-typemap.t
16430 ____________________________________________________________________________
16431 [  9646] By: gsar                                  on 2001/04/09  00:48:04
16432         Log: add note about ithreads and Thread.pm (too many people are
16433              confused by the fact that Thread.pm is built and installed
16434              under non-5005threads but doesn't work)
16435      Branch: maint-5.6/perl
16436            ! ext/Thread/Thread.pm ext/Thread/Thread.xs
16437 ____________________________________________________________________________
16438 [  9645] By: gsar                                  on 2001/04/09  00:19:03
16439         Log: update perldelta.pod for changes in 5.6.1
16440      Branch: maint-5.6/perl
16441            ! Changes pod/perldelta.pod
16442 ____________________________________________________________________________
16443 [  9644] By: jhi                                   on 2001/04/08  20:37:00
16444         Log: Integrate change #9639 from maintperl into mainline:
16445              on windows, many of the README.* pods were being copied to
16446              the wrong location
16447      Branch: perl
16448           !> win32/Makefile win32/makefile.mk
16449 ____________________________________________________________________________
16450 [  9643] By: jhi                                   on 2001/04/08  20:07:11
16451         Log: Integrate change #9624 from maintperl into mainline:
16452              the pod tests were not okay.  (t/pod/find.t changes ignored)
16453      Branch: perl
16454           !> lib/Pod/Find.pm t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
16455           !> t/pod/include.t t/pod/included.t t/pod/lref.t
16456           !> t/pod/multiline_items.t t/pod/nested_items.t
16457           !> t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
16458           !> t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
16459 ____________________________________________________________________________
16460 [  9642] By: jhi                                   on 2001/04/08  19:57:17
16461         Log: Integrate change #9638 from maintperl into mainline:
16462              update to latest JPL from the anoncvs repository
16463      Branch: perl
16464           +> jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
16465           !> MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
16466           !> jpl/PerlInterpreter/PerlInterpreter.h jpl/README
16467 ____________________________________________________________________________
16468 [  9641] By: jhi                                   on 2001/04/08  19:53:30
16469         Log: perl571delta updates.
16470      Branch: perl
16471            ! lib/Filter/Simple.pm pod/perl571delta.pod
16472 ____________________________________________________________________________
16473 [  9640] By: gsar                                  on 2001/04/08  19:20:46
16474         Log: integrate change#9634 from mainline
16475              
16476              Fix the perlmodlib generation (didn't understand separate .pod
16477              files; didn't understand -- as the name-thing separator).
16478              Update the CPAN mirrors list.
16479      Branch: maint-5.6/perl
16480            ! pod/perlmodlib.pod
16481           !> pod/perlmodlib.PL
16482 ____________________________________________________________________________
16483 [  9639] By: gsar                                  on 2001/04/08  18:57:31
16484         Log: on windows, many of the README.* pods were being copied to the wrong
16485              location
16486      Branch: maint-5.6/perl
16487            ! win32/Makefile win32/makefile.mk
16488 ____________________________________________________________________________
16489 [  9638] By: gsar                                  on 2001/04/08  18:38:25
16490         Log: update to latest JPL from the anoncvs repository
16491      Branch: maint-5.6/perl
16492            + jpl/ChangeLog jpl/README.JUST-JNI jpl/docs/Tutorial.pod
16493            ! MANIFEST jpl/JNI/JNI.pm jpl/JNI/JNI.xs jpl/JNI/Makefile.PL
16494            ! jpl/PerlInterpreter/PerlInterpreter.h jpl/README
16495 ____________________________________________________________________________
16496 [  9637] By: jhi                                   on 2001/04/08  17:53:53
16497         Log: Britishify spellings; s/\b(front|back) (end)\b/\1\2/g;
16498      Branch: perl
16499            ! pod/perl571delta.pod
16500 ____________________________________________________________________________
16501 [  9636] By: jhi                                   on 2001/04/08  17:18:32
16502         Log: Regen toc.
16503      Branch: perl
16504            ! pod/perltoc.pod
16505 ____________________________________________________________________________
16506 [  9635] By: jhi                                   on 2001/04/08  17:16:33
16507         Log: Subject: [PATCH perl@9622] fix IO.xs compile failure on VMS
16508              From: "Craig A. Berry" <craigberry@mac.com>
16509              Date: Sun, 08 Apr 2001 12:30:16 -0500
16510              Message-Id: <5.0.2.1.0.20010408120154.02675eb8@exchi01>
16511      Branch: perl
16512            ! ext/IO/IO.xs lib/ExtUtils/xsubpp
16513 ____________________________________________________________________________
16514 [  9634] By: jhi                                   on 2001/04/08  17:09:19
16515         Log: Fix the perlmodlib generation (didn't understand separate .pod
16516              files; didn't understand -- as the name-thing separator).
16517              
16518              Update the CPAN mirrors list.
16519      Branch: perl
16520            ! pod/perlmodlib.PL pod/perlmodlib.pod
16521 ____________________________________________________________________________
16522 [  9633] By: jhi                                   on 2001/04/08  16:49:17
16523         Log: Sort MANIFEST.
16524      Branch: perl
16525            ! MANIFEST
16526 ____________________________________________________________________________
16527 [  9632] By: gsar                                  on 2001/04/08  16:36:06
16528         Log: add $Tie::RefHash::VERSION
16529      Branch: maint-5.6/perl
16530            ! lib/Tie/RefHash.pm
16531 ____________________________________________________________________________
16532 [  9631] By: jhi                                   on 2001/04/08  16:10:15
16533         Log: perl571delta updates based on p5p feedback; still needs
16534              lots of examples.
16535      Branch: perl
16536            ! pod/perl571delta.pod
16537 ____________________________________________________________________________
16538 [  9630] By: jhi                                   on 2001/04/08  15:59:13
16539         Log: Update the list of supported platforms to talk about 5.7.1
16540              (and 5.6.1)
16541      Branch: perl
16542            ! pod/perlport.pod
16543 ____________________________________________________________________________
16544 [  9629] By: jhi                                   on 2001/04/08  15:55:41
16545         Log: Integrate changes #8677,8680,8681,8725,8732,8776,8782,9290
16546              from maintperl into mainline: perlport updates.
16547      Branch: perl
16548            ! pod/perlport.pod
16549 ____________________________________________________________________________
16550 [  9628] By: jhi                                   on 2001/04/08  15:53:17
16551         Log: perlsolaris.pod copied to wrong directory.
16552      Branch: perl
16553            ! win32/makefile.mk
16554 ____________________________________________________________________________
16555 [  9627] By: jhi                                   on 2001/04/08  14:48:18
16556         Log: Subject: Typos in perl571delta.pod
16557              From: "Stephen P. Potter" <spp@spotter.yi.org>
16558              Date: Sat, 07 Apr 2001 20:37:05 -0400
16559              Message-Id: <20010408003710.2A8FC729DD@belgarath.spotter.yi.org>
16560      Branch: perl
16561            ! pod/perl571delta.pod
16562 ____________________________________________________________________________
16563 [  9626] By: jhi                                   on 2001/04/08  14:39:04
16564         Log: Smoke out dTHR, spotted by by Stephen P. Potter.
16565      Branch: perl
16566            ! gv.c
16567 ____________________________________________________________________________
16568 [  9625] By: nick                                  on 2001/04/08  10:14:23
16569         Log: Integrate mainline
16570      Branch: perlio
16571           +> pod/perl570delta.pod pod/perl571delta.pod
16572           !> (integrate 27 files)
16573 ____________________________________________________________________________
16574 [  9624] By: gsar                                  on 2001/04/08  06:08:17
16575         Log: test in t/pod/* were busted
16576              
16577              these tests are still not enabled in t/{harness,TEST}
16578      Branch: maint-5.6/perl
16579            ! lib/Pod/Find.pm t/pod/emptycmd.t t/pod/find.t t/pod/for.t
16580            ! t/pod/headings.t t/pod/include.t t/pod/included.t t/pod/lref.t
16581            ! t/pod/multiline_items.t t/pod/nested_items.t
16582            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
16583            ! t/pod/poderrs.t t/pod/podselect.t t/pod/special_seqs.t
16584 ____________________________________________________________________________
16585 [  9623] By: gsar                                  on 2001/04/08  03:37:01
16586         Log: integrate change#9470 from mainline
16587              
16588              Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
16589      Branch: maint-5.6/perl
16590           !> ext/Socket/Socket.xs
16591 ____________________________________________________________________________
16592 [  9622] By: jhi                                   on 2001/04/07  22:40:47
16593         Log: Update Changes.
16594      Branch: perl
16595            ! Changes patchlevel.h
16596 ____________________________________________________________________________
16597 [  9621] By: jhi                                   on 2001/04/07  22:34:16
16598         Log: Update AUTHORS.
16599      Branch: perl
16600            ! AUTHORS
16601 ____________________________________________________________________________
16602 [  9620] By: jhi                                   on 2001/04/07  22:12:47
16603         Log: Forgot to bump the number of tests in #9164.
16604      Branch: perl
16605            ! t/op/array.t
16606 ____________________________________________________________________________
16607 [  9619] By: jhi                                   on 2001/04/07  22:09:50
16608         Log: Bump patchlevel to 5.7.1.
16609      Branch: perl
16610            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
16611            ! config_h.SH patchlevel.h
16612 ____________________________________________________________________________
16613 [  9618] By: jhi                                   on 2001/04/07  22:02:41
16614         Log: Populate perl571delta.
16615      Branch: perl
16616            ! pod/perl571delta.pod
16617 ____________________________________________________________________________
16618 [  9617] By: jhi                                   on 2001/04/07  22:01:23
16619         Log: Change 5.7.0 to 5.7.1 in some of the places I would be guaranteed
16620              to forget it later; do not change patchlevel.h yet or regenerate
16621              Configure yet.
16622      Branch: perl
16623            ! epoc/config.sh win32/Makefile win32/config_H.bc
16624            ! win32/config_H.gc win32/config_H.vc win32/makefile.mk
16625 ____________________________________________________________________________
16626 [  9616] By: jhi                                   on 2001/04/07  17:46:33
16627         Log: Add PerlIO and Encode information to perl571delta, fron NI-S.
16628      Branch: perl
16629            ! pod/perl571delta.pod
16630 ____________________________________________________________________________
16631 [  9615] By: jhi                                   on 2001/04/07  17:33:21
16632         Log: Change the toc configuration.
16633      Branch: perl
16634            ! pod/buildtoc.PL pod/perl.pod
16635 ____________________________________________________________________________
16636 [  9614] By: jhi                                   on 2001/04/07  17:29:47
16637         Log: Subject: PATCH: $[
16638              From: Robin Houston <robin@kitsite.com>
16639              Date: Fri, 6 Apr 2001 18:10:14 +0100
16640              Message-ID: <20010406181014.A18803@puffinry.freeserve.co.uk>
16641      Branch: perl
16642            ! op.c t/op/array.t
16643 ____________________________________________________________________________
16644 [  9613] By: jhi                                   on 2001/04/07  17:28:26
16645         Log: Subject: [PATCH perl@9424] isn't numeric warning
16646              From: Robin Barker <rmb1@cise.npl.co.uk>
16647              Date: Fri, 6 Apr 2001 18:08:52 +0100 (BST)
16648              Message-Id: <200104061708.SAA06783@tempest.npl.co.uk>
16649      Branch: perl
16650            ! sv.c t/pragma/warn/sv
16651 ____________________________________________________________________________
16652 [  9612] By: jhi                                   on 2001/04/07  17:26:45
16653         Log: Subject: [PATCH bleadperl] Re: [PATCH dump.c] hash quality
16654              From: Mike Guy <mjtg@cam.ac.uk>
16655              Date: Fri, 06 Apr 2001 12:47:06 +0100
16656              Message-Id: <E14lUhm-0000rx-00@libra.cus.cam.ac.uk>
16657      Branch: perl
16658            ! dump.c t/lib/peek.t
16659 ____________________________________________________________________________
16660 [  9611] By: jhi                                   on 2001/04/07  17:21:35
16661         Log: Create perl571delta and seed it off with the perldelta changes
16662              since 5.7.0; remove those changes from perldelta and rename it
16663              as perl570delta; recreate perldelta but leave it almost empty.
16664      Branch: perl
16665            + pod/perl570delta.pod pod/perl571delta.pod
16666            ! MANIFEST pod/perldelta.pod
16667 ____________________________________________________________________________
16668 [  9610] By: jhi                                   on 2001/04/07  16:56:32
16669         Log: Denit.
16670      Branch: perl
16671            ! pod/perldelta.pod
16672 ____________________________________________________________________________
16673 [  9609] By: jhi                                   on 2001/04/07  16:38:32
16674         Log: Retract #9523: needs more thought.
16675      Branch: perl
16676            ! Makefile.SH
16677 ____________________________________________________________________________
16678 [  9608] By: jhi                                   on 2001/04/07  14:59:20
16679         Log: atmark() code cleanaup.
16680      Branch: perl
16681            ! ext/IO/IO.xs
16682 ____________________________________________________________________________
16683 [  9607] By: jhi                                   on 2001/04/07  14:48:14
16684         Log: Integrate change #9605 from maintperl into mainline.
16685              
16686              can't optimize away scope entry if tr/// is present
16687      Branch: perl
16688           !> op.c t/op/tr.t
16689 ____________________________________________________________________________
16690 [  9606] By: jhi                                   on 2001/04/07  14:43:59
16691         Log: Integrate perlio.
16692      Branch: perl
16693           +> win32/FindExt.pm
16694           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c t/lib/md5-file.t
16695           !> win32/buildext.pl win32/config_sh.PL win32/makefile.mk
16696 ____________________________________________________________________________
16697 [  9605] By: gsar                                  on 2001/04/07  11:52:40
16698         Log: can't optimize away scope entry if tr/// is present
16699      Branch: maint-5.6/perl
16700            ! op.c t/op/tr.t
16701 ____________________________________________________________________________
16702 [  9604] By: nick                                  on 2001/04/07  11:39:45
16703         Log: Split out extension finding code from buildext.pl into FindExt.pm
16704              Use it to get Config.pm's idea of available extensions in line
16705              with what is built.
16706      Branch: perlio
16707            + win32/FindExt.pm
16708            ! MANIFEST win32/buildext.pl win32/config_sh.PL
16709            ! win32/makefile.mk
16710 ____________________________________________________________________________
16711 [  9603] By: nick                                  on 2001/04/07  09:11:38
16712         Log: Cleanup correction for failed :Via() layer, also set an error code.
16713      Branch: perlio
16714            ! ext/PerlIO/Via/Via.xs
16715 ____________________________________________________________________________
16716 [  9602] By: nick                                  on 2001/04/07  08:38:04
16717         Log: Digests in lib/md5-file.t are for text files _without_ CRLF i.e. UNIX
16718              style. So don't use binmode() on the handles so that Win32 etc. see
16719              same sequence and produce same digests.
16720      Branch: perlio
16721            ! t/lib/md5-file.t
16722 ____________________________________________________________________________
16723 [  9601] By: nick                                  on 2001/04/07  08:36:26
16724         Log: Allow PerlIOBase_pushed to ignore prefix on mode (e.g. sysopen's "#r")
16725              Else it complains and so crlf layer (say) does not get pushed.
16726      Branch: perlio
16727            ! perlio.c
16728 ____________________________________________________________________________
16729 [  9600] By: jhi                                   on 2001/04/06  23:00:09
16730         Log: Integrate change #9599 from perlio into mainline.
16731      Branch: perl
16732           !> ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
16733           !> win32/config_H.vc
16734 ____________________________________________________________________________
16735 [  9599] By: nick                                  on 2001/04/06  21:42:43
16736         Log: Quote $VERSION in Encode.pm.
16737              regen_config_h as requested.
16738      Branch: perlio
16739            ! ext/Encode/Encode.pm win32/config_H.bc win32/config_H.gc
16740            ! win32/config_H.vc
16741 ____________________________________________________________________________
16742 [  9598] By: nick                                  on 2001/04/06  20:34:59
16743         Log: Integrate mainline
16744      Branch: perlio
16745           +> README.macos
16746           !> (integrate 39 files)
16747 ____________________________________________________________________________
16748 [  9597] By: gsar                                  on 2001/04/06  18:06:35
16749         Log: integrate change#9464 from mainline (addendum to change#8313)
16750              
16751              Subject: [PATCH @9452] Better peep()ing for foreach() loops
16752      Branch: maint-5.6/perl
16753           !> op.c
16754 ____________________________________________________________________________
16755 [  9596] By: jhi                                   on 2001/04/06  17:26:03
16756         Log: The d_casti32=undef is good for you even when not use64bitall.
16757      Branch: perl
16758            ! hints/hpux.sh
16759 ____________________________________________________________________________
16760 [  9595] By: gsar                                  on 2001/04/06  14:57:17
16761         Log: add a low-impact fix to accomodate darwin-ism
16762      Branch: maint-5.6/perl
16763            ! ext/Errno/Errno_pm.PL
16764 ____________________________________________________________________________
16765 [  9594] By: jhi                                   on 2001/04/06  14:55:14
16766         Log: Integrate changes #9528,9593 from mainline into maintperl;
16767              tweaking the editor/IDE/shell list.
16768      Branch: maint-5.6/perl
16769           !> pod/perlfaq3.pod
16770 ____________________________________________________________________________
16771 [  9593] By: jhi                                   on 2001/04/06  14:51:39
16772         Log: Make the editor/IDE/shell list a little bit airier.
16773      Branch: perl
16774            ! pod/perlfaq3.pod
16775 ____________________________________________________________________________
16776 [  9592] By: gsar                                  on 2001/04/06  14:45:18
16777         Log: integrate change#9477 from mainline (base.pm doc tweak)
16778              
16779              missing doc entry for fmod()
16780      Branch: maint-5.6/perl
16781            ! lib/Math/BigFloat.pm
16782           !> lib/base.pm
16783 ____________________________________________________________________________
16784 [  9591] By: jhi                                   on 2001/04/06  13:55:48
16785         Log: Regen toc.
16786      Branch: perl
16787            ! pod/perltoc.pod
16788 ____________________________________________________________________________
16789 [  9590] By: jhi                                   on 2001/04/06  13:54:52
16790         Log: Math::BigFloat patches from John Peacock.  The equivalent
16791              of #9586 from maintperl but reworked by John to work with
16792              the bleadperl.
16793      Branch: perl
16794            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
16795 ____________________________________________________________________________
16796 [  9589] By: jhi                                   on 2001/04/06  13:42:23
16797         Log: Define the U32_ALIGNMENT_REQUIRED only if it's not already defined.
16798      Branch: perl
16799            ! ext/Digest/MD5/Makefile.PL
16800 ____________________________________________________________________________
16801 [  9588] By: jhi                                   on 2001/04/06  13:31:45
16802         Log: Integrate changes #9584,9587 from maintperl into mainline.
16803              
16804              keep eval"" CVs alive until the end of the statement in which
16805              they're called
16806              
16807              add README.macos (from Chris Nandor)
16808              
16809              tyop in change#9555
16810      Branch: perl
16811           +> README.macos
16812           !> MANIFEST embed.h embed.pl global.sym objXSUB.h perlapi.c
16813           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod pod/perlguts.pod
16814           !> pp_ctl.c proto.h scope.c scope.h sv.c win32/Makefile
16815           !> win32/makefile.mk
16816 ____________________________________________________________________________
16817 [  9587] By: gsar                                  on 2001/04/06  07:31:30
16818         Log: add README.macos (from Chris Nandor)
16819              
16820              tyop in change#9555
16821      Branch: maint-5.6/perl
16822            + README.macos
16823            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlfaq9.pod
16824            ! win32/Makefile win32/makefile.mk
16825 ____________________________________________________________________________
16826 [  9586] By: gsar                                  on 2001/04/06  07:08:54
16827         Log: fixes for Math::BigFloat bugs; add fmod() (from John Peacock)
16828      Branch: maint-5.6/perl
16829            ! lib/Math/BigFloat.pm t/lib/bigfltpm.t
16830 ____________________________________________________________________________
16831 [  9585] By: gsar                                  on 2001/04/06  06:58:44
16832         Log: integrate changes#9555,9556,9563..9567,9570..9575,9577..9578
16833              from mainline
16834              
16835              Subject: [PATCH] Base64 update to perlfaq9.pod
16836              
16837              Subject: [PATCH AUTHORS] Housekeeping
16838              
16839              Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
16840              Mac OS X (Darwin) has extra pwent fields.
16841              
16842              Subject: [PATCH B::*] print control-character vars readably
16843              Needs EBCDICification.
16844              
16845              Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
16846              
16847              Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
16848              
16849              Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
16850              
16851              Subject: [PATCH B::Deparse] binmode is no longer an UNOP
16852              
16853              Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
16854              
16855              Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
16856              
16857              Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
16858              
16859              Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
16860              
16861              FreeBSD hints tweak from Anton Berezin.
16862              
16863              Subject: [PATCH foolperl & bleadperl] README.vms update
16864              
16865              Subject: Re: [PATCH foolperl & bleadperl] README.vms update
16866      Branch: maint-5.6/perl
16867           !> AUTHORS README.vms ext/B/B.pm ext/B/B/Concise.pm
16868           !> ext/B/B/Debug.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
16869           !> hints/freebsd.sh pod/perlfaq9.pod pp.c t/op/oct.t t/op/pwent.t
16870 ____________________________________________________________________________
16871 [  9584] By: gsar                                  on 2001/04/06  04:09:00
16872         Log: keep eval"" CVs alive until the end of the statement in which
16873              they're called; this avoids a coredump ensuing from search for
16874              lexicals in code such as:
16875              
16876              sub bug {
16877              my $s = @_;
16878              eval q[sub { eval 'sub { &$s }' }];
16879              }
16880              bug("x")->()->();
16881              
16882              this code still doesn't work as intended (as it has remained
16883              since time immemorial), but it doesn't provoke a coredump anymore
16884      Branch: maint-5.6/perl
16885            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
16886            ! pod/perlguts.pod pp_ctl.c proto.h scope.c scope.h sv.c
16887 ____________________________________________________________________________
16888 [  9583] By: jhi                                   on 2001/04/05  23:52:51
16889         Log: Update Changes.
16890      Branch: perl
16891            ! Changes patchlevel.h
16892 ____________________________________________________________________________
16893 [  9582] By: jhi                                   on 2001/04/05  23:11:23
16894         Log: Slight doc tweak.
16895      Branch: perl
16896            ! pod/perlunicode.pod
16897 ____________________________________________________________________________
16898 [  9581] By: jhi                                   on 2001/04/05  23:04:11
16899         Log: Integrate perlio.
16900      Branch: perl
16901           !> pod/perlunicode.pod
16902 ____________________________________________________________________________
16903 [  9580] By: jhi                                   on 2001/04/05  23:03:29
16904         Log: Test for #9579.
16905      Branch: perl
16906            ! t/op/do.t
16907 ____________________________________________________________________________
16908 [  9579] By: jhi                                   on 2001/04/05  22:54:17
16909         Log: Subject: [PATCH] Propagate calling context for do '...'
16910              From: Gisle Aas <gisle@ActiveState.com>
16911              Date: 04 Apr 2001 20:17:29 -0700
16912              Message-ID: <lrg0fo827q.fsf@caliper.ActiveState.com>
16913      Branch: perl
16914            ! pod/perlfunc.pod pp_ctl.c
16915 ____________________________________________________________________________
16916 [  9578] By: jhi                                   on 2001/04/05  22:52:51
16917         Log: Subject: Re: [PATCH foolperl & bleadperl] README.vms update
16918              From: Peter Prymmer <pvhp@forte.com>
16919              Date: Thu, 5 Apr 2001 12:00:04 -0700 (PDT)
16920              Message-ID: <Pine.OSF.4.10.10104051156340.518291-100000@aspara.forte.com>
16921      Branch: perl
16922            ! README.vms
16923 ____________________________________________________________________________
16924 [  9577] By: jhi                                   on 2001/04/05  22:48:22
16925         Log: Subject: [PATCH foolperl & bleadperl] README.vms update
16926              From: "Craig A. Berry" <craigberry@mac.com>
16927              Date: Thu, 5 Apr 2001 13:43:28 -0500
16928              Message-Id: <p04330101b6f269936918@[172.16.52.1]>
16929      Branch: perl
16930            ! README.vms
16931 ____________________________________________________________________________
16932 [  9576] By: jhi                                   on 2001/04/05  22:31:38
16933         Log: Subject: [PATCH lib/base.pm t/lib/base.t] Fix subtle $VERSION mistakes with base.pm
16934              From: Michael G Schwern <schwern@pobox.com>
16935              Date: Thu, 5 Apr 2001 21:53:21 +0100
16936              Message-ID: <20010405215321.A4828@blackrider.blackstar.co.uk>
16937      Branch: perl
16938            ! lib/base.pm t/lib/fields.t
16939 ____________________________________________________________________________
16940 [  9575] By: jhi                                   on 2001/04/05  22:26:10
16941         Log: FreeBSD hints tweak from Anton Berezin.
16942      Branch: perl
16943            ! hints/freebsd.sh
16944 ____________________________________________________________________________
16945 [  9574] By: jhi                                   on 2001/04/05  22:24:03
16946         Log: Subject: patch for t/op/oct.t that shows need for patch supplied with bug 20010404.009, (bugs in hex and oct)
16947              From: David Dyck <dcd@tc.fluke.com>
16948              Date: Thu, 5 Apr 2001 09:40:58 -0700 (PDT)
16949              Message-ID: <Pine.LNX.4.30.0104050838330.30478-100000@dd.tc.fluke.com>
16950      Branch: perl
16951            ! t/op/oct.t
16952 ____________________________________________________________________________
16953 [  9573] By: jhi                                   on 2001/04/05  22:23:06
16954         Log: Subject: bleadperl / hex ignores variable length and/or tr doesn't null terminate   ( with patch)
16955              Date: Wed, 4 Apr 2001 13:27:15 -0700 (PDT)
16956              From: David Dyck <dcd@tc.fluke.com>
16957              Message-ID: <Pine.LNX.4.30.0104041325310.25358-100000@dd.tc.fluke.com>
16958      Branch: perl
16959            ! pp.c
16960 ____________________________________________________________________________
16961 [  9572] By: jhi                                   on 2001/04/05  22:14:47
16962         Log: Subject: [PATCH B::Deparse] suppress "unintialized value" warnings
16963              From: Robin Houston <robin@kitsite.com>
16964              Date: Thu, 5 Apr 2001 20:56:48 +0100
16965              Message-ID: <20010405205648.A16814@puffinry.freeserve.co.uk>
16966      Branch: perl
16967            ! ext/B/B/Deparse.pm
16968 ____________________________________________________________________________
16969 [  9571] By: jhi                                   on 2001/04/05  22:12:53
16970         Log: Subject: [PATCH B::Deparse] regex quoting, and a minor milestone
16971              From: Robin Houston <robin@kitsite.com>
16972              Date: Thu, 5 Apr 2001 19:55:51 +0100
16973              Message-ID: <20010405195551.A16686@puffinry.freeserve.co.uk>
16974      Branch: perl
16975            ! ext/B/B/Deparse.pm
16976 ____________________________________________________________________________
16977 [  9570] By: jhi                                   on 2001/04/05  22:11:06
16978         Log: Subject: [PATCH B::Deparse] binmode is no longer an UNOP
16979              From: Robin Houston <robin@kitsite.com>
16980              Date: Thu, 5 Apr 2001 20:16:29 +0100
16981              Message-ID: <20010405201629.A16763@puffinry.freeserve.co.uk>
16982      Branch: perl
16983            ! ext/B/B/Deparse.pm
16984 ____________________________________________________________________________
16985 [  9569] By: nick                                  on 2001/04/05  21:32:26
16986         Log: Change sense from "incomplete" to "implemented but needs more work" in perlunicode.pod
16987      Branch: perlio
16988            ! pod/perlunicode.pod
16989 ____________________________________________________________________________
16990 [  9568] By: nick                                  on 2001/04/05  19:38:09
16991         Log: Integrate mainline
16992      Branch: perlio
16993           +> lib/Class/ISA.pm t/lib/class-isa.t t/lib/md5-align.t
16994           !> (integrate 35 files)
16995 ____________________________________________________________________________
16996 [  9567] By: jhi                                   on 2001/04/05  18:31:45
16997         Log: Subject: [PATCH B::Deparse] "${foo}bar", "${foo}[1]" etc.
16998              From: Robin Houston <robin@kitsite.com>
16999              Date: Thu, 5 Apr 2001 18:03:23 +0100
17000              Message-ID: <20010405180323.A16388@puffinry.freeserve.co.uk>
17001      Branch: perl
17002            ! ext/B/B/Deparse.pm
17003 ____________________________________________________________________________
17004 [  9566] By: jhi                                   on 2001/04/05  18:29:35
17005         Log: Subject: [PATCH B::*] cope with SVf_IVisUV, and cope with $^^ and friends
17006              From: Robin Houston <robin@kitsite.com>
17007              Date: Thu, 5 Apr 2001 16:45:18 +0100
17008              Message-ID: <20010405164517.B16037@puffinry.freeserve.co.uk>
17009      Branch: perl
17010            ! ext/B/B.pm ext/B/B/Deparse.pm ext/B/B/Terse.pm
17011 ____________________________________________________________________________
17012 [  9565] By: jhi                                   on 2001/04/05  18:24:23
17013         Log: Subject: [PATCH B::Deparse] lexical variables with ridiculously long names that are used in list assignments
17014              From: Robin Houston <robin@kitsite.com>
17015              Date: Thu, 5 Apr 2001 14:50:09 +0100
17016              Message-ID: <20010405145009.A15916@puffinry.freeserve.co.uk>
17017      Branch: perl
17018            ! ext/B/B/Deparse.pm
17019 ____________________________________________________________________________
17020 [  9564] By: jhi                                   on 2001/04/05  18:23:03
17021         Log: Subject: [PATCH B::*] print control-character vars readably
17022              From: Robin Houston <robin@kitsite.com>
17023              Date: Thu, 5 Apr 2001 14:27:38 +0100
17024              Message-ID: <20010405142738.A15855@puffinry.freeserve.co.uk>
17025              
17026              Needs EBCDICification.
17027      Branch: perl
17028            ! ext/B/B.pm ext/B/B/Concise.pm ext/B/B/Debug.pm
17029            ! ext/B/B/Terse.pm
17030 ____________________________________________________________________________
17031 [  9563] By: jhi                                   on 2001/04/05  18:20:32
17032         Log: Subject: Re: Not OK: perl v5.6.1 +fools-gold on darwin 1.3 (UNINSTALLED)
17033              Date: Thu, 5 Apr 2001 13:21:42 -0400
17034              From: Paul Schinder <schinder@pobox.com>
17035              Message-Id: <p05100900b6f25159e767@[10.0.1.52]>
17036              
17037              Mac OS X (Darwin) has extra pwent fields.
17038      Branch: perl
17039            ! t/op/pwent.t
17040 ____________________________________________________________________________
17041 [  9562] By: jhi                                   on 2001/04/05  17:57:51
17042         Log: Regen toc.
17043      Branch: perl
17044            ! pod/perltoc.pod
17045 ____________________________________________________________________________
17046 [  9561] By: jhi                                   on 2001/04/05  17:47:33
17047         Log: Metaconfig units changes for #9560, plus regen Glossary.patch.
17048      Branch: metaconfig
17049            ! U/Glossary.patch
17050      Branch: metaconfig/U/perl
17051            + d_u32align.U
17052            ! d_cmsghdr_s.U d_msghdr_s.U
17053 ____________________________________________________________________________
17054 [  9560] By: jhi                                   on 2001/04/05  17:47:01
17055         Log: Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
17056              ext/Digest/MD5/Makefile.PL and t/lib/md5-align.t.
17057              Introduce probes for struct msghdr, struct cmsghdr,
17058              sendmsg, recvmsg, readv, writev, setitimer, getitimer,
17059              ualarm, usleep, for possible later extension work.
17060      Branch: perl
17061            + t/lib/md5-align.t
17062            ! Configure MANIFEST Porting/Glossary Porting/config.sh
17063            ! Porting/config_H config_h.SH configure.com epoc/config.sh
17064            ! ext/Digest/MD5/Makefile.PL perl.h uconfig.h uconfig.sh
17065            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
17066            ! vos/config.ga.h win32/config.bc win32/config.gc
17067            ! win32/config.vc
17068 ____________________________________________________________________________
17069 [  9559] By: jhi                                   on 2001/04/05  13:03:04
17070         Log: Be traditional in your cpp (for the Errno extension).
17071      Branch: perl
17072            ! hints/darwin.sh
17073 ____________________________________________________________________________
17074 [  9558] By: jhi                                   on 2001/04/05  13:00:05
17075         Log: Add $Config{cppflags} to the gcc incantation.
17076      Branch: perl
17077            ! ext/Errno/Errno_pm.PL
17078 ____________________________________________________________________________
17079 [  9557] By: jhi                                   on 2001/04/05  04:22:39
17080         Log: Introduce Sean Burke's Class::ISA 0.32.
17081      Branch: perl
17082            + lib/Class/ISA.pm t/lib/class-isa.t
17083            ! MANIFEST
17084 ____________________________________________________________________________
17085 [  9556] By: jhi                                   on 2001/04/05  04:09:50
17086         Log: Subject: [PATCH AUTHORS] Housekeeping
17087              From: Paul Johnson <paul@pjcj.net> 
17088              Date: Wed, 4 Apr 2001 22:45:47 +0200
17089              Message-ID: <20010404224547.D9548@pjcj.net>
17090      Branch: perl
17091            ! AUTHORS
17092 ____________________________________________________________________________
17093 [  9555] By: jhi                                   on 2001/04/05  04:06:33
17094         Log: Subject: [PATCH] Base64 update to perlfaq9.pod
17095              From: Gisle Aas <gisle@ActiveState.com>
17096              Date: 04 Apr 2001 14:23:04 -0700
17097              Message-ID: <lrlmpg9x6v.fsf@caliper.ActiveState.com>
17098      Branch: perl
17099            ! pod/perlfaq9.pod
17100 ____________________________________________________________________________
17101 [  9554] By: jhi                                   on 2001/04/05  04:05:49
17102         Log: Downgrade also the "Wide character" diagnostic.
17103      Branch: perl
17104            ! pod/perldiag.pod
17105 ____________________________________________________________________________
17106 [  9553] By: jhi                                   on 2001/04/05  04:00:33
17107         Log: Integrate changes #9544,9547,9549(perlio),9550,9551 from
17108              maintperl into mainline.
17109              
17110              "double" should be "NV"; standard typemap is missing entry
17111              for NV
17112              
17113              s/djSP/dSP/
17114              
17115              Downgrade "Wide character in print" to a warning.
17116              
17117              B::Deparse fix for ${^FOO} and documentation for PVX() method
17118              (from Robin Houston)
17119              
17120              tr/// doesn't null-terminate the result in some situations
17121              (from Gisle Aas)
17122      Branch: perl
17123           !> doio.c doop.c ext/B/B.pm ext/B/B.xs ext/B/B/C.pm
17124           !> ext/B/B/Deparse.pm ext/Thread/Thread.xs lib/ExtUtils/typemap
17125           !> t/io/utf8.t t/op/tr.t
17126 ____________________________________________________________________________
17127 [  9552] By: jhi                                   on 2001/04/05  03:52:50
17128         Log: Retract changes #9542 and #9538 (from maintperl, integrated
17129              at #9540), shouldn't be needed because of the perlio changes.
17130      Branch: perl
17131            ! util.c
17132 ____________________________________________________________________________
17133 [  9551] By: gsar                                  on 2001/04/05  00:18:34
17134         Log: tr/// doesn't null-terminate the result in some situations
17135              (from Gisle Aas)
17136      Branch: maint-5.6/perl
17137            ! doop.c t/op/tr.t
17138 ____________________________________________________________________________
17139 [  9550] By: gsar                                  on 2001/04/04  20:04:17
17140         Log: B::Deparse fix for ${^FOO} and documentation for PVX() method
17141              (from Robin Houston)
17142      Branch: maint-5.6/perl
17143            ! ext/B/B.pm ext/B/B/Deparse.pm
17144 ____________________________________________________________________________
17145 [  9549] By: nick                                  on 2001/04/04  18:56:15
17146         Log: Downgrade "Wide character in print" to a warning.
17147      Branch: perlio
17148            ! doio.c t/io/utf8.t
17149 ____________________________________________________________________________
17150 [  9548] By: gsar                                  on 2001/04/04  18:51:49
17151         Log: integrate changes#9460,9462,9482,9521,9522
17152              
17153              Subject: PATCH: B::Debug should show LOOP-specific fields
17154              
17155              Subject: B::Deparse precedence bug. (Patch included.)
17156              
17157              Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
17158              
17159              Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
17160              
17161              Subject: [PATCH B::Concise] padname values may have bogus SvCUR
17162      Branch: maint-5.6/perl
17163           !> ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Debug.pm
17164           !> ext/B/B/Deparse.pm ext/B/B/Showlex.pm
17165 ____________________________________________________________________________
17166 [  9547] By: gsar                                  on 2001/04/04  18:49:16
17167         Log: s/djSP/dSP/
17168      Branch: maint-5.6/perl
17169            ! ext/Thread/Thread.xs
17170 ____________________________________________________________________________
17171 [  9546] By: nick                                  on 2001/04/04  18:44:00
17172         Log: Integrate mainline.
17173      Branch: perlio
17174           !> Makefile.SH embed.pl ext/File/Glob/Glob.pm jpl/JNI/JNI.pm op.c
17175           !> os2/OS2/Process/Process.pm perl.c pod/perlapi.pod util.c
17176 ____________________________________________________________________________
17177 [  9545] By: gsar                                  on 2001/04/04  18:38:52
17178         Log: integrate change#8837 from mainline
17179              
17180              Subject: [patch] -Wall cleanup round 2
17181      Branch: maint-5.6/perl
17182           !> ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
17183           !> ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
17184           !> ext/File/Glob/Glob.xs ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs
17185           !> ext/IPC/SysV/SysV.xs ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
17186           !> ext/SDBM_File/SDBM_File.xs
17187 ____________________________________________________________________________
17188 [  9544] By: gsar                                  on 2001/04/04  17:49:57
17189         Log: "double" should be "NV"; standard typemap is missing entry
17190              for NV
17191      Branch: maint-5.6/perl
17192            ! ext/B/B.xs ext/B/B/C.pm lib/ExtUtils/typemap
17193 ____________________________________________________________________________
17194 [  9543] By: jhi                                   on 2001/04/04  14:13:18
17195         Log: Thou shalt not (just) match for English error messages.
17196      Branch: perl
17197            ! ext/File/Glob/Glob.pm jpl/JNI/JNI.pm
17198            ! os2/OS2/Process/Process.pm
17199 ____________________________________________________________________________
17200 [  9542] By: jhi                                   on 2001/04/04  13:20:39
17201         Log: Make the stdio tricks of fflush_all() to exist only if
17202              stdio is being used.
17203      Branch: perl
17204            ! util.c
17205 ____________________________________________________________________________
17206 [  9541] By: jhi                                   on 2001/04/04  04:20:24
17207         Log: Subject: Re: [PATCH] Lighten up glob
17208              From: Benjamin Sugars <bsugars@canoe.ca>
17209              Date: Tue, 3 Apr 2001 17:03:48 -0400 (EDT)
17210              Message-ID: <Pine.LNX.4.21.0104031700340.2143-100000@marmot.rim.canoe.ca>
17211      Branch: perl
17212            ! embed.pl ext/File/Glob/Glob.pm op.c perl.c pod/perlapi.pod
17213            ! util.c
17214 ____________________________________________________________________________
17215 [  9540] By: jhi                                   on 2001/04/04  04:03:57
17216         Log: Integrate changes #9538,9539 from maintperl into mainline.
17217              
17218              fflush() is a macro on SunOS 4.1.x, so provide a wrapper
17219              for use with _fwalk() (fix for change#7705)
17220              
17221              another tweak needed for SunOS 4.1.x build (from Mike Guy)
17222              (cp -f is not portable)
17223      Branch: perl
17224           !> Makefile.SH util.c
17225 ____________________________________________________________________________
17226 [  9539] By: gsar                                  on 2001/04/04  03:01:14
17227         Log: another tweak needed for SunOS 4.1.x build (from Mike Guy)
17228      Branch: maint-5.6/perl
17229            ! Makefile.SH
17230 ____________________________________________________________________________
17231 [  9538] By: gsar                                  on 2001/04/04  01:00:38
17232         Log: fflush() is a macro on SunOS 4.1.x, so provide a wrapper
17233              for use with _fwalk() (fix for change#7705)
17234      Branch: maint-5.6/perl
17235            ! util.c
17236 ____________________________________________________________________________
17237 [  9537] By: nick                                  on 2001/04/03  19:24:55
17238         Log: Integrate mainline
17239      Branch: perlio
17240           +> ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL lib/unicode/NamesList.txt
17241           +> lib/unicode/PropList.html
17242            - lib/unicode/Names.txt lib/unicode/README.Ethiopic
17243           !> (integrate 69 files)
17244 ____________________________________________________________________________
17245 [  9536] By: jhi                                   on 2001/04/03  18:02:31
17246         Log: Integrate change #9533 from maintperl into mainline.
17247              
17248              better fix for change#9517 to accomodate UNC paths like
17249              \\server\share\foo, and paths with trailing backslash
17250              like c:\this\
17251      Branch: perl
17252           !> utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
17253 ____________________________________________________________________________
17254 [  9535] By: jhi                                   on 2001/04/03  17:58:07
17255         Log: Change the push/unshift warning to be of class syntax, not misc.
17256      Branch: perl
17257            ! op.c pod/perldiag.pod t/pragma/warn/op
17258 ____________________________________________________________________________
17259 [  9534] By: jhi                                   on 2001/04/03  15:03:46
17260         Log: Change the push/unshift warning (#9532) to talk about "no values"
17261              instead of "no arguments".
17262      Branch: perl
17263            ! op.c pod/perldiag.pod t/pragma/warn/op
17264 ____________________________________________________________________________
17265 [  9533] By: gsar                                  on 2001/04/03  14:30:07
17266         Log: better fix for change#9517 to accomodate UNC paths like
17267              \\server\share\foo, and paths with trailing backslash
17268              like c:\this\
17269      Branch: maint-5.6/perl
17270            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
17271 ____________________________________________________________________________
17272 [  9532] By: jhi                                   on 2001/04/03  13:11:46
17273         Log: Subject: Re: [ID 20010331.003] new misc warning for push(@x), unshift(@x)
17274              From: Robin Houston <robin@kitsite.com>
17275              Date: Mon, 2 Apr 2001 15:03:29 +0100
17276              Message-ID: <20010402150329.A6636@puffinry.freeserve.co.uk>
17277      Branch: perl
17278            ! op.c pod/perldiag.pod t/lib/db-recno.t t/pragma/warn/op
17279 ____________________________________________________________________________
17280 [  9531] By: jhi                                   on 2001/04/03  13:06:34
17281         Log: Integrate change #9530 from maintperl into mainline.
17282              
17283              accomodate VMS "mailbox overflow" quirk in testsuite (from
17284              Craig Berry)
17285      Branch: perl
17286           !> t/lib/socket.t
17287 ____________________________________________________________________________
17288 [  9530] By: gsar                                  on 2001/04/03  04:56:41
17289         Log: accomodate VMS "mailbox overflow" quirk in testsuite (from
17290              Craig Berry)
17291      Branch: maint-5.6/perl
17292            ! t/lib/socket.t
17293 ____________________________________________________________________________
17294 [  9529] By: jhi                                   on 2001/04/03  02:34:34
17295         Log: Update Changes.
17296      Branch: perl
17297            ! Changes patchlevel.h
17298 ____________________________________________________________________________
17299 [  9528] By: jhi                                   on 2001/04/03  01:27:57
17300         Log: Subject: [PATCH: 9508] perlfaq3: extend the silly long list even further
17301              Date: Mon, 2 Apr 2001 18:24:53 -0700 (PDT)
17302              To: perl5-porters@perl.org
17303              Message-ID: <Pine.OSF.4.10.10104021823330.279908-100000@aspara.forte.com>
17304      Branch: perl
17305            ! pod/perlfaq3.pod
17306 ____________________________________________________________________________
17307 [  9527] By: jhi                                   on 2001/04/03  01:22:09
17308         Log: Subject: [PATCH: 9508] build && test XS::Typemap on VMS, glob-basic insensitivity training
17309              From: Peter Prymmer <pvhp@forte.com>
17310              Date: Mon, 2 Apr 2001 17:40:27 -0700 (PDT)
17311              Message-ID: <Pine.OSF.4.10.10104021727250.278825-100000@aspara.forte.com>      
17312      Branch: perl
17313            ! configure.com t/lib/glob-basic.t t/lib/xs-typemap.t
17314 ____________________________________________________________________________
17315 [  9526] By: jhi                                   on 2001/04/03  01:18:25
17316         Log: The metaconfig unit changes for #9525.
17317      Branch: metaconfig
17318            ! U/a_dvisory/quadtype.U U/modified/mallocsrc.U
17319      Branch: metaconfig/U/perl
17320            ! use64bits.U
17321 ____________________________________________________________________________
17322 [  9525] By: jhi                                   on 2001/04/03  01:17:30
17323         Log: Configure sanity checks:
17324              * if use64bitall is attempted but pointers are only 32-bit,
17325              'downgrade' to use64bitint
17326              * if use64bitint is attempted but there's no quad type,
17327              forget about use64bitint (well, the default for it is 'n',
17328              the user can still override this)
17329              * if pointers are 64 bits, do not try to use Perl's malloc
17330      Branch: perl
17331            ! Configure
17332 ____________________________________________________________________________
17333 [  9524] By: gsar                                  on 2001/04/03  01:09:12
17334         Log: EPOC fix for lib/io_udp.t failure (from Olaf Flebbe)
17335      Branch: maint-5.6/perl
17336            ! pp_sys.c
17337 ____________________________________________________________________________
17338 [  9523] By: jhi                                   on 2001/04/03  00:02:31
17339         Log: (Retracted by #9609)
17340              
17341              Make it harder for parallel makes to enter 'test' before
17342              Dynaloader and File::Glob are happy.  (In principle 'make_ext'
17343              should be unhappy enough, but sometimes parallel makes seem
17344              to sneak past both in Tru64 and AIX.)
17345      Branch: perl
17346            ! Makefile.SH
17347 ____________________________________________________________________________
17348 [  9522] By: jhi                                   on 2001/04/02  22:35:31
17349         Log: Subject: [PATCH B::Concise] padname values may have bogus SvCUR
17350              Date: Mon, 2 Apr 2001 22:54:10 +0100
17351              From: Robin Houston <robin@kitsite.com>
17352              Message-ID: <20010402225410.A8273@puffinry.freeserve.co.uk>
17353      Branch: perl
17354            ! ext/B/B.pm ext/B/B.xs ext/B/B/Concise.pm ext/B/B/Showlex.pm
17355 ____________________________________________________________________________
17356 [  9521] By: jhi                                   on 2001/04/02  22:32:23
17357         Log: Subject: [PATCH B::Concise] @stash_array = split(/pat/, str);
17358              From: Robin Houston <robin@kitsite.com>
17359              Date: Mon, 2 Apr 2001 20:24:03 +0100
17360              Message-ID: <20010402202402.A8005@puffinry.freeserve.co.uk>
17361      Branch: perl
17362            ! ext/B/B/Concise.pm
17363 ____________________________________________________________________________
17364 [  9520] By: jhi                                   on 2001/04/02  22:30:43
17365         Log: Subject: [PATCH] REALLY pedantic hv.h nit
17366              From: Simon Cozens <simon@netthink.co.uk>
17367              Date: Mon, 2 Apr 2001 15:43:06 +0100
17368              Message-ID: <20010402154306.A21711@netthink.co.uk>
17369      Branch: perl
17370            ! hv.h
17371 ____________________________________________________________________________
17372 [  9519] By: jhi                                   on 2001/04/02  22:28:04
17373         Log: Based on
17374              
17375              Subject: [foolperl] EPOC fix
17376              From: Olaf Flebbe <O.Flebbe@science-computing.de>
17377              Date: Mon, 2 Apr 2001 23:36:51 +0200 (CEST)
17378              Message-ID: <Pine.LNX.4.02.10104022335380.5547-100000@milkyway.science-computing.de>
17379      Branch: perl
17380            ! pp_sys.c
17381 ____________________________________________________________________________
17382 [  9518] By: jhi                                   on 2001/04/02  22:22:34
17383         Log: Integrate changes #9511,9514,9517 from maintperl into mainline.
17384              
17385              README.win32 tweaks; add a note about alternative location for
17386              getting a gcc-2.95.2 that will build perl properly on windows
17387              
17388              add some notes about gutsy threading matters
17389              
17390              many of the utilities interpolate literal paths within doublequotes
17391              (fails on dosish platforms where path contains backslashes)
17392      Branch: perl
17393           !> README.win32 pod/perlguts.pod utils/perldoc.PL
17394           !> x2p/find2perl.PL x2p/s2p.PL
17395 ____________________________________________________________________________
17396 [  9517] By: gsar                                  on 2001/04/02  19:52:21
17397         Log: many of the utilities interpolate literal paths within doublequotes
17398              (fails on dosish platforms where path contains backslashes)
17399      Branch: maint-5.6/perl
17400            ! utils/perldoc.PL x2p/find2perl.PL x2p/s2p.PL
17401 ____________________________________________________________________________
17402 [  9516] By: gsar                                  on 2001/04/02  05:49:37
17403         Log: a foolish release
17404      Branch: maint-5.6/perl
17405            ! Changes patchlevel.h pod/perldelta.pod pod/perlhist.pod
17406            ! pod/perltoc.pod
17407 ____________________________________________________________________________
17408 [  9515] By: gsar                                  on 2001/04/02  05:04:29
17409         Log: add missing changelog summaries
17410      Branch: maint-5.6/perl
17411            ! Changes
17412 ____________________________________________________________________________
17413 [  9514] By: gsar                                  on 2001/04/02  04:07:13
17414         Log: add some notes about gutsy threading matters
17415      Branch: maint-5.6/perl
17416            ! pod/perlguts.pod
17417 ____________________________________________________________________________
17418 [  9513] By: gsar                                  on 2001/04/02  03:25:21
17419         Log: add more prominent caveat notices about experimental features
17420      Branch: maint-5.6/perl
17421            ! pod/perlfork.pod pod/perlunicode.pod
17422 ____________________________________________________________________________
17423 [  9512] By: gsar                                  on 2001/04/02  02:54:33
17424         Log: integrate changes#9479,9509 from mainline
17425              
17426              [PATCH] File::Glob stuff for Mac OS
17427              
17428              [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
17429      Branch: maint-5.6/perl
17430           !> ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
17431           !> t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
17432           !> t/lib/glob-taint.t
17433 ____________________________________________________________________________
17434 [  9511] By: gsar                                  on 2001/04/02  02:38:24
17435         Log: README.win32 tweaks; add a note about alternative location for
17436              getting a gcc-2.95.2 that will build perl properly on windows
17437      Branch: maint-5.6/perl
17438            ! README.win32
17439 ____________________________________________________________________________
17440 [  9510] By: jhi                                   on 2001/04/01  20:45:10
17441         Log: An ambiguosity warning.
17442      Branch: perl
17443            ! t/lib/trig.t
17444 ____________________________________________________________________________
17445 [  9509] By: jhi                                   on 2001/04/01  19:53:47
17446         Log: Subject: [PATH bsd_glob.c perl@9472] Shut up gcc warning in bsd_glob.c
17447              From: Jonathan Stowe <gellyfish@gellyfish.com>
17448              Date: Sun, 1 Apr 2001 10:04:55 +0100 (BST)
17449              Message-ID: <Pine.LNX.4.30.0104010958250.7703-100000@orpheus.gellyfish.com>
17450      Branch: perl
17451            ! ext/File/Glob/bsd_glob.c
17452 ____________________________________________________________________________
17453 [  9508] By: jhi                                   on 2001/04/01  19:35:03
17454         Log: Update Changes.
17455      Branch: perl
17456            ! Changes patchlevel.h
17457 ____________________________________________________________________________
17458 [  9507] By: jhi                                   on 2001/04/01  19:24:01
17459         Log: Integrate changes #9378,9458,9469,9475,9489,9490,9505,9506
17460              from mainline to maintperl: pod tweaks.
17461      Branch: maint-5.6/perl
17462           !> pod/perldebug.pod pod/perldiag.pod pod/perlfaq1.pod
17463           !> pod/perlguts.pod pod/perlhack.pod pod/perlop.pod
17464           !> pod/perlvar.pod
17465 ____________________________________________________________________________
17466 [  9506] By: jhi                                   on 2001/04/01  19:11:53
17467         Log: Commit Sarathy to April release of 5.6.1 :-)
17468      Branch: perl
17469            ! pod/perlfaq1.pod
17470 ____________________________________________________________________________
17471 [  9505] By: jhi                                   on 2001/04/01  19:03:15
17472         Log: Subject: PATCH 5.6.0 (perldebug.pod)
17473              From: Mark-Jason Dominus <mjd@plover.com>
17474              Date: Sun, 01 Apr 2001 14:25:11 -0400
17475              Message-ID: <20010401182511.9247.qmail@plover.com>
17476      Branch: perl
17477            ! pod/perldebug.pod
17478 ____________________________________________________________________________
17479 [  9504] By: jhi                                   on 2001/04/01  18:43:09
17480         Log: Add great_circle_direction().
17481      Branch: perl
17482            ! lib/Math/Trig.pm t/lib/trig.t
17483 ____________________________________________________________________________
17484 [  9503] By: jhi                                   on 2001/04/01  17:29:12
17485         Log: Unicode ReadMe update for Unicode 3.1.
17486      Branch: perl
17487            ! lib/unicode/ReadMe.txt
17488 ____________________________________________________________________________
17489 [  9502] By: jhi                                   on 2001/04/01  17:18:40
17490         Log: Integrate change #9501 from maintperl into mainline.
17491              
17492              fix the perlembed notes on multiple interpreters
17493              
17494              fix ExtUtils::Embed to work passably on Windows
17495      Branch: perl
17496           !> lib/ExtUtils/Embed.pm pod/perlembed.pod
17497 ____________________________________________________________________________
17498 [  9501] By: gsar                                  on 2001/04/01  07:21:57
17499         Log: fix the perlembed notes on multiple interpreters
17500              
17501              fix ExtUtils::Embed to work passably on Windows
17502      Branch: maint-5.6/perl
17503            ! lib/ExtUtils/Embed.pm pod/perlembed.pod
17504 ____________________________________________________________________________
17505 [  9500] By: jhi                                   on 2001/04/01  05:58:23
17506         Log: Test for #9499.
17507      Branch: perl
17508            ! t/op/tr.t
17509 ____________________________________________________________________________
17510 [  9499] By: jhi                                   on 2001/04/01  05:55:46
17511         Log: tr/// UTF-8 tweaking from Inaba Hiroto.
17512      Branch: perl
17513            ! embed.h embed.pl op.c proto.h
17514 ____________________________________________________________________________
17515 [  9498] By: jhi                                   on 2001/04/01  05:44:34
17516         Log: Protect the workaround hunk more.
17517      Branch: perl
17518            ! toke.c
17519 ____________________________________________________________________________
17520 [  9497] By: jhi                                   on 2001/04/01  00:24:25
17521         Log: Integrate changes #9493,9494,9495,9496 from maintperl
17522              into mainline.
17523              
17524              fix a broken workaround for Borland compiler in change#4739
17525              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
17526              
17527              nits spotted by Borland compiler
17528              
17529              avoid redefinition warnings under Borland 5.02
17530              
17531              various nits identified by the Borland 5.5 compiler; remove suppression
17532              of a few warnings
17533      Branch: perl
17534           !> ext/File/Glob/bsd_glob.c sv.c toke.c utf8.h win32/makefile.mk
17535           !> win32/win32.h
17536 ____________________________________________________________________________
17537 [  9496] By: gsar                                  on 2001/03/31  23:22:28
17538         Log: various nits identified by the Borland 5.5 compiler; remove suppression
17539              of a few warnings
17540      Branch: maint-5.6/perl
17541            ! ext/File/Glob/bsd_glob.c sv.c win32/win32.h
17542 ____________________________________________________________________________
17543 [  9495] By: gsar                                  on 2001/03/31  21:03:08
17544         Log: avoid redefinition warnings under Borland 5.02
17545      Branch: maint-5.6/perl
17546            ! win32/makefile.mk
17547 ____________________________________________________________________________
17548 [  9494] By: gsar                                  on 2001/03/31  20:18:59
17549         Log: nits spotted by Borland compiler
17550      Branch: maint-5.6/perl
17551            ! utf8.h win32/win32.h
17552 ____________________________________________________________________________
17553 [  9493] By: gsar                                  on 2001/03/31  20:18:05
17554         Log: fix a broken workaround for Borland compiler in change#4739
17555              (caused weird "short reads" on DATA, which caused op/misc.t to fail)
17556      Branch: maint-5.6/perl
17557            ! toke.c
17558 ____________________________________________________________________________
17559 [  9492] By: jhi                                   on 2001/03/31  18:36:24
17560         Log: Integrate change #9491 from maintperl into mainline.
17561              
17562              Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
17563              directory is relative (need to fetch the full path name *before*
17564              the chdir!)
17565      Branch: perl
17566           !> lib/Cwd.pm
17567 ____________________________________________________________________________
17568 [  9491] By: gsar                                  on 2001/03/31  17:01:56
17569         Log: Cwd::chdir() doesn't set $ENV{PWD} correctly on windows when the
17570              directory is relative (need to fetch the full path name *before*
17571              the chdir!)
17572              
17573              this is a followup patch for change#6749
17574      Branch: maint-5.6/perl
17575            ! lib/Cwd.pm
17576 ____________________________________________________________________________
17577 [  9490] By: jhi                                   on 2001/03/31  15:50:18
17578         Log: Subject: Re: [PATCH] av.h cosmetics
17579              From: Simon Cozens <simon@netthink.co.uk>
17580              Date: Sat, 31 Mar 2001 13:09:59 +0100
17581              Message-ID: <20010331130959.A22000@netthink.co.uk>
17582              
17583              Document AvALLOC.
17584      Branch: perl
17585            ! pod/perlguts.pod
17586 ____________________________________________________________________________
17587 [  9489] By: jhi                                   on 2001/03/31  15:48:44
17588         Log: Subject: [PATCH] Re: Math::Big* v1.21
17589              From: Tels <perl_dummy@bloodgate.com>
17590              Date: Sat, 31 Mar 2001 13:21:05 +0200 (CEST)
17591              Message-Id: <200103311125.GAA377738@www08.hway.net>
17592      Branch: perl
17593            ! pod/perlop.pod
17594 ____________________________________________________________________________
17595 [  9488] By: jhi                                   on 2001/03/31  03:39:51
17596         Log: Debug output tweak.
17597      Branch: perl
17598            ! t/lib/cwd.t
17599 ____________________________________________________________________________
17600 [  9487] By: jhi                                   on 2001/03/31  03:33:02
17601         Log: OverVMSification.
17602      Branch: perl
17603            ! t/lib/cwd.t
17604 ____________________________________________________________________________
17605 [  9486] By: jhi                                   on 2001/03/31  03:01:40
17606         Log: Missed MANIFESTations in #9483.
17607      Branch: perl
17608            ! MANIFEST
17609 ____________________________________________________________________________
17610 [  9485] By: jhi                                   on 2001/03/31  02:58:17
17611         Log: Subject: Not OK: perl v5.7.0 +DEVEL9472 on VMS_AXP V7.1 (UNINSTALLED)
17612              From: Peter Prymmer <pvhp@forte.com>
17613              Date: Fri, 30 Mar 2001 18:06:36 -0800 (PST)
17614              Message-ID: <Pine.OSF.4.10.10103301805450.63762-100000@aspara.forte.com>
17615      Branch: perl
17616            ! regexec.c t/lib/cwd.t
17617 ____________________________________________________________________________
17618 [  9484] By: jhi                                   on 2001/03/31  01:04:41
17619         Log: Obsolete file (see #3938)
17620      Branch: perl
17621            - lib/unicode/README.Ethiopic
17622            ! MANIFEST
17623 ____________________________________________________________________________
17624 [  9483] By: jhi                                   on 2001/03/31  00:52:42
17625         Log: Update to Unicode 3.1.
17626              (Rename Names.txt to NamesList.txt.)
17627      Branch: perl
17628            + lib/unicode/NamesList.txt lib/unicode/PropList.html
17629            - lib/unicode/Names.txt
17630            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
17631            ! lib/unicode/Is/LbrkBA.pl lib/unicode/Is/LbrkBB.pl
17632            ! lib/unicode/Is/LbrkID.pl lib/unicode/Is/LbrkSG.pl
17633            ! lib/unicode/LineBrk.txt lib/unicode/NamesList.html
17634            ! lib/unicode/UCD.html lib/unicode/Unicode.html
17635            ! lib/unicode/rename lib/unicode/version
17636 ____________________________________________________________________________
17637 [  9482] By: jhi                                   on 2001/03/30  23:33:44
17638         Log: Subject: Re: [ID 20010330.003] O=Deparse,-p does not preserve "operational semantics"
17639              From: Robin Houston <robin@kitsite.com>
17640              Date: Fri, 30 Mar 2001 20:07:22 +0100
17641              Message-ID: <20010330200722.A2010@puffinry.freeserve.co.uk>
17642      Branch: perl
17643            ! ext/B/B/Deparse.pm
17644 ____________________________________________________________________________
17645 [  9481] By: jhi                                   on 2001/03/30  23:20:25
17646         Log: Subject: Re: [PATCH] CwdXS, Take 2
17647              From: Benjamin Sugars <bsugars@canoe.ca>
17648              Date: Fri, 30 Mar 2001 14:08:51 -0500 (EST)
17649              Message-ID: <Pine.LNX.4.21.0103301357490.1927-100000@marmot.rim.canoe.ca>
17650      Branch: perl
17651            + ext/Cwd/Cwd.xs ext/Cwd/Makefile.PL
17652            ! MANIFEST lib/Cwd.pm t/lib/cwd.t
17653 ____________________________________________________________________________
17654 [  9480] By: jhi                                   on 2001/03/30  22:52:38
17655         Log: Subject: [ID 20010330.006] incorrect WARNING from installperl "You've never run 'make test' or some tests failed!"
17656              From: David Dyck <dcd@tc.fluke.com>
17657              Date: Fri, 30 Mar 2001 14:44:13 -0800
17658              Message-Id: <200103302244.OAA12204@dd.tc.fluke.com>
17659              
17660              The t/rantests flags file creation was accidentally
17661              removed by #9217.
17662      Branch: perl
17663            ! Makefile.SH
17664 ____________________________________________________________________________
17665 [  9479] By: jhi                                   on 2001/03/30  22:45:45
17666         Log: Subject: [PATCH] File::Glob stuff for Mac OS
17667              From: Chris Nandor <pudge@pobox.com>
17668              Date: Fri, 30 Mar 2001 16:51:00 -0500
17669              Message-Id: <p05010400b6eaab36051c@[10.0.1.177]>
17670      Branch: perl
17671            ! ext/File/Glob/Glob.pm ext/File/Glob/bsd_glob.c
17672            ! t/lib/glob-basic.t t/lib/glob-case.t t/lib/glob-global.t
17673            ! t/lib/glob-taint.t
17674 ____________________________________________________________________________
17675 [  9478] By: jhi                                   on 2001/03/30  22:43:12
17676         Log: Subject: fix for win32/buildext.pl
17677              From: "Vadim Konovalov" <watman@inbox.ru>
17678              Date: Sat, 31 Mar 2001 00:50:36 +0400
17679              Message-ID: <005b01c0b95c$ac277250$7542983e@vad>
17680      Branch: perl
17681            ! win32/buildext.pl
17682 ____________________________________________________________________________
17683 [  9477] By: jhi                                   on 2001/03/30  22:41:16
17684         Log: Subject: small base.pm doc patch
17685              From: Leon Brocard <acme@astray.com>
17686              Date: Fri, 30 Mar 2001 21:49:57 +0100
17687              Message-ID: <20010330214957.B8733@ns0.astray.com>
17688      Branch: perl
17689            ! lib/base.pm
17690 ____________________________________________________________________________
17691 [  9476] By: jhi                                   on 2001/03/30  18:16:57
17692         Log: Subject: [PATCH] av.h cosmetics
17693              From: Simon Cozens <simon@netthink.co.uk>
17694              Date: Fri, 30 Mar 2001 18:12:28 +0100
17695              Message-ID: <20010330181228.A9319@netthink.co.uk>
17696      Branch: perl
17697            ! av.h
17698 ____________________________________________________________________________
17699 [  9475] By: jhi                                   on 2001/03/30  18:15:50
17700         Log: Subject: [DOC PATCH bleadperl] Two nits in perlhack.pod
17701              From: "Philip Newton" <pnewton@gmx.de>
17702              Date: Fri, 30 Mar 2001 19:06:57 +0200
17703              Message-ID: <3AC4D951.14815.1AC7068@localhost>
17704      Branch: perl
17705            ! pod/perlhack.pod
17706 ____________________________________________________________________________
17707 [  9474] By: jhi                                   on 2001/03/30  18:14:02
17708         Log: Subject: [PATCH] glob-basic.t (Was: [ID 20010328.016])
17709              From: Benjamin Sugars <bsugars@canoe.ca>
17710              Date: Fri, 30 Mar 2001 11:04:35 -0500 (EST)
17711              Message-ID: <Pine.LNX.4.21.0103301045130.1927-100000@marmot.rim.canoe.ca>
17712      Branch: perl
17713            ! t/lib/glob-basic.t
17714 ____________________________________________________________________________
17715 [  9473] By: jhi                                   on 2001/03/30  16:09:24
17716         Log: Update Changes.
17717      Branch: perl
17718            ! Changes patchlevel.h
17719 ____________________________________________________________________________
17720 [  9472] By: jhi                                   on 2001/03/30  15:16:08
17721         Log: Integrate perlio.
17722      Branch: perl
17723           !> t/lib/cwd.t t/lib/glob-basic.t
17724 ____________________________________________________________________________
17725 [  9471] By: nick                                  on 2001/03/30  14:47:10
17726         Log: Should be (^O eq 'MSWin32') not 'Win32'
17727              Fail #12 seems real - chdir is in wrong dir.
17728      Branch: perlio
17729            ! t/lib/cwd.t
17730 ____________________________________________________________________________
17731 [  9470] By: jhi                                   on 2001/03/30  14:41:11
17732         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ... 
17733              From: Radu Greab <radu@netsoft.ro>
17734              Date: Fri, 30 Mar 2001 15:09:06 +0300 (EEST)
17735              Message-ID: <15044.30562.566390.559726@ix.netsoft.ro>
17736              
17737              Replace #9352.
17738      Branch: perl
17739            ! ext/Socket/Socket.xs pp_sys.c
17740 ____________________________________________________________________________
17741 [  9469] By: jhi                                   on 2001/03/30  14:37:51
17742         Log: Subject: PATCH pod/perldiag.pod
17743              From: Robin Houston <robin@kitsite.com>
17744              Date: Fri, 30 Mar 2001 14:10:36 +0100
17745              Message-ID: <20010330141036.A1105@puffinry.freeserve.co.uk>
17746      Branch: perl
17747            ! pod/perldiag.pod t/lib/glob-basic.t
17748 ____________________________________________________________________________
17749 [  9468] By: jhi                                   on 2001/03/30  14:36:36
17750         Log: Subject: Better diagnostic in io/fs.t
17751              From: andreas.koenig@anima.de (Andreas J. Koenig)
17752              Date: 30 Mar 2001 10:11:43 +0200
17753              Message-ID: <m3hf0boev4.fsf@ak-71.mind.de>
17754      Branch: perl
17755            ! t/io/fs.t
17756 ____________________________________________________________________________
17757 [  9467] By: nick                                  on 2001/03/30  14:25:43
17758         Log: Skip order test of glob if case-ignoring system cannot 
17759              create a.test and A.test
17760      Branch: perlio
17761            ! t/lib/glob-basic.t
17762 ____________________________________________________________________________
17763 [  9466] By: nick                                  on 2001/03/30  13:03:12
17764         Log: Integrate mainline.
17765      Branch: perlio
17766            - ext/re/hints/aix.pl
17767           !> MANIFEST ext/B/B/Debug.pm ext/B/B/Deparse.pm
17768           !> lib/ExtUtils/MM_VMS.pm op.c pod/perlop.pod t/comp/require.t
17769           !> t/io/utf8.t t/lib/b.t t/lib/digest.t t/lib/glob-basic.t
17770           !> t/lib/io_multihomed.t t/lib/io_sock.t t/lib/md5-file.t
17771 ____________________________________________________________________________
17772 [  9465] By: jhi                                   on 2001/03/30  03:53:37
17773         Log: Add timeouts to the tests.  (In AIX 4.3.1.0 + vac 5.0.0.0
17774              the tests sometimes hang, sometimes not.)
17775      Branch: perl
17776            ! t/lib/io_multihomed.t t/lib/io_sock.t
17777 ____________________________________________________________________________
17778 [  9464] By: jhi                                   on 2001/03/30  02:56:04
17779         Log: Subject: [PATCH @9452] Better peep()ing for foreach() loops
17780              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
17781              Date: Thu, 29 Mar 2001 18:50:45 -0800 (PST)
17782              Message-ID: <15043.62129.253487.470281@soda.csua.berkeley.edu>
17783      Branch: perl
17784            ! op.c
17785 ____________________________________________________________________________
17786 [  9463] By: jhi                                   on 2001/03/30  02:34:48
17787         Log: Test for #9462.
17788      Branch: perl
17789            ! t/lib/b.t
17790 ____________________________________________________________________________
17791 [  9462] By: jhi                                   on 2001/03/30  02:29:37
17792         Log: Subject: B::Deparse precedence bug. (Patch included.)
17793              From: Jeremy Madea <jmadea@inktomi.com>
17794              Date: Thu, 29 Mar 2001 12:05:02 -0800
17795              Message-ID: <20010329120502.A24881@dr.inktomi.com>
17796      Branch: perl
17797            ! ext/B/B/Deparse.pm
17798 ____________________________________________________________________________
17799 [  9461] By: jhi                                   on 2001/03/30  02:18:41
17800         Log: Subject: [PATCH: 9452] more tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
17801              From: Peter Prymmer <pvhp@forte.com>
17802              Date: Thu, 29 Mar 2001 18:01:18 -0800 (PST)
17803              Message-ID: <Pine.OSF.4.10.10103291731150.1326-100000@aspara.forte.com>
17804      Branch: perl
17805            ! t/comp/require.t t/io/utf8.t t/lib/digest.t t/lib/glob-basic.t
17806            ! t/lib/md5-file.t
17807 ____________________________________________________________________________
17808 [  9460] By: jhi                                   on 2001/03/30  02:17:07
17809         Log: Subject: PATCH: B::Debug should show LOOP-specific fields
17810              From: Robin Houston <robin@kitsite.com>
17811              Date: Thu, 29 Mar 2001 20:47:56 +0100
17812              Message-ID: <20010329204756.A32042@puffinry.freeserve.co.uk>
17813      Branch: perl
17814            ! ext/B/B/Debug.pm
17815 ____________________________________________________________________________
17816 [  9459] By: jhi                                   on 2001/03/30  02:16:05
17817         Log: Subject: [PATCH perl@9424] further MM_VMS.pm tweak
17818              From: "Craig A. Berry" <craig.berry@SignalTreeSolutions.com>
17819              Date: Wed, 28 Mar 2001 18:02:20 -0600
17820              Message-Id: <5.0.2.1.0.20010328172535.017d5600@exchi01>
17821      Branch: perl
17822            ! lib/ExtUtils/MM_VMS.pm
17823 ____________________________________________________________________________
17824 [  9458] By: jhi                                   on 2001/03/30  02:07:58
17825         Log: Subject: [ID 20010328.013] Misspelling in perlop(1p) manual page
17826              From: "Joshua E. Rodd" <jrodd@pbs.org>
17827              Date: Wed, 28 Mar 2001 17:29:12 -0500
17828              Message-Id: <E14iORE-0000ZV-00@shaggy.pbs.org>
17829      Branch: perl
17830            ! pod/perlop.pod
17831 ____________________________________________________________________________
17832 [  9457] By: jhi                                   on 2001/03/30  02:04:33
17833         Log: Subject: ext/re/aix.pl can go
17834              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
17835              Date: Thu, 29 Mar 2001 12:03:28 +0200
17836              Message-Id: <20010329120132.7C3B.H.M.BRAND@hccnet.nl>
17837      Branch: perl
17838            - ext/re/hints/aix.pl
17839            ! MANIFEST
17840 ____________________________________________________________________________
17841 [  9456] By: jhi                                   on 2001/03/30  02:03:32
17842         Log: Integrate perlio.
17843      Branch: perl
17844           !> ext/Encode/Encode.xs installperl
17845 ____________________________________________________________________________
17846 [  9455] By: nick                                  on 2001/03/29  21:11:46
17847         Log: DLL name has changed so installperl needs to know
17848              (Why isn't it working it out or passed it?)
17849      Branch: perlio
17850            ! installperl
17851 ____________________________________________________________________________
17852 [  9454] By: nick                                  on 2001/03/29  20:56:12
17853         Log: Change Encode's check arguments to 'bool' so SvTRUE gets used
17854              and we don't get undef warnings.
17855      Branch: perlio
17856            ! ext/Encode/Encode.xs
17857 ____________________________________________________________________________
17858 [  9453] By: nick                                  on 2001/03/29  17:58:48
17859         Log: Integrate mainline
17860      Branch: perlio
17861           !> Changes patchlevel.h
17862 ____________________________________________________________________________
17863 [  9452] By: jhi                                   on 2001/03/29  16:44:55
17864         Log: Update Changes.
17865      Branch: perl
17866            ! Changes patchlevel.h
17867 ____________________________________________________________________________
17868 [  9451] By: nick                                  on 2001/03/29  16:31:38
17869         Log: Integrate mainline
17870      Branch: perlio
17871           !> Changes Makefile.SH dump.c ext/Data/Dumper/Dumper.xs
17872           !> ext/Encode/Encode.xs ext/Storable/Storable.xs
17873           !> lib/ExtUtils/typemap patchlevel.h pod/perlhack.pod
17874           !> pod/perliol.pod t/lib/charnames.t t/lib/cwd.t t/op/bop.t
17875           !> t/op/vec.t t/op/ver.t toke.c utils/h2xs.PL
17876 ____________________________________________________________________________
17877 [  9450] By: jhi                                   on 2001/03/29  16:29:17
17878         Log: Integrate perlio.
17879      Branch: perl
17880           !> win32/buildext.pl
17881 ____________________________________________________________________________
17882 [  9449] By: jhi                                   on 2001/03/29  15:50:01
17883         Log: Update Changes.
17884      Branch: perl
17885            ! Changes patchlevel.h
17886 ____________________________________________________________________________
17887 [  9448] By: nick                                  on 2001/03/29  15:47:15
17888         Log: Make sure buildext.pl finds Errno.pm
17889      Branch: perlio
17890            ! win32/buildext.pl
17891 ____________________________________________________________________________
17892 [  9447] By: jhi                                   on 2001/03/29  15:39:34
17893         Log: Integrate perlio.
17894      Branch: perl
17895           !> win32/makefile.mk
17896 ____________________________________________________________________________
17897 [  9446] By: nick                                  on 2001/03/29  15:30:03
17898         Log: Integrate win32/makefile.mk with mainline.
17899      Branch: perlio
17900           !> win32/makefile.mk
17901 ____________________________________________________________________________
17902 [  9445] By: nick                                  on 2001/03/29  15:27:32
17903         Log: Fix breakage ... 
17904      Branch: perlio
17905            ! win32/makefile.mk
17906 ____________________________________________________________________________
17907 [  9444] By: jhi                                   on 2001/03/29  15:03:08
17908         Log: Subject: RE: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
17909              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
17910              Date: Thu, 29 Mar 2001 10:32:59 +0400
17911              Message-ID: <402099F49BEED211999700805FC7359FA8442D@ru0028exch01.spb.lucent.com>
17912      Branch: perl
17913            ! win32/makefile.mk
17914 ____________________________________________________________________________
17915 [  9443] By: jhi                                   on 2001/03/29  15:02:12
17916         Log: Integrate perlio.
17917      Branch: perl
17918           +> win32/buildext.pl
17919           !> MANIFEST ext/PerlIO/Via/Via.xs perlio.c perlio.h sv.c
17920           !> t/io/utf8.t t/lib/io_scalar.t win32/makefile.mk
17921 ____________________________________________________________________________
17922 [  9442] By: nick                                  on 2001/03/29  14:59:11
17923         Log: Work in progress - determine win32 extensions to build via script.
17924      Branch: perlio
17925            + win32/buildext.pl
17926            ! MANIFEST win32/makefile.mk
17927 ____________________________________________________________________________
17928 [  9441] By: jhi                                   on 2001/03/29  14:51:47
17929         Log: Reintroduce the use of external pwd.
17930      Branch: perl
17931            ! t/lib/cwd.t
17932 ____________________________________________________________________________
17933 [  9440] By: jhi                                   on 2001/03/29  14:42:58
17934         Log: use warnings instead of -w.
17935      Branch: perl
17936            ! utils/h2xs.PL
17937 ____________________________________________________________________________
17938 [  9439] By: jhi                                   on 2001/03/29  14:41:52
17939         Log: Subject: [PATCH h2xs.PL perl@9423] h2xs -w nits
17940              From: Jonathan Stowe <gellyfish@gellyfish.com>
17941              Date: Thu, 29 Mar 2001 09:34:12 +0100 (BST)
17942              Message-ID: <Pine.LNX.4.30.0103290929130.19409-100000@orpheus.gellyfish.com>
17943      Branch: perl
17944            ! utils/h2xs.PL
17945 ____________________________________________________________________________
17946 [  9438] By: jhi                                   on 2001/03/29  14:39:38
17947         Log: Subject: [PATCH perl@9424] minor pod nits
17948              From: Robin Barker <rmb1@cise.npl.co.uk>
17949              Date: Thu, 29 Mar 2001 14:43:05 +0100 (BST)
17950              Message-Id: <200103291343.OAA10827@tempest.npl.co.uk>
17951      Branch: perl
17952            ! pod/perlhack.pod pod/perliol.pod
17953 ____________________________________________________________________________
17954 [  9437] By: jhi                                   on 2001/03/29  14:29:16
17955         Log: Subject: [PATCH perl@9424] typemap cast warning
17956              From: Robin Barker <rmb1@cise.npl.co.uk>
17957              Date: Thu, 29 Mar 2001 13:58:47 +0100 (BST)
17958              Message-Id: <200103291258.NAA09360@tempest.npl.co.uk>
17959      Branch: perl
17960            ! lib/ExtUtils/typemap
17961 ____________________________________________________________________________
17962 [  9436] By: jhi                                   on 2001/03/29  14:26:03
17963         Log: Subject: [PATCH perl@9424] printf warning
17964              From: Robin Barker <rmb1@cise.npl.co.uk>
17965              Date: Thu, 29 Mar 2001 13:29:21 +0100 (BST)
17966              Message-Id: <200103291229.NAA03968@tempest.npl.co.uk>
17967      Branch: perl
17968            ! dump.c ext/Data/Dumper/Dumper.xs ext/Encode/Encode.xs
17969            ! ext/Storable/Storable.xs toke.c
17970 ____________________________________________________________________________
17971 [  9435] By: nick                                  on 2001/03/29  14:23:31
17972         Log: Win32 has name conflict with ERROR
17973      Branch: perlio
17974            ! ext/PerlIO/Via/Via.xs
17975 ____________________________________________________________________________
17976 [  9434] By: jhi                                   on 2001/03/29  14:17:48
17977         Log: Subject: [PATCH: 9424] some tests (was Re: Perl5.7.*  Unicode/EBCDIC status.)
17978              From: Peter Prymmer <pvhp@forte.com>
17979              Date: Wed, 28 Mar 2001 19:09:57 -0800 (PST)
17980              Message-ID: <Pine.OSF.4.10.10103281858520.314137-100000@aspara.forte.com>
17981      Branch: perl
17982            ! t/lib/charnames.t t/op/bop.t t/op/vec.t t/op/ver.t
17983 ____________________________________________________________________________
17984 [  9433] By: jhi                                   on 2001/03/29  13:52:44
17985         Log: test-prep target was missing.
17986      Branch: perl
17987            ! Makefile.SH
17988 ____________________________________________________________________________
17989 [  9432] By: nick                                  on 2001/03/29  12:40:03
17990         Log: Make as-shipped compiler default to MSVC6 
17991      Branch: perlio
17992            ! win32/makefile.mk
17993 ____________________________________________________________________________
17994 [  9431] By: nick                                  on 2001/03/29  12:12:16
17995         Log: Allow someone to write PerlIO::Array, PerlIO::Code, ...
17996              akin to PerlIO::Scalar.
17997      Branch: perlio
17998            ! perlio.c perlio.h
17999 ____________________________________________________________________________
18000 [  9430] By: nick                                  on 2001/03/29  10:56:35
18001         Log: Integrate mainline.
18002      Branch: perlio
18003           !> lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
18004           !> lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
18005           !> lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
18006           !> win32/makefile.mk win32/win32sck.c
18007 ____________________________________________________________________________
18008 [  9429] By: nick                                  on 2001/03/29  09:03:43
18009         Log: Noticed that two tests were skipped as perlio:: package
18010              isn't there any more. Changed the skip condition.
18011              Avoid core-dump if sv_utf8_upgrade() called on something
18012              that does not become SvPOK after SvPV() (e.g. a ref).
18013      Branch: perlio
18014            ! sv.c t/io/utf8.t t/lib/io_scalar.t
18015 ____________________________________________________________________________
18016 [  9428] By: jhi                                   on 2001/03/29  01:31:47
18017         Log: Subject: [PATCH] Enable warnings in File::* (was: B::Terse and warnings)
18018              From: Benjamin Sugars <bsugars@canoe.ca> 
18019              Date: Tue, 27 Mar 2001 16:27:38 -0500 (EST)
18020              Message-ID: <Pine.LNX.4.21.0103271612250.2007-100000@marmot.rim.canoe.ca>
18021      Branch: perl
18022            ! lib/File/Basename.pm lib/File/CheckTree.pm lib/File/Compare.pm
18023            ! lib/File/Copy.pm lib/File/DosGlob.pm lib/File/Find.pm
18024            ! lib/File/Path.pm lib/File/stat.pm t/lib/filecopy.t
18025 ____________________________________________________________________________
18026 [  9427] By: jhi                                   on 2001/03/29  00:49:30
18027         Log: Subject: Borland C++ for Win32 fixes; perl@9359 (also perl@9424)
18028              From: "Vadim Konovalov" <watman@inbox.ru>
18029              Date: Thu, 29 Mar 2001 01:50:12 +0400
18030              Message-ID: <001c01c0b7d1$463dd880$5742983e@vad>
18031      Branch: perl
18032            ! win32/makefile.mk win32/win32sck.c
18033 ____________________________________________________________________________
18034 [  9426] By: gsar                                  on 2001/03/29  00:28:04
18035         Log: dmake can only handle == and != in comparisons; support building
18036              with Borland's VCL libraries (from Vadim Konovalov)
18037      Branch: maint-5.6/perl
18038            ! win32/makefile.mk
18039 ____________________________________________________________________________
18040 [  9425] By: nick                                  on 2001/03/28  19:29:56
18041         Log: Integrate (@snapshot)
18042      Branch: perlio
18043           !> Changes Makefile.SH patchlevel.h t/lib/cwd.t
18044 ____________________________________________________________________________
18045 [  9424] By: jhi                                   on 2001/03/28  19:03:16
18046         Log: Update Changes.
18047      Branch: perl
18048            ! Changes patchlevel.h
18049 ____________________________________________________________________________
18050 [  9423] By: jhi                                   on 2001/03/28  18:52:09
18051         Log: Rmdir lib/XS on cleanup.
18052      Branch: perl
18053            ! Makefile.SH
18054 ____________________________________________________________________________
18055 [  9422] By: jhi                                   on 2001/03/28  18:49:34
18056         Log: Integrate perlio.
18057      Branch: perl
18058           !> t/op/utf8decode.t
18059 ____________________________________________________________________________
18060 [  9421] By: nick                                  on 2001/03/28  18:46:44
18061         Log: Loose duplicate chunk.
18062      Branch: perlio
18063            ! t/op/utf8decode.t
18064 ____________________________________________________________________________
18065 [  9420] By: nick                                  on 2001/03/28  18:44:11
18066         Log: Integrate mainline.
18067      Branch: perlio
18068           !> ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm makedef.pl vms/vms.c
18069           !> vms/vmsish.h
18070 ____________________________________________________________________________
18071 [  9419] By: jhi                                   on 2001/03/28  18:42:05
18072         Log: Can't trust external pwds
18073              (either shell builtins or external programs)
18074      Branch: perl
18075            ! t/lib/cwd.t
18076 ____________________________________________________________________________
18077 [  9418] By: jhi                                   on 2001/03/28  18:34:05
18078         Log: Integrate perlio.
18079      Branch: perl
18080            - lib/perlio.pm
18081           !> MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
18082           !> t/op/utf8decode.t
18083 ____________________________________________________________________________
18084 [  9417] By: nick                                  on 2001/03/28  18:24:02
18085         Log: PerlIO.pm / perlio.pm conflict.
18086              Update some pods.
18087              Make t/op/utf8decode.t a text file.
18088      Branch: perlio
18089            - lib/perlio.pm
18090            ! MANIFEST lib/PerlIO.pm lib/open.pm perlio.c t/lib/b.t
18091            ! t/op/utf8decode.t
18092 ____________________________________________________________________________
18093 [  9416] By: jhi                                   on 2001/03/28  18:06:07
18094         Log: Integrate change #9409 from mainline to maintperl.
18095              
18096              Yet another tweak on AIX dynaloading.
18097      Branch: maint-5.6/perl
18098           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
18099 ____________________________________________________________________________
18100 [  9415] By: gsar                                  on 2001/03/28  17:13:01
18101         Log: integrate changes#9377,9385,9401 from mainline
18102              
18103              Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
18104              
18105              If directory entries compare equal case-insensitively,
18106              retry case-sensitively.
18107              
18108              Subject: [PATCH] B::Terse and warnings
18109      Branch: maint-5.6/perl
18110           !> ext/B/B.pm ext/B/B/Terse.pm ext/File/Glob/bsd_glob.c gv.c
18111           !> t/pragma/warn/perl
18112 ____________________________________________________________________________
18113 [  9414] By: jhi                                   on 2001/03/28  17:11:12
18114         Log: Subject: [PATCH perl@9359] VMS fix-ups and status
18115              From: "Craig A. Berry" <craigberry@mac.com>
18116              Date: Wed, 28 Mar 2001 10:55:20 -0600
18117              Message-Id: <5.0.2.1.0.20010327164600.031563e8@exchi01>
18118      Branch: perl
18119            ! ext/IO/IO.xs lib/ExtUtils/MM_VMS.pm vms/vms.c vms/vmsish.h
18120 ____________________________________________________________________________
18121 [  9413] By: jhi                                   on 2001/03/28  17:03:12
18122         Log: Dup hunk.
18123      Branch: perl
18124            ! t/op/utf8decode.t
18125 ____________________________________________________________________________
18126 [  9412] By: jhi                                   on 2001/03/28  17:02:36
18127         Log: Forced integrate from perlio.
18128      Branch: perl
18129           !> t/op/utf8decode.t
18130 ____________________________________________________________________________
18131 [  9411] By: nick                                  on 2001/03/28  16:50:03
18132         Log: Integrate mainline.
18133      Branch: perlio
18134           +> t/lib/cwd.t
18135           !> MANIFEST ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
18136           !> ext/IO/lib/IO/Socket.pm ext/XS/Typemap/Typemap.pm
18137           !> ext/XS/Typemap/Typemap.xs ext/XS/Typemap/typemap gv.c
18138           !> makedef.pl pp.c t/lib/xs-typemap.t t/op/utf8decode.t
18139           !> t/pragma/warn/perl
18140 ____________________________________________________________________________
18141 [  9410] By: jhi                                   on 2001/03/28  16:44:23
18142         Log: Subject: Re: [PATCH] 9403 cannot be tested
18143              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
18144              Date: Wed, 28 Mar 2001 18:33:56 +0200
18145              Message-Id: <20010328182418.7C17.H.M.BRAND@hccnet.nl>
18146      Branch: perl
18147            ! makedef.pl
18148 ____________________________________________________________________________
18149 [  9409] By: jhi                                   on 2001/03/28  16:12:45
18150         Log: Yet another tweak on AIX dynaloading.
18151      Branch: perl
18152            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
18153 ____________________________________________________________________________
18154 [  9408] By: jhi                                   on 2001/03/28  15:52:55
18155         Log: Subject: [PATCH] 9403 cannot be tested
18156              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
18157              Date: Wed, 28 Mar 2001 17:23:00 +0200
18158              Message-Id: <20010328171835.7C14.H.M.BRAND@hccnet.nl>
18159              
18160              A missing symbol.
18161      Branch: perl
18162            ! makedef.pl
18163 ____________________________________________________________________________
18164 [  9407] By: jhi                                   on 2001/03/28  15:47:43
18165         Log: Integrate perlio. (with tweaks on t/op/utf8decode.t)
18166      Branch: perl
18167            ! t/op/utf8decode.t
18168           !> ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
18169           !> t/op/each.t t/op/pat.t t/op/regexp.t utf8.c
18170 ____________________________________________________________________________
18171 [  9406] By: jhi                                   on 2001/03/28  15:37:08
18172         Log: Subject: [PATCH] cwd.t (was: Cwd has no tests?)
18173              From: Benjamin Sugars <bsugars@canoe.ca> 
18174              Date: Tue, 27 Mar 2001 17:37:05 -0500 (EST)
18175              Message-ID: <Pine.LNX.4.21.0103271719540.2007-100000@marmot.rim.canoe.ca>
18176      Branch: perl
18177            + t/lib/cwd.t
18178            ! MANIFEST
18179 ____________________________________________________________________________
18180 [  9405] By: jhi                                   on 2001/03/28  15:13:18
18181         Log: pp_ne() needs a CORRECT boolean.
18182      Branch: perl
18183            ! pp.c
18184 ____________________________________________________________________________
18185 [  9404] By: jhi                                   on 2001/03/28  15:09:23
18186         Log: pp_ne() needs a boolean, not an integer.
18187      Branch: perl
18188            ! pp.c
18189 ____________________________________________________________________________
18190 [  9403] By: jhi                                   on 2001/03/28  14:47:43
18191         Log: (Retracted by #9404.)
18192      Branch: perl
18193            ! pp.c
18194 ____________________________________________________________________________
18195 [  9402] By: jhi                                   on 2001/03/28  14:43:59
18196         Log: Subject: Re: [PATCH] Typemap testing
18197              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
18198              Date: Tue, 27 Mar 2001 16:34:03 -1000 (HST)
18199              Message-ID: <Pine.LNX.4.30.0103271633030.21198-100000@lapaki.jach.hawaii.edu>
18200      Branch: perl
18201            ! ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
18202            ! ext/XS/Typemap/typemap t/lib/xs-typemap.t
18203 ____________________________________________________________________________
18204 [  9401] By: jhi                                   on 2001/03/28  14:42:14
18205         Log: Subject: RE: 5.6.0 BUG: Lexical warnings aren't lexical
18206              From: "Paul Marquess" <Paul_Marquess@Yahoo.co.uk>
18207              Date: Sun, 25 Mar 2001 21:59:15 +0100
18208              Message-ID: <000701c0b56e$73944220$07bdfea9@bfs.phone.com>
18209              
18210              A variable will be checked for the "use once" warnings if:
18211              
18212              1. It is in the scope of a use warnings 'once'
18213              2. It isn't in the scope of the warnings pragma at all AND $^W is set.
18214              
18215              Otherwise it won't be checked at all.
18216              
18217              Part 1 is what is in perl >= 5.6.0, Part 2 is what I'm fixing.
18218              
18219              The enclosed patch partially fixes this issue. What I didn't
18220              get to work was the case where the "used once" warning is enabled
18221              in any file other than the main file.
18222      Branch: perl
18223            ! gv.c t/pragma/warn/perl
18224 ____________________________________________________________________________
18225 [  9400] By: nick                                  on 2001/03/28  14:38:24
18226         Log: More EBCDIC tweaks:
18227              - one more swash issue &~(0xA0-1) did not do the right thing,
18228              for UTF-EBCDIC where &~(0x80-1) does for UTF-8.
18229              - add "use re 'asciirange'" to make [!-~] etc. work
18230              use it in MIME::QuotedPrint and t/op/regexp.t and t/op/pat.t
18231              - Choose a key for t/op/each.t test which gets encoded.
18232              - Skip utf8decode if this is UTF-EBCDIC.
18233      Branch: perlio
18234            ! ext/MIME/Base64/QuotedPrint.pm ext/re/re.pm perl.h regcomp.c
18235            ! t/op/each.t t/op/pat.t t/op/regexp.t t/op/utf8decode.t utf8.c
18236 ____________________________________________________________________________
18237 [  9399] By: jhi                                   on 2001/03/28  14:21:00
18238         Log: Extend the SvROK() testing also to pp_ne(), pointed out by
18239              Andreas Schwab.
18240      Branch: perl
18241            ! pp.c
18242 ____________________________________________________________________________
18243 [  9398] By: jhi                                   on 2001/03/28  00:55:56
18244         Log: Subject: [ID 20010327.007] New warning from IO::Socket for sockatmark
18245              From: David Dyck <dcd@tc.fluke.com>
18246              Date: Tue, 27 Mar 2001 15:16:24 -0800
18247              Message-Id: <200103272316.PAA21921@dd.tc.fluke.com>
18248      Branch: perl
18249            ! ext/IO/lib/IO/Socket.pm
18250 ____________________________________________________________________________
18251 [  9397] By: jhi                                   on 2001/03/27  21:52:49
18252         Log: Integrate perlio.
18253      Branch: perl
18254           +> ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
18255           +> ext/PerlIO/Via/Via.xs
18256           !> MANIFEST ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
18257 ____________________________________________________________________________
18258 [  9396] By: nick                                  on 2001/03/27  21:45:13
18259         Log: Integrate mainline.
18260      Branch: perlio
18261           !> embed.h embed.pl ext/XS/Typemap/Typemap.xs gv.c
18262           !> pod/perlapi.pod proto.h sv.c sv.h t/op/magic.t utils/h2xs.PL
18263 ____________________________________________________________________________
18264 [  9395] By: nick                                  on 2001/03/27  21:18:58
18265         Log: Outline docs for PerlIO and PerlIO::Scalar
18266      Branch: perlio
18267            ! ext/PerlIO/Scalar/Scalar.pm lib/PerlIO.pm
18268 ____________________________________________________________________________
18269 [  9394] By: nick                                  on 2001/03/27  20:50:13
18270         Log: PerlIO::Via layer (alpha-ish).
18271      Branch: perlio
18272            + ext/PerlIO/Via/Makefile.PL ext/PerlIO/Via/Via.pm
18273            + ext/PerlIO/Via/Via.xs
18274            ! MANIFEST
18275 ____________________________________________________________________________
18276 [  9393] By: jhi                                   on 2001/03/27  20:49:55
18277         Log: Retract #9329 now that 9390 should take care of the matter.
18278      Branch: perl
18279            ! utils/h2xs.PL
18280 ____________________________________________________________________________
18281 [  9390] By: jhi                                   on 2001/03/27  20:47:50
18282         Log: Subject: Autoloading Errno.pm when %! is encountered
18283              From: Robin Houston <robin@kitsite.com>
18284              Date: Tue, 27 Mar 2001 20:57:11 +0100
18285              Message-ID: <20010327205710.A24053@puffinry.freeserve.co.uk>
18286      Branch: perl
18287            ! embed.h embed.pl gv.c proto.h t/op/magic.t
18288 ____________________________________________________________________________
18289 [  9389] By: jhi                                   on 2001/03/27  20:24:31
18290         Log: Integrate perlio.
18291      Branch: perl
18292           !> doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
18293           !> ext/MIME/Base64/QuotedPrint.pm t/lib/encode.t t/lib/mimeb64.t
18294           !> utf8.c
18295 ____________________________________________________________________________
18296 [  9388] By: jhi                                   on 2001/03/27  20:21:38
18297         Log: Better have a three-element array if one is going to assign
18298              to the third element of that array. (from Tim Jenness)
18299      Branch: perl
18300            ! ext/XS/Typemap/Typemap.xs
18301 ____________________________________________________________________________
18302 [  9387] By: nick                                  on 2001/03/27  20:15:43
18303         Log: Integrate mainline.
18304      Branch: perlio
18305           +> ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
18306           +> ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
18307           +> ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
18308           +> t/lib/xs-typemap.t
18309           !> (integrate 34 files)
18310 ____________________________________________________________________________
18311 [  9386] By: jhi                                   on 2001/03/27  20:04:18
18312         Log: Subject: Re: perl@9359 breaks HTML::Parser
18313              From: Gisle Aas <gisle@ActiveState.com>
18314              Date: 27 Mar 2001 11:30:24 -0800
18315              Message-ID: <lrr8zjxb5b.fsf@caliper.ActiveState.com>
18316              
18317              Clarify the UTF-8 issues of the API docs.
18318              (Slightly reworded and expanded.)
18319      Branch: perl
18320            ! pod/perlapi.pod sv.c sv.h
18321 ____________________________________________________________________________
18322 [  9385] By: jhi                                   on 2001/03/27  19:44:25
18323         Log: If directory entries compare equal case-insensitively,
18324              retry case-sensitively.
18325      Branch: perl
18326            ! ext/File/Glob/bsd_glob.c
18327 ____________________________________________________________________________
18328 [  9384] By: nick                                  on 2001/03/27  19:38:50
18329         Log: Various EBCDIC fixes:
18330              - major revelation that swash code is encoding aware,
18331              (or thought it was) - now it is ;-)
18332              - With that out of the way fix a slab of tr/// cases.
18333              - Fix Encode 'Unicode' to be true Unicode so tests pass.
18334              - As anticipated Base64.xs needed tweaks.
18335              - Until tr/// works right avoid old_encode64 in MIME tests.
18336      Branch: perlio
18337            ! doop.c ext/Encode/Encode.pm ext/MIME/Base64/Base64.xs
18338            ! t/lib/encode.t t/lib/mimeb64.t utf8.c
18339 ____________________________________________________________________________
18340 [  9383] By: jhi                                   on 2001/03/27  18:34:41
18341         Log: Add the std test suite BEGIN block.
18342      Branch: perl
18343            ! t/lib/xs-typemap.t
18344 ____________________________________________________________________________
18345 [  9382] By: jhi                                   on 2001/03/27  15:16:07
18346         Log: Add debugging output to the test.
18347      Branch: perl
18348            ! t/lib/glob-basic.t
18349 ____________________________________________________________________________
18350 [  9381] By: jhi                                   on 2001/03/27  15:08:10
18351         Log: Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
18352      Branch: perl
18353            + ext/XS/Typemap/Makefile.PL ext/XS/Typemap/README
18354            + ext/XS/Typemap/Typemap.pm ext/XS/Typemap/Typemap.xs
18355            + ext/XS/Typemap/stdio.c ext/XS/Typemap/typemap
18356            + t/lib/xs-typemap.t
18357            ! MANIFEST
18358 ____________________________________________________________________________
18359 [  9380] By: jhi                                   on 2001/03/27  14:48:34
18360         Log: Subject: [PATCH] Typemap testing
18361              From: Tim Jenness <t.jenness@jach.hawaii.edu> 
18362              Date: Sun, 25 Mar 2001 16:46:12 -1000 (HST)
18363              Message-ID: <Pine.LNX.4.30.0103251629350.16988-101000@lapaki.jach.hawaii.edu>
18364              
18365              (The first part of the patch.)
18366      Branch: perl
18367            ! lib/ExtUtils/typemap lib/ExtUtils/xsubpp
18368 ____________________________________________________________________________
18369 [  9379] By: jhi                                   on 2001/03/27  14:44:56
18370         Log: Subject: Re: [PATCH] t/lib/glob-basic.t  
18371              From: Benjamin Sugars <bsugars@canoe.ca> 
18372              Date: Mon, 26 Mar 2001 14:11:47 -0500 (EST)
18373              Message-ID: <Pine.LNX.4.21.0103261406170.2729-100000@marmot.rim.canoe.ca>
18374      Branch: perl
18375            ! t/lib/glob-basic.t
18376 ____________________________________________________________________________
18377 [  9378] By: jhi                                   on 2001/03/27  14:42:30
18378         Log: Subject: [PATCH] perlvar nit
18379              From: Simon Cozens <simon@netthink.co.uk>
18380              Date: Tue, 27 Mar 2001 01:12:01 +0100
18381              Message-ID: <20010327011201.A19179@netthink.co.uk>
18382      Branch: perl
18383            ! pod/perlvar.pod
18384 ____________________________________________________________________________
18385 [  9377] By: jhi                                   on 2001/03/27  14:36:26
18386         Log: Subject: [PATCH] B::Terse and warnings
18387              From: Benjamin Sugars <ben.sugars@home.com>
18388              Date: Mon, 26 Mar 2001 23:40:33 -0500 (EST)
18389              Message-ID: <Pine.LNX.4.21.0103262320170.20040-100000@localhost.localdomain>
18390      Branch: perl
18391            ! ext/B/B.pm ext/B/B/Terse.pm
18392 ____________________________________________________________________________
18393 [  9376] By: jhi                                   on 2001/03/27  14:31:31
18394         Log: Document sockatmark() some.
18395      Branch: perl
18396            ! pod/perldiag.pod pod/perlfunc.pod pod/perlport.pod
18397            ! pod/perltoc.pod
18398 ____________________________________________________________________________
18399 [  9375] By: jhi                                   on 2001/03/27  14:00:24
18400         Log: sv_catpvf(sv, "%c", 128) should not UTF-8-ify the sv,
18401              noted by Gisle and fixed by NI-S.
18402      Branch: perl
18403            ! sv.c
18404 ____________________________________________________________________________
18405 [  9374] By: jhi                                   on 2001/03/27  05:50:01
18406         Log: Regen toc.
18407      Branch: perl
18408            ! pod/perltoc.pod
18409 ____________________________________________________________________________
18410 [  9373] By: jhi                                   on 2001/03/27  05:43:51
18411         Log: Pixie documenting.
18412      Branch: perl
18413            ! Makefile.SH pod/perlhack.pod
18414 ____________________________________________________________________________
18415 [  9372] By: jhi                                   on 2001/03/27  05:29:34
18416         Log: Metaconfig unit changes for #9371.
18417      Branch: metaconfig
18418            ! U/modified/myhostname.U
18419      Branch: metaconfig/U/perl
18420            + d_sockatmark.U
18421            ! gccvers.U
18422 ____________________________________________________________________________
18423 [  9371] By: jhi                                   on 2001/03/27  05:29:07
18424         Log: Add sockatmark() probing.
18425      Branch: perl
18426            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
18427            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
18428            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
18429            ! vos/config.ga.h win32/config.bc win32/config.gc
18430            ! win32/config.vc
18431 ____________________________________________________________________________
18432 [  9370] By: jhi                                   on 2001/03/26  22:01:18
18433         Log: pp_ncmp() and pp_scmp() should return numeric values, not booleans.
18434              Really need to benchmark this.
18435      Branch: perl
18436            ! pp.c
18437 ____________________________________________________________________________
18438 [  9369] By: nick                                  on 2001/03/26  21:59:30
18439         Log: Integrate mainline.
18440      Branch: perlio
18441            ! ext/MIME/Base64/QuotedPrint.pm
18442           !> Changes Makefile.SH ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
18443           !> patchlevel.h pod/perlhack.pod pp_sys.c
18444 ____________________________________________________________________________
18445 [  9368] By: jhi                                   on 2001/03/26  21:47:03
18446         Log: Treat pp_ncmp() and pp_scmp() as in #9366 (ROK).
18447              
18448              TODO1: perlbench.
18449              TODO2: le, lt, ge, gt?  Yech.
18450      Branch: perl
18451            ! pp.c
18452 ____________________________________________________________________________
18453 [  9367] By: jhi                                   on 2001/03/26  21:34:57
18454         Log: Too much cut-and-paste in #9363.
18455      Branch: perl
18456            ! pp_sys.c
18457 ____________________________________________________________________________
18458 [  9366] By: jhi                                   on 2001/03/26  21:20:53
18459         Log: Subject: $ref1 == $ref2 without NV_PRESERVES_UV
18460              From: Andreas Schwab <schwab@suse.de>
18461              Date: 26 Mar 2001 17:29:04 +0200
18462              Message-ID: <jeitkw5z27.fsf@hawking.suse.de>
18463              
18464              (The patch for 5.6.0 or so, this is a guess for bleadperl)
18465      Branch: perl
18466            ! pp_hot.c
18467 ____________________________________________________________________________
18468 [  9365] By: jhi                                   on 2001/03/26  21:07:54
18469         Log: Integrate perlio.
18470      Branch: perl
18471           !> perlio.c
18472 ____________________________________________________________________________
18473 [  9364] By: nick                                  on 2001/03/26  20:30:48
18474         Log: REFCNT botch in layer name cache hash.
18475      Branch: perlio
18476            ! perlio.c
18477 ____________________________________________________________________________
18478 [  9363] By: jhi                                   on 2001/03/26  18:44:32
18479         Log: Subject: [PATCH] socket() leaks file descriptors
18480              From: Benjamin Sugars <bsugars@canoe.ca>
18481              Date: Mon, 26 Mar 2001 13:29:54 -0500 (EST)
18482              Message-ID: <Pine.LNX.4.21.0103261315510.2729-100000@marmot.rim.canoe.ca>
18483              
18484              Also sockpair() fixed similarly.
18485      Branch: perl
18486            ! pp_sys.c
18487 ____________________________________________________________________________
18488 [  9362] By: jhi                                   on 2001/03/26  18:37:52
18489         Log: Integrate perlio.
18490      Branch: perl
18491           !> README.os390 miniperlmain.c perlio.c perliol.h t/op/pat.t
18492 ____________________________________________________________________________
18493 [  9361] By: nick                                  on 2001/03/26  17:32:06
18494         Log: Implement flush of linebuffered streams on read of a tty.
18495      Branch: perlio
18496            ! perlio.c perliol.h
18497 ____________________________________________________________________________
18498 [  9360] By: nick                                  on 2001/03/26  17:12:32
18499         Log: Memory tweaks and notes for OEMVS.
18500      Branch: perlio
18501            ! README.os390 miniperlmain.c t/op/pat.t
18502 ____________________________________________________________________________
18503 [  9359] By: jhi                                   on 2001/03/26  02:12:54
18504         Log: Update Changes.
18505      Branch: perl
18506            ! Changes patchlevel.h
18507 ____________________________________________________________________________
18508 [  9358] By: jhi                                   on 2001/03/26  02:05:32
18509         Log: Document the most common pixie options.
18510      Branch: perl
18511            ! pod/perlhack.pod
18512 ____________________________________________________________________________
18513 [  9357] By: jhi                                   on 2001/03/26  01:25:28
18514         Log: For perl.pixie check *before* compiling that optimize is -g,
18515              as for perl.third.
18516      Branch: perl
18517            ! Makefile.SH
18518 ____________________________________________________________________________
18519 [  9356] By: jhi                                   on 2001/03/26  01:13:41
18520         Log: rmdir lib/Digest, lib/MIME, and lib/PerlIO.
18521      Branch: perl
18522            ! Makefile.SH
18523 ____________________________________________________________________________
18524 [  9355] By: jhi                                   on 2001/03/26  01:11:19
18525         Log: Remove t/perl.third.
18526      Branch: perl
18527            ! Makefile.SH
18528 ____________________________________________________________________________
18529 [  9354] By: jhi                                   on 2001/03/26  00:23:38
18530         Log: Implement IO::Socket::atmark(), inspired by Lincoln Stein's
18531              IO::Sockatmark().
18532      Branch: perl
18533            ! ext/IO/IO.xs ext/IO/lib/IO/Socket.pm
18534 ____________________________________________________________________________
18535 [  9353] By: jhi                                   on 2001/03/25  22:25:04
18536         Log: Integrate perlio.
18537      Branch: perl
18538           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
18539           !> ext/PerlIO/Scalar/Scalar.xs perl.c perlio.c perlio.h perliol.h
18540           !> pp_hot.c win32/makefile.mk
18541 ____________________________________________________________________________
18542 [  9352] By: jhi                                   on 2001/03/25  22:21:41
18543         Log: Subject: Re: [ID 20010215.006] Bad arg length for Socket::unpack_sockaddr_un, length is 14 ...
18544              From: Radu Greab <radu@netsoft.ro>
18545              Date: Fri, 23 Mar 2001 21:14:59 +0200 (EET)
18546              Message-ID: <15035.41139.646781.478457@ix.netsoft.ro>
18547      Branch: perl
18548            ! pp_sys.c
18549 ____________________________________________________________________________
18550 [  9351] By: nick                                  on 2001/03/25  22:15:02
18551         Log: Fix readline in list mode to tell rest of world that it has
18552              things on the stack. Otherwise if perl code gets invoked
18553              underneath it it scribbles over results-so-far.
18554              (Why TIEHANDLE has not tripped on this is a mystery.)
18555      Branch: perlio
18556            ! pp_hot.c
18557 ____________________________________________________________________________
18558 [  9350] By: nick                                  on 2001/03/25  22:10:13
18559         Log: win32/makefile.mk typos
18560      Branch: perlio
18561            ! win32/makefile.mk
18562 ____________________________________________________________________________
18563 [  9349] By: nick                                  on 2001/03/25  21:31:14
18564         Log: Integrate now-non-binary file.
18565      Branch: perlio
18566           !> t/lib/mimeqp.t
18567 ____________________________________________________________________________
18568 [  9348] By: nick                                  on 2001/03/25  21:27:24
18569         Log: Make it text
18570      Branch: perlio
18571            ! t/lib/mimeqp.t
18572 ____________________________________________________________________________
18573 [  9347] By: nick                                  on 2001/03/25  21:25:37
18574         Log: Integrate mainline.
18575      Branch: perlio
18576           !> ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
18577           !> lib/Term/ReadLine.pm t/lib/md5-file.t
18578 ____________________________________________________________________________
18579 [  9346] By: nick                                  on 2001/03/25  20:58:15
18580         Log: Add destruct time hook to PerlIO (for work-in-process implementing
18581              layers in perl code. In such cases layers need to be popped before
18582              we loose the ability to run perl code.)
18583              Also back-out "PerlIO::object" hook - it isn't going to work like that...
18584      Branch: perlio
18585            ! perl.c perlio.c perlio.h perliol.h
18586 ____________________________________________________________________________
18587 [  9345] By: nick                                  on 2001/03/25  20:49:11
18588         Log: Avoid at leasy one of undefined warnings in Encode.
18589      Branch: perlio
18590            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
18591 ____________________________________________________________________________
18592 [  9344] By: jhi                                   on 2001/03/25  20:37:43
18593         Log: A workaround for using Term::ReadLine in emacs minibuffer
18594              from Wybo Dekker <wybo@servalys.nl> and Johan Vromans;
18595              additional tweaks from Ilya Zakharevich.
18596      Branch: perl
18597            ! lib/Term/ReadLine.pm
18598 ____________________________________________________________________________
18599 [  9343] By: nick                                  on 2001/03/25  20:21:14
18600         Log: Missing return value.
18601      Branch: perlio
18602            ! ext/PerlIO/Scalar/Scalar.xs
18603 ____________________________________________________________________________
18604 [  9342] By: jhi                                   on 2001/03/25  16:21:00
18605         Log: Roll back the version numbers of Digest::MD5 and MIME::Base64
18606              to equal the CPAN versions since no code changes have been made.
18607      Branch: perl
18608            ! ext/Digest/MD5/MD5.pm ext/MIME/Base64/Base64.pm
18609            ! t/lib/md5-file.t
18610 ____________________________________________________________________________
18611 [  9341] By: jhi                                   on 2001/03/25  16:01:48
18612         Log: Escape 8-bit characters.
18613      Branch: perl
18614            ! t/lib/mimeqp.t
18615 ____________________________________________________________________________
18616 [  9340] By: gsar                                  on 2001/03/25  15:50:53
18617         Log: readd mimeqp.t as xtext (used to be binary because of the literal 8-bit
18618              chars)
18619      Branch: perl
18620            + t/lib/mimeqp.t
18621 ____________________________________________________________________________
18622 [  9339] By: gsar                                  on 2001/03/25  15:48:50
18623         Log: delete mimeqp.t for later with text mode set
18624      Branch: perl
18625            - t/lib/mimeqp.t
18626 ____________________________________________________________________________
18627 [  9338] By: nick                                  on 2001/03/25  09:01:57
18628         Log: Integrate mainline.
18629      Branch: perlio
18630           +> ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
18631           +> ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
18632           +> ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
18633           +> t/lib/mimeb64u.t t/lib/mimeqp.t
18634           !> MANIFEST configure.com djgpp/config.over epoc/config.sh
18635           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh t/lib/md5-file.t
18636           !> utils/h2xs.PL win32/Makefile win32/makefile.mk
18637 ____________________________________________________________________________
18638 [  9337] By: jhi                                   on 2001/03/25  04:23:24
18639         Log: Add MIME::Base64 here and there.  Again, a lot of
18640              optimism is in the air.
18641      Branch: perl
18642            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
18643            ! hints/uwin.sh hints/vmesa.sh win32/Makefile win32/makefile.mk
18644 ____________________________________________________________________________
18645 [  9336] By: jhi                                   on 2001/03/25  04:12:43
18646         Log: Add PerlIO::Scalar to win32/Makefile. (I'm doing
18647              this by ear as I do not do Win32 programming.)
18648      Branch: perl
18649            ! win32/Makefile win32/makefile.mk
18650 ____________________________________________________________________________
18651 [  9335] By: jhi                                   on 2001/03/25  04:03:50
18652         Log: Put back the MD5-Base64 tests now that we have MIME::Base64.
18653      Branch: perl
18654            ! t/lib/md5-file.t
18655 ____________________________________________________________________________
18656 [  9334] By: jhi                                   on 2001/03/25  03:58:53
18657         Log: Add MIME::Base 2.12 from Gisle Aas, version number bumped to 2.13.
18658      Branch: perl
18659            + ext/MIME/Base64/Base64.pm ext/MIME/Base64/Base64.xs
18660            + ext/MIME/Base64/Changes ext/MIME/Base64/Makefile.PL
18661            + ext/MIME/Base64/QuotedPrint.pm t/lib/mimeb64.t
18662            + t/lib/mimeb64u.t t/lib/mimeqp.t
18663            ! MANIFEST
18664 ____________________________________________________________________________
18665 [  9333] By: jhi                                   on 2001/03/24  20:14:37
18666         Log: Integrate perlio.
18667      Branch: perl
18668           !> doio.c pod/perlfunc.pod pod/perliol.pod win32/makefile.mk
18669 ____________________________________________________________________________
18670 [  9332] By: nick                                  on 2001/03/24  19:40:34
18671         Log: Fix un-init variable leading to spurious "Out of Memory!"
18672      Branch: perlio
18673            ! doio.c
18674 ____________________________________________________________________________
18675 [  9331] By: nick                                  on 2001/03/24  19:09:59
18676         Log: Tweak docs for C<open> (boy does that need wholesale revision...)
18677              and update layers internals doc.
18678      Branch: perlio
18679            ! pod/perlfunc.pod pod/perliol.pod
18680 ____________________________________________________________________________
18681 [  9330] By: jhi                                   on 2001/03/24  18:42:11
18682         Log: The length might be uninitialized garbage if the *svp is the undef.
18683      Branch: perl
18684            ! doio.c
18685 ____________________________________________________________________________
18686 [  9329] By: jhi                                   on 2001/03/24  18:26:57
18687         Log: (Retracted by #9393)
18688
18689              Subject: [PATCH h2xs] $!{EINVAL} requires "use Errno"
18690              From: Simon Cozens <simon@netthink.co.uk>
18691              Date: Sat, 24 Mar 2001 17:13:17 +0000
18692              Message-ID: <20010324171317.A13406@netthink.co.uk>
18693      Branch: perl
18694            ! utils/h2xs.PL
18695 ____________________________________________________________________________
18696 [  9328] By: nick                                  on 2001/03/24  17:22:02
18697         Log: Integrate mainline.
18698      Branch: perlio
18699           !> lib/unicode/Names.txt lib/unicode/ReadMe.txt
18700           !> lib/unicode/version
18701 ____________________________________________________________________________
18702 [  9327] By: nick                                  on 2001/03/24  17:16:02
18703         Log: Integrate mainline.
18704      Branch: perlio
18705           +> ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
18706           +> ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
18707           +> ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
18708           +> lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
18709           +> t/lib/md5-file.t
18710           !> MANIFEST Makefile.SH configure.com djgpp/config.over
18711           !> epoc/config.sh ext/DynaLoader/hints/aix.pl hints/aix.sh
18712           !> hints/uts.sh hints/uwin.sh hints/vmesa.sh lib/Net/Ping.pm op.c
18713           !> pp.c t/lib/b.t t/op/re_tests t/op/repeat.t win32/Makefile
18714           !> win32/makefile.mk
18715 ____________________________________________________________________________
18716 [  9326] By: jhi                                   on 2001/03/24  17:00:42
18717         Log: Upgrade to Unicode 3.1 beta 2001-03-23.
18718      Branch: perl
18719            ! lib/unicode/Names.txt lib/unicode/ReadMe.txt
18720            ! lib/unicode/version
18721 ____________________________________________________________________________
18722 [  9325] By: jhi                                   on 2001/03/24  16:22:33
18723         Log: Subject: Re: B::Deparse bug (5.6.0)
18724              From: Robin Houston <robin@kitsite.com>
18725              Date: Sat, 24 Mar 2001 14:33:09 +0000
18726              Message-ID: <20010324143309.B17734@puffinry.freeserve.co.uk>
18727      Branch: perl
18728            ! op.c pp.c t/lib/b.t t/op/repeat.t
18729 ____________________________________________________________________________
18730 [  9324] By: jhi                                   on 2001/03/24  16:21:56
18731         Log: Boldly add extensions to be built to VMS, EPOC, UTS,
18732              U/WIN, and VM/ESA (and fixups for DJGPP).  Some of
18733              these additions may be too optimistic.
18734      Branch: perl
18735            ! configure.com djgpp/config.over epoc/config.sh hints/uts.sh
18736            ! hints/uwin.sh hints/vmesa.sh
18737 ____________________________________________________________________________
18738 [  9323] By: jhi                                   on 2001/03/24  16:06:01
18739         Log: Integrate perlio.
18740      Branch: perl
18741           +> ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
18742           +> ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
18743            ! Makefile.SH
18744           !> MANIFEST doio.c embed.h ext/Encode/Encode.xs
18745           !> ext/POSIX/POSIX.xs global.sym iperlsys.h makedef.pl objXSUB.h
18746           !> perlapi.c perlio.c perliol.h proto.h t/io/open.t t/io/utf8.t
18747           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
18748           !> win32/makefile.mk win32/perlhost.h win32/win32.c
18749           !> win32/win32iop.h
18750 ____________________________________________________________________________
18751 [  9322] By: nick                                  on 2001/03/24  14:39:12
18752         Log: Routine Win32 regen_config_h - no real changes.
18753      Branch: perlio
18754            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
18755 ____________________________________________________________________________
18756 [  9321] By: nick                                  on 2001/03/24  14:31:49
18757         Log: PerlIO fixups for Win32:
18758              - provide win33_popenlist() - non-functional as yet.
18759              - avoid need for aTHX in PerlIO_debug calls - even if not 
18760              enabled args are still evaluated so Win32 has trouble during fork().
18761              - Add PerlIO/Scalar to list of extensions in win32/makefile.mk
18762              - Fixup makedef.pl for latest set of symbols.
18763      Branch: perlio
18764            ! iperlsys.h makedef.pl perlio.c win32/makefile.mk
18765            ! win32/perlhost.h win32/win32.c win32/win32iop.h
18766 ____________________________________________________________________________
18767 [  9320] By: nick                                  on 2001/03/24  14:26:58
18768         Log: POSIX::getcwd XS code to call Cwd::cwd when HAS_GETCWD not defined
18769              was gibberish - broke it on WIn32 at least.
18770      Branch: perlio
18771            ! ext/POSIX/POSIX.xs
18772 ____________________________________________________________________________
18773 [  9319] By: nick                                  on 2001/03/24  11:29:41
18774         Log: Generated files.
18775      Branch: perlio
18776            ! embed.h global.sym objXSUB.h perlapi.c proto.h
18777 ____________________________________________________________________________
18778 [  9318] By: nick                                  on 2001/03/24  10:29:37
18779         Log: Implement:
18780              1.  open($fh,"+<",undef);  # add test to t/io/open.t
18781              2.  open($fh,"+<",\$var);  # New test t/lib/io_scalar.t
18782      Branch: perlio
18783            + ext/PerlIO/Scalar/Makefile.PL ext/PerlIO/Scalar/Scalar.pm
18784            + ext/PerlIO/Scalar/Scalar.xs t/lib/io_scalar.t
18785            ! MANIFEST doio.c ext/Encode/Encode.xs perlio.c perliol.h
18786            ! t/io/open.t t/io/utf8.t
18787 ____________________________________________________________________________
18788 [  9317] By: jhi                                   on 2001/03/23  23:41:25
18789         Log: AIX does seems to have optimization problems with its C compilers.
18790      Branch: perl
18791            ! hints/aix.sh
18792 ____________________________________________________________________________
18793 [  9316] By: jhi                                   on 2001/03/23  23:40:46
18794         Log: Integrate perlio.
18795      Branch: perl
18796           +> lib/PerlIO.pm
18797           !> MANIFEST doio.c ext/Encode/Encode.xs perlio.c perlio.h
18798           !> perliol.h
18799 ____________________________________________________________________________
18800 [  9315] By: jhi                                   on 2001/03/23  22:16:30
18801         Log: Fix the EBCDIC MD5.pm checksum, from Pter Prymmer.
18802      Branch: perl
18803            ! t/lib/md5-file.t
18804 ____________________________________________________________________________
18805 [  9314] By: nick                                  on 2001/03/23  20:49:02
18806         Log: Perlio internals re-organized.
18807              - open process creates AV of layer/arg pairs
18808              (appends layers from open() or open.pm to default list).
18809              - push arg is now an SV.
18810              - layer ->Open get passed the AV
18811              - open is no longer mandatory method.
18812              - topmost layer that has ->Open method does the open
18813              - any layers above are pushed once that returns.
18814              - vtable re-ordered so dummy layers need only provide push/pop methods.
18815      Branch: perlio
18816            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
18817 ____________________________________________________________________________
18818 [  9313] By: nick                                  on 2001/03/23  16:27:41
18819         Log: Check in a stable (working) version before next round of tweaks.
18820              Changes include:
18821              - Move default layers code out of doio.c and into perlio.c
18822              - Single routine for parsing layer specification strings.
18823              - Skeleton support for demand loading of layers
18824              - Core-dump avoidance if PERLIO environment specifies loadable layer
18825              (does not _work_ as need IO to load and need load to do IO ...)
18826      Branch: perlio
18827            + lib/PerlIO.pm
18828            ! MANIFEST doio.c perlio.c
18829 ____________________________________________________________________________
18830 [  9312] By: gsar                                  on 2001/03/23  16:25:25
18831         Log: add execute bit to files with shebang lines in the repository;
18832              avoid clobbering execute bit in Porting/makerel 
18833      Branch: maint-5.6/perl
18834            ! (edit 144 files)
18835 ____________________________________________________________________________
18836 [  9311] By: jhi                                   on 2001/03/23  14:25:35
18837         Log: Forgot the unneeded hints/dec_osf.pl into MANIFEST in #9308.
18838      Branch: perl
18839            ! MANIFEST
18840 ____________________________________________________________________________
18841 [  9310] By: jhi                                   on 2001/03/23  13:45:04
18842         Log: Subject: [PATCH] Net::Ping
18843              From: Colin McMillen <mcmi0037@tc.umn.edu>
18844              Date: Thu, 22 Mar 2001 19:30:31 -0600
18845              Message-ID: <20010322193031.A18814@strago.jenovaproject.org>
18846      Branch: perl
18847            ! lib/Net/Ping.pm
18848 ____________________________________________________________________________
18849 [  9309] By: jhi                                   on 2001/03/23  13:39:13
18850         Log: EBCDIC patches for Digest::MD5 tests from Peter Prymmer.
18851      Branch: perl
18852            ! t/lib/md5-aaa.t t/lib/md5-file.t
18853 ____________________________________________________________________________
18854 [  9308] By: jhi                                   on 2001/03/23  13:20:34
18855         Log: Integrate Digest-1.00 and Digest-MD5-2.13, from Gisle Aas.
18856              - bump the version to 2.14
18857              - drop the base64 tests since they require MIME::Base64
18858              - drop the rfc1321.txt
18859              - drop the hints/dec_osf.pl since it's only needed for
18860              pre-5.005_03 Perls
18861              Todo:
18862              - the U32 alignment testing is now removed; it needs to
18863              be reintroduced as as a Config variable (meaning also
18864              as a Configure test)
18865              - get the new EBCDIC md5sum for MD5.pm
18866              - test in Win32 to see how badly I botched the makefiles
18867      Branch: perl
18868            + ext/Digest/MD5/Changes ext/Digest/MD5/MD5.pm
18869            + ext/Digest/MD5/MD5.xs ext/Digest/MD5/Makefile.PL
18870            + ext/Digest/MD5/hints/irix_6.pl ext/Digest/MD5/typemap
18871            + lib/Digest.pm t/lib/digest.t t/lib/md5-aaa.t t/lib/md5-badf.t
18872            + t/lib/md5-file.t
18873            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
18874            ! win32/Makefile win32/makefile.mk
18875 ____________________________________________________________________________
18876 [  9307] By: jhi                                   on 2001/03/23  12:56:14
18877         Log: Integrate change #9306 from maintperl into mainline,
18878              AIX dynaloader for AIXes without <load.h>.
18879      Branch: perl
18880           !> ext/DynaLoader/hints/aix.pl
18881 ____________________________________________________________________________
18882 [  9306] By: jhi                                   on 2001/03/23  12:51:36
18883         Log: There are AIXes without /usr/include/load.h,
18884              patch from H.Merijn Brand.
18885      Branch: maint-5.6/perl
18886            ! ext/DynaLoader/hints/aix.pl
18887 ____________________________________________________________________________
18888 [  9305] By: nick                                  on 2001/03/23  11:00:42
18889         Log: Add pTHX_ to -Duseperlio API where it does not conflict with legacy stuff.
18890      Branch: perlio
18891            ! ext/Encode/Encode.xs perlio.c perlio.h
18892 ____________________________________________________________________________
18893 [  9304] By: nick                                  on 2001/03/23  10:20:46
18894         Log: Render -Duseperlio functional again.
18895              - this is "quick fix" which calls PerlIO_apply_layers after opening,
18896              which is what old scheme did. New scheme needs to change that
18897              to make open(...,\$scalar) etc. work but this will do for now.
18898      Branch: perlio
18899            ! perlio.c
18900 ____________________________________________________________________________
18901 [  9303] By: nick                                  on 2001/03/23  09:53:20
18902         Log: Avoid "reopen" semantics for time being. Fix bug in dup logic.
18903              -Uuseperlio now works again.
18904              -Duseperlio is still poorly. Don't merge yet...
18905      Branch: perlio
18906            ! doio.c perlio.h
18907 ____________________________________________________________________________
18908 [  9302] By: nick                                  on 2001/03/22  22:26:51
18909         Log: Snapshot of new PerlIO open scheme. Still buggy - mainly in open($fh,">&STDOUT!")
18910              type code.
18911              - Invent PerlIO_openn() - which has "lots" of args a bit like do_openn() which
18912              is its main caller. In particular now has access to "extra" args, and
18913              can tell when an open handle is "reopened" (or duped?).
18914              - In -Duseperlio PerlIO_open() et. al. are now wrappers on PerlIO_openn().
18915              - In -Uuseperlio (untested as yet) PerlIO_openn() is a wrapper on
18916              PerlIO_open() et. al. (i.e. other way round).
18917              - Collapse "vtable" entries for layers - was fdopen/open/reopen now just open
18918              with args close to PerlIO_openn().
18919      Branch: perlio
18920            ! doio.c ext/Encode/Encode.xs perlio.c perlio.h perliol.h
18921 ____________________________________________________________________________
18922 [  9301] By: jhi                                   on 2001/03/22  20:58:04
18923         Log: Integrate perlio.
18924      Branch: perl
18925           !> doio.c embed.pl iperlsys.h perl.c perlio.c pp_hot.c pp_sys.c
18926           !> t/io/open.t util.c
18927 ____________________________________________________________________________
18928 [  9300] By: nick                                  on 2001/03/22  17:36:32
18929         Log: Don't include $@ in not ok message.
18930      Branch: perlio
18931            ! t/io/open.t
18932 ____________________________________________________________________________
18933 [  9299] By: gsar                                  on 2001/03/22  16:53:45
18934         Log: back out changes#7532,7521 for now (appears to have problems
18935              on IRIX)
18936      Branch: maint-5.6/perl
18937            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
18938            ! ext/POSIX/typemap pod/perlvar.pod
18939 ____________________________________________________________________________
18940 [  9298] By: nick                                  on 2001/03/22  14:35:46
18941         Log: Give a meaning to '&' in n-arg open case:
18942              open($fh,"<&",$scalar);
18943              $scalar can be:
18944              - an integer which does "fdopen"
18945              open($fh,"<&",2); # like open($fh,"<&2")
18946              - something that will yield a file handle via sv_2io()
18947              useful for dup'ing anonymous handles.
18948              e.g.:
18949              open(my $fh,"<&",\*STDIN);
18950              open(my $dup,"<&",$fh);
18951      Branch: perlio
18952            ! doio.c t/io/open.t
18953 ____________________________________________________________________________
18954 [  9297] By: nick                                  on 2001/03/22  13:34:35
18955         Log: Implement open($fh,"-|",prog,args...) for HAS_FORK cases.
18956      Branch: perlio
18957            ! util.c
18958 ____________________________________________________________________________
18959 [  9296] By: nick                                  on 2001/03/22  12:51:20
18960         Log: Re-instate warnings for 'eof STDOUT' etc. by marking STD* as appropriate IoTYPE.
18961      Branch: perlio
18962            ! perl.c
18963 ____________________________________________________________________________
18964 [  9295] By: nick                                  on 2001/03/22  11:59:44
18965         Log: If stdin, stdout or stderr get opened in unexpected read/write state
18966              then warn at time of open not at time of use.
18967      Branch: perlio
18968            ! doio.c pp_hot.c pp_sys.c
18969 ____________________________________________________________________________
18970 [  9294] By: nick                                  on 2001/03/22  10:54:35
18971         Log: Die on n-arg open(...,"",xxx,yyy,...)
18972              - redirect pipe cases to PerlProc_popen_list() (which just croaks for now)
18973              - die on read/write cases so we can decide what it means later.
18974      Branch: perlio
18975            ! doio.c embed.pl iperlsys.h util.c
18976 ____________________________________________________________________________
18977 [  9293] By: nick                                  on 2001/03/22  09:02:45
18978         Log: perlio tweaks (reported by Nick Clark)
18979              Line buffer ttys, PerlIOBuf_tell() on unseekable off-by one,
18980              error check in Pendinf_read().
18981      Branch: perlio
18982            ! perlio.c
18983 ____________________________________________________________________________
18984 [  9292] By: gsar                                  on 2001/03/22  07:12:00
18985         Log: integrate changes#8306,8532 from mainline (missing USE_PURE_BISON
18986              fixes)
18987      Branch: maint-5.6/perl
18988           !> embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h toke.c
18989 ____________________________________________________________________________
18990 [  9291] By: jhi                                   on 2001/03/22  06:06:44
18991         Log: Regex tests from Chicheng Zhang.  (Already fixed.)
18992      Branch: perl
18993            ! t/op/re_tests
18994 ____________________________________________________________________________
18995 [  9290] By: jhi                                   on 2001/03/22  05:57:01
18996         Log: Move MacOS Classic higher in the list of supported platforms.
18997      Branch: maint-5.6/perl
18998            ! pod/perlport.pod
18999 ____________________________________________________________________________
19000 [  9289] By: gsar                                  on 2001/03/22  05:35:04
19001         Log: revert part of change#6438 for compatibility (av_reify()
19002              appears to be needed to implement av_splice()ish things
19003              in XS)
19004      Branch: maint-5.6/perl
19005            ! embed.pl global.sym objXSUB.h perlapi.c
19006 ____________________________________________________________________________
19007 [  9288] By: gsar                                  on 2001/03/22  03:09:19
19008         Log: update copyright year
19009      Branch: maint-5.6/perl
19010            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
19011            ! doop.c dump.c form.h gv.c gv.h handy.h hv.c hv.h mg.c mg.h
19012            ! op.c op.h perl.c perl.h perlio.c perly.y pp.c pp.h pp_ctl.c
19013            ! pp_hot.c pp_sys.c regcomp.c regexec.c run.c scope.c sv.c sv.h
19014            ! toke.c utf8.c utf8.h util.c util.h x2p/EXTERN.h x2p/INTERN.h
19015            ! x2p/a2p.c x2p/a2p.h x2p/a2p.y x2p/a2py.c x2p/hash.c x2p/hash.h
19016            ! x2p/proto.h x2p/str.c x2p/str.h x2p/util.c x2p/util.h
19017            ! x2p/walk.c
19018 ____________________________________________________________________________
19019 [  9287] By: jhi                                   on 2001/03/21  20:30:54
19020         Log: Integrate perlio.
19021      Branch: perl
19022           !> ext/Data/Dumper/Dumper.xs
19023 ____________________________________________________________________________
19024 [  9286] By: gsar                                  on 2001/03/21  19:49:54
19025         Log: makefile.mk tweak
19026      Branch: maint-5.6/perl
19027            ! win32/Makefile win32/makefile.mk
19028 ____________________________________________________________________________
19029 [  9285] By: nick                                  on 2001/03/21  19:07:13
19030         Log: Multiplicity fix for Dumper.
19031      Branch: perlio
19032            ! ext/Data/Dumper/Dumper.xs
19033 ____________________________________________________________________________
19034 [  9284] By: nick                                  on 2001/03/21  19:01:07
19035         Log: Integrate mainline - (does not build xTHX issue in Dumper).
19036      Branch: perlio
19037           !> (integrate 27 files)
19038 ____________________________________________________________________________
19039 [  9283] By: jhi                                   on 2001/03/21  17:17:35
19040         Log: Integrate change #9282 from mainline into maintperl,
19041              4-arg UTF-8 substr().
19042      Branch: maint-5.6/perl
19043           !> pp.c
19044 ____________________________________________________________________________
19045 [  9282] By: jhi                                   on 2001/03/21  17:15:43
19046         Log: The #9270 would have leaked a scalar if pp_substr()
19047              returned early.
19048      Branch: perl
19049            ! pp.c
19050 ____________________________________________________________________________
19051 [  9281] By: gsar                                  on 2001/03/21  17:03:14
19052         Log: makefile.mk defaults to GCC, not BORLAND (as mentioned in README.win32)
19053      Branch: maint-5.6/perl
19054            ! win32/makefile.mk
19055 ____________________________________________________________________________
19056 [  9280] By: gsar                                  on 2001/03/21  17:01:20
19057         Log: some tweaks to change#9278 (fork() emulation should be enabled
19058              by setting BUILD_FLAVOR instead of changing the defaults)
19059      Branch: maint-5.6/perl
19060            ! win32/makefile.mk
19061 ____________________________________________________________________________
19062 [  9279] By: gsar                                  on 2001/03/21  16:47:19
19063         Log: integrate change#9271 from mainline; a tweak to Glob.pm docs
19064      Branch: maint-5.6/perl
19065            ! ext/File/Glob/Glob.pm
19066           !> lib/Cwd.pm
19067 ____________________________________________________________________________
19068 [  9278] By: jhi                                   on 2001/03/21  14:35:10
19069         Log: Subject: [PATCH: 5.6.1-trial3] Borland C++ for Win32 fixes
19070              From: "Vadim Konovalov" <watman@inbox.ru>
19071              Date: Wed, 21 Mar 2001 01:53:51 +0300
19072              Message-ID: <004101c0b190$a749ea20$f7c030d4@vad>
19073      Branch: maint-5.6/perl
19074            ! win32/makefile.mk win32/win32sck.c
19075 ____________________________________________________________________________
19076 [  9277] By: jhi                                   on 2001/03/21  13:58:28
19077         Log: Integrate change #9270 from mainline to maintperl:
19078              continued 4-arg UTF-8 substr() fixing.
19079      Branch: maint-5.6/perl
19080           !> pp.c t/op/substr.t
19081 ____________________________________________________________________________
19082 [  9276] By: jhi                                   on 2001/03/21  13:33:00
19083         Log: More pixie cleaning.
19084      Branch: perl
19085            ! Makefile.SH
19086 ____________________________________________________________________________
19087 [  9275] By: jhi                                   on 2001/03/21  03:54:17
19088         Log: Update Changes.
19089      Branch: perl
19090            ! Changes patchlevel.h
19091 ____________________________________________________________________________
19092 [  9274] By: jhi                                   on 2001/03/21  03:48:24
19093         Log: First stab at making Data::Dumper to grok Unicode.
19094              
19095              TODO: tests, EBCDICify.
19096      Branch: perl
19097            ! ext/Data/Dumper/Dumper.pm ext/Data/Dumper/Dumper.xs
19098 ____________________________________________________________________________
19099 [  9273] By: jhi                                   on 2001/03/21  02:23:00
19100         Log: Fix for
19101              
19102              Subject: Memory leak in unquoted print   
19103              From: Benjamin Sugars <bsugars@canoe.ca> 
19104              Date: Tue, 20 Mar 2001 10:02:56 -0500 (EST)
19105              Message-ID: <Pine.LNX.4.21.0103200958180.1538-100000@marmot.rim.canoe.ca>
19106      Branch: perl
19107            ! perlio.c
19108 ____________________________________________________________________________
19109 [  9272] By: jhi                                   on 2001/03/21  01:33:17
19110         Log: Subject: Re: [PATCH] POSIX::getcwd()
19111              From: Benjamin Sugars <bsugars@canoe.ca> 
19112              Date: Mon, 19 Mar 2001 15:07:03 -0500 (EST)
19113              Message-ID: <Pine.LNX.4.21.0103191454500.1820-100000@marmot.rim.canoe.ca>      
19114      Branch: perl
19115            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
19116 ____________________________________________________________________________
19117 [  9271] By: jhi                                   on 2001/03/21  01:22:52
19118         Log: Subject: [PATCH] Cwd.pm docs
19119              From: Benjamin Sugars <bsugars@canoe.ca>
19120              Date: Tue, 20 Mar 2001 15:33:32 -0500 (EST)
19121              Message-ID: <Pine.LNX.4.21.0103201516550.7893-100000@marmot.rim.canoe.ca>
19122      Branch: perl
19123            ! lib/Cwd.pm
19124 ____________________________________________________________________________
19125 [  9270] By: jhi                                   on 2001/03/21  01:16:29
19126         Log: Continue 4-arg substr() UTF-8 fixage.
19127      Branch: perl
19128            ! pp.c t/op/substr.t
19129 ____________________________________________________________________________
19130 [  9269] By: jhi                                   on 2001/03/21  00:46:14
19131         Log: Integrate changes #9262,9264,9265,9266 from maintperl to mainline.
19132              
19133              revert the leak fix in change#9142 (problem needs a more experimental
19134              fix unsuitable for 5.6.1)
19135              
19136              do alphabetical sorting by default (for csh compatibility)
19137              
19138              cut-n-paste goof in change#9264
19139              
19140              VMS piping fixes (from Charles Lane)
19141      Branch: perl
19142           !> ext/File/Glob/Changes ext/File/Glob/Glob.pm
19143           !> ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
19144           !> ext/File/Glob/bsd_glob.h scope.c vms/vms.c vms/vmspipe.com
19145 ____________________________________________________________________________
19146 [  9268] By: jhi                                   on 2001/03/21  00:37:04
19147         Log: Integrate perlio.
19148      Branch: perl
19149           !> embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
19150           !> utf8.c utf8.h utfebcdic.h
19151 ____________________________________________________________________________
19152 [  9267] By: nick                                  on 2001/03/20  20:04:39
19153         Log: More EBCDIC stuff:
19154              - Loose the extra level of function on ASCII.
19155              - spotted a chr(0) issue in sv.c
19156              - re-work of UTF-X tr/// ranges to work in Unicode
19157              space. Still issues with the "0xff is illegal UTF-8" hack.
19158              - Yet another ad. hoc. utf8 'upgrade' in op.c recoded
19159              (why do it once when you can do it all over the place :-(
19160              - Enable HINTS_UTF8 on EBCDIC - then ignore it in toke.c,
19161              need utf8.pm for swashes.
19162              - Simplified and commented scan_const() in toke.c
19163              Still something wrong regexp and tr (swashes?).
19164      Branch: perlio
19165            ! embed.pl lib/utf8.pm op.c regcomp.c regexec.c sv.c toke.c
19166            ! utf8.c utf8.h utfebcdic.h
19167 ____________________________________________________________________________
19168 [  9266] By: gsar                                  on 2001/03/20  19:16:43
19169         Log: VMS piping fixes (from Charles Lane)
19170      Branch: maint-5.6/perl
19171            ! vms/vms.c vms/vmspipe.com
19172 ____________________________________________________________________________
19173 [  9265] By: gsar                                  on 2001/03/20  17:53:52
19174         Log: cut-n-paste goof in change#9264
19175      Branch: maint-5.6/perl
19176            ! ext/File/Glob/Glob.xs
19177 ____________________________________________________________________________
19178 [  9264] By: gsar                                  on 2001/03/20  17:43:47
19179         Log: do alphabetical sorting by default (for csh compatibility);
19180              bsd_glob() does ASCII sort by default as usual, unless
19181              GLOB_ALPHASORT was specified
19182      Branch: maint-5.6/perl
19183            ! ext/File/Glob/Changes ext/File/Glob/Glob.pm
19184            ! ext/File/Glob/Glob.xs ext/File/Glob/bsd_glob.c
19185            ! ext/File/Glob/bsd_glob.h
19186 ____________________________________________________________________________
19187 [  9263] By: gsar                                  on 2001/03/20  16:40:08
19188         Log: integrate change#9255 from mainline (unicode fix)
19189              
19190              substr($bytestr, i, n, $charstr)
19191      Branch: maint-5.6/perl
19192           !> Todo-5.6 pp.c t/op/substr.t
19193 ____________________________________________________________________________
19194 [  9262] By: gsar                                  on 2001/03/20  15:57:41
19195         Log: revert the leak fix in change#9142 (problem needs a more experimental
19196              fix unsuitable for 5.6.1)
19197      Branch: maint-5.6/perl
19198            ! scope.c
19199 ____________________________________________________________________________
19200 [  9261] By: jhi                                   on 2001/03/20  14:26:25
19201         Log: Integrate changes #9259,9260 from maintperl into mainline.
19202              
19203              Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
19204              
19205              Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
19206      Branch: perl
19207           !> ext/POSIX/POSIX.xs lib/File/Path.pm run.c
19208 ____________________________________________________________________________
19209 [  9260] By: jhi                                   on 2001/03/20  14:05:46
19210         Log: Subject: [PATCH perl-5.6.1-TRIAL3/run.c] printf warning
19211              From: Robin Barker <rmb1@cise.npl.co.uk>
19212              Date: Tue, 20 Mar 2001 10:12:04 GMT
19213              Message-Id: <200103201012.KAA04738@tempest.npl.co.uk>
19214      Branch: maint-5.6/perl
19215            ! run.c
19216 ____________________________________________________________________________
19217 [  9259] By: jhi                                   on 2001/03/20  14:04:39
19218         Log: Subject: [MacPerl-Porters] [PATCH] POSIX, File::Path (Mac OS) for 5.6.1 and 5.7
19219              From: Chris Nandor <pudge@pobox.com>
19220              Date: Tue, 20 Mar 2001 00:40:56 -0500
19221              Message-Id: <p05010401b6dc9d57a62d@[10.0.1.107]>
19222      Branch: maint-5.6/perl
19223            ! ext/POSIX/POSIX.xs lib/File/Path.pm
19224 ____________________________________________________________________________
19225 [  9258] By: jhi                                   on 2001/03/20  05:09:34
19226         Log: Update Changes.
19227      Branch: perl
19228            ! Changes patchlevel.h
19229 ____________________________________________________________________________
19230 [  9257] By: jhi                                   on 2001/03/20  05:04:25
19231         Log: tr/// UTF-8 tests for Inaba Hiroto's latest patches.
19232      Branch: perl
19233            ! t/op/tr.t
19234 ____________________________________________________________________________
19235 [  9256] By: jhi                                   on 2001/03/20  04:43:12
19236         Log: Subject: [PATCH: 5.6.1-trial3] test fixes and installation cleanliness for OS/390
19237              From: Peter Prymmer <pvhp@forte.com>
19238              Date: Mon, 19 Mar 2001 16:43:13 -0800 (PST)
19239              Message-ID: <Pine.OSF.4.10.10103191627310.162127-100000@aspara.forte.com>
19240      Branch: maint-5.6/perl
19241            ! installperl t/comp/proto.t t/comp/require.t t/op/regmesg.t
19242 ____________________________________________________________________________
19243 [  9255] By: jhi                                   on 2001/03/19  23:17:17
19244         Log: substr($bytestr, i, n, $charstr)
19245
19246              TODO: we are still broken if $bytestr needs UTF-8 upgrading.
19247      Branch: perl
19248            ! Todo-5.6 pp.c t/op/substr.t
19249 ____________________________________________________________________________
19250 [  9254] By: jhi                                   on 2001/03/19  22:25:09
19251         Log: Rearrange the make test target prerequisites so that
19252              in a parallel make 'all' is finished before 'test'.
19253      Branch: perl
19254            ! Makefile.SH
19255 ____________________________________________________________________________
19256 [  9253] By: jhi                                   on 2001/03/19  21:48:07
19257         Log: Subject: PATCH: cosmetic tweak in pp_ctl.c
19258              From: Robin Houston <robin@kitsite.com>
19259              Date: Mon, 19 Mar 2001 15:48:41 +0000
19260              Message-ID: <20010319154841.A28174@puffinry.freeserve.co.uk>
19261      Branch: perl
19262            ! pp_ctl.c
19263 ____________________________________________________________________________
19264 [  9252] By: jhi                                   on 2001/03/19  21:42:27
19265         Log: Integrate perlio.
19266      Branch: perl
19267           !> doop.c perly.c perly.y sv.c t/camel-III/vstring.t t/op/each.t
19268           !> t/op/length.t t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h
19269           !> utfebcdic.h vms/perly_c.vms
19270 ____________________________________________________________________________
19271 [  9251] By: jhi                                   on 2001/03/19  21:31:28
19272         Log: Integrate changes #9244,9247,9250 from maintperl into mainline.
19273              
19274              Dynaloading in 64-bit AIX with vac.
19275      Branch: perl
19276           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
19277           !> hints/aix.sh
19278 ____________________________________________________________________________
19279 [  9250] By: jhi                                   on 2001/03/19  21:18:00
19280         Log: A more robust solution for the 64bitall AIX dynaloading
19281              problem, from Jens-Uwe Mager.
19282      Branch: maint-5.6/perl
19283            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/hints/aix.pl
19284 ____________________________________________________________________________
19285 [  9249] By: nick                                  on 2001/03/19  20:59:37
19286         Log: Integrate mainline.
19287      Branch: perlio
19288           !> (integrate 42 files)
19289 ____________________________________________________________________________
19290 [  9248] By: nick                                  on 2001/03/19  20:22:07
19291         Log: Tweak to perly.y to allow -DDEBUGGING to compile on OS390.
19292              (Building on OS390 uses native YACC and YYDEBUG has other
19293              side effects.)
19294      Branch: perlio
19295            ! perly.c perly.y vms/perly_c.vms
19296 ____________________________________________________________________________
19297 [  9247] By: jhi                                   on 2001/03/19  19:59:53
19298         Log: 64-bit AIX dynaloading problem (see #9244) idea
19299              from Jens-Uwe Mager.
19300      Branch: maint-5.6/perl
19301            ! ext/DynaLoader/dl_aix.xs
19302 ____________________________________________________________________________
19303 [  9246] By: nick                                  on 2001/03/19  19:27:57
19304         Log: More EBCDIC fixes.
19305      Branch: perlio
19306            ! doop.c sv.c t/camel-III/vstring.t t/op/each.t t/op/length.t
19307            ! t/op/pack.t t/op/ver.t toke.c utf8.c utf8.h utfebcdic.h
19308 ____________________________________________________________________________
19309 [  9245] By: jhi                                   on 2001/03/19  19:05:19
19310         Log: Integrate change #9243 from mainline into maintperl.
19311              
19312              Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
19313      Branch: maint-5.6/perl
19314           !> README.vmesa
19315 ____________________________________________________________________________
19316 [  9244] By: jhi                                   on 2001/03/19  19:03:15
19317         Log: Get 64bitall AIX building, but still does not test okay:
19318              dynaloading anything fails, for example for op/defins:
19319              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
19320              (update: fixed by #9247,9250)
19321      Branch: maint-5.6/perl
19322            ! hints/aix.sh
19323 ____________________________________________________________________________
19324 [  9243] By: jhi                                   on 2001/03/19  19:00:16
19325         Log: Subject: [PATCH perl-5.6.1-TRIAL3/README.vmesa] bad =item paragraphs
19326              From: Robin Barker <rmb1@cise.npl.co.uk>
19327              Date: Mon, 19 Mar 2001 18:01:57 GMT
19328              Message-Id: <200103191801.SAA01072@tempest.npl.co.uk>
19329      Branch: perl
19330            ! README.vmesa
19331 ____________________________________________________________________________
19332 [  9242] By: jhi                                   on 2001/03/19  18:58:43
19333         Log: UTF-8 tr/// battle continues, ammunition from Inaba Hiroto.
19334              
19335              TODO: tests.
19336      Branch: perl
19337            ! doop.c op.c
19338 ____________________________________________________________________________
19339 [  9241] By: gsar                                  on 2001/03/19  17:34:46
19340         Log: VMSify tests (from Charles Lane)
19341      Branch: maint-5.6/perl
19342            ! t/lib/filehand.t t/lib/texttabs.t
19343 ____________________________________________________________________________
19344 [  9240] By: jhi                                   on 2001/03/19  14:24:26
19345         Log: Integrate change #9233 from maintperl into mainline.
19346              
19347              some refcounts were incorrect in perl_clone()
19348      Branch: perl
19349           !> sv.c
19350 ____________________________________________________________________________
19351 [  9239] By: gsar                                  on 2001/03/19  09:23:17
19352         Log: this is 5.6.1-trial3
19353      Branch: maint-5.6/perl
19354            ! Changes
19355 ____________________________________________________________________________
19356 [  9238] By: gsar                                  on 2001/03/19  08:47:04
19357         Log: some new symbols are only available under ithreads
19358      Branch: maint-5.6/perl
19359            ! makedef.pl
19360 ____________________________________________________________________________
19361 [  9237] By: gsar                                  on 2001/03/19  08:42:28
19362         Log: update patchlevel.h, Changes, &c.
19363      Branch: maint-5.6/perl
19364            ! Changes patchlevel.h pod/perlhist.pod
19365           !> AUTHORS
19366 ____________________________________________________________________________
19367 [  9236] By: gsar                                  on 2001/03/19  08:17:49
19368         Log: integrate changes#8068,8717 from mainline
19369              
19370              [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
19371              
19372              [PATCH CPAN 1.59_51] warning message (not!)
19373      Branch: maint-5.6/perl
19374           !> ext/GDBM_File/GDBM_File.pm ext/GDBM_File/typemap
19375           !> ext/NDBM_File/NDBM_File.pm ext/NDBM_File/typemap
19376           !> ext/ODBM_File/ODBM_File.pm ext/ODBM_File/typemap
19377           !> ext/SDBM_File/SDBM_File.pm ext/SDBM_File/typemap lib/CPAN.pm
19378           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
19379 ____________________________________________________________________________
19380 [  9235] By: gsar                                  on 2001/03/19  08:07:09
19381         Log: integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainline
19382              
19383              [PATCH] Add missing CV flags to dump.c
19384              
19385              Re: [patch] Re: PL_ptr_table
19386              
19387              Fixup non-ithread build after 8713
19388              
19389              Generated files form 8713 etc.
19390              
19391              Correct the correction :-(
19392              
19393              Documenting coderef @INC (Re: CPAN "make this script work" feature)
19394              
19395              Subject: Re: sync sync sync: have I missed any patches?
19396              Replace djSP with dSP.
19397      Branch: maint-5.6/perl
19398           !> cop.h doio.c doop.c dump.c embed.h embed.pl ext/B/B/C.pm
19399           !> ext/B/B/CC.pm global.sym objXSUB.h perl.c perlapi.c
19400           !> pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c proto.h
19401           !> sv.c sv.h win32/perlhost.h
19402 ____________________________________________________________________________
19403 [  9234] By: gsar                                  on 2001/03/19  07:22:05
19404         Log: revert the change#9090 integrate for now (change looks somewhat
19405              incomplete in that [ha]v_exists() need something similar; lacks
19406              tests; &c.)
19407      Branch: maint-5.6/perl
19408            ! hv.c
19409 ____________________________________________________________________________
19410 [  9233] By: gsar                                  on 2001/03/19  07:10:01
19411         Log: some refcounts were incorrect in perl_clone(); avoid hang in global
19412              destruction when there are unreferenced scalars (SvREFCNT==0)
19413      Branch: maint-5.6/perl
19414            ! sv.c
19415 ____________________________________________________________________________
19416 [  9232] By: jhi                                   on 2001/03/19  05:11:02
19417         Log: Regen api and toc.
19418      Branch: maint-5.6/perl
19419            ! pod/perlapi.pod pod/perltoc.pod
19420 ____________________________________________________________________________
19421 [  9231] By: jhi                                   on 2001/03/19  04:06:03
19422         Log: Integrate changes in #9070,9072,9101 from mainline into maintperl,
19423              add a lost line in pp.c:pp_chop(), update to new op/chop.
19424              
19425              Clarify the description differentiating for and while; inspired by
19426              
19427              Subject: [ID 20010306.004] || != named unary operator
19428              
19429              The $Is_MacOS needs to be declared.
19430      Branch: maint-5.6/perl
19431            ! pp.c t/op/chop.t
19432           !> lib/ExtUtils/Manifest.pm pod/perlop.pod pod/perlsyn.pod
19433 ____________________________________________________________________________
19434 [  9230] By: jhi                                   on 2001/03/19  03:48:16
19435         Log: Integrate changes #7971(perlio),8982,9061,9062,9068,9069,
19436              9079,9083,9089,9090,9091 from mainline to maintperl.
19437              
19438              Quieten some noise in Win32 builds
19439              
19440              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker..."
19441              
19442              The perlretut was still talking about the old \p and \P
19443              definitions.
19444              
19445              More tweakage on the Unicode character class descriptions.
19446              
19447              Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
19448              
19449              Subject: 'no *POSIX' Patch speeding up make on BS2000 
19450              
19451              Subject: [PATCH] perldata.pod here-doc docs
19452              
19453              Add /sbin and /usr/sbin to the list of directories scanned
19454              for setuid programs.  Takes care of bug id 20010309.003.
19455              
19456              Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists()
19457              
19458              In op/stat #35 better to scan all the potential directories
19459              for setuids, not just the first one.
19460      Branch: maint-5.6/perl
19461            ! Makefile.SH
19462           !> doio.c hv.c lib/unicode/mktables.PL makedepend.SH perl.h
19463           !> pod/perldata.pod pod/perlretut.pod pp.c t/op/chop.t
19464           !> t/op/stat.t toke.c win32/win32.h
19465 ____________________________________________________________________________
19466 [  9229] By: jhi                                   on 2001/03/19  02:31:50
19467         Log: Subject: [MacPerl-Porters] [PATCH] Portability fixes for Mac OS / maint-5.6
19468              From: Chris Nandor <pudge@pobox.com>
19469              Date: Sat, 10 Mar 2001 14:22:19 -0500
19470              Message-Id: <p0501042db6cf0a8d0b63@[10.0.1.177]>
19471      Branch: maint-5.6/perl
19472            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
19473            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm perlsfio.h
19474            ! t/lib/b.t t/lib/errno.t
19475 ____________________________________________________________________________
19476 [  9228] By: jhi                                   on 2001/03/19  02:29:59
19477         Log: Integrate changes #9113,9122 from mainline into maintperl.
19478              
19479              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?)
19480      Branch: maint-5.6/perl
19481           !> Configure README.os390 hints/os390.sh
19482 ____________________________________________________________________________
19483 [  9227] By: jhi                                   on 2001/03/19  02:22:35
19484         Log: Integrate #9115,9121,9128,9163,9171,9174,9175 from mainline
19485              into maintperl.
19486              
19487              Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
19488              
19489              Forgot to check-in the larger part of #9120, duh.
19490              
19491              Subject: Another patch for integer.pm POD 
19492              
19493              h2ph strictness and cleanliness from Kurt Starsinic.
19494              
19495              Borland filename case problem.
19496              
19497              h2ph strictness and cleanliness from Kurt Starsinic.
19498              
19499              Subject: [PATCH] the uncontroversial doc patches
19500      Branch: maint-5.6/perl
19501           +> win32/sncfnmcs.pl
19502           !> MANIFEST README.os2 README.win32 ext/GDBM_File/GDBM_File.pm
19503           !> ext/GDBM_File/GDBM_File.xs lib/integer.pm
19504           !> pod/perl5005delta.pod pod/perldebtut.pod pod/perlfunc.pod
19505           !> pod/perlhack.pod pod/perllexwarn.pod pod/perllocale.pod
19506           !> pod/perllol.pod pod/perlmod.pod pod/perlmodlib.pod
19507           !> pod/perlport.pod pod/perlrun.pod pod/perltoc.pod
19508           !> pod/perlxs.pod pod/perlxstut.pod utils/h2ph.PL
19509 ____________________________________________________________________________
19510 [  9226] By: jhi                                   on 2001/03/19  02:10:21
19511         Log: Integrate changes #9207,9214 from mainline into maintperl.
19512              
19513              podchecker relaxations: =over has an *optional* number after it,
19514              and whitespace in L<> is okay.
19515      Branch: maint-5.6/perl
19516           !> lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
19517           !> t/pod/poderrs.xr
19518 ____________________________________________________________________________
19519 [  9225] By: jhi                                   on 2001/03/19  02:07:38
19520         Log: Integrate change #9219 from maintperl into mainline.
19521              
19522              remove duplicated tests
19523      Branch: perl
19524           !> t/op/re_tests
19525 ____________________________________________________________________________
19526 [  9224] By: jhi                                   on 2001/03/19  02:06:11
19527         Log: Integrate change #9223 from mainline to maintperl.
19528              
19529              Document -Dmksymlinks.
19530      Branch: maint-5.6/perl
19531           !> INSTALL
19532 ____________________________________________________________________________
19533 [  9223] By: jhi                                   on 2001/03/19  02:01:25
19534         Log: Document -Dmksymlinks.
19535      Branch: perl
19536            ! INSTALL
19537 ____________________________________________________________________________
19538 [  9222] By: jhi                                   on 2001/03/19  01:15:35
19539         Log: The -Dmksymlinks wasn't working for maintperl.
19540      Branch: maint-5.6/perl
19541            ! Configure
19542 ____________________________________________________________________________
19543 [  9221] By: jhi                                   on 2001/03/19  00:49:43
19544         Log: Cleanup pixie residue.
19545      Branch: perl
19546            ! Makefile.SH
19547 ____________________________________________________________________________
19548 [  9220] By: jhi                                   on 2001/03/19  00:44:47
19549         Log: Document the use of pixie/prof; create make targets for it.
19550              
19551              TODO: make t/TEST pixie-aware.
19552      Branch: perl
19553            ! Makefile.SH pod/perlhack.pod
19554 ____________________________________________________________________________
19555 [  9219] By: gsar                                  on 2001/03/19  00:16:55
19556         Log: remove duplicated tests
19557      Branch: maint-5.6/perl
19558            ! t/op/re_tests
19559 ____________________________________________________________________________
19560 [  9218] By: jhi                                   on 2001/03/18  23:59:31
19561         Log: Document Third Degree some more, and also PERL_DESTRUCT_LEVEL.
19562      Branch: perl
19563            ! pod/perlhack.pod pod/perlobj.pod pod/perlrun.pod
19564 ____________________________________________________________________________
19565 [  9217] By: jhi                                   on 2001/03/18  23:25:20
19566         Log: Rewrite the tests section of Makefile to be less redundant
19567              and to allow for more flexible test targets, many recursive
19568              make calls introduced.
19569      Branch: perl
19570            ! Makefile.SH
19571 ____________________________________________________________________________
19572 [  9216] By: jhi                                   on 2001/03/18  22:30:04
19573         Log: Document the use of Third Degree (sparsely).
19574      Branch: perl
19575            ! pod/perlhack.pod t/TEST
19576 ____________________________________________________________________________
19577 [  9215] By: jhi                                   on 2001/03/18  22:10:30
19578         Log: Make targets for testing with Third Degree.
19579      Branch: perl
19580            ! Makefile.SH
19581 ____________________________________________________________________________
19582 [  9214] By: jhi                                   on 2001/03/18  21:08:53
19583         Log: The podchecker relaxations need to mirrored also at the tests.
19584      Branch: perl
19585            ! t/pod/poderrs.xr
19586 ____________________________________________________________________________
19587 [  9213] By: jhi                                   on 2001/03/18  20:56:21
19588         Log: Update Changes.
19589      Branch: perl
19590            ! Changes patchlevel.h
19591 ____________________________________________________________________________
19592 [  9212] By: jhi                                   on 2001/03/18  20:36:59
19593         Log: Looking for config.sh in parent directories isn't
19594              very useful for the toplevel Makefile.
19595      Branch: perl
19596            ! Makefile.SH
19597 ____________________________________________________________________________
19598 [  9211] By: jhi                                   on 2001/03/18  20:33:37
19599         Log: On "make clean" take care of Third Degree droppings.
19600      Branch: perl
19601            ! Makefile.SH
19602 ____________________________________________________________________________
19603 [  9210] By: jhi                                   on 2001/03/18  20:21:34
19604         Log: Add a hook for running the tests under the Third Degree
19605              debugging tool (set $ENV{PERL_3LOG} to non-zero)
19606              
19607              TODO: Document the use of Third Degree.
19608      Branch: perl
19609            ! t/TEST
19610 ____________________________________________________________________________
19611 [  9209] By: jhi                                   on 2001/03/18  20:19:07
19612         Log: Regen toc and api pods.
19613      Branch: perl
19614            ! pod/perlapi.pod pod/perltoc.pod
19615 ____________________________________________________________________________
19616 [  9208] By: jhi                                   on 2001/03/18  20:12:12
19617         Log: Integrate changes #8128,9132 from mainline into maintperl,
19618              Tie::SubstrHash fixes.
19619      Branch: maint-5.6/perl
19620           !> lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
19621 ____________________________________________________________________________
19622 [  9207] By: jhi                                   on 2001/03/18  20:07:43
19623         Log: podchecker relaxations from Michael Stevens.
19624      Branch: perl
19625            ! lib/Pod/Checker.pm lib/Pod/ParseUtils.pm pod/perlpod.pod
19626 ____________________________________________________________________________
19627 [  9206] By: jhi                                   on 2001/03/18  20:04:24
19628         Log: Retract the changes made at #9176 to Neil's and Ilya's module pods.
19629      Branch: perl
19630            ! lib/Locale/Constants.pm lib/Locale/Country.pm
19631            ! lib/Locale/Currency.pm lib/Locale/Language.pm lib/overload.pm
19632            ! os2/OS2/ExtAttr/ExtAttr.pm os2/OS2/Process/Process.pm
19633 ____________________________________________________________________________
19634 [  9205] By: jhi                                   on 2001/03/18  19:54:45
19635         Log: Integrate changes #9161,9162 from maintperl to mainline.
19636              
19637              clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
19638              results
19639      Branch: perl
19640           !> t/op/magic.t
19641 ____________________________________________________________________________
19642 [  9204] By: jhi                                   on 2001/03/18  19:37:46
19643         Log: Make perl.third checks more understandable to the builder.
19644      Branch: perl
19645            ! Makefile.SH
19646 ____________________________________________________________________________
19647 [  9203] By: jhi                                   on 2001/03/18  19:20:54
19648         Log: Re-integrate #9138 from maintperl to mainline,
19649              the squelching of the unneeded "Scalars leaked" messages.
19650      Branch: perl
19651           !> t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
19652           !> t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
19653           !> t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
19654 ____________________________________________________________________________
19655 [  9202] By: jhi                                   on 2001/03/18  18:48:36
19656         Log: More robust and more paranoid perl.third target.
19657      Branch: perl
19658            ! Makefile.SH
19659 ____________________________________________________________________________
19660 [  9201] By: jhi                                   on 2001/03/18  18:39:21
19661         Log: Integrate change #9197 from maintperl to mainline.
19662              
19663              more thorough cleaning of arenas.
19664      Branch: perl
19665           !> embed.pl perl.c proto.h sv.c t/op/sort.t
19666 ____________________________________________________________________________
19667 [  9200] By: jhi                                   on 2001/03/18  18:25:17
19668         Log: Integrate perlio.
19669      Branch: perl
19670           !> doop.c ext/Encode/Encode.pm ext/Encode/Encode.xs
19671           !> ext/Encode/compile lib/utf8.pm pp_ctl.c sv.c t/lib/b.t
19672           !> t/lib/encode.t toke.c universal.c utf8.c
19673 ____________________________________________________________________________
19674 [  9199] By: nick                                  on 2001/03/18  15:23:51
19675         Log: Prefer !UTF8_IS_INVARIANT() over UTF8_IS_CONTINUED() when that
19676              is the sense of the test being done. Avoid some magical 127 and 128 values
19677              by using macros.
19678      Branch: perlio
19679            ! doop.c pp_ctl.c sv.c toke.c
19680 ____________________________________________________________________________
19681 [  9198] By: nick                                  on 2001/03/18  14:18:12
19682         Log: UTF-X encoding invariance for Encode:
19683              - move Encode::utf8_encode to utf8::encode (likewise decode,upgrade,downgrade,valid)
19684              - move the XS code for those to universal.c (so in miniperl)
19685              - add utf8::unicode_to_native and its inverse to allow EBCDIC to work in true unicode.
19686              - change ext/Encode/compile to use above.
19687              - Fix t/lib/encode.t for above
19688              - Teach t/lib/b.t to expect -uutf8
19689              - In utf8.c look for SWASHNEW rather than just utf8:: package to see if
19690              utf8.pm is needed.
19691      Branch: perlio
19692            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
19693            ! lib/utf8.pm t/lib/b.t t/lib/encode.t universal.c utf8.c
19694 ____________________________________________________________________________
19695 [  9197] By: gsar                                  on 2001/03/18  12:15:57
19696         Log: more thorough cleaning of arenas--keep going until no more
19697              SvREFCNT_dec()s occur (this fixes the problem that causes the
19698              pesky "Scalars leaked" warnings)
19699      Branch: maint-5.6/perl
19700            ! embed.pl perl.c proto.h sv.c t/op/sort.t
19701 ____________________________________________________________________________
19702 [  9196] By: nick                                  on 2001/03/18  10:57:29
19703         Log: Fix pragma/utf8.t # 15
19704              - if toke.c is processing a SvUTF8 string then single quoted '...' etc.
19705              are SvUTF8 as well.
19706      Branch: perlio
19707            ! toke.c
19708 ____________________________________________________________________________
19709 [  9195] By: nick                                  on 2001/03/18  09:27:06
19710         Log: Integrate mainline
19711      Branch: perlio
19712           !> MANIFEST Makefile.SH doop.c mg.c op.c op.h t/op/misc.t
19713           !> t/op/pat.t
19714 ____________________________________________________________________________
19715 [  9194] By: jhi                                   on 2001/03/18  05:29:59
19716         Log: Sarathy's clear_pmop patch with Radu Greab's fix,
19717              Hiroto's, Nick Clark's, and Vadim Konovalov's tests.
19718      Branch: perl
19719            ! op.c op.h t/op/misc.t t/op/pat.t
19720 ____________________________________________________________________________
19721 [  9193] By: jhi                                   on 2001/03/18  05:15:06
19722         Log: NI-S' cunning idea of how to de-UTF8 the "\C-broken" submatches.
19723      Branch: perl
19724            ! mg.c t/op/pat.t
19725 ____________________________________________________________________________
19726 [  9192] By: jhi                                   on 2001/03/18  04:22:43
19727         Log: tr/// UTF-8 patches from Inaba Hiroto.
19728      Branch: perl
19729            ! doop.c op.c
19730 ____________________________________________________________________________
19731 [  9191] By: jhi                                   on 2001/03/18  04:21:17
19732         Log: Integrate perlio.
19733      Branch: perl
19734           !> utf8.c utfebcdic.h
19735 ____________________________________________________________________________
19736 [  9190] By: nick                                  on 2001/03/17  20:32:01
19737         Log: Correct #if EBCDIC side typos.
19738              Builds and passes many tests on OS390.
19739      Branch: perlio
19740            ! utf8.c utfebcdic.h
19741 ____________________________________________________________________________
19742 [  9189] By: jhi                                   on 2001/03/17  18:55:49
19743         Log: Add prerequisites for the perl.third target.
19744      Branch: perl
19745            ! Makefile.SH
19746 ____________________________________________________________________________
19747 [  9188] By: jhi                                   on 2001/03/17  18:46:00
19748         Log: Integrate perlio.
19749      Branch: perl
19750           +> utfebcdic.h
19751           !> MANIFEST doop.c perl.h pp.c utf8.c utf8.h
19752 ____________________________________________________________________________
19753 [  9187] By: jhi                                   on 2001/03/17  18:38:47
19754         Log: Add a make rule for perl.third (the Third Degree memory debugging
19755              tool of Tru64 / Digital UNIX / DEC OSF/1, see man third or man atom)
19756      Branch: perl
19757            ! Makefile.SH
19758 ____________________________________________________________________________
19759 [  9186] By: nick                                  on 2001/03/17  18:34:48
19760         Log: MANIFEST addition :-(
19761      Branch: perlio
19762            ! MANIFEST
19763 ____________________________________________________________________________
19764 [  9185] By: nick                                  on 2001/03/17  18:29:50
19765         Log: Infrastructure to use UTF-EBCDIC rather than UTF-8 as the internal
19766              encoding on EBCDIC platforms. This has property that U+0000..U+009F i.e.
19767              a superset of ASCII are invariant under the encoding. This is EBCDIC
19768              friendly as an encoded string can be looked at as being EBCDIC by lexer
19769              sprintf("%d",...) etc. in same manner that a UTF-8 string be considered
19770              ASCII on ASCII machines.
19771              
19772              - re-arrange utf8.h to get ASCII specific vs Unicode generic bits
19773              seperate.
19774              - Add some more macros to comprehend different shift amounts and
19775              possible swizzle in UTF-EBCDIC vs UTF-8. Change utf8.c to use them.
19776              - add utfebcdic.h which provides UTF-EBCDIC versions of the macros,
19777              and conditionaly #include it.
19778              
19779              EBCDIC build as yet untested.  ASCII still fails the one test.
19780      Branch: perlio
19781            + utfebcdic.h
19782            ! utf8.c utf8.h
19783 ____________________________________________________________________________
19784 [  9184] By: nick                                  on 2001/03/17  17:44:16
19785         Log: Minor naming change UTF8_IS_ASCII => UTF8_IS_INVARIANT
19786      Branch: perlio
19787            ! doop.c perl.h pp.c utf8.h
19788 ____________________________________________________________________________
19789 [  9183] By: jhi                                   on 2001/03/17  15:55:42
19790         Log: Integrate perlio.
19791      Branch: perl
19792            ! MANIFEST
19793           !> perl.h sv.c t/op/pat.t toke.c utf8.c utf8.h
19794 ____________________________________________________________________________
19795 [  9182] By: nick                                  on 2001/03/17  09:16:06
19796         Log: Allow test to pass even when \C leaves SvUTF8 set by adding 'use bytes'
19797      Branch: perlio
19798            ! t/op/pat.t
19799 ____________________________________________________________________________
19800 [  9181] By: nick                                  on 2001/03/17  09:15:11
19801         Log: Integrate mainline.
19802      Branch: perlio
19803           +> lib/Locale/Constants.pm lib/Locale/Country.pm
19804           +> lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
19805           +> t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
19806           +> t/lib/lc-language.t t/lib/lc-uk.t win32/sncfnmcs.pl
19807           !> (integrate 83 files)
19808 ____________________________________________________________________________
19809 [  9180] By: nick                                  on 2001/03/16  17:23:21
19810         Log: EBCDIC Fixes.
19811      Branch: perlio
19812            ! perl.h sv.c toke.c utf8.c utf8.h
19813 ____________________________________________________________________________
19814 [  9179] By: jhi                                   on 2001/03/16  14:10:12
19815         Log: Re-apply #9024 as the Storable 1.0.11 (#9069) overwrote
19816              a change needed to work around an AIX compiler bug.
19817      Branch: perl
19818            ! ext/Storable/Storable.xs
19819 ____________________________________________________________________________
19820 [  9178] By: jhi                                   on 2001/03/16  03:19:59
19821         Log: With Damian's approval synchronize damian's modules'
19822              licensing with Perl's standard module licensing.
19823      Branch: perl
19824            ! lib/Filter/Simple.pm lib/Switch.pm lib/Text/Balanced.pod
19825 ____________________________________________________________________________
19826 [  9177] By: jhi                                   on 2001/03/16  03:15:34
19827         Log: Make the Filter::Util:Call files have their own copies
19828              of the Perl standard module licensing, from Paul Marquess.
19829      Branch: perl
19830            ! ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
19831 ____________________________________________________________________________
19832 [  9176] By: jhi                                   on 2001/03/16  02:56:04
19833         Log: Subject: [PATCH] more pod patches
19834              From: Michael Stevens <michael@etla.org>
19835              Date: Thu, 15 Mar 2001 21:25:18 +0000
19836              Message-ID: <20010315212518.A18870@firedrake.org>
19837      Branch: perl
19838            ! configpm ext/B/B/Bytecode.pm ext/DB_File/DB_File.pm
19839            ! ext/Data/Dumper/Dumper.pm ext/Devel/Peek/Peek.pm
19840            ! ext/Filter/Util/Call/Call.pm ext/IO/lib/IO/Handle.pm
19841            ! ext/IO/lib/IO/Seekable.pm ext/IO/lib/IO/Socket/UNIX.pm
19842            ! ext/IPC/SysV/Msg.pm ext/IPC/SysV/Semaphore.pm
19843            ! ext/IPC/SysV/SysV.pm ext/NDBM_File/NDBM_File.pm
19844            ! ext/ODBM_File/ODBM_File.pm ext/Socket/Socket.pm
19845            ! ext/Storable/Storable.pm ext/Sys/Syslog/Syslog.pm
19846            ! ext/Thread/Thread.pm ext/Thread/Thread/Queue.pm
19847            ! ext/attrs/attrs.pm jpl/JNI/JNI.pm lib/CPAN.pm
19848            ! lib/Class/Struct.pm lib/Dumpvalue.pm lib/ExtUtils/Embed.pm
19849            ! lib/ExtUtils/Installed.pm lib/ExtUtils/MM_Cygwin.pm
19850            ! lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_VMS.pm
19851            ! lib/ExtUtils/MM_Win32.pm lib/ExtUtils/Manifest.pm
19852            ! lib/ExtUtils/Mksymlists.pm lib/ExtUtils/Packlist.pm
19853            ! lib/File/Basename.pm lib/File/Spec/VMS.pm
19854            ! lib/File/Spec/Win32.pm lib/FileHandle.pm lib/Filter/Simple.pm
19855            ! lib/Getopt/Long.pm lib/Locale/Constants.pm
19856            ! lib/Locale/Country.pm lib/Locale/Language.pm
19857            ! lib/Term/ANSIColor.pm lib/Test.pm lib/Test/Harness.pm
19858            ! lib/Text/Wrap.pm lib/Tie/Array.pm lib/Tie/Handle.pm
19859            ! lib/Tie/Hash.pm lib/Tie/Scalar.pm lib/User/pwent.pm
19860            ! lib/autouse.pm lib/overload.pm os2/OS2/ExtAttr/ExtAttr.pm
19861            ! os2/OS2/Process/Process.pm
19862 ____________________________________________________________________________
19863 [  9175] By: jhi                                   on 2001/03/16  02:53:32
19864         Log: Subject: [PATCH] the uncontroversial doc patches
19865              From: Michael Stevens <michael@etla.org>
19866              Date: Thu, 15 Mar 2001 20:01:12 +0000
19867              Message-ID: <20010315200112.A7636@firedrake.org>
19868      Branch: perl
19869            ! pod/perl5005delta.pod pod/perldebtut.pod pod/perldelta.pod
19870            ! pod/perlfunc.pod pod/perlhack.pod pod/perllexwarn.pod
19871            ! pod/perllocale.pod pod/perllol.pod pod/perlmod.pod
19872            ! pod/perlmodlib.pod pod/perlport.pod pod/perlrun.pod
19873            ! pod/perltoc.pod pod/perlxs.pod pod/perlxstut.pod
19874 ____________________________________________________________________________
19875 [  9174] By: jhi                                   on 2001/03/16  02:50:49
19876         Log: Subject: [PATCH 5.6.1] ext/GDBM_File GDBM_NOLOCK constant
19877              From: Paul Lindner <lindner@inuus.com>
19878              Date: Fri, 16 Mar 2001 11:28:03 -0800
19879              Message-ID: <20010316112803.A7577@inuus.com>
19880      Branch: perl
19881            ! ext/GDBM_File/GDBM_File.pm ext/GDBM_File/GDBM_File.xs
19882 ____________________________________________________________________________
19883 [  9173] By: nick                                  on 2001/03/15  20:21:03
19884         Log: 1st day's EBCDIC fixes:
19885              - toke.c's parsing of strings needed attention
19886              needed to conditionally e2a if string was already UTF-8
19887              - e2a/a2e tables where wrong way round.
19888              - new macros in utf8.h
19889      Branch: perlio
19890            ! perl.h toke.c utf8.h
19891 ____________________________________________________________________________
19892 [  9172] By: jhi                                   on 2001/03/15  15:17:17
19893         Log: Update Changes.
19894      Branch: perl
19895            ! Changes patchlevel.h
19896 ____________________________________________________________________________
19897 [  9171] By: jhi                                   on 2001/03/15  15:09:32
19898         Log: Subject: Re: Another Borland C++ problem.
19899              From: "Vadim Konovalov" <watman@inbox.ru>
19900              Date: Sat, 10 Mar 2001 19:26:07 +0300
19901              Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad>
19902              
19903              Borland filename case problem.
19904      Branch: perl
19905            + win32/sncfnmcs.pl
19906            ! MANIFEST README.win32
19907 ____________________________________________________________________________
19908 [  9170] By: jhi                                   on 2001/03/15  14:54:23
19909         Log: Add Locale::Codes 1.06, from Neil Bowers.
19910      Branch: perl
19911            + lib/Locale/Constants.pm lib/Locale/Country.pm
19912            + lib/Locale/Currency.pm lib/Locale/Language.pm t/lib/lc-all.t
19913            + t/lib/lc-constants.t t/lib/lc-country.t t/lib/lc-currency.t
19914            + t/lib/lc-language.t t/lib/lc-uk.t
19915            ! MANIFEST
19916 ____________________________________________________________________________
19917 [  9169] By: jhi                                   on 2001/03/15  14:19:01
19918         Log: Upgrade to Storable 1.0.11, from Raphael Manfredi.
19919      Branch: perl
19920            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
19921            ! ext/Storable/Storable.xs
19922 ____________________________________________________________________________
19923 [  9168] By: jhi                                   on 2001/03/15  14:13:22
19924         Log: Integrate changes #9120,9167 from mainline to maintperl.
19925              
19926              Subject: [PATCH 5.6.1] OS/2 docs
19927              
19928              Subject: [PATCH 5.6.1] perldoc
19929      Branch: maint-5.6/perl
19930           !> os2/Changes utils/perldoc.PL
19931 ____________________________________________________________________________
19932 [  9167] By: jhi                                   on 2001/03/15  14:07:42
19933         Log: Subject: [PATCH 5.6.1] perldoc
19934              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
19935              Date: Wed, 14 Mar 2001 23:46:52 -0500
19936              Message-ID: <20010314234652.A7972@math.ohio-state.edu>
19937      Branch: perl
19938            ! utils/perldoc.PL
19939 ____________________________________________________________________________
19940 [  9166] By: jhi                                   on 2001/03/15  13:53:15
19941         Log: sigaction test condition tweakage.
19942      Branch: perl
19943            ! t/lib/sigaction.t
19944 ____________________________________________________________________________
19945 [  9165] By: alanbur                               on 2001/03/15  03:49:17
19946         Log: Resynchronised with parent
19947      Branch: maint-5.6/pureperl
19948           +> os2/os2add.sym t/op/anonsub.t
19949           !> (integrate 72 files)
19950 ____________________________________________________________________________
19951 [  9164] By: jhi                                   on 2001/03/15  01:05:01
19952         Log: Avoid stomping off the beginning of an array in tr///.
19953      Branch: perl
19954            ! op.c
19955 ____________________________________________________________________________
19956 [  9163] By: jhi                                   on 2001/03/15  00:58:57
19957         Log: h2ph strictness and cleanliness from Kurt Starsinic.
19958      Branch: perl
19959            ! utils/h2ph.PL
19960 ____________________________________________________________________________
19961 [  9162] By: gsar                                  on 2001/03/15  00:56:53
19962         Log: avoid warnings
19963      Branch: maint-5.6/perl
19964            ! t/op/magic.t
19965 ____________________________________________________________________________
19966 [  9161] By: gsar                                  on 2001/03/15  00:52:09
19967         Log: clearing of $ENV{PERL_DESTRUCT_LEVEL} interferes with purify
19968              results
19969      Branch: maint-5.6/perl
19970            ! t/op/magic.t
19971 ____________________________________________________________________________
19972 [  9160] By: jhi                                   on 2001/03/14  22:02:10
19973         Log: Do not use the Perl malloc in IRIX, suggested by
19974              Helmus Jarausch.
19975      Branch: perl
19976            ! hints/irix_6.sh
19977 ____________________________________________________________________________
19978 [  9159] By: nick                                  on 2001/03/14  21:45:59
19979         Log: Integrate mainline
19980      Branch: perlio
19981           +> t/op/loopctl.t
19982           !> (integrate 41 files)
19983 ____________________________________________________________________________
19984 [  9158] By: jhi                                   on 2001/03/14  21:10:09
19985         Log: The Day of the Retractions continues: the #9138
19986              (integrated in #9144) doesn't work well in mainline.
19987      Branch: perl
19988            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
19989            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
19990            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
19991 ____________________________________________________________________________
19992 [  9157] By: jhi                                   on 2001/03/14  20:58:12
19993         Log: The #9145 CANNOT be enabled: the clear_pmop code still
19994              dumps core all over in Tru64.
19995      Branch: perl
19996            ! op.c op.h t/op/pat.t
19997 ____________________________________________________________________________
19998 [  9156] By: jhi                                   on 2001/03/14  20:48:06
19999         Log: Integrate change #9154 from maintperl to mainline.
20000              
20001              PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
20002              (caused Storable 1.0.10 to break on windows)
20003      Branch: perl
20004           !> embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
20005           !> perlapi.c proto.h
20006 ____________________________________________________________________________
20007 [  9155] By: jhi                                   on 2001/03/14  20:23:53
20008         Log: Retract #9136: breaks threading (and binary compatibility).
20009      Branch: perl
20010            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
20011 ____________________________________________________________________________
20012 [  9154] By: gsar                                  on 2001/03/14  17:48:18
20013         Log: PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS
20014              (caused Storable 1.0.10 to break on windows)
20015      Branch: maint-5.6/perl
20016            ! embed.h embed.pl global.sym globals.c iperlsys.h objXSUB.h
20017            ! perlapi.c proto.h
20018 ____________________________________________________________________________
20019 [  9153] By: jhi                                   on 2001/03/14  13:35:21
20020         Log: Tweaked a tweak from H.Merijn Brand on the sigaction test.
20021      Branch: perl
20022            ! t/lib/sigaction.t
20023 ____________________________________________________________________________
20024 [  9152] By: gsar                                  on 2001/03/14  07:29:40
20025         Log: back out changes#9012,9010,9009 and parts of change#9016
20026              (causes ABRs under purify, and some prerequisites don't
20027              seem to be there in 5.6.x)
20028      Branch: maint-5.6/perl
20029            ! doop.c op.c t/op/tr.t toke.c
20030 ____________________________________________________________________________
20031 [  9151] By: gsar                                  on 2001/03/14  07:01:29
20032         Log: reenable change#9145 (the test was busted due to a missing
20033              C<print "ok 27\n">)
20034      Branch: perl
20035            ! op.c op.h t/op/pat.t
20036 ____________________________________________________________________________
20037 [  9150] By: jhi                                   on 2001/03/14  06:38:36
20038         Log: Retract #9145.
20039      Branch: perl
20040            ! op.c op.h t/op/pat.t
20041 ____________________________________________________________________________
20042 [  9149] By: jhi                                   on 2001/03/14  06:14:56
20043         Log: Retract #9143.
20044      Branch: perl
20045            ! op.c
20046 ____________________________________________________________________________
20047 [  9148] By: gsar                                  on 2001/03/14  06:13:02
20048         Log: Uninitialized Memory Read in regexec.c
20049      Branch: perl
20050            ! regexec.c
20051 ____________________________________________________________________________
20052 [  9147] By: jhi                                   on 2001/03/14  04:59:54
20053         Log: Subject: PATCH: make goto work in nested eval ""
20054              From: Robin Houston <robin@kitsite.com>
20055              Date: Wed, 14 Mar 2001 04:16:10 +0000
20056              Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk>
20057      Branch: perl
20058            ! pp_ctl.c t/op/goto.t
20059 ____________________________________________________________________________
20060 [  9146] By: jhi                                   on 2001/03/14  04:42:54
20061         Log: Preserve the #ifdef PERL_CORE in perly.h.
20062      Branch: perl
20063            ! perly.fixer
20064 ____________________________________________________________________________
20065 [  9145] By: jhi                                   on 2001/03/14  03:57:41
20066         Log: (Retracted by #9150.)
20067      Branch: perl
20068            ! op.c op.h t/op/pat.t
20069 ____________________________________________________________________________
20070 [  9144] By: jhi                                   on 2001/03/14  03:50:38
20071         Log: Integrate changes #9137,9138,9142 from maintperl into mainline.
20072              
20073              fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
20074              
20075              remove squelch controls for "Scalars leaked" messages in most places
20076              (these are now cured)
20077              
20078              fix another memory leak reported by purify (tie callbacks that
20079              croak can leak when wiping out magic)
20080      Branch: perl
20081           !> regcomp.c scope.c t/comp/proto.t t/op/lex_assign.t
20082           !> t/op/local.t t/op/pat.t t/op/regexp.t t/pragma/strict-vars
20083           !> t/pragma/warn/op t/pragma/warn/regcomp t/pragma/warn/toke
20084           !> t/pragma/warnings.t
20085 ____________________________________________________________________________
20086 [  9143] By: jhi                                   on 2001/03/14  03:37:53
20087         Log: (Retracted by #9149.)
20088      Branch: perl
20089            ! op.c
20090 ____________________________________________________________________________
20091 [  9142] By: gsar                                  on 2001/03/14  03:20:48
20092         Log: fix another memory leak reported by purify (tie callbacks that
20093              croak can leak when wiping out magic)
20094      Branch: maint-5.6/perl
20095            ! scope.c
20096 ____________________________________________________________________________
20097 [  9141] By: jhi                                   on 2001/03/14  02:55:00
20098         Log: Subject: PATCH for [ID 20010305.003]
20099              From: Robin Houston <robin@kitsite.com>
20100              Date: Wed, 14 Mar 2001 02:45:51 +0000
20101              Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk>
20102      Branch: perl
20103            ! pp_ctl.c t/op/eval.t
20104 ____________________________________________________________________________
20105 [  9140] By: jhi                                   on 2001/03/14  02:41:54
20106         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
20107              Date: Wed, 14 Mar 2001 01:52:51 +0000
20108              From: Robin Houston <robin@kitsite.com>
20109              Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk>
20110              
20111              Fix for 2000313.004.
20112      Branch: perl
20113            ! pp_ctl.c t/op/goto.t
20114 ____________________________________________________________________________
20115 [  9139] By: jhi                                   on 2001/03/14  02:40:50
20116         Log: Subject: Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
20117              From: Robin Houston <robin@kitsite.com>
20118              Date: Wed, 14 Mar 2001 00:43:45 +0000
20119              Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk>
20120      Branch: perl
20121            + t/op/loopctl.t
20122            ! AUTHORS MANIFEST perly.c perly.y perly_c.diff t/op/goto.t
20123            ! vms/perly_c.vms
20124 ____________________________________________________________________________
20125 [  9138] By: gsar                                  on 2001/03/14  01:18:00
20126         Log: remove squelch controls for "Scalars leaked" messages in most places
20127              (these are now cured)
20128      Branch: maint-5.6/perl
20129            ! t/comp/proto.t t/op/lex_assign.t t/op/local.t t/op/pat.t
20130            ! t/op/regexp.t t/pragma/strict-vars t/pragma/warn/op
20131            ! t/pragma/warn/regcomp t/pragma/warn/toke t/pragma/warnings.t
20132 ____________________________________________________________________________
20133 [  9137] By: gsar                                  on 2001/03/14  00:57:04
20134         Log: fix leak in pregcomp() when RE fails to compile (e.g. m/\\/)
20135      Branch: maint-5.6/perl
20136            ! regcomp.c
20137 ____________________________________________________________________________
20138 [  9136] By: jhi                                   on 2001/03/13  23:12:24
20139         Log: (Retracted by #9155)
20140              
20141              Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available]
20142              From: Jens-Uwe Mager <jum@helios.de>
20143              Date: Wed, 21 Feb 2001 21:32:04 +0100
20144              Message-ID: <20010221213203.A18340@ans.helios.de>
20145      Branch: perl
20146            ! ext/DynaLoader/dl_aix.xs hints/aix.sh makedef.pl
20147 ____________________________________________________________________________
20148 [  9135] By: jhi                                   on 2001/03/13  22:50:05
20149         Log: Integrate perlio.
20150      Branch: perl
20151           !> pp.c
20152 ____________________________________________________________________________
20153 [  9134] By: jhi                                   on 2001/03/13  22:49:05
20154         Log: Integrate change #9131 from maintperl into mainline.
20155              
20156              make the error text look more consistent in hints/hpux.sh
20157      Branch: perl
20158           !> hints/hpux.sh
20159 ____________________________________________________________________________
20160 [  9133] By: gsar                                  on 2001/03/13  22:46:20
20161         Log: integrate change#9067 from mainline
20162              
20163              Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
20164      Branch: maint-5.6/perl
20165           !> lib/ExtUtils/MM_Unix.pm
20166 ____________________________________________________________________________
20167 [  9132] By: jhi                                   on 2001/03/13  22:41:21
20168         Log: Subject:  Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
20169              From: "John P. Linderman" <jpl@research.att.com>
20170              Date: Tue, 13 Mar 2001 12:36:32 -0500 (EST)
20171              Message-Id: <200103131736.MAA35615@raptor.research.att.com>
20172              
20173              A more correct prime finder.
20174      Branch: perl
20175            ! lib/Tie/SubstrHash.pm
20176 ____________________________________________________________________________
20177 [  9131] By: gsar                                  on 2001/03/13  22:30:42
20178         Log: make the error text look more consistent in hints/hpux.sh
20179      Branch: maint-5.6/perl
20180            ! hints/hpux.sh
20181 ____________________________________________________________________________
20182 [  9130] By: jhi                                   on 2001/03/13  22:23:44
20183         Log: Subject: Re: 9122 and sigaction/switch on HP-UX 11.00
20184              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
20185              Date: Tue, 13 Mar 2001 18:41:26 +0100
20186              Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl>
20187              
20188              If the test is run non-interactively the default handler
20189              is different.
20190      Branch: perl
20191            ! t/lib/sigaction.t
20192 ____________________________________________________________________________
20193 [  9129] By: jhi                                   on 2001/03/13  22:20:21
20194         Log: Subject:  [PATCH perl@9125] t/lib/1_compile.t  VMS mod
20195              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
20196              Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu>
20197              Date:     Tue, 13 Mar 2001 16:44:32 EST
20198      Branch: perl
20199            ! t/lib/1_compile.t
20200 ____________________________________________________________________________
20201 [  9128] By: jhi                                   on 2001/03/13  22:18:34
20202         Log: Subject: Another patch for integer.pm POD 
20203              From: "John L. Allen" <allen@grumman.com>
20204              Date: Tue, 13 Mar 2001 16:14:02 -0500 (EST)
20205              Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com>
20206      Branch: perl
20207            ! lib/integer.pm
20208 ____________________________________________________________________________
20209 [  9127] By: nick                                  on 2001/03/13  21:26:30
20210         Log: Integrate mainline.
20211      Branch: perlio
20212           +> lib/Switch.pm lib/Text/Balanced.pm lib/Text/Balanced.pod
20213           +> t/lib/switch.t t/lib/tb-genxt.t t/lib/tb-xbrak.t
20214           +> t/lib/tb-xcode.t t/lib/tb-xdeli.t t/lib/tb-xmult.t
20215           +> t/lib/tb-xquot.t t/lib/tb-xtagg.t t/lib/tb-xvari.t
20216           !> Changes Configure MANIFEST README.os2 README.os390
20217           !> ext/re/Makefile.PL hints/aix.sh hints/os390.sh lib/integer.pm
20218           !> os2/Changes patchlevel.h win32/perlhost.h
20219 ____________________________________________________________________________
20220 [  9126] By: nick                                  on 2001/03/13  20:39:51
20221         Log: #ifdef'ed out code to make packed side of pack/unpack
20222              octets. (i.e. pack('U') => encode_utf8).
20223      Branch: perlio
20224            ! pp.c
20225 ____________________________________________________________________________
20226 [  9125] By: jhi                                   on 2001/03/13  15:07:16
20227         Log: Update Changes.
20228      Branch: perl
20229            ! Changes patchlevel.h
20230 ____________________________________________________________________________
20231 [  9124] By: jhi                                   on 2001/03/13  14:22:45
20232         Log: Workaround for the buggy ("internal compiler error")
20233              AIX C compiler 5.0.1.0: skip the optimization for regcomp.c
20234              (and ext/re/re_comp.c).  The MakeMaker dark magic courtesy
20235              of Andreas König.
20236      Branch: perl
20237            ! ext/re/Makefile.PL hints/aix.sh
20238 ____________________________________________________________________________
20239 [  9123] By: jhi                                   on 2001/03/13  03:24:34
20240         Log: Typo in #9114.
20241      Branch: metaconfig
20242            ! U/modified/myhostname.U
20243 ____________________________________________________________________________
20244 [  9122] By: jhi                                   on 2001/03/13  03:24:06
20245         Log: Typo in #9113.
20246      Branch: perl
20247            ! Configure
20248 ____________________________________________________________________________
20249 [  9121] By: jhi                                   on 2001/03/13  01:53:05
20250         Log: Forgot to check-in the larger part of #9120, duh.
20251      Branch: perl
20252            ! README.os2
20253 ____________________________________________________________________________
20254 [  9120] By: jhi                                   on 2001/03/13  01:51:31
20255         Log: Subject: [PATCH 5.6.1] OS/2 docs
20256              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20257              Date: Mon, 12 Mar 2001 03:27:32 -0500
20258              Message-ID: <20010312032732.A19283@math.ohio-state.edu>
20259      Branch: perl
20260            ! os2/Changes
20261 ____________________________________________________________________________
20262 [  9119] By: jhi                                   on 2001/03/13  01:49:41
20263         Log: Integrate change #9116 from maintperl into mainline.
20264              
20265              Win32::GetCwd() returns C: instead of C:\ in the root directory
20266              under ithreads
20267      Branch: perl
20268           !> win32/perlhost.h
20269 ____________________________________________________________________________
20270 [  9118] By: jhi                                   on 2001/03/13  01:13:39
20271         Log: Add Switch 2.01, resort MANIFEST (forgot that in #9117)
20272      Branch: perl
20273            + lib/Switch.pm t/lib/switch.t
20274            ! MANIFEST
20275 ____________________________________________________________________________
20276 [  9117] By: jhi                                   on 2001/03/13  01:03:17
20277         Log: Add Text::Balanced 1.83.
20278      Branch: perl
20279            + lib/Text/Balanced.pm lib/Text/Balanced.pod t/lib/tb-genxt.t
20280            + t/lib/tb-xbrak.t t/lib/tb-xcode.t t/lib/tb-xdeli.t
20281            + t/lib/tb-xmult.t t/lib/tb-xquot.t t/lib/tb-xtagg.t
20282            + t/lib/tb-xvari.t
20283            ! MANIFEST
20284 ____________________________________________________________________________
20285 [  9116] By: gsar                                  on 2001/03/13  00:55:53
20286         Log: Win32::GetCwd() returns C: instead of C:\ in the root directory
20287              under ithreads
20288      Branch: maint-5.6/perl
20289            ! win32/perlhost.h
20290 ____________________________________________________________________________
20291 [  9115] By: jhi                                   on 2001/03/13  00:54:09
20292         Log: Subject: Re: [ID 20010305.005] "use integer" doesn't make rand() return integers
20293              From: "John L. Allen" <allen@grumman.com>
20294              Date: Tue, 6 Mar 2001 10:50:51 -0500 (EST)
20295              Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com>
20296              
20297              use integer document clarification.
20298      Branch: perl
20299            ! lib/integer.pm
20300 ____________________________________________________________________________
20301 [  9114] By: jhi                                   on 2001/03/13  00:38:54
20302         Log: Metaconfig unit change for #9113.
20303      Branch: metaconfig
20304            ! U/modified/myhostname.U
20305 ____________________________________________________________________________
20306 [  9113] By: jhi                                   on 2001/03/13  00:38:35
20307         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?)
20308              From: Peter Prymmer <pvhp@forte.com>
20309              Date: Mon, 12 Mar 2001 16:25:56 -0800 (PST)
20310              Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com>
20311      Branch: perl
20312            ! Configure README.os390 hints/os390.sh
20313 ____________________________________________________________________________
20314 [  9112] By: jhi                                   on 2001/03/13  00:29:00
20315         Log: Integrate perlio.
20316      Branch: perl
20317           !> sv.c utf8.h
20318 ____________________________________________________________________________
20319 [  9111] By: nick                                  on 2001/03/12  21:16:33
20320         Log: Integrate mainline.
20321      Branch: perlio
20322           +> t/op/anonsub.t
20323           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
20324           !> proto.h sv.c
20325 ____________________________________________________________________________
20326 [  9110] By: nick                                  on 2001/03/12  21:00:13
20327         Log: #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case.
20328      Branch: perlio
20329            ! sv.c utf8.h
20330 ____________________________________________________________________________
20331 [  9109] By: jhi                                   on 2001/03/12  16:04:47
20332         Log: Integrate change #9108 from maintperl to mainline.
20333              
20334              fix memory leak in C<sub X { sub {} }> arising from a refcount
20335              loop between the outer sub and the inner prototype anonsub
20336              
20337              this also enables closures returned by subroutines that
20338              subsequently get redefined to work without generating coredumps :)
20339              
20340              completely removed the free_closures() hack--it shouldn't be
20341              needed anymore
20342      Branch: perl
20343           +> t/op/anonsub.t
20344           !> MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
20345           !> proto.h sv.c
20346 ____________________________________________________________________________
20347 [  9108] By: gsar                                  on 2001/03/12  10:21:31
20348         Log: fix memory leak in C<sub X { sub {} }> arising from a refcount
20349              loop between the outer sub and the inner prototype anonsub
20350              
20351              this also enables closures returned by subroutines that
20352              subsequently get redefined to work without generating coredumps :)
20353              
20354              completely removed the free_closures() hack--it shouldn't be
20355              needed anymore
20356      Branch: maint-5.6/perl
20357            + t/op/anonsub.t
20358            ! MANIFEST embed.h embed.pl op.c op.h pod/perlapi.pod pp_ctl.c
20359            ! proto.h sv.c
20360 ____________________________________________________________________________
20361 [  9107] By: jhi                                   on 2001/03/12  05:15:31
20362         Log: Integrate perlio.
20363      Branch: perl
20364           !> ext/Encode/Encode.xs makedef.pl regcomp.c sv.c toke.c utf8.c
20365 ____________________________________________________________________________
20366 [  9106] By: nick                                  on 2001/03/11  20:10:12
20367         Log: regcomp.c is working in native space, not Unicode space (if different)
20368              as it is doing compare against 'W' in \W etc.
20369      Branch: perlio
20370            ! regcomp.c
20371 ____________________________________________________________________________
20372 [  9105] By: nick                                  on 2001/03/11  19:39:34
20373         Log: Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former.
20374              Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs.
20375      Branch: perlio
20376            ! regcomp.c toke.c utf8.c
20377 ____________________________________________________________________________
20378 [  9104] By: nick                                  on 2001/03/11  18:15:44
20379         Log: Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget.
20380      Branch: perlio
20381            ! sv.c
20382 ____________________________________________________________________________
20383 [  9103] By: nick                                  on 2001/03/11  18:03:28
20384         Log: Integrate mainline (for regexp stuff).
20385      Branch: perlio
20386           !> ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
20387           !> ext/Encode/Encode.xs ext/Errno/Errno_pm.PL
20388           !> lib/ExtUtils/Manifest.pm regcomp.c regexec.c t/lib/b.t
20389           !> t/lib/errno.t t/op/pat.t
20390 ____________________________________________________________________________
20391 [  9102] By: nick                                  on 2001/03/11  17:44:20
20392         Log: USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com>
20393              - exclude layer syms in makedef.pl for sfio
20394              - also inhibit Encode from trying to build ":encode()" layer.
20395      Branch: perlio
20396            ! ext/Encode/Encode.xs makedef.pl
20397 ____________________________________________________________________________
20398 [  9101] By: jhi                                   on 2001/03/10  22:38:13
20399         Log: The $Is_MacOS needs to be declared.
20400      Branch: perl
20401            ! lib/ExtUtils/Manifest.pm
20402 ____________________________________________________________________________
20403 [  9100] By: jhi                                   on 2001/03/10  22:14:29
20404         Log: Use #if defined(USE_PERLIO) && !defined(USE_SFIO) instead of just
20405              #ifdef USE_PERLIO in Encode.xs so that the perlio symbols don't
20406              pollute the symbolspace if using sfio.
20407      Branch: perl
20408            ! ext/Encode/Encode.xs
20409 ____________________________________________________________________________
20410 [  9099] By: jhi                                   on 2001/03/10  21:58:48
20411         Log: Subject: [PATCH] Portability fixes for Mac OS / bleadperl
20412              Date: Sat, 10 Mar 2001 14:23:55 -0500
20413              From: Chris Nandor <pudge@pobox.com>
20414              Message-Id: <p05010401b6d02f70211f@[10.0.1.177]>
20415      Branch: perl
20416            ! ext/B/defsubs_h.PL ext/DynaLoader/dl_mac.xs
20417            ! ext/Errno/Errno_pm.PL lib/ExtUtils/Manifest.pm t/lib/b.t
20418            ! t/lib/errno.t
20419 ____________________________________________________________________________
20420 [  9098] By: jhi                                   on 2001/03/10  21:38:30
20421         Log: Fix for ID 20010306.008, UTF-8 and \w without 'use utf8' coredump.
20422      Branch: perl
20423            ! regcomp.c regexec.c t/op/pat.t
20424 ____________________________________________________________________________
20425 [  9097] By: jhi                                   on 2001/03/10  14:38:07
20426         Log: Integrate perlio.
20427      Branch: perl
20428           !> doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
20429           !> handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
20430           !> regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
20431 ____________________________________________________________________________
20432 [  9096] By: nick                                  on 2001/03/10  11:55:43
20433         Log: EBCDIC sanity - phase I
20434              - rename utf8/uv functions to indicate what sort of uv they provide (uvuni/uvchr)
20435              - use utf8n_xxxx (c.f. pvn) for forms which take length.
20436              - back out vN.N and $^V exceptions to e2a/a2e
20437              - make "locale" isxxx macros be uvchr (may be redundant?)
20438              
20439              Not clear yet that toUPPER_uni et. al. return being handled correctly.
20440              The tr// and rexexp stuff still needs an audit, assumption is they are working
20441              in Unicode space.
20442              
20443              Need to provide v5.6 names for XS modules (decide is uni or chr ?).
20444      Branch: perlio
20445            ! doop.c embed.h embed.pl ext/Encode/Encode.xs global.sym
20446            ! handy.h objXSUB.h op.c perl.c perlapi.c pp.c pp_ctl.c proto.h
20447            ! regcomp.c regexec.c sv.c toke.c utf8.c utf8.h
20448 ____________________________________________________________________________
20449 [  9095] By: jhi                                   on 2001/03/09  22:10:01
20450         Log: Integrate perlio.
20451      Branch: perl
20452           !> dump.c
20453 ____________________________________________________________________________
20454 [  9094] By: nick                                  on 2001/03/09  17:36:38
20455         Log: Builds an passes all tests after integrate and this tweak.
20456      Branch: perlio
20457            ! dump.c
20458 ____________________________________________________________________________
20459 [  9093] By: nick                                  on 2001/03/09  17:16:03
20460         Log: Integrate mainline (does not build - sv_catpvf issue in dump.c)
20461      Branch: perlio
20462           +> lib/unicode/Scripts.txt t/lib/sigaction.t
20463           !> (integrate 79 files)
20464 ____________________________________________________________________________
20465 [  9092] By: jhi                                   on 2001/03/09  15:28:26
20466         Log: Update Changes.
20467      Branch: perl
20468            ! Changes patchlevel.h
20469 ____________________________________________________________________________
20470 [  9091] By: jhi                                   on 2001/03/09  15:25:05
20471         Log: In op/stat #35 better to scan all the potential directories
20472              for setuids, not just the first one.
20473      Branch: perl
20474            ! t/op/stat.t
20475 ____________________________________________________________________________
20476 [  9090] By: jhi                                   on 2001/03/09  15:01:27
20477         Log: Subject: Re: [ID 19990808.001] [PATCH] FETCH triggered on exists() 
20478              From: rspier@pobox.com (Robert Spier)
20479              Date: Fri, 9 Mar 2001 03:30:20 -0500
20480              Message-ID: <15016.38044.381174.160189@rls.cx>
20481              
20482              EXISTS() returning undef mistakenly triggered a FETCH().
20483      Branch: perl
20484            ! hv.c
20485 ____________________________________________________________________________
20486 [  9089] By: jhi                                   on 2001/03/09  14:59:02
20487         Log: Add /sbin and /usr/sbin to the list of directories scanned
20488              for setuid programs.  Takes care of bug id 20010309.003.
20489      Branch: perl
20490            ! t/op/stat.t
20491 ____________________________________________________________________________
20492 [  9088] By: jhi                                   on 2001/03/09  14:48:32
20493         Log: Regen perlapi, perltoc.
20494      Branch: perl
20495            ! ext/Encode/Encode/Tcl.pm pod/perlapi.pod pod/perltoc.pod
20496 ____________________________________________________________________________
20497 [  9087] By: jhi                                   on 2001/03/09  14:38:56
20498         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
20499              From: David Mitchell <davem@fdgroup.co.uk>
20500              Date: Fri, 9 Mar 2001 13:49:31 +0000 (GMT)
20501              Message-Id: <200103091349.NAA16617@tiree.fdgroup.co.uk>
20502      Branch: perl
20503            ! dump.c perl.c perl.h pod/perlrun.pod
20504 ____________________________________________________________________________
20505 [  9086] By: jhi                                   on 2001/03/09  01:47:16
20506         Log: A modified version of
20507              
20508              Subject: [ID 20010307.005] POSIX::sigaction has various problems
20509              From: anders@broadcom.com
20510              Date: Wed, 7 Mar 2001 14:35:24 -0800 (PST) 
20511              Message-Id: <200103072235.OAA25368@dt-sj1-130.sj.broadcom.com>
20512              
20513              Currently the sigaction.t test #6 fails (and is fudged to look
20514              like an "ok") in Linux (at least in Debian 2.2 Linux 2.4.2 x86).
20515              This may well be a genuine bug in Linux sigaction() (since at
20516              least Tru64, Solaris, and HP-UX disagree with Linux).
20517              Anyone with POSIX / SUSv2 tome handy?  The problem is that
20518              the flags of the oldaction don't match with the flags in
20519              the previously installed disposition.
20520      Branch: perl
20521            + t/lib/sigaction.t
20522            ! MANIFEST ext/POSIX/POSIX.pm ext/POSIX/POSIX.xs
20523 ____________________________________________________________________________
20524 [  9085] By: jhi                                   on 2001/03/09  01:30:13
20525         Log: Subject: Re: mission impossible for the day
20526              From: Alex Gough <alex@rcon.org>
20527              Date: Thu, 08 Mar 2001 17:18:19 +0000
20528              Message-ID: <3AA7BEDB.8070409@rcon.org>
20529              
20530              If references (are overloaded) and can be directly stringified,
20531              show that instead of "stringified".
20532              
20533              (The problem, infinite mutual recursion caused by overloaded bool
20534              in Switch.pm, tracked by David Mitchell)
20535      Branch: perl
20536            ! lib/Carp/Heavy.pm
20537 ____________________________________________________________________________
20538 [  9084] By: jhi                                   on 2001/03/09  01:20:39
20539         Log: Subject: Re: [ PATCH perl@8956 ] new debug option -DR shows ref counts
20540              Date: Thu, 8 Mar 2001 12:06:57 +0000 (GMT)
20541              From: David Mitchell <davem@fdgroup.co.uk>
20542              Message-Id: <200103081206.MAA06281@tiree.fdgroup.co.uk>
20543      Branch: perl
20544            ! ext/re/re.xs malloc.c mg.c perl.c perl.h perly.c perly.y
20545            ! pp_ctl.c regexec.c sv.c vms/perly_c.vms
20546 ____________________________________________________________________________
20547 [  9083] By: jhi                                   on 2001/03/09  01:16:51
20548         Log: Subject: [PATCH] perldata.pod here-doc docs
20549              From: Jeff Pinyan <jeffp@crusoe.net>
20550              Date: Thu, 8 Mar 2001 13:18:55 -0500 (EST)
20551              Message-ID: <Pine.GSO.4.21.0103081317530.20957-100000@crusoe.crusoe.net>
20552      Branch: perl
20553            ! pod/perldata.pod
20554 ____________________________________________________________________________
20555 [  9082] By: jhi                                   on 2001/03/09  01:01:27
20556         Log: Subject: Re: Unicode/EBCDIC
20557              From: Peter Prymmer <pvhp@forte.com>
20558              Date: Thu, 8 Mar 2001 16:23:25 -0800 (PST)
20559              Message-ID: <Pine.OSF.4.10.10103081617390.377472-100000@aspara.forte.com>
20560      Branch: perl
20561            ! perl.c perl.h sv.c toke.c utf8.c utf8.h
20562 ____________________________________________________________________________
20563 [  9081] By: jhi                                   on 2001/03/08  13:41:30
20564         Log: Subject: Ooops, wrong 'no *POSIX' Patch
20565              From: Dorner Thomas <Thomas.Dorner@start.de>
20566              Date: Thu, 8 Mar 2001 08:43:28 +0100
20567              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88D3@Ex02.inhouse.start.de>
20568      Branch: perl
20569            ! hints/posix-bc.sh
20570 ____________________________________________________________________________
20571 [  9080] By: jhi                                   on 2001/03/08  13:11:42
20572         Log: It's Scripts.txt, not Script.txt.
20573      Branch: perl
20574            ! MANIFEST
20575 ____________________________________________________________________________
20576 [  9079] By: jhi                                   on 2001/03/08  12:59:05
20577         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
20578              From: Dorner Thomas <Thomas.Dorner@start.de>
20579              Date: Wed, 7 Mar 2001 14:13:31 +0100
20580              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
20581      Branch: perl
20582            ! makedepend.SH
20583 ____________________________________________________________________________
20584 [  9078] By: jhi                                   on 2001/03/08  12:57:43
20585         Log: Retract #9069, wrong patch.
20586      Branch: perl
20587            ! Makefile.SH
20588 ____________________________________________________________________________
20589 [  9077] By: jhi                                   on 2001/03/08  01:06:13
20590         Log: Upgrade to Unicode 3.1 beta 2001-03-01.
20591      Branch: perl
20592            + lib/unicode/Scripts.txt
20593            ! MANIFEST lib/unicode/Category.pl lib/unicode/Decomposition.pl
20594            ! lib/unicode/EAWidth.txt lib/unicode/Is/Alnum.pl
20595            ! lib/unicode/Is/Alpha.pl lib/unicode/Is/L.pl
20596            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
20597            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
20598            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
20599            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
20600            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
20601            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
20602            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
20603            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
20604            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
20605            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
20606            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
20607            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
20608            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
20609            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkZW.pl
20610            ! lib/unicode/Is/Ll.pl lib/unicode/Is/Lower.pl
20611            ! lib/unicode/Is/S.pl lib/unicode/Is/Sm.pl
20612            ! lib/unicode/Is/Word.pl lib/unicode/Names.txt
20613            ! lib/unicode/PropList.txt lib/unicode/ReadMe.txt
20614            ! lib/unicode/Unicode.txt lib/unicode/mktables.PL
20615            ! lib/unicode/version
20616 ____________________________________________________________________________
20617 [  9076] By: jhi                                   on 2001/03/07  22:59:39
20618         Log: Integrate change #7784 from mainline into maintperl.
20619              
20620              Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
20621      Branch: maint-5.6/perl
20622           !> pp_ctl.c t/op/pat.t
20623 ____________________________________________________________________________
20624 [  9075] By: jhi                                   on 2001/03/07  22:05:11
20625         Log: More UTF-8 test tweaks.
20626      Branch: perl
20627            ! t/op/pat.t t/op/split.t t/pragma/utf8.t
20628 ____________________________________________________________________________
20629 [  9074] By: nick                                  on 2001/03/07  21:39:29
20630         Log: Integrate mainline.
20631      Branch: perlio
20632           !> Changes Makefile.SH lib/ExtUtils/MM_Unix.pm
20633           !> lib/unicode/mktables.PL patchlevel.h perl.c pod/perlop.pod
20634           !> pod/perlretut.pod pod/perlsyn.pod pp.c pp_sys.c
20635           !> t/camel-III/vstring.t t/lib/charnames.t t/op/chop.t
20636           !> t/op/pack.t t/op/pat.t t/op/split.t t/pragma/utf8.t
20637 ____________________________________________________________________________
20638 [  9073] By: jhi                                   on 2001/03/07  16:37:09
20639         Log: Update Changes.
20640      Branch: perl
20641            ! Changes patchlevel.h
20642 ____________________________________________________________________________
20643 [  9072] By: jhi                                   on 2001/03/07  16:32:30
20644         Log: Subject: [ID 20010306.004] || != named unary operator
20645              From: abela@geneanet.org
20646              Date: Tue,  6 Mar 2001 15:57:57 +0100 (CET)
20647              Message-Id: <20010306145757.0CB03D183@little-roots.geneanet.org>
20648      Branch: perl
20649            ! pod/perlop.pod
20650 ____________________________________________________________________________
20651 [  9071] By: jhi                                   on 2001/03/07  15:14:11
20652         Log: Subject: downgrading to bytes for common functions
20653              From: andrew@pimlott.ne.mediaone.net (Andrew Pimlott)
20654              Date: Wed, 7 Mar 2001 02:36:55 -0500
20655              Message-ID: <20010307023655.J24024@pimlott.ne.mediaone.net>
20656      Branch: perl
20657            ! pp_sys.c
20658 ____________________________________________________________________________
20659 [  9070] By: jhi                                   on 2001/03/07  15:04:58
20660         Log: Clarify the description differentiating for and while; inspired by
20661              
20662              Subject: [ID 20010306.002] for/while difference in for definition
20663              From: abela@geneanet.org
20664              Date: Tue,  6 Mar 2001 09:40:36 +0100 (CET)
20665              Message-Id: <20010306084036.7BFD0D17F@little-roots.geneanet.org>
20666      Branch: perl
20667            ! pod/perlsyn.pod
20668 ____________________________________________________________________________
20669 [  9069] By: jhi                                   on 2001/03/07  14:55:30
20670         Log: Subject: 'no *POSIX' Patch speeding up make on BS2000 
20671              From: Dorner Thomas <Thomas.Dorner@start.de>
20672              Date: Wed, 7 Mar 2001 14:13:31 +0100
20673              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A88CB@Ex02.inhouse.start.de>
20674      Branch: perl
20675            ! Makefile.SH
20676 ____________________________________________________________________________
20677 [  9068] By: jhi                                   on 2001/03/07  14:51:17
20678         Log: Subject: Re: [ID 20010305.012] chop() against list assignment returns char chopped from el zero
20679              From: Radu Greab <radu@netsoft.ro>
20680              Date: Tue, 6 Mar 2001 23:04:44 +0200 (EET)
20681              Message-ID: <15013.20716.201459.540421@ix.netsoft.ro>
20682      Branch: perl
20683            ! pp.c t/op/chop.t
20684 ____________________________________________________________________________
20685 [  9067] By: jhi                                   on 2001/03/07  14:48:57
20686         Log: Subject: Re: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
20687              From: Simon Cozens <simon@netthink.co.uk>
20688              Date: Wed, 7 Mar 2001 13:59:28 +0000
20689              Message-ID: <20010307135928.A21620@pembro26.pmb.ox.ac.uk>
20690              
20691              In order to allow MakeMaker to build correct Makefiles,
20692              you need to change the order of the arguments in MM_Unix.pm
20693              as well. (Unless you have C89_CCMODE set, but we're trying
20694              to be POSIXly correct)
20695              
20696              Thanks to Merijn Broeren for tracking this down.
20697      Branch: perl
20698            ! lib/ExtUtils/MM_Unix.pm
20699 ____________________________________________________________________________
20700 [  9066] By: jhi                                   on 2001/03/07  14:30:02
20701         Log: Floating point too messy.
20702      Branch: perl
20703            ! t/camel-III/vstring.t
20704 ____________________________________________________________________________
20705 [  9065] By: jhi                                   on 2001/03/07  14:17:44
20706         Log: Integrate change #9064 from maintperl into mainline.
20707              
20708              fix memory leak in pack("Bb",...)
20709      Branch: perl
20710           !> perl.c
20711 ____________________________________________________________________________
20712 [  9064] By: gsar                                  on 2001/03/07  06:29:24
20713         Log: fix memory leak in pack("Bb",...)
20714      Branch: maint-5.6/perl
20715            ! perl.c
20716 ____________________________________________________________________________
20717 [  9063] By: jhi                                   on 2001/03/07  00:55:04
20718         Log: Major utf8 test reorganisation and rewrite.
20719              Hopefully no tests were lost in the shuffle.
20720              (The beginning of pragma/utf8 was lost intentionally,
20721              the tests were rather bogus and incomplete.)
20722      Branch: perl
20723            ! t/lib/charnames.t t/op/pack.t t/op/pat.t t/op/split.t
20724            ! t/pragma/utf8.t
20725 ____________________________________________________________________________
20726 [  9062] By: jhi                                   on 2001/03/07  00:41:16
20727         Log: More tweakage on the Unicode character class descriptions.
20728      Branch: perl
20729            ! lib/unicode/mktables.PL pod/perlretut.pod
20730 ____________________________________________________________________________
20731 [  9061] By: jhi                                   on 2001/03/06  23:12:38
20732         Log: The perlretut was still talking about the old \p and \P
20733              definitions.
20734      Branch: perl
20735            ! pod/perlretut.pod
20736 ____________________________________________________________________________
20737 [  9060] By: nick                                  on 2001/03/06  20:52:37
20738         Log: Integrate mainline (make test works again now).
20739      Branch: perlio
20740           !> op.c op.h regcomp.c t/camel-III/vstring.t t/op/pat.t
20741 ____________________________________________________________________________
20742 [  9059] By: jhi                                   on 2001/03/06  15:36:14
20743         Log: 0.999... does equal 1.0, doesn't it?
20744      Branch: perl
20745            ! t/camel-III/vstring.t
20746 ____________________________________________________________________________
20747 [  9058] By: jhi                                   on 2001/03/06  15:34:00
20748         Log: Make /x{abcd}/ to work without use utf8.
20749      Branch: perl
20750            ! regcomp.c
20751 ____________________________________________________________________________
20752 [  9057] By: jhi                                   on 2001/03/06  03:02:36
20753         Log: Easier to outcomment all the three reset() tests for now.
20754      Branch: perl
20755            ! t/op/pat.t
20756 ____________________________________________________________________________
20757 [  9056] By: jhi                                   on 2001/03/06  02:30:02
20758         Log: Comment out the deadly reset; until the 20010301.005
20759              is finally fixed.
20760      Branch: perl
20761            ! t/op/pat.t
20762 ____________________________________________________________________________
20763 [  9055] By: jhi                                   on 2001/03/06  02:21:26
20764         Log: Integrate the change #9054 from mainline:
20765              retract the PMOP cleanup patch pending further investigation.
20766      Branch: maint-5.6/perl
20767           !> op.c op.h
20768 ____________________________________________________________________________
20769 [  9054] By: jhi                                   on 2001/03/06  02:19:57
20770         Log: Retract the PMOP cleanup patch: I'm seeing strange core dumps
20771              with oddly familiar stack traces.
20772      Branch: perl
20773            ! op.c op.h
20774 ____________________________________________________________________________
20775 [  9053] By: jhi                                   on 2001/03/05  23:20:28
20776         Log: Integrate perlio.
20777      Branch: perl
20778           +> ext/Encode/Encode/koi8-r.ucm
20779           !> MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
20780           !> makedef.pl
20781 ____________________________________________________________________________
20782 [  9052] By: nick                                  on 2001/03/05  23:08:17
20783         Log: skipping USE_PERLIO symbols correction.
20784      Branch: perlio
20785            ! makedef.pl
20786 ____________________________________________________________________________
20787 [  9051] By: nick                                  on 2001/03/05  22:35:07
20788         Log: More Encode alias tidying.
20789      Branch: perlio
20790            + ext/Encode/Encode/koi8-r.ucm
20791            ! MANIFEST ext/Encode/Encode.pm ext/Encode/Makefile.PL
20792 ____________________________________________________________________________
20793 [  9050] By: jhi                                   on 2001/03/05  21:44:29
20794         Log: Integrate changes #9033 and #9044 from mainline into maintperl,
20795              Sarathy's fix for ID 20010301.005.
20796      Branch: maint-5.6/perl
20797           !> op.c op.h
20798 ____________________________________________________________________________
20799 [  9049] By: nick                                  on 2001/03/05  19:54:04
20800         Log: Integrate Jarkko's Encode.pm tweak.
20801      Branch: perlio
20802           !> ext/Encode/Encode.pm
20803 ____________________________________________________________________________
20804 [  9048] By: nick                                  on 2001/03/05  19:47:57
20805         Log: Integrate mainline (mostly - holding of on Encode.pm for a bit.)
20806      Branch: perlio
20807           +> os2/os2add.sym
20808           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm makedef.pl op.c
20809           !> op.h os2/Changes os2/Makefile.SHs os2/OS2/REXX/Makefile.PL
20810           !> os2/OS2/REXX/REXX.pm os2/OS2/REXX/REXX.xs
20811           !> os2/OS2/REXX/t/rx_cmprt.t os2/os2.c os2/os2.sym os2/os2ish.h
20812           !> pod/perlapi.pod t/op/pat.t t/op/tr.t
20813 ____________________________________________________________________________
20814 [  9047] By: jhi                                   on 2001/03/05  19:25:26
20815         Log: Regen perlapi.
20816      Branch: perl
20817            ! pod/perlapi.pod
20818 ____________________________________________________________________________
20819 [  9046] By: jhi                                   on 2001/03/05  19:12:14
20820         Log: Integrate perlio.
20821      Branch: perl
20822           +> t/camel-III/vstring.t
20823           !> MANIFEST pp.h pp_sys.c t/TEST t/harness
20824 ____________________________________________________________________________
20825 [  9045] By: jhi                                   on 2001/03/05  19:10:36
20826         Log: The mapping of ISO Latin X to ISO 8859-Y is tricky.
20827      Branch: perl
20828            ! ext/Encode/Encode.pm
20829 ____________________________________________________________________________
20830 [  9044] By: jhi                                   on 2001/03/05  18:49:12
20831         Log: Forgot the other half of the PMOP patch (#9033).
20832      Branch: perl
20833            ! op.h
20834 ____________________________________________________________________________
20835 [  9043] By: nick                                  on 2001/03/05  18:14:47
20836         Log: Update MANIFEST for new test.
20837      Branch: perlio
20838            ! MANIFEST
20839 ____________________________________________________________________________
20840 [  9042] By: nick                                  on 2001/03/05  18:12:41
20841         Log: Some tests for Camel 3rd edition features.
20842              Make gethostbyaddr() test in above work.
20843      Branch: perlio
20844            + t/camel-III/vstring.t
20845            ! pp.h pp_sys.c t/TEST t/harness
20846 ____________________________________________________________________________
20847 [  9041] By: jhi                                   on 2001/03/05  17:41:48
20848         Log: Add more ISO 8859 encoding aliases.
20849      Branch: perl
20850            ! ext/Encode/Encode.pm
20851 ____________________________________________________________________________
20852 [  9040] By: jhi                                   on 2001/03/05  17:30:43
20853         Log: Integrate perlio.
20854      Branch: perl
20855           !> MANIFEST sv.c
20856 ____________________________________________________________________________
20857 [  9039] By: nick                                  on 2001/03/05  17:11:36
20858         Log: Missed added file.
20859      Branch: perlio
20860            ! MANIFEST
20861 ____________________________________________________________________________
20862 [  9038] By: jhi                                   on 2001/03/05  15:58:01
20863         Log: Add tr tests for EBCDIC, from Karsten Sperling.
20864      Branch: perl
20865            ! t/op/tr.t
20866 ____________________________________________________________________________
20867 [  9037] By: nick                                  on 2001/03/05  15:56:35
20868         Log: Long-standing "defined but not used" SvPVbyte*() are about to get used
20869              for auto-downgrade hooks in gethostbyaddr() etc. (as per Camel-III).
20870              
20871              Make SvPVbyte*() symetric with respect to SvPVutf8*() in that:
20872              - it does a sv_utf8_downgrade (c.f. SvPVutf8's sv_utf8_upgrade())
20873              - uses SvPV() rather than sv_2pv() in case it isn't a string.
20874      Branch: perlio
20875            ! sv.c
20876 ____________________________________________________________________________
20877 [  9036] By: jhi                                   on 2001/03/05  15:49:15
20878         Log: Add matching tests currently failing in EBCDIC,
20879              suggested by Karsten Sperling.
20880      Branch: perl
20881            ! t/op/pat.t
20882 ____________________________________________________________________________
20883 [  9035] By: jhi                                   on 2001/03/05  15:36:55
20884         Log: The #9034 needs a MANIFESTation.
20885      Branch: perl
20886            ! MANIFEST
20887 ____________________________________________________________________________
20888 [  9034] By: jhi                                   on 2001/03/05  15:35:14
20889         Log: Integrate perlio.
20890      Branch: perl
20891           +> ext/Encode/Encode/Tcl.pm
20892           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
20893           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
20894           !> ext/Encode/Encode/iso8859-1.ucm
20895           !> ext/Encode/Encode/iso8859-10.ucm
20896           !> ext/Encode/Encode/iso8859-13.ucm
20897           !> ext/Encode/Encode/iso8859-14.ucm
20898           !> ext/Encode/Encode/iso8859-15.ucm
20899           !> ext/Encode/Encode/iso8859-16.ucm
20900           !> ext/Encode/Encode/iso8859-2.ucm
20901           !> ext/Encode/Encode/iso8859-3.ucm
20902           !> ext/Encode/Encode/iso8859-4.ucm
20903           !> ext/Encode/Encode/iso8859-5.ucm
20904           !> ext/Encode/Encode/iso8859-6.ucm
20905           !> ext/Encode/Encode/iso8859-7.ucm
20906           !> ext/Encode/Encode/iso8859-8.ucm
20907           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
20908           !> t/lib/encode.t
20909 ____________________________________________________________________________
20910 [  9033] By: jhi                                   on 2001/03/05  15:33:18
20911         Log: Subject: Re: [ID 20010301.005] corrupt memory (since @8531, in 5.6.1-T2)
20912              From: Gurusamy Sarathy <gsar@ActiveState.com>
20913              Date: Sun, 04 Mar 2001 22:33:15 -0800
20914              Message-Id: <200103050633.f256XFo06998@smtp3.ActiveState.com>
20915              
20916              PMOPs need to remember their own stash so that they can
20917              gracefully remove themselves from their linked list.
20918      Branch: perl
20919            ! op.c
20920 ____________________________________________________________________________
20921 [  9032] By: nick                                  on 2001/03/05  14:51:50
20922         Log: Encode implementation "completion"
20923              Implement and document define_encoding()
20924              Implement and document encoding aliases including define_alias()
20925              Make Encode::XS use define_encoding() rather than back-door.
20926              Move run-time *.enc to separate Encode::Tcl module.
20927              Make 'compile' honour <codeset_name>
20928              Change canonical names of to iso-8859-* and US-ascii.
20929      Branch: perlio
20930            + ext/Encode/Encode/Tcl.pm
20931            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
20932            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1250.ucm
20933            ! ext/Encode/Encode/iso8859-1.ucm
20934            ! ext/Encode/Encode/iso8859-10.ucm
20935            ! ext/Encode/Encode/iso8859-13.ucm
20936            ! ext/Encode/Encode/iso8859-14.ucm
20937            ! ext/Encode/Encode/iso8859-15.ucm
20938            ! ext/Encode/Encode/iso8859-16.ucm
20939            ! ext/Encode/Encode/iso8859-2.ucm
20940            ! ext/Encode/Encode/iso8859-3.ucm
20941            ! ext/Encode/Encode/iso8859-4.ucm
20942            ! ext/Encode/Encode/iso8859-5.ucm
20943            ! ext/Encode/Encode/iso8859-6.ucm
20944            ! ext/Encode/Encode/iso8859-7.ucm
20945            ! ext/Encode/Encode/iso8859-8.ucm
20946            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/compile
20947            ! t/lib/encode.t
20948 ____________________________________________________________________________
20949 [  9031] By: jhi                                   on 2001/03/05  13:51:17
20950         Log: Integrate change #9030 from maintperl into mainline.
20951              
20952              Subject: [PATCH 5.6.1] OS/2 cleanup
20953      Branch: perl
20954           +> os2/os2add.sym
20955           !> MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
20956           !> makedef.pl os2/Changes os2/Makefile.SHs
20957           !> os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
20958           !> os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
20959           !> os2/os2.sym os2/os2ish.h
20960 ____________________________________________________________________________
20961 [  9030] By: jhi                                   on 2001/03/05  13:46:49
20962         Log: Subject: [PATCH 5.6.1] OS/2 cleanup
20963              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
20964              Date: Mon, 5 Mar 2001 02:29:44 -0500
20965              Message-ID: <20010305022944.A10117@math.ohio-state.edu>
20966      Branch: maint-5.6/perl
20967            + os2/os2add.sym
20968            ! MANIFEST lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
20969            ! makedef.pl os2/Changes os2/Makefile.SHs
20970            ! os2/OS2/REXX/Makefile.PL os2/OS2/REXX/REXX.pm
20971            ! os2/OS2/REXX/REXX.xs os2/OS2/REXX/t/rx_cmprt.t os2/os2.c
20972            ! os2/os2.sym os2/os2ish.h
20973 ____________________________________________________________________________
20974 [  9029] By: jhi                                   on 2001/03/05  13:40:35
20975         Log: Integrate change #9028 from maintperl into mainline.
20976              
20977              various nits in MM_Unix.pm found by disabling SelfLoader
20978      Branch: perl
20979           !> lib/ExtUtils/MM_Unix.pm
20980 ____________________________________________________________________________
20981 [  9028] By: gsar                                  on 2001/03/05  09:58:38
20982         Log: various nits in MM_Unix.pm found by disabling SelfLoader
20983      Branch: maint-5.6/perl
20984            ! lib/ExtUtils/MM_Unix.pm
20985 ____________________________________________________________________________
20986 [  9027] By: nick                                  on 2001/03/05  08:35:22
20987         Log: Integrate mainline
20988      Branch: perlio
20989           !> (integrate 28 files)
20990 ____________________________________________________________________________
20991 [  9026] By: jhi                                   on 2001/03/05  02:14:59
20992         Log: Integrate change #9025 from mainline to maintperl,
20993              retract \N{U+HHHH}.
20994      Branch: maint-5.6/perl
20995           !> lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
20996           !> t/lib/charnames.t toke.c
20997 ____________________________________________________________________________
20998 [  9025] By: jhi                                   on 2001/03/05  02:13:09
20999         Log: Retracting \N{U+HHHH}.
21000      Branch: perl
21001            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
21002            ! t/lib/charnames.t toke.c
21003 ____________________________________________________________________________
21004 [  9024] By: jhi                                   on 2001/03/04  20:51:07
21005         Log: Subject: Re: Smoking patch 8898 for perl v5.7.0 on aix 4.3.0.0
21006              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
21007              Date: Fri, 02 Mar 2001 18:25:26 +0100
21008              Message-Id: <20010302182416.1BF4.H.M.BRAND@hccnet.nl>
21009              
21010              Casting problem.
21011      Branch: perl
21012            ! ext/Storable/Storable.xs
21013 ____________________________________________________________________________
21014 [  9023] By: jhi                                   on 2001/03/04  19:46:45
21015         Log: Subject: [ID 20010303.009] SOCKS5 work around breaks other sockets
21016              From: nick@talking.bollo.cx
21017              Date: Sat, 03 Mar 2001 21:41:33 +0000
21018              Message-Id: <E14ZJmP-0000mE-00@Bagpuss.unfortu.net>
21019              
21020              Revert the workaround.
21021      Branch: perl
21022            ! perlio.c
21023 ____________________________________________________________________________
21024 [  9022] By: jhi                                   on 2001/03/04  19:36:28
21025         Log: Update Changes.
21026      Branch: perl
21027            ! Changes patchlevel.h
21028 ____________________________________________________________________________
21029 [  9021] By: jhi                                   on 2001/03/04  18:41:00
21030         Log: makedef.pl updates suggested by Chris Nandor; double-checking
21031              the changes in AIX, OS/2 Win32 would be nice.
21032      Branch: perl
21033            ! makedef.pl
21034 ____________________________________________________________________________
21035 [  9020] By: jhi                                   on 2001/03/04  18:23:58
21036         Log: Integrate change #9012 from maintperl into mainline,
21037              quench a compiler warning.
21038      Branch: perl
21039           !> toke.c
21040 ____________________________________________________________________________
21041 [  9019] By: jhi                                   on 2001/03/04  18:18:43
21042         Log: Integrate changes #9017 and 9018 from mainline into maintperl.
21043              
21044              \N{U+HHHH} fix.
21045              
21046              pattern in G_ARRAY context
21047      Branch: maint-5.6/perl
21048           !> pp_hot.c t/op/pat.t toke.c
21049 ____________________________________________________________________________
21050 [  9018] By: jhi                                   on 2001/03/04  18:07:48
21051         Log: Subject: [PATCH pp_hot.c regexp.t] pattern in G_ARRAY context
21052              From: Jeff Pinyan <jeffp@crusoe.net>
21053              Date: Sat, 3 Mar 2001 17:14:07 -0500 (EST)
21054              Message-ID: <Pine.GSO.4.21.0103031712070.1035-100000@crusoe.crusoe.net>
21055      Branch: perl
21056            ! pp_hot.c t/op/pat.t
21057 ____________________________________________________________________________
21058 [  9017] By: jhi                                   on 2001/03/04  18:06:21
21059         Log: I thought I tested the #9014.
21060      Branch: perl
21061            ! toke.c
21062 ____________________________________________________________________________
21063 [  9016] By: jhi                                   on 2001/03/04  17:41:22
21064         Log: Integrate changes #9013,9014,9015 from mainline into maintperl.
21065              
21066              Tweak the get*ent() OS/2 prototypes.
21067              
21068              Add the \N{U+HHHH} syntax.
21069              
21070              More tr/// UTF-8 fixes from Inaba Hiroto.
21071      Branch: maint-5.6/perl
21072           !> doop.c lib/charnames.pm os2/os2.c pod/perldiag.pod
21073           !> pod/perlretut.pod t/lib/charnames.t t/op/tr.t toke.c
21074 ____________________________________________________________________________
21075 [  9015] By: jhi                                   on 2001/03/04  17:36:04
21076         Log: More tr/// UTF-8 fixes from Inaba Hiroto.
21077      Branch: perl
21078            ! doop.c t/op/tr.t
21079 ____________________________________________________________________________
21080 [  9014] By: jhi                                   on 2001/03/04  17:24:49
21081         Log: Add the \N{U+HHHH} syntax.
21082      Branch: perl
21083            ! lib/charnames.pm pod/perldiag.pod pod/perlretut.pod
21084            ! t/lib/charnames.t toke.c
21085 ____________________________________________________________________________
21086 [  9013] By: jhi                                   on 2001/03/04  17:20:45
21087         Log: Tweak the get*ent() OS/2 prototypes.
21088      Branch: perl
21089            ! os2/os2.c
21090 ____________________________________________________________________________
21091 [  9012] By: gsar                                  on 2001/03/04  06:26:14
21092         Log: avoid warning (nit in change#9009)
21093      Branch: maint-5.6/perl
21094            ! toke.c
21095 ____________________________________________________________________________
21096 [  9011] By: gsar                                  on 2001/03/04  06:15:24
21097         Log: lib/charnames.t fails in 5.6.x because of older Unicode
21098              data
21099              
21100              TODO: need to revisit this after updating lib/unicode/...
21101      Branch: maint-5.6/perl
21102            ! t/lib/charnames.t
21103 ____________________________________________________________________________
21104 [  9010] By: gsar                                  on 2001/03/04  06:08:36
21105         Log: change#9009 breaks build (no "didrange" variable in 5.6.x)
21106      Branch: maint-5.6/perl
21107            ! toke.c
21108 ____________________________________________________________________________
21109 [  9009] By: jhi                                   on 2001/03/03  19:27:20
21110         Log: Integrate change #9008 from mainline to maintperl,
21111              UTF-8 tr/// fixes from Inaba Hiroto.
21112      Branch: maint-5.6/perl
21113           !> doop.c op.c t/op/tr.t toke.c
21114 ____________________________________________________________________________
21115 [  9008] By: jhi                                   on 2001/03/03  19:19:42
21116         Log: UTF8 tr/// fixes from Inaba Hiroto.
21117      Branch: perl
21118            ! doop.c op.c t/op/tr.t toke.c
21119 ____________________________________________________________________________
21120 [  9007] By: jhi                                   on 2001/03/03  19:00:30
21121         Log: Integrate change #9006 from maintperl to mainline,
21122              more robust quest for the infinite.
21123      Branch: perl
21124           !> lib/Math/Complex.pm
21125 ____________________________________________________________________________
21126 [  9006] By: jhi                                   on 2001/03/03  18:58:06
21127         Log: Subject: [PATCH 5.6.1] More robust Math::Complex
21128              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21129              Date: Sat, 3 Mar 2001 12:51:50 -0500
21130              Message-ID: <20010303125150.A2147@math.ohio-state.edu>
21131              
21132              Be more robust in our quest for the infinite.
21133      Branch: maint-5.6/perl
21134            ! lib/Math/Complex.pm
21135 ____________________________________________________________________________
21136 [  9005] By: jhi                                   on 2001/03/03  17:55:50
21137         Log: The #8982 modified for perl 5.6.x, from Radu Greab.
21138      Branch: maint-5.6/perl
21139            ! doio.c
21140 ____________________________________________________________________________
21141 [  9004] By: jhi                                   on 2001/03/03  17:40:14
21142         Log: Rewrite REPORT() and REPORT2() (used for -DT) slightly
21143              so that picky compilers like IRIX won't get huffy about
21144              "statements without effect" (like 1;).
21145      Branch: perl
21146            ! toke.c
21147 ____________________________________________________________________________
21148 [  9003] By: jhi                                   on 2001/03/03  17:15:52
21149         Log: Integrate change #9002 from mainline to maintperl.
21150              
21151              Subject: [perl-5.6.x, perl-current] accept for EPOC
21152      Branch: maint-5.6/perl
21153           !> pp_sys.c
21154 ____________________________________________________________________________
21155 [  9002] By: jhi                                   on 2001/03/03  17:14:30
21156         Log: Subject: [perl-5.6.x, perl-current] accept for EPOC
21157              From: Olaf Flebbe <O.Flebbe@science-computing.de>
21158              Date: Sat, 3 Mar 2001 16:36:04 +0100 (CET)
21159              Message-ID: <Pine.LNX.4.02.10103031635190.4825-100000@milkyway.science-computing.de>
21160      Branch: perl
21161            ! pp_sys.c
21162 ____________________________________________________________________________
21163 [  9001] By: jhi                                   on 2001/03/03  17:13:13
21164         Log: Subject: [PATCH perl@8989] t/pod/find.t on VMS
21165              From: "Craig A. Berry" <craigberry@mac.com>
21166              Date: Fri, 02 Mar 2001 17:44:40 -0600
21167              Message-Id: <5.0.2.1.0.20010302172145.038d3c10@mail.mac.com>
21168      Branch: perl
21169            ! t/pod/find.t
21170 ____________________________________________________________________________
21171 [  9000] By: jhi                                   on 2001/03/03  17:11:55
21172         Log: Integrate changes #8997,8999 from maintperl.
21173              
21174              Subject: [PATCH 5.6.1] compiling on OS/2
21175              (Better error message from hints/os2.sh)
21176              
21177              Subject: [PATCH 5.6.1] syslog.t
21178      Branch: perl
21179           !> hints/os2.sh t/lib/syslog.t
21180 ____________________________________________________________________________
21181 [  8999] By: jhi                                   on 2001/03/03  17:09:28
21182         Log: Subject: [PATCH 5.6.1] syslog.t
21183              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21184              Date: Sat, 3 Mar 2001 02:11:17 -0500
21185              Message-ID: <20010303021116.A11897@math.ohio-state.edu>
21186      Branch: maint-5.6/perl
21187            ! t/lib/syslog.t
21188 ____________________________________________________________________________
21189 [  8998] By: jhi                                   on 2001/03/03  17:07:50
21190         Log: Subject: Re: [PATCH 5.7.0] compiling on OS/2: 5.6.1 too
21191              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21192              Date: Sat, 3 Mar 2001 01:53:52 -0500
21193              Message-ID: <20010303015352.A11741@math.ohio-state.edu>
21194      Branch: maint-5.6/perl
21195            ! opcode.pl os2/os2.c
21196 ____________________________________________________________________________
21197 [  8997] By: jhi                                   on 2001/03/03  17:03:30
21198         Log: Subject: [PATCH 5.6.1] compiling on OS/2
21199              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
21200              Date: Sat, 3 Mar 2001 01:59:59 -0500
21201              Message-ID: <20010303015959.B11741@math.ohio-state.edu>
21202      Branch: maint-5.6/perl
21203            ! hints/os2.sh
21204 ____________________________________________________________________________
21205 [  8996] By: jhi                                   on 2001/03/03  00:55:58
21206         Log: Regen files for mainline.
21207      Branch: perl
21208            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
21209            ! config_h.SH pod/perlapi.pod pod/perltoc.pod
21210 ____________________________________________________________________________
21211 [  8995] By: jhi                                   on 2001/03/03  00:35:22
21212         Log: Integrate changes #8099,8218,8220,8221,8227,8304,8317,
21213              8318,8320,8337,8503,8877,8890,8903,8971 from mainline
21214              to maintperl.
21215              
21216              Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
21217              
21218              Add Configure option -Dmksymlinks which will create a symlink
21219              forest if the current/build differs from the source directory.
21220              (8218,8220,8221,8317,8318,8971)
21221              
21222              Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
21223              (Document APPLLIB_EXP in INSTALL.)
21224              
21225              If running byacc write-enable also perly.h.
21226              
21227              DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
21228              
21229              Subject: [PATCH 5.7.1/Configure] failure to set src='.'
21230              
21231              Sanity check for conflicting thread flavours.
21232              
21233              Fix the sys/fcntl.h problem reported by Peter Prymmer.
21234              
21235              Add few CPUs/architectures to the Cppsym scan,
21236              add -perlio to archname if so selected (modified 8890)
21237              
21238              Be more helpful for devel builders, suggested by John L. Allen.
21239              (admittedly pointless change for maintperl, but the usedevel
21240              code is there already)
21241      Branch: maint-5.6/perl
21242           !> Configure INSTALL Makefile.SH Porting/Glossary
21243           !> Porting/config.sh Porting/config_H config_h.SH embed.pl
21244           !> epoc/config.sh ext/NDBM_File/NDBM_File.xs
21245           !> ext/ODBM_File/ODBM_File.xs t/io/fs.t warnings.pl
21246           !> win32/config.bc win32/config.gc win32/config.vc
21247 ____________________________________________________________________________
21248 [  8994] By: jhi                                   on 2001/03/02  23:31:41
21249         Log: Use also $ccflags, not just $ldflags, when testing for gccness.
21250      Branch: metaconfig/U/perl
21251            ! gccvers.U
21252 ____________________________________________________________________________
21253 [  8993] By: jhi                                   on 2001/03/02  23:22:12
21254         Log: Regenerate various files for maint.
21255      Branch: maint-5.6/perl
21256            ! Porting/Glossary Porting/config.sh Porting/config_H objXSUB.h
21257            ! perlapi.c pod/perlapi.pod pod/perltoc.pod proto.h
21258 ____________________________________________________________________________
21259 [  8992] By: alanbur                               on 2001/03/02  22:48:34
21260         Log: Resync wuth parent
21261      Branch: maint-5.6/pureperl
21262           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
21263           !> (integrate 60 files)
21264 ____________________________________________________________________________
21265 [  8991] By: jhi                                   on 2001/03/02  21:00:08
21266         Log: Retract the #8742 part of #8986, backward compat.
21267      Branch: maint-5.6/perl
21268            ! embed.pl
21269 ____________________________________________________________________________
21270 [  8990] By: jhi                                   on 2001/03/02  20:40:07
21271         Log: Retract the #8919 part of #8987, not applicable to the 5.6 branch.
21272      Branch: maint-5.6/perl
21273            ! hv.c
21274 ____________________________________________________________________________
21275 [  8989] By: jhi                                   on 2001/03/02  19:59:56
21276         Log: Update Changes.
21277      Branch: perl
21278            ! Changes patchlevel.h
21279 ____________________________________________________________________________
21280 [  8988] By: jhi                                   on 2001/03/02  19:57:08
21281         Log: Integrate perlio.
21282      Branch: perl
21283           !> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
21284           !> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
21285           !> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
21286           !> ext/Encode/Encode/iso8859-10.ucm
21287           !> ext/Encode/Encode/iso8859-13.ucm
21288           !> ext/Encode/Encode/iso8859-14.ucm
21289           !> ext/Encode/Encode/iso8859-15.ucm
21290           !> ext/Encode/Encode/iso8859-16.ucm
21291           !> ext/Encode/Encode/iso8859-2.ucm
21292           !> ext/Encode/Encode/iso8859-3.ucm
21293           !> ext/Encode/Encode/iso8859-4.ucm
21294           !> ext/Encode/Encode/iso8859-5.ucm
21295           !> ext/Encode/Encode/iso8859-6.ucm
21296           !> ext/Encode/Encode/iso8859-7.ucm
21297           !> ext/Encode/Encode/iso8859-8.ucm
21298           !> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
21299           !> ext/Encode/Encode/symbol.ucm ext/Encode/compile
21300 ____________________________________________________________________________
21301 [  8987] By: jhi                                   on 2001/03/02  19:43:40
21302         Log: Integrate changes #8784,8839,8843,8847,8849,8859,8866,
21303              8873,8874,8876,8879,8901,8902,8908,8913,8918,8919,8946,8947,8948,
21304              8950,8952,8955 from mainline to maintperl.
21305              
21306              Subject: [PATCH: perl@8773] small fixups to perlclib.pod
21307              
21308              Put to rest the 20010205.001, the email address checking (not) regex.
21309              
21310              fork() not everywhere, cleanup temp files.
21311              
21312              The #8843 wasn't quite right: %Config needs to imported.
21313              
21314              Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
21315              (#8849: the glob-basic hunk needed massaging as it depended
21316              on Schwern's large-scale (unintegrated) patches)
21317              
21318              Skip the Perl_sys_intern_clear and Perl_sys_intern_init.
21319              
21320              Upgrade to CGI.pm 2.752, from Lincoln Stein.
21321              (Note: there were some conflicts due to EBCDIC and EPOC
21322              patches, in general I preferred the repository code.)
21323              (When 2.753 comes out, we need to synchronize.)
21324              
21325              Subject: [PATCH] fix for charnames above FFFF
21326              
21327              Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
21328              
21329              If no sfio, no -lsfio.
21330              
21331              Run run/*.t also in minitest.
21332              
21333              Subject:  [PATCH perl 5.7.0] malloc message address offset
21334              
21335              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
21336              
21337              Subject: fix for parameter -Dm (for perl@8867)
21338              
21339              Subject: [PATCH: perl@8892] was Re: hashing order difference?
21340              (make the test more portable)
21341              
21342              Subject: Re: [PATCH] fix for charnames above FFFF
21343              
21344              Subject: Re: I'm losing the war...
21345              (hv_store() not working correctly in ENV_IS_CASELESS case.)
21346              
21347              Subject: Modified README.bs2000 
21348              
21349              Subject: [PATCH: perl@8935] -Dt padsv($var)
21350              
21351              Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
21352              
21353              Subject: PATCH: extra tests to check on negative float to unsigned cast
21354              
21355              Subject: [PATCH] XPUSH[insp] was Re: progress
21356              
21357              Subject: Re: Compile with perlcc..
21358      Branch: maint-5.6/perl
21359           !> (integrate 36 files)
21360 ____________________________________________________________________________
21361 [  8986] By: jhi                                   on 2001/03/02  18:51:25
21362         Log: Integrate changes #8689,8697,8724,8726,8731,8742,8754,8755,
21363              8763,8767,8770,8772,8795,8796,8813,8822,8823 from mainline
21364              to maintperl.
21365              
21366              Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
21367              
21368              Subject: [DOC PATCH] overload.pm nits
21369              
21370              Add header for LIB$ prototypes (C. Berry)
21371              
21372              Convert fwrite()s to sockets to write()s, since some socket stacks
21373              don't take kindly to stdio.
21374              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
21375              (for often optional LNMs)
21376              Correct a few typos
21377              (C. Bailey)
21378              
21379              Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
21380              
21381              De-cut-and-pasto.
21382              
21383              Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
21384              
21385              Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
21386              
21387              Upgrade to CPAN 1.59_54, from Andreas König.
21388              
21389              Bogus shebang.
21390              
21391              Subject: [PATCH] Document makepatch in Porting/patching
21392              
21393              UTF-8 documentation.
21394              
21395              Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
21396              
21397              Sort the MANIFEST.
21398              
21399              Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
21400              
21401              Subject: [PATCH @8807] toke.c cleanup: scan_str()
21402              
21403              Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
21404              
21405              Add run/*.t to testables.
21406              
21407              TODO: integrate #8784.
21408      Branch: maint-5.6/perl
21409           +> pod/perlclib.pod t/lib/cgi-esc.t t/run/runenv.t
21410           !> (integrate 28 files)
21411 ____________________________________________________________________________
21412 [  8985] By: nick                                  on 2001/03/02  18:15:45
21413         Log: Integrate mainline
21414      Branch: perlio
21415           !> doio.c lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod
21416           !> vms/vms.c
21417 ____________________________________________________________________________
21418 [  8984] By: jhi                                   on 2001/03/02  16:00:17
21419         Log: Integrate changes #8978,8979,8980,8981,8983 from mainline.
21420              
21421              perlfaq1 reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY
21422              5.004_05, and mention the suidperl August 2000 security problem.
21423              (#8978,#8981)
21424              
21425              Subject: [ID 20010301.004] Technically speaking in perldata
21426              
21427              Subject: [PATCH] File::Copy for bleadperl, maintperl
21428              
21429              Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
21430              
21431              (The #8982, fix for 20010221.005 and 20010221.008,
21432              would be nice too but it didn't integrate cleanly.)
21433      Branch: maint-5.6/perl
21434           !> lib/File/Copy.pm pod/perldata.pod pod/perlfaq1.pod vms/vms.c
21435 ____________________________________________________________________________
21436 [  8983] By: jhi                                   on 2001/03/02  15:51:16
21437         Log: Subject:  [PATCH 5.7.0/5.6.0+] VMS piping ... cleanup at interpreter exit
21438              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
21439              Date:     Thu, 1 Mar 2001 15:54:09 EST
21440              Message-Id: <010301155258.b8cc1@DUPHY4.Physics.Drexel.Edu>
21441      Branch: perl
21442            ! vms/vms.c
21443 ____________________________________________________________________________
21444 [  8982] By: jhi                                   on 2001/03/02  15:43:31
21445         Log: Subject: Re: sync sync sync: have I missed any patches?
21446              From: Radu Greab <radu@netsoft.ro> 
21447              Date: Thu, 1 Mar 2001 21:47:22 +0200 (EET)
21448              Message-ID: <15006.42826.747914.669893@ix.netsoft.ro>
21449              
21450              Fixes the bugs 20010221.005 and 20010221.008: "the taint checker
21451              was checking argv[0] regardless of whether a different pathname
21452              will actually be executed."  Test case not supplied because 
21453              drafting that, ironically enough, revealed another bug
21454              (or a feature).
21455      Branch: perl
21456            ! doio.c
21457 ____________________________________________________________________________
21458 [  8981] By: jhi                                   on 2001/03/02  15:28:03
21459         Log: Misdate in #8978.
21460      Branch: perl
21461            ! pod/perlfaq1.pod
21462 ____________________________________________________________________________
21463 [  8980] By: jhi                                   on 2001/03/02  15:24:20
21464         Log: Subject: [PATCH] File::Copy for bleadperl, maintperl
21465              From: Chris Nandor <pudge@pobox.com>
21466              Date: Wed, 28 Feb 2001 22:10:15 -0500
21467              Message-Id: <p05010400b6c36d959ae8@[10.0.1.177]>
21468      Branch: perl
21469            ! lib/File/Copy.pm
21470 ____________________________________________________________________________
21471 [  8979] By: jhi                                   on 2001/03/02  15:17:16
21472         Log: Subject: [ID 20010301.004] Technically speaking in perldata
21473              From: abela@geneanet.org
21474              Date: Thu,  1 Mar 2001 17:59:27 +0100 (CET)
21475              Message-Id: <20010301165927.262C2D17D@little-roots.geneanet.org>
21476      Branch: perl
21477            ! pod/perldata.pod
21478 ____________________________________________________________________________
21479 [  8978] By: jhi                                   on 2001/03/02  15:15:27
21480         Log: Subject: [ID 20010301.003] ref to 5.004
21481              From: abela@geneanet.org
21482              Date: Thu,  1 Mar 2001 14:48:40 +0100 (CET)
21483              Message-Id: <20010301134840.C0CD1D171@little-roots.geneanet.org>
21484              
21485              Reworded to suggest 5.6.0 or 5.005_03, or POSSIBLY 5.004_05,
21486              and mention the suidperl August 2000 security problem.
21487      Branch: perl
21488            ! pod/perlfaq1.pod
21489 ____________________________________________________________________________
21490 [  8977] By: alanbur                               on 2001/03/02  14:17:45
21491         Log: Resynchronised with parent
21492      Branch: maint-5.6/pureperl
21493           !> AUTHORS README.epoc configure.com epoc/createpkg.pl
21494           !> lib/File/Temp.pm perl.c pp_sys.c t/lib/ftmp-mktemp.t
21495           !> t/lib/ftmp-posix.t t/op/append.t t/op/sprintf.t toke.c util.c
21496           !> vms/descrip_mms.template win32/win32.c win32/win32.h
21497           !> win32/win32iop.h
21498 ____________________________________________________________________________
21499 [  8976] By: nick                                  on 2001/03/01  23:25:30
21500         Log: Integrate mainline.
21501      Branch: perlio
21502            - t/op/qu.t
21503           !> (integrate 55 files)
21504 ____________________________________________________________________________
21505 [  8975] By: jhi                                   on 2001/03/01  16:51:34
21506         Log: Integrate change #8974 from maintperl, fix for bugid 20010226.008.
21507      Branch: perl
21508           !> toke.c
21509 ____________________________________________________________________________
21510 [  8974] By: gsar                                  on 2001/03/01  16:28:21
21511         Log: fix for bugid 20010226.008
21512              
21513              the problem was that some of the pointers (PL_last_lop and
21514              PL_last_uni specifically) into the lex buffers weren't correctly
21515              being invalidated when the buffer changed; this would leave the
21516              pointers pointing at an arbitrary location in the buffer if
21517              the buffer didn't need to be reallocated, or point into freed
21518              memory if the buffer had to be realloced
21519              
21520              TODO item for bugdb maintainers: check other seemingly random
21521              parser-related bugs--they might be cured by this
21522      Branch: maint-5.6/perl
21523            ! toke.c
21524 ____________________________________________________________________________
21525 [  8973] By: jhi                                   on 2001/03/01  02:23:25
21526         Log: Retract #8970 because of a completely mysterious core dump:
21527              adding the tests 241..244 causes op/pat dump core at test #25.
21528              The test needs a lot of whittling down before the bug can be solved.
21529      Branch: perl
21530            ! t/op/pat.t
21531 ____________________________________________________________________________
21532 [  8972] By: jhi                                   on 2001/03/01  01:58:38
21533         Log: Regen perlapi.
21534      Branch: perl
21535            ! pod/perlapi.pod
21536 ____________________________________________________________________________
21537 [  8971] By: jhi                                   on 2001/03/01  01:34:09
21538         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))
21539              From: Nicholas Clark <nick@ccl4.org>
21540              Date: Wed, 28 Feb 2001 23:28:49 +0000
21541              Message-ID: <20010228232849.A55187@plum.flirble.org>
21542              
21543              Allow a completely write protected source code tree
21544              when using the Configure -Dmksymlinks.
21545      Branch: perl
21546            ! embed.pl warnings.pl
21547 ____________________________________________________________________________
21548 [  8970] By: jhi                                   on 2001/03/01  01:32:04
21549         Log: Add back the EBCDIC character range tests (for matching).
21550      Branch: perl
21551            ! t/op/pat.t
21552 ____________________________________________________________________________
21553 [  8969] By: nick                                  on 2001/02/28  18:18:01
21554         Log: Add charname comments to .ucm files writen by 'compile',
21555              also order charmaps in those files by source encoding.
21556              regenerate distrubuted .ucm files
21557      Branch: perlio
21558            ! ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
21559            ! ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
21560            ! ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
21561            ! ext/Encode/Encode/iso8859-10.ucm
21562            ! ext/Encode/Encode/iso8859-13.ucm
21563            ! ext/Encode/Encode/iso8859-14.ucm
21564            ! ext/Encode/Encode/iso8859-15.ucm
21565            ! ext/Encode/Encode/iso8859-16.ucm
21566            ! ext/Encode/Encode/iso8859-2.ucm
21567            ! ext/Encode/Encode/iso8859-3.ucm
21568            ! ext/Encode/Encode/iso8859-4.ucm
21569            ! ext/Encode/Encode/iso8859-5.ucm
21570            ! ext/Encode/Encode/iso8859-6.ucm
21571            ! ext/Encode/Encode/iso8859-7.ucm
21572            ! ext/Encode/Encode/iso8859-8.ucm
21573            ! ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
21574            ! ext/Encode/Encode/symbol.ucm ext/Encode/compile
21575 ____________________________________________________________________________
21576 [  8968] By: jhi                                   on 2001/02/28  16:26:37
21577         Log: Expand usemorebits early if d_casti32 needs to be undefined.
21578      Branch: perl
21579            ! hints/hpux.sh hints/irix_6.sh
21580 ____________________________________________________________________________
21581 [  8967] By: jhi                                   on 2001/02/28  16:22:26
21582         Log: Undo qu.  Retract #8814, rewrite op/each part of #8615,
21583              retract toke.c/qu parts of #8583, retract #8485, retract
21584              or rewrite qu parts of #8439 of toke.c, keywords.h, keywords.pl,
21585              op/length.t, and MANIFEST, and delete t/op/qu.t.
21586      Branch: perl
21587            - t/op/qu.t
21588            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
21589            ! pod/perlretut.pod pod/perlunicode.pod t/op/each.t
21590            ! t/op/length.t toke.c
21591 ____________________________________________________________________________
21592 [  8966] By: jhi                                   on 2001/02/28  15:00:27
21593         Log: Retract #8865 and #8869, un?pack C now again agree with Camel 3
21594              by not changing from pre-Unicode days into being Unicode-aware.
21595              Sniff.
21596      Branch: perl
21597            ! pp.c t/op/pack.t t/op/qu.t
21598 ____________________________________________________________________________
21599 [  8965] By: jhi                                   on 2001/02/28  14:37:55
21600         Log: Subject: Re: Errors in core PODs
21601              From: Michael Stevens <michael@etla.org> 
21602              Date: Fri, 23 Feb 2001 15:47:56 +0000
21603              Message-ID: <20010223154756.A7723@firedrake.org> 
21604      Branch: perl
21605            ! ext/Encode/Encode.pm lib/Exporter/Heavy.pm
21606            ! lib/File/Spec/Epoc.pm lib/Test/Harness.pm lib/utf8.pm
21607            ! makedef.pl vms/ext/DCLsym/DCLsym.pm vms/ext/Stdio/Stdio.pm
21608            ! x2p/a2p.pod
21609 ____________________________________________________________________________
21610 [  8964] By: jhi                                   on 2001/02/28  14:35:35
21611         Log: Do not force d_casti32 to undef if we are on a 64-bit environment.
21612              (The #8961 was too bold.)
21613      Branch: perl
21614            ! hints/hpux.sh hints/irix_6.sh
21615 ____________________________________________________________________________
21616 [  8963] By: jhi                                   on 2001/02/28  14:33:39
21617         Log: Subject: Re: sync sync sync: have I missed any patches?
21618              From: Tim Jenness <t.jenness@jach.hawaii.edu>
21619              In-Reply-To: <20010227140737.Y10633@chaos.wustl.edu>
21620              Date: Tue, 27 Feb 2001 13:24:58 -1000 (HST)
21621              Message-ID: <Pine.LNX.4.30.0102271322070.8623-100000@lapaki.jach.hawaii.edu>
21622              
21623              Replace djSP with dSP.
21624      Branch: perl
21625            ! cop.h doio.c doop.c ext/B/B/C.pm ext/B/B/CC.pm
21626            ! pod/perlhack.pod pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c sv.c
21627            ! win32/perlhost.h
21628 ____________________________________________________________________________
21629 [  8962] By: jhi                                   on 2001/02/27  23:21:14
21630         Log: Upgrade to Filter::Simple 0.50 (just few doc tweaks).
21631      Branch: perl
21632            ! lib/Filter/Simple.pm
21633 ____________________________________________________________________________
21634 [  8961] By: jhi                                   on 2001/02/27  22:55:26
21635         Log: The casting mystery in HP-UX and IRIX needs at least a workaround
21636              and this would be it.
21637      Branch: perl
21638            ! hints/hpux.sh hints/irix_6.sh
21639 ____________________________________________________________________________
21640 [  8960] By: jhi                                   on 2001/02/27  22:51:33
21641         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
21642              From: "Craig A. Berry" <craigberry@mac.com>
21643              Date: Tue, 27 Feb 2001 16:11:44 -0600
21644              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
21645      Branch: maint-5.6/perl
21646            ! configure.com vms/descrip_mms.template
21647 ____________________________________________________________________________
21648 [  8959] By: jhi                                   on 2001/02/27  22:47:23
21649         Log: Subject: [PATCH perl@8958 and 5.6.1-trial2] configure.com bug fixing spree
21650              From: "Craig A. Berry" <craigberry@mac.com>
21651              Date: Tue, 27 Feb 2001 16:11:44 -0600
21652              Message-Id: <5.0.2.1.0.20010227150548.02a200f8@exchi01>
21653      Branch: perl
21654            ! configure.com vms/descrip_mms.template
21655 ____________________________________________________________________________
21656 [  8958] By: jhi                                   on 2001/02/27  15:16:42
21657         Log: Update Changes.
21658      Branch: perl
21659            ! Changes patchlevel.h
21660 ____________________________________________________________________________
21661 [  8957] By: jhi                                   on 2001/02/27  06:15:07
21662         Log: Subject: [5.6.x] EPOC additions
21663              From: Olaf Flebbe <O.Flebbe@science-computing.de>
21664              Date: Mon, 26 Feb 2001 23:33:46 +0100 (CET)
21665              Message-ID: <Pine.LNX.4.02.10102262333040.3736-100000@milkyway.science-computing.de>
21666      Branch: maint-5.6/perl
21667            ! AUTHORS README.epoc epoc/createpkg.pl pp_sys.c
21668 ____________________________________________________________________________
21669 [  8956] By: jhi                                   on 2001/02/27  06:12:11
21670         Log: Subject: [perl-current] EPOC 
21671              From: Olaf Flebbe <O.Flebbe@science-computing.de>
21672              Date: Mon, 26 Feb 2001 23:34:36 +0100 (CET)
21673              Message-ID: <Pine.LNX.4.02.10102262333490.3781-100000@milkyway.science-computing.de>
21674      Branch: perl
21675            ! AUTHORS README.epoc epoc/createpkg.pl epoc/epoc.c
21676            ! epoc/epocish.c epoc/epocish.h pp_sys.c
21677 ____________________________________________________________________________
21678 [  8955] By: jhi                                   on 2001/02/27  05:59:50
21679         Log: Subject: Re: Compile with perlcc..
21680              From: Edward Peschko <edwardp@excitehome.net>
21681              Date: Mon, 26 Feb 2001 18:51:58 -0800
21682              Message-ID: <20010226185158.A9871@excitehome.net>
21683              
21684              plus add a simple usage message if no arguments given.
21685      Branch: perl
21686            ! lib/Test/Harness.pm pod/Makefile.SH t/TEST t/harness
21687            ! utils/Makefile utils/perlcc.PL win32/pod.mak
21688 ____________________________________________________________________________
21689 [  8954] By: nick                                  on 2001/02/26  21:02:59
21690         Log: Integrate mainline
21691      Branch: perlio
21692           !> README.bs2000 ext/Encode/compile lib/Test.pm op.c perlio.c
21693           !> pod/perlguts.pod pod/perlop.pod pp_ctl.c run.c t/op/bop.t
21694           !> t/op/sprintf.t
21695 ____________________________________________________________________________
21696 [  8953] By: jhi                                   on 2001/02/26  14:43:54
21697         Log: Subject: Documenting coderef @INC (Re: CPAN "make this script work" feature)
21698              From: Nicholas Clark <nick@ccl4.org>
21699              Date: Mon, 26 Feb 2001 00:42:07 +0000
21700              Message-ID: <20010226004207.F23333@plum.flirble.org>
21701      Branch: perl
21702            ! pp_ctl.c
21703 ____________________________________________________________________________
21704 [  8952] By: jhi                                   on 2001/02/26  14:42:13
21705         Log: Subject: [PATCH] XPUSH[insp] was Re: progress
21706              From: Simon Cozens <simon@netthink.co.uk>
21707              Date: Mon, 26 Feb 2001 12:23:48 +0000
21708              Message-ID: <20010226122348.A25536@pembro26.pmb.ox.ac.uk>
21709      Branch: perl
21710            ! pod/perlguts.pod
21711 ____________________________________________________________________________
21712 [  8951] By: jhi                                   on 2001/02/26  14:39:15
21713         Log: Subject: [PATCH] perlio - unknown layer
21714              From: Nicholas Clark <nick@ccl4.org>
21715              Date: Mon, 26 Feb 2001 00:27:19 +0000
21716              Message-ID: <20010226002719.E23333@plum.flirble.org>
21717      Branch: perl
21718            ! perlio.c
21719 ____________________________________________________________________________
21720 [  8950] By: jhi                                   on 2001/02/26  14:38:04
21721         Log: Subject: PATCH: extra tests to check on negative float to unsigned cast
21722              From: Jeff Okamoto <okamoto@xfiles.corp.hp.com>
21723              Message-Id: <200102232128.NAA28938@xfiles.corp.hp.com>
21724              Date: Fri, 23 Feb 2001 13:28:33 -0800 (PST)
21725      Branch: perl
21726            ! t/op/bop.t
21727 ____________________________________________________________________________
21728 [  8949] By: jhi                                   on 2001/02/26  14:37:07
21729         Log: Subject: Re: [PATCH: perl 5.005_03] Record I/O fix for Test.pm in older perl
21730              From: Peter Prymmer <pvhp@forte.com>
21731              Date: Fri, 23 Feb 2001 10:51:37 -0800 (PST)
21732              Message-ID: <Pine.OSF.4.10.10102231042010.79050-100000@aspara.forte.com>
21733      Branch: perl
21734            ! lib/Test.pm
21735 ____________________________________________________________________________
21736 [  8948] By: jhi                                   on 2001/02/26  14:35:53
21737         Log: Subject: [PATCH: perl@8890] small fix in pod/perlop.pod
21738              From: Radu Greab <radu@netsoft.ro>
21739              Date: Fri, 23 Feb 2001 18:50:48 +0200 (EET)
21740              Message-ID: <14998.38120.623015.916165@ix.netsoft.ro>
21741      Branch: perl
21742            ! pod/perlop.pod
21743 ____________________________________________________________________________
21744 [  8947] By: jhi                                   on 2001/02/26  14:34:46
21745         Log: Subject: [PATCH: perl@8935] -Dt padsv($var)
21746              From: David Mitchell <davem@fdgroup.co.uk>
21747              Date: Mon, 26 Feb 2001 11:01:24 +0000 (GMT)
21748              Message-Id: <200102261101.LAA12915@tiree.fdgroup.co.uk>
21749      Branch: perl
21750            ! run.c
21751 ____________________________________________________________________________
21752 [  8946] By: jhi                                   on 2001/02/26  14:32:37
21753         Log: Subject: Modified README.bs2000 
21754              From: Dorner Thomas <Thomas.Dorner@start.de>
21755              Date: Mon, 26 Feb 2001 09:22:17 +0100
21756              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A889D@Ex02.inhouse.start.de>
21757      Branch: perl
21758            ! README.bs2000
21759 ____________________________________________________________________________
21760 [  8945] By: jhi                                   on 2001/02/26  14:19:53
21761         Log: Integrate the t/op/sprintf.t parts of #7909 and #8944 from mainline
21762              to maintperl, listing the known failures on the tests 129 and 130.
21763      Branch: maint-5.6/perl
21764           !> t/op/sprintf.t
21765 ____________________________________________________________________________
21766 [  8944] By: jhi                                   on 2001/02/26  14:14:15
21767         Log: Add more known sprintf failures.
21768      Branch: perl
21769            ! t/op/sprintf.t
21770 ____________________________________________________________________________
21771 [  8943] By: jhi                                   on 2001/02/26  13:56:22
21772         Log: perlglob.exe needs to be found in Win32, patch from
21773              Vadim Konovalov.  Nick I-S comments: "Perhaps a lingering glob()
21774              which needs external glob at mini-perl time."
21775      Branch: perl
21776            ! ext/Encode/compile
21777 ____________________________________________________________________________
21778 [  8942] By: jhi                                   on 2001/02/26  13:52:19
21779         Log: A missing dTHX from Vadim Konovalov.
21780      Branch: perl
21781            ! perlio.c
21782 ____________________________________________________________________________
21783 [  8941] By: jhi                                   on 2001/02/26  13:37:05
21784         Log: Miscommunication at #8914: #8902 was okay, #8881 was to be retracted.
21785      Branch: perl
21786            ! op.c
21787 ____________________________________________________________________________
21788 [  8940] By: jhi                                   on 2001/02/26  13:35:40
21789         Log: Integrate perlio.
21790      Branch: perl
21791           !> ext/Encode/Encode.pm
21792 ____________________________________________________________________________
21793 [  8939] By: nick                                  on 2001/02/25  23:47:09
21794         Log: Integrate mainline.
21795      Branch: perlio
21796           !> Changes lib/Pod/Find.pm patchlevel.h perl.h regcomp.c
21797           !> t/op/pat.t t/op/tr.t t/pod/find.t toke.c utf8.c
21798 ____________________________________________________________________________
21799 [  8938] By: nick                                  on 2001/02/25  19:36:28
21800         Log: Encode implementations docs.
21801      Branch: perlio
21802            ! ext/Encode/Encode.pm
21803 ____________________________________________________________________________
21804 [  8937] By: jhi                                   on 2001/02/25  19:26:16
21805         Log: Script wasn't aligned with reality.
21806      Branch: perl
21807            ! t/pod/find.t
21808 ____________________________________________________________________________
21809 [  8936] By: jhi                                   on 2001/02/25  18:54:55
21810         Log: Update Changes.
21811      Branch: perl
21812            ! Changes patchlevel.h
21813 ____________________________________________________________________________
21814 [  8935] By: jhi                                   on 2001/02/25  18:46:36
21815         Log: Retract #8929,8930,8932,8933 for now.
21816      Branch: perl
21817            ! perl.h regcomp.c t/op/pat.t t/op/tr.t toke.c
21818 ____________________________________________________________________________
21819 [  8934] By: jhi                                   on 2001/02/25  17:34:35
21820         Log: Integrate perlio.
21821      Branch: perl
21822           !> embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
21823           !> lib/ExtUtils/typemap perl.h perlapi.c proto.h sv.c
21824           !> t/lib/encode.t
21825 ____________________________________________________________________________
21826 [  8933] By: jhi                                   on 2001/02/25  17:33:12
21827         Log: (Retracted by #8395.)
21828              
21829              Slight tweaks in scan_const(), not fixes yet, it seems like
21830              lots of work remains to be done...
21831      Branch: perl
21832            ! toke.c
21833 ____________________________________________________________________________
21834 [  8932] By: jhi                                   on 2001/02/25  17:27:11
21835         Log: (Retracted by #8395.)
21836              
21837              Missing from #8930.
21838      Branch: perl
21839            ! perl.h
21840 ____________________________________________________________________________
21841 [  8931] By: jhi                                   on 2001/02/25  17:26:19
21842         Log: A comment tweak.
21843      Branch: perl
21844            ! utf8.c
21845 ____________________________________________________________________________
21846 [  8930] By: jhi                                   on 2001/02/25  17:25:47
21847         Log: (Retracted by #8395.)
21848              
21849              Attempt to fix the EBCDIC character range problwm with //.
21850      Branch: perl
21851            ! regcomp.c
21852 ____________________________________________________________________________
21853 [  8929] By: jhi                                   on 2001/02/25  17:23:45
21854         Log: (Retracted by #8395.)
21855              
21856              Expand the EBCDIC character range tests, and add few nasty
21857              tr tests from Karsten Sperling.
21858      Branch: perl
21859            ! t/op/pat.t t/op/tr.t
21860 ____________________________________________________________________________
21861 [  8928] By: jhi                                   on 2001/02/25  17:18:49
21862         Log: Missing check-in.
21863      Branch: perl
21864            ! lib/Pod/Find.pm
21865 ____________________________________________________________________________
21866 [  8927] By: nick                                  on 2001/02/25  11:30:22
21867         Log: Change method names in Encode implementation classes to something
21868              less confusing (preparing to "go public").
21869      Branch: perlio
21870            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
21871 ____________________________________________________________________________
21872 [  8926] By: nick                                  on 2001/02/25  10:53:24
21873         Log: GCC __atribute__ / printf fix
21874      Branch: perlio
21875            ! perl.h
21876 ____________________________________________________________________________
21877 [  8925] By: nick                                  on 2001/02/25  10:52:25
21878         Log: Checked in the wrong one ...
21879      Branch: perlio
21880            ! ext/Encode/Encode.pm
21881 ____________________________________________________________________________
21882 [  8924] By: nick                                  on 2001/02/24  18:46:51
21883         Log: Integrate mainline - to see what Jarkko has in ...
21884      Branch: perlio
21885           +> t/pod/testpods/lib/Pod/Stuff.pm
21886           !> MANIFEST t/TEST t/lib/glob-basic.t t/op/pat.t t/pod/find.t
21887 ____________________________________________________________________________
21888 [  8923] By: nick                                  on 2001/02/24  17:05:23
21889         Log: Encode API documentation nd tidy up.
21890              Minor additions to test.
21891              Tweaks sv_utf8_upgrade() to force SvPV, and always SvUTF8_on and return length.
21892              Adds STRLEN to standard typemap.
21893      Branch: perlio
21894            ! embed.pl ext/Encode/Encode.pm ext/Encode/Encode.xs
21895            ! lib/ExtUtils/typemap perlapi.c proto.h sv.c t/lib/encode.t
21896 ____________________________________________________________________________
21897 [  8922] By: jhi                                   on 2001/02/24  16:38:12
21898         Log: Add a test for the "character range should match in EBCDIC
21899              if specified using explicit numerics" bug found by Karsten
21900              Sperling.
21901      Branch: perl
21902            ! t/op/pat.t
21903 ____________________________________________________________________________
21904 [  8921] By: jhi                                   on 2001/02/24  16:30:16
21905         Log: Subject: [PATCH t/pod/find.t t/TEST] fixing t/pod/find.t, running t/pod
21906              From: schwern@pobox.com
21907              Date: Fri, 23 Feb 2001 03:21:37 -0500
21908              Message-ID: <20010223032137.A26022@magnonel.guild.net>
21909              
21910              plus Charles Lane's fixes, plus tweaks.
21911      Branch: perl
21912            + t/pod/testpods/lib/Pod/Stuff.pm
21913            ! MANIFEST t/TEST t/lib/glob-basic.t t/pod/find.t
21914 ____________________________________________________________________________
21915 [  8920] By: nick                                  on 2001/02/24  10:30:11
21916         Log: Integrate mainline
21917      Branch: perlio
21918           !> (integrate 33 files)
21919 ____________________________________________________________________________
21920 [  8919] By: jhi                                   on 2001/02/24  00:23:35
21921         Log: Subject: Re: I'm losing the war...
21922              From: "Vadim Konovalov" <watman@inbox.ru>
21923              Date: Sat, 24 Feb 2001 00:10:14 +0300
21924              Message-ID: <007501c09dde$a9b84420$2f7b55c2@vad>
21925              
21926              hv_store() not working correctly in ENV_IS_CASELESS case.
21927      Branch: perl
21928            ! hv.c
21929 ____________________________________________________________________________
21930 [  8918] By: jhi                                   on 2001/02/24  00:20:09
21931         Log: Subject: Re: [PATCH] fix for charnames above FFFF
21932              From: andreas.koenig@anima.de (Andreas J. Koenig)
21933              Date: 23 Feb 2001 02:39:03 +0100
21934              Message-ID: <m3u25mxjns.fsf@ak-71.mind.de>
21935              
21936              A further efficiency tweak.
21937      Branch: perl
21938            ! lib/charnames.pm
21939 ____________________________________________________________________________
21940 [  8917] By: jhi                                   on 2001/02/23  20:27:51
21941         Log: Integrate change #8916 from mainline,
21942              do away with USE_WIN32_RTL_ENV.
21943      Branch: maint-5.6/perl
21944           !> perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
21945 ____________________________________________________________________________
21946 [  8916] By: jhi                                   on 2001/02/23  20:02:25
21947         Log: Abolish USE_WIN32_RTL_ENV.
21948      Branch: perl
21949            ! perl.c util.c win32/win32.c win32/win32.h win32/win32iop.h
21950 ____________________________________________________________________________
21951 [  8915] By: jhi                                   on 2001/02/23  19:36:00
21952         Log: Retract #8893, zero-initializing may be costly, maybe reintroduce
21953              later protected by some #define.
21954      Branch: perl
21955            ! gv.c
21956 ____________________________________________________________________________
21957 [  8914] By: jhi                                   on 2001/02/23  19:31:38
21958         Log: Retract #8902 for now, requested by Charles Lane, the correct
21959              fix will be something else.
21960      Branch: perl
21961            ! op.c
21962 ____________________________________________________________________________
21963 [  8913] By: jhi                                   on 2001/02/23  19:11:36
21964         Log: Subject: [PATCH: perl@8892] was Re: hashing order difference?
21965              From: Peter Prymmer <pvhp@forte.com>
21966              Date: Fri, 23 Feb 2001 10:54:09 -0800 (PST)
21967              Message-ID: <Pine.OSF.4.10.10102231036100.79050-100000@aspara.forte.com>
21968      Branch: perl
21969            ! t/op/lex_assign.t
21970 ____________________________________________________________________________
21971 [  8912] By: jhi                                   on 2001/02/23  18:38:20
21972         Log: Subject: [patch] perlio + useithreads
21973              From: Doug MacEachern <dougm@covalent.net>
21974              Date: Fri, 23 Feb 2001 00:05:37 -0800 (PST)
21975              Message-ID: <Pine.LNX.4.21.0102222356460.14249-100000@mako.covalent.net>
21976              
21977              Gets things running but not complete.
21978      Branch: perl
21979            ! intrpvar.h objXSUB.h perlapi.c perlio.h proto.h sv.c
21980 ____________________________________________________________________________
21981 [  8911] By: jhi                                   on 2001/02/23  04:20:02
21982         Log: Integrate changes #8896,8897,8898,8906,8907,8908 from mainline.
21983              
21984              Duplicated environment freeing, File::Temp 0.12,
21985              op/append portability (EBCDIC) tweak.
21986      Branch: maint-5.6/perl
21987           !> lib/File/Temp.pm perl.c t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
21988           !> t/op/append.t
21989 ____________________________________________________________________________
21990 [  8910] By: jhi                                   on 2001/02/23  02:07:33
21991         Log: Integrate change #8909 from mainline, a better Borland
21992              putenv() workaround.
21993      Branch: maint-5.6/perl
21994           !> perl.c
21995 ____________________________________________________________________________
21996 [  8909] By: jhi                                   on 2001/02/23  02:05:46
21997         Log: A better workaround for Borland putenv() brokenness from Sarathy.
21998      Branch: perl
21999            ! perl.c
22000 ____________________________________________________________________________
22001 [  8908] By: jhi                                   on 2001/02/23  02:04:14
22002         Log: Subject: fix for parameter -Dm (for perl@8867)
22003              From: "Vadim Konovalov" <watman@inbox.ru>
22004              Date: Thu, 22 Feb 2001 17:30:12 +0300
22005              Message-ID: <001801c09cdc$2faba490$2a7b55c2@vad>
22006      Branch: perl
22007            ! perl.h
22008 ____________________________________________________________________________
22009 [  8907] By: jhi                                   on 2001/02/23  01:58:20
22010         Log: Subject: [PATCH: perl@8892] treat unicoding and null bytes in op/append.t
22011              From: Peter Prymmer <pvhp@forte.com>
22012              Date: Thu, 22 Feb 2001 13:23:59 -0800 (PST)
22013              Message-ID: <Pine.OSF.4.10.10102221319460.47500-100000@aspara.forte.com>
22014      Branch: perl
22015            ! t/op/append.t
22016 ____________________________________________________________________________
22017 [  8906] By: jhi                                   on 2001/02/23  01:48:34
22018         Log: Upgrade to File::Temp 0.12, from Tim Jenness.
22019      Branch: perl
22020            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
22021 ____________________________________________________________________________
22022 [  8905] By: jhi                                   on 2001/02/23  01:43:30
22023         Log: Subject: [PATCH: perl@8892] fix a patcho in t/lib/st-06compat.t
22024              From: Peter Prymmer <pvhp@forte.com>
22025              Date: Thu, 22 Feb 2001 12:54:31 -0800 (PST)
22026              Message-ID: <Pine.OSF.4.10.10102221249170.47500-100000@aspara.forte.com>
22027      Branch: perl
22028            ! t/lib/st-06compat.t
22029 ____________________________________________________________________________
22030 [  8904] By: jhi                                   on 2001/02/23  01:42:39
22031         Log: Metaconfig unit change for #8903.
22032      Branch: metaconfig/U/perl
22033            ! Devel.U
22034 ____________________________________________________________________________
22035 [  8903] By: jhi                                   on 2001/02/23  01:42:12
22036         Log: Be more helpful for devel builders, suggested by John L. Allen.
22037      Branch: perl
22038            ! Configure
22039 ____________________________________________________________________________
22040 [  8902] By: jhi                                   on 2001/02/23  01:37:41
22041         Log: (Retracted by #8914)
22042              (Wrongly, reinstated by #8941)             
22043
22044              Subject:  [PATCH 5.7.0] don't zero CvFLAGS before checking for CvCONST!
22045              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22046              Date:     Thu, 22 Feb 2001 09:43:57 EST
22047              Message-Id: <010222094237.9d22e@DUPHY4.Physics.Drexel.Edu>
22048      Branch: perl
22049            ! op.c
22050 ____________________________________________________________________________
22051 [  8901] By: jhi                                   on 2001/02/23  01:20:32
22052         Log: Subject:  [PATCH perl 5.7.0] malloc message address offset
22053              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22054              Date:     Thu, 22 Feb 2001 08:01:35 EST
22055              Message-Id: <010222075625.9d22e@DUPHY4.Physics.Drexel.Edu>
22056      Branch: perl
22057            ! malloc.c
22058 ____________________________________________________________________________
22059 [  8900] By: jhi                                   on 2001/02/23  01:18:02
22060         Log: Integrate changes #8898,8899 from mainline, environ handling.
22061      Branch: maint-5.6/perl
22062           !> perl.c
22063 ____________________________________________________________________________
22064 [  8899] By: jhi                                   on 2001/02/23  01:16:25
22065         Log: Rewrite putenv() using my_setenv().  (In general the vendors'
22066              putenv() is not to be relied on, they are either broken or leaky
22067              or both.)
22068      Branch: perl
22069            ! perl.c
22070 ____________________________________________________________________________
22071 [  8898] By: jhi                                   on 2001/02/22  23:36:59
22072         Log: Fix #8803 as #8897 fixed #8896: with environ safesysmalloc()
22073              and safesysfree() must be used.
22074      Branch: perl
22075            ! perl.c
22076 ____________________________________________________________________________
22077 [  8897] By: jhi                                   on 2001/02/22  23:25:45
22078         Log: With environ one must use safesysmalloc()/safesysfree().
22079      Branch: perl
22080            ! perl.c
22081 ____________________________________________________________________________
22082 [  8896] By: jhi                                   on 2001/02/22  22:13:18
22083         Log: If we have a duplicated environment free it
22084              if PERL_DESTRUCT_LEVEL.
22085      Branch: perl
22086            ! perl.c
22087 ____________________________________________________________________________
22088 [  8895] By: alanbur                               on 2001/02/22  19:31:57
22089         Log: Synchronised with parent
22090      Branch: maint-5.6/pureperl
22091           !> embed.h embed.pl ext/POSIX/POSIX.xs lib/File/Temp.pm op.c
22092 ____________________________________________________________________________
22093 [  8894] By: gsar                                  on 2001/02/22  19:06:18
22094         Log: integrate changes#6162,6163 from mainline (missing leak fixes!)
22095              
22096              fix memory leak in method call optimization (change#3768);
22097              made C<eval "$x->foo()"> leak
22098              
22099              fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
22100      Branch: maint-5.6/perl
22101           !> op.c
22102 ____________________________________________________________________________
22103 [  8893] By: jhi                                   on 2001/02/22  18:35:27
22104         Log: (Retracted by #8915.)
22105              
22106              Third Degree finding:
22107              reading uninitialized local variable smallbuf + 8 bytes of Perl_gv_fetchfile
22108      Branch: perl
22109            ! gv.c
22110 ____________________________________________________________________________
22111 [  8892] By: jhi                                   on 2001/02/22  14:28:32
22112         Log: Update Changes.
22113      Branch: perl
22114            ! Changes patchlevel.h
22115 ____________________________________________________________________________
22116 [  8891] By: jhi                                   on 2001/02/22  13:22:45
22117         Log: Metaconfig unit changes for #8890.
22118      Branch: metaconfig
22119            ! U/modified/Cppsym.U U/threads/archname.U
22120 ____________________________________________________________________________
22121 [  8890] By: jhi                                   on 2001/02/22  13:22:12
22122         Log: Add -stdio to the archname if no perlio selected,
22123              no -perlio added since that is now the default.
22124              
22125              Add few CPUs/architectures to the Cppsym scan.
22126      Branch: perl
22127            ! Configure config_h.SH
22128 ____________________________________________________________________________
22129 [  8889] By: jhi                                   on 2001/02/22  13:05:59
22130         Log: Metaconfig unit change for #8888.
22131      Branch: metaconfig/U/perl
22132            ! useperlio.U
22133 ____________________________________________________________________________
22134 [  8888] By: jhi                                   on 2001/02/22  13:05:28
22135         Log: *drum roll*  Make perlio the default.
22136      Branch: perl
22137            ! Configure config_h.SH
22138 ____________________________________________________________________________
22139 [  8887] By: jhi                                   on 2001/02/22  12:50:52
22140         Log: Integrate change #8665 from maintperl to mainline,
22141              IA64-induced POSIX::SigSet masking with IVs instead of NVs.
22142      Branch: perl
22143           !> ext/POSIX/POSIX.xs
22144 ____________________________________________________________________________
22145 [  8886] By: jhi                                   on 2001/02/22  12:49:24
22146         Log: Integrate changes #8883,8884 from mainline to maintperl.
22147              
22148              Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
22149              Subject: Re: File::Temp::_gettemp warning
22150      Branch: maint-5.6/perl
22151           !> embed.h embed.pl lib/File/Temp.pm
22152 ____________________________________________________________________________
22153 [  8885] By: jhi                                   on 2001/02/22  12:43:59
22154         Log: Based on
22155              
22156              Subject: [ID 20010222.001] POSIX.xs IV vs NV bug
22157              From: schwab@suse.de
22158              Date: Thu, 22 Feb 2001 13:08:09 +0100
22159              Message-Id: <200102221208.f1MC89H09364@sykes.suse.de>
22160              
22161              but the fix done slightly differently because the other
22162              half was already done in #8664.
22163      Branch: maint-5.6/perl
22164            ! ext/POSIX/POSIX.xs
22165 ____________________________________________________________________________
22166 [  8884] By: jhi                                   on 2001/02/22  12:37:15
22167         Log: Subject: Re: File::Temp::_gettemp warning
22168              From: Tim Jenness <t.jenness@jach.hawaii.edu>
22169              Date: Wed, 21 Feb 2001 22:15:32 -1000 (HST)
22170              Message-ID: <Pine.LNX.4.30.0102212211190.18964-100000@lapaki.jach.hawaii.edu>
22171              
22172              This patch to File::Temp does two things:
22173              
22174              1. Fixes the problem with CGI::Carp when determining
22175              the Fcntl constants
22176              
22177              2. Removes most of the carps and consolidates them so that all the
22178              reasons are included in a single die that is caught by the test. This
22179              means that the correct skipping behaviour is displayed by the test.
22180      Branch: perl
22181            ! lib/File/Temp.pm
22182 ____________________________________________________________________________
22183 [  8883] By: jhi                                   on 2001/02/22  12:29:19
22184         Log: Subject: [patch: perl@8867] embed.{h|pl} need not mention ebcdic_control ...
22185              From: Peter Prymmer <pvhp@forte.com>
22186              Date: Wed, 21 Feb 2001 16:30:06 -0800 (PST)
22187              Message-ID: <Pine.OSF.4.10.10102211624490.12601-100000@aspara.forte.com>
22188      Branch: perl
22189            ! embed.h embed.pl
22190 ____________________________________________________________________________
22191 [  8882] By: jhi                                   on 2001/02/21  19:41:33
22192         Log: Integrate change #8881 from mainlin to maintperl.
22193              
22194              Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
22195      Branch: maint-5.6/perl
22196           !> op.c
22197 ____________________________________________________________________________
22198 [  8881] By: jhi                                   on 2001/02/21  19:38:57
22199         Log: Subject:  [PATCH - perl8585] glob-in-eval memory leak fix
22200              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
22201              Date:     Wed, 21 Feb 2001 13:08:03 EST
22202              Message-Id: <010221130721.7a2ab@DUPHY4.Physics.Drexel.Edu>
22203      Branch: perl
22204            ! op.c
22205 ____________________________________________________________________________
22206 [  8880] By: jhi                                   on 2001/02/21  19:34:34
22207         Log: Retract #8875, cannot let go of the old semantics of unpack U
22208              without rethinking utf8decode.t.
22209      Branch: perl
22210            ! pp.c t/op/pack.t
22211 ____________________________________________________________________________
22212 [  8879] By: jhi                                   on 2001/02/21  19:08:02
22213         Log: Run run/*.t also in minitest.
22214      Branch: perl
22215            ! Makefile.SH
22216 ____________________________________________________________________________
22217 [  8878] By: nick                                  on 2001/02/21  18:55:37
22218         Log: Integrate mainline
22219      Branch: perlio
22220           !> (integrate 76 files)
22221 ____________________________________________________________________________
22222 [  8877] By: jhi                                   on 2001/02/21  15:09:33
22223         Log: Fix the sys/fcntl.h problem reported by Peter Prymmer.
22224      Branch: metaconfig
22225            ! U/compline/nblock_io.U
22226      Branch: perl
22227            ! Configure config_h.SH
22228 ____________________________________________________________________________
22229 [  8876] By: jhi                                   on 2001/02/21  14:54:45
22230         Log: If no sfio, no -lsfio.
22231      Branch: metaconfig/U/perl
22232            ! d_sfio.U
22233      Branch: perl
22234            ! Configure config_h.SH
22235 ____________________________________________________________________________
22236 [  8875] By: jhi                                   on 2001/02/21  14:54:00
22237         Log: Make unpack C and unpack C truly equivalent.
22238      Branch: perl
22239            ! pp.c t/op/pack.t
22240 ____________________________________________________________________________
22241 [  8874] By: jhi                                   on 2001/02/21  14:26:02
22242         Log: Subject: [patch perl@8841] One URL update and a possible OS Version snag for perlport.pod
22243              From: Peter Prymmer <pvhp@forte.com>
22244              Date: Tue, 20 Feb 2001 14:51:55 -0800 (PST)
22245              Message-ID: <Pine.OSF.4.10.10102201447380.501692-100000@aspara.forte.com>
22246      Branch: perl
22247            ! pod/perlport.pod
22248 ____________________________________________________________________________
22249 [  8873] By: jhi                                   on 2001/02/21  14:24:31
22250         Log: Subject: [PATCH] fix for charnames above FFFF
22251              From: andreas.koenig@anima.de (Andreas J. Koenig)
22252              Date: 21 Feb 2001 07:05:45 +0100
22253              Message-ID: <m366i44ll2.fsf@ak-71.mind.de>
22254      Branch: perl
22255            ! lib/charnames.pm t/lib/charnames.t
22256 ____________________________________________________________________________
22257 [  8872] By: jhi                                   on 2001/02/21  14:15:25
22258         Log: Integrate change #8868 from pureperl to mainline.
22259              
22260              Fixed reference count loop caused by sv_magic.
22261      Branch: perl
22262           !> sv.c
22263 ____________________________________________________________________________
22264 [  8871] By: jhi                                   on 2001/02/21  14:07:29
22265         Log: Integrate change #8868 from pureperl to maintperl.
22266              
22267              Fixed reference count loop caused by sv_magic.
22268      Branch: maint-5.6/perl
22269           !> sv.c
22270 ____________________________________________________________________________
22271 [  8870] By: jhi                                   on 2001/02/21  14:04:41
22272         Log: Put back the #8840, it was innocent.
22273      Branch: perl
22274            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
22275            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
22276 ____________________________________________________________________________
22277 [  8869] By: jhi                                   on 2001/02/21  14:00:03
22278         Log: unpack("C", ...) was left slightly unfinished by #8865.
22279      Branch: perl
22280            ! pp.c t/op/pack.t
22281 ____________________________________________________________________________
22282 [  8868] By: alanbur                               on 2001/02/21  01:33:45
22283         Log: Fixed reference count loop caused by sv_magic.  sv_magic is called
22284              from gv_fetchpv to create single-character magic variables (e.g. $!),
22285              and it is passed a sv and the gv that contains the sv as the mg_obj
22286              value.  When sv_magic stores the mg_obj pointer it increments the gv
22287              refcount, thus causing a sv-gv pair that can't be freed.  There is
22288              already a check for sv == obj which is used to prevent such reference
22289              loops.  This change extends the check to cover the case described above.
22290      Branch: maint-5.6/pureperl
22291            ! sv.c
22292 ____________________________________________________________________________
22293 [  8867] By: jhi                                   on 2001/02/21  00:52:39
22294         Log: Update Changes.
22295      Branch: perl
22296            ! Changes patchlevel.h
22297 ____________________________________________________________________________
22298 [  8866] By: jhi                                   on 2001/02/21  00:34:20
22299         Log: Upgrade to CGI.pm 2.752, from Lincoln Stein.
22300              (Note: there were some conflicts due to EBCDIC and EPOC
22301              patches, in general I preferred the repository code.)
22302              (When 2.753 comes out, we need to synchronize.)
22303      Branch: perl
22304            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
22305            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
22306            ! t/lib/cgi-html.t
22307 ____________________________________________________________________________
22308 [  8865] By: jhi                                   on 2001/02/21  00:24:22
22309         Log: Make pack("C", 0x100) to create Unicode, unless under the
22310              evil influence of 'use bytes'.  Similarly, unpack("C", ...)
22311              will understand Unicode, unless you under know what.
22312      Branch: perl
22313            ! pp.c t/op/pack.t t/op/qu.t
22314 ____________________________________________________________________________
22315 [  8864] By: alanbur                               on 2001/02/20  22:35:34
22316         Log: Resynchronised with parent
22317      Branch: maint-5.6/pureperl
22318           !> README.win32 ext/GDBM_File/GDBM_File.pm
22319           !> ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
22320           !> ext/SDBM_File/SDBM_File.pm handy.h lib/Test.pm makedef.pl mg.c
22321           !> pod/perlop.pod t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
22322           !> t/lib/sdbm.t util.c
22323 ____________________________________________________________________________
22324 [  8863] By: jhi                                   on 2001/02/20  20:55:11
22325         Log: Integrate change #8860,8861 from mainline into maintperl.
22326              
22327              "pseudo-literal j"
22328              
22329              Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
22330      Branch: maint-5.6/perl
22331           !> lib/Test.pm pod/perlop.pod
22332 ____________________________________________________________________________
22333 [  8862] By: jhi                                   on 2001/02/20  20:30:07
22334         Log: Don't do casting between pointers pointing to differently sized
22335              integers.
22336      Branch: perl
22337            ! hv.c sv.c
22338 ____________________________________________________________________________
22339 [  8861] By: jhi                                   on 2001/02/20  19:53:44
22340         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8807] workaround VMS I/O problem in Test.pm for bug ID 20010213.009
22341              From: Peter Prymmer <pvhp@forte.com>
22342              Message-ID: <Pine.OSF.4.10.10102141617350.197219-100000@aspara.forte.com>
22343              Date: Wed, 14 Feb 2001 16:28:16 -0800 (PST)
22344      Branch: perl
22345            ! lib/Test.pm
22346 ____________________________________________________________________________
22347 [  8860] By: jhi                                   on 2001/02/20  19:48:02
22348         Log: "pseudo-literal j", a documentation glitch reported to Debian.
22349              The text recovered from Perl 5.005_03, and pseudo-literal replaced
22350              by "backtick string".
22351      Branch: perl
22352            ! pod/perlop.pod
22353 ____________________________________________________________________________
22354 [  8859] By: jhi                                   on 2001/02/20  19:15:46
22355         Log: Skip the Perl_sys_intern_clear and Perl_sys_intern_init,
22356              from Chris Nandor.
22357      Branch: perl
22358            ! makedef.pl
22359 ____________________________________________________________________________
22360 [  8858] By: jhi                                   on 2001/02/20  17:36:53
22361         Log: Integrate pureperl changes #8844,8845,8850 to mainline
22362              (via maintperl #8855).
22363              
22364              Fixed %^H scoping bug
22365              
22366              Removed GV <-> CV refcount loop
22367              
22368              Removed %ENV refcount loop
22369      Branch: perl
22370           !> gv.c op.c perl.c pp.c scope.c
22371 ____________________________________________________________________________
22372 [  8857] By: jhi                                   on 2001/02/20  17:34:32
22373         Log: Integrate changes #8853,8854 from maintperl to mainline.
22374              
22375              EBDIC fixes, README.win32 Borland update.
22376      Branch: perl
22377           !> README.win32 handy.h util.c
22378 ____________________________________________________________________________
22379 [  8856] By: jhi                                   on 2001/02/20  17:33:16
22380         Log: Integrate change #8848 from mainline to maintperl: ?DBM_File cleanup.
22381      Branch: maint-5.6/perl
22382           !> ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
22383           !> ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
22384           !> t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
22385 ____________________________________________________________________________
22386 [  8855] By: jhi                                   on 2001/02/20  17:32:13
22387         Log: Integrate pureperl changes #8844,8845,8850 to maintperl.
22388              
22389              Fixed %^H scoping bug
22390              
22391              Removed GV <-> CV refcount loop
22392              
22393              Removed %ENV refcount loop
22394      Branch: maint-5.6/perl
22395           !> gv.c op.c perl.c pp.c scope.c
22396 ____________________________________________________________________________
22397 [  8854] By: jhi                                   on 2001/02/20  17:25:06
22398         Log: Subject: Addition to readme.win32 for Borland C++ compilers
22399              Date: Tue, 20 Feb 2001 02:15:25 +0300
22400              From: "Vadim Konovalov" <watman@inbox.ru>
22401              Message-ID: <011c01c09aca$93bbbec0$367b55c2@vad>
22402              
22403              Document Borland compiler misbehaviour.
22404      Branch: maint-5.6/perl
22405            ! README.win32
22406 ____________________________________________________________________________
22407 [  8853] By: jhi                                   on 2001/02/20  17:22:25
22408         Log: The assimilation of ebcdic.c didn't quite work at the first try,
22409              patches from Thomas Dorner.
22410      Branch: maint-5.6/perl
22411            ! handy.h util.c
22412 ____________________________________________________________________________
22413 [  8852] By: jhi                                   on 2001/02/20  17:20:15
22414         Log: Subject: [PATCH] More Mac OS patches for maint-5.6
22415              From: Chris Nandor <pudge@pobox.com>
22416              Date: Tue, 20 Feb 2001 08:32:45 -0500
22417              Message-Id: <p05010403b6b81ee8dca0@[10.0.1.177]>
22418      Branch: maint-5.6/perl
22419            ! makedef.pl mg.c
22420 ____________________________________________________________________________
22421 [  8851] By: jhi                                   on 2001/02/20  17:15:52
22422         Log: Filter::Util::Call update to 1.05, from Paul Marquess.
22423      Branch: perl
22424            ! ext/Filter/Util/Call/Call.pm t/lib/filter-util.pl
22425            ! t/lib/filter-util.t
22426 ____________________________________________________________________________
22427 [  8850] By: alanbur                               on 2001/02/20  17:12:40
22428         Log: Removed %ENV refcount loop.  Elements of %ENV are magical,
22429              and the magic pointer points back to the GV that contains the
22430              %ENV hash.  This creates a refcount loop that prevents members
22431              of %ENV from being freed correctly.  This change removes the
22432              refcount loop - the magic pointer was never used anyway, the
22433              only use of the magic was to check the type ('E') so that the
22434              appropriate environment manipulation code is called when %ENV
22435              is modified.
22436      Branch: maint-5.6/pureperl
22437            ! perl.c
22438 ____________________________________________________________________________
22439 [  8849] By: jhi                                   on 2001/02/20  17:12:20
22440         Log: Subject: [PATCH perl@8841] glob-basic.t, runenv.t fix-ups
22441              From: "Craig A. Berry" <craigberry@mac.com>
22442              Date: Mon, 19 Feb 2001 23:36:12 -0600
22443              Message-Id: <5.0.2.1.0.20010219230450.02762648@exchi01>
22444              
22445              Case-forgiving systems match TestInit.pm with TES*.
22446      Branch: perl
22447            ! t/lib/glob-basic.t
22448 ____________________________________________________________________________
22449 [  8848] By: jhi                                   on 2001/02/20  17:10:02
22450         Log: strict-w-proof the ?DBM_File, from Paul Marquess.
22451      Branch: perl
22452            ! ext/GDBM_File/GDBM_File.pm ext/NDBM_File/NDBM_File.pm
22453            ! ext/ODBM_File/ODBM_File.pm ext/SDBM_File/SDBM_File.pm
22454            ! t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t t/lib/sdbm.t
22455 ____________________________________________________________________________
22456 [  8847] By: jhi                                   on 2001/02/20  15:34:41
22457         Log: The #8843 wasn't quite right: %Config needs to imported.
22458      Branch: perl
22459            ! t/run/runenv.t
22460 ____________________________________________________________________________
22461 [  8846] By: jhi                                   on 2001/02/20  15:31:50
22462         Log: Retract the #8838 and #8840 for now because of
22463              the DB_File tie problem.
22464      Branch: perl
22465            ! embed.h embed.pl global.sym lib/ExtUtils/xsubpp objXSUB.h
22466            ! perlapi.c pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod
22467            ! proto.h sv.c
22468 ____________________________________________________________________________
22469 [  8845] By: alanbur                               on 2001/02/20  14:25:41
22470         Log: Removed GV <-> CV refcount loop
22471              CvGV(mycv) points to the parent GV of the CV, and was previously
22472              refcounted.  The pointer remains, but the refcounting has been removed
22473              as it causes a refcount loop between the CV and GV that means the CV
22474              can't ever be deleted.
22475      Branch: maint-5.6/pureperl
22476            ! gv.c op.c pp.c
22477 ____________________________________________________________________________
22478 [  8844] By: alanbur                               on 2001/02/20  14:23:13
22479         Log: Fixed %^H scoping bug
22480      Branch: maint-5.6/pureperl
22481            ! scope.c
22482 ____________________________________________________________________________
22483 [  8843] By: jhi                                   on 2001/02/19  13:38:08
22484         Log: fork() not everywhere, cleanup temp files.
22485      Branch: perl
22486            ! t/run/runenv.t
22487 ____________________________________________________________________________
22488 [  8842] By: alanbur                               on 2001/02/19  12:42:07
22489         Log: Resynchronised with parent
22490      Branch: maint-5.6/pureperl
22491           !> pod/perlfaq4.pod sv.c utf8.c
22492 ____________________________________________________________________________
22493 [  8841] By: jhi                                   on 2001/02/19  03:35:51
22494         Log: Update Changes.
22495      Branch: perl
22496            ! Changes patchlevel.h
22497 ____________________________________________________________________________
22498 [  8840] By: jhi                                   on 2001/02/19  00:23:41
22499         Log: Subject: [patch] add sv_setref_uv
22500              From: Doug MacEachern <dougm@covalent.net>
22501              Date: Sun, 18 Feb 2001 14:49:33 -0800 (PST)
22502              Message-ID: <Pine.LNX.4.21.0102181448290.10021-100000@mako.covalent.net>
22503      Branch: perl
22504            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
22505            ! pod/perlapi.pod pod/perlfunc.pod pod/perlguts.pod proto.h sv.c
22506 ____________________________________________________________________________
22507 [  8839] By: jhi                                   on 2001/02/19  00:01:38
22508         Log: Put to rest the 20010205.001, the email address checking (not) regex.
22509      Branch: perl
22510            ! pod/perlfaq9.pod
22511 ____________________________________________________________________________
22512 [  8838] By: jhi                                   on 2001/02/18  22:17:54
22513         Log: Subject: [patch] xsubpp: make sv_setref_* targetable
22514              From: Doug MacEachern <dougm@covalent.net>
22515              Date: Sun, 18 Feb 2001 12:58:23 -0800 (PST)
22516              Message-ID: <Pine.LNX.4.21.0102181256310.10021-100000@mako.covalent.net>
22517      Branch: perl
22518            ! lib/ExtUtils/xsubpp
22519 ____________________________________________________________________________
22520 [  8837] By: jhi                                   on 2001/02/18  22:16:50
22521         Log: Subject: [patch] -Wall cleanup round 2
22522              From: Doug MacEachern <dougm@covalent.net>
22523              Date: Sun, 18 Feb 2001 13:08:04 -0800 (PST)
22524              Message-ID: <Pine.LNX.4.21.0102181304520.10021-100000@mako.covalent.net>
22525      Branch: perl
22526            ! ext/B/B.xs ext/Data/Dumper/Dumper.xs ext/Devel/DProf/DProf.xs
22527            ! ext/Devel/Peek/Peek.xs ext/Fcntl/Fcntl.xs
22528            ! ext/File/Glob/Glob.xs ext/Filter/Util/Call/Call.xs
22529            ! ext/GDBM_File/GDBM_File.xs ext/IO/IO.xs ext/IPC/SysV/SysV.xs
22530            ! ext/Opcode/Opcode.xs ext/POSIX/POSIX.xs
22531            ! ext/SDBM_File/SDBM_File.xs
22532 ____________________________________________________________________________
22533 [  8836] By: jhi                                   on 2001/02/18  22:11:20
22534         Log: Misapplied regex optimizations when \C is present.
22535              Fixes 20001230.002.
22536              
22537              What still remains broken is that the submatches that
22538              have \C in them get their UTF8 flag on because their
22539              parent SV has it on.  This will result in malformed
22540              UTF8 if a \C happened to match a non-ASCII byte.
22541      Branch: perl
22542            ! regcomp.c regcomp.h regexec.c regexp.h t/op/pat.t
22543            ! t/pragma/utf8.t
22544 ____________________________________________________________________________
22545 [  8835] By: jhi                                   on 2001/02/18  20:12:02
22546         Log: Fix for "[ID 20010213.005] utf8 + localized hash elems + 64 bits?"
22547              
22548              The hash key got wrongly UTF8fied.
22549      Branch: perl
22550            ! pod/perlapi.pod toke.c utf8.c
22551 ____________________________________________________________________________
22552 [  8834] By: jhi                                   on 2001/02/18  19:44:25
22553         Log: Tweak on #8234 (Subject: Re: [PATCH] Warn on use of reference as array elem):
22554              don't warn on magical or overloaded things.
22555      Branch: perl
22556            ! pp_hot.c
22557 ____________________________________________________________________________
22558 [  8833] By: nick                                  on 2001/02/18  19:31:22
22559         Log: Integrate mainline
22560      Branch: perlio
22561           +> t/TestInit.pm t/run/runenv.t
22562            - t/UTEST
22563           !> MANIFEST Makefile.SH ext/Storable/ChangeLog
22564           !> ext/Storable/Storable.pm ext/Storable/Storable.xs
22565           !> lib/Test/Harness.pm perl.c pod/perlfaq4.pod sv.c t/TEST
22566           !> t/lib/charnames.t t/lib/glob-basic.t t/lib/st-06compat.t
22567           !> t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
22568           !> t/op/chop.t t/op/eval.t t/op/regexp_noamp.t t/op/subst_wamp.t
22569           !> utf8.c
22570 ____________________________________________________________________________
22571 [  8832] By: jhi                                   on 2001/02/18  19:21:18
22572         Log: Integrate perlio.
22573      Branch: perl
22574           !> perlio.c pod/perldiag.pod
22575 ____________________________________________________________________________
22576 [  8831] By: jhi                                   on 2001/02/18  19:14:20
22577         Log: Integrate change #8827 from mainline.
22578              
22579              UTF8 tweaks.
22580      Branch: maint-5.6/perl
22581           !> sv.c utf8.c
22582 ____________________________________________________________________________
22583 [  8830] By: nick                                  on 2001/02/18  19:10:34
22584         Log: Apply the spirit of patch from Nick Clark:
22585              Subject: [PATCH] Re: extensions that provide layers
22586              From: Nicholas Clark <nick@ccl4.org>
22587              Date: Mon, 12 Feb 2001 16:43:51 +0000
22588              Message-Id: <20010212164350.Q3652@plum.flirble.org>
22589      Branch: perlio
22590            ! perlio.c pod/perldiag.pod
22591 ____________________________________________________________________________
22592 [  8829] By: jhi                                   on 2001/02/18  19:03:25
22593         Log: Subject: [PATCH t/TEST t/TestSetup.pm] Adding in TestSetup.pm to replace BEGIN  preamble on tests.
22594              From: schwern@pobox.com 
22595              Date: Sun, 18 Feb 2001 13:44:35 -0500
22596              Message-ID: <20010218134435.A17544@magnonel.guild.net>
22597              
22598              Applied, but as t/TestInit.pm.
22599      Branch: perl
22600            + t/TestInit.pm
22601            ! MANIFEST t/TEST t/op/eval.t t/op/regexp_noamp.t
22602            ! t/op/subst_wamp.t
22603 ____________________________________________________________________________
22604 [  8828] By: jhi                                   on 2001/02/18  18:43:52
22605         Log: Integrate perlio.
22606      Branch: perl
22607           !> perlio.c
22608 ____________________________________________________________________________
22609 [  8827] By: jhi                                   on 2001/02/18  18:41:33
22610         Log: UTF-8 tweaks.
22611      Branch: perl
22612            ! sv.c utf8.c
22613 ____________________________________________________________________________
22614 [  8826] By: nick                                  on 2001/02/18  17:40:59
22615         Log: Fix [ID 20010217.002]
22616              open FOO, "<:raw:perlio", ...
22617              :raw now inserts default base layer below itself.
22618              Also
22619              open FOO, "<:unix", ...
22620              works as well - but leaves buffer layer on stack under the unix layer.
22621      Branch: perlio
22622            ! perlio.c
22623 ____________________________________________________________________________
22624 [  8825] By: jhi                                   on 2001/02/18  17:15:39
22625         Log: Integrate perlio.
22626      Branch: perl
22627           !> perlio.c perliol.h
22628 ____________________________________________________________________________
22629 [  8824] By: jhi                                   on 2001/02/18  17:10:53
22630         Log: Subject: [PATCH t/TEST lib/Test/Harness.pm] Adding todo tests
22631              From: schwern@pobox.com
22632              Date: Sun, 18 Feb 2001 01:48:50 -0500
22633              Message-ID: <20010218014850.C19957@magnonel.guild.net>
22634      Branch: perl
22635            ! lib/Test/Harness.pm t/TEST t/op/chop.t
22636 ____________________________________________________________________________
22637 [  8823] By: jhi                                   on 2001/02/18  17:01:06
22638         Log: Add run/*.t to testables.
22639      Branch: perl
22640            ! t/TEST
22641 ____________________________________________________________________________
22642 [  8822] By: jhi                                   on 2001/02/18  16:58:58
22643         Log: Subject: [PATCH perl.c] Fixing PERL5OPT (was Re: Warnings, strict, and CPAN)
22644              From: schwern@pobox.com
22645              Date: Sun, 18 Feb 2001 01:11:35 -0500
22646              Message-ID: <20010218011135.A19957@magnonel.guild.net>
22647              
22648              Revive mjd's and Simon's PERL5OPT fix.
22649      Branch: perl
22650            + t/run/runenv.t
22651            ! MANIFEST perl.c
22652 ____________________________________________________________________________
22653 [  8821] By: jhi                                   on 2001/02/18  16:53:46
22654         Log: Subject: Re: Why t/TEST and not Test::Harness?
22655              From: schwern@pobox.com
22656              Date: Sat, 17 Feb 2001 22:44:44 -0500
22657              Message-ID: <20010217224444.A6679@magnonel.guild.net>
22658              
22659              Replace UTEST with TEST -utf8.
22660      Branch: perl
22661            - t/UTEST
22662            ! MANIFEST Makefile.SH t/TEST t/lib/charnames.t
22663            ! t/lib/glob-basic.t
22664 ____________________________________________________________________________
22665 [  8820] By: nick                                  on 2001/02/18  13:06:16
22666         Log: Clean up a few core dumps when layers are used in unexpected ways.
22667              (Still not "right"...)
22668      Branch: perlio
22669            ! perlio.c perliol.h
22670 ____________________________________________________________________________
22671 [  8819] By: jhi                                   on 2001/02/18  02:25:55
22672         Log: Integrate change #8818 from maintperl, a FAQ nit.
22673      Branch: perl
22674           !> pod/perlfaq4.pod
22675 ____________________________________________________________________________
22676 [  8818] By: jhi                                   on 2001/02/18  02:24:50
22677         Log: FAQ nit from Chris Fedde.
22678      Branch: maint-5.6/perl
22679            ! pod/perlfaq4.pod
22680 ____________________________________________________________________________
22681 [  8817] By: nick                                  on 2001/02/17  18:20:14
22682         Log: Integrate mainline
22683      Branch: perlio
22684           +> lib/unicode/UCD.html lib/unicode/Unicode.html
22685           +> lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
22686           +> pod/perlclib.pod
22687            - ebcdic.c lib/unicode/UCD301.html lib/unicode/UCDFF301.html
22688            - lib/unicode/Unicode.301
22689           !> (integrate 324 files)
22690 ____________________________________________________________________________
22691 [  8816] By: jhi                                   on 2001/02/17  16:56:58
22692         Log: Upgrade to Storable 1.0.10, from Raphael Manfredi.
22693      Branch: perl
22694            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
22695            ! ext/Storable/Storable.xs t/lib/st-06compat.t
22696            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-tiedhook.t
22697 ____________________________________________________________________________
22698 [  8815] By: jhi                                   on 2001/02/17  16:40:07
22699         Log: Subject: [patch] -Wall
22700              From: Doug MacEachern <dougm@covalent.net>
22701              Date: Fri, 16 Feb 2001 15:25:36 -0800 (PST)
22702              Message-ID: <Pine.LNX.4.21.0102161519500.30352-100000@mako.covalent.net>
22703      Branch: perl
22704            ! doio.c doop.c embed.h embed.pl gv.c objXSUB.h op.c perl.c
22705            ! perlapi.c pp_ctl.c pp_hot.c pp_sys.c proto.h sv.c toke.c
22706 ____________________________________________________________________________
22707 [  8814] By: jhi                                   on 2001/02/16  19:27:18
22708         Log: Document qu better.
22709      Branch: perl
22710            ! pod/perlop.pod
22711 ____________________________________________________________________________
22712 [  8813] By: jhi                                   on 2001/02/15  13:54:37
22713         Log: Subject: [PATCH @8807] toke.c cleanup: scan_str()
22714              From: Hugo <hv@crypt.compulink.co.uk>
22715              Date: Thu, 15 Feb 2001 13:39:49 +0000
22716              Message-Id: <200102151339.NAA32248@crypt.compulink.co.uk>
22717      Branch: perl
22718            ! toke.c
22719 ____________________________________________________________________________
22720 [  8812] By: alanbur                               on 2001/02/15  13:52:16
22721         Log: Resynchronised with parent
22722      Branch: maint-5.6/pureperl
22723            - ebcdic.c
22724           !> (integrate 36 files)
22725 ____________________________________________________________________________
22726 [  8811] By: jhi                                   on 2001/02/15  13:51:16
22727         Log: Integrate changes #8659,8702,8808,8809,8810 from maintperl.
22728              
22729              Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
22730              From: Jan Dubois <JanD@ActiveState.com>
22731              Date: Wed, 31 Jan 2001 21:17:03 -0800
22732              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
22733              
22734              tweak change#8659 to keep it simple
22735              
22736              Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
22737              From: Russ Allbery <rra@stanford.edu>
22738              Date: 14 Feb 2001 10:15:41 -0800
22739              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
22740              
22741              (8809 empty)
22742
22743              Upgrade to podlators 1.08, from Russ Allbery.
22744      Branch: perl
22745           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/Test/Harness.pm
22746           !> utils/perldoc.PL
22747 ____________________________________________________________________________
22748 [  8810] By: jhi                                   on 2001/02/15  13:35:08
22749         Log: Upgrade to podlators 1.08, from Russ Allbery.
22750      Branch: maint-5.6/perl
22751            ! lib/Pod/Man.pm lib/Pod/Text.pm
22752 ____________________________________________________________________________
22753 [  8809] By: jhi                                   on 2001/02/15  13:26:38
22754         Log: (accidentally empty check-in)
22755      Branch: maint-5.6/perl
22756            ! lib/Test/Harness.pm
22757 ____________________________________________________________________________
22758 [  8808] By: jhi                                   on 2001/02/15  13:23:47
22759         Log: Subject: [PATCH 5.6.1-TRIAL2] perldoc.PL using install directories
22760              From: Russ Allbery <rra@stanford.edu>
22761              Date: 14 Feb 2001 10:15:41 -0800
22762              Message-ID: <ylzofpf7w2.fsf@windlord.stanford.edu>
22763              
22764              perldoc was hardcoding $Config{installscript}, which breaks
22765              when install* isn't where Perl ends up (such as with AFS).
22766              
22767              Use $Config{scriptdir} instead.
22768      Branch: maint-5.6/perl
22769            ! utils/perldoc.PL
22770 ____________________________________________________________________________
22771 [  8807] By: jhi                                   on 2001/02/14  14:37:27
22772         Log: Update Changes.
22773      Branch: perl
22774            ! Changes patchlevel.h
22775 ____________________________________________________________________________
22776 [  8806] By: jhi                                   on 2001/02/14  14:25:31
22777         Log: Integrate changes #8803,8804,8805 from mainline.
22778              
22779              Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
22780              
22781              Don't skip too much of the locale error message if no environ array,
22782              from Chris Nandor.
22783              
22784              More MacOS Classic fixes from Chris Nandor.
22785      Branch: maint-5.6/perl
22786           !> doop.c lib/Cwd.pm perl.c perl.h util.c
22787 ____________________________________________________________________________
22788 [  8805] By: jhi                                   on 2001/02/14  03:29:01
22789         Log: More MacOS Classic fixes from Chris Nandor.
22790      Branch: perl
22791            ! doop.c lib/Cwd.pm
22792 ____________________________________________________________________________
22793 [  8804] By: jhi                                   on 2001/02/14  03:18:35
22794         Log: Don't skip too much of the locale error message if no environ array,
22795              from Chris Nandor.
22796      Branch: perl
22797            ! util.c
22798 ____________________________________________________________________________
22799 [  8803] By: jhi                                   on 2001/02/14  03:14:14
22800         Log: Duplicate environment for JPL so that JDK 1.2/1.3 don't get upset.
22801      Branch: perl
22802            ! perl.c perl.h
22803 ____________________________________________________________________________
22804 [  8802] By: jhi                                   on 2001/02/13  18:31:33
22805         Log: AUTHORS update.
22806      Branch: perl
22807            ! AUTHORS
22808 ____________________________________________________________________________
22809 [  8801] By: jhi                                   on 2001/02/13  17:55:19
22810         Log: Integrate change #8792 from mainline.
22811              
22812              Subject: buncha MacPerl patches for bleadperl
22813              From: Chris Nandor <pudge@pobox.com>
22814              Date: Tue, 13 Feb 2001 00:02:43 -0500
22815              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
22816      Branch: maint-5.6/perl
22817           !> lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
22818           !> lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
22819           !> t/lib/basename.t toke.c util.h
22820 ____________________________________________________________________________
22821 [  8800] By: jhi                                   on 2001/02/13  17:46:43
22822         Log: When doing that Fpos_t used in PerlIO_getpos proto needs
22823              to be forced to Off_t.
22824              
22825              Subject: [ID 20010201.009] 5.6.1-TRIAL2 sfio build fails
22826              From: nick@ccl4.org
22827              Date: Thu, 1 Feb 2001 12:01:04 +0000
22828              Message-Id: <20010201120103.E11401@plum.flirble.org>
22829      Branch: maint-5.6/perl
22830            ! iperlsys.h perlio.c
22831 ____________________________________________________________________________
22832 [  8799] By: jhi                                   on 2001/02/13  16:52:51
22833         Log: Duplex duplex hunk hunk.
22834      Branch: maint-5.6/perl
22835            ! Makefile.SH
22836 ____________________________________________________________________________
22837 [  8797] By: jhi                                   on 2001/02/13  14:52:04
22838         Log: Subject: [PATCH perl@8773] integral ok lines for VMS
22839              From: "Craig A. Berry" <craigberry@mac.com>
22840              Date: Mon, 12 Feb 2001 11:05:25 -0600
22841              Message-Id: <p04330104b6ac5dfe6d45@[172.16.52.1]>
22842      Branch: perl
22843            ! t/lib/filehand.t t/lib/test-harness.t t/lib/texttabs.t
22844 ____________________________________________________________________________
22845 [  8796] By: jhi                                   on 2001/02/13  14:36:47
22846         Log: Subject: [ID 20010210.002] perldiag doesn't include the "Scalars leaked" message
22847              From: simon.cozens@pembroke.oxford.ac.uk 
22848              Date: Sat, 10 Feb 2001 17:57:02 +0000
22849              Message-Id: <E14ReGc-0005Pk-00@pembro26.pmb.ox.ac.uk>
22850              
22851              Now it does include.
22852      Branch: perl
22853            ! pod/perldiag.pod
22854 ____________________________________________________________________________
22855 [  8795] By: jhi                                   on 2001/02/13  14:30:11
22856         Log: Sort the MANIFEST.
22857      Branch: perl
22858            ! MANIFEST
22859 ____________________________________________________________________________
22860 [  8794] By: jhi                                   on 2001/02/13  14:26:51
22861         Log: Integrate change #8793 from mainline, FAQ updates.
22862      Branch: maint-5.6/perl
22863           !> pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
22864 ____________________________________________________________________________
22865 [  8793] By: jhi                                   on 2001/02/13  14:25:13
22866         Log: FAQ updates from Chris Fedde <chris@fedde.littleton.co.us>.
22867      Branch: perl
22868            ! pod/perlfaq5.pod pod/perlfaq6.pod pod/perlfaq9.pod
22869 ____________________________________________________________________________
22870 [  8792] By: jhi                                   on 2001/02/13  14:22:50
22871         Log: Subject: buncha MacPerl patches for bleadperl
22872              From: Chris Nandor <pudge@pobox.com>
22873              Date: Tue, 13 Feb 2001 00:02:43 -0500
22874              Message-Id: <p05010404b6ae6f85e07a@[10.0.1.177]>
22875      Branch: perl
22876            ! lib/AutoLoader.pm lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
22877            ! lib/File/Basename.pm makedef.pl perl.c pp_ctl.c
22878            ! t/lib/basename.t toke.c util.h
22879 ____________________________________________________________________________
22880 [  8791] By: jhi                                   on 2001/02/13  14:10:39
22881         Log: Integrate change #8790 from mainline.
22882              
22883              environ array wrongly assumed in Perl_init_i18nl10n(),
22884      Branch: maint-5.6/perl
22885           !> util.c
22886 ____________________________________________________________________________
22887 [  8790] By: jhi                                   on 2001/02/13  14:06:15
22888         Log: environ array wrongly assumed in Perl_init_i18nl10n(),
22889              noticed by Chris Nandor in MacOS Classic.
22890      Branch: perl
22891            ! util.c
22892 ____________________________________________________________________________
22893 [  8789] By: jhi                                   on 2001/02/13  13:58:07
22894         Log: Integrate changes #8373,8487,8544,8783 from mainline.
22895              
22896              Synchronize the EBCDIC platforms (os390,posix-bc,vmesa):
22897              hints files, the dynaloading, assimilate ebcdic into util.c.
22898      Branch: maint-5.6/perl
22899            - ebcdic.c
22900            ! MANIFEST hints/posix-bc.sh
22901           !> Makefile.SH embed.h embed.pl ext/DynaLoader/dl_dllload.xs
22902           !> handy.h hints/os390.sh hints/vmesa.sh installperl objXSUB.h
22903           !> perlapi.c proto.h util.c
22904 ____________________________________________________________________________
22905 [  8788] By: alanbur                               on 2001/02/13  10:33:13
22906         Log: Integrated changes from maint-5.6
22907      Branch: maint-5.6/pureperl
22908           !> Makefile.SH README.vos hints/openbsd.sh pod/perlport.pod
22909           !> regcomp.c t/op/re_tests vos/Changes vos/build.cm
22910           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
22911           !> vos/config.ga.h vos/configure_perl.cm
22912 ____________________________________________________________________________
22913 [  8787] By: jhi                                   on 2001/02/13  05:56:36
22914         Log: Integrate change #8786 from maintperl, posix-bc byacc handling.
22915      Branch: perl
22916           !> Makefile.SH
22917 ____________________________________________________________________________
22918 [  8786] By: jhi                                   on 2001/02/13  05:54:34
22919         Log: Subject: perl@8671 on posix-bc aka BS2000 Posix (small Patch included!)
22920              From: Dorner Thomas <Thomas.Dorner@start.de>
22921              Date: Mon, 12 Feb 2001 15:06:26 +0100
22922              Message-ID: <6727B1DACFCDD311A757009027CA8D69010A8853@Ex02.inhouse.start.de>
22923      Branch: maint-5.6/perl
22924            ! Makefile.SH
22925 ____________________________________________________________________________
22926 [  8785] By: jhi                                   on 2001/02/13  05:29:04
22927         Log: Integrate change #8781 from maintperl, OpenBSD hints update.
22928      Branch: perl
22929           !> hints/openbsd.sh
22930 ____________________________________________________________________________
22931 [  8784] By: jhi                                   on 2001/02/13  02:25:24
22932         Log: Subject: [PATCH: perl@8773] small fixups to perlclib.pod
22933              From: Peter Prymmer <pvhp@forte.com>
22934              Date: Mon, 12 Feb 2001 18:23:09 -0800 (PST)
22935              Message-ID: <Pine.OSF.4.10.10102121821090.126445-100000@aspara.forte.com>
22936      Branch: perl
22937            ! pod/perlclib.pod
22938 ____________________________________________________________________________
22939 [  8783] By: jhi                                   on 2001/02/13  02:22:36
22940         Log: Merge ebcdic.c (only one function, ebcdic_control()) into util.c.
22941      Branch: perl
22942            - ebcdic.c
22943            ! MANIFEST embed.h embed.pl handy.h hints/os390.sh
22944            ! hints/posix-bc.sh hints/vmesa.sh objXSUB.h perlapi.c proto.h
22945            ! util.c
22946 ____________________________________________________________________________
22947 [  8782] By: jhi                                   on 2001/02/13  02:00:07
22948         Log: Add OpenBSD to the list of 5.6.1-okay platforms.
22949      Branch: maint-5.6/perl
22950            ! pod/perlport.pod
22951 ____________________________________________________________________________
22952 [  8781] By: jhi                                   on 2001/02/13  01:58:44
22953         Log: OpenBSD hints update for 5.6.1-TRIAL2 from Todd C. Miller.
22954      Branch: maint-5.6/perl
22955            ! hints/openbsd.sh
22956 ____________________________________________________________________________
22957 [  8780] By: jhi                                   on 2001/02/13  01:57:33
22958         Log: Synchronize the regexp tests between maintperl and mainline.
22959      Branch: maint-5.6/perl
22960           !> t/op/re_tests
22961 ____________________________________________________________________________
22962 [  8779] By: jhi                                   on 2001/02/13  01:49:35
22963         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
22964              From: Hugo <hv@crypt.compulink.co.uk>
22965              Date: Tue, 13 Feb 2001 00:11:11 +0000
22966              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
22967      Branch: perl
22968            ! regcomp.c t/op/re_tests
22969 ____________________________________________________________________________
22970 [  8778] By: jhi                                   on 2001/02/13  00:23:10
22971         Log: Comments do not nest.
22972      Branch: perl
22973            ! perl.h
22974 ____________________________________________________________________________
22975 [  8777] By: jhi                                   on 2001/02/13  00:17:54
22976         Log: Subject: Re: [ID 20010212.006] Core dump with /((?:hard|soft)cover)?/ 
22977              From: Hugo <hv@crypt.compulink.co.uk>
22978              Date: Tue, 13 Feb 2001 00:11:11 +0000
22979              Message-Id: <200102130011.AAA14310@crypt.compulink.co.uk>
22980      Branch: maint-5.6/perl
22981            ! regcomp.c t/op/re_tests
22982 ____________________________________________________________________________
22983 [  8776] By: jhi                                   on 2001/02/12  23:25:52
22984         Log: Add VOS to the list of 5.6.1 known-to-be-working platforms.
22985      Branch: maint-5.6/perl
22986            ! pod/perlport.pod
22987 ____________________________________________________________________________
22988 [  8775] By: jhi                                   on 2001/02/12  23:04:28
22989         Log: VOS updates for 5.6-TRIAL2 from Paul Green.
22990      Branch: maint-5.6/perl
22991            ! README.vos vos/Changes vos/build.cm vos/config.alpha.def
22992            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
22993            ! vos/configure_perl.cm
22994 ____________________________________________________________________________
22995 [  8774] By: jhi                                   on 2001/02/12  22:59:11
22996         Log: Subject: Re: [patch] context for 'U' magic functions
22997              From: Doug MacEachern <dougm@covalent.net>
22998              Date: Mon, 12 Feb 2001 09:22:45 -0800 (PST)
22999              Message-ID: <Pine.LNX.4.21.0102120919040.26437-100000@mako.covalent.net>
23000              
23001              plus the suggestion by Nick Ing-Simmons to name the macro
23002              as PERL_MG_UFUNC to avoid namespace pollution, plus add
23003              the advice by Doug for XS writers to perl.h
23004      Branch: perl
23005            ! mg.c perl.h
23006 ____________________________________________________________________________
23007 [  8773] By: jhi                                   on 2001/02/11  20:14:12
23008         Log: Update Changes.
23009      Branch: perl
23010            ! Changes patchlevel.h
23011 ____________________________________________________________________________
23012 [  8772] By: jhi                                   on 2001/02/11  18:47:52
23013         Log: Subject: Re: [PATCH] pod/perlclib.pod - Replacements for C library functions
23014              From: Simon Cozens <simon@cozens.net>
23015              Date: Wed, 31 Jan 2001 16:31:43 +0000
23016              Message-ID: <20010131163143.A1427@pembro26.pmb.ox.ac.uk>
23017      Branch: perl
23018            + pod/perlclib.pod
23019            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlguts.pod
23020            ! pod/perltoc.pod
23021 ____________________________________________________________________________
23022 [  8771] By: jhi                                   on 2001/02/11  18:36:48
23023         Log: Upgrade to Unicode 3.1 beta 2001-02-11.
23024              
23025              Blocks-4d3.beta.txt
23026              CaseFolding-3d4.beta.txt
23027              CompositionExclusions-3d6.beta.txt
23028              EastAsianWidth-4d4.beta.txt
23029              LineBreak-6d3.beta.txt
23030              NamesList-3.1.0d1.beta.txt
23031              PropList-3.1.0d4.beta.txt
23032              SpecialCasing-4d1.beta.txt
23033              UnicodeData-3.1.0d6.beta.txt
23034      Branch: perl
23035            + lib/unicode/Unicode.txt lib/unicode/rename lib/unicode/version
23036           +> lib/unicode/UCD.html lib/unicode/Unicode.html
23037            - lib/unicode/UCD301.html lib/unicode/UCDFF301.html
23038            - lib/unicode/Unicode.301
23039            ! (edit 257 files)
23040 ____________________________________________________________________________
23041 [  8770] By: jhi                                   on 2001/02/11  17:26:22
23042         Log: UTF-8 documentation.
23043      Branch: perl
23044            ! utf8.h
23045 ____________________________________________________________________________
23046 [  8769] By: jhi                                   on 2001/02/11  17:12:49
23047         Log: Retract #8762.
23048      Branch: perl
23049            ! regexec.c
23050 ____________________________________________________________________________
23051 [  8768] By: jhi                                   on 2001/02/11  16:54:45
23052         Log: Subject: [PATCH] Test::Harness
23053              From: andreas.koenig@anima.de (Andreas J. Koenig)
23054              Date: 11 Feb 2001 14:37:00 +0100
23055              Message-ID: <m3g0hll4sj.fsf@ak-71.mind.de>
23056      Branch: perl
23057            ! lib/Test/Harness.pm
23058 ____________________________________________________________________________
23059 [  8767] By: jhi                                   on 2001/02/11  16:53:52
23060         Log: Subject: [PATCH] Document makepatch in Porting/patching
23061              From: andreas.koenig@anima.de (Andreas J. Koenig)
23062              Date: 11 Feb 2001 16:46:28 +0100
23063              Message-ID: <m3bss9kysr.fsf@ak-71.mind.de>
23064      Branch: perl
23065            ! Porting/patching.pod
23066 ____________________________________________________________________________
23067 [  8766] By: jhi                                   on 2001/02/11  06:30:23
23068         Log: Subject: Re: [patch] GvSHARED
23069              Date: Sat, 10 Feb 2001 14:04:40 -0800 (PST)
23070              From: Doug MacEachern <dougm@covalent.net>
23071              Message-ID: <Pine.LNX.4.21.0102101356000.15298-100000@mako.covalent.net>
23072              
23073              Subject: Re: [patch] GvSHARED
23074              From: Doug MacEachern <dougm@covalent.net>
23075              Date: Sat, 10 Feb 2001 15:00:54 -0800 (PST)
23076              Message-ID: <Pine.LNX.4.21.0102101453220.15298-100000@mako.covalent.net>
23077              
23078              Subject: [patch] attributes.pm support for `shared'
23079              From: Doug MacEachern <dougm@covalent.net>
23080              Date: Sat, 10 Feb 2001 20:08:48 -0800 (PST)
23081              Message-ID: <Pine.LNX.4.21.0102102004190.15298-100000@mako.covalent.net>
23082              
23083              our() attributes were ignored, our :shared pieces missing,
23084              allow attributes.pm to turn on shared.
23085      Branch: perl
23086            ! op.c t/op/attrs.t toke.c xsutils.c
23087 ____________________________________________________________________________
23088 [  8765] By: alanbur                               on 2001/02/10  23:11:19
23089         Log: Resync with parent (hopefully sucessfully this time)
23090      Branch: maint-5.6/pureperl
23091           !> MANIFEST README.bs2000 README.hpux README.vmesa installhtml
23092           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
23093           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
23094           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
23095           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
23096           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
23097           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
23098 ____________________________________________________________________________
23099 [  8764] By: jhi                                   on 2001/02/10  22:54:38
23100         Log: Make TEST and UTEST more verbose in case something goes
23101              wrong in running/compiling a script, suggested by Doug
23102              MacEachern.
23103      Branch: perl
23104            ! t/TEST t/UTEST
23105 ____________________________________________________________________________
23106 [  8763] By: jhi                                   on 2001/02/10  22:11:34
23107         Log: Bogus shebang.
23108      Branch: perl
23109            ! t/lib/texttabs.t
23110 ____________________________________________________________________________
23111 [  8762] By: jhi                                   on 2001/02/10  21:56:02
23112         Log: (Retracted by #8769)
23113      Branch: perl
23114            ! regexec.c
23115 ____________________________________________________________________________
23116 [  8761] By: jhi                                   on 2001/02/10  21:26:15
23117         Log: Subject: Re: [patch] GvSHARED 
23118              From: Doug MacEachern <dougm@covalent.net>
23119              Date: Sat, 10 Feb 2001 13:11:14 -0800 (PST)
23120              Message-ID: <Pine.LNX.4.21.0102101253070.15298-100000@mako.covalent.net>
23121              
23122              our @EXPORT : shared = (...);
23123      Branch: perl
23124            ! toke.c
23125 ____________________________________________________________________________
23126 [  8760] By: jhi                                   on 2001/02/10  21:25:07
23127         Log: Subject: [patch] GvSHARED
23128              From: Doug MacEachern <dougm@covalent.net>
23129              Date: Sat, 10 Feb 2001 10:57:12 -0800 (PST)
23130              Message-ID: <Pine.LNX.4.21.0102101047320.15298-100000@mako.covalent.net>
23131      Branch: perl
23132            ! embed.h embed.pl gv.c gv.h op.c pp_sys.c proto.h sv.c
23133 ____________________________________________________________________________
23134 [  8759] By: alanbur                               on 2001/02/10  21:24:27
23135         Log: Backed out mismerge.
23136      Branch: maint-5.6/pureperl
23137            ! MANIFEST README.hpux README.vmesa gv.c installhtml
23138            ! lib/Math/Complex.pm lib/Pod/Find.pm perl.c pod/buildtoc.PL
23139            ! pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
23140            ! pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
23141            ! pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
23142            ! pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
23143            ! pod/perltootc.pod sv.c win32/Makefile win32/makefile.mk
23144 ____________________________________________________________________________
23145 [  8758] By: jhi                                   on 2001/02/10  18:01:17
23146         Log: Integrate changes #8701,8704,8756 from pureperl to maintperl.
23147              
23148              Fixed UMRs and leak in Perl_pmtrans()
23149              
23150              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
23151              associated UTFied tr/// code.  Also fixed scoping leak of
23152              PL_reg_start_tmp.
23153              
23154              newATTRSUB leaks when an attempt to redefine the active sort sub is
23155              made.
23156      Branch: maint-5.6/perl
23157           !> op.c regcomp.c
23158 ____________________________________________________________________________
23159 [  8757] By: alanbur                               on 2001/02/10  17:56:46
23160         Log: Resynchronised with parent
23161      Branch: maint-5.6/pureperl
23162           +> README.bs2000
23163            - README.posix-bc
23164            ! gv.c perl.c sv.c
23165           !> MANIFEST README.hpux README.vmesa installhtml
23166           !> lib/Math/Complex.pm lib/Pod/Find.pm pod/buildtoc.PL
23167           !> pod/perl.pod pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
23168           !> pod/perlfaq2.pod pod/perlfaq3.pod pod/perlfaq9.pod
23169           !> pod/perlmodlib.PL pod/perlobj.pod pod/perlport.pod
23170           !> pod/perlre.pod pod/perltoc.pod pod/perltoot.pod
23171           !> pod/perltootc.pod win32/Makefile win32/makefile.mk
23172 ____________________________________________________________________________
23173 [  8756] By: alanbur                               on 2001/02/10  17:51:15
23174         Log: newATTRSUB leaks when an attempt to redefine the active sort sub is
23175              made.
23176      Branch: maint-5.6/pureperl
23177            ! op.c
23178 ____________________________________________________________________________
23179 [  8755] By: jhi                                   on 2001/02/09  22:41:35
23180         Log: Upgrade to CPAN 1.59_54, from Andreas König.
23181      Branch: perl
23182            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
23183 ____________________________________________________________________________
23184 [  8754] By: jhi                                   on 2001/02/09  22:29:20
23185         Log: Upgrade to Text-Tabs+Wrap-2001.0131 from David Muir Sharnoff.
23186              
23187              Didn't upgrade the fill.t since it has a dependency to File::Slurp
23188              purely for debugging purposes, the actual test hasn't changed.
23189      Branch: perl
23190            ! lib/Text/Tabs.pm lib/Text/Wrap.pm t/lib/texttabs.t
23191            ! t/lib/textwrap.t
23192 ____________________________________________________________________________
23193 [  8753] By: jhi                                   on 2001/02/09  20:17:50
23194         Log: Integrate change #8682 from maintperl.
23195              
23196              IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
23197              to work correctly.
23198      Branch: perl
23199           !> hints/irix_6.sh
23200 ____________________________________________________________________________
23201 [  8752] By: jhi                                   on 2001/02/09  20:00:46
23202         Log: Update Changes.
23203      Branch: perl
23204            ! Changes patchlevel.h
23205 ____________________________________________________________________________
23206 [  8751] By: nick                                  on 2001/02/09  19:48:37
23207         Log: Integrate mainline
23208      Branch: perlio
23209           +> README.bs2000 t/lib/cgi-esc.t
23210            - README.posix-bc
23211           !> (integrate 53 files)
23212 ____________________________________________________________________________
23213 [  8750] By: nick                                  on 2001/02/09  19:25:16
23214         Log: Subject: RE: Biannual Competition to Improve Hashing Function
23215              From: Fisher Mark <fisherm@tce.com>
23216              Date: Thu, 8 Feb 2001 10:44:00 -0500
23217              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52F@indyexch28.indy.tce.
23218              Date: Thu, 8 Feb 2001 15:02:47 -0500
23219              Message-Id: <A5E22933E3D5D4118FFE00508BF373C706A52B@indyexch28.indy.tce.
23220      Branch: perl
23221            ! hv.h pod/perldelta.pod t/lib/dumper.t t/pragma/warn/perl
23222 ____________________________________________________________________________
23223 [  8749] By: jhi                                   on 2001/02/09  19:02:35
23224         Log: Forgotten fragment.
23225      Branch: perl
23226            ! pod/perlapi.pod
23227 ____________________________________________________________________________
23228 [  8748] By: jhi                                   on 2001/02/09  18:31:34
23229         Log: Integrate changes #8673,8674,8676 from maintperl into mainline,
23230              plus manual tweakage.
23231              
23232              Sync the perlfaq2 between mainline and maintperl.
23233      Branch: maint-5.6/perl
23234            ! pod/perlfaq2.pod
23235      Branch: perl
23236           !> pod/perlfaq2.pod
23237 ____________________________________________________________________________
23238 [  8747] By: jhi                                   on 2001/02/09  18:12:04
23239         Log: Subject: versiononly and installperl
23240              From: abigail@foad.org
23241              Date: Wed, 7 Feb 2001 22:43:12 +0100
23242              Message-ID: <20010207214312.7045.qmail@foad.org>    
23243              
23244              Add +v flag to force a normal install of the perl binary
23245              and the utilities.
23246              
23247              Subject: [PATCH] installperl
23248              From: Nicholas Clark <nick@ccl4.org>
23249              Date: Fri, 9 Feb 2001 16:28:57 +0000
23250              Message-ID: <20010209162857.B10931@plum.flirble.org>
23251              
23252              Add -A flag which also hardlinks the binary with
23253              the full architecture name.
23254      Branch: perl
23255            ! installperl
23256 ____________________________________________________________________________
23257 [  8746] By: jhi                                   on 2001/02/09  18:03:43
23258         Log: Integrate changes #8699,8708,8709,8744,8745 from mainline.
23259              
23260              Subject: perlfaq2, re: perlmongers
23261              
23262              Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
23263              
23264              Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
23265              
23266              Subject: [ID 20010205.001] typo in perlfaq9
23267              
23268              Subject: [ID 20010208.002] unordered explanation in perlcall
23269      Branch: maint-5.6/perl
23270           !> pod/perlapi.pod pod/perlboot.pod pod/perlcall.pod
23271           !> pod/perlfaq2.pod pod/perlfaq9.pod pod/perlmodlib.PL
23272           !> pod/perlobj.pod pod/perltoot.pod pod/perltootc.pod
23273 ____________________________________________________________________________
23274 [  8745] By: jhi                                   on 2001/02/09  17:59:09
23275         Log: Subject: [ID 20010208.002] unordered explanation in perlcall
23276              From: abela@geneanet.org
23277              Date: Thu,  8 Feb 2001 16:11:46 +0100 (CET)
23278              Message-Id: <20010208151146.0937BC97E@little-roots.geneanet.org>
23279      Branch: perl
23280            ! pod/perlcall.pod
23281 ____________________________________________________________________________
23282 [  8744] By: jhi                                   on 2001/02/09  17:48:16
23283         Log: Subject: [ID 20010205.001] typo in perlfaq9
23284              From: eserte@vran.herceg.de
23285              Date: Sun, 4 Feb 2001 23:44:09 +0100 (CET)
23286              Message-Id: <200102042244.XAA21926@vran.herceg.de>
23287      Branch: perl
23288            ! pod/perlfaq9.pod
23289 ____________________________________________________________________________
23290 [  8743] By: jhi                                   on 2001/02/09  17:25:12
23291         Log: Integrate change #8695 from maintperl.
23292              
23293              thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
23294      Branch: perl
23295           !> thread.h
23296 ____________________________________________________________________________
23297 [  8742] By: jhi                                   on 2001/02/09  17:21:22
23298         Log: Subject: Re: [PATCH embed.pl] Forgot to add ./lib to @INC for File::Glob
23299              From: Andy Dougherty <doughera@lafayette.edu>
23300              Date: Mon, 5 Feb 2001 10:19:29 -0500 (EST)
23301              Message-ID: <Pine.SOL.4.10.10102051013380.11242-100000@maxwell.phys.lafayette.edu>
23302      Branch: perl
23303            ! embed.pl
23304 ____________________________________________________________________________
23305 [  8741] By: jhi                                   on 2001/02/09  17:05:19
23306         Log: Integrate changes #8738,8739,8740 from maintperl.
23307              
23308              Html files will be installed in a more logical and easier to
23309              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
23310              
23311              Html files will be generated with a header to make them look
23312              a little less bare.
23313              
23314              Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
23315      Branch: perl
23316           !> installhtml pod/perlfaq3.pod win32/Makefile win32/makefile.mk
23317 ____________________________________________________________________________
23318 [  8740] By: jhi                                   on 2001/02/09  17:03:46
23319         Log: Subject: [PATCH perl-current] perlfaq3.pod, URL for vile
23320              From: "Brendan O'Dea" <bod@compusol.com.au>
23321              Date: Sun, 4 Feb 2001 11:17:56 +1100
23322              Message-ID: <20010204111756.A16301@compusol.com.au>
23323      Branch: maint-5.6/perl
23324            ! pod/perlfaq3.pod
23325 ____________________________________________________________________________
23326 [  8739] By: jhi                                   on 2001/02/09  17:01:59
23327         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] installhtml change to build prettier html files
23328              From: "Indy Singh" <indy@nusphere.com>
23329              Date: Fri, 2 Feb 2001 15:09:59 -0500
23330              Message-ID: <02b601c08d54$23fd3560$d24b7018@cr637287a>
23331              
23332              Html files will be generated with a header to make them look
23333              a little less bare.
23334      Branch: maint-5.6/perl
23335            ! installhtml
23336 ____________________________________________________________________________
23337 [  8738] By: jhi                                   on 2001/02/09  16:58:48
23338         Log: Subject: [PATCH: perl-5.6.1-TRIAL2] Win32 Makefile change to move html directory
23339              From: "Indy Singh" <indy@nusphere.com>
23340              Date: Fri, 2 Feb 2001 15:08:23 -0500
23341              Message-ID: <02b501c08d53$ec354550$d24b7018@cr637287a>
23342              
23343              Html files will be installed in a more logical and easier to
23344              find directory. E.g. c:\perl\html instead of c:\perl\lib\pod\html
23345      Branch: maint-5.6/perl
23346            ! win32/Makefile win32/makefile.mk
23347 ____________________________________________________________________________
23348 [  8737] By: jhi                                   on 2001/02/09  16:46:54
23349         Log: Integrate changes #8687,8736 from maintperl.
23350              
23351              HP-UX thread patches from Merijn H. Brand.
23352              
23353              Latin nit from Philip Newton.
23354      Branch: perl
23355           !> README.hpux hints/hpux.sh
23356 ____________________________________________________________________________
23357 [  8736] By: jhi                                   on 2001/02/09  16:42:31
23358         Log: Latin nit from Philip Newton.
23359      Branch: maint-5.6/perl
23360            ! README.hpux
23361 ____________________________________________________________________________
23362 [  8735] By: jhi                                   on 2001/02/09  16:24:03
23363         Log: Integrate changes #8704,8710 from pureperl.
23364              
23365              Fixed UMRs and leak in Perl_pmtrans()
23366              
23367              Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
23368              associated UTFied tr/// code.  Also fixed scoping leak of
23369              PL_reg_start_tmp.
23370      Branch: perl
23371           !> op.c regcomp.c
23372 ____________________________________________________________________________
23373 [  8734] By: jhi                                   on 2001/02/09  15:40:21
23374         Log: Integrate change #8733 from maintperl.
23375              
23376              Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
23377      Branch: perl
23378           !> pod/perlre.pod
23379 ____________________________________________________________________________
23380 [  8733] By: jhi                                   on 2001/02/09  15:35:47
23381         Log: Subject: Re: [PATCH: 5.6.1 trial 2 && perl@8671] some coded char set issues in perlre.pod
23382              From: Prymmer/Kahn <pvhp@best.com>
23383              Date: Thu, 8 Feb 2001 21:21:22 -0800 (PST)
23384              Message-ID: <Pine.BSF.4.21.0102082048360.1499-100000@shell8.ba.best.com>
23385      Branch: maint-5.6/perl
23386            ! pod/perlre.pod
23387 ____________________________________________________________________________
23388 [  8732] By: jhi                                   on 2001/02/09  15:26:17
23389         Log: Rename README.posix-bc to README.bs2000 (to avoid the
23390              confusion of a "perlposix-bc.pod"), add a few missing
23391              arch pods, regen toc.
23392      Branch: maint-5.6/perl
23393           +> README.bs2000
23394            - README.posix-bc
23395            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
23396            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
23397 ____________________________________________________________________________
23398 [  8731] By: jhi                                   on 2001/02/09  15:23:39
23399         Log: De-cut-and-pasto.
23400      Branch: perl
23401            ! pod/perl.pod
23402 ____________________________________________________________________________
23403 [  8730] By: jhi                                   on 2001/02/09  15:11:13
23404         Log: Rename README.posix-bc to README.bs2000 to avoid confusion
23405              when people think that perlposix-bc.pod tells anything about
23406              Perl and POSIX.  Regen toc.
23407      Branch: perl
23408           +> README.bs2000
23409            - README.posix-bc
23410            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perlport.pod
23411            ! pod/perltoc.pod win32/Makefile win32/makefile.mk
23412 ____________________________________________________________________________
23413 [  8729] By: jhi                                   on 2001/02/09  14:52:28
23414         Log: The README.vmesa part of #8712 from maintperl.
23415      Branch: perl
23416            ! README.vmesa
23417 ____________________________________________________________________________
23418 [  8728] By: jhi                                   on 2001/02/09  14:46:06
23419         Log: Subject: [PATCH: 5.6.1 trial 2 && perl@8671] podify README.vmesa
23420              From: Peter Prymmer <pvhp@forte.com>
23421              Date: Thu, 8 Feb 2001 13:00:30 -0800 (PST)
23422              Message-ID: <Pine.OSF.4.10.10102081246030.445810-100000@aspara.forte.com>
23423      Branch: maint-5.6/perl
23424            ! README.vmesa win32/Makefile win32/makefile.mk
23425 ____________________________________________________________________________
23426 [  8727] By: jhi                                   on 2001/02/09  14:33:25
23427         Log: Integrate change #8712 from mainline.
23428              
23429              [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplification for Pod::Find
23430      Branch: maint-5.6/perl
23431           !> lib/Pod/Find.pm
23432 ____________________________________________________________________________
23433 [  8726] By: jhi                                   on 2001/02/09  14:30:28
23434         Log: Subject: [PATCH: 5.6.1 trial2 && perl@8671] provide EBCDIC CGI::Util::escape() and test
23435              From: Peter Prymmer <pvhp@forte.com>
23436              Date: Mon, 5 Feb 2001 16:26:36 -0800 (PST)
23437              Message-ID: <Pine.OSF.4.10.10102051615260.280619-100000@aspara.forte.com>
23438      Branch: perl
23439            + t/lib/cgi-esc.t
23440            ! MANIFEST lib/CGI/Util.pm
23441 ____________________________________________________________________________
23442 [  8725] By: jhi                                   on 2001/02/09  04:56:47
23443         Log: Add NonStopUX to the list of 5.6.1-proven platforms.
23444      Branch: maint-5.6/perl
23445            ! pod/perlport.pod
23446 ____________________________________________________________________________
23447 [  8724] By: jhi                                   on 2001/02/09  04:40:59
23448         Log: Integrate changes 7819,7820 from vmsperl into mainline.
23449              
23450              Add header for LIB$ prototypes (C. Berry)
23451              
23452              Convert fwrite()s to sockets to write()s, since some socket stacks
23453              don't take kindly to stdio.
23454              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
23455              (for often optional LNMs)
23456              Correct a few typos
23457              (C. Bailey)
23458      Branch: perl
23459           !> ext/Devel/DProf/DProf.xs vms/vms.c vms/vmsish.h
23460 ____________________________________________________________________________
23461 [  8723] By: jhi                                   on 2001/02/09  03:29:29
23462         Log: Integrate change #8722 from mainline.
23463              
23464              The Im() function wasn't returning zero for non-Math::Complex
23465              arguments.  The bug reported by John Gamble.
23466      Branch: maint-5.6/perl
23467           !> lib/Math/Complex.pm
23468 ____________________________________________________________________________
23469 [  8722] By: jhi                                   on 2001/02/09  03:28:33
23470         Log: The Im() function wasn't returning zero for non-Math::Complex
23471              arguments.  The bug reported by John Gamble.
23472      Branch: perl
23473            ! lib/Math/Complex.pm
23474 ____________________________________________________________________________
23475 [  8721] By: nick                                  on 2001/02/08  22:11:35
23476         Log: Correct the correction :-(
23477      Branch: perl
23478            ! perl.c
23479 ____________________________________________________________________________
23480 [  8720] By: bailey                                on 2001/02/08  20:59:22
23481         Log: Convert frwite()s to sockets to write()s, since some socket stacks
23482              don't take kindly to stdio.
23483              Ignore "expected" SS$_NOLOGNAM when doing internal LNM lookups
23484              (for often optional LNMs)
23485              Correct a few typos
23486              (C. Bailey)
23487      Branch: vmsperl
23488            ! vms/vms.c vms/vmsish.h
23489 ____________________________________________________________________________
23490 [  8719] By: bailey                                on 2001/02/08  20:51:02
23491         Log: Add header for LIB$ prototypes (C. Berry)
23492      Branch: vmsperl
23493            ! ext/Devel/DProf/DProf.xs
23494 ____________________________________________________________________________
23495 [  8718] By: bailey                                on 2001/02/08  20:49:00
23496         Log: SYN SYN
23497      Branch: vmsperl
23498           +> pod/perliol.pod t/lib/sample-tests/bailout
23499           +> t/lib/sample-tests/combined t/lib/sample-tests/descriptive
23500           +> t/lib/sample-tests/duplicates t/lib/sample-tests/header_at_end
23501           +> t/lib/sample-tests/no_nums t/lib/sample-tests/simple
23502           +> t/lib/sample-tests/simple_fail t/lib/sample-tests/skip
23503           +> t/lib/sample-tests/skip_all t/lib/sample-tests/todo
23504           +> t/lib/sample-tests/with_comments t/lib/test-harness.t
23505            - lib/unicode/Is/DCinital.pl
23506           !> (integrate 101 files)
23507 ____________________________________________________________________________
23508 [  8717] By: nick                                  on 2001/02/08  19:38:48
23509         Log: Subject: [PATCH CPAN 1.59_51] warning message (not!)
23510              From: Robin Barker <rmb1@cise.npl.co.uk>
23511              Date: Thu, 8 Feb 2001 14:38:07 GMT
23512              Message-Id: <200102081438.OAA20498@tempest.npl.co.uk>
23513      Branch: perl
23514            ! lib/CPAN.pm
23515 ____________________________________________________________________________
23516 [  8716] By: nick                                  on 2001/02/08  19:29:07
23517         Log: Generated files form 8713 etc.
23518      Branch: perl
23519            ! embed.h global.sym objXSUB.h perlapi.c proto.h
23520 ____________________________________________________________________________
23521 [  8715] By: nick                                  on 2001/02/08  19:26:08
23522         Log: Fixup non-ithread build after 8713
23523      Branch: perl
23524            ! perl.c
23525 ____________________________________________________________________________
23526 [  8714] By: nick                                  on 2001/02/08  19:17:45
23527         Log: Subject: [ID 20010206.010] S_ functions not declared STATIC
23528              From: nick@ccl4.org
23529              Date: Wed, 7 Feb 2001 00:27:47 +0000
23530              Message-Id: <20010207002747.B63724@plum.flirble.org>
23531      Branch: perl
23532            ! sv.c toke.c
23533 ____________________________________________________________________________
23534 [  8713] By: nick                                  on 2001/02/08  19:15:58
23535         Log: Subject: Re: [patch] Re: PL_ptr_table
23536              From: Doug Maceachern <dougm@covalent.net>
23537              Date: Wed, 7 Feb 2001 19:18:52 -0800 (PST)
23538              Message-Id: <Pine.LNX.4.21.0102071916270.29229-100000@mako.covalent.net>
23539      Branch: perl
23540            ! embed.pl perl.c sv.c sv.h
23541 ____________________________________________________________________________
23542 [  8712] By: nick                                  on 2001/02/08  19:12:47
23543         Log: Subject: [PATCH: perl-5.6.1 trial2 && perl@8671] VMS specific simplificationfor Pod::Find
23544              From: Peter Prymmer <pvhp@forte.com>
23545              Date: Wed, 7 Feb 2001 17:07:39 -0800 (PST)
23546              Message-Id: <Pine.OSF.4.10.10102071704150.411763-100000@aspara.forte.com
23547      Branch: perl
23548            ! lib/Pod/Find.pm
23549 ____________________________________________________________________________
23550 [  8711] By: nick                                  on 2001/02/07  21:06:11
23551         Log: Manually appliued version for dev branch of Alan/Sarathy 5.6 patch.
23552              Subject: Re: Incorrect scoping of PL_reg_start_tmp causes leak
23553              From: Alan Burlison <Alan.Burlison@uk.sun.com>
23554              Date: Tue, 06 Feb 2001 23:37:01 +0000
23555              Message-Id: <3A808A9D.20F7A035@uk.sun.com>
23556      Branch: perl
23557            ! regcomp.c
23558 ____________________________________________________________________________
23559 [  8710] By: alanbur                               on 2001/02/07  00:22:04
23560         Log: Several leaks an UMRs fixed, mainly in the area of Perl_pmtrans and
23561              associated UTFied tr/// code.  Also fixed scoping leak of
23562              PL_reg_start_tmp.
23563      Branch: maint-5.6/pureperl
23564            ! op.c regcomp.c
23565 ____________________________________________________________________________
23566 [  8709] By: nick                                  on 2001/02/06  21:16:49
23567         Log: Subject: [PATCH pod/perlmodlib.PL 5.6.1-TRIAL2] Up to date CPAN mirror list
23568              From: Michael G Schwern <schwern@pobox.com>
23569              Date: Sun, 4 Feb 2001 19:47:14 -0500
23570              Message-Id: <20010204194714.A4698@blackrider.aocn.com>
23571      Branch: perl
23572            ! pod/perlapi.pod pod/perlmodlib.PL
23573 ____________________________________________________________________________
23574 [  8708] By: nick                                  on 2001/02/06  20:41:20
23575         Log: Subject: Re: [PATCH pod/[bt]ootc?.pod] Adding mention of useful CPAN modules
23576              From: Michael G Schwern <schwern@pobox.com>
23577              Date: Sun, 4 Feb 2001 21:17:49 -0500
23578              Message-Id: <20010204211748.A13415@blackrider.aocn.com>
23579      Branch: perl
23580            ! pod/perlboot.pod pod/perlobj.pod pod/perltoot.pod
23581            ! pod/perltootc.pod
23582 ____________________________________________________________________________
23583 [  8707] By: nick                                  on 2001/02/06  20:29:11
23584         Log: Subject: [PATCH lib/ExtUtils/MANIFEST.SKIP] Skipping CVS conflict backup files
23585              From: Michael G Schwern <schwern@pobox.com>
23586              Date: Tue, 6 Feb 2001 05:54:30 -0500
23587              Message-Id: <20010206055430.A951@blackrider.aocn.com>
23588      Branch: perl
23589            ! lib/ExtUtils/MANIFEST.SKIP lib/ExtUtils/Manifest.pm
23590 ____________________________________________________________________________
23591 [  8706] By: nick                                  on 2001/02/06  20:21:40
23592         Log: Subject: RE: some win32 fixes
23593              Date: Tue, 6 Feb 2001 09:23:20 +0300
23594              From: Vadim Konovalov <vkonovalov@lucent.com>
23595              Message-ID: <402099F49BEED211999700805FC7359F9CAF49@ru0028exch01.spb.lucent.com>
23596      Branch: perl
23597            ! toke.c win32/Makefile win32/config.bc win32/config.gc
23598            ! win32/config.vc win32/config_H.bc win32/makefile.mk
23599 ____________________________________________________________________________
23600 [  8705] By: alanbur                               on 2001/02/06  15:00:03
23601         Log: Synchronised with parent
23602      Branch: maint-5.6/pureperl
23603            ! regexec.c
23604           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
23605           !> utils/perldoc.PL win32/Makefile win32/makefile.mk
23606 ____________________________________________________________________________
23607 [  8704] By: alanbur                               on 2001/02/06  14:55:24
23608         Log: Fixed UMRs and leak in Perl_pmtrans()
23609      Branch: maint-5.6/pureperl
23610            ! op.c
23611 ____________________________________________________________________________
23612 [  8703] By: gsar                                  on 2001/02/06  02:29:37
23613         Log: $(MAKE) distclean doesn't clean up properly on windows
23614      Branch: maint-5.6/perl
23615            ! win32/Makefile win32/makefile.mk
23616 ____________________________________________________________________________
23617 [  8702] By: gsar                                  on 2001/02/06  01:00:46
23618         Log: tweak change#8659 to keep it simple
23619      Branch: maint-5.6/perl
23620            ! utils/perldoc.PL
23621 ____________________________________________________________________________
23622 [  8701] By: gsar                                  on 2001/02/05  22:45:41
23623         Log: change#8693 was missing testsuite changes
23624      Branch: maint-5.6/perl
23625           !> t/lib/db-btree.t t/lib/db-hash.t t/lib/db-recno.t
23626 ____________________________________________________________________________
23627 [  8700] By: nick                                  on 2001/02/05  20:32:52
23628         Log: Integrate mainline
23629      Branch: perlio
23630           +> t/lib/sample-tests/bailout t/lib/sample-tests/combined
23631           +> t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
23632           +> t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
23633           +> t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
23634           +> t/lib/sample-tests/skip t/lib/sample-tests/skip_all
23635           +> t/lib/sample-tests/todo t/lib/sample-tests/with_comments
23636           +> t/lib/test-harness.t
23637           !> Configure MANIFEST lib/Test/Harness.pm lib/overload.pm
23638           !> perlio.c pod/perldiag.pod pod/perlfaq2.pod pod/perlfaq8.pod
23639           !> pod/perlfunc.pod pod/perlop.pod pod/perlport.pod
23640           !> pod/perlutil.pod t/TEST utils/h2xs.PL
23641 ____________________________________________________________________________
23642 [  8699] By: nick                                  on 2001/02/05  19:41:07
23643         Log: Subject: perlfaq2, re: perlmongers
23644              From: David H. Adler <dha@panix.com>
23645              Date: Sun, 4 Feb 2001 23:48:23 -0500
23646              Message-Id: <20010204234823.A13429@panix.com>
23647      Branch: perl
23648            ! pod/perlfaq2.pod
23649 ____________________________________________________________________________
23650 [  8698] By: nick                                  on 2001/02/05  19:39:31
23651         Log: Missed file f#rom the testharness mess.
23652      Branch: perl
23653            + t/lib/test-harness.t
23654 ____________________________________________________________________________
23655 [  8697] By: nick                                  on 2001/02/05  19:37:21
23656         Log: Subject: [DOC PATCH] overload.pm nits
23657              From: John Tobey <jtobey@john-edwin-tobey.org>
23658              Date: Sun, 4 Feb 2001 20:40:47 -0500 (EST)
23659              Message-Id: <m14Pae7-000FOoC@feynman.localnet>
23660      Branch: perl
23661            ! lib/overload.pm
23662 ____________________________________________________________________________
23663 [  8696] By: alanbur                               on 2001/02/05  11:56:00
23664         Log: Sync with parent
23665      Branch: maint-5.6/pureperl
23666           !> thread.h
23667 ____________________________________________________________________________
23668 [  8695] By: gsar                                  on 2001/02/05  03:27:34
23669         Log: thread.h tweak to enable 5005threads on HP-UX 10.20 with DCE threads
23670      Branch: maint-5.6/perl
23671            ! thread.h
23672 ____________________________________________________________________________
23673 [  8694] By: alanbur                               on 2001/02/05  00:07:47
23674         Log: Initial branch creation from //depot/maint-5.6/perl
23675      Branch: maint-5.6/pureperl
23676           +> (branch 1719 files)
23677 ____________________________________________________________________________
23678 [  8693] By: gsar                                  on 2001/02/04  22:38:49
23679         Log: integrate changes#7801,8068,8094,8108,8196 from mainline (DB_File
23680              changes)
23681      Branch: maint-5.6/perl
23682           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
23683           !> ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
23684           !> ext/DB_File/version.c
23685 ____________________________________________________________________________
23686 [  8692] By: nick                                  on 2001/02/04  18:15:57
23687         Log: The missed t/TEST part of the grand testharness upgrade.
23688      Branch: perl
23689            ! t/TEST
23690 ____________________________________________________________________________
23691 [  8691] By: nick                                  on 2001/02/04  18:05:17
23692         Log: New improved test harness
23693              Subject: Re: [PATCH Test::Harness] Third time's a charm?
23694              From: Michael G Schwern <schwern@pobox.com>
23695              Date: Sun, 4 Feb 2001 08:01:20 -0500
23696              Message-Id: <20010204080120.G10493@blackrider.aocn.com>
23697      Branch: perl
23698            + t/lib/sample-tests/bailout t/lib/sample-tests/combined
23699            + t/lib/sample-tests/descriptive t/lib/sample-tests/duplicates
23700            + t/lib/sample-tests/header_at_end t/lib/sample-tests/no_nums
23701            + t/lib/sample-tests/simple t/lib/sample-tests/simple_fail
23702            + t/lib/sample-tests/skip t/lib/sample-tests/skip_all
23703            + t/lib/sample-tests/todo t/lib/sample-tests/with_comments
23704            ! MANIFEST lib/Test/Harness.pm
23705 ____________________________________________________________________________
23706 [  8690] By: nick                                  on 2001/02/04  17:57:51
23707         Log: Subject: [PATCH h2xs.PL perl@8670] Small usage change and author gueesing
23708              From: Jonathan Stowe <gellyfish@gellyfish.com>
23709              Date: Sun, 4 Feb 2001 10:46:01 +0000 (GMT)
23710              Message-Id: <Pine.LNX.4.32.0102041037510.1555-100000@orpheus.gellyfish.com>
23711      Branch: perl
23712            ! utils/h2xs.PL
23713 ____________________________________________________________________________
23714 [  8689] By: nick                                  on 2001/02/04  17:55:24
23715         Log: Subject: Re: [PATCH lots of pod/] s/chop/chomp/g
23716              From: Michael G Schwern <schwern@pobox.com>
23717              Date: Sat, 3 Feb 2001 22:46:38 -0500
23718              Message-Id: <20010203224638.E10493@blackrider.aocn.com>
23719      Branch: perl
23720            ! pod/perldiag.pod pod/perlfaq8.pod pod/perlfunc.pod
23721            ! pod/perlop.pod pod/perlport.pod pod/perlutil.pod
23722 ____________________________________________________________________________
23723 [  8688] By: nick                                  on 2001/02/04  17:43:55
23724         Log: Subject: [ID 20010203.006] perlio.c is mis-reporting argument
23725              length byfailing to spot lack of closing )
23726              From: nick@talking.bollo.cx
23727              Date: Sat, 03 Feb 2001 23:53:16 +0000
23728              Message-Id: <E14PCUW-0001Qo-00@Bagpuss.unfortu.net>
23729      Branch: perl
23730            ! perlio.c pod/perldiag.pod
23731 ____________________________________________________________________________
23732 [  8687] By: jhi                                   on 2001/02/03  17:11:42
23733         Log: HP-UX thread patches from Merijn H. Brand.
23734      Branch: maint-5.6/perl
23735            ! README.hpux hints/hpux.sh
23736 ____________________________________________________________________________
23737 [  8686] By: jhi                                   on 2001/02/03  16:40:12
23738         Log: Metaconfig changes for #8685.
23739      Branch: metaconfig
23740            ! U/installdirs/instubperl.U
23741      Branch: metaconfig/U/perl
23742            ! Devel.U versiononly.U
23743 ____________________________________________________________________________
23744 [  8685] By: jhi                                   on 2001/02/03  16:39:49
23745         Log: For -Dusedevel builds turn off installusrbinperl and turn on
23746              versiononly, a combined idea of Richard Soderberg and Merijn
23747              H. Brand.  You can still override both of these from the command
23748              line if you need to, -Dinstallusrbinperl and -Uversiononly.
23749      Branch: perl
23750            ! Configure
23751 ____________________________________________________________________________
23752 [  8684] By: jhi                                   on 2001/02/03  16:16:34
23753         Log: Metaconfig unit fix for #8683.
23754      Branch: metaconfig
23755            ! U/compline/nblock_io.U
23756 ____________________________________________________________________________
23757 [  8683] By: jhi                                   on 2001/02/03  16:16:12
23758         Log: Configure fix for the DYNIX/ptx F_SETFL problem,
23759              reported by Peter Prymmer for 5.6-TRIAL1.
23760      Branch: perl
23761            ! Configure
23762 ____________________________________________________________________________
23763 [  8682] By: jhi                                   on 2001/02/03  05:52:11
23764         Log: IRIX hints fix from Scott Henry, get Configure -Dcc="cc -64 -mips3"
23765              to work correctly.
23766      Branch: maint-5.6/perl
23767            ! hints/irix_6.sh
23768 ____________________________________________________________________________
23769 [  8681] By: jhi                                   on 2001/02/03  05:47:33
23770         Log: perlport tweaks from Peter Prymmer and Chris Nandor.
23771      Branch: maint-5.6/perl
23772            ! pod/perlport.pod
23773 ____________________________________________________________________________
23774 [  8680] By: jhi                                   on 2001/02/02  21:39:49
23775         Log: perlport update from Peter Prymmer.
23776      Branch: maint-5.6/perl
23777            ! pod/perlport.pod
23778 ____________________________________________________________________________
23779 [  8679] By: nick                                  on 2001/02/02  20:50:48
23780         Log: Integrate mainline
23781      Branch: perlio
23782           !> Changes Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
23783           !> lib/Getopt/Long.pm patchlevel.h pod/perlfunc.pod
23784           !> pod/perlmodlib.PL pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
23785 ____________________________________________________________________________
23786 [  8678] By: gsar                                  on 2001/02/02  16:02:12
23787         Log: note about bincompat, slightly modified (from Lupe Christoph)
23788      Branch: maint-5.6/perl
23789            ! README.solaris
23790 ____________________________________________________________________________
23791 [  8677] By: jhi                                   on 2001/02/02  15:46:20
23792         Log: Supported platforms updates.
23793      Branch: maint-5.6/perl
23794            ! pod/perlport.pod
23795 ____________________________________________________________________________
23796 [  8676] By: jhi                                   on 2001/02/02  03:41:26
23797         Log: A couple more perlfaq2 tweaks.
23798      Branch: maint-5.6/perl
23799            ! pod/perlfaq2.pod
23800 ____________________________________________________________________________
23801 [  8675] By: jhi                                   on 2001/02/02  03:17:44
23802         Log: Misedit in #8661.
23803      Branch: maint-5.6/perl
23804            ! Configure
23805 ____________________________________________________________________________
23806 [  8674] By: jhi                                   on 2001/02/02  03:14:38
23807         Log: Damien again.
23808      Branch: maint-5.6/perl
23809            ! pod/perlfaq2.pod
23810 ____________________________________________________________________________
23811 [  8673] By: jhi                                   on 2001/02/02  03:12:40
23812         Log: perlfaq update from Elaine Ashton.
23813      Branch: maint-5.6/perl
23814            ! pod/perlfaq2.pod
23815 ____________________________________________________________________________
23816 [  8672] By: jhi                                   on 2001/02/02  03:07:08
23817         Log: UTF-8 s/// patch from Inaba Hiroto.
23818      Branch: maint-5.6/perl
23819            ! pp_ctl.c pp_hot.c
23820 ____________________________________________________________________________
23821 [  8671] By: jhi                                   on 2001/02/01  22:34:31
23822         Log: Update Changes.
23823      Branch: perl
23824            ! Changes patchlevel.h
23825 ____________________________________________________________________________
23826 [  8670] By: jhi                                   on 2001/02/01  22:15:29
23827         Log: Integrate changes #8641,8644,8649,8654,8662,8663,8664,8665,8667,8669
23828              from maintperl.
23829              
23830              Upgrade to Getopt::Long 2.25, from Johan Vromans.
23831              
23832              more files need to be writable in the source distribution
23833              
23834              perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
23835              
23836              Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
23837              
23838              Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
23839              
23840              Allow the float to be fuzzier.
23841              
23842              need to use INT2PTR instead of a straight cast or ia64 fails
23843              
23844              Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
23845              
23846              add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
23847      Branch: perl
23848           !> Porting/makerel embed.pl embedvar.h ext/POSIX/POSIX.xs
23849           !> lib/Getopt/Long.pm pod/perlfunc.pod pod/perlmodlib.PL
23850           !> pod/perlmodlib.pod pp.h sv.c t/lib/peek.t
23851 ____________________________________________________________________________
23852 [  8669] By: jhi                                   on 2001/02/01  21:57:02
23853         Log: Subject: Re: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
23854              From: Robin Barker <rmb1@cise.npl.co.uk>
23855              Date: Thu, 1 Feb 2001 16:59:05 GMT
23856              Message-Id: <200102011659.QAA01274@tempest.npl.co.uk>
23857      Branch: maint-5.6/perl
23858            ! pod/perlmodlib.PL
23859 ____________________________________________________________________________
23860 [  8668] By: nick                                  on 2001/02/01  19:41:40
23861         Log: Integrate mainline
23862      Branch: perlio
23863           !> dump.c ext/Errno/Errno_pm.PL intrpvar.h mg.c perl.c perl.h
23864           !> pod/perlapi.pod pp.c pp.h pp_hot.c sv.c t/op/arith.t
23865           !> t/op/each.t utf8.c utf8.h util.c vms/test.com
23866 ____________________________________________________________________________
23867 [  8667] By: gsar                                  on 2001/02/01  16:59:11
23868         Log: add ppaddr as one of the compatibility symbols under -DPERL_POLLUTE
23869      Branch: maint-5.6/perl
23870            ! embed.pl embedvar.h
23871 ____________________________________________________________________________
23872 [  8666] By: gsar                                  on 2001/02/01  16:34:51
23873         Log: add missing entries to win32/config.?c
23874      Branch: maint-5.6/perl
23875            ! win32/config.bc win32/config.gc win32/config.vc
23876            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
23877 ____________________________________________________________________________
23878 [  8665] By: jhi                                   on 2001/02/01  14:58:51
23879         Log: Subject: Re: [ID 20010201.006] bad pointer from perlfunc to perlmod 
23880              From: "Stephen P. Potter" <spp@spotter.yi.org>
23881              Date: Thu, 01 Feb 2001 10:45:46 -0500
23882              Message-Id: <200102011545.KAA31479@spotter.yi.org>
23883      Branch: maint-5.6/perl
23884            ! pod/perlfunc.pod
23885 ____________________________________________________________________________
23886 [  8664] By: gsar                                  on 2001/02/01  14:52:37
23887         Log: need to use INT2PTR instead of a straight cast or ia64 fails
23888              posix.t (from Brendan O'Dea <bod@compusol.com.au>)
23889      Branch: maint-5.6/perl
23890            ! ext/POSIX/POSIX.xs
23891 ____________________________________________________________________________
23892 [  8663] By: jhi                                   on 2001/02/01  14:09:13
23893         Log: Allow the float to be fuzzier.
23894      Branch: maint-5.6/perl
23895            ! t/lib/peek.t
23896 ____________________________________________________________________________
23897 [  8662] By: jhi                                   on 2001/02/01  13:59:00
23898         Log: Subject: [PATCH perl5.6.1-TRIAL2] long C<=item>s in perlmodlib.pod
23899              From: Robin Barker <rmb1@cise.npl.co.uk>
23900              Date: Thu, 1 Feb 2001 13:05:39 GMT
23901              Message-Id: <200102011305.NAA26160@tempest.npl.co.uk>
23902      Branch: maint-5.6/perl
23903            ! pod/perlmodlib.pod
23904 ____________________________________________________________________________
23905 [  8661] By: jhi                                   on 2001/02/01  13:57:38
23906         Log: Subject: [PATCH] Re: v5.6.1 trial2 is available
23907              Date: Thu, 01 Feb 2001 14:15:41 +0100
23908              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
23909              Message-Id: <20010201141104.303F.H.M.BRAND@hccnet.nl>
23910              
23911              Have the $ccflags in the gcc version test (strange, this change
23912              is claimed to be have been integrated already)
23913      Branch: maint-5.6/perl
23914            ! Configure
23915 ____________________________________________________________________________
23916 [  8660] By: jhi                                   on 2001/02/01  13:44:10
23917         Log: Integrate changes #7950,7964,7962 from mainline.
23918              
23919              Find the stdchar signedness using cpp, should fix some of
23920              the Solaris compiler warnings reported by Alan Burlison.
23921      Branch: maint-5.6/perl
23922           !> Configure config_h.SH
23923 ____________________________________________________________________________
23924 [  8659] By: jhi                                   on 2001/02/01  05:35:32
23925         Log: Subject: [PATCH 5.6.1-TRIAL? and 5.7.?] perldoc uses unescaped backslashes in filenames
23926              From: Jan Dubois <JanD@ActiveState.com>
23927              Date: Wed, 31 Jan 2001 21:17:03 -0800
23928              Message-ID: <8qrh7t069jt32m98sap53l9dfoge0vjrle@4ax.com>
23929      Branch: maint-5.6/perl
23930            ! utils/perldoc.PL
23931 ____________________________________________________________________________
23932 [  8658] By: jhi                                   on 2001/02/01  04:33:17
23933         Log: Integrate the README.os390 and README.posix-bc parts of mainline
23934              changes #8373,8486, 8544,8556.  (The hints/os390.sh,Makefile.SH,
23935              installperl parts were taken care of by #8657.)
23936      Branch: maint-5.6/perl
23937           !> README.os390 README.posix-bc
23938 ____________________________________________________________________________
23939 [  8657] By: jhi                                   on 2001/02/01  04:29:21
23940         Log: Subject: [PATCH: 5.6.1 trial2] DynaLoading for OS/390 build option
23941              From: Peter Prymmer <pvhp@forte.com>
23942              Date: Wed, 31 Jan 2001 18:18:11 -0800 (PST)
23943              Message-ID: <Pine.OSF.4.10.10101311815560.336633-100000@aspara.forte.com>
23944      Branch: maint-5.6/perl
23945            + ext/DynaLoader/dl_dllload.xs
23946            ! MANIFEST Makefile.SH hints/os390.sh installperl
23947 ____________________________________________________________________________
23948 [  8656] By: jhi                                   on 2001/02/01  04:25:45
23949         Log: Subject: [PATCH: 5.6.1 trial2]Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os390 05.00 (UNINSTALLED)
23950              From: Peter Prymmer <pvhp@forte.com>
23951              Date: Wed, 31 Jan 2001 15:26:57 -0800 (PST)
23952              Message-ID: <Pine.OSF.4.10.10101311523101.336633-100000@aspara.forte.com>
23953      Branch: maint-5.6/perl
23954            ! lib/Math/BigInt.pm lib/bigint.pl t/lib/b.t t/pragma/sub_lval.t
23955 ____________________________________________________________________________
23956 [  8655] By: jhi                                   on 2001/02/01  04:14:47
23957         Log: Subject: [ID 20010131.066] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on os2 2.40 (UNINSTALLED)
23958              From: troc@netrus.net
23959              Date: Wed, 31 Jan 2001 22:31:26 -0500
23960              Message-Id: <200102010331.WAA117.85@rocco.homenet>
23961      Branch: maint-5.6/perl
23962            ! os2/os2.c
23963 ____________________________________________________________________________
23964 [  8654] By: jhi                                   on 2001/02/01  04:12:52
23965         Log: Solaris 2.7 i386 #defines SP in /usr/include/sys/reg.h
23966              as reported by Alan Burlison.
23967      Branch: maint-5.6/perl
23968            ! pp.h
23969 ____________________________________________________________________________
23970 [  8653] By: jhi                                   on 2001/02/01  04:05:12
23971         Log: Subject: [ID 20010131.042] Not OK: perl v5.6.1 +v5.6.1-TRIAL2 on VMS_AXP V7.2-1
23972              From: dsugalski@northernlight.com
23973              Date: Wed, 31 Jan 2001 18:54:11 -0500
23974              Message-Id: <01013118541126@monsoon.stratus.northernlight.com>
23975      Branch: maint-5.6/perl
23976            ! configure.com
23977 ____________________________________________________________________________
23978 [  8652] By: jhi                                   on 2001/02/01  04:03:11
23979         Log: Misplaced #endif.
23980              
23981              Subject: [perl-5-6-1-trial2] patches for EPOC
23982              From: Olaf Flebbe <O.Flebbe@science-computing.de>
23983              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
23984              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
23985      Branch: maint-5.6/perl
23986            ! epoc/epocish.c
23987 ____________________________________________________________________________
23988 [  8651] By: jhi                                   on 2001/02/01  04:00:25
23989         Log: Integrate changes #8647,8648,8650 from mainline.
23990              
23991              Macrofy a magic UTF-8 test.
23992              
23993              Protect PL_numeric_radix_sv with USE_NUMERIC_LOCALE.
23994              
23995              Watch out for cross compiling for EPOC (usually done on linux).
23996      Branch: maint-5.6/perl
23997           !> ext/Errno/Errno_pm.PL sv.c utf8.c utf8.h
23998 ____________________________________________________________________________
23999 [  8650] By: jhi                                   on 2001/02/01  03:56:20
24000         Log: Watch out for cross compiling for EPOC (usually done on linux)
24001              
24002              Subject: [perl-5-6-1-trial2] patches for EPOC
24003              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24004              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
24005              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
24006      Branch: perl
24007            ! ext/Errno/Errno_pm.PL
24008 ____________________________________________________________________________
24009 [  8649] By: gsar                                  on 2001/02/01  00:46:00
24010         Log: perl_clone() wants to clone PL_numeric_radix_sv (fix for change#8626)
24011      Branch: maint-5.6/perl
24012            ! sv.c
24013 ____________________________________________________________________________
24014 [  8648] By: jhi                                   on 2001/01/31  23:35:36
24015         Log: All the uses of PL_numeric_radix must be protected by
24016              USE_LOCALE_NUMERIC, noticed by Olaf Flebbe in
24017              
24018              Subject: [perl-5-6-1-trial2] patches for EPOC
24019              From: Olaf Flebbe <O.Flebbe@science-computing.de>
24020              Date: Wed, 31 Jan 2001 23:15:34 +0100 (CET)
24021              Message-ID: <Pine.LNX.4.02.10101312314470.5682-100000@milkyway.science-computing.de>
24022      Branch: perl
24023            ! sv.c
24024 ____________________________________________________________________________
24025 [  8647] By: jhi                                   on 2001/01/31  22:56:16
24026         Log: Macrofy a magic UTF-8 test.
24027      Branch: perl
24028            ! utf8.c utf8.h
24029 ____________________________________________________________________________
24030 [  8646] By: gsar                                  on 2001/01/31  15:55:12
24031         Log: update Changes
24032      Branch: maint-5.6/perl
24033            ! Changes
24034 ____________________________________________________________________________
24035 [  8645] By: gsar                                  on 2001/01/31  15:10:14
24036         Log: Configure tweak suggested by Peter Prymmer
24037      Branch: maint-5.6/perl
24038            ! Configure
24039 ____________________________________________________________________________
24040 [  8644] By: gsar                                  on 2001/01/31  15:06:32
24041         Log: more files need to be writable in the source distribution
24042      Branch: maint-5.6/perl
24043            ! Porting/makerel
24044 ____________________________________________________________________________
24045 [  8643] By: jhi                                   on 2001/01/31  14:59:46
24046         Log: Integrate changes #8258,8278,8279 from mainline.
24047              
24048              Make the large file tests more robust/talkative.
24049      Branch: maint-5.6/perl
24050           !> t/lib/syslfs.t t/op/lfs.t
24051 ____________________________________________________________________________
24052 [  8642] By: gsar                                  on 2001/01/31  14:53:48
24053         Log: integrate changes#8311,8334 from mainline
24054              
24055              Add a new MakeMaker variable PM_FILTER that defines a Unix
24056              filter to be run on each .pm during the pm_to_blib() phase,
24057              a fixed version of
24058              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
24059              
24060              Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
24061              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
24062              accurate reading of the "atime".  
24063      Branch: maint-5.6/perl
24064           !> lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
24065           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
24066           !> lib/ExtUtils/MakeMaker.pm t/io/fs.t
24067 ____________________________________________________________________________
24068 [  8641] By: jhi                                   on 2001/01/31  14:46:37
24069         Log: Upgrade to Getopt::Long 2.25, from Johan Vromans.
24070      Branch: maint-5.6/perl
24071            ! lib/Getopt/Long.pm
24072 ____________________________________________________________________________
24073 [  8640] By: gsar                                  on 2001/01/31  14:40:24
24074         Log: make regen_all
24075      Branch: maint-5.6/perl
24076            ! patchlevel.h pod/perlmodlib.pod pod/perltoc.pod
24077 ____________________________________________________________________________
24078 [  8639] By: gsar                                  on 2001/01/31  14:37:25
24079         Log: refresh windows config files
24080      Branch: maint-5.6/perl
24081            ! win32/Makefile win32/config_H.bc win32/config_H.gc
24082            ! win32/config_H.vc win32/makefile.mk
24083 ____________________________________________________________________________
24084 [  8638] By: gsar                                  on 2001/01/31  14:28:10
24085         Log: makefile tweaks for windows: introduce a bulk-switch to enable
24086              same options as ActivePerl; sync changes with makefile.mk
24087      Branch: maint-5.6/perl
24088            ! win32/Makefile win32/makefile.mk
24089 ____________________________________________________________________________
24090 [  8637] By: jhi                                   on 2001/01/31  04:41:30
24091         Log: Subject: [PATCH] Re: [PATCH] Re: [ID 20010105.023] numeric problems in IRIX
24092              From: Nicholas Clark <nick@ccl4.org>
24093              Date: Tue, 30 Jan 2001 19:51:05 +0000
24094              Message-ID: <20010130195105.R76607@plum.flirble.org> 
24095              
24096              op/inc cure.
24097      Branch: perl
24098            ! pp.c pp.h pp_hot.c t/op/arith.t
24099 ____________________________________________________________________________
24100 [  8636] By: jhi                                   on 2001/01/31  02:38:32
24101         Log: Integrate changes #7884,8122,8155,8197,8213[just to /nolog part,
24102              no perlio],8257,8380,8479,8515 from mainline.
24103              
24104              Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
24105              
24106              Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
24107              Subject: [PATCH perl@8133] fix-up for VMS extensions
24108              
24109              In VMS embedded perls couldn't access the statically built Socket.
24110              
24111              Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com (8213)
24112              
24113              Further VMS piping fixes from Charles Lane.
24114              
24115              Subject:  [PATCH] make t/op/misc.t work on VMS
24116              
24117              Add tracing for debugging extensions builds in VMS.
24118              
24119              Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
24120      Branch: maint-5.6/perl
24121           !> configure.com doio.c t/op/misc.t vms/descrip_mms.template
24122           !> vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
24123           !> vms/test.com vms/vms.c vms/vmsish.h vms/vmspipe.com
24124 ____________________________________________________________________________
24125 [  8635] By: jhi                                   on 2001/01/31  01:46:41
24126         Log: Integrate change #7732 from mainline.
24127              
24128              Sparc 64-bit pack() fix from Jens Hamisch.
24129      Branch: maint-5.6/perl
24130           !> pp.c
24131 ____________________________________________________________________________
24132 [  8634] By: jhi                                   on 2001/01/31  01:41:16
24133         Log: One spot missing from #8626.
24134      Branch: maint-5.6/perl
24135            ! sv.c
24136 ____________________________________________________________________________
24137 [  8633] By: jhi                                   on 2001/01/31  00:49:17
24138         Log: Integrate change #7495 from mainline.
24139              
24140              Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
24141      Branch: maint-5.6/perl
24142           !> MANIFEST ext/re/Makefile.PL
24143 ____________________________________________________________________________
24144 [  8632] By: jhi                                   on 2001/01/30  23:38:49
24145         Log: Integrate change #8396 from mainline.
24146              
24147              Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for
24148              better multicast support (resend)
24149      Branch: maint-5.6/perl
24150           !> ext/Socket/Socket.pm
24151 ____________________________________________________________________________
24152 [  8631] By: jhi                                   on 2001/01/30  23:28:03
24153         Log: Integrate changes #7514,7813,8113,8144,8397,8398,8490 from mainline.
24154              
24155              More AIX lore. (7514, ext/re/hints/aix.pl)
24156              
24157              Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
24158              
24159              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)
24160              
24161              Subject: [ID 20001214.002] Net::Ping patch
24162              
24163              Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
24164              
24165              Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
24166              
24167              Add ReuseAddr as a (preferred) alias for Reuse as we now
24168              also have ReusePort.
24169              
24170              Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
24171      Branch: maint-5.6/perl
24172           +> ext/re/hints/aix.pl
24173           !> ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
24174           !> ext/IO/lib/IO/Socket/INET.pm lib/Net/Ping.pm
24175 ____________________________________________________________________________
24176 [  8630] By: jhi                                   on 2001/01/30  23:03:59
24177         Log: Integrate changes #8215,8587 from mainline: missing pod nits.
24178              
24179              read() documentation tweak for 20001121.004.
24180              
24181              Subject: [ID 20010128.003] [PATCH] perlre.pod buglet
24182      Branch: maint-5.6/perl
24183           !> pod/perlfunc.pod pod/perlre.pod
24184 ____________________________________________________________________________
24185 [  8629] By: jhi                                   on 2001/01/30  22:41:57
24186         Log: Integrate change #8098 from mainline.
24187              
24188              fastgetcwd is defined using a glob alias on a $^O dependent basis
24189              and there was no default assignment or perl subroutine.
24190      Branch: maint-5.6/perl
24191           !> lib/Cwd.pm
24192 ____________________________________________________________________________
24193 [  8628] By: jhi                                   on 2001/01/30  21:58:52
24194         Log: Integrate change #7866 from mainline.
24195              
24196              File::Temp 0.11.
24197      Branch: maint-5.6/perl
24198           !> lib/File/Temp.pm t/lib/ftmp-tempfile.t
24199 ____________________________________________________________________________
24200 [  8627] By: jhi                                   on 2001/01/30  21:39:44
24201         Log: Integrate changes #8075,8086,8228 from mainline.  
24202              
24203              Darwin is not Windows. (8075,8086)
24204              
24205              Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
24206      Branch: maint-5.6/perl
24207           !> lib/CGI.pm lib/Pod/Select.pm lib/Text/ParseWords.pm
24208           !> pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
24209           !> pod/perldiag.pod pod/perlembed.pod pod/perlfaq4.pod
24210           !> pod/perllocale.pod pod/perlmodlib.pod pod/perlretut.pod
24211 ____________________________________________________________________________
24212 [  8626] By: jhi                                   on 2001/01/30  21:22:11
24213         Log: Integrate with tweakery the change #8625 from mainline,
24214              the multibyte decimal separator fix ("fa_IR locale failure").
24215      Branch: maint-5.6/perl
24216            ! embedvar.h perlapi.h
24217           !> intrpvar.h perl.c perl.h sv.c util.c
24218 ____________________________________________________________________________
24219 [  8625] By: jhi                                   on 2001/01/30  20:26:33
24220         Log: Fix for the fa_IR locale failure.  The reason for the failure
24221              was that Perl was assuming the decimal separator aka the radix
24222              separator is one character.  The Farsi-Iranian locale crushed
24223              that bad assumption since there the separator is 'Momayyez',
24224              glyphwise looking somewhat like a slash, and in Unicode UTF-8
24225              encoded in two bytes, 0xd9 0xab.
24226      Branch: perl
24227            ! intrpvar.h perl.c perl.h sv.c util.c
24228 ____________________________________________________________________________
24229 [  8624] By: gsar                                  on 2001/01/30  20:17:03
24230         Log: regen_headers
24231      Branch: maint-5.6/perl
24232            ! Makefile.SH pod/perlintern.pod
24233 ____________________________________________________________________________
24234 [  8623] By: gsar                                  on 2001/01/30  19:42:34
24235         Log: backout change#7431 and its dependents (causes spurious rebuilds
24236              of autogenerated files)
24237              
24238              fix benign b.t failure
24239      Branch: maint-5.6/perl
24240            ! Makefile.SH t/lib/b.t
24241 ____________________________________________________________________________
24242 [  8622] By: jhi                                   on 2001/01/30  19:41:41
24243         Log: Microperl sync.
24244      Branch: perl
24245            ! mg.c perl.h
24246 ____________________________________________________________________________
24247 [  8621] By: gsar                                  on 2001/01/30  19:24:47
24248         Log: integrate changes#8259,8442,8444,8445,8448,8449,8451,8455
24249              from mainline
24250              
24251              Subject: podlators 1.06 released
24252              
24253              Subject: [PATCH @8436] Eliminate op_children
24254              
24255              (Replaced by #8448)  Traces of op_children (cleanup of #8442)
24256              
24257              (Replaced by #8448)  More op_children traces (cleanup of #8442).
24258              
24259              Subject: [PATCH #3 @8436] Re: Eliminate op_children
24260              Replace #8444 and #8445.
24261              
24262              Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
24263              at the setting of the ofs_sv in new_struct_thread() as the
24264              thr->Tofs_sv (PL_ofs_sv) was still 0xabab.... (this is what
24265              uninitialized fields are, uh, initialized with),
24266              SvREFCNT_inc()ing that invited a core dump.
24267              
24268              podlators 1.07, from Russ Allbery.
24269              
24270              Subject: [PATCH] regcomp.c old feature removal
24271              From: mjd@plover.com
24272              Date: 16 Jan 2001 14:43:18 -0000 
24273              Message-ID: <20010116144318.7140.qmail@plover.com> 
24274      Branch: maint-5.6/perl
24275           +> lib/Pod/Text/Overstrike.pm
24276           !> MANIFEST bytecode.pl ext/B/B.xs ext/B/B/Asmdata.pm
24277           !> ext/B/B/Bytecode.pm ext/B/B/C.pm ext/B/B/Concise.pm
24278           !> ext/B/B/Debug.pm ext/ByteLoader/byterun.c
24279           !> ext/ByteLoader/byterun.h lib/Pod/Man.pm lib/Pod/Text/Color.pm
24280           !> lib/Pod/Text/Termcap.pm op.c op.h pod/pod2text.PL regcomp.c
24281           !> util.c
24282 ____________________________________________________________________________
24283 [  8620] By: gsar                                  on 2001/01/30  18:48:32
24284         Log: integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,
24285              8417,8418,8419,8424,8427,8430,8441,8563 from mainline (TODO: b.t
24286              now fails one test)
24287              
24288              Subject: [PATCH] lvalue AUTOLOAD. No, really.
24289              
24290              Subject: [PATCH] Interesting syntax idea
24291              Make opens + bareword assigns do typeglob assigns.
24292              
24293              Tests for #8254.
24294              
24295              Subject: [PATCH @8269] Continue blocks and B::Deparse
24296              Make the peephole optimizer to bypass more null ops and
24297              and rewrite the deparse handling of continue blocks.
24298              
24299              Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
24300              Doc tweak on #8313.
24301              
24302              Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
24303              
24304              Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
24305              
24306              Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
24307              
24308              Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
24309              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
24310              according to the platform.
24311              
24312              Subject: [PATCH @8404] Consolidated lvalue sub changes
24313              
24314              Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
24315              
24316              Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
24317              
24318              Subject: B::Concise -- an improved replacement for B::Terse 
24319              
24320              The B::Terse drop-in replacement wasn't quite drop-in.
24321              
24322              The LVRET macro needed an aTHX.
24323              
24324              Use the /^Perl_/-less form of is_lvalue_sub().
24325              
24326              Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
24327      Branch: maint-5.6/perl
24328           +> ext/B/B/Concise.pm
24329           !> (integrate 27 files)
24330 ____________________________________________________________________________
24331 [  8619] By: nick                                  on 2001/01/30  18:40:28
24332         Log: Integrate mainline
24333      Branch: perlio
24334           !> (integrate 40 files)
24335 ____________________________________________________________________________
24336 [  8618] By: jhi                                   on 2001/01/30  18:37:18
24337         Log: Subject: [PATCH perl@8585] protect VMS test harness from chdir switcheroo
24338              Date: Mon, 29 Jan 2001 22:51:29 -0600
24339              From: "Craig A. Berry" <craigberry@mac.com>
24340              Message-Id: <p04330101b69bef0ebab4@[172.16.52.1]>
24341      Branch: perl
24342            ! vms/test.com
24343 ____________________________________________________________________________
24344 [  8617] By: jhi                                   on 2001/01/30  18:34:53
24345         Log: Subject: [PATCH] Add missing CV flags to dump.c
24346              From: Tim Jenness <t.jenness@jach.hawaii.edu>
24347              Date: Mon, 29 Jan 2001 21:48:55 -1000 (HST)
24348              Message-ID: <Pine.LNX.4.30.0101292144280.14179-100000@lapaki.jach.hawaii.edu>
24349      Branch: perl
24350            ! dump.c
24351 ____________________________________________________________________________
24352 [  8616] By: jhi                                   on 2001/01/30  18:20:58
24353         Log: Integrate partly the change #8615 from mainline, the t/op/each.t
24354              part isn't applicable to maintperl.
24355              
24356              UTF-8 nit from Inaba Hiroto.
24357      Branch: maint-5.6/perl
24358           !> pod/perlapi.pod utf8.c
24359 ____________________________________________________________________________
24360 [  8615] By: jhi                                   on 2001/01/30  18:18:51
24361         Log: UTF-8 nit from Inaba Hiroto.
24362      Branch: perl
24363            ! pod/perlapi.pod t/op/each.t utf8.c
24364 ____________________________________________________________________________
24365 [  8614] By: jhi                                   on 2001/01/30  18:13:38
24366         Log: Integrate changes #8608,8609,8610,8611,8612,8613 from maintperl.
24367              
24368              perl's internal variables are not for public consumption,
24369              move their docs from perlapi.pod to perlintern.pod
24370              
24371              support for -Dusethreads build under HP-UX 10.20 and DCE threads
24372              library (11.0 and later have pthreads but 10.x don't)
24373              
24374              avoid uninitialized value warnings
24375              
24376              canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
24377              gets weird results)
24378              
24379              perldoc nit on windows
24380              
24381              make it possible to run the tests outside the source tree
24382              (there's still a dependency on ../lib being the library
24383              location)
24384      Branch: perl
24385           !> hints/hpux.sh intrpvar.h perlapi.c pod/perlapi.pod
24386           !> pod/perlintern.pod t/base/term.t t/io/tell.t t/lib/dprof/V.pm
24387           !> t/op/flip.t thrdvar.h thread.h utils/perldoc.PL
24388           !> win32/bin/search.pl win32/vdir.h
24389 ____________________________________________________________________________
24390 [  8613] By: gsar                                  on 2001/01/30  16:39:59
24391         Log: make it possible to run the tests outside the source tree
24392              (there's still a dependency on ../lib being the library
24393              location)
24394      Branch: maint-5.6/perl
24395            ! t/base/term.t t/io/tell.t t/lib/dprof/V.pm t/op/flip.t
24396 ____________________________________________________________________________
24397 [  8612] By: gsar                                  on 2001/01/30  16:31:12
24398         Log: perldoc nit on windows
24399      Branch: maint-5.6/perl
24400            ! utils/perldoc.PL
24401 ____________________________________________________________________________
24402 [  8611] By: gsar                                  on 2001/01/30  16:22:54
24403         Log: canonicalize paths when doing chdir() on windows (or Cwd::getcwd()
24404              gets weird results)
24405      Branch: maint-5.6/perl
24406            ! win32/vdir.h
24407 ____________________________________________________________________________
24408 [  8610] By: gsar                                  on 2001/01/30  16:12:45
24409         Log: avoid uninitialized value warnings
24410      Branch: maint-5.6/perl
24411            ! win32/bin/search.pl
24412 ____________________________________________________________________________
24413 [  8609] By: gsar                                  on 2001/01/30  16:08:01
24414         Log: support for -Dusethreads build under HP-UX 10.20 and DCE threads
24415              library (11.0 and later have pthreads but 10.x don't)
24416      Branch: maint-5.6/perl
24417            ! hints/hpux.sh thread.h
24418 ____________________________________________________________________________
24419 [  8608] By: gsar                                  on 2001/01/30  15:48:55
24420         Log: perl's internal variables are not for public consumption,
24421              move their docs from perlapi.pod to perlintern.pod
24422      Branch: maint-5.6/perl
24423            ! intrpvar.h perlapi.c pod/perlapi.pod pod/perlintern.pod
24424            ! thrdvar.h
24425 ____________________________________________________________________________
24426 [  8607] By: gsar                                  on 2001/01/30  15:44:27
24427         Log: mistakenly branched perl56delta.pod, revert
24428      Branch: maint-5.6/perl
24429            - pod/perl56delta.pod
24430           !> pod/perldelta.pod
24431 ____________________________________________________________________________
24432 [  8606] By: gsar                                  on 2001/01/30  14:20:24
24433         Log: integrate changes#7984,7987,8010 from mainline (gets rid of
24434              dTHR which has been a noop for a while now, except for the
24435              compatibility definition in thread.h)
24436      Branch: maint-5.6/perl
24437           !> (integrate 45 files)
24438 ____________________________________________________________________________
24439 [  8605] By: jhi                                   on 2001/01/30  05:43:58
24440         Log: Mark the UTF-8 APIs as experimental.
24441      Branch: maint-5.6/perl
24442            ! embed.pl pod/perlapi.pod
24443 ____________________________________________________________________________
24444 [  8604] By: jhi                                   on 2001/01/30  05:38:40
24445         Log: Nits from earlier integrates.
24446      Branch: maint-5.6/perl
24447            ! lib/Carp/Heavy.pm
24448           !> sv.c
24449 ____________________________________________________________________________
24450 [  8603] By: jhi                                   on 2001/01/30  05:27:26
24451         Log: Regenerate Porting files.
24452      Branch: maint-5.6/perl
24453            ! Porting/Glossary Porting/config.sh Porting/config_H
24454 ____________________________________________________________________________
24455 [  8602] By: jhi                                   on 2001/01/30  05:14:59
24456         Log: Integrate changes #7891,8034,8078,8110,8111,8112,8277,8291,
24457              8310,8339,8447,8492,8493,8505,8525: documentation changes.
24458              
24459              Subject: Re: perlfaq style changes
24460              
24461              Subject: DOC PATCH 5.6.0: -s return value incompletely documented
24462              
24463              Subject: [PATCH] docs on NaN
24464              
24465              Subject: [patch] perlfaq7
24466              
24467              Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
24468              
24469              Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
24470              
24471              Subject: [PATCH] open() example in perlfunc.pod
24472              
24473              Podify README.mpeix (a new version from the web)
24474              
24475              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
24476              
24477              Subject: [PATCH] format and rewording in perlfaq.pod
24478              
24479              Subject: [PATCH] API Variable documentation   
24480              
24481              Memory management calls documentation.
24482              
24483              Subject: [PATCH: perl@8482] README.vms URL updates
24484              
24485              Subject: Minor typos in perlfaq2.pod
24486              
24487              Subject: [PATCH] pod/perlvar.pod
24488      Branch: maint-5.6/perl
24489           +> pod/perl56delta.pod
24490            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
24491           !> README.amiga README.epoc README.mpeix README.vms
24492           !> ext/POSIX/POSIX.pod lib/CPAN.pm lib/Carp/Heavy.pm
24493           !> lib/Win32.pod pod/perlapi.pod pod/perlfaq.pod pod/perlfaq1.pod
24494           !> pod/perlfaq2.pod pod/perlfaq6.pod pod/perlfaq7.pod
24495           !> pod/perlfunc.pod pod/perlop.pod pod/perlrequick.pod
24496           !> pod/perlvar.pod thrdvar.h
24497 ____________________________________________________________________________
24498 [  8601] By: jhi                                   on 2001/01/30  04:38:35
24499         Log: Integrate changes #8036,8096,8253 from mainline:
24500              hints changes.
24501              
24502              Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
24503              Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
24504              
24505              Output the (apparent) version of gcc in Tru64.
24506      Branch: maint-5.6/perl
24507           +> ext/POSIX/hints/svr4.pl
24508           !> MANIFEST ext/POSIX/Makefile.PL hints/dec_osf.sh hints/hpux.sh
24509           !> hints/svr4.sh t/lib/bigfltpm.t
24510 ____________________________________________________________________________
24511 [  8600] By: jhi                                   on 2001/01/30  04:04:01
24512         Log: Integrate changes #7863,7868,7875,7876,7888,8384,8480 from mainline:
24513              locale fixes.
24514              
24515              sprintf() does not taint since print() does not. (7863,7875,7876,7888)
24516              
24517              Debian allows /usr/bin/locale to exist without any locales. (7868)
24518              
24519              Allow the locale test needing POSIX and the taint test
24520              needing IPC::SysV to run under 'minitest' (basically,
24521              bail out if loading the extension fails). (8384)
24522              
24523              Cleanup the locale.t output  (8480)
24524      Branch: maint-5.6/perl
24525           !> pod/perllocale.pod sv.c t/op/misc.t t/op/taint.t
24526           !> t/pragma/locale.t
24527 ____________________________________________________________________________
24528 [  8599] By: jhi                                   on 2001/01/30  03:51:04
24529         Log: Missing generated files from #8598.
24530      Branch: maint-5.6/perl
24531            ! embed.h global.sym objXSUB.h perlapi.c proto.h
24532 ____________________________________________________________________________
24533 [  8598] By: jhi                                   on 2001/01/30  03:41:54
24534         Log: Integrate change #8555 from mainline, manually integrate parts
24535              of changes 8452 and 8583.
24536              
24537              Subject: [PATCH] utf8.c documentation (8452)
24538              
24539              No point in checking the length if the pointer is bogus. (8555)
24540              
24541              Introduce bytes_from_utf8() and implement sv_eq() using it,
24542              tr/// did not handle UTF-8 ranges, \ before a raw UTF-8 character
24543              produced "Malformed UTF-8 character" warning, "\x{100}\N{CENT SIGN}"
24544              was malformed. (8583)
24545      Branch: maint-5.6/perl
24546            ! embed.pl t/lib/charnames.t t/op/tr.t toke.c
24547           !> pod/perlapi.pod sv.c utf8.c
24548 ____________________________________________________________________________
24549 [  8597] By: gsar                                  on 2001/01/30  02:37:26
24550         Log: get PERL_OBJECT build going again on windows
24551      Branch: maint-5.6/perl
24552            ! embed.h embed.pl global.sym objXSUB.h perlapi.c
24553            ! pod/perlapi.pod proto.h sv.c
24554 ____________________________________________________________________________
24555 [  8596] By: jhi                                   on 2001/01/30  02:16:17
24556         Log: Signedness nit.
24557      Branch: perl
24558            ! sv.c
24559 ____________________________________________________________________________
24560 [  8595] By: jhi                                   on 2001/01/30  02:11:07
24561         Log: EBCDIC patch for Storable, from Peter Prymmer.
24562      Branch: perl
24563            ! t/lib/st-06compat.t
24564 ____________________________________________________________________________
24565 [  8594] By: jhi                                   on 2001/01/30  01:04:48
24566         Log: Subject: [PATCH: perl@8585] yet another tweak to lib/b.t for EBCDIC
24567              From: Peter Prymmer <pvhp@forte.com>
24568              Date: Mon, 29 Jan 2001 16:51:38 -0800 (PST)
24569              Message-ID: <Pine.OSF.4.10.10101291646320.230748-100000@aspara.forte.com>
24570      Branch: perl
24571            ! t/lib/b.t
24572 ____________________________________________________________________________
24573 [  8593] By: jhi                                   on 2001/01/30  00:56:47
24574         Log: Subject: [PATCH: perl@8585] pod problems in io
24575              From: Peter Prymmer <pvhp@forte.com>
24576              Date: Mon, 29 Jan 2001 16:46:25 -0800 (PST)
24577              Message-ID: <Pine.OSF.4.10.10101291636420.230748-100000@aspara.forte.com>
24578      Branch: perl
24579            ! pod/perlapio.pod pod/perliol.pod
24580 ____________________________________________________________________________
24581 [  8592] By: jhi                                   on 2001/01/30  00:48:20
24582         Log: Integrate perlio.
24583      Branch: perl
24584           !> pod/perlapio.pod pod/perliol.pod
24585 ____________________________________________________________________________
24586 [  8591] By: nick                                  on 2001/01/29  22:02:28
24587         Log: GNU 'merge' Simon's copy of perliol.pod with version
24588              patched by Craig's patch.
24589      Branch: perlio
24590            ! pod/perliol.pod
24591 ____________________________________________________________________________
24592 [  8590] By: nick                                  on 2001/01/29  21:55:10
24593         Log: PerlIO doc tweaks from Craig A. Berry <craig.berry@psinetcs.com>
24594      Branch: perlio
24595            ! pod/perlapio.pod pod/perliol.pod
24596 ____________________________________________________________________________
24597 [  8589] By: jhi                                   on 2001/01/29  15:35:33
24598         Log: Integrate change #8586 from maint-5.6/perl.
24599              
24600              make the BOM detection code not call tell() until it has to
24601              (meant to fix esoteric compatibility issues where PL_rsfp
24602              is overridden)
24603      Branch: perl
24604           !> toke.c
24605 ____________________________________________________________________________
24606 [  8588] By: jhi                                   on 2001/01/29  15:29:11
24607         Log: Subject: MAking Solaris malloc() the default
24608              From: Lupe Christoph <lupe@lupe-christoph.de>
24609              Date: Mon, 29 Jan 2001 12:59:36 +0100
24610              Message-ID: <20010129125936.Z4830@alanya.lupe-christoph.de>
24611              
24612              The README.solaris part slightly tweaked.
24613      Branch: perl
24614            ! README.solaris hints/solaris_2.sh
24615 ____________________________________________________________________________
24616 [  8587] By: jhi                                   on 2001/01/29  15:17:34
24617         Log: Subject: [ID 20010128.003] [PATCH] perlre.pod \b buglet
24618              From: root@ak-75.mind.de
24619              Date: Sun, 28 Jan 2001 20:32:29 +0100
24620              Message-Id: <200101281932.UAA15768@ak-75.mind.de>
24621      Branch: perl
24622            ! pod/perlre.pod
24623 ____________________________________________________________________________
24624 [  8586] By: gsar                                  on 2001/01/29  13:43:44
24625         Log: make the BOM detection code not call tell() until it has to
24626              (meant to fix esoteric compatibility issues where PL_rsfp
24627              is overridden)
24628      Branch: maint-5.6/perl
24629            ! toke.c
24630 ____________________________________________________________________________
24631 [  8585] By: jhi                                   on 2001/01/28  20:05:45
24632         Log: Update Changes.
24633      Branch: perl
24634            ! Changes patchlevel.h
24635 ____________________________________________________________________________
24636 [  8584] By: jhi                                   on 2001/01/28  19:30:02
24637         Log: Integrate perlio.
24638      Branch: perl
24639           +> pod/perliol.pod
24640           !> MANIFEST pod/perlapio.pod
24641 ____________________________________________________________________________
24642 [  8583] By: jhi                                   on 2001/01/28  19:28:40
24643         Log: Patch from Inaba Hiroto:
24644              - canonical UTF-8 hash keys: if a key string for a hash is
24645              UTF8-on, try downgrade the string and use it if
24646              unicode::distinct is not in effect.
24647              For the task, I added a function bytes_from_utf8() to utf8.c.
24648              It might resemble utf8_to_bytes() but it is not convenient
24649              to the task.
24650              Made a test for it and added to t/op/each.t
24651              - Changed do_print in doio.c to apply sv_utf8_(downgrade|upgrade) to
24652              the mortal copy of the argument SV.
24653              And changed t/io/utf8.t test 18 which expects print() to
24654              upgrade its argument.
24655              - re-implement sv_eq with bytes_from_utf8()
24656              - some bug fixes
24657              - tr/// does not handle UTF8 range (\x{}-\x{})
24658              - \ before raw UTF8 character produced
24659              "Malformed UTF-8 character" warning.
24660              - "\x{100}\N{CENT SIGN}" is Malformed.
24661              Added tests for these 3.
24662              - and one silly bug (by me) with qu operator.
24663      Branch: perl
24664            ! doio.c embed.h embed.pl global.sym hv.c objXSUB.h perlapi.c
24665            ! pod/perlapi.pod proto.h sv.c t/io/utf8.t t/lib/charnames.t
24666            ! t/op/each.t t/op/tr.t t/pragma/utf8.t toke.c utf8.c
24667 ____________________________________________________________________________
24668 [  8582] By: nick                                  on 2001/01/28  19:25:04
24669         Log: Add pod/perliol.pod to MANIFEST :-(
24670      Branch: perlio
24671            ! MANIFEST
24672 ____________________________________________________________________________
24673 [  8581] By: nick                                  on 2001/01/28  19:22:40
24674         Log: PerlIO documentation. Proofing and sub-editing requested.
24675      Branch: perlio
24676            + pod/perliol.pod
24677            ! pod/perlapio.pod
24678 ____________________________________________________________________________
24679 [  8580] By: jhi                                   on 2001/01/28  05:16:25
24680         Log: Revert the change to sv_2pv() done by #8054: Someone who
24681              did SvNV_set() on a scalar that also happened to be POK,
24682              followed by sv_2pv() won't get the right coercion anymore.
24683              [Sarathy]
24684      Branch: maint-5.6/perl
24685            ! sv.c
24686 ____________________________________________________________________________
24687 [  8579] By: jhi                                   on 2001/01/28  05:15:04
24688         Log: Remove the #8084 effect: do not allow -Q to be interpreted
24689              as -&Q(), this is too much wiggle room.
24690      Branch: maint-5.6/perl
24691            ! toke.c
24692 ____________________________________________________________________________
24693 [  8578] By: jhi                                   on 2001/01/28  05:12:45
24694         Log: Needed bits of #8439 (should have been in #8576),
24695              mainly for lval substr().
24696      Branch: maint-5.6/perl
24697            ! mg.c pp.c pp_hot.c
24698 ____________________________________________________________________________
24699 [  8577] By: jhi                                   on 2001/01/28  05:02:46
24700         Log: A missing check-in.
24701      Branch: maint-5.6/perl
24702            ! utf8.c
24703 ____________________________________________________________________________
24704 [  8576] By: jhi                                   on 2001/01/28  04:26:18
24705         Log: Integrate changes #8425,8436,8439,8517 from mainline.
24706              The 8439 was not truly integrated because it had too many
24707              dependencies on the development branch and because it introduced
24708              concepts too bold for a maintenance branch (such as the qu operator).
24709              
24710              Subject: [PATCH perl@8342] -Wformat
24711              
24712              Tighten some of the UTF-8 tests a bit.
24713              
24714              More UTF-8 patches from Inaba Hiroto. (8439, but only partly)
24715              - The substr lval was still not okay.
24716              - Now pp_stringify and sv_setsv copies source's UTF8 flag
24717              even if IN_BYTE.  pp_stringify is called from fold_constants
24718              at optimization phase and "\x{100}" was made SvUTF8_off under
24719              use bytes (the bytes pragma is for "byte semantics" and not
24720              for "do not produce UTF8 data")
24721      Branch: maint-5.6/perl
24722            ! t/lib/charnames.t t/op/substr.t toke.c
24723           !> sv.c t/pragma/utf8.t
24724 ____________________________________________________________________________
24725 [  8575] By: jhi                                   on 2001/01/28  04:01:51
24726         Log: Integrate changes #8378,8379,8385,8386,8405 from mainline.
24727              
24728              Subject: One more patch for UTF8  (UTF-8 fixes for 'x' and tr////)
24729              
24730              Subject: [ID 20001230.003] UTF-8 tr still hurts
24731              
24732              Test cases for #8385 (from Simon's "torture.pl")
24733              
24734              Start fixing UTF-8 lval substr() (8405)
24735      Branch: maint-5.6/perl
24736           !> doop.c embed.h embed.pl mg.c op.c pod/perlapi.pod pp.c proto.h
24737           !> regcomp.c regexec.c t/op/substr.t t/op/tr.t toke.c utf8.c
24738 ____________________________________________________________________________
24739 [  8574] By: jhi                                   on 2001/01/28  03:09:06
24740         Log: Integrate changes #8328,8329,8330,8331,8332,8341,8343,8377
24741              from mainline.
24742              
24743              UTF-8 cleanup.
24744              
24745              Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
24746              
24747              "\x{FF}\xFF" was broken.
24748              
24749              Tests for #8329 and #8330.
24750              
24751              Add a note about EBCDIC versus UTF-8 to a potential problem spot.
24752              
24753              IRIX compiler noticed that the bof initialization might be
24754              bypassed by control flow.
24755              
24756              Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
24757      Branch: maint-5.6/perl
24758           !> doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
24759           !> regexec.c sv.c t/op/bop.t toke.c utf8.c
24760 ____________________________________________________________________________
24761 [  8573] By: jhi                                   on 2001/01/28  02:06:12
24762         Log: Retract #8552.
24763      Branch: perl
24764            ! lib/Text/Wrap.pm t/lib/textwrap.t
24765 ____________________________________________________________________________
24766 [  8572] By: jhi                                   on 2001/01/28  02:04:49
24767         Log: Integrate changes #8267,8272[perlio],8274,8298,8300,8303,
24768              8305,8323,8324 from mainline.  The 8267,8272, and 8298 were
24769              not really integrated but instead salvaged by hand
24770              (they had too many dependencies on the development release
24771              to be cleanly integratable).
24772              
24773              Subject: more UTF8 test suites and an UTF8 patch
24774              
24775              Tweak for MULTIPLICITY/USE_PERLIO
24776              
24777              Signedness nit.
24778              
24779              Turn SvUTF8 off if not required in pp_chr and pp_stringify.
24780              
24781              Use the UTF8_XXX macros in is_utf8_char().
24782              
24783              Rewrite pp_concat() in terms of sv_catsv().  The . operator
24784              should now be UTF-8-proof.
24785              
24786              Subject: [PATCH perl@8269] scanning two hex-constants
24787              fails on EBCDIC environment (script length.t)
24788              
24789              Add some Unicode chop() tests.
24790      Branch: maint-5.6/perl
24791            ! doop.c mg.c pp.c pp_hot.c toke.c utf8.c
24792           !> sv.c t/op/chop.t utf8.h
24793 ____________________________________________________________________________
24794 [  8571] By: jhi                                   on 2001/01/28  00:35:59
24795         Log: Integrate changes #8090,8093[perlio,only the sv.c tweak],
24796              8245,8247,8248,8249,8250,8251,8260,8263,8264,8265 from mainline.
24797              
24798              Subject: [PATCH] Re: Breadperl & Tk (sv_utf8_upgrade fixes)
24799              
24800              The maxiters upper limit sanity check (guarding against
24801              non-progress) assumed bytes instead of characters in s///
24802              and split().
24803              
24804              Signedness nit.
24805              
24806              sv_catsv() rewrite (8248,8249,8251,8260,8263,8264,8265)
24807              join() should now be UTF-8-proof.
24808              
24809              More split // UTF-8 tests. (8250)
24810      Branch: maint-5.6/perl
24811           !> doop.c hv.c pp.c pp_hot.c sv.c t/op/join.t utf8.c utf8.h
24812           !> util.c
24813 ____________________________________________________________________________
24814 [  8570] By: jhi                                   on 2001/01/27  22:15:46
24815         Log: Integrate changes #7941,7943,7944,7958,7967,7995,7996,7998,
24816              8004,8005,8023,8024,8028,8030,8031,8033,8039,8042,8052[perlio],
24817              8053[perlio],8054[perlio,+sv.c(-PerlIO_isutf8),+require.t],
24818              8084,8204,8244,8333 from mainline.
24819              
24820              For -Q where Q might be a one-letter sub name one does no more
24821              get a warning about an unknown filetest (7941,7943,7944,8084).
24822              
24823              Subject: Re: [ID 20001130.011] expression parsing bug ?
24824              
24825              Make uv_to_utf8() to zero-terminate its output buffer.
24826              
24827              Split off t/op/length.t (7995)
24828              
24829              Split off t/op/utf8decode.t (7996)
24830              
24831              Remove an unnecessary 'use utf8' from the utf8.t (7998)
24832              
24833              Split off t/op/concat.t (8004)
24834              
24835              Split off t/op/ver.t (8005)
24836              
24837              Document utf8_length(), utf8_distance(), and utf8_hop().
24838              
24839              Document utf8_to_uv() better.
24840              
24841              Introduce macros for UTF8 decoding (8028,8033).
24842              
24843              Add test for reverse() (8030,8031).
24844              
24845              Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful (8039,8333)
24846              
24847              Do not return the Unicode replacement character    on UTF-8
24848              decoding failure.
24849              
24850              Typo/thinko in S_scan_const() - seeing high bit sets has_utf8
24851              not this_utf8 i.e. the output string has one, but don't mess
24852              with source assumption. (8052,8053)
24853              
24854              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious
24855              writing of BOM to a non-utf8 stream.  Fix SvPVutf8() - sv_2pv()
24856              was not expecting to be called with something that was already
24857              SvPOK() - (we just fossiked with SvUTF8 bit). Fix that and also
24858              just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
24859              (8054)
24860              
24861              Recode the naughty binary bytes in utf8decode.t using the \xHH.
24862              
24863              Make some panic messages a bit more logical.
24864      Branch: maint-5.6/perl
24865           +> t/op/concat.t t/op/length.t t/op/reverse.t t/op/utf8decode.t
24866           !> MANIFEST doop.c embed.pl lib/ExtUtils/Liblist.pm op.c
24867           !> pod/perlapi.pod pod/perldiag.pod pp.c pp_hot.c regcomp.c
24868           !> regexec.c sv.c t/comp/require.t t/op/misc.t t/op/ver.t
24869           !> t/pragma/utf8.t t/pragma/warn/toke t/pragma/warn/utf8 toke.c
24870           !> utf8.c utf8.h
24871 ____________________________________________________________________________
24872 [  8569] By: jhi                                   on 2001/01/27  19:16:43
24873         Log: Integrate changes #7750 from perlio and #8566 from mainline.
24874      Branch: maint-5.6/perl
24875           !> regexec.c sv.c
24876 ____________________________________________________________________________
24877 [  8568] By: jhi                                   on 2001/01/27  18:06:51
24878         Log: Integrate changes #7355[-doio.c],7691,7744,7753[perlio],
24879              7783,7790[perlio],7869,7871,7872,7911,7916,7932,
24880              7935[-perlio.c],7936,7959,7965 from mainline.
24881              
24882              Change the "big byte" error message to "Wide character".
24883              (7355, the croak-if-wide-chars-in-print part ignored)
24884              
24885              Use UINT64_C().
24886              
24887              Introduce Perl_utf8_length().
24888              
24889              diff -se shows these as different (7753, forgotten check-ins)
24890              
24891              Subject: [PATCH] doop.c - UTF8 tr///
24892              
24893              If we use (aTHX_ ...) then put Perl_ on the front.
24894              
24895              Make utf8_length() and utf8_distance() to be less forgiving
24896              about bad UTF-8.
24897              
24898              Test line numbers are different with utf8.
24899              
24900              No need to scan till infinity, 13 is enough. (7872,7911)
24901              
24902              Subject: [PATCH] Tokeniser debugging
24903              
24904              Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
24905              
24906              Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits (only toke.c)
24907              
24908              Be more careful in Perl_sv_utf8_downgrade().
24909              
24910              Use DO_UTF8().
24911              
24912              Raw zero bytes in text files confuse at least GNU patch 2.1.
24913      Branch: maint-5.6/perl
24914           !> doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
24915           !> perl.c perl.h perlapi.c pod/perlapi.pod pod/perldiag.pod
24916           !> pod/perlrun.pod proto.h scope.h sv.c t/op/re_tests
24917           !> t/pragma/utf8.t toke.c utf8.c utf8.h
24918 ____________________________________________________________________________
24919 [  8567] By: nick                                  on 2001/01/27  11:10:38
24920         Log: Integrate mainline
24921      Branch: perlio
24922           !> Changes README.os390 embed.h embed.pl op.c patchlevel.h pp.c
24923           !> proto.h regexec.c sv.c t/lib/1_compile.t t/lib/b.t
24924           !> t/lib/st-06compat.t t/pragma/overload.t t/pragma/sub_lval.t
24925           !> toke.c
24926 ____________________________________________________________________________
24927 [  8566] By: jhi                                   on 2001/01/27  06:22:48
24928         Log: More documentation for the regexp context stack.
24929      Branch: perl
24930            ! regexec.c
24931 ____________________________________________________________________________
24932 [  8565] By: jhi                                   on 2001/01/27  05:21:57
24933         Log: Update Changes.
24934      Branch: perl
24935            ! Changes patchlevel.h
24936 ____________________________________________________________________________
24937 [  8564] By: jhi                                   on 2001/01/27  04:44:04
24938         Log: Threadedness patch for #8562 from Doug MacEachern.
24939      Branch: perl
24940            ! toke.c
24941 ____________________________________________________________________________
24942 [  8563] By: jhi                                   on 2001/01/27  04:26:24
24943         Log: Subject: [PATCH @8545] [ID 20000808.005] OP_REFGEN as an lvalue
24944              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
24945              Date: Thu, 25 Jan 2001 01:17:21 -0800 (PST)
24946              Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
24947      Branch: perl
24948            ! op.c
24949 ____________________________________________________________________________
24950 [  8562] By: jhi                                   on 2001/01/27  04:20:30
24951         Log: Subject: Re: Announce : Tokener reporting patch
24952              From: Simon Cozens <simon@cozens.net>
24953              Date: Mon, 22 Jan 2001 02:17:22 +0000
24954              Message-ID: <20010122021722.A9334@pembro26.pmb.ox.ac.uk>
24955      Branch: perl
24956            ! embed.h embed.pl proto.h toke.c
24957 ____________________________________________________________________________
24958 [  8561] By: jhi                                   on 2001/01/27  04:17:24
24959         Log: Forgot from #8545.  Oops.
24960      Branch: perl
24961            ! pp.c t/pragma/overload.t
24962 ____________________________________________________________________________
24963 [  8560] By: jhi                                   on 2001/01/27  03:01:47
24964         Log: A better module compilation test, use MANIFEST as suggested
24965              by Spider.
24966      Branch: perl
24967            ! t/lib/1_compile.t
24968 ____________________________________________________________________________
24969 [  8559] By: jhi                                   on 2001/01/27  02:50:48
24970         Log: Subject: [PATCH: perl@8531] EBCDIC cleanup for B test
24971              From: Peter Prymmer <pvhp@forte.com>
24972              Date: Fri, 26 Jan 2001 16:38:08 -0800 (PST)
24973              Message-ID: <Pine.OSF.4.10.10101261635400.14820-100000@aspara.forte.com>
24974      Branch: perl
24975            ! t/lib/b.t
24976 ____________________________________________________________________________
24977 [  8558] By: jhi                                   on 2001/01/27  02:27:05
24978         Log: Subject: [PATCH: perl@8531] EBCDIC branch for pragma/sub-lval.t
24979              From: Peter Prymmer <pvhp@forte.com>
24980              Date: Fri, 26 Jan 2001 16:05:11 -0800 (PST)
24981              Message-ID: <Pine.OSF.4.10.10101261603460.14820-100000@aspara.forte.com>
24982      Branch: perl
24983            ! t/pragma/sub_lval.t
24984 ____________________________________________________________________________
24985 [  8557] By: jhi                                   on 2001/01/27  02:26:03
24986         Log: Subject: [PATCH: perl@8531] a peek at uuencoded EBCDIC (st-06compat.t)
24987              From: Peter Prymmer <pvhp@forte.com>
24988              Date: Fri, 26 Jan 2001 14:47:46 -0800 (PST)
24989              Message-ID: <Pine.OSF.4.10.10101261443561.14820-100000@aspara.forte.com>
24990      Branch: perl
24991            ! t/lib/st-06compat.t
24992 ____________________________________________________________________________
24993 [  8556] By: jhi                                   on 2001/01/27  02:24:33
24994         Log: Subject: [PATCH: perl@8531] minor update to README.os390
24995              From: Peter Prymmer <pvhp@forte.com>
24996              Date: Fri, 26 Jan 2001 14:33:27 -0800 (PST)
24997              Message-ID: <Pine.OSF.4.10.10101261425560.14820-100000@aspara.forte.com>
24998      Branch: perl
24999            ! README.os390
25000 ____________________________________________________________________________
25001 [  8555] By: jhi                                   on 2001/01/27  00:35:47
25002         Log: No point in checking the length before we know whether the pointer
25003              is bogus or not, fixes Abigail's odbm failures in Linux.
25004      Branch: perl
25005            ! sv.c
25006 ____________________________________________________________________________
25007 [  8554] By: nick                                  on 2001/01/26  19:01:31
25008         Log: Integrate mainline
25009      Branch: perlio
25010           !> lib/Text/Wrap.pm t/lib/textwrap.t
25011 ____________________________________________________________________________
25012 [  8553] By: jhi                                   on 2001/01/26  15:19:39
25013         Log: Integrate change #7792 from perlio (multiplicity fix),
25014              fix the AV leak in regex DEBUGGING (tiny part of the
25015              polymorphic regexp patch #8143).
25016      Branch: maint-5.6/perl
25017            ! regcomp.c
25018           !> scope.h
25019 ____________________________________________________________________________
25020 [  8552] By: jhi                                   on 2001/01/26  15:03:23
25021         Log: Subject: [PATCH Text::Wrap 2000.06292219] Spurious leading whitespace
25022              From: Michael G Schwern <schwern@pobox.com>
25023              Date: Fri, 26 Jan 2001 09:28:31 -0500
25024              Message-ID: <20010126092831.A15328@blackrider.aocn.com>
25025      Branch: perl
25026            ! lib/Text/Wrap.pm t/lib/textwrap.t
25027 ____________________________________________________________________________
25028 [  8551] By: jhi                                   on 2001/01/26  02:33:19
25029         Log: Integrate changes #7760,7815,7870,7873,7874,7877,7878,7879,7881,
25030              7937,7938,7939,7940,7968,7969,8403,8414,8510 from mainline.
25031              
25032              Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
25033              
25034              Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
25035              
25036              Message nit.
25037              
25038              BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
25039              
25040              Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
25041              
25042              (the cleanup of unused submatches in regtry() and regcppop())
25043              
25044              Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
25045              stored and restored, and thusly was trounced by the utf8 swash
25046              routines.
25047              
25048              use utf8 not required to use \x{}.
25049              
25050              Removed two more tests that make no sense in UTF-8 since the test
25051              data is not in UTF-8.
25052              
25053              Get the three different space character classes right under utf8.
25054              
25055              Implement ANYOFUTF8 regprop() dumping.
25056              
25057              Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
25058              
25059              Document the regex context pushing/popping a bit better.
25060      Branch: maint-5.6/perl
25061           +> lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
25062           !> MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
25063           !> regexec.c scope.h t/op/pat.t t/op/re_tests t/op/regexp.t
25064           !> t/op/regmesg.t utf8.c
25065 ____________________________________________________________________________
25066 [  8550] By: nick                                  on 2001/01/25  19:42:30
25067         Log: Integrate mainline
25068      Branch: perlio
25069           !> Makefile.SH README.os390 gv.c hints/os390.sh installperl
25070           !> lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm perl.h
25071           !> pod/perlguts.pod t/lib/bigfloat.t t/lib/bigfltpm.t
25072           !> t/lib/bigint.t t/lib/bigintpm.t
25073 ____________________________________________________________________________
25074 [  8549] By: jhi                                   on 2001/01/25  15:22:28
25075         Log: Undo 6475: { use utf8; chr(128..255) } is better off producing bytes.
25076      Branch: maint-5.6/perl
25077            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
25078 ____________________________________________________________________________
25079 [  8548] By: jhi                                   on 2001/01/25  15:02:55
25080         Log: Integrate changes #7997,8063,8492,8547 from mainline.
25081              
25082              Subject: Re: STRLEN - what?
25083              
25084              Subject: [PATCH] perlguts.pod
25085              
25086              Memory management calls documentation.
25087              
25088              Layout using tabulator is not a good idea in a pod.
25089      Branch: maint-5.6/perl
25090           !> pod/perlguts.pod
25091 ____________________________________________________________________________
25092 [  8547] By: jhi                                   on 2001/01/25  14:49:05
25093         Log: Layout using tabulator is not a good idea in a pod.
25094      Branch: perl
25095            ! pod/perlguts.pod
25096 ____________________________________________________________________________
25097 [  8546] By: jhi                                   on 2001/01/25  14:31:12
25098         Log: Integrate changes #8188,8189,8208,8209,8210,8212,8374,8388
25099              from mainline.
25100              
25101              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
25102              
25103              Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
25104              
25105              More Win32 editor/IDE/shell hints.
25106              
25107              More Win32 Perling.
25108              
25109              Yet another editor edit.
25110              
25111              Edit edit edit.
25112              
25113              IDE/editor section tweaking.
25114              
25115              Few more IDE/editor nits from p5p.
25116      Branch: maint-5.6/perl
25117           !> pod/perlfaq3.pod
25118 ____________________________________________________________________________
25119 [  8545] By: jhi                                   on 2001/01/25  04:16:32
25120         Log: Subject: [PATCH 5.7.0] overload int()
25121              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
25122              Date: Wed, 24 Jan 2001 19:06:57 -0500
25123              Message-ID: <20010124190657.A8512@math.ohio-state.edu>
25124      Branch: perl
25125            ! gv.c lib/Math/BigFloat.pm lib/Math/BigInt.pm lib/overload.pm
25126            ! perl.h t/lib/bigfloat.t t/lib/bigfltpm.t t/lib/bigint.t
25127            ! t/lib/bigintpm.t
25128 ____________________________________________________________________________
25129 [  8544] By: jhi                                   on 2001/01/25  04:15:11
25130         Log: Subject: [PATCH: perl@8506]completion and docs for dynamic loading on OS/390
25131              From: Peter Prymmer <pvhp@forte.com>
25132              Date: Wed, 24 Jan 2001 17:17:14 -0800 (PST)
25133              Message-ID: <Pine.OSF.4.10.10101241706120.411912-100000@aspara.forte.com>
25134      Branch: perl
25135            ! Makefile.SH README.os390 hints/os390.sh installperl
25136 ____________________________________________________________________________
25137 [  8543] By: jhi                                   on 2001/01/25  03:52:08
25138         Log: Integrate change #8462,8469 from mainline.
25139              
25140              In VMS Perl subversion (perl -V) is undef.
25141      Branch: maint-5.6/perl
25142           !> configure.com
25143 ____________________________________________________________________________
25144 [  8542] By: jhi                                   on 2001/01/25  03:44:55
25145         Log: Integrate changes #7835,7850,8315,8316 from mainline.
25146              
25147              Solaris hints.
25148      Branch: maint-5.6/perl
25149           !> hints/solaris_2.sh
25150 ____________________________________________________________________________
25151 [  8541] By: jhi                                   on 2001/01/25  03:39:28
25152         Log: Integrate #8336 from mainline.
25153      Branch: maint-5.6/perl
25154           !> hv.c
25155 ____________________________________________________________________________
25156 [  8540] By: jhi                                   on 2001/01/25  03:23:50
25157         Log: Retract #8539.
25158      Branch: maint-5.6/perl
25159            ! pod/perlfaq3.pod
25160 ____________________________________________________________________________
25161 [  8539] By: jhi                                   on 2001/01/25  03:21:55
25162         Log: (Retracted by #5940.)
25163      Branch: maint-5.6/perl
25164            ! pod/perlfaq3.pod
25165 ____________________________________________________________________________
25166 [  8538] By: jhi                                   on 2001/01/25  03:14:07
25167         Log: Subject: [re-patch: 5.6.1-TRIAL1] was Re: [PATCH 5.6.1-TRIAL1]VMS buildpatches
25168              From: Peter Prymmer <pvhp@forte.com>
25169              Date: Mon, 18 Dec 2000 13:10:35 -0800 (PST)
25170              Message-ID: <Pine.OSF.4.10.10012181249310.410192-100000@aspara.forte.com>
25171              
25172              The VMS bits.
25173      Branch: maint-5.6/perl
25174            ! configure.com vms/descrip_mms.template
25175 ____________________________________________________________________________
25176 [  8537] By: jhi                                   on 2001/01/25  03:06:09
25177         Log: Integrate #7710,7824,7973 from mainline.
25178      Branch: maint-5.6/perl
25179           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
25180           !> config_h.SH configure.com epoc/config.sh hints/aix.sh malloc.c
25181           !> regcomp.c sv.c vos/config.alpha.def vos/config.alpha.h
25182           !> vos/config.ga.def vos/config.ga.h win32/config.bc
25183           !> win32/config.gc win32/config.vc
25184 ____________________________________________________________________________
25185 [  8536] By: jhi                                   on 2001/01/24  13:50:20
25186         Log: Revert the edits made by me so far to the 5.6 branch since
25187              the TRIAL1 since I did edits when I should have been using
25188              integrates.  Bad programmer.   (Will integrate them properly later.)
25189              Undoes #8347, #8349, #8350, #8351, #8353, #8355, #8376, #8463, #8470.
25190              The #8353 will not be reapplied at least for now since
25191              the UTF-8 hash keys need more thinking.
25192              (The patches #8347, #8354, #8454, #8473 were okay since they
25193              were original edits made specifically for the 5.6.1-TRIAL1.)
25194      Branch: maint-5.6/perl
25195            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25196            ! config_h.SH configure.com embed.pl epoc/config.sh hints/aix.sh
25197            ! hints/solaris_2.sh hv.c hv.h malloc.c perlapi.c
25198            ! pod/perlapi.pod pod/perlfaq3.pod proto.h regcomp.c sv.c
25199            ! t/op/each.t vms/descrip_mms.template vos/config.alpha.def
25200            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25201            ! win32/config.bc win32/config.gc win32/config.vc
25202 ____________________________________________________________________________
25203 [  8535] By: bailey                                on 2001/01/24  06:37:02
25204         Log: SYN SYN
25205      Branch: vmsperl
25206           +> (branch 26 files)
25207           !> (integrate 130 files)
25208 ____________________________________________________________________________
25209 [  8534] By: nick                                  on 2001/01/23  19:30:57
25210         Log: Integrate mainline.
25211      Branch: perlio
25212           !> Changes Configure Porting/Glossary Porting/config.sh
25213           !> Porting/config_H embed.h embed.pl ext/Encode/compile
25214           !> ext/Opcode/Opcode.xs ext/Opcode/Safe.pm installperl objXSUB.h
25215           !> patchlevel.h perlapi.c perly.y pod/perlfunc.pod
25216           !> pod/perlvar.pod proto.h t/lib/1_compile.t
25217 ____________________________________________________________________________
25218 [  8533] By: jhi                                   on 2001/01/23  16:15:46
25219         Log: Forgotten from #8501.
25220      Branch: perl
25221            ! Porting/Glossary Porting/config.sh Porting/config_H
25222 ____________________________________________________________________________
25223 [  8532] By: jhi                                   on 2001/01/23  16:13:27
25224         Log: Subject: RE: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison) 
25225              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25226              Date: Mon, 22 Jan 2001 17:51:58 +0100
25227              Message-ID: <5930DC161690D21196670090271575470397E915@madt009a.siemens.es>
25228      Branch: perl
25229            ! embed.h embed.pl objXSUB.h perlapi.c perly.y proto.h
25230 ____________________________________________________________________________
25231 [  8531] By: jhi                                   on 2001/01/23  15:46:01
25232         Log: Update Changes.
25233      Branch: perl
25234            ! Changes patchlevel.h
25235 ____________________________________________________________________________
25236 [  8530] By: jhi                                   on 2001/01/23  15:38:39
25237         Log: De-cut-and-pasto.
25238      Branch: perl
25239            ! t/lib/1_compile.t
25240 ____________________________________________________________________________
25241 [  8529] By: jhi                                   on 2001/01/23  15:11:04
25242         Log: Document the mkdir trailing slashes case.
25243      Branch: perl
25244            ! pod/perlfunc.pod
25245 ____________________________________________________________________________
25246 [  8528] By: jhi                                   on 2001/01/23  15:08:28
25247         Log: lib/lib.pm is arch dependent, and lib/lib_pm.PL shouldn't
25248              get installed:
25249              
25250              Subject: lib/lib.pm
25251              From: <abigail@foad.org>
25252              Date: Mon, 28 Aug 2000 20:35:08 -0400
25253              Message-ID: <20000829003508.21281.qmail@foad.org>
25254      Branch: perl
25255            ! installperl
25256 ____________________________________________________________________________
25257 [  8527] By: jhi                                   on 2001/01/23  14:44:04
25258         Log: Metaconfig unit change for #8526.
25259      Branch: metaconfig
25260            ! U/threads/archname.U
25261 ____________________________________________________________________________
25262 [  8526] By: jhi                                   on 2001/01/23  14:43:19
25263         Log: Attach -perlio to the archname if so selected.
25264      Branch: perl
25265            ! Configure
25266 ____________________________________________________________________________
25267 [  8525] By: jhi                                   on 2001/01/23  14:24:01
25268         Log: Subject: [PATCH] pod/perlvar.pod
25269              From: abigail@foad.org
25270              Date: Tue, 23 Jan 2001 01:41:10 +0100
25271              Message-ID: <20010123004110.22259.qmail@foad.org>
25272      Branch: perl
25273            ! pod/perlvar.pod
25274 ____________________________________________________________________________
25275 [  8524] By: jhi                                   on 2001/01/23  14:22:32
25276         Log: A bug introduced in #8217 (the undefined variable in the
25277              lib/safe1_t #3) fixed, by Charles Lane:
25278              
25279              The earlier patch made it so that stuff running in Safe
25280              compartments could do a "caller" and see "main".  That
25281              little change in name is done right before the code in
25282              the compartment is run, and apparantly the parser
25283              was picking up the stash name before it got changed.
25284              
25285              (why it was threaded vs. unthreaded Perl that was sensitive to this
25286              I still don't know...and it probably doesn't matter).
25287              
25288              I tryed removing the stash name-change and saw that threaded Perl
25289              did indeed pass the lib/safe1.t tests.
25290              
25291              So here's a patch; a routine (_safe_pkg_prep) is added to Opcode to
25292              do the name change (and to connect _ in the compartment to the global
25293              _) which is removed from _safe_call_sv.   Then Safe.pm is modified
25294              to call _safe_pkg_prep when creating a new compartment.
25295              
25296              Passes all tests with threaded perl on linux; passes all tests
25297              with unthreaded perl on VMS.
25298              
25299              At some point I'll probably want to revisit Safe and Opcode to
25300              provide more sensible handling of global variables...and to get
25301              formats working in Safe compartments, which they don't do currently.
25302      Branch: perl
25303            ! ext/Opcode/Opcode.xs ext/Opcode/Safe.pm
25304 ____________________________________________________________________________
25305 [  8523] By: jhi                                   on 2001/01/23  14:11:58
25306         Log: Also the lib/Thread.pm itself needs to be ignored if
25307              the Thread extension hasn't been built.
25308      Branch: perl
25309            ! t/lib/1_compile.t
25310 ____________________________________________________________________________
25311 [  8522] By: jhi                                   on 2001/01/23  13:51:28
25312         Log: print() instead of warn() so that stderr doesn't get
25313              unncessarily polluted.
25314      Branch: perl
25315            ! ext/Encode/compile
25316 ____________________________________________________________________________
25317 [  8521] By: jhi                                   on 2001/01/23  13:49:48
25318         Log: Integrate perlio.
25319      Branch: perl
25320           !> ext/Encode/Encode.xs ext/Encode/Makefile.PL ext/Encode/compile
25321           !> ext/Encode/encode.h
25322 ____________________________________________________________________________
25323 [  8520] By: nick                                  on 2001/01/22  21:44:00
25324         Log: More messing with Encode:
25325              Extra fields in header to allow multiple names and to record
25326              other things "compile" knows.
25327              Re-organise compile to factor out common output routines.
25328      Branch: perlio
25329            ! ext/Encode/Encode.xs ext/Encode/compile ext/Encode/encode.h
25330 ____________________________________________________________________________
25331 [  8519] By: nick                                  on 2001/01/22  20:33:50
25332         Log: Change file-of-files command line from -F to -f to avoid case issues on VMS.
25333      Branch: perlio
25334            ! ext/Encode/Makefile.PL ext/Encode/compile
25335 ____________________________________________________________________________
25336 [  8518] By: nick                                  on 2001/01/22  20:28:13
25337         Log: Integrate mainline
25338      Branch: perlio
25339           !> MANIFEST configure.com epoc/config.sh pp_sys.c regexec.c sv.c
25340           !> vos/config.alpha.def vos/config.alpha.h
25341 ____________________________________________________________________________
25342 [  8517] By: jhi                                   on 2001/01/22  15:37:17
25343         Log: Add sv_force_normal() to sv_utf8_downgrade() as suggested
25344              by Inaba Hiroto.
25345      Branch: perl
25346            ! sv.c
25347 ____________________________________________________________________________
25348 [  8516] By: jhi                                   on 2001/01/22  14:55:15
25349         Log: More SIG_SIZE fixes.
25350      Branch: perl
25351            ! epoc/config.sh vos/config.alpha.def vos/config.alpha.h
25352 ____________________________________________________________________________
25353 [  8515] By: jhi                                   on 2001/01/22  14:50:27
25354         Log: Subject: [PATCH perl@8506] typo in last week's configure.com frenzy
25355              From: "Craig A. Berry" <craigberry@mac.com>
25356              Date: Mon, 22 Jan 2001 00:42:24 -0600
25357              Message-Id: <p04330103b6917f35375b@[172.16.52.1]>
25358      Branch: perl
25359            ! configure.com
25360 ____________________________________________________________________________
25361 [  8514] By: jhi                                   on 2001/01/22  14:31:17
25362         Log: Subject: [PATCH perl@8506] VMS catches up with change #8501
25363              From: "Craig A. Berry" <craigberry@mac.com>
25364              Date: Sun, 21 Jan 2001 23:03:25 -0600
25365              Message-Id: <p04330101b691596f577f@[172.16.52.1]>
25366      Branch: perl
25367            ! configure.com
25368 ____________________________________________________________________________
25369 [  8513] By: jhi                                   on 2001/01/22  14:14:00
25370         Log: Add the .ucm encoding tables to the MANIFEST.
25371      Branch: perl
25372            ! MANIFEST
25373 ____________________________________________________________________________
25374 [  8512] By: jhi                                   on 2001/01/22  13:43:33
25375         Log: Integrate perlio.
25376      Branch: perl
25377           +> ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
25378           +> ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
25379           +> ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
25380           +> ext/Encode/Encode/iso8859-10.ucm
25381           +> ext/Encode/Encode/iso8859-13.ucm
25382           +> ext/Encode/Encode/iso8859-14.ucm
25383           +> ext/Encode/Encode/iso8859-15.ucm
25384           +> ext/Encode/Encode/iso8859-16.ucm
25385           +> ext/Encode/Encode/iso8859-2.ucm
25386           +> ext/Encode/Encode/iso8859-3.ucm
25387           +> ext/Encode/Encode/iso8859-4.ucm
25388           +> ext/Encode/Encode/iso8859-5.ucm
25389           +> ext/Encode/Encode/iso8859-6.ucm
25390           +> ext/Encode/Encode/iso8859-7.ucm
25391           +> ext/Encode/Encode/iso8859-8.ucm
25392           +> ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
25393           +> ext/Encode/Encode/symbol.ucm
25394           !> ext/Encode/Makefile.PL ext/Encode/compile lib/open.pm perlio.c
25395           !> perliol.h
25396 ____________________________________________________________________________
25397 [  8511] By: nick                                  on 2001/01/21  23:44:47
25398         Log: Make "real" layers of ":utf8" and ":raw".
25399              So now PERLIO=utf8 perl ...
25400              does what Andreas wanted.
25401              Fix arg passing in open.pm (still have a Carp issue).
25402      Branch: perlio
25403            ! lib/open.pm perlio.c perliol.h
25404 ____________________________________________________________________________
25405 [  8510] By: jhi                                   on 2001/01/21  22:56:53
25406         Log: Document the regex context pushing/popping a bit better.
25407      Branch: perl
25408            ! regexec.c
25409 ____________________________________________________________________________
25410 [  8509] By: jhi                                   on 2001/01/21  22:55:44
25411         Log: Tweak the mkdir trailing slash code some more.
25412              
25413              TO DO: the same handling should probably be done for
25414              all the other filesystem functions that can have directories
25415              as their arguments.
25416      Branch: perl
25417            ! pp_sys.c
25418 ____________________________________________________________________________
25419 [  8508] By: nick                                  on 2001/01/21  21:37:43
25420         Log: Switch "compiled in" encodings to .ucm format.
25421              (Leave others as .enc till we can run-time load .ucm,
25422              or find some other way to load them.)
25423      Branch: perlio
25424            + ext/Encode/Encode/ascii.ucm ext/Encode/Encode/cp1047.ucm
25425            + ext/Encode/Encode/cp1250.ucm ext/Encode/Encode/cp37.ucm
25426            + ext/Encode/Encode/dingbats.ucm ext/Encode/Encode/iso8859-1.ucm
25427            + ext/Encode/Encode/iso8859-10.ucm
25428            + ext/Encode/Encode/iso8859-13.ucm
25429            + ext/Encode/Encode/iso8859-14.ucm
25430            + ext/Encode/Encode/iso8859-15.ucm
25431            + ext/Encode/Encode/iso8859-16.ucm
25432            + ext/Encode/Encode/iso8859-2.ucm
25433            + ext/Encode/Encode/iso8859-3.ucm
25434            + ext/Encode/Encode/iso8859-4.ucm
25435            + ext/Encode/Encode/iso8859-5.ucm
25436            + ext/Encode/Encode/iso8859-6.ucm
25437            + ext/Encode/Encode/iso8859-7.ucm
25438            + ext/Encode/Encode/iso8859-8.ucm
25439            + ext/Encode/Encode/iso8859-9.ucm ext/Encode/Encode/posix-bc.ucm
25440            + ext/Encode/Encode/symbol.ucm
25441            ! ext/Encode/Makefile.PL ext/Encode/compile
25442 ____________________________________________________________________________
25443 [  8507] By: nick                                  on 2001/01/21  21:02:03
25444         Log: Integrate (partial) mainline.
25445      Branch: perlio
25446           !> Changes Configure config_h.SH patchlevel.h pod/perlfaq2.pod
25447           !> sv.c uconfig.h uconfig.sh vos/config.alpha.h vos/config.ga.h
25448           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25449 ____________________________________________________________________________
25450 [  8506] By: jhi                                   on 2001/01/21  20:09:30
25451         Log: Update Changes.
25452      Branch: perl
25453            ! Changes patchlevel.h
25454 ____________________________________________________________________________
25455 [  8505] By: jhi                                   on 2001/01/21  19:39:59
25456         Log: Subject: Minor typos in perlfaq2.pod
25457              From: "Stephen P. Potter" <spp@spotter.yi.org>
25458              Message-Id: <200101192101.QAA11911@spotter.yi.org>
25459              Date: Fri, 19 Jan 2001 16:01:13 -0500
25460              
25461              with a nit from Philip Netwon.
25462      Branch: perl
25463            ! pod/perlfaq2.pod
25464 ____________________________________________________________________________
25465 [  8504] By: jhi                                   on 2001/01/21  19:33:05
25466         Log: Metaconfig change for #8503.
25467      Branch: metaconfig
25468            ! U/threads/usethreads.U
25469 ____________________________________________________________________________
25470 [  8503] By: jhi                                   on 2001/01/21  19:32:21
25471         Log: Sanity check for conflicting thread flavours.
25472      Branch: perl
25473            ! Configure config_h.SH
25474 ____________________________________________________________________________
25475 [  8502] By: jhi                                   on 2001/01/21  19:23:00
25476         Log: Metaconfig change for #8501.
25477      Branch: metaconfig
25478            ! U/modified/sig_name.U
25479 ____________________________________________________________________________
25480 [  8501] By: jhi                                   on 2001/01/21  19:22:26
25481         Log: The SIG_SIZE is the number of the elements *excluding*
25482              the terminating NULL.
25483      Branch: perl
25484            ! Configure config_h.SH uconfig.h uconfig.sh vos/config.alpha.h
25485            ! vos/config.ga.h win32/config_H.bc win32/config_H.gc
25486            ! win32/config_H.vc
25487 ____________________________________________________________________________
25488 [  8500] By: jhi                                   on 2001/01/21  18:31:31
25489         Log: Integrate perlio.
25490      Branch: perl
25491           !> doio.c embed.h embed.pl ext/Encode/Encode.xs
25492           !> ext/Encode/Makefile.PL ext/Encode/compile global.sym objXSUB.h
25493           !> opcode.h opcode.pl opnames.h perlapi.c pp.sym pp_proto.h
25494           !> pp_sys.c proto.h sv.c
25495 ____________________________________________________________________________
25496 [  8499] By: jhi                                   on 2001/01/21  17:43:57
25497         Log: Subject: Re: 8482 busted for $^V sprintf()s on OS/390 
25498              From: Hugo <hv@crypt.compulink.co.uk>
25499              Date: Sun, 21 Jan 2001 13:34:05 +0000
25500              Message-Id: <200101211334.NAA18121@crypt.compulink.co.uk>
25501              
25502              In sprintf UTF8ize only if necessary.
25503      Branch: perl
25504            ! sv.c
25505 ____________________________________________________________________________
25506 [  8498] By: nick                                  on 2001/01/21  16:25:32
25507         Log: Encode cleanup.
25508              Add command line control over "compile" so that Makefile.PL
25509              needs can be combined with other uses.
25510              Use command line options in Makefile.PL.
25511              Fix multi-byte parsing in .ucm files.
25512      Branch: perlio
25513            ! ext/Encode/Makefile.PL ext/Encode/compile
25514 ____________________________________________________________________________
25515 [  8497] By: nick                                  on 2001/01/21  12:56:27
25516         Log: Warn and set errno when open(...,":encoding(xxxxx)",...) cannot find xxxxx.
25517      Branch: perlio
25518            ! ext/Encode/Encode.xs
25519 ____________________________________________________________________________
25520 [  8496] By: nick                                  on 2001/01/21  12:18:45
25521         Log: Fixup after integrate:
25522              missed the .sym files that are changed by regen_headers
25523              sv.c and proto.h disagreed about pTHX_ ness of EXPECT_NUMBER.
25524      Branch: perlio
25525            ! global.sym pp.sym sv.c
25526 ____________________________________________________________________________
25527 [  8495] By: nick                                  on 2001/01/21  11:51:07
25528         Log: Integrate mainline.
25529      Branch: perlio
25530           +> ext/DynaLoader/dl_dllload.xs t/op/qu.t
25531           !> MANIFEST Makefile.SH README.os390 README.posix-bc README.vms
25532           !> embed.h embed.pl ext/DynaLoader/dl_aix.xs
25533           !> ext/DynaLoader/dl_dlopen.xs hints/os390.sh pod/perlfunc.pod
25534           !> pod/perlguts.pod pod/perlop.pod pod/perlre.pod
25535           !> pod/perlretut.pod pod/perlunicode.pod proto.h sv.c
25536           !> win32/Makefile win32/makefile.mk
25537 ____________________________________________________________________________
25538 [  8494] By: jhi                                   on 2001/01/20  23:12:11
25539         Log: Forgot the expect_number() prototype.
25540      Branch: perl
25541            ! embed.h embed.pl proto.h
25542 ____________________________________________________________________________
25543 [  8493] By: jhi                                   on 2001/01/20  22:56:39
25544         Log: Subject: [PATCH: perl@8482] README.vms URL updates
25545              From: Peter Prymmer <pvhp@forte.com>
25546              Date: Fri, 19 Jan 2001 18:59:02 -0800 (PST)
25547              Message-ID: <Pine.OSF.4.10.10101191856510.61572-100000@aspara.forte.com>
25548              
25549              Plus Craig A. Berry's suggestion to use compaq.com instead
25550              of digital.com.
25551      Branch: perl
25552            ! README.vms
25553 ____________________________________________________________________________
25554 [  8492] By: jhi                                   on 2001/01/20  22:50:05
25555         Log: Memory management calls documentation.
25556      Branch: perl
25557            ! pod/perlguts.pod
25558 ____________________________________________________________________________
25559 [  8491] By: jhi                                   on 2001/01/20  22:38:33
25560         Log: Signedness nit plus few memcpy/Copy nits.
25561      Branch: perl
25562            ! sv.c
25563 ____________________________________________________________________________
25564 [  8490] By: jhi                                   on 2001/01/20  22:25:53
25565         Log: Subject: [PATCH: perl@8482] minor typos in some dl_$foo.xs files
25566              From: Peter Prymmer <pvhp@forte.com>
25567              Date: Fri, 19 Jan 2001 18:43:14 -0800 (PST)
25568              Message-ID: <Pine.OSF.4.10.10101191841080.61505-100000@aspara.forte.com>
25569      Branch: perl
25570            ! ext/DynaLoader/dl_aix.xs ext/DynaLoader/dl_dlopen.xs
25571 ____________________________________________________________________________
25572 [  8489] By: jhi                                   on 2001/01/20  22:24:41
25573         Log: Subject: [PATCH: perl@8482] win32 Makefile(s) handle podified READMEs
25574              From: Peter Prymmer <pvhp@forte.com>
25575              Date: Fri, 19 Jan 2001 18:33:43 -0800 (PST)
25576              Message-ID: <Pine.OSF.4.10.10101191828050.61158-100000@aspara.forte.com>
25577      Branch: perl
25578            ! win32/Makefile win32/makefile.mk
25579 ____________________________________________________________________________
25580 [  8488] By: jhi                                   on 2001/01/20  22:22:27
25581         Log: Subject: [PATCH: perl@8482] remove redundant dependencies that are unneeded
25582              From: Peter Prymmer <pvhp@forte.com>
25583              Date: Fri, 19 Jan 2001 18:25:38 -0800 (PST)
25584              Message-ID: <Pine.OSF.4.10.10101191816550.61158-100000@aspara.forte.com>
25585      Branch: perl
25586            ! Makefile.SH
25587 ____________________________________________________________________________
25588 [  8487] By: jhi                                   on 2001/01/20  22:21:18
25589         Log: Subject: [PATCH: perl@8482] partial support for dynaloading on OS/390
25590              From: Peter Prymmer <pvhp@forte.com>
25591              Date: Fri, 19 Jan 2001 18:12:05 -0800 (PST)
25592              Message-ID: <Pine.OSF.4.10.10101191646420.61158-100000@aspara.forte.com>
25593      Branch: perl
25594            + ext/DynaLoader/dl_dllload.xs
25595            ! MANIFEST Makefile.SH hints/os390.sh
25596 ____________________________________________________________________________
25597 [  8486] By: jhi                                   on 2001/01/20  22:17:53
25598         Log: Subject: [PATCH: perl@8482] floating point mangling warnings for README.os390 and README.posix-bc
25599              From: Peter Prymmer <pvhp@forte.com>
25600              Date: Fri, 19 Jan 2001 13:48:15 -0800 (PST)
25601              Message-ID: <Pine.OSF.4.10.10101191347140.59299-100000@aspara.forte.com>
25602      Branch: perl
25603            ! README.os390 README.posix-bc
25604 ____________________________________________________________________________
25605 [  8485] By: jhi                                   on 2001/01/20  20:15:30
25606         Log: Document and test the new qu operator.
25607      Branch: perl
25608            + t/op/qu.t
25609            ! MANIFEST pod/perlfunc.pod pod/perlop.pod pod/perlre.pod
25610            ! pod/perlretut.pod pod/perlunicode.pod
25611 ____________________________________________________________________________
25612 [  8484] By: nick                                  on 2001/01/20  19:42:30
25613         Log: Infrastructure to allow:
25614              open($fh,"|-",@array);
25615              to be implemented
25616              i.e. mark pp_open as needing a stack mark, and make pp_open
25617              process its args in that style (and pass them _all_ to tied handles OPEN).
25618              Invent do_openn() which takes SV ** at allow it to see multiple args.
25619              Note this does not _do_ anything yet.
25620      Branch: perlio
25621            ! doio.c embed.h embed.pl objXSUB.h opcode.h opcode.pl opnames.h
25622            ! perlapi.c pp_proto.h pp_sys.c proto.h
25623 ____________________________________________________________________________
25624 [  8483] By: nick                                  on 2001/01/20  17:23:14
25625         Log: Integrate mainline.
25626      Branch: perlio
25627           !> Changes configure.com patchlevel.h sv.c t/lib/1_compile.t
25628           !> t/op/sprintf.t t/op/ver.t t/pragma/locale.t
25629 ____________________________________________________________________________
25630 [  8482] By: jhi                                   on 2001/01/19  15:37:49
25631         Log: Update Changes.
25632      Branch: perl
25633            ! Changes patchlevel.h
25634 ____________________________________________________________________________
25635 [  8481] By: jhi                                   on 2001/01/19  14:41:24
25636         Log: Subject: Re: new feature: s?printf parameter reordering 
25637              From: Hugo <hv@crypt.compulink.co.uk>
25638              Date: Thu, 11 Jan 2001 17:09:03 +0000
25639              Message-Id: <200101111709.RAA23756@crypt.compulink.co.uk>
25640              
25641              - support reordering for all parameters: %, *v, *, .*
25642              - lay down that the reordering specification must immediately
25643              follow that parameter: %3$, *v3$, *3$, .*3$
25644              - fix vectorisation of a zero-length string
25645              - factor out the code choosing the argument to format
25646              
25647              Possibly unwanted side-effects:
25648              - the special format specifiers ' +-0' must now precede any
25649              vectorisation specifier. Tests in op/sprintf and op/ver
25650              have been changed to reflect this.
25651              - sprintf.t test #214 changed its expectations because in many
25652              cases, the next parameter has already been consumed when an
25653              invalid type letter is detected.
25654              
25655              Probably wanted side-effects:
25656              - attempts to format a non-existent parameter will warn as if C<undef>
25657              - attempt to write to non-existent parameter with '%n' will complain
25658              of "attempt to modify read-only value" instead of being silent
25659      Branch: perl
25660            ! sv.c t/op/sprintf.t t/op/ver.t
25661 ____________________________________________________________________________
25662 [  8480] By: jhi                                   on 2001/01/19  14:08:37
25663         Log: Subject: PATCH pragma/locale.t
25664              From: andreas.koenig@anima.de (Andreas J. Koenig)
25665              Date: 18 Jan 2001 09:45:37 +0100
25666              Message-ID: <m3lms98czy.fsf@ak-71.mind.de>
25667      Branch: perl
25668            ! t/pragma/locale.t
25669 ____________________________________________________________________________
25670 [  8479] By: jhi                                   on 2001/01/19  13:19:58
25671         Log: Add tracing for debugging extensions builds in VMS, from Charles Lane.
25672      Branch: perl
25673            ! configure.com
25674 ____________________________________________________________________________
25675 [  8478] By: jhi                                   on 2001/01/19  02:12:35
25676         Log: Automate 1_compile.t.
25677      Branch: perl
25678            ! t/lib/1_compile.t
25679 ____________________________________________________________________________
25680 [  8477] By: jhi                                   on 2001/01/19  01:49:56
25681         Log: Integrate perlio.
25682      Branch: perl
25683           !> sv.c win32/config.bc win32/config.gc win32/config.vc
25684           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
25685 ____________________________________________________________________________
25686 [  8476] By: nick                                  on 2001/01/18  21:51:52
25687         Log: Integrate mainline
25688      Branch: perlio
25689           +> t/lib/1_compile.t t/lib/compmod.pl
25690           !> MANIFEST configure.com lib/unicode/distinct.pm
25691 ____________________________________________________________________________
25692 [  8475] By: nick                                  on 2001/01/18  21:48:02
25693         Log: Win32 "safe signals" co-existance fix.
25694              Fix SIG_SIZE value.
25695              Clear PL_sig_pending when cloning (fork).
25696      Branch: perlio
25697            ! sv.c win32/config.bc win32/config.gc win32/config.vc
25698            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
25699 ____________________________________________________________________________
25700 [  8474] By: jhi                                   on 2001/01/18  14:40:57
25701         Log: It's Pod::Text::Overstrike, not Pod::Overstrike.
25702      Branch: perl
25703            ! t/lib/1_compile.t
25704 ____________________________________________________________________________
25705 [  8473] By: gsar                                  on 2001/01/18  11:42:31
25706         Log: unsubmitted trial1 change
25707      Branch: maint-5.6/perl
25708            ! Changes
25709 ____________________________________________________________________________
25710 [  8472] By: jhi                                   on 2001/01/18  04:30:24
25711         Log: The first bug found by 1_compile.t.
25712      Branch: perl
25713            ! lib/unicode/distinct.pm
25714 ____________________________________________________________________________
25715 [  8471] By: jhi                                   on 2001/01/18  04:29:42
25716         Log: Add Schwern's 1_compile test.  The compile_module script renamed
25717              to be a bit shorter for the 8.3 people.
25718      Branch: perl
25719            + t/lib/1_compile.t t/lib/compmod.pl
25720            ! MANIFEST
25721 ____________________________________________________________________________
25722 [  8470] By: jhi                                   on 2001/01/18  04:16:00
25723         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)
25724              From: Peter Prymmer <pvhp@forte.com>
25725              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
25726              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
25727              Replace #8463.
25728      Branch: maint-5.6/perl
25729            ! configure.com
25730 ____________________________________________________________________________
25731 [  8469] By: jhi                                   on 2001/01/18  04:13:02
25732         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)
25733              From: Peter Prymmer <pvhp@forte.com>
25734              Date: Wed, 17 Jan 2001 13:07:11 -0800 (PST)
25735              Message-ID: <Pine.OSF.4.10.10101171255380.289071-100000@aspara.forte.com>
25736              Replace #8462.
25737      Branch: perl
25738            ! configure.com
25739 ____________________________________________________________________________
25740 [  8468] By: jhi                                   on 2001/01/18  03:42:08
25741         Log: Integrate perlio.
25742      Branch: perl
25743           !> gv.c mg.c perlio.c util.c
25744 ____________________________________________________________________________
25745 [  8467] By: nick                                  on 2001/01/17  22:41:10
25746         Log: "Safe" signals - trial implementation.
25747              gv.c tweaked to zero PL_sig_pend array
25748              perlio.c tweaked to PERL_ASYNC_CHECK() on EINTR
25749              util.c tweaked to not set SA_RESTART to give perlio.c a chance.
25750              Odd thing is that it "works" with PERLIO=stdio as well (linux).
25751      Branch: perlio
25752            ! gv.c mg.c perlio.c util.c
25753 ____________________________________________________________________________
25754 [  8466] By: nick                                  on 2001/01/17  20:40:20
25755         Log: Integrate mainline.
25756      Branch: perlio
25757           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
25758           !> config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
25759           !> pp.c pp_sys.c sv.c t/op/int.t uconfig.h uconfig.sh
25760           !> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
25761           !> vos/config.ga.h win32/config.bc win32/config.gc
25762           !> win32/config.vc
25763 ____________________________________________________________________________
25764 [  8465] By: jhi                                   on 2001/01/17  18:37:13
25765         Log: Subject: [PATCH] Re: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
25766              From: Nicholas Clark <nick@ccl4.org>
25767              Date: Wed, 17 Jan 2001 17:31:33 +0000
25768              Message-ID: <20010117173133.I2633@plum.flirble.org>
25769      Branch: perl
25770            ! t/op/int.t
25771 ____________________________________________________________________________
25772 [  8464] By: jhi                                   on 2001/01/17  14:43:17
25773         Log: Subject: [PATCH: perl@8429]  lib/tie-substrhash.t FAILED at test 11
25774              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
25775              Date: Wed, 17 Jan 2001 15:16:43 +0100
25776              Message-ID: <5930DC161690D2119667009027157547038C8A85@madt009a.siemens.es> 
25777              
25778              pp_int() was dropping an NV to the floor,
25779              int(279964589018079/59) either returned not an integer
25780              4745162525730.15, or one got "Attempt to free unreferenced scalar."
25781      Branch: perl
25782            ! pp.c
25783 ____________________________________________________________________________
25784 [  8463] By: jhi                                   on 2001/01/17  06:12:42
25785         Log: (Replaced by #8470)
25786              
25787              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)
25788              From: "Craig A. Berry" <craigberry@mac.com>
25789              Date: Tue, 16 Jan 2001 23:38:46 -0600
25790              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
25791      Branch: maint-5.6/perl
25792            ! configure.com
25793 ____________________________________________________________________________
25794 [  8462] By: jhi                                   on 2001/01/17  06:11:31
25795         Log: (Replaced by #8469)
25796              
25797              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)
25798              From: "Craig A. Berry" <craigberry@mac.com>
25799              Date: Tue, 16 Jan 2001 23:38:46 -0600
25800              Message-Id: <p04330103b68ad8cfcbfd@[172.16.52.1]>
25801      Branch: perl
25802            ! configure.com
25803 ____________________________________________________________________________
25804 [  8461] By: jhi                                   on 2001/01/17  05:56:12
25805         Log: Allow for one trailing slash in the directory of mkdir().
25806      Branch: perl
25807            ! pp_sys.c
25808 ____________________________________________________________________________
25809 [  8460] By: jhi                                   on 2001/01/17  03:26:01
25810         Log: Metaconfig unit changes for #8459.
25811      Branch: metaconfig
25812            ! U/modified/Loc.U U/modified/sig_name.U
25813 ____________________________________________________________________________
25814 [  8459] By: jhi                                   on 2001/01/17  03:24:48
25815         Log: Define SIG_SIZE, the number of elements in the sig_name and
25816              sig_num arrays, including the final NULL entry.
25817      Branch: perl
25818            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25819            ! config_h.SH configure.com epoc/config.sh gv.c pod/perltoc.pod
25820            ! sv.c uconfig.h uconfig.sh vos/config.alpha.def
25821            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25822            ! win32/config.bc win32/config.gc win32/config.vc
25823 ____________________________________________________________________________
25824 [  8458] By: jhi                                   on 2001/01/17  01:41:33
25825         Log: Integrate perlio.
25826      Branch: perl
25827           !> embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
25828           !> perlapi.h proto.h sv.c
25829 ____________________________________________________________________________
25830 [  8457] By: nick                                  on 2001/01/16  22:07:26
25831         Log: Provide infrastructure for PERL_ASYNC_CHECK() style safe signals.
25832              Provides all the "cost" but no benefit yet - it is to allow cost
25833              to be measured, and implementation experiments (just in mg.c?).
25834      Branch: perlio
25835            ! embed.h embed.pl embedvar.h gv.c intrpvar.h mg.c perl.c perl.h
25836            ! perlapi.h proto.h sv.c
25837 ____________________________________________________________________________
25838 [  8456] By: nick                                  on 2001/01/16  21:07:07
25839         Log: Integrate mainline.
25840      Branch: perlio
25841           !> (integrate 51 files)
25842 ____________________________________________________________________________
25843 [  8455] By: jhi                                   on 2001/01/16  18:13:43
25844         Log: Subject: [PATCH] regcomp.c old feature removal
25845              From: mjd@plover.com
25846              Date: 16 Jan 2001 14:43:18 -0000 
25847              Message-ID: <20010116144318.7140.qmail@plover.com> 
25848      Branch: perl
25849            ! regcomp.c
25850 ____________________________________________________________________________
25851 [  8454] By: jhi                                   on 2001/01/16  16:12:39
25852         Log: Subject: [PATCH: perl-5.6.1-TRIAL1] Win32 Makefile fixes - v2
25853              From: "Indy Singh" <indy@nusphere.com>
25854              Date: Wed, 10 Jan 2001 20:17:49 -0500
25855              Message-ID: <003001c07b6c$524630b0$00957018@roadhog>
25856      Branch: maint-5.6/perl
25857            ! win32/Makefile
25858 ____________________________________________________________________________
25859 [  8453] By: jhi                                   on 2001/01/16  16:09:33
25860         Log: Update Changes.
25861      Branch: perl
25862            ! Changes patchlevel.h
25863 ____________________________________________________________________________
25864 [  8452] By: jhi                                   on 2001/01/16  15:42:04
25865         Log: Subject: Re: API Cleanup
25866              To: perl5-porters@perl.org
25867              Date: Tue, 16 Jan 2001 13:42:30 +0000
25868              Message-ID: <20010116134230.A13420@pembro26.pmb.ox.ac.uk>
25869              
25870              Subject: [PATCH] utf8.c documentation
25871              From: Simon Cozens <simon@cozens.net>
25872              Date: Tue, 16 Jan 2001 13:52:48 +0000
25873              Message-ID: <20010116135248.A13496@pembro26.pmb.ox.ac.uk>
25874              
25875              Subject: Re: API Cleanup
25876              From: Simon Cozens <simon@cozens.net>
25877              Date: Tue, 16 Jan 2001 14:58:55 +0000
25878              Message-ID: <20010116145855.A13794@pembro26.pmb.ox.ac.uk>
25879              
25880              UTF-8 doc patches.
25881      Branch: perl
25882            ! embed.pl pod/perlapi.pod utf8.c
25883 ____________________________________________________________________________
25884 [  8451] By: jhi                                   on 2001/01/16  14:41:39
25885         Log: podlators 1.07, from Russ Allbery.
25886      Branch: perl
25887            ! lib/Pod/Man.pm
25888 ____________________________________________________________________________
25889 [  8450] By: jhi                                   on 2001/01/16  14:24:19
25890         Log: Subject: [PATCH: perl@8429] Win32 Makefile fixes
25891              From: "Indy Singh" <indy@nusphere.com>
25892              Date: Mon, 15 Jan 2001 20:59:40 -0500
25893              Message-ID: <07be01c07f5f$fdadf270$d24b7018@cr637287a>
25894      Branch: perl
25895            ! win32/Makefile
25896 ____________________________________________________________________________
25897 [  8449] By: jhi                                   on 2001/01/16  03:42:55
25898         Log: Under 5.005 threads and debugging crashed in Debian 2.2 Linux/x86
25899              at the setting of the ofs_sv in new_struct_thread() as the
25900              thr->Tofs_sv (PL_ofs_sv) was still 0xabab...., SvREFCNT_inc()ing
25901              that invited a core dump.
25902      Branch: perl
25903            ! util.c
25904 ____________________________________________________________________________
25905 [  8448] By: jhi                                   on 2001/01/16  01:49:07
25906         Log: Subject: [PATCH #3 @8436] Re: Eliminate op_children
25907              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25908              Date: Mon, 15 Jan 2001 17:14:37 -0800 (PST)
25909              Message-ID: <14947.40656.841280.551785@soda.csua.berkeley.edu>
25910              
25911              Replace #8444 and #8445.
25912      Branch: perl
25913            ! ext/B/B.xs ext/B/B/Debug.pm
25914 ____________________________________________________________________________
25915 [  8447] By: jhi                                   on 2001/01/15  21:05:35
25916         Log: Subject: [PATCH] API Variable documentation   
25917              From: Simon Cozens <simon@cozens.net>
25918              Date: Mon, 15 Jan 2001 19:35:54 +0000
25919              Message-ID: <20010115193554.A9919@pembro26.pmb.ox.ac.uk> 
25920      Branch: perl
25921            ! pod/perlapi.pod thrdvar.h
25922 ____________________________________________________________________________
25923 [  8446] By: jhi                                   on 2001/01/15  20:49:20
25924         Log: Signedness nit.
25925      Branch: perl
25926            ! pp_ctl.c
25927 ____________________________________________________________________________
25928 [  8445] By: jhi                                   on 2001/01/15  20:28:48
25929         Log: (Replaced by #8448)  More op_children traces (cleanup of #8442).
25930      Branch: perl
25931            ! ext/B/B/Debug.pm
25932 ____________________________________________________________________________
25933 [  8444] By: jhi                                   on 2001/01/15  13:09:10
25934         Log: (Replaced by #8448)  Traces of op_children (cleanup of #8442)
25935      Branch: perl
25936            ! ext/B/B.xs
25937 ____________________________________________________________________________
25938 [  8443] By: jhi                                   on 2001/01/15  13:06:26
25939         Log: Missing from #8439.
25940      Branch: perl
25941            ! keywords.h mg.c
25942 ____________________________________________________________________________
25943 [  8442] By: jhi                                   on 2001/01/15  13:02:38
25944         Log: Subject: [PATCH @8436] Eliminate op_children
25945              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25946              Date: Sun, 14 Jan 2001 03:00:13 -0800 (PST)
25947              Message-ID: <14945.32919.44271.685122@soda.csua.berkeley.edu>
25948              
25949              Subject: [PATCH @8436] Re: Eliminate op_children
25950              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
25951              Date: Sun, 14 Jan 2001 03:23:56 -0800 (PST)
25952              Message-ID: <14945.35680.571387.810763@soda.csua.berkeley.edu>
25953      Branch: perl
25954            ! bytecode.pl ext/B/B/Asmdata.pm ext/B/B/Bytecode.pm
25955            ! ext/B/B/C.pm ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h
25956            ! op.c op.h
25957 ____________________________________________________________________________
25958 [  8441] By: jhi                                   on 2001/01/15  12:57:08
25959         Log: Use the /^Perl_/-less form of is_lvalue_sub().
25960      Branch: perl
25961            ! pp.h
25962 ____________________________________________________________________________
25963 [  8440] By: jhi                                   on 2001/01/15  05:13:09
25964         Log: Revert #8437 and #8438, the Linux large files story is more complex.
25965      Branch: metaconfig/U/perl
25966            ! d_fpos64_t.U d_off64_t.U
25967      Branch: perl
25968            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
25969            ! config_h.SH configure.com epoc/config.sh perl.h
25970            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
25971            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
25972            ! win32/config.bc win32/config.gc win32/config.vc
25973 ____________________________________________________________________________
25974 [  8439] By: jhi                                   on 2001/01/15  05:02:24
25975         Log: More UTF-8 patches from Inaba Hiroto.
25976              - The substr lval was still not okay.
25977              - Now pp_stringify and sv_setsv copies source's UTF8 flag
25978              even if IN_BYTE.  pp_stringify is called from fold_constants
25979              at optimization phase and "\x{100}" was made SvUTF8_off under
25980              use bytes (the bytes pragma is for "byte semantics" and not
25981              for "do not produce UTF8 data")
25982              - New `qu' operator to generate UTF8 string explicitly.
25983              Though I agree with the policy "0x00-0xff always produce bytes",
25984              sometimes want to such a string to be coded in UTF8.
25985              I can use pack"U0a*" but it requires more typing and has
25986              runtime overhead.
25987              - Fix pp_regcomp bug uncovered by "0x00-0xff always produce bytes"
25988              change, the bug apears if a pm has PMdf_UTF8 flag but interpolated
25989              string is not UTF8_on and has char 0x80-0xff.
25990              
25991              TODO: document and test qu.
25992      Branch: perl
25993            ! keywords.h keywords.pl mg.c pp.c pp_ctl.c pp_hot.c sv.c
25994            ! t/lib/charnames.t t/op/length.t t/op/substr.t t/pragma/utf8.t
25995            ! toke.c
25996 ____________________________________________________________________________
25997 [  8438] By: jhi                                   on 2001/01/14  05:10:23
25998         Log: Metaconfig unit changes for #8437.
25999      Branch: metaconfig/U/perl
26000            ! d_fpos64_t.U d_off64_t.U
26001 ____________________________________________________________________________
26002 [  8437] By: jhi                                   on 2001/01/14  04:55:34
26003         Log: Add <features.h> probing, seems to be needed for (some?)
26004              Linux largefileness.
26005      Branch: perl
26006            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26007            ! config_h.SH configure.com epoc/config.sh perl.h
26008            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
26009            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26010            ! win32/config.bc win32/config.gc win32/config.vc
26011 ____________________________________________________________________________
26012 [  8436] By: jhi                                   on 2001/01/13  17:47:21
26013         Log: Tighten some of the tests a bit.
26014      Branch: perl
26015            ! t/pragma/utf8.t
26016 ____________________________________________________________________________
26017 [  8435] By: jhi                                   on 2001/01/13  17:31:54
26018         Log: Integrate perlio.
26019      Branch: perl
26020           !> ext/Encode/Makefile.PL ext/Encode/compile win32/config_H.bc
26021           !> win32/config_H.gc win32/config_H.vc
26022 ____________________________________________________________________________
26023 [  8434] By: nick                                  on 2001/01/13  11:36:53
26024         Log: Run dmake regen_config_h for Win32
26025      Branch: perlio
26026            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
26027 ____________________________________________________________________________
26028 [  8433] By: nick                                  on 2001/01/13  11:31:55
26029         Log: VMS friendly patch to Encode compile process
26030      Branch: perlio
26031            ! ext/Encode/Makefile.PL ext/Encode/compile
26032 ____________________________________________________________________________
26033 [  8432] By: nick                                  on 2001/01/13  11:06:44
26034         Log: Integrate mainline
26035      Branch: perlio
26036           +> ext/B/B/Concise.pm
26037           !> (integrate 52 files)
26038 ____________________________________________________________________________
26039 [  8431] By: jhi                                   on 2001/01/13  05:55:55
26040         Log: Subject: [PATCH @8429] Re: B::Concise -- an improved replacement for B::Terse
26041              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26042              Date: Fri, 12 Jan 2001 21:45:17 -0800 (PST)
26043              Message-ID: <14943.59712.993695.180189@soda.csua.berkeley.edu>
26044      Branch: perl
26045            ! ext/B/B/Concise.pm
26046 ____________________________________________________________________________
26047 [  8430] By: jhi                                   on 2001/01/13  04:24:18
26048         Log: The LVRET macro needed an aTHX.
26049      Branch: perl
26050            ! pp.h
26051 ____________________________________________________________________________
26052 [  8429] By: jhi                                   on 2001/01/13  02:12:42
26053         Log: Update Changes.
26054      Branch: perl
26055            ! Changes patchlevel.h
26056 ____________________________________________________________________________
26057 [  8428] By: jhi                                   on 2001/01/13  02:08:50
26058         Log: Subject: Re: [PATCH: perl@8342]  lib/bigfloat.t FAILED at test 351
26059              From: Peter Prymmer <pvhp@forte.com>
26060              Date: Fri, 12 Jan 2001 16:27:36 -0800 (PST)
26061              Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com>
26062              
26063              Add a BEGIN guard for sloppy floating point division.
26064      Branch: perl
26065            ! lib/Math/BigInt.pm lib/bigint.pl
26066 ____________________________________________________________________________
26067 [  8427] By: jhi                                   on 2001/01/13  01:47:16
26068         Log: The B::Terse drop-in replacement wasn't quite drop-in.
26069      Branch: perl
26070            ! ext/B/B/Terse.pm
26071 ____________________________________________________________________________
26072 [  8426] By: jhi                                   on 2001/01/12  21:20:43
26073         Log: Use UVXf.
26074      Branch: perl
26075            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26076            ! config_h.SH configure.com epoc/config.sh sv.c uconfig.h
26077            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
26078            ! vos/config.ga.def vos/config.ga.h win32/config.bc
26079            ! win32/config.gc win32/config.vc
26080 ____________________________________________________________________________
26081 [  8425] By: jhi                                   on 2001/01/12  20:20:14
26082         Log: Subject: [PATCH perl@8342] -Wformat
26083              From: Robin Barker <rmb1@cise.npl.co.uk>
26084              Date: Fri, 12 Jan 2001 20:03:14 GMT
26085              Message-Id: <200101122003.UAA29599@tempest.npl.co.uk>
26086      Branch: perl
26087            ! ext/Encode/Encode.xs mg.c sv.c toke.c
26088 ____________________________________________________________________________
26089 [  8424] By: jhi                                   on 2001/01/12  20:01:48
26090         Log: Subject: B::Concise -- an improved replacement for B::Terse 
26091              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26092              Date: Sat,  6 Jan 2001 20:18:05 -0800 (PST)
26093              Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu>
26094      Branch: perl
26095            + ext/B/B/Concise.pm
26096            ! MANIFEST ext/B/B/Terse.pm
26097 ____________________________________________________________________________
26098 [  8423] By: jhi                                   on 2001/01/12  19:24:02
26099         Log: The new metaconfig unit from the #8421.
26100      Branch: metaconfig/U/perl
26101            + d_sigprocmask.U
26102 ____________________________________________________________________________
26103 [  8422] By: jhi                                   on 2001/01/12  19:23:43
26104         Log: Forgot the microperl config from the #8421.
26105      Branch: perl
26106            ! uconfig.h uconfig.sh
26107 ____________________________________________________________________________
26108 [  8421] By: jhi                                   on 2001/01/12  19:05:27
26109         Log: Add sigprocmask() probe, regen Configure, regen toc.
26110      Branch: perl
26111            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26112            ! config_h.SH configure.com epoc/config.sh mg.c pod/perltoc.pod
26113            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
26114            ! vos/config.ga.h win32/config.bc win32/config.gc
26115            ! win32/config.vc
26116 ____________________________________________________________________________
26117 [  8420] By: jhi                                   on 2001/01/12  18:34:31
26118         Log: Add sockatmark() to the todo list.
26119      Branch: perl
26120            ! Todo-5.6
26121 ____________________________________________________________________________
26122 [  8419] By: jhi                                   on 2001/01/12  18:09:46
26123         Log: Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.
26124      Branch: perl
26125            ! op.c
26126 ____________________________________________________________________________
26127 [  8418] By: jhi                                   on 2001/01/12  18:05:30
26128         Log: Subject: Re: [PATCH] [ID 20001223.002] lvalues in list context
26129              From: Radu Greab <radu@netsoft.ro>
26130              Message-ID: <14943.15321.515713.119805@ix.netsoft.ro>
26131              Date: Fri, 12 Jan 2001 19:16:09 +0200 (EET)
26132      Branch: perl
26133            ! op.c t/pragma/sub_lval.t
26134 ____________________________________________________________________________
26135 [  8417] By: jhi                                   on 2001/01/12  16:09:09
26136         Log: Subject: [PATCH @8404] Consolidated lvalue sub changes
26137              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU> 
26138              Date: Wed, 10 Jan 2001 21:36:51 -0800 (PST)
26139              Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu>
26140      Branch: perl
26141            ! doop.c embed.h embed.pl op.c op.h opcode.h opcode.pl
26142            ! pod/perldiag.pod pod/perlintern.pod pod/perlsub.pod pp.c pp.h
26143            ! pp.sym pp_ctl.c pp_hot.c pp_proto.h proto.h t/lib/b.t
26144            ! t/pragma/sub_lval.t toke.c
26145 ____________________________________________________________________________
26146 [  8416] By: jhi                                   on 2001/01/12  15:42:06
26147         Log: Subject: RE: [PATCH] [ID 20001223.002] lvalues in list context
26148              From: "Richard Soderberg" <rs@crystalflame.net>
26149              Date: Fri, 12 Jan 2001 04:49:35 -0800
26150              Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net>
26151              
26152              Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX
26153              according to the platform.
26154      Branch: perl
26155            ! op.c
26156 ____________________________________________________________________________
26157 [  8415] By: jhi                                   on 2001/01/12  15:33:41
26158         Log: One more UTF-8 fix from Inaba Hiroto.
26159      Branch: perl
26160            ! pp.c regexec.c t/pragma/utf8.t
26161 ____________________________________________________________________________
26162 [  8414] By: jhi                                   on 2001/01/12  15:30:18
26163         Log: Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.
26164      Branch: perl
26165            ! regexec.c
26166 ____________________________________________________________________________
26167 [  8413] By: jhi                                   on 2001/01/12  15:22:10
26168         Log: Subject: [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parser
26169              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26170              Date: Thu, 11 Jan 2001 12:53:36 +0100
26171              Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es>
26172      Branch: perl
26173            ! toke.c
26174 ____________________________________________________________________________
26175 [  8412] By: jhi                                   on 2001/01/12  15:20:25
26176         Log: Subject: [PATCH: perl@8342] updates to posix-bc hints file
26177              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26178              Date: Fri, 12 Jan 2001 14:37:55 +0100
26179              Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es>
26180      Branch: perl
26181            ! hints/posix-bc.sh
26182 ____________________________________________________________________________
26183 [  8411] By: jhi                                   on 2001/01/12  15:14:14
26184         Log: Subject: [PATCH: perl@8342]  op/regmesg FAILED at test 33 on EBCDIC machines
26185              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26186              Date: Fri, 12 Jan 2001 10:42:21 +0100
26187              Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es>
26188      Branch: perl
26189            ! t/op/regmesg.t
26190 ____________________________________________________________________________
26191 [  8410] By: jhi                                   on 2001/01/12  05:48:55
26192         Log: Subject: Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld 2.2.17-21mdk (UNINSTALLED)
26193              From: Nicholas Clark <nick@ccl4.org> 
26194              Date: Sun, 7 Jan 2001 19:47:14 +0000
26195              Message-ID: <20010107194714.B1048@plum.flirble.org>
26196      Branch: perl
26197            ! t/op/numconvert.t
26198 ____________________________________________________________________________
26199 [  8409] By: jhi                                   on 2001/01/12  05:41:28
26200         Log: Integrate perlio.
26201      Branch: perl
26202           !> mg.c scope.h
26203 ____________________________________________________________________________
26204 [  8408] By: nick                                  on 2001/01/11  22:43:28
26205         Log: Remove variables that were used in experiments.
26206      Branch: perlio
26207            ! mg.c
26208 ____________________________________________________________________________
26209 [  8407] By: nick                                  on 2001/01/11  20:57:44
26210         Log: Catch die in %SIG handler and unblock the signal before re-dying.
26211              This make Linux work _without_ sigsetjmp().
26212              Turn off sigsetjmp() to see what else it does.
26213              May need Configure probe for sigprocmask() if anything has sigaction()
26214              but not sigprocmask().
26215      Branch: perlio
26216            ! mg.c scope.h
26217 ____________________________________________________________________________
26218 [  8406] By: nick                                  on 2001/01/11  19:32:07
26219         Log: Integrate mainline
26220      Branch: perlio
26221           !> Changes ext/IO/lib/IO/Socket/INET.pm ext/Socket/Socket.pm mg.c
26222           !> patchlevel.h perl.h regexec.c t/op/re_tests t/op/split.t
26223           !> t/op/substr.t
26224 ____________________________________________________________________________
26225 [  8405] By: jhi                                   on 2001/01/11  17:11:01
26226         Log: Fix UTF-8 lval substr().
26227      Branch: perl
26228            ! mg.c t/op/substr.t
26229 ____________________________________________________________________________
26230 [  8404] By: jhi                                   on 2001/01/11  05:13:58
26231         Log: Update Changes.
26232      Branch: perl
26233            ! Changes patchlevel.h
26234 ____________________________________________________________________________
26235 [  8403] By: jhi                                   on 2001/01/11  04:38:24
26236         Log: Subject: Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/
26237              From: Hugo <hv@crypt.compulink.co.uk>
26238              Date: Mon, 30 Oct 2000 01:33:26 +0000
26239              Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk>
26240      Branch: perl
26241            ! regexec.c t/op/re_tests
26242 ____________________________________________________________________________
26243 [  8402] By: jhi                                   on 2001/01/11  04:26:12
26244         Log: Integrate perlio.
26245      Branch: perl
26246           !> scope.h util.c
26247 ____________________________________________________________________________
26248 [  8401] By: nick                                  on 2001/01/10  22:52:55
26249         Log: Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.
26250              (So Alan and Ilya can try setting via hints.)
26251              Verified Linux "works" with it true and fails to re-enable SIGINT if false.
26252              Restoring sigmask in Perl_sighandler() if handler dies is not equivalent;
26253              doing the save everywhere seems to restart read() correctly, but just
26254              doing it once "round" the handler does not.
26255      Branch: perlio
26256            ! scope.h
26257 ____________________________________________________________________________
26258 [  8400] By: jhi                                   on 2001/01/10  21:57:54
26259         Log: Not defining PERL_PRESERVE_IVUV fixes only the op/inc problem
26260              of IRIX, HP-UX is unaffected.
26261      Branch: perl
26262            ! perl.h
26263 ____________________________________________________________________________
26264 [  8399] By: nick                                  on 2001/01/10  21:29:19
26265         Log: Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.
26266      Branch: perlio
26267            ! util.c
26268 ____________________________________________________________________________
26269 [  8398] By: jhi                                   on 2001/01/10  20:55:31
26270         Log: Add ReuseAddr as a (preferred) alias for Reuse as we now
26271              also have ReusePort.
26272      Branch: perl
26273            ! ext/IO/lib/IO/Socket/INET.pm
26274 ____________________________________________________________________________
26275 [  8397] By: jhi                                   on 2001/01/10  20:50:57
26276         Log: Subject: [PATCH] add ReusePort option to IO::Socket::INET for better multicast support (resend)
26277              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
26278              Date: Wed, 10 Jan 2001 01:38:13 -0800
26279              Message-ID: <20010110013813.B41744@yahoo-inc.com>
26280      Branch: perl
26281            ! ext/IO/lib/IO/Socket/INET.pm
26282 ____________________________________________________________________________
26283 [  8396] By: jhi                                   on 2001/01/10  20:49:30
26284         Log: Subject: [PATCH] add SO_REUSEPORT to export list in Socket.pm for better multicast support (resend)
26285              From: "Jeremy D. Zawodny" <jzawodn@yahoo-inc.com>
26286              Date: Wed, 10 Jan 2001 01:37:32 -0800
26287              Message-ID: <20010110013732.A41744@yahoo-inc.com>
26288      Branch: perl
26289            ! ext/Socket/Socket.pm
26290 ____________________________________________________________________________
26291 [  8395] By: jhi                                   on 2001/01/10  20:41:37
26292         Log: Test for bug id 20010105.016 (fixed by #8378).
26293      Branch: perl
26294            ! t/op/split.t
26295 ____________________________________________________________________________
26296 [  8394] By: jhi                                   on 2001/01/10  20:26:32
26297         Log: Integrate perlio.
26298      Branch: perl
26299            ! util.c
26300 ____________________________________________________________________________
26301 [  8393] By: nick                                  on 2001/01/10  19:34:30
26302         Log: Back out Simon's pid hackery for now.
26303      Branch: perlio
26304            ! util.c
26305 ____________________________________________________________________________
26306 [  8392] By: nick                                  on 2001/01/10  19:23:13
26307         Log: Integrate mainline. (Builds but does not work - something broke pipes...)
26308      Branch: perlio
26309           !> (integrate 29 files)
26310 ____________________________________________________________________________
26311 [  8391] By: jhi                                   on 2001/01/10  18:43:15
26312         Log: Subject: [PATCH] Fix my_pclose segfault
26313              From: Simon Cozens <simon@cozens.net>
26314              Date: Wed, 10 Jan 2001 18:39:35 +0000
26315              Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk>
26316      Branch: perl
26317            ! util.c
26318 ____________________________________________________________________________
26319 [  8390] By: jhi                                   on 2001/01/10  18:42:08
26320         Log: Subject:  [PATCH perl@8269] Opcode.XS, fix memory leak
26321              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26322              Date:     Wed, 10 Jan 2001 13:23:02 EST
26323              Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu>
26324      Branch: perl
26325            ! ext/Opcode/Opcode.xs
26326 ____________________________________________________________________________
26327 [  8389] By: jhi                                   on 2001/01/10  15:16:07
26328         Log: Turn off the integer preservation for now.
26329      Branch: perl
26330            ! perl.h
26331 ____________________________________________________________________________
26332 [  8388] By: jhi                                   on 2001/01/10  15:01:25
26333         Log: Few more IDE/editor nits from p5p.
26334      Branch: perl
26335            ! pod/perlfaq3.pod
26336 ____________________________________________________________________________
26337 [  8387] By: jhi                                   on 2001/01/10  06:53:16
26338         Log: Subject: Re: [ID 20010109.003] Patch 8138 broke a test in libwww
26339              To: "Andreas J. Koenig" <andreas.koenig@anima.de>
26340              Date: Tue, 9 Jan 2001 23:16:02 +0000
26341              Message-ID: <20010109231602.A81101@plum.flirble.org>
26342      Branch: perl
26343            ! sv.c
26344 ____________________________________________________________________________
26345 [  8386] By: jhi                                   on 2001/01/10  03:17:54
26346         Log: Test cases for #8385 (from Simon's "torture.pl")
26347      Branch: perl
26348            ! t/op/tr.t
26349 ____________________________________________________________________________
26350 [  8385] By: jhi                                   on 2001/01/10  03:17:11
26351         Log: Subject: Re: more UTF8 test suites and an UTF8 patch
26352              From: Inaba Hiroto <inaba@sdd.tokyo-sc.toshiba.co.jp>
26353              Date: Wed, 10 Jan 2001 11:39:39 +0900
26354              Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp>
26355              
26356              Some more UTF-8 tr cases fixed.
26357      Branch: perl
26358            ! doop.c
26359 ____________________________________________________________________________
26360 [  8384] By: jhi                                   on 2001/01/09  22:45:40
26361         Log: Allow the locale test needing POSIX and the taint test
26362              needing IPC::SysV to run under 'minitest' (basically,
26363              bail out if loading the extension fails)
26364      Branch: perl
26365            ! t/op/misc.t t/op/taint.t
26366 ____________________________________________________________________________
26367 [  8383] By: jhi                                   on 2001/01/09  21:36:04
26368         Log: Subject: [PATCH @8382] Remove FileHandle/IO dependence in t/io/openpid.t
26369              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26370              Date: Tue,  9 Jan 2001 13:33:22 -0800 (PST)
26371              Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu>
26372      Branch: perl
26373            ! t/io/openpid.t
26374 ____________________________________________________________________________
26375 [  8382] By: jhi                                   on 2001/01/09  21:06:08
26376         Log: save_delete(), err, SAVEDELETE() fixes from Charles Lane.
26377              Should finish up the bug id 20001205.022.
26378      Branch: perl
26379            ! pp.c pp_hot.c scope.c
26380 ____________________________________________________________________________
26381 [  8381] By: jhi                                   on 2001/01/09  18:27:43
26382         Log: Subject: Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123
26383              From: Andy Dougherty <doughera@lafayette.edu>
26384              Date: Tue, 9 Jan 2001 12:11:16 -0500 (EST)
26385              Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu>
26386              
26387              More robust yacc/bison error detection.
26388      Branch: perl
26389            ! t/comp/proto.t
26390 ____________________________________________________________________________
26391 [  8380] By: jhi                                   on 2001/01/09  15:21:38
26392         Log: Subject:  [PATCH] make t/op/misc.t work on VMS
26393              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
26394              Date:     Tue, 9 Jan 2001 07:53:55 EST
26395              Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> 
26396      Branch: perl
26397            ! t/op/misc.t vms/test.com
26398 ____________________________________________________________________________
26399 [  8379] By: jhi                                   on 2001/01/09  15:20:38
26400         Log: Subject: [ID 20001230.003] UTF-8 tr still hurts
26401              From: jhi@cc.hut.fi
26402              Date: Sat, 30 Dec 2000 22:57:32 +0200 (EET)
26403              Message-Id: <200012302057.WAA31168@alpha.hut.fi>
26404              
26405              The #8378 fixed this.
26406      Branch: perl
26407            ! t/op/tr.t
26408 ____________________________________________________________________________
26409 [  8378] By: jhi                                   on 2001/01/09  15:05:32
26410         Log: Subject: One more patch for UTF8 
26411              From: Inaba Hiroto <inaba@st.rim.or.jp>
26412              Date: Tue, 09 Jan 2001 01:04:32 +0900
26413              Message-ID: <3A59E510.52BAB5B9@st.rim.or.jp>
26414              
26415              UTF-8 fixes for 'x' and tr///.
26416      Branch: perl
26417            ! doop.c embed.h embed.pl op.c pod/perlapi.pod pp.c proto.h
26418            ! regcomp.c regexec.c toke.c utf8.c
26419 ____________________________________________________________________________
26420 [  8377] By: jhi                                   on 2001/01/09  14:32:17
26421         Log: Make explicit our assumption that (for now) "\x{80}" produces UTF-8.
26422      Branch: perl
26423            ! t/op/length.t
26424 ____________________________________________________________________________
26425 [  8376] By: jhi                                   on 2001/01/09  04:32:32
26426         Log: integrate changes #7775, #8316, #8316 from mainline
26427      Branch: maint-5.6/perl
26428            ! hints/solaris_2.sh
26429 ____________________________________________________________________________
26430 [  8375] By: jhi                                   on 2001/01/09  04:26:43
26431         Log: Update Changes.
26432      Branch: perl
26433            ! Changes patchlevel.h
26434 ____________________________________________________________________________
26435 [  8374] By: jhi                                   on 2001/01/09  04:14:32
26436         Log: IDE/editor section tweaking.
26437      Branch: perl
26438            ! pod/perlfaq3.pod
26439 ____________________________________________________________________________
26440 [  8373] By: jhi                                   on 2001/01/09  02:38:26
26441         Log: Subject: [PATCH: perl@8342] updates to OS/390 hints file
26442              From: Peter Prymmer <pvhp@forte.com>
26443              Date: Mon, 8 Jan 2001 18:06:51 -0800 (PST)
26444              Message-ID: <Pine.OSF.4.10.10101081805530.239173-100000@aspara.forte.com>
26445              
26446              In preparation os OS/390 dynamic loading.
26447      Branch: perl
26448            ! README.os390 hints/os390.sh
26449 ____________________________________________________________________________
26450 [  8372] By: jhi                                   on 2001/01/09  00:24:30
26451         Log: Integrate with perlio.
26452      Branch: perl
26453           !> embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
26454 ____________________________________________________________________________
26455 [  8371] By: nick                                  on 2001/01/08  23:54:33
26456         Log: Fix "scalars leaked" bugs caused by overload magic
26457              (Highlighted by Ilya's DESTROY optimization.)
26458      Branch: perlio
26459            ! embed.h embed.pl gv.c mg.c perl.h proto.h sv.c
26460 ____________________________________________________________________________
26461 [  8370] By: nick                                  on 2001/01/08  20:19:41
26462         Log: Integrate mainline
26463      Branch: perlio
26464           !> README.epoc dump.c ext/GDBM_File/GDBM_File.xs gv.c
26465           !> lib/Getopt/Long.pm mg.c op.c scope.c sv.c t/io/pipe.t
26466           !> t/op/64bitint.t
26467 ____________________________________________________________________________
26468 [  8369] By: jhi                                   on 2001/01/08  17:30:52
26469         Log: save_delete() Safefree() doesn't (anymore?) work with shared
26470              strings, one test failure in op/misc and almost all of lib/b.
26471              (Outcomments #8369.)
26472      Branch: perl
26473            ! scope.c
26474 ____________________________________________________________________________
26475 [  8368] By: jhi                                   on 2001/01/08  14:47:10
26476         Log: (Outcommented by #8369.)
26477              
26478              Subject: Re: Perl BugID 20001205.022 ---- save_delete
26479              From: Simon Cozens <simon@cozens.net>
26480              Date: Sat, 6 Jan 2001 11:48:40 +0000
26481              Message-ID: <20010106114840.A13227@deep-dark-truthful-mirror.perlhacker.org>
26482              
26483              The save_delete() does need the Safefree.
26484      Branch: perl
26485            ! scope.c
26486 ____________________________________________________________________________
26487 [  8367] By: bailey                                on 2001/01/08  08:53:52
26488         Log: Once again syncing after too long an absence
26489      Branch: vmsperl
26490           +> (branch 55 files)
26491            - MAINTAIN fix_pl vos/config.def vos/config.h
26492            - vos/config_h.SH_orig
26493           !> (integrate 498 files)
26494 ____________________________________________________________________________
26495 [  8366] By: jhi                                   on 2001/01/08  02:42:59
26496         Log: Subject: [ID 20010107.012] [PATCH] 18446744073709551616e0 was treated as UV=18446744073709551615
26497              From: nick@ccl4.org
26498              Date: Sun, 7 Jan 2001 21:07:18 +0000
26499              Message-Id: <20010107210717.D1048@plum.flirble.org>
26500      Branch: perl
26501            ! sv.c t/op/64bitint.t
26502 ____________________________________________________________________________
26503 [  8365] By: jhi                                   on 2001/01/08  02:35:16
26504         Log: Subject: [PATCH] environ nit
26505              From: Simon Cozens <simon@cozens.net>
26506              Date: Sun, 7 Jan 2001 17:57:07 +0000
26507              Message-ID: <20010107175707.A2013@pembro26.pmb.ox.ac.uk>
26508              
26509              Use environ only if we have it.
26510      Branch: perl
26511            ! mg.c
26512 ____________________________________________________________________________
26513 [  8364] By: jhi                                   on 2001/01/08  02:24:51
26514         Log: Replace #6721, GDBM, system malloc, and LEAKTEST.
26515      Branch: perl
26516            ! ext/GDBM_File/GDBM_File.xs
26517 ____________________________________________________________________________
26518 [  8363] By: jhi                                   on 2001/01/08  02:19:24
26519         Log: Subject: [PATCH @8344] Fix spurious GVSV OPpOUR_INTRO
26520              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26521              Date: Sat,  6 Jan 2001 15:25:02 -0800 (PST)
26522              Message-ID: <14935.41722.239364.55174@soda.csua.berkeley.edu>
26523      Branch: perl
26524            ! dump.c op.c
26525 ____________________________________________________________________________
26526 [  8362] By: jhi                                   on 2001/01/08  02:17:43
26527         Log: Subject: [patch] xsub AUTOLOAD fix/optimization
26528              From: Doug MacEachern <dougm@covalent.net>
26529              Date: Sat, 6 Jan 2001 09:30:05 -0800 (PST)
26530              Message-ID: <Pine.LNX.4.10.10101060924280.24460-100000@mojo.covalent.net>
26531              
26532              Allow AUTOLOAD to be an xsub and allow such xsubs
26533              to avoid use of $AUTOLOAD.
26534      Branch: perl
26535            ! gv.c
26536 ____________________________________________________________________________
26537 [  8361] By: jhi                                   on 2001/01/08  02:16:07
26538         Log: Subject: Re: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
26539              From: Radu Greab <radu@netsoft.ro>
26540              Date: Sun, 7 Jan 2001 03:16:55 +0200 (EET)
26541              Message-ID: <14935.50055.838449.408835@ix.netsoft.ro>
26542              
26543              No need for the potentially unportable $SIG{CHLD}.
26544      Branch: perl
26545            ! t/io/pipe.t
26546 ____________________________________________________________________________
26547 [  8360] By: jhi                                   on 2001/01/08  01:58:23
26548         Log: Update to Getopt::Long 2.24_02, from Johan Vromans.
26549      Branch: perl
26550            ! lib/Getopt/Long.pm
26551 ____________________________________________________________________________
26552 [  8359] By: jhi                                   on 2001/01/08  01:55:44
26553         Log: Integrate perlio.
26554      Branch: perl
26555           !> ext/Encode/Encode.xs lib/ExtUtils/typemap perl.c perlio.c
26556           !> perlio.h pp.c pp_hot.c pp_sys.c sv.c t/lib/tie-refhash.t
26557           !> utf8.c win32/Makefile
26558 ____________________________________________________________________________
26559 [  8358] By: jhi                                   on 2001/01/07  21:16:50
26560         Log: Update the EPOC cross SDK URL.
26561      Branch: perl
26562            ! README.epoc
26563 ____________________________________________________________________________
26564 [  8357] By: jhi                                   on 2001/01/07  21:16:09
26565         Log: Update the EPOC cross SDK URL.
26566      Branch: maint-5.6/perl
26567            ! README.epoc
26568 ____________________________________________________________________________
26569 [  8356] By: nick                                  on 2001/01/06  21:47:52
26570         Log: FILE * in XS code for PerlIO world:
26571              - make PERLIO_NOT_STDIO 0 (co-existance) default for non PERL_CORE case.
26572              - Add FILE * T_STDIO typemap.
26573              - Finish PerlIO_findFILE() and PerlIO_extprtFILE()
26574      Branch: perlio
26575            ! lib/ExtUtils/typemap perlio.c perlio.h
26576 ____________________________________________________________________________
26577 [  8355] By: jhi                                   on 2001/01/06  20:27:15
26578         Log: integrate change #8336 from mainline
26579              
26580              Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1
26581      Branch: maint-5.6/perl
26582            ! hv.c
26583 ____________________________________________________________________________
26584 [  8354] By: jhi                                   on 2001/01/06  20:24:29
26585         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
26586              From: Robin Barker <rmb1@cise.npl.co.uk>
26587              Date: Fri, 22 Dec 2000 12:17:38 GMT
26588              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
26589              
26590              The patch reformats some long =item lines so they give
26591              correct output via pod2man | nroff -man
26592              
26593              Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
26594              From: Robin Barker <rmb1@cise.npl.co.uk>
26595              Date: Tue, 2 Jan 2001 15:35:03 GMT
26596              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
26597              
26598              Here is a _further_ patch which corrects a few more errors:
26599              * an empty C<=item> in CPAN.pm
26600              * patching the wrong file (pod/perlamiga.pod not README.amiga)
26601              * leaving empty C<=item>s which formatted incorrectly
26602              * over long C<=item>s revealed by latest patch to Pod::Man
26603      Branch: maint-5.6/perl
26604            ! README.amiga lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
26605            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
26606            ! pod/perl5004delta.pod pod/perl5005delta.pod pod/perlapi.pod
26607            ! pod/perldelta.pod pod/perldiag.pod pod/perlembed.pod
26608            ! pod/perlfaq4.pod pod/perllocale.pod pod/perlmodlib.pod
26609            ! pod/perlrequick.pod pod/perlretut.pod pod/perlsub.pod
26610 ____________________________________________________________________________
26611 [  8353] By: jhi                                   on 2001/01/06  20:21:10
26612         Log: integrate changes #7980, 7990, 8056, 8057 from mainline
26613              
26614              UTF-8 hash keys.
26615      Branch: maint-5.6/perl
26616            ! embed.h embed.pl hv.c hv.h perlapi.c proto.h t/op/each.t
26617 ____________________________________________________________________________
26618 [  8352] By: jhi                                   on 2001/01/06  20:18:44
26619         Log: Forgotten from #8438.
26620      Branch: maint-5.6/perl
26621            ! epoc/epocish.h
26622 ____________________________________________________________________________
26623 [  8351] By: jhi                                   on 2001/01/06  20:18:12
26624         Log: Forgotten from #8347.
26625      Branch: maint-5.6/perl
26626            ! config_h.SH
26627 ____________________________________________________________________________
26628 [  8350] By: jhi                                   on 2001/01/06  20:00:19
26629         Log: Thinko in #8347.
26630      Branch: maint-5.6/perl
26631            ! regcomp.c
26632 ____________________________________________________________________________
26633 [  8349] By: jhi                                   on 2001/01/06  18:05:30
26634         Log: Copy the FAQ3 IDE section from the development branch,
26635              changes originally by Peter Prymmer.
26636      Branch: maint-5.6/perl
26637            ! pod/perlfaq3.pod
26638 ____________________________________________________________________________
26639 [  8348] By: jhi                                   on 2001/01/06  18:03:02
26640         Log: EPOC updates for TRIAL1.
26641              
26642              Subject: [5.6.1 trial1] EPOC update
26643              From: Olaf Flebbe <O.Flebbe@science-computing.de>
26644              Date: Sun, 31 Dec 2000 16:04:52 +0100 (CET)
26645              Message-ID: <Pine.LNX.4.02.10012311603040.14097-100000@milkyway.science-computing.de> 
26646              
26647              Subject: epoc patch2 for perl-5.6.1-trial1
26648              From: Olaf Flebbe <O.Flebbe@science-computing.de>
26649              Date: Sat, 6 Jan 2001 13:55:53 +0100 (CET)
26650              Message-ID: <Pine.LNX.4.02.10101061355220.26469-100000@milkyway.science-computing.de> 
26651      Branch: maint-5.6/perl
26652            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
26653            ! epoc/epocish.c
26654 ____________________________________________________________________________
26655 [  8347] By: jhi                                   on 2001/01/06  17:29:10
26656         Log: integrate changes #7710,7824,7973 from mainline,
26657              plus VMS nits from Peter Prymmer and Dan Sugalski.
26658              
26659              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
26660              library (getprotobyname and getprotobynumber are outversioned by
26661              the same calls in libc, at least for xlc version 3.
26662              
26663              Add HAS_SBRK_PROTO.
26664              
26665              Fixes for signedness warnings noticed by VMSperlers.
26666      Branch: maint-5.6/perl
26667            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
26668            ! configure.com epoc/config.sh hints/aix.sh malloc.c regcomp.c
26669            ! sv.c vms/descrip_mms.template vos/config.alpha.def
26670            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
26671            ! win32/config.bc win32/config.gc win32/config.vc
26672 ____________________________________________________________________________
26673 [  8346] By: nick                                  on 2001/01/06  14:36:01
26674         Log: Fixup accumulated integrate muddles (perlio == devperl again)
26675      Branch: perlio
26676            ! ext/Encode/Encode.xs perl.c pp_sys.c t/lib/tie-refhash.t
26677 ____________________________________________________________________________
26678 [  8345] By: nick                                  on 2001/01/06  14:24:58
26679         Log: Integrate mainline
26680      Branch: perlio
26681           !> (integrate 55 files)
26682 ____________________________________________________________________________
26683 [  8344] By: jhi                                   on 2001/01/06  02:24:02
26684         Log: Subject: [patch] PerlIO_cleanup() prototype
26685              From: Doug MacEachern <dougm@covalent.net>
26686              Date: Fri, 5 Jan 2001 18:15:31 -0800 (PST)
26687              Message-ID: <Pine.LNX.4.10.10101051813220.340-100000@mojo.covalent.net>
26688      Branch: perl
26689            ! perlio.h
26690 ____________________________________________________________________________
26691 [  8343] By: jhi                                   on 2001/01/06  01:04:09
26692         Log: IRIX compiler noticed that the bof initialization might be
26693              bypassed by control flow.
26694      Branch: perl
26695            ! toke.c
26696 ____________________________________________________________________________
26697 [  8342] By: jhi                                   on 2001/01/06  00:10:48
26698         Log: Update Changes.
26699      Branch: perl
26700            ! Changes patchlevel.h
26701 ____________________________________________________________________________
26702 [  8341] By: jhi                                   on 2001/01/05  23:52:33
26703         Log: Add a note about EBCDIC versus UTF-8 to a potential problem spot.
26704      Branch: perl
26705            ! toke.c
26706 ____________________________________________________________________________
26707 [  8340] By: jhi                                   on 2001/01/05  22:44:08
26708         Log: Subject: [PATCH] Re: [ID 20010105.002] close() on process filehandle leaves defunct process
26709              From: Radu Greab <radu@netsoft.ro>
26710              Date: Fri, 5 Jan 2001 21:04:33 +0200 (EET)
26711              Message-ID: <14934.6849.742435.23178@ix.netsoft.ro>
26712      Branch: perl
26713            ! t/io/pipe.t util.c
26714 ____________________________________________________________________________
26715 [  8339] By: jhi                                   on 2001/01/05  22:35:17
26716         Log: Subject: [PATCH] format and rewording in perlfaq.pod
26717              From: Robin Barker <rmb1@cise.npl.co.uk>
26718              Date: Fri, 5 Jan 2001 18:51:20 GMT
26719              Message-Id: <200101051851.SAA03310@tempest.npl.co.uk>
26720      Branch: perl
26721            ! pod/perlfaq.pod
26722 ____________________________________________________________________________
26723 [  8338] By: jhi                                   on 2001/01/05  22:31:17
26724         Log: Subject: [patch: perl@8327] have perlbug's Save to File respect -F flag
26725              From: Peter Prymmer <pvhp@forte.com>
26726              Date: Fri, 5 Jan 2001 14:02:13 -0800 (PST)
26727              Message-ID: <Pine.OSF.4.10.10101051357400.28294-100000@aspara.forte.com>
26728      Branch: perl
26729            ! utils/perlbug.PL
26730 ____________________________________________________________________________
26731 [  8337] By: jhi                                   on 2001/01/05  18:15:11
26732         Log: Subject: [PATCH 5.7.1/Configure] failure to set src='.'
26733              From: Robin Barker <rmb1@cise.npl.co.uk>
26734              Date: Tue, 2 Jan 2001 15:24:07 GMT
26735              Message-Id: <200101021524.PAA15145@tempest.npl.co.uk>
26736              
26737              If you call configure as C<./Configure> or C<sh ./Configure>,
26738              $src is set to the absolute path name, not '.'.
26739              
26740              This, in turn, means -Dmksymlink tries to do its stuff because
26741              it does not think it is in the src directory.
26742              
26743              (plus a metaconfig nitfix)
26744      Branch: metaconfig
26745            ! U/compline/ccflags.U U/modified/src.U
26746      Branch: perl
26747            ! Configure config_h.SH
26748 ____________________________________________________________________________
26749 [  8336] By: jhi                                   on 2001/01/05  17:48:32
26750         Log: Subject: Re: [Fwd: Scoping of %^H still broken in both perl@8269 and perl-5.6.1-TRIAL1]
26751              From: Alan Burlison <Alan.Burlison@uk.sun.com>
26752              Message-ID: <3A5606C4.473D2226@uk.sun.com>
26753              Date: Fri, 05 Jan 2001 17:39:16 +0000
26754      Branch: perl
26755            ! hv.c
26756 ____________________________________________________________________________
26757 [  8335] By: jhi                                   on 2001/01/05  16:05:44
26758         Log: Upgrade to Getopt::Long 2.24_01, from Johan Vromans.
26759      Branch: perl
26760            ! lib/Getopt/Long.pm
26761 ____________________________________________________________________________
26762 [  8334] By: jhi                                   on 2001/01/05  16:00:51
26763         Log: Subject: PATCH 5.6.1 & blead 8327 -- workaround for t/io/fs.t
26764              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
26765              Date: Fri, 05 Jan 2001 13:46:51 +0100
26766              Message-ID: <13693.978698811@nice.ram.loc>
26767              
26768              Apparently, the glibc2.2 + linux 2.4.0 + NFS combination prevent
26769              accurate reading of the "atime".  
26770      Branch: perl
26771            ! t/io/fs.t
26772 ____________________________________________________________________________
26773 [  8333] By: jhi                                   on 2001/01/05  15:57:37
26774         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful 
26775              From: Simon Cozens <simon@cozens.net>
26776              Date: Fri, 8 Dec 2000 13:33:31 +0000
26777              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org> 
26778              
26779              A lost patch fragment.
26780      Branch: perl
26781            ! doop.c
26782 ____________________________________________________________________________
26783 [  8332] By: jhi                                   on 2001/01/05  15:40:42
26784         Log: Do away with strncpy() and a fixed length buffer.
26785      Branch: perl
26786            ! utf8.c
26787 ____________________________________________________________________________
26788 [  8331] By: jhi                                   on 2001/01/05  15:03:07
26789         Log: Tests for #8329 and #8330.
26790      Branch: perl
26791            ! t/op/bop.t
26792 ____________________________________________________________________________
26793 [  8330] By: jhi                                   on 2001/01/05  15:02:38
26794         Log: "\x{FF}\xFF" was broken, the \xFF was appended in its
26795              raw 8-bit form to the UTF-8 string.
26796      Branch: perl
26797            ! toke.c
26798 ____________________________________________________________________________
26799 [  8329] By: jhi                                   on 2001/01/05  14:55:13
26800         Log: Subject: [PATCH perl@8327] strings with \x{..} in the middle are corrupted 
26801              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
26802              Date: Fri, 5 Jan 2001 12:28:52 +0100
26803              Message-ID: <5930DC161690D211966700902715754703738F96@madt009a.siemens.es>
26804              
26805              UTF-8 parsing fix that seems to be needed for EBCDIC, in ASCII
26806              no effect.  (changed the strncpy() to Copy())
26807      Branch: perl
26808            ! toke.c
26809 ____________________________________________________________________________
26810 [  8328] By: jhi                                   on 2001/01/05  06:44:27
26811         Log: UTF-8 cleanup.
26812      Branch: perl
26813            ! doop.c op.c pp.c pp_ctl.c pp_hot.c pp_sys.c regcomp.c
26814            ! regexec.c sv.c toke.c
26815 ____________________________________________________________________________
26816 [  8327] By: jhi                                   on 2001/01/05  01:11:29
26817         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')
26818              From: Radu Greab <radu@netsoft.ro>
26819              Message-ID: <14933.5458.672637.641215@ix.netsoft.ro>
26820              Date: Fri, 5 Jan 2001 02:29:06 +0200 (EET)
26821              
26822              Cleans up Harness to not use FileHandle, which uses IO.
26823      Branch: perl
26824            ! lib/Test/Harness.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
26825 ____________________________________________________________________________
26826 [  8326] By: jhi                                   on 2001/01/05  00:56:37
26827         Log: Update Changes.
26828      Branch: perl
26829            ! Changes patchlevel.h
26830 ____________________________________________________________________________
26831 [  8325] By: jhi                                   on 2001/01/05  00:53:18
26832         Log: Subject: Re: [patch bug 20010103.019] Re: perl@8269: failure to build on NT 4.0.1381 with MSVC (fwd)
26833              From: Peter Prymmer <pvhp@forte.com>
26834              Date: Thu, 4 Jan 2001 14:20:15 -0800 (PST)
26835              Message-ID: <Pine.OSF.4.10.10101041406420.492782-100000@aspara.forte.com>
26836              
26837              plus a couple more tailing whitespace removals.
26838      Branch: perl
26839            ! win32/Makefile
26840 ____________________________________________________________________________
26841 [  8324] By: jhi                                   on 2001/01/05  00:47:39
26842         Log: Add some Unicode chop() tests.
26843      Branch: perl
26844            ! t/op/chop.t
26845 ____________________________________________________________________________
26846 [  8323] By: jhi                                   on 2001/01/05  00:47:23
26847         Log: Unify UTF-8 malformedness handling.
26848      Branch: perl
26849            ! doop.c pp.c sv.c toke.c utf8.c utf8.h
26850 ____________________________________________________________________________
26851 [  8322] By: jhi                                   on 2001/01/04  22:21:54
26852         Log: The new $issymlink was unknown to Mksymlinks.
26853      Branch: metaconfig/U/perl
26854            ! Mksymlinks.U issymlink.U
26855      Branch: perl
26856            ! Configure config_h.SH
26857 ____________________________________________________________________________
26858 [  8321] By: jhi                                   on 2001/01/04  21:51:05
26859         Log: The test didn't work under the core test framework.
26860      Branch: perl
26861            ! t/lib/st-lock.t
26862 ____________________________________________________________________________
26863 [  8320] By: jhi                                   on 2001/01/04  21:14:22
26864         Log: DB3 NDBM/ODBM emulation tweaks from Stanislav Brabec <utx@penguin.cz>.
26865      Branch: perl
26866            ! INSTALL ext/NDBM_File/NDBM_File.xs ext/ODBM_File/ODBM_File.xs
26867 ____________________________________________________________________________
26868 [  8319] By: jhi                                   on 2001/01/04  20:46:17
26869         Log: Typo in #8312 when manually appying a problematic patch fragment.
26870      Branch: perl
26871            ! ext/Storable/Storable.xs
26872 ____________________________________________________________________________
26873 [  8318] By: jhi                                   on 2001/01/04  20:43:01
26874         Log: The $sh_c didn't fly.
26875      Branch: metaconfig
26876            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
26877            ! U/modified/Loc.U U/modified/myhostname.U
26878            ! U/modified/spitshell.U
26879      Branch: metaconfig/U/perl
26880            ! issymlink.U
26881      Branch: perl
26882            ! Configure config_h.SH
26883 ____________________________________________________________________________
26884 [  8317] By: jhi                                   on 2001/01/04  19:58:01
26885         Log: AIX builtin test -h is broken, changes based on
26886              
26887              Subject: [PATCH] 8297. Symlink stuff breaks on AIX 4 bsh
26888              Date: Tue, 02 Jan 2001 11:24:39 +0100
26889              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
26890              Message-Id: <20010102093747.A6F7.H.M.BRAND@hccnet.nl>
26891      Branch: metaconfig
26892            + U/modified/spitshell.U
26893            ! U/compline/ccflags.U U/compline/d_keepsig.U U/modified/Head.U
26894            ! U/modified/Loc.U U/modified/myhostname.U
26895      Branch: metaconfig/U/perl
26896            ! Mksymlinks.U issymlink.U
26897      Branch: perl
26898            ! Configure
26899 ____________________________________________________________________________
26900 [  8316] By: jhi                                   on 2001/01/04  19:02:22
26901         Log: Subject: [PATCH] Re: New attempt on hints/solaris_2.sh
26902              From: Andy Dougherty <doughera@lafayette.edu>
26903              Message-ID: <Pine.SOL.4.10.10101031518320.28840-100000@maxwell.phys.lafayette.edu>
26904              Date: Wed, 3 Jan 2001 15:36:06 -0500 (EST)
26905              
26906              Beware of GNU ld.
26907      Branch: perl
26908            ! hints/solaris_2.sh
26909 ____________________________________________________________________________
26910 [  8315] By: jhi                                   on 2001/01/04  18:56:48
26911         Log: From: Lupe Christoph <lupe@lupe-christoph.de>
26912              Subject: Re: [PATCH 5.7.1/Configure] failure to set src='.'
26913              Date: Wed, 3 Jan 2001 07:58:51 +0100
26914              Message-ID: <20010103075851.P4594@alanya.lupe-christoph.de>
26915      Branch: perl
26916            ! hints/solaris_2.sh
26917 ____________________________________________________________________________
26918 [  8314] By: jhi                                   on 2001/01/04  18:54:07
26919         Log: Subject: Re: [PATCH @8269] Continue blocks and B::Deparse
26920              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26921              Date: Wed,  3 Jan 2001 13:48:04 -0800 (PST)
26922              Message-ID: <14931.40265.379608.910008@soda.csua.berkeley.edu>
26923              
26924              Doc tweak on #8313.
26925      Branch: perl
26926            ! ext/B/B/Deparse.pm
26927 ____________________________________________________________________________
26928 [  8313] By: jhi                                   on 2001/01/04  18:52:27
26929         Log: Subject: [PATCH @8269] Continue blocks and B::Deparse
26930              Date: Wed,  3 Jan 2001 13:31:53 -0800 (PST)
26931              From: Stephen McCamant <smcc@CSUA.Berkeley.EDU>
26932              Message-ID: <14931.37732.62835.279605@soda.csua.berkeley.edu>
26933              
26934              Make the peephole optimizer to bypass more null ops and
26935              and rewrite the deparse handling of continue blocks.
26936      Branch: perl
26937            ! ext/B/B/Deparse.pm op.c op.h t/lib/b.t
26938 ____________________________________________________________________________
26939 [  8312] By: jhi                                   on 2001/01/04  18:47:39
26940         Log: Upgrade to Storable 1.0.7, from Raphael Manfredi.
26941      Branch: perl
26942            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
26943            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
26944            ! t/lib/st-lock.t
26945 ____________________________________________________________________________
26946 [  8311] By: jhi                                   on 2001/01/04  18:36:08
26947         Log: Add a new MakeMaker variable PM_FILTER that defines a Unix
26948              filter to be run on each .pm during the pm_to_blib() phase,
26949              a fixed version of
26950              
26951              Subject: PATCH (blead 8269) ExtUtils::MakeMaker
26952              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
26953              Date: Wed, 03 Jan 2001 22:01:30 +0100
26954              Message-ID: <5296.978555690@nice.ram.loc>
26955      Branch: perl
26956            ! lib/ExtUtils/Install.pm lib/ExtUtils/MM_Unix.pm
26957            ! lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MM_Win32.pm
26958            ! lib/ExtUtils/MakeMaker.pm
26959 ____________________________________________________________________________
26960 [  8310] By: jhi                                   on 2001/01/04  18:32:54
26961         Log: Subject: [PATCH 5.[67].1]; as Re: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status update
26962              From: Robin Barker <rmb1@cise.npl.co.uk>
26963              Date: Tue, 2 Jan 2001 15:35:03 GMT
26964              Message-Id: <200101021535.PAA15161@tempest.npl.co.uk>
26965      Branch: perl
26966            ! README.amiga lib/CPAN.pm lib/Win32.pod pod/perl56delta.pod
26967            ! pod/perlrequick.pod
26968 ____________________________________________________________________________
26969 [  8309] By: jhi                                   on 2001/01/04  18:29:07
26970         Log: Subject: Re: [patch] static-ize XS()
26971              From: Doug MacEachern <dougm@covalent.net>
26972              Date: Mon, 1 Jan 2001 15:26:01 -0800 (PST)
26973              Message-ID: <Pine.LNX.4.10.10101011523560.3379-100000@mojo.covalent.net>
26974              
26975              Provide prototypes for the XS functions.
26976      Branch: perl
26977            ! lib/ExtUtils/xsubpp
26978 ____________________________________________________________________________
26979 [  8308] By: jhi                                   on 2001/01/04  18:27:44
26980         Log: Subject: [patch] typemap =~ s/croak/Perl_croak/
26981              From: Doug MacEachern <dougm@covalent.net>
26982              Date: Mon, 1 Jan 2001 11:41:57 -0800 (PST)
26983              Message-ID: <Pine.LNX.4.10.10101011139570.3379-100000@mojo.covalent.net>
26984      Branch: perl
26985            ! lib/ExtUtils/typemap
26986 ____________________________________________________________________________
26987 [  8307] By: jhi                                   on 2001/01/04  18:25:25
26988         Log: Subject: Re: [patch] MM_Unix cpprun shortcut
26989              From: Doug MacEachern <dougm@covalent.net>
26990              Date: Wed, 3 Jan 2001 20:09:57 -0800 (PST)
26991              Message-ID: <Pine.LNX.4.10.10101032009330.280-100000@mojo.covalent.net>
26992              
26993              Add a .c.i: MakeMaker make rule to create cpreprocessed outputs.
26994      Branch: perl
26995            ! lib/ExtUtils/MM_Unix.pm
26996 ____________________________________________________________________________
26997 [  8306] By: jhi                                   on 2001/01/04  18:23:00
26998         Log: Subject: [PATCH perl@8269] Corrections for Perl_yylex_r (used by a reentrant parser as Bison)
26999              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27000              Date: Thu, 4 Jan 2001 12:47:10 +0100 
27001              Message-ID: <5930DC161690D21196670090271575470370111A@madt009a.siemens.es>
27002              
27003              The toke.c part only, patching embed.h and proto.h is futile.
27004      Branch: perl
27005            ! toke.c
27006 ____________________________________________________________________________
27007 [  8305] By: jhi                                   on 2001/01/04  18:05:51
27008         Log: Subject: [PATCH perl@8269] scanning two hex-constants fails on EBCDIC environment (script length.t)
27009              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27010              Date: Thu, 4 Jan 2001 17:50:12 +0100 
27011              Message-ID: <5930DC161690D211966700902715754703738AA6@madt009a.siemens.es>
27012      Branch: perl
27013            ! toke.c
27014 ____________________________________________________________________________
27015 [  8304] By: jhi                                   on 2001/01/04  18:03:26
27016         Log: Subject: [PATCH perl@8269]
27017              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
27018              Date: Thu, 4 Jan 2001 12:53:39 +0100 
27019              Message-ID: <5930DC161690D211966700902715754703701130@madt009a.siemens.es>
27020              
27021              If running byacc write-enable also perly.h.
27022      Branch: perl
27023            ! Makefile.SH
27024 ____________________________________________________________________________
27025 [  8303] By: jhi                                   on 2001/01/04  15:40:49
27026         Log: Rewrite pp_concat() in terms of sv_catsv().
27027      Branch: perl
27028            ! pp_hot.c
27029 ____________________________________________________________________________
27030 [  8302] By: nick                                  on 2001/01/03  22:43:22
27031         Log: Integrate mainline.
27032      Branch: perlio
27033           !> ext/Encode/Encode.xs sv.c utf8.c
27034 ____________________________________________________________________________
27035 [  8301] By: jhi                                   on 2001/01/02  23:40:26
27036         Log: Variable naming tweak.
27037      Branch: perl
27038            ! sv.c
27039 ____________________________________________________________________________
27040 [  8300] By: jhi                                   on 2001/01/02  23:40:02
27041         Log: Use the UTF8_XXX macros in is_utf8_char(), a performance nit
27042              in is_utf8_string().
27043      Branch: perl
27044            ! utf8.c
27045 ____________________________________________________________________________
27046 [  8299] By: jhi                                   on 2001/01/02  22:14:40
27047         Log: Integrate perlio.
27048      Branch: perl
27049           !> pp.c pp_hot.c win32/Makefile
27050 ____________________________________________________________________________
27051 [  8298] By: nick                                  on 2001/01/02  22:03:06
27052         Log: Turn SvUTF8 off if not required in pp_chr and pp_stringify.
27053      Branch: perlio
27054            ! pp.c pp_hot.c
27055 ____________________________________________________________________________
27056 [  8297] By: jhi                                   on 2001/01/02  04:26:28
27057         Log: Signedness nit.
27058      Branch: perl
27059            ! ext/Encode/Encode.xs
27060 ____________________________________________________________________________
27061 [  8296] By: nick                                  on 2001/01/01  23:49:36
27062         Log: Add Encode and correct Filter/Util/Call in nmake Makefile
27063      Branch: perlio
27064            ! win32/Makefile
27065 ____________________________________________________________________________
27066 [  8295] By: jhi                                   on 2001/01/01  23:05:48
27067         Log: Integrate perlio.
27068      Branch: perl
27069           !> ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
27070           !> t/lib/encode.t
27071 ____________________________________________________________________________
27072 [  8294] By: nick                                  on 2001/01/01  22:48:34
27073         Log: Integrate mainline
27074      Branch: perlio
27075            ! pp_hot.c t/lib/encode.t
27076           !> (integrate 65 files)
27077 ____________________________________________________________________________
27078 [  8293] By: nick                                  on 2001/01/01  21:58:50
27079         Log: More rigor in UTF-8-ness of Encode's toUnicode
27080              XS export some of the utf8 internal functions.
27081              Test some of the functions.
27082              Fix pp_concat() bug shown by said tests.
27083      Branch: perlio
27084            ! ext/Encode/Encode.pm ext/Encode/Encode.xs pp_hot.c
27085            ! t/lib/encode.t
27086 ____________________________________________________________________________
27087 [  8292] By: jhi                                   on 2001/01/01  18:11:44
27088         Log: Integrate perlio.
27089      Branch: perl
27090           !> ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
27091           !> ext/Encode/encengine.c ext/Encode/encode.h
27092 ____________________________________________________________________________
27093 [  8291] By: jhi                                   on 2001/01/01  18:10:58
27094         Log: Podify README.mpeix (a new version from the web),
27095              add a dummy NAME to Carp::Heavy, regen toc.
27096      Branch: perl
27097            ! README.mpeix lib/Carp/Heavy.pm pod/buildtoc.PL pod/perl.pod
27098            ! pod/perltoc.pod
27099 ____________________________________________________________________________
27100 [  8290] By: nick                                  on 2001/01/01  17:43:47
27101         Log: Loose the "Loading..." warning.
27102              Another bug in fallback support
27103      Branch: perlio
27104            ! ext/Encode/Encode.pm ext/Encode/encengine.c
27105 ____________________________________________________________________________
27106 [  8289] By: jhi                                   on 2001/01/01  00:01:57
27107         Log: Bump up Larry's copyright.
27108      Branch: perl
27109            ! EXTERN.h INTERN.h README av.c av.h cop.h cv.h deb.c doio.c
27110            ! doop.c dump.c ext/DynaLoader/dl_dld.xs form.h gv.c gv.h
27111            ! handy.h hv.c hv.h mg.c mg.h op.c op.h perl.c perl.h perly.y
27112            ! pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c regexec.c run.c
27113            ! scope.c sv.c sv.h toke.c utf8.c utf8.h util.c util.h
27114            ! x2p/EXTERN.h x2p/INTERN.h x2p/a2p.c x2p/a2p.h x2p/a2p.y
27115            ! x2p/a2py.c x2p/hash.c x2p/hash.h x2p/proto.h x2p/str.c
27116            ! x2p/str.h x2p/util.c x2p/util.h x2p/walk.c
27117 ____________________________________________________________________________
27118 [  8288] By: nick                                  on 2000/12/31  21:27:53
27119         Log: Fix .ucm reading - forgot a chr()
27120              Start of .ucm write (for .enc to .ucm)
27121      Branch: perlio
27122            ! ext/Encode/compile
27123 ____________________________________________________________________________
27124 [  8287] By: jhi                                   on 2000/12/31  18:15:56
27125         Log: Comment away a diagnostic message as noted by Craig A. Berry
27126              (the unexpected message was confusing testing)
27127      Branch: perl
27128            ! ext/Encode/Encode.pm
27129 ____________________________________________________________________________
27130 [  8286] By: jhi                                   on 2000/12/31  18:14:51
27131         Log: Subject: [PATCH perl@8269] ext/Encode/Makefile.PL line shortening
27132              Date: Sun, 31 Dec 2000 11:17:37 -0600
27133              From: "Craig A. Berry" <craigberry@mac.com>
27134              Message-Id: <5.0.2.1.0.20001230195844.025636c0@exchi01>
27135      Branch: perl
27136            ! ext/Encode/Makefile.PL
27137 ____________________________________________________________________________
27138 [  8285] By: nick                                  on 2000/12/31  18:11:54
27139         Log: Start of support of ICU-style .ucm files:
27140              - teach compile how to read a .ucm file
27141              - first guess at how to represent fallbacks in "tries".
27142              - use fallbacks if check == 0
27143              - new return code to indicate we used one.
27144      Branch: perlio
27145            ! ext/Encode/Encode.pm ext/Encode/Encode.xs ext/Encode/compile
27146            ! ext/Encode/encengine.c ext/Encode/encode.h
27147 ____________________________________________________________________________
27148 [  8284] By: jhi                                   on 2000/12/31  18:04:41
27149         Log: Pacify picky VMS compiler.
27150              
27151              Subject: perl@8269, whiny Compaq C compiler, unsigned expressions
27152              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27153              Date: Sat, 30 Dec 2000 18:10:02 -0600
27154              Message-Id: <200012310010.CAA09719@tiku.hut.fi>
27155      Branch: perl
27156            ! sv.c
27157 ____________________________________________________________________________
27158 [  8283] By: jhi                                   on 2000/12/31  16:11:47
27159         Log: Wrong alarm: cygwin's getpwuid() is just fine (from Gerrit P. Haase)
27160      Branch: perl
27161            ! t/lib/glob-basic.t
27162 ____________________________________________________________________________
27163 [  8282] By: jhi                                   on 2000/12/31  15:26:11
27164         Log: Integrate perlio.
27165      Branch: perl
27166           !> makedef.pl opcode.pl os2/os2.c perlio.c
27167 ____________________________________________________________________________
27168 [  8281] By: nick                                  on 2000/12/31  10:06:15
27169         Log: Tweak perlio.c so that makedef.pl-exported perlsio_binmode()
27170              is available to be exported
27171      Branch: perlio
27172            ! makedef.pl perlio.c
27173 ____________________________________________________________________________
27174 [  8280] By: nick                                  on 2000/12/31  09:41:26
27175         Log: Ilya's OS2 patch (testing for damage on Win32)
27176      Branch: perlio
27177            ! makedef.pl opcode.pl os2/os2.c
27178 ____________________________________________________________________________
27179 [  8279] By: jhi                                   on 2000/12/30  21:52:07
27180         Log: Test nits.
27181      Branch: perl
27182            ! t/lib/syslfs.t t/op/lfs.t
27183 ____________________________________________________________________________
27184 [  8278] By: jhi                                   on 2000/12/30  21:47:49
27185         Log: Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
27186              From: andreas.koenig@anima.de (Andreas J. Koenig)
27187              Date: 30 Dec 2000 22:35:37 +0100
27188              Message-ID: <m3vgs1a8ye.fsf@ak-71.mind.de>
27189              
27190              The 32-bit wraparound test wasn't quite right.
27191      Branch: perl
27192            ! t/lib/syslfs.t t/op/lfs.t
27193 ____________________________________________________________________________
27194 [  8277] By: jhi                                   on 2000/12/30  21:33:44
27195         Log: Subject: [PATCH] open() example in perlfunc.pod 
27196              From: Karsten Sperling <s_sperli@ira.uka.de>
27197              Date: Sat, 30 Dec 2000 22:27:09 +0100
27198              Message-ID: <"iraun1.ira.0090801:001230.213049"@ira.uka.de>
27199      Branch: perl
27200            ! pod/perlfunc.pod
27201 ____________________________________________________________________________
27202 [  8276] By: jhi                                   on 2000/12/30  20:32:40
27203         Log: Not quite that many tests yet.
27204      Branch: perl
27205            ! t/op/pat.t
27206 ____________________________________________________________________________
27207 [  8275] By: jhi                                   on 2000/12/30  20:26:58
27208         Log: Integrate perlio.
27209      Branch: perl
27210           !> toke.c
27211 ____________________________________________________________________________
27212 [  8274] By: jhi                                   on 2000/12/30  20:24:56
27213         Log: Signedness nit.
27214      Branch: perl
27215            ! utf8.c
27216 ____________________________________________________________________________
27217 [  8273] By: jhi                                   on 2000/12/30  20:15:46
27218         Log: Add a test case for 20000731.001 which was fixed by the #8267.
27219      Branch: perl
27220            ! t/op/pat.t
27221 ____________________________________________________________________________
27222 [  8272] By: nick                                  on 2000/12/30  19:47:51
27223         Log: Tweak for MULTIPLICITY/USE_PERLIO
27224      Branch: perlio
27225            ! toke.c
27226 ____________________________________________________________________________
27227 [  8271] By: nick                                  on 2000/12/30  19:46:45
27228         Log: Integrate mainline
27229      Branch: perlio
27230           +> lib/unicode/distinct.pm
27231           !> Changes MANIFEST doop.c embed.h embed.pl mg.c op.c op.h
27232           !> patchlevel.h perl.h pod/perlapi.pod pp.c pp_ctl.c pp_hot.c
27233           !> proto.h regcomp.c regcomp.h regexec.c sv.c t/op/split.t utf8.c
27234 ____________________________________________________________________________
27235 [  8270] By: jhi                                   on 2000/12/30  19:39:50
27236         Log: Subject: RE: perl@8269
27237              From: "Richard Soderberg" <rs@crystalflame.net>
27238              Date: Sat, 30 Dec 2000 11:36:27 -0800
27239              Message-ID: <NAEKLNAAHLMBPMPNBMLEIEAKCKAA.rs@crystalflame.net>
27240              
27241              A missing aTHX_.
27242      Branch: perl
27243            ! toke.c
27244 ____________________________________________________________________________
27245 [  8269] By: jhi                                   on 2000/12/30  18:55:48
27246         Log: Update Changes.
27247      Branch: perl
27248            ! Changes patchlevel.h
27249 ____________________________________________________________________________
27250 [  8268] By: jhi                                   on 2000/12/30  17:18:40
27251         Log: Add a test for Unicode split //.  The #8267 was the cure.
27252      Branch: perl
27253            ! t/op/split.t
27254 ____________________________________________________________________________
27255 [  8267] By: jhi                                   on 2000/12/30  17:14:19
27256         Log: Subject: more UTF8 test suites and an UTF8 patch
27257              From: Inaba Hiroto <inaba@st.rim.or.jp>
27258              Date: Sat, 30 Dec 2000 14:27:10 +0900
27259              Message-ID: <3A4D722D.243AFD88@st.rim.or.jp> 
27260              
27261              Just the patch part for now, and the pragma renamed
27262              as unicode::distinct.
27263      Branch: perl
27264            + lib/unicode/distinct.pm
27265            ! MANIFEST doop.c embed.h embed.pl mg.c op.c op.h perl.h
27266            ! pod/perlapi.pod pp.c pp_ctl.c pp_hot.c proto.h regcomp.c
27267            ! regcomp.h regexec.c sv.c toke.c utf8.c
27268 ____________________________________________________________________________
27269 [  8266] By: nick                                  on 2000/12/30  16:40:49
27270         Log: Integrate mainline
27271      Branch: perlio
27272           +> lib/Pod/Text/Overstrike.pm
27273           !> MANIFEST doio.c hints/dec_osf.sh hv.c lib/Pod/Man.pm
27274           !> lib/Pod/Text/Color.pm lib/Pod/Text/Termcap.pm op.c
27275           !> pod/pod2text.PL sv.c t/lib/syslfs.t t/op/join.t t/op/lfs.t
27276           !> t/pragma/constant.t t/pragma/sub_lval.t t/pragma/utf8.t util.c
27277           !> vms/vms.c vms/vmsish.h vms/vmspipe.com
27278 ____________________________________________________________________________
27279 [  8265] By: jhi                                   on 2000/12/30  07:28:55
27280         Log: The sv_catsv() fix, take two.
27281      Branch: perl
27282            ! sv.c t/op/join.t
27283 ____________________________________________________________________________
27284 [  8264] By: jhi                                   on 2000/12/30  06:19:18
27285         Log: Undo all the join-related changes since #8248: relevant
27286              portions of 8248, 8249, 8250, 8251, 8260, 8263 must go.
27287              The new sv_catsv() doesn't fly so it must go back to
27288              the drawing board.
27289      Branch: perl
27290            ! sv.c t/op/join.t t/pragma/utf8.t
27291 ____________________________________________________________________________
27292 [  8263] By: jhi                                   on 2000/12/30  01:08:32
27293         Log: (Retracted by #8264)  Tweak sv_catsv() some more.
27294      Branch: perl
27295            ! sv.c
27296 ____________________________________________________________________________
27297 [  8262] By: jhi                                   on 2000/12/30  00:45:14
27298         Log: Retract #8261.
27299      Branch: perl
27300            ! hv.c util.c
27301 ____________________________________________________________________________
27302 [  8261] By: jhi                                   on 2000/12/30  00:38:32
27303         Log: (Retracted by #8261). (Unsuccessful memory access tweaks.)
27304      Branch: perl
27305            ! hv.c util.c
27306 ____________________________________________________________________________
27307 [  8260] By: jhi                                   on 2000/12/29  22:51:33
27308         Log: (Retracted by #8264)  More fixing for #8251.
27309      Branch: perl
27310            ! sv.c
27311 ____________________________________________________________________________
27312 [  8259] By: jhi                                   on 2000/12/29  18:27:30
27313         Log: Subject: podlators 1.06 released
27314              From: Russ Allbery <rra@stanford.edu>
27315              Date: 25 Dec 2000 05:09:30 -0800
27316              Message-ID: <ylwvcosl4l.fsf@windlord.stanford.edu>
27317      Branch: perl
27318            + lib/Pod/Text/Overstrike.pm
27319            ! MANIFEST lib/Pod/Man.pm lib/Pod/Text/Color.pm
27320            ! lib/Pod/Text/Termcap.pm pod/pod2text.PL
27321 ____________________________________________________________________________
27322 [  8258] By: jhi                                   on 2000/12/29  18:20:45
27323         Log: Make the large file tests more robust/talkative as suggested by
27324              
27325              Subject: Re: [ID 20001229.001] Not OK: perl v5.7.0 +DEVEL8221 on i686-linux 2.4.0-test13pre4-ac2 -2 (UNINSTALLED)
27326              From: andreas.koenig@anima.de (Andreas J. Koenig)
27327              Date: 29 Dec 2000 14:23:01 +0100
27328              Message-ID: <m3snn7uzt6.fsf@ak-71.mind.de>
27329      Branch: perl
27330            ! t/lib/syslfs.t t/op/lfs.t
27331 ____________________________________________________________________________
27332 [  8257] By: jhi                                   on 2000/12/29  17:48:04
27333         Log: Further VMS piping fixes from Charles Lane:
27334              
27335              In summary, error messages produced when a subprocess terminated
27336              abnormally were being sent not just to the parent process, but to
27337              grandparents, because of default values for error output that were
27338              not completely overridden when the subprocess was started.
27339              
27340              This patch fixes this behavior by defining user-mode (i.e., temporary
27341              for the duration of the program) logical names for SYS$OUTPUT and
27342              SYS$ERROR when they are (re)opened inside Perl.  And a bunch of other
27343              changes to make it so that the user-mode logicals are the ones that
27344              control where Perl's error messages go if it terminates abnormally.
27345              
27346              I also added some gratuitous fixes to the indentation of braces in
27347              the piping code.  It just looked ugly, before.
27348      Branch: perl
27349            ! doio.c vms/vms.c vms/vmsish.h vms/vmspipe.com
27350 ____________________________________________________________________________
27351 [  8256] By: jhi                                   on 2000/12/29  17:45:12
27352         Log: Subject: [PATCH] Idea: Declare multiple constants at once (fwd)
27353              From: "Casey R. Tweten" <crt@kiski.net>
27354              Date: Fri, 29 Dec 2000 12:03:00 -0500 (EST)
27355              Message-ID: <Pine.OSF.4.21.0012291201150.17186-100000@home.kiski.net>
27356              
27357              Tests for for #8240.
27358      Branch: perl
27359            ! t/pragma/constant.t
27360 ____________________________________________________________________________
27361 [  8255] By: jhi                                   on 2000/12/29  17:43:07
27362         Log: Subject: Re: [PATCH] Interesting syntax idea
27363              From: Simon Cozens <simon@cozens.net>
27364              Date: Fri, 29 Dec 2000 14:34:04 +0000
27365              Message-ID: <20001229143404.A7762@deep-dark-truthful-mirror.perlhacker.org>
27366              
27367              Tests for #8254.
27368      Branch: perl
27369            ! t/pragma/sub_lval.t
27370 ____________________________________________________________________________
27371 [  8254] By: jhi                                   on 2000/12/29  17:42:11
27372         Log: Subject: [PATCH] Interesting syntax idea
27373              From: Simon Cozens <simon@cozens.net>
27374              Date: Wed, 27 Dec 2000 05:08:57 +0000
27375              Message-ID: <20001227050857.A11296@deep-dark-truthful-mirror.perlhacker.org>
27376              
27377              Make opens + bareword assigns do typeglob assigns.
27378      Branch: perl
27379            ! op.c
27380 ____________________________________________________________________________
27381 [  8253] By: jhi                                   on 2000/12/29  17:36:45
27382         Log: Output the (apparent) version of gcc, as suggested by
27383              
27384              Subject: [ID 20001226.001] dec_osf.sh mis-parses gcc version 2.95.2 as less than 2.95, causing installation-failure
27385              From: jhbrown@ai.mit.edu (Jeremy H. Brown)
27386              Date: 26 Dec 2000 04:29:17 -0500
27387              Message-Id: <uv6puify1hu.fsf@suspiria.ai.mit.edu>
27388              
27389              (The patch as such didn't any more apply as the misparsing had
27390              already been addressed in #6474.)  Also change the wording about
27391              gcc 2.95.2, for Jeremy it didn't break sdbm, for me it did.
27392      Branch: perl
27393            ! hints/dec_osf.sh
27394 ____________________________________________________________________________
27395 [  8252] By: nick                                  on 2000/12/29  12:14:31
27396         Log: Integrate mainline
27397      Branch: perlio
27398           !> (integrate 27 files)
27399 ____________________________________________________________________________
27400 [  8251] By: jhi                                   on 2000/12/29  08:45:46
27401         Log: (Retracted by #8264)
27402              
27403              (Fixed by #8260.)
27404              
27405              sv_catsv() needs one more byte space than seems reasonable.
27406              (for join() and PERL_DESTRUCT_LEVEL=2, built with debugging).
27407              Curiouser and curiouser.
27408      Branch: perl
27409            ! sv.c
27410 ____________________________________________________________________________
27411 [  8250] By: jhi                                   on 2000/12/29  07:57:52
27412         Log: More split // UTF-8 tests.
27413      Branch: perl
27414            ! t/pragma/utf8.t
27415 ____________________________________________________________________________
27416 [  8249] By: jhi                                   on 2000/12/29  07:54:51
27417         Log: (Retracted by #8264)  More join() testing which was good because
27418              it revealed a bug in #8248 (the UTF8_EIGHT_BIT_LO() was wrong).
27419      Branch: perl
27420            ! pp.c t/op/join.t utf8.c utf8.h
27421 ____________________________________________________________________________
27422 [  8248] By: jhi                                   on 2000/12/29  07:08:32
27423         Log: (Retracted by #8264)  Externally: join() was still quite UTF-8-unaware.
27424              Internally: sv_catsv() wasn't quite okay on UTF-8, it assumed
27425              that the only cases to care about are byte+byte and byte+character.
27426              
27427              TODO: See how well pp_concat() could be implemented in terms
27428              of sv_catsv().
27429      Branch: perl
27430            ! doop.c sv.c t/op/join.t utf8.h
27431 ____________________________________________________________________________
27432 [  8247] By: jhi                                   on 2000/12/29  06:35:23
27433         Log: Signedness nit.
27434      Branch: perl
27435            ! pp_hot.c
27436 ____________________________________________________________________________
27437 [  8246] By: jhi                                   on 2000/12/29  01:23:31
27438         Log: Subject: Re: [ID 20001226.002] Not OK: perl v5.7.0 +DEVEL8221 on i86pc-solaris 2.8 (UNINSTALLED)
27439              From: Lupe Christoph <lupe@lupe-christoph.de>
27440              Date: Thu, 28 Dec 2000 23:00:00 +0100
27441              Message-ID: <20001228230000.F2574@alanya.lupe-christoph.de>
27442              
27443              Suggest rsync --delete --dry-run.
27444      Branch: perl
27445            ! pod/perlhack.pod
27446 ____________________________________________________________________________
27447 [  8245] By: jhi                                   on 2000/12/28  23:57:05
27448         Log: The maxiters upper limit sanity check (guarding against
27449              non-progress) assumed bytes instead of characters in s///
27450              and split().
27451      Branch: perl
27452            ! pp.c pp_hot.c
27453 ____________________________________________________________________________
27454 [  8244] By: jhi                                   on 2000/12/28  23:34:08
27455         Log: Make some panic messages a bit more logical.
27456      Branch: perl
27457            ! doop.c pod/perldiag.pod pp.c pp_hot.c
27458 ____________________________________________________________________________
27459 [  8243] By: jhi                                   on 2000/12/28  22:59:16
27460         Log: Subject: [PATCH] lvalue AUTOLOAD. No, really.
27461              From: Simon Cozens <simon@cozens.net>
27462              Date: Wed, 27 Dec 2000 02:30:03 +0000
27463              Message-ID: <20001227023003.A7677@deep-dark-truthful-mirror.perlhacker.org>
27464      Branch: perl
27465            ! pp.c t/pragma/sub_lval.t
27466 ____________________________________________________________________________
27467 [  8242] By: jhi                                   on 2000/12/28  22:56:53
27468         Log: Subject: [PATCH blead] Fix B::Terse indentation
27469              From: Daniel Chetlin <daniel@chetlin.com>
27470              Date: Wed, 27 Dec 2000 06:43:30 -0800
27471              Message-ID: <20001227064329.B9573@darkstar>
27472      Branch: perl
27473            ! ext/B/B.pm ext/B/B/Terse.pm t/lib/b.t
27474 ____________________________________________________________________________
27475 [  8241] By: jhi                                   on 2000/12/28  22:48:59
27476         Log: The latter patch from the
27477              
27478              Subject: [PATCH: perl@8211] directory depth typo in one win32 Makefile
27479              From: Peter Prymmer <pvhp@forte.com> 
27480              Date: Fri, 22 Dec 2000 14:52:12 -0800 (PST)
27481              Message-ID: <Pine.OSF.4.10.10012221433140.195493-100000@aspara.forte.com>
27482              
27483              (the former patch from the above should have been
27484              taken care of by Nick I-S)
27485      Branch: perl
27486            ! win32/Makefile
27487 ____________________________________________________________________________
27488 [  8240] By: jhi                                   on 2000/12/28  22:45:22
27489         Log: Subject: Re: [PATCH] Idea: Declare multiple constants at once
27490              From: "Casey R. Tweten" <crt@kiski.net>
27491              Date: Fri, 22 Dec 2000 10:35:53 -0500 (EST)
27492              Message-ID: <Pine.OSF.4.21.0012221032030.28992-100000@home.kiski.net>
27493      Branch: perl
27494            ! lib/constant.pm
27495 ____________________________________________________________________________
27496 [  8239] By: jhi                                   on 2000/12/28  22:37:45
27497         Log: Subject: [PATCH] Re: [ID 19991001.003] sort(sub(arg)) misparsed as sort sub args
27498              From: Simon Cozens <simon@cozens.net>
27499              Date: Wed, 27 Dec 2000 14:12:44 +0000
27500              Message-ID: <20001227141244.A13344@deep-dark-truthful-mirror.perlhacker.org>
27501      Branch: perl
27502            ! t/op/method.t t/op/sort.t toke.c
27503 ____________________________________________________________________________
27504 [  8238] By: jhi                                   on 2000/12/28  22:30:32
27505         Log: Subject: [PATCH perl@8229] Call.pm
27506              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
27507              Date: Mon, 25 Dec 2000 10:47:15 -0000
27508              Message-ID: <000201c06e60$0b967760$a20a140a@bfs.phone.com>
27509      Branch: perl
27510            ! ext/Filter/Util/Call/Call.pm
27511 ____________________________________________________________________________
27512 [  8237] By: jhi                                   on 2000/12/28  22:19:21
27513         Log: Subject: [PATCH blead] Fix problem with `&' prototype
27514              From: Daniel Chetlin <daniel@chetlin.com>
27515              Date: Wed, 27 Dec 2000 15:55:32 -0800
27516              Message-ID: <20001227155532.D9573@darkstar>
27517      Branch: perl
27518            ! op.c t/comp/proto.t
27519 ____________________________________________________________________________
27520 [  8236] By: jhi                                   on 2000/12/28  22:09:25
27521         Log: Subject: Re: [PATCH blead] Fix segfault in gv_handler/mg_find
27522              From: Daniel Chetlin <daniel@chetlin.com>
27523              Date: Sun, 24 Dec 2000 04:09:49 -0800
27524              Message-ID: <20001224040949.B3090@darkstar>
27525      Branch: perl
27526            ! gv.c mg.c t/op/attrs.t
27527 ____________________________________________________________________________
27528 [  8235] By: jhi                                   on 2000/12/28  22:07:11
27529         Log: Subject: [PATCH] Win32::Spawn() didn't inherit cwd and env correctly
27530              From: Jan Dubois <jand@ActiveState.com>
27531              Date: Tue, 26 Dec 2000 20:57:31 -0800
27532              Message-ID: <reti4ts0php3anruv0qcjru3tl850g3sfd@4ax.com>
27533      Branch: perl
27534            ! win32/win32.c
27535 ____________________________________________________________________________
27536 [  8234] By: jhi                                   on 2000/12/28  21:52:42
27537         Log: Subject: Re: [PATCH] Warn on use of reference as array elem
27538              From: Simon Cozens <simon@cozens.net>
27539              Date: Thu, 28 Dec 2000 20:33:13 +0000
27540              Message-ID: <20001228203313.A2607@deep-dark-truthful-mirror.perlhacker.org>
27541      Branch: perl
27542            ! pod/perldiag.pod pp_hot.c t/pragma/warn/pp_hot
27543 ____________________________________________________________________________
27544 [  8233] By: jhi                                   on 2000/12/28  19:40:49
27545         Log: Integrate perlio.
27546      Branch: perl
27547           !> ext/Encode/Makefile.PL ext/Encode/compile
27548 ____________________________________________________________________________
27549 [  8232] By: nick                                  on 2000/12/23  16:06:00
27550         Log: Encode's Makefile.PL fix not good for dmake $(MAKEFILE) is set to -f Makefile
27551              and fails to make '-f'. (Also handle case where xxxx.c files have not been deleted.)
27552      Branch: perlio
27553            ! ext/Encode/Makefile.PL
27554 ____________________________________________________________________________
27555 [  8231] By: nick                                  on 2000/12/23  14:30:34
27556         Log: "Compiled" encode build cleanup
27557              - Makefile uses catfile $(MAKEFILE) etc. for platform issues.
27558              - .c files do not export sub-tables
27559      Branch: perlio
27560            ! ext/Encode/Makefile.PL ext/Encode/compile
27561 ____________________________________________________________________________
27562 [  8230] By: nick                                  on 2000/12/23  12:50:37
27563         Log: Integrate mainline
27564      Branch: perlio
27565           !> INSTALL lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
27566           !> lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
27567           !> pod/perl5004delta.pod pod/perl5005delta.pod
27568           !> pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
27569           !> pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
27570           !> pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
27571           !> pod/perlsub.pod
27572 ____________________________________________________________________________
27573 [  8229] By: jhi                                   on 2000/12/22  15:32:12
27574         Log: Integrate perlio.
27575      Branch: perl
27576           +> win32/distclean.bat
27577           !> MANIFEST t/io/utf8.t
27578 ____________________________________________________________________________
27579 [  8228] By: jhi                                   on 2000/12/22  15:29:40
27580         Log: Subject: [PATCH 5.6.1-TRIAL1 and @8223]; was Re: Perlbug 20000322.006 status +update
27581              From: Robin Barker <rmb1@cise.npl.co.uk>
27582              Date: Fri, 22 Dec 2000 12:17:38 GMT
27583              Message-Id: <200012221217.MAA21332@tempest.npl.co.uk>
27584      Branch: perl
27585            ! lib/CGI.pm lib/CPAN.pm lib/Pod/Select.pm
27586            ! lib/Text/ParseWords.pm lib/Win32.pod pod/perl.pod
27587            ! pod/perl5004delta.pod pod/perl5005delta.pod
27588            ! pod/perl56delta.pod pod/perldelta.pod pod/perldiag.pod
27589            ! pod/perlembed.pod pod/perlfaq4.pod pod/perllocale.pod
27590            ! pod/perlmodlib.pod pod/perlrequick.pod pod/perlretut.pod
27591            ! pod/perlsub.pod
27592 ____________________________________________________________________________
27593 [  8227] By: jhi                                   on 2000/12/22  15:24:28
27594         Log: Subject: Re: A Configure option like 'otherlibdirs' but for *pre*pending?
27595              From: "John L. Allen" <allen@grumman.com>
27596              Date: Thu, 21 Dec 2000 14:39:58 -0500 (EST)
27597              Message-ID: <Pine.SOL.3.91.1001221133227.23511A-100000@gateway.grumman.com>
27598              
27599              Document APPLLIB_EXP.
27600      Branch: perl
27601            ! INSTALL
27602 ____________________________________________________________________________
27603 [  8226] By: nick                                  on 2000/12/21  22:11:50
27604         Log: Handy script for when one forgets to "dmake clean" 
27605      Branch: perlio
27606            + win32/distclean.bat
27607            ! MANIFEST
27608 ____________________________________________________________________________
27609 [  8225] By: nick                                  on 2000/12/21  21:54:04
27610         Log: CRLF platform issue with io/utf8 fix.
27611      Branch: perlio
27612            ! t/io/utf8.t
27613 ____________________________________________________________________________
27614 [  8224] By: nick                                  on 2000/12/21  21:02:20
27615         Log: Integrate mainline
27616      Branch: perlio
27617           !> Changes Configure Makefile.SH Porting/Glossary
27618           !> Porting/config.sh Porting/config_H configure.com
27619           !> epoc/config.sh ext/Thread/Thread.xs patchlevel.h
27620           !> pod/perlfaq3.pod pod/perlfunc.pod pod/perltoc.pod pp_sys.c
27621           !> sv.c t/io/fs.t t/op/misc.t t/op/utf8decode.t t/pragma/utf8.t
27622           !> win32/config.bc win32/config.gc win32/config.vc
27623 ____________________________________________________________________________
27624 [  8223] By: jhi                                   on 2000/12/21  17:09:16
27625         Log: Update Changes.
27626      Branch: perl
27627            ! Changes patchlevel.h
27628 ____________________________________________________________________________
27629 [  8222] By: jhi                                   on 2000/12/21  16:24:01
27630         Log: Metaconfig unit changes for #8221.
27631      Branch: metaconfig/U/perl
27632           +> issymlink.U
27633            - testsyml.U
27634            ! Mksymlinks.U
27635 ____________________________________________________________________________
27636 [  8221] By: jhi                                   on 2000/12/21  16:23:48
27637         Log: Rename testsyml to issymlink.
27638      Branch: perl
27639            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27640            ! epoc/config.sh pod/perltoc.pod win32/config.bc win32/config.gc
27641            ! win32/config.vc
27642 ____________________________________________________________________________
27643 [  8220] By: jhi                                   on 2000/12/21  15:47:26
27644         Log: Robustness support for #8218 (symlink forest) since the GNU
27645              tools seem to be overly picky about symlinkage depths.
27646      Branch: perl
27647            ! Makefile.SH t/io/fs.t
27648 ____________________________________________________________________________
27649 [  8219] By: jhi                                   on 2000/12/21  15:38:27
27650         Log: Metaconfig changes for #8218.
27651      Branch: metaconfig
27652            ! U/modified/Oldconfig.U
27653      Branch: metaconfig/U/perl
27654            + Mksymlinks.U
27655            ! testsyml.U
27656 ____________________________________________________________________________
27657 [  8218] By: jhi                                   on 2000/12/21  15:37:57
27658         Log: Add Configure option -Dmksymlinks which will create a symlink
27659              forest if the current/build differs from the source directory.
27660              TODO: mkdir -p is not portable.
27661      Branch: perl
27662            ! Configure
27663 ____________________________________________________________________________
27664 [  8217] By: jhi                                   on 2000/12/21  14:39:12
27665         Log: Subject: [PATCH] Re: Latest tarball doesn't build with threads
27666              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
27667              Date: Thu, 21 Dec 2000 09:38:18 GMT
27668              Message-Id: <200012210938.JAA29043@mikado.tiuk.ti.com>
27669              
27670              The ofs became an SV.
27671      Branch: perl
27672            ! ext/Thread/Thread.xs
27673 ____________________________________________________________________________
27674 [  8216] By: jhi                                   on 2000/12/21  05:40:21
27675         Log: The polymorphism seems to have fixed 20000517.001.
27676      Branch: perl
27677            ! t/pragma/utf8.t
27678 ____________________________________________________________________________
27679 [  8215] By: jhi                                   on 2000/12/21  04:44:52
27680         Log: read() documentation tweak for 20001121.004.
27681      Branch: perl
27682            ! pod/perlfunc.pod
27683 ____________________________________________________________________________
27684 [  8214] By: jhi                                   on 2000/12/21  03:54:11
27685         Log: Fix for 20001210.003, "write(FH) on closed FH causes segv".
27686      Branch: perl
27687            ! pp_sys.c t/op/misc.t
27688 ____________________________________________________________________________
27689 [  8213] By: jhi                                   on 2000/12/21  00:28:10
27690         Log: Subject: [patch: perl@8211]VMS: add -Duseperlio capacity to configure.com
27691              From: Peter Prymmer <pvhp@forte.com>
27692              Date: Wed, 20 Dec 2000 16:13:32 -0800 (PST)
27693              Message-ID: <Pine.OSF.4.10.10012201609140.11967-100000@aspara.forte.com>
27694      Branch: perl
27695            ! configure.com
27696 ____________________________________________________________________________
27697 [  8212] By: jhi                                   on 2000/12/21  00:26:21
27698         Log: Edit edit edit.
27699      Branch: perl
27700            ! pod/perlfaq3.pod
27701 ____________________________________________________________________________
27702 [  8211] By: jhi                                   on 2000/12/20  18:52:46
27703         Log: Update Changes.
27704      Branch: perl
27705            ! Changes patchlevel.h
27706 ____________________________________________________________________________
27707 [  8210] By: jhi                                   on 2000/12/20  18:34:47
27708         Log: Yet another editor edit.
27709      Branch: perl
27710            ! pod/perlfaq3.pod
27711 ____________________________________________________________________________
27712 [  8209] By: jhi                                   on 2000/12/20  15:33:28
27713         Log: More Win32 Perling.
27714      Branch: perl
27715            ! pod/perlfaq3.pod
27716 ____________________________________________________________________________
27717 [  8208] By: jhi                                   on 2000/12/20  15:07:46
27718         Log: More Win32 editor/IDE/shell hints.
27719      Branch: perl
27720            ! pod/perlfaq3.pod
27721 ____________________________________________________________________________
27722 [  8207] By: jhi                                   on 2000/12/20  03:54:08
27723         Log: Subject: [PATCH] obscure timing knowledge
27724              From: Nicholas Clark <nick@ccl4.org>
27725              Date: Tue, 19 Dec 2000 19:22:31 +0000
27726              Message-ID: <20001219192231.F2827@plum.flirble.org>
27727      Branch: perl
27728            ! sv.c
27729 ____________________________________________________________________________
27730 [  8206] By: jhi                                   on 2000/12/20  03:45:57
27731         Log: Subject: [ID 20001219.011] Not OK: perl v5.7.1 +DEVEL8205 on alpha-dec_osf-perlio-multi 4.0f (UNINSTALLED)
27732              From: Spider Boardman <spider@leggy.zk3.dec.com>
27733              Date: Tue, 19 Dec 2000 21:30:16 -0500
27734              Message-Id: <200012200230.VAA17619@leggy.zk3.dec.com>
27735      Branch: perl
27736            ! sv.c
27737 ____________________________________________________________________________
27738 [  8205] By: jhi                                   on 2000/12/19  23:02:01
27739         Log: Update Changes.
27740      Branch: perl
27741            ! Changes patchlevel.h
27742 ____________________________________________________________________________
27743 [  8204] By: jhi                                   on 2000/12/19  22:58:18
27744         Log: Recode the naughty binary bytes ([\x00-\x08\x0b-\x1f\x7f-\xff])
27745              using the \xHH notation.  No more inlined UTF-8, sigh, but easier
27746              on editors and diffing/patching.
27747      Branch: perl
27748            ! t/op/utf8decode.t
27749 ____________________________________________________________________________
27750 [  8203] By: nick                                  on 2000/12/19  21:36:16
27751         Log: Integrate mainline (forgot my own change...)
27752      Branch: perlio
27753           !> ext/Encode/compile
27754 ____________________________________________________________________________
27755 [  8202] By: nick                                  on 2000/12/19  21:34:42
27756         Log: Integrate mainline.
27757      Branch: perlio
27758           !> (integrate 61 files)
27759 ____________________________________________________________________________
27760 [  8201] By: nick                                  on 2000/12/19  21:34:06
27761         Log: Avoid looking for File::Glob when we don't need it.
27762      Branch: perl
27763            ! ext/Encode/compile
27764 ____________________________________________________________________________
27765 [  8200] By: jhi                                   on 2000/12/19  18:35:49
27766         Log: Update Changes.
27767      Branch: perl
27768            ! Changes patchlevel.h
27769 ____________________________________________________________________________
27770 [  8199] By: jhi                                   on 2000/12/19  18:35:07
27771         Log: Microperl tweaks.
27772      Branch: perl
27773            ! sv.c uconfig.h uconfig.sh
27774 ____________________________________________________________________________
27775 [  8198] By: jhi                                   on 2000/12/19  18:29:59
27776         Log: Regen Configure, nitfix uconfig.sh (d_vendorarch is needed).
27777      Branch: perl
27778            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
27779            ! config_h.SH pod/perltoc.pod uconfig.h uconfig.sh
27780 ____________________________________________________________________________
27781 [  8197] By: jhi                                   on 2000/12/19  17:55:29
27782         Log: In VMS embedded perls couldn't access the statically built Socket,
27783              from Charles Lane.
27784      Branch: perl
27785            ! configure.com
27786 ____________________________________________________________________________
27787 [  8196] By: jhi                                   on 2000/12/19  17:49:50
27788         Log: Subject: [PATCH perl@8143] DB_File-1.75 (was RE: [8104] DB_File)
27789              From: "Paul Marquess" <Paul_Marquess@yahoo.co.uk> 
27790              Date: Sun, 17 Dec 2000 19:11:44 -0000
27791              Message-ID: <000801c0685d$3224e5a0$a20a140a@bfs.phone.com> 
27792      Branch: perl
27793            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
27794            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo
27795 ____________________________________________________________________________
27796 [  8195] By: jhi                                   on 2000/12/19  17:47:53
27797         Log: Subject: [patch perl@8150] h2xs SYNOPSIS
27798              From: Jonathan Stowe <gellyfish@gellyfish.com>
27799              Date: Mon, 18 Dec 2000 10:24:38 +0000 (GMT)
27800              Message-ID: <Pine.LNX.4.10.10012181021180.20731-100000@orpheus.gellyfish.com>
27801      Branch: perl
27802            ! utils/h2xs.PL
27803 ____________________________________________________________________________
27804 [  8194] By: jhi                                   on 2000/12/19  17:46:28
27805         Log: Subject: Re: useless use of void context work-around
27806              From: andreas.koenig@anima.de (Andreas J. Koenig)
27807              Date: 16 Dec 2000 15:13:36 +0100
27808              Message-ID: <m3g0jofo8f.fsf@ak-71.mind.de>
27809              
27810              Document (comment) the q(di ds ig) trick in the code.
27811      Branch: perl
27812            ! op.c
27813 ____________________________________________________________________________
27814 [  8193] By: jhi                                   on 2000/12/19  17:10:57
27815         Log: Subject: [ID 20001215.004] Sys::Syslog::xlate doesn't handle LOG_EMERG
27816              From: "Mark J. Reed" <mreed@strange.turner.com>
27817              Date: Fri, 15 Dec 2000 21:22:29 -0500 (EST)
27818              Message-Id: <200012160222.VAA13986@strange.turner.com>
27819      Branch: perl
27820            ! ext/Sys/Syslog/Syslog.pm
27821 ____________________________________________________________________________
27822 [  8192] By: jhi                                   on 2000/12/19  17:07:45
27823         Log: Subject: [PATCH] Re: [PATCH] strtoq, strtou(q|ll|l) testing
27824              From: Nicholas Clark <nick@ccl4.org>
27825              Date: Sat, 16 Dec 2000 19:03:13 +0000
27826              Message-ID: <20001216190313.D68304@plum.flirble.org>
27827      Branch: perl
27828            ! t/op/64bitint.t
27829 ____________________________________________________________________________
27830 [  8191] By: jhi                                   on 2000/12/19  17:06:13
27831         Log: Subject: [ID 20001218.005] Not OK: perl v5.7.0 +DEVEL8148 on powerpc-machten 4.1.4
27832              From: Dominic Dunlop <domo@computer.org>
27833              Date: Mon, 18 Dec 2000 12:00:15 +0100
27834              Message-Id: <p04320404b6639e7aa043@[192.168.1.4]>
27835              
27836              This patchlet is needed in order that perl can be statically linked.  
27837      Branch: perl
27838            ! regexec.c
27839 ____________________________________________________________________________
27840 [  8190] By: jhi                                   on 2000/12/19  17:03:08
27841         Log: Subject: [PATCH perl@8133] finding PerlIO symbols for VMS
27842              From: "Craig A. Berry" <craig.berry@psinetcs.com>
27843              Date: Sun, 17 Dec 2000 00:18:35 -0600
27844              Message-Id: <p04330102b661bc01daba@[172.16.52.1]>
27845      Branch: perl
27846            ! perlio.h vms/gen_shrfls.pl
27847 ____________________________________________________________________________
27848 [  8189] By: jhi                                   on 2000/12/19  16:20:28
27849         Log: Subject: [DOC PATCH: perl@8150, 5.6.1-TRIAL1] update list of lang. sensitive editors/IDES
27850              From: Prymmer/Kahn <pvhp@best.com>
27851              Date: Tue, 19 Dec 2000 08:08:31 -0800 (PST)
27852              Message-ID: <Pine.BSF.4.21.0012190804040.14656-100000@shell8.ba.best.com>
27853              
27854              A better version of #8188.
27855      Branch: perl
27856            ! pod/perlfaq3.pod
27857 ____________________________________________________________________________
27858 [  8188] By: jhi                                   on 2000/12/19  15:57:06
27859         Log: (Replaced by #8189)
27860              
27861              Subject: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
27862              Date: Mon, 18 Dec 2000 08:03:34 -0800 (PST)
27863              From: Prymmer/Kahn <pvhp@best.com>
27864              Message-ID: <Pine.BSF.4.21.0012180802090.27110-100000@shell8.ba.best.com>
27865              Subject: Re: [DOC PATCH: perl@7953] update list of lang. sensitive editors/IDES
27866              From: Ronald J Kimball <rjk@linguist.Thayer.Dartmouth.EDU>
27867              Date: Mon, 18 Dec 2000 11:10:45 -0500
27868              Message-ID: <20001218111044.B180222@linguist.thayer.dartmouth.edu>
27869      Branch: perl
27870            ! pod/perlfaq3.pod
27871 ____________________________________________________________________________
27872 [  8187] By: jhi                                   on 2000/12/19  15:54:19
27873         Log: Email address fix for Anton Berezin.
27874      Branch: perl
27875            ! AUTHORS
27876 ____________________________________________________________________________
27877 [  8186] By: jhi                                   on 2000/12/19  15:38:54
27878         Log: Subject: [PATCH perl@8102] cygwin port
27879              From: "Eric Fifer" <efifer@dircon.co.uk> 
27880              Date: Thu, 14 Dec 2000 13:41:29 -0000
27881              Message-Id: <200012141340.NAA54236@mailhost1.dircon.co.uk>
27882              
27883              When compiling modules the data item that is being imported
27884              from libperl.dll needs to be tagged as imported/shared data:
27885              extern __declspec(dllimport) PerlIO_funcs PerlIO_pending;
27886      Branch: perl
27887            ! perliol.h
27888 ____________________________________________________________________________
27889 [  8185] By: jhi                                   on 2000/12/19  14:53:24
27890         Log: Regen uconfig.h and uconfig.sh.
27891      Branch: perl
27892            ! uconfig.h uconfig.sh
27893 ____________________________________________________________________________
27894 [  8184] By: jhi                                   on 2000/12/18  20:43:49
27895         Log: Comments work so much better when they are closed.
27896      Branch: perl
27897            ! regcomp.c
27898 ____________________________________________________________________________
27899 [  8183] By: jhi                                   on 2000/12/18  18:04:02
27900         Log: Some compilers (e.g. HP-UX) can't switch on 64-bit integers.
27901              Fixes the bug 20001218.016.
27902      Branch: perl
27903            ! regcomp.c
27904 ____________________________________________________________________________
27905 [  8182] By: gsar                                  on 2000/12/18  09:53:47
27906         Log: delete spurious files
27907      Branch: maint-5.6/perl
27908            - lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif vos/config.def
27909            - vos/config.h vos/config_h.SH_orig
27910 ____________________________________________________________________________
27911 [  8181] By: gsar                                  on 2000/12/18  09:46:08
27912         Log: regen perltoc
27913      Branch: maint-5.6/perl
27914            ! pod/buildtoc.PL pod/perl.pod pod/perlapi.pod pod/perltoc.pod
27915 ____________________________________________________________________________
27916 [  8180] By: gsar                                  on 2000/12/18  09:20:27
27917         Log: integrate changes#7924..7926,7946,7952 from mainline
27918      Branch: maint-5.6/perl
27919           !> lib/CPAN.pm lib/CPAN/FirstTime.pm lib/ExtUtils/MM_Unix.pm
27920           !> lib/File/stat.pm t/lib/class-struct.t
27921 ____________________________________________________________________________
27922 [  8179] By: gsar                                  on 2000/12/18  08:55:54
27923         Log: integrate changes#7889,7890,7900,7903,7904,7907,7910,7917,
27924              7918,7919,7988,8907 from mainline (various)
27925      Branch: maint-5.6/perl
27926           +> t/lib/class-struct.t
27927           !> MANIFEST README.amiga ext/Sys/Syslog/Syslog.pm gv.c
27928           !> lib/Class/Struct.pm pod/perlipc.pod pod/perltie.pod
27929           !> t/lib/syslfs.t t/op/lfs.t utils/perlcc.PL
27930 ____________________________________________________________________________
27931 [  8178] By: gsar                                  on 2000/12/18  08:16:30
27932         Log: avoid redefinition warnings on windows due to sys/socket.h getting
27933              #included before win32.h
27934      Branch: maint-5.6/perl
27935            ! win32/include/sys/socket.h
27936 ____________________________________________________________________________
27937 [  8177] By: gsar                                  on 2000/12/18  05:24:04
27938         Log: make regen_headers; fix POSIX.xs problems; remove outdated
27939              code from sys/socket.h that makes build fail now
27940      Branch: maint-5.6/perl
27941            ! ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c
27942            ! pod/perlapi.pod
27943           !> win32/include/sys/socket.h
27944 ____________________________________________________________________________
27945 [  8176] By: gsar                                  on 2000/12/18  05:20:17
27946         Log: update Changes
27947      Branch: maint-5.6/perl
27948            ! Changes patchlevel.h
27949 ____________________________________________________________________________
27950 [  8175] By: gsar                                  on 2000/12/18  04:57:48
27951         Log: integrate changes#7643,7646..7649,7651..7654,7658,7659,
27952              7661..7665,7667..7669,7671,7673,7676,7677,7681..7683,
27953              7689..7697,7699..7701,7703,7705,7714,7715,7718..7723,
27954              7725,7726,7729..7732,7737,7748,7749,7758,7759,7761,7773,
27955              7775,7776,7782,7785..7787,7804,7807,7808,7810,7811,7816,
27956              7823,7825,7838
27957      Branch: maint-5.6/perl
27958           +> lib/File/Spec/Epoc.pm
27959           !> (integrate 88 files)
27960 ____________________________________________________________________________
27961 [  8174] By: gsar                                  on 2000/12/18  03:53:09
27962         Log: integrate changes#7602,7604..7611,7614,7616..7619,7621..7623,
27963              7625..7629,7631..7634,7637,7639,7642 from mainline
27964      Branch: maint-5.6/perl
27965           +> README.solaris
27966           !> (integrate 26 files)
27967 ____________________________________________________________________________
27968 [  8173] By: gsar                                  on 2000/12/18  03:37:02
27969         Log: integrate changes#7472,7474..7479,7481,7485,7489,7493,7494,7496,
27970              7497,7499..7503,7505..7507,7509..7513,7515..7523,7526..7534,
27971              7536,7540,7542,7544..7546,7549,7553,7556,7557,7559,7561..7563,
27972              7565,7568..7572,7576,7578..7589,9592..7594,7596..7601 from mainline
27973      Branch: maint-5.6/perl
27974           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
27975            - MAINTAIN
27976           !> (integrate 111 files)
27977 ____________________________________________________________________________
27978 [  8172] By: jhi                                   on 2000/12/18  02:49:27
27979         Log: Regen pods.
27980      Branch: perl
27981            ! pod/perlmodlib.pod pod/perltoc.pod
27982 ____________________________________________________________________________
27983 [  8171] By: gsar                                  on 2000/12/18  02:49:24
27984         Log: integrate changes#7447,7448,7450,7454,7456,7457,7460,7462,
27985              7465..7471 from mainline
27986              
27987              Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
27988              in platforms that strictly require all the symbols being present
27989              at link time.
27990              
27991              Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
27992              
27993              Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
27994              
27995              Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
27996              
27997              Subject: [PATCH] todo
27998              
27999              Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
28000              
28001              Use $sort, $uniq (and $tr) consistently as wondered
28002              by Nicholas Clark.
28003              
28004              Too enthusiastic editing in #7460.
28005              
28006              The reëntrant version shouldn't be needed unless USE_PURE_BISON.
28007              
28008              Upgrade to CPAN 1.58_55.
28009              Subject: CPAN.pm status
28010              
28011              Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
28012              
28013              Make target reordering to avoid pointless re-makes.
28014              Subject: Re: Total re-make of 'make okfile' after 7451 ?
28015              
28016              Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
28017              
28018              Subject: DOC PATCH 5.6.0
28019              
28020              Add the repository doc by Malcolm, Sarathy, and by Simon,
28021              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
28022      Branch: maint-5.6/perl
28023           +> Porting/repository.pod
28024           !> Configure MANIFEST Makefile.SH README.dos README.os2
28025           !> config_h.SH configure.com embed.h embed.pl handy.h lib/CPAN.pm
28026           !> lib/CPAN/FirstTime.pm perl.h pod/perlfunc.pod pod/perltodo.pod
28027           !> pp.c proto.h t/io/open.t t/op/assignwarn.t toke.c
28028 ____________________________________________________________________________
28029 [  8169] By: gsar                                  on 2000/12/18  02:33:34
28030         Log: integrate changes#7416,7417,7420..7422,7424,7426..7429,7431..7433,
28031              7435..7441,7445 from mainline
28032              
28033              Make the UTF-8 decoding stricter and more verbose when
28034              malformation happens.  This involved adding an argument
28035              to utf8_to_uv_chk(), which involved changing its prototype,
28036              and prefer STRLEN over I32 for the UTF-8 length, which as
28037              a domino effect necessitated changing the prototypes of
28038              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
28039              The stricter UTF-8 decoding checking uses Markus Kuhn's
28040              UTF-8 Decode Stress Tester from
28041              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
28042              
28043              Run vms/vms_yfix.pl, should have done that after changing
28044              perly.c in #7382.
28045              
28046              Subject: [PATCH 5.7.0] static linking with uninstalled perl
28047              
28048              (Replaced by #7440.)
28049              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
28050              
28051              Fix the bug ID 20001024.005, the bug introduced by #7416.
28052              
28053              Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
28054              
28055              Fix the bug reported in
28056              From: andreas.koenig@anima.de (Andreas J. Koenig)
28057              Also make is_utf8_char() stricter.
28058              
28059              Missed the header file changes from #7425.
28060              
28061              Check if stdio supports tweaking lval and cnt simultaneously.
28062              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
28063              
28064              Stratus VOS updates from Paul Green.
28065              
28066              Podify README.epoc and README.vos.
28067              
28068              Add targets to Makefile.SH, most importantly
28069              'regen_all' which also remembers to update vms/perly*.
28070              
28071              Subject: Minor update to find2perl, for portability
28072              
28073              Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
28074              
28075              Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
28076              
28077              Rename UTF8LEN() to be UNISKIP(), too confusing to have
28078              UTF8LEN() and UTF8SKIP(). 
28079              
28080              Allow poking holes at the UTF-8 decoding strictness.
28081              
28082              Continue the internal UTF-8 API tweaking.
28083              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
28084              used much more than the simpler API, now called utf8_to_uv_simple().
28085              Still not quite happy with API, too much partial duplication
28086              of functionality.
28087              
28088              A new version of making the syslog test more robust.
28089              (Replaces #7421.)
28090              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
28091              
28092              buildtoc target tweaks.
28093              
28094              Integrate with vmsperl #7430 by Charles Bailey:
28095              
28096              Cleanup from prior patch (Charles Lane?):
28097              - improve handling of MFDs in Basename and Path
28098              - default to no xsubpp line # munging when building debug images
28099      Branch: maint-5.6/perl
28100           +> vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28101           +> vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
28102           !> (integrate 67 files)
28103 ____________________________________________________________________________
28104 [  8168] By: gsar                                  on 2000/12/18  02:05:49
28105         Log: integrate changes#7512,7733 from mainline (regex bugfixes)
28106              
28107              Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
28108              From: Martin Husemann <martin@duskware.de>
28109              
28110              Subject: [PATCH 5.7.0] restore match data on backtracing
28111              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28112      Branch: maint-5.6/perl
28113           !> regcomp.c regexec.c t/op/re_tests
28114 ____________________________________________________________________________
28115 [  8167] By: gsar                                  on 2000/12/18  01:55:22
28116         Log: integrate changes#7858,7986 from mainline
28117              
28118              C<foreach my $x ...> in pseudo-fork()ed process may diddle
28119              parent's memory; fix it by keeping track of the actual pad
28120              offset rather than a raw pointer (this change is probably also
28121              relevant to non-ithreads case to avoid fallout from reallocs of
28122              the pad array, but is currently only enabled for the ithreads
28123              case in the interests of minimal disruption to existing "well
28124              tested" code)
28125              
28126              fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
28127              due to the notorious GetFileType() bug in Windows 9x, which fstat()
28128              tickles)
28129      Branch: maint-5.6/perl
28130           !> embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
28131           !> proto.h scope.c scope.h sv.c t/op/fork.t win32/perlhost.h
28132           !> win32/win32.c win32/win32.h win32/win32sck.c
28133 ____________________________________________________________________________
28134 [  8166] By: gsar                                  on 2000/12/18  01:52:59
28135         Log: integrate changes#7626,7632,7717,7738,7814,7817,7902,7912,7915
28136              from mainline (xsubpp and ExtUtils::LibList fixups, various
28137              other small items)
28138      Branch: maint-5.6/perl
28139           !> emacs/cperl-mode.el emacs/ptags lib/ExtUtils/Liblist.pm
28140           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm
28141           !> lib/ExtUtils/xsubpp lib/unicode/syllables.txt minimod.pl
28142           !> pod/perlfunc.pod pod/perlxs.pod pod/perlxstut.pod t/op/split.t
28143           !> win32/bin/search.pl
28144 ____________________________________________________________________________
28145 [  8165] By: gsar                                  on 2000/12/18  01:28:45
28146         Log: integrate changes#7533,7563,7611,7623 from mainline (various
28147              malloc.c embellishments)
28148      Branch: maint-5.6/perl
28149           !> malloc.c pod/perldiag.pod
28150 ____________________________________________________________________________
28151 [  8164] By: gsar                                  on 2000/12/18  01:23:33
28152         Log: integrate changes#7419,7806,8129 from mainline (various h2xs
28153              fixups)
28154      Branch: maint-5.6/perl
28155           !> utils/h2xs.PL
28156 ____________________________________________________________________________
28157 [  8163] By: gsar                                  on 2000/12/18  01:17:50
28158         Log: integrate changes#7493,7599,7803 from mainline (various perlbug
28159              fixups)
28160      Branch: maint-5.6/perl
28161           !> Makefile.SH utils/perlbug.PL
28162 ____________________________________________________________________________
28163 [  8162] By: gsar                                  on 2000/12/18  00:25:43
28164         Log: always export Perl_deb() (it is required by re.xs whether
28165              Perl is built with or without -DDEBUGGING)
28166      Branch: maint-5.6/perl
28167            ! makedef.pl
28168 ____________________________________________________________________________
28169 [  8161] By: gsar                                  on 2000/12/18  00:23:38
28170         Log: integrate change#7414 from mainline
28171              
28172              Undo the basename() part of #7412 since the lib/basename
28173              tests would need upgrading too.
28174              
28175              squelch two tests in tr.t that rely on tr/// paranoia change
28176              that's not in 5.6.x
28177      Branch: maint-5.6/perl
28178            ! t/op/tr.t
28179           !> lib/File/Basename.pm
28180 ____________________________________________________________________________
28181 [  8160] By: gsar                                  on 2000/12/18  00:05:30
28182         Log: missing change in previous integrate
28183      Branch: maint-5.6/perl
28184           !> README.aix
28185 ____________________________________________________________________________
28186 [  8159] By: gsar                                  on 2000/12/18  00:03:38
28187         Log: integrate changes#7205..7210,7212,7214..7219,7222,7223,7225,7226,
28188              7228,7230..7241,7243,7346,7347,7350..7354,7356,7358..7360,7362,
28189              7363,7365..7368,7370..7374,7376..7386,7391,7393..7399,7304..7408,
28190              7410..7413 from mainline
28191      Branch: maint-5.6/perl
28192           +> README.aix hints/nonstopux.sh lib/unicode/Is/DCmedial.pl
28193           +> t/lib/tie-splice.t
28194            - lib/unicode/Is/DCinital.pl
28195           !> (integrate 112 files)
28196 ____________________________________________________________________________
28197 [  8158] By: jhi                                   on 2000/12/17  23:04:24
28198         Log: Subject: [PATCHES] RE: perl@8150 
28199              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
28200              Date: Sun, 17 Dec 2000 21:46:39 +0100
28201              Message-ID: <3A3D343F.13566.1ACA7D93@localhost>
28202              
28203              Neither cygwin has a getpwuid() one can trust on.
28204      Branch: perl
28205            ! t/lib/glob-basic.t
28206 ____________________________________________________________________________
28207 [  8157] By: jhi                                   on 2000/12/17  23:01:54
28208         Log: More MAN.PODS => {} fixes.
28209      Branch: perl
28210            ! os2/OS2/ExtAttr/Makefile.PL os2/OS2/PrfDB/Makefile.PL
28211            ! os2/OS2/Process/Makefile.PL os2/OS2/REXX/DLL/Makefile.PL
28212            ! os2/OS2/REXX/Makefile.PL
28213 ____________________________________________________________________________
28214 [  8156] By: gsar                                  on 2000/12/17  22:49:13
28215         Log: integrate changes#7069..7077,7079,7081..7087,7090,7092,7093,
28216              7096..7104,7109..7117,7119..7124,7126,7128,7129,7133,7134,
28217              7136..7139,7141..7146,7148,7149,7151,7153..7155,7157,7158,
28218              7160,7161,7164,7165,7169..7178,7180..7191,7193..7197,7199,
28219              7201,7204 from mainline
28220      Branch: maint-5.6/perl
28221           !> (integrate 121 files)
28222 ____________________________________________________________________________
28223 [  8155] By: jhi                                   on 2000/12/17  22:30:58
28224         Log: Subject: [PATCH perl@8133] fix-up for VMS extensions
28225              From: "Craig A. Berry" <craigberry@mac.com>
28226              Date: Sun, 17 Dec 2000 13:09:28 -0600
28227              Message-Id: <p04330103b6628cabe114@[172.16.52.1]>
28228              
28229              MAN.PODS => ' ' is naughty.
28230      Branch: perl
28231            ! vms/ext/DCLsym/Makefile.PL vms/ext/Stdio/Makefile.PL
28232 ____________________________________________________________________________
28233 [  8154] By: nick                                  on 2000/12/17  22:07:13
28234         Log: MULTIPLICITY nit.
28235      Branch: perl
28236            ! mg.c
28237 ____________________________________________________________________________
28238 [  8153] By: gsar                                  on 2000/12/17  21:23:05
28239         Log: integrate changes#7017..7019,7021..7025,7027..7036,7038,7039,
28240              7041..7044,7046..7048,7050..7061,7063,7066..7067,7069..7074
28241              from mainline
28242              
28243              Document the SvIOK_.*UV().
28244              
28245              Update Unicode todo list.
28246              
28247              Guard against bad string->int conversion for quads.
28248              
28249              Subject: small apidoc fix
28250              
28251              Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
28252              
28253              Subject: [PATCH] Tied filehandle documentation
28254              
28255              Subject: [PATCH] Modernize Opcode.pm documentation
28256              
28257              Make Data::Dumper (non-XS) to work with changed semantics of ref().
28258              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
28259              [applied even though said semantics didn't change in 5.6.x]
28260              
28261              Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
28262              
28263              Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
28264              
28265              Fix the URL, but the server is still missing in action.
28266              Subject: [ID 20000905.002] perlfaq1.pod URL error
28267              
28268              Subject: [ID 20000903.001] \w in utf8-strings
28269              
28270              Fix the ccversion detection for 5.1 and beyond.
28271              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
28272              
28273              Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
28274              
28275              Subject: [ID 20000904.008] Tiny fix for perldiag
28276              
28277              Subject: Re: [ID 20000906.004] segfault with bad perl statement
28278              
28279              Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
28280              
28281              Subject: [ID 20000908.002] perlipc documentation bug.
28282              
28283              Subject: [PATCH lib/Benchmark.pm]
28284              
28285              Re-allow vec() for characters > 255.
28286              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
28287              
28288              Do away with memory models cruft.  Sorry, PDP users.
28289              
28290              Continue #7041.
28291              
28292              Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
28293              
28294              Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
28295              
28296              Upgrade to CPAN 1.57_65, from Andreas König.
28297              
28298              Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
28299              by Russ Allbery.
28300              
28301              Silence t/pod/*.t about alternate quote-mappings now implemented
28302              by Pod::Text, from Brad Appleton.
28303              
28304              Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
28305              Subject: borland C++ win32.c tweak
28306              
28307              C<@a = @b = split(...)> optimization coredumps under ithreads
28308              (missed a spot when fixing up op_pmreplroot hack for ithreads)
28309              
28310              Document the SvUTF8*().
28311              
28312              Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
28313              
28314              Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
28315              
28316              Do in VMS as the #7054 does.
28317              
28318              Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
28319              
28320              Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
28321              
28322              Subject: [patch: perl@7045] vms updates
28323              
28324              Test for the #7049.
28325              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
28326              
28327              Break up the myconfig lines a bit.
28328              Subject: perlbug/perl -V output format
28329              
28330              Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
28331              
28332              The #7054 truncated Configure badly.
28333              
28334              change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
28335              initialization in all the threads on Windows
28336              
28337              Allow for whitespace between "#" and "line" in cpp output.
28338              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
28339              
28340              Remove vestiges of tr//CU.
28341              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
28342              
28343              The return value of setlocale must be copied away.
28344              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
28345              
28346              Allow chop() and chomp() to be overridden.
28347              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
28348              
28349              Hints optimization.
28350              Subject: Minor nit
28351              
28352              Subject: [PATCH] de-wall t/README
28353              
28354              Subject: Re: Two advertising clauses need to be removed
28355      Branch: maint-5.6/perl
28356           !> (integrate 75 files)
28357 ____________________________________________________________________________
28358 [  8152] By: gsar                                  on 2000/12/17  20:30:11
28359         Log: integrate changes#6945,6947,6949..6954,6956,6958,6959,6961,
28360              6964..6972,6977..6981..6984,6987,6988,6991,6994,6997,
28361              6999..7001,7003..7005,7007,7009,7011,7012 from mainline
28362              
28363              Don't attach -ld to the archname if pointless.
28364              
28365              Document UNTIE in a very minimalistic way.
28366              
28367              POSIX doesn't report long double values under -Duselongdouble
28368              when the long doubles are "real" (bigger than doubles).
28369              
28370              More author updates.
28371              
28372              Try to deduce NV_MAX.  Really should be Configure fodder.
28373              
28374              :: not allowed in pathnames, change to .
28375              Subject: [PATCH perl@6938] cygwin port
28376              
28377              Forget about NV_MAX (#6951).  Various floating point tweaks,
28378              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
28379              
28380              Move the Solaris 7 scan to use64bitall, make the
28381              failure to find 64-bot sparc libc to mention the
28382              possibility of being in an intel, from Lupe and Alan.
28383              
28384              Regen perltoc.
28385              
28386              AUTHORS tweaks, from Peter Prymmer.
28387              
28388              More address tweaking.
28389              
28390              Small tweaks all over.
28391              
28392              File::Temp patches from Andreas König,
28393              
28394              Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
28395              
28396              Subject: CPAN.pm beta 1.57_57 for the core
28397              
28398              Part of the solution.
28399              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
28400              
28401              Subject: [PATCH@6961] Fix misleading example in perlretut.pod
28402              
28403              Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
28404              
28405              Add the overload warnings to perldiag.
28406              
28407              Drop unused argument.
28408              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
28409              
28410              Subject: Nit in Configure (bleadperl@6961)
28411              
28412              Update to PodParser 1.18, from Brad Appleton.
28413              
28414              Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
28415              
28416              Subject: [PATCH: 6948] add SCNfldbl to configure.com
28417              
28418              Document UNTIE. Also tweak implementation to suppress the 'inner references'
28419              warning when UNTIE exists and instead pass the cound of extra references to
28420              the UNTIE method.
28421              
28422              Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
28423              so that case-ignoring systems like DCL can tell them from
28424              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
28425              
28426              Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
28427              
28428              Feature ordering tweak.
28429              
28430              Regen perltoc.
28431              
28432              Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
28433              
28434              Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
28435              
28436              Subject: http:// in L<>
28437              
28438              Detypo.
28439              
28440              change#6791 accidentally clobbered change#6710, put it back
28441              
28442              Only the first line, thank you very much.
28443              
28444              Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
28445              plus rework the http: spots as suggested by Tom Christiansen,
28446              plus regen perltoc.
28447              
28448              Undo part of change 6489 which looks like a bulk edit which
28449              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
28450              The supressing of main:: on return from select() is undesirable.
28451              
28452              Apparently avoiding the swapping is too costly.
28453              
28454              Various Configure nits by Philip Newton,
28455              plus the ebcdic one by me.
28456              
28457              Make certain cc is set before trying to run it.
28458              
28459              If overloaded %{} etc. return the object do not loop.
28460              Thus  sub deref { $_[0] } functions if object is wanted type.
28461              
28462              Update perlhist.
28463              
28464              More %{} and other deref special casing - do not pass to 'nomethod'.
28465      Branch: maint-5.6/perl
28466           !> (integrate 59 files)
28467 ____________________________________________________________________________
28468 [  8151] By: gsar                                  on 2000/12/17  19:14:38
28469         Log: integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,
28470              6920..6926,6928..6930,6934..6937,6939,6940,6942..6944 from mainline
28471              
28472              Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
28473              
28474              Make the epsilon to be relative, not absolute.
28475              
28476              Put back the flags dump as reasoned in
28477              Subject: Re: [PATCH] Glob dumping
28478              
28479              Introduce ccname to keep track of what compiler kind of we have.
28480              
28481              Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
28482              
28483              Put back the slice accidentally removed by #6907.
28484              
28485              Reset archname and archname64 always, forcing them be
28486              recomputed at each Configure run, make Configure and
28487              the hints files agree on the naming of largefiles variables.
28488              
28489              Don't say "Perl 5.0 source kit".
28490              
28491              Subject: [PATCH] fix misc cast warnings
28492              
28493              Subject: typos in pods
28494              
28495              NVs not necessarily doubles, as pointed out by Yitzchak.
28496              
28497              Subject: [PATCH 6889] add a few ldbl formats to configure.com
28498              
28499              Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
28500              
28501              Better options for rsync.
28502              
28503              Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
28504              
28505              Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
28506              
28507              Subject: [PATCH] Re: UNTIE method 
28508              
28509              A better fix for the Socket building problem from Craig Berry.
28510              
28511              Retract the dummy test, skip the security tests (instead of failing),
28512              explain what the warnings mean.
28513              
28514              Heap decorruption.
28515              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
28516              
28517              Update to Unicode 3.0.1.
28518              
28519              Missed one Unicode file.
28520              
28521              Subject: Re: typos in pods
28522              
28523              The #6929 was too skimpy.
28524              
28525              sscanf() may be the only way to read long doubles from strings.
28526              
28527              Reveal Borland's isnan.
28528              Subject: build with BC++ tweak
28529              
28530              Issue useful diagnostic on unknown pod commands.
28531              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
28532              
28533              Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
28534              
28535              Clarify the third case of ftmp-security warnings.
28536              
28537              Make -Dusemorebits find long doubles in Solaris.
28538              
28539              Wrap the test in eval.
28540      Branch: maint-5.6/perl
28541           +> lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
28542           +> lib/unicode/PropList.txt lib/unicode/README.perl
28543           +> lib/unicode/UCD301.html lib/unicode/UCDFF301.html
28544           +> lib/unicode/Unicode.301 vms/vmspipe.com
28545            - lib/unicode/Props.txt lib/unicode/UCD300.html
28546            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
28547           !> (integrate 305 files)
28548 ____________________________________________________________________________
28549 [  8150] By: jhi                                   on 2000/12/17  18:47:57
28550         Log: Uncheckedin generated files.
28551      Branch: perl
28552            ! global.sym perlapi.c pod/perlapi.pod
28553 ____________________________________________________________________________
28554 [  8149] By: jhi                                   on 2000/12/17  18:41:22
28555         Log: Update Changes.
28556      Branch: perl
28557            ! Changes patchlevel.h
28558 ____________________________________________________________________________
28559 [  8148] By: jhi                                   on 2000/12/17  18:39:16
28560         Log: Subject: [PATCH] Fcntl constants speedup
28561              From: Nicholas Clark <nick@ccl4.org>
28562              Date: Sun, 17 Dec 2000 16:29:24 +0000
28563              Message-ID: <20001217162924.E97668@plum.flirble.org>
28564              
28565              Use IVs for the Fcntl constants instead of NVs.
28566      Branch: perl
28567            ! ext/Fcntl/Fcntl.pm ext/Fcntl/Fcntl.xs t/op/goto_xs.t
28568 ____________________________________________________________________________
28569 [  8147] By: jhi                                   on 2000/12/17  18:33:41
28570         Log: Add test for #8145 (binmode() warning), add warning for
28571              ioctl() and sockpair(), document them. (fileno() cannot
28572              be tripwired with the same kind of warning because
28573              'defined fileno($foo)' seems to be an idiom.)
28574      Branch: perl
28575            ! pod/perldiag.pod pp_sys.c t/pragma/warn/pp_sys
28576 ____________________________________________________________________________
28577 [  8146] By: gsar                                  on 2000/12/17  18:09:08
28578         Log: update Changes
28579      Branch: maint-5.6/perl
28580            ! Changes
28581 ____________________________________________________________________________
28582 [  8145] By: jhi                                   on 2000/12/17  17:39:35
28583         Log: Subject: [PATCH] Re: The long awaited feature ...
28584              From: Simon Cozens <simon@cozens.net>
28585              Date: Sun, 17 Dec 2000 12:31:56 +0000
28586              Message-ID: <20001217123156.A3891@deep-dark-truthful-mirror.perlhacker.org>
28587              
28588              Add a warning to binmode() about using bad filehandles
28589              (can happen e.g. if someone forgets the filehandle argument)
28590      Branch: perl
28591            ! pp_sys.c
28592 ____________________________________________________________________________
28593 [  8144] By: jhi                                   on 2000/12/17  17:33:48
28594         Log: Subject: [patch perl@8133] Typo in my Net::Ping doc patch :(
28595              From: Jonathan Stowe <gellyfish@gellyfish.com>
28596              Date: Sun, 17 Dec 2000 17:08:10 +0000 (GMT)
28597              Message-ID: <Pine.LNX.4.10.10012171700010.3834-100000@orpheus.gellyfish.com>
28598      Branch: perl
28599            ! lib/Net/Ping.pm
28600 ____________________________________________________________________________
28601 [  8143] By: jhi                                   on 2000/12/17  05:31:37
28602         Log: Polymorphic regexps.
28603              
28604              Fixes at least the bugs 20001028.003 (both of them...) and
28605              20001108.001.  The bugs 20001114.001 and 20001205.014 seem
28606              also to be fixed by now, probably already before this patch.
28607      Branch: perl
28608            ! embed.h embed.pl mg.c objXSUB.h pp_ctl.c pp_hot.c proto.h
28609            ! regcomp.c regcomp.h regcomp.sym regexec.c regnodes.h sv.c
28610            ! t/op/utf8decode.t t/pragma/utf8.t
28611 ____________________________________________________________________________
28612 [  8142] By: jhi                                   on 2000/12/16  17:16:05
28613         Log: Subject: [patch perl@8102] dos/djgpp update
28614              From: Laszlo Molnar <ml1050@freemail.hu>
28615              Date: Sat, 16 Dec 2000 01:40:52 +0100
28616              Message-ID: <20001216014052.A335@freemail.hu>
28617      Branch: perl
28618            ! djgpp/config.over t/base/commonsense.t
28619 ____________________________________________________________________________
28620 [  8141] By: jhi                                   on 2000/12/16  17:09:27
28621         Log: Few uncheckedin files.
28622      Branch: perl
28623            ! global.sym perlapi.c pod/perlapi.pod pod/perlintern.pod
28624 ____________________________________________________________________________
28625 [  8140] By: nick                                  on 2000/12/15  22:14:31
28626         Log: Integrate mainline
28627      Branch: perlio
28628           !> (integrate 53 files)
28629 ____________________________________________________________________________
28630 [  8139] By: jhi                                   on 2000/12/15  19:49:49
28631         Log: One more IVUV tweak from Nicholas Clark.
28632      Branch: perl
28633            ! sv.c
28634 ____________________________________________________________________________
28635 [  8138] By: jhi                                   on 2000/12/15  19:17:06
28636         Log: Return of the IVUV-preservation, now seems to be happy even
28637              in Digital UNIX (the broken strtoul brokenness detection
28638              seems to have been the fly in the ointment).
28639      Branch: perl
28640            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28641            ! config_h.SH configure.com embed.h embed.pl epoc/config.sh
28642            ! objXSUB.h op.c perl.h pp.c pp_hot.c proto.h sv.c sv.h
28643            ! t/lib/peek.t t/op/cmp.t t/op/numconvert.t uconfig.h
28644            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
28645            ! vos/config.ga.h win32/config.bc win32/config.gc
28646            ! win32/config.vc
28647 ____________________________________________________________________________
28648 [  8137] By: jhi                                   on 2000/12/15  18:12:14
28649         Log: Metaconfig unit change for #8136.
28650      Branch: metaconfig
28651            ! U/modified/d_strtoul.U
28652      Branch: metaconfig/U/perl
28653            ! d_strtoull.U d_strtouq.U
28654 ____________________________________________________________________________
28655 [  8136] By: jhi                                   on 2000/12/15  18:11:35
28656         Log: I don't think it's sensible or portable to test the strtou*
28657              on /^-/ strings.
28658      Branch: perl
28659            ! Configure
28660 ____________________________________________________________________________
28661 [  8135] By: jhi                                   on 2000/12/15  17:18:49
28662         Log: Metaconfig unit change for #8134.
28663      Branch: metaconfig
28664            ! U/modified/d_strtoul.U
28665 ____________________________________________________________________________
28666 [  8134] By: jhi                                   on 2000/12/15  17:14:13
28667         Log: If longsize is 8 we don't need a LL suffix for integer constants.
28668      Branch: perl
28669            ! Configure config_h.SH
28670 ____________________________________________________________________________
28671 [  8133] By: jhi                                   on 2000/12/15  16:00:23
28672         Log: Update Changes.
28673      Branch: perl
28674            ! Changes patchlevel.h
28675 ____________________________________________________________________________
28676 [  8132] By: jhi                                   on 2000/12/15  15:44:16
28677         Log: Some compilers get huffy if you do not cast a const pointer
28678              to a non-const when assigning.
28679      Branch: perl
28680            ! gv.c
28681 ____________________________________________________________________________
28682 [  8131] By: jhi                                   on 2000/12/15  15:38:30
28683         Log: Subject: [PATCH 5.7.0] speeding up object creation/destruction 4x times
28684              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28685              Date: Fri, 15 Dec 2000 05:26:57 -0500
28686              Message-ID: <20001215052657.A8319@math.mps.ohio-state.edu>
28687      Branch: perl
28688            ! embed.h embed.pl gv.c objXSUB.h perl.h proto.h sv.c
28689            ! t/pragma/overload.t
28690 ____________________________________________________________________________
28691 [  8130] By: jhi                                   on 2000/12/15  15:36:08
28692         Log: Subject: [PATCH 5.7.0] cosmetic change to overloading
28693              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
28694              Date: Thu, 14 Dec 2000 22:02:43 -0500
28695              Message-ID: <20001214220243.A18437@monk.mps.ohio-state.edu>
28696      Branch: perl
28697            ! gv.c perl.h
28698 ____________________________________________________________________________
28699 [  8129] By: jhi                                   on 2000/12/15  15:34:16
28700         Log: Subject: PATCH: h2xs nit
28701              From: Tim Jenness <t.jenness@jach.hawaii.edu>
28702              Date: Thu, 14 Dec 2000 18:25:46 -1000 (HST)
28703              Message-ID: <Pine.LNX.4.30.0012141820340.2533-100000@lapaki.jach.hawaii.edu>
28704              
28705              Add a template README.
28706      Branch: perl
28707            ! utils/h2xs.PL
28708 ____________________________________________________________________________
28709 [  8128] By: jhi                                   on 2000/12/15  15:32:22
28710         Log: Still buggy findgteprime, fix from Eric Joanis <joanis@cs.toronto.edu>.
28711      Branch: perl
28712            ! lib/Tie/SubstrHash.pm t/lib/tie-substrhash.t
28713 ____________________________________________________________________________
28714 [  8127] By: jhi                                   on 2000/12/15  15:19:34
28715         Log: Subject:  [PATCH Opcode.XS, Perl 5.6+] stuff for caller and _ in Safe::
28716              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
28717              Date:     Thu, 14 Dec 2000 20:04:42 EST
28718              Message-Id: <001214200310.49929@DUPHY4.Physics.Drexel.Edu>
28719      Branch: perl
28720            ! ext/Opcode/Opcode.xs
28721 ____________________________________________________________________________
28722 [  8126] By: jhi                                   on 2000/12/15  15:17:49
28723         Log: Subject: [PATCH: perl@8102] s/use vars qw\(/our(/ for OS/390 extension builds
28724              From: Peter Prymmer <pvhp@forte.com>
28725              Date: Thu, 14 Dec 2000 15:50:20 -0800 (PST)
28726              Message-ID: <Pine.OSF.4.10.10012141548200.57557-100000@aspara.forte.com>
28727      Branch: perl
28728            ! ext/Errno/Errno_pm.PL lib/ExtUtils/MM_Unix.pm
28729            ! lib/ExtUtils/Manifest.pm lib/File/Spec.pm
28730            ! lib/File/Spec/Functions.pm lib/File/Spec/Unix.pm
28731 ____________________________________________________________________________
28732 [  8125] By: jhi                                   on 2000/12/15  15:11:05
28733         Log: This seems to be a stage sane and stable enough to checkin.
28734              (it basically is 8102..8118+8122 but no 8120, 8121, 8123, 8124)
28735      Branch: perl
28736            ! MANIFEST embed.h embed.pl objXSUB.h op.c perl.h perlapi.c
28737            ! pod/perlapi.pod pp.c pp_hot.c proto.h sv.c sv.h t/lib/peek.t
28738            ! t/op/cmp.t t/op/numconvert.t
28739 ____________________________________________________________________________
28740 [  8124] By: jhi                                   on 2000/12/15  04:20:26
28741         Log: Something is really wonky.
28742      Branch: perl
28743            ! sv.c
28744 ____________________________________________________________________________
28745 [  8123] By: jhi                                   on 2000/12/15  04:00:50
28746         Log: Fixes for the IV UV patches to compile in Digital UNIX.
28747      Branch: perl
28748            ! sv.c
28749 ____________________________________________________________________________
28750 [  8122] By: jhi                                   on 2000/12/15  02:53:40
28751         Log: Subject: Re: [ID 20001214.011] Unreachable value in a search list logical name
28752              From: "Craig A. Berry" <craigberry@mac.com>
28753              Date: Thu, 14 Dec 2000 19:10:49 -0600
28754              Message-Id: <p04330100b65efbe32f30@[172.16.52.1]>
28755      Branch: perl
28756            ! vms/vms.c
28757 ____________________________________________________________________________
28758 [  8121] By: jhi                                   on 2000/12/15  02:50:00
28759         Log: Metaconfig changes for #8120.
28760      Branch: metaconfig
28761            + U/modified/d_strtoul.U
28762      Branch: metaconfig/U/perl
28763            ! d_strtoull.U d_strtouq.U
28764 ____________________________________________________________________________
28765 [  8120] By: jhi                                   on 2000/12/15  02:49:42
28766         Log: From: Nicholas Clark <nick@ccl4.org> 
28767              Subject: [PATCH] strtoq, strtou(q|ll|l) testing (was [PATCH] faster and 64 bit  preserving arithmetic)
28768              Date: Thu, 14 Dec 2000 18:38:57 +0000
28769              Message-ID: <20001214183857.B97909@plum.flirble.org>
28770      Branch: perl
28771            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
28772            ! config_h.SH configure.com epoc/config.sh perl.h sv.c uconfig.h
28773            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
28774            ! vos/config.ga.def vos/config.ga.h win32/config.bc
28775            ! win32/config.gc win32/config.vc
28776 ____________________________________________________________________________
28777 [  8119] By: jhi                                   on 2000/12/14  23:40:58
28778         Log: Subject: [PATCH] faster and 64 bit preserving arithmetic
28779              From: Nicholas Clark <nick@ccl4.org>
28780              Date: Wed, 13 Dec 2000 20:08:50 +0000
28781              Message-ID: <20001213200849.B71166@plum.flirble.org>
28782      Branch: perl
28783            ! embed.h embed.pl objXSUB.h op.c perl.h pp.c pp_hot.c proto.h
28784            ! sv.c sv.h t/lib/peek.t t/op/cmp.t t/op/numconvert.t
28785 ____________________________________________________________________________
28786 [  8118] By: jhi                                   on 2000/12/14  22:46:26
28787         Log: Integrate perlio.
28788      Branch: perl
28789           !> MANIFEST ext/Encode/compile makedef.pl
28790 ____________________________________________________________________________
28791 [  8117] By: nick                                  on 2000/12/14  22:38:53
28792         Log: Win32 tweaks to get Encode to build
28793              - temp hack to makedef.pl till PerlIO is properly "exported".
28794              - MSVC dislikes  
28795              static encpage_t foo[];
28796              so make 'em extern for now.
28797      Branch: perlio
28798            ! ext/Encode/compile makedef.pl
28799 ____________________________________________________________________________
28800 [  8116] By: nick                                  on 2000/12/14  22:00:53
28801         Log: Document the new files
28802      Branch: perlio
28803            ! MANIFEST
28804 ____________________________________________________________________________
28805 [  8115] By: jhi                                   on 2000/12/14  21:58:01
28806         Log: MANIFEST new files of #8114.
28807      Branch: perl
28808            ! MANIFEST
28809 ____________________________________________________________________________
28810 [  8114] By: jhi                                   on 2000/12/14  21:50:49
28811         Log: Integrate perlio.
28812      Branch: perl
28813           +> ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
28814           !> ext/Encode/Encode.pm ext/Encode/Encode.xs
28815           !> ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
28816           !> ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
28817           !> ext/Encode/Makefile.PL
28818 ____________________________________________________________________________
28819 [  8113] By: jhi                                   on 2000/12/14  21:48:49
28820         Log: The documentation part of the
28821              
28822              Subject: [ID 20001214.002] Net::Ping patch
28823              From: Jonathan Stowe <gellyfish@gellyfish.com>
28824              Date: Thu, 14 Dec 2000 08:28:14 +0000 (GMT)
28825              Message-Id: <Pine.LNX.4.10.10012140805480.19767-200000@orpheus.gellyfish.com>
28826              since the #7529 had already addressed the same problem.
28827      Branch: perl
28828            ! lib/Net/Ping.pm
28829 ____________________________________________________________________________
28830 [  8112] By: jhi                                   on 2000/12/14  21:42:57
28831         Log: Subject: [PATCH] Re: [ID 20001013.006] XS subs are not define()ed
28832              From: Dominic Dunlop <domo@computer.org>
28833              Date: Tue, 12 Dec 2000 10:47:10 +0100
28834              Message-Id: <p04320402b65ba33a92b2@[192.168.1.4]>
28835              
28836              Document how elusive subroutines can be.
28837      Branch: perl
28838            ! pod/perlfunc.pod
28839 ____________________________________________________________________________
28840 [  8111] By: jhi                                   on 2000/12/14  21:38:05
28841         Log: Subject: [ID 20001214.003] [PATCH bleadperl] POSIX::tmpnam() is dangerous
28842              From: Dominic Dunlop <domo@computer.org>
28843              Date: Thu, 14 Dec 2000 10:13:51 +0100
28844              Message-Id: <p04320407b65e3f4853aa@[192.168.1.4]>
28845      Branch: perl
28846            ! ext/POSIX/POSIX.pod
28847 ____________________________________________________________________________
28848 [  8110] By: jhi                                   on 2000/12/14  21:36:32
28849         Log: Subject: [patch] perlfaq7
28850              From: "Gerrit P. Haase" <gerrit.haase@t-online.de>
28851              Date: Thu, 14 Dec 2000 15:31:07 +0100
28852              Message-ID: <3A38E7BB.13178.11C40A8@localhost>
28853      Branch: perl
28854            ! pod/perlfaq7.pod
28855 ____________________________________________________________________________
28856 [  8109] By: jhi                                   on 2000/12/14  21:29:20
28857         Log: Subject: [8104] Encode
28858              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28859              Date: Thu, 14 Dec 2000 14:49:34 +0100
28860              Message-Id: <20001214142101.B338.H.M.BRAND@hccnet.nl>
28861              
28862              Type casting for nervous compilers.
28863      Branch: perl
28864            ! ext/Encode/Encode.xs
28865 ____________________________________________________________________________
28866 [  8108] By: jhi                                   on 2000/12/14  21:26:17
28867         Log: Subject: [8104] DB_File
28868              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
28869              Date: Thu, 14 Dec 2000 14:49:35 +0100
28870              Message-Id: <20001214144439.B33A.H.M.BRAND@hccnet.nl>
28871              
28872              Type definition incorrect for DB 2.7.7.  Not known when it
28873              changed, so only changed it for a known revision.
28874      Branch: perl
28875            ! ext/DB_File/DB_File.xs
28876 ____________________________________________________________________________
28877 [  8107] By: jhi                                   on 2000/12/14  21:23:41
28878         Log: Subject: [PATCH: perl@8102] Re: Encode/cp1047.enc etc.
28879              From: Peter Prymmer <pvhp@forte.com>
28880              Date: Thu, 14 Dec 2000 11:11:50 -0800 (PST)
28881              Message-ID: <Pine.OSF.4.10.10012141057330.57557-100000@aspara.forte.com>
28882              
28883              Use '?' (0x6F in EBCDIC) for the illegal codepoint.
28884      Branch: perl
28885            ! ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
28886            ! ext/Encode/Encode/posix-bc.enc
28887 ____________________________________________________________________________
28888 [  8106] By: nick                                  on 2000/12/14  20:36:13
28889         Log: "Cold" build correction to Encode's Makefile.PL
28890      Branch: perlio
28891            ! ext/Encode/Makefile.PL
28892 ____________________________________________________________________________
28893 [  8105] By: nick                                  on 2000/12/14  20:09:37
28894         Log: "Compiled" encodings.
28895              Correct replacement character in EBCDIC .enc files
28896              Add 0x7F to ASCII repertoire.
28897      Branch: perlio
28898            ! ext/Encode/Encode.pm ext/Encode/Encode.xs
28899            ! ext/Encode/Encode/ascii.enc ext/Encode/Encode/cp1047.enc
28900            ! ext/Encode/Encode/cp37.enc ext/Encode/Encode/posix-bc.enc
28901            ! ext/Encode/Makefile.PL ext/Encode/compile
28902            ! ext/Encode/encengine.c ext/Encode/encode.h
28903 ____________________________________________________________________________
28904 [  8104] By: nick                                  on 2000/12/14  00:38:20
28905         Log: Integrate mainline
28906      Branch: perlio
28907           !> Changes Configure doio.c embed.h embed.pl ext/DB_File/Changes
28908           !> ext/DB_File/DB_File.pm ext/DB_File/DB_File.xs
28909           !> ext/DB_File/dbinfo ext/DB_File/typemap ext/DB_File/version.c
28910           !> hints/hpux.sh lib/Cwd.pm objXSUB.h patchlevel.h perlapi.c
28911           !> pod/perlapi.pod pp_hot.c proto.h t/lib/db-btree.t
28912           !> t/lib/db-hash.t t/lib/db-recno.t
28913 ____________________________________________________________________________
28914 [  8103] By: nick                                  on 2000/12/13  23:16:13
28915         Log: Beginings of compiled encodings - checked in as a snapshot of thoughts
28916              so far and so it does not get lost.
28917      Branch: perlio
28918            + ext/Encode/compile ext/Encode/encengine.c ext/Encode/encode.h
28919 ____________________________________________________________________________
28920 [  8102] By: jhi                                   on 2000/12/13  17:14:22
28921         Log: Update Changes.
28922      Branch: perl
28923            ! Changes patchlevel.h
28924 ____________________________________________________________________________
28925 [  8101] By: jhi                                   on 2000/12/13  16:53:41
28926         Log: Move the proto of start_glob() to a better place; regen api files.
28927      Branch: perl
28928            ! embed.h embed.pl objXSUB.h perlapi.c pod/perlapi.pod proto.h
28929 ____________________________________________________________________________
28930 [  8100] By: jhi                                   on 2000/12/13  16:47:11
28931         Log: Metaconfig change for #8099.
28932      Branch: metaconfig
28933            ! U/modified/Head.U
28934 ____________________________________________________________________________
28935 [  8099] By: jhi                                   on 2000/12/13  16:46:48
28936         Log: Subject: Re: [ID 20000328.039] [PATCH] Eliminate Configure use of /tmp
28937              From: Andy Dougherty <doughera@lafayette.edu>
28938              Date: Wed, 13 Dec 2000 10:36:09 -0500 (EST)
28939              Message-ID: <Pine.SOL.4.10.10012131031230.2017-100000@maxwell.phys.lafayette.edu>
28940      Branch: perl
28941            ! Configure
28942 ____________________________________________________________________________
28943 [  8098] By: jhi                                   on 2000/12/13  16:39:02
28944         Log: Subject: [20000615.005] [PATCH] Cwd::fastgetcwd broken (or mis-named?) on Unix  
28945              From: rspier@pobox.com (Robert Spier)
28946              Date: Tue, 12 Dec 2000 21:12:39 -0500
28947              Message-ID: <14902.56087.678086.725773@rls.cx>
28948              
28949              fastgetcwd is defined using a glob alias on a $^O dependent basis -
28950              and there was no default assignment or perl subroutine.
28951      Branch: perl
28952            ! lib/Cwd.pm
28953 ____________________________________________________________________________
28954 [  8097] By: jhi                                   on 2000/12/13  16:16:01
28955         Log: Subject: [PATCH] move startglob out of pp_hot.c
28956              From: Nicholas Clark <nick@ccl4.org>
28957              Date: Mon, 11 Dec 2000 23:16:39 +0000
28958              Message-ID: <20001211231638.A55550@plum.flirble.org>
28959      Branch: perl
28960            ! doio.c embed.h embed.pl objXSUB.h pp_hot.c proto.h
28961 ____________________________________________________________________________
28962 [  8096] By: jhi                                   on 2000/12/13  15:26:23
28963         Log: Subject: [8095] HP-UX 11.00 / cc / 64bitint & 64bitall / perlio 
28964              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
28965              Date: Wed, 13 Dec 2000 14:01:37 +0100
28966              Message-Id: <20001213135318.621A.H.M.BRAND@hccnet.nl>
28967              
28968              perl/64/HP-UX wants libdb-3.0 to be shared ELF 64 bit which
28969              in turn requires libpthread in libswanted.
28970      Branch: perl
28971            ! hints/hpux.sh
28972 ____________________________________________________________________________
28973 [  8095] By: jhi                                   on 2000/12/12  19:51:05
28974         Log: The integration wars continue.
28975      Branch: perl
28976           !> sv.c
28977 ____________________________________________________________________________
28978 [  8094] By: jhi                                   on 2000/12/12  19:48:26
28979         Log: Subject: [PATCH perl@8070] DB_File-1.74  
28980              From: "Paul Marquess" <paul_marquess@yahoo.co.uk> 
28981              Date: Mon, 11 Dec 2000 23:07:17 -0000
28982              Message-ID: <000001c063c7$1b9d28a0$a20a140a@bfs.phone.com> 
28983      Branch: perl
28984            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
28985            ! ext/DB_File/DB_File.xs ext/DB_File/dbinfo ext/DB_File/typemap
28986            ! ext/DB_File/version.c t/lib/db-btree.t t/lib/db-hash.t
28987            ! t/lib/db-recno.t
28988 ____________________________________________________________________________
28989 [  8093] By: nick                                  on 2000/12/12  19:42:13
28990         Log: Integrate/merge mainline with further efficiency tweak to sv.c's utf8 stuff.
28991      Branch: perlio
28992            ! sv.c
28993           !> lib/File/DosGlob.pm
28994 ____________________________________________________________________________
28995 [  8092] By: jhi                                   on 2000/12/12  19:28:11
28996         Log: Integrate perlio.
28997      Branch: perl
28998           !> sv.c
28999 ____________________________________________________________________________
29000 [  8091] By: nick                                  on 2000/12/12  18:49:45
29001         Log: Fix for Tk, and upgrading shared SVs.
29002      Branch: perlio
29003            ! sv.c
29004 ____________________________________________________________________________
29005 [  8090] By: jhi                                   on 2000/12/12  16:48:59
29006         Log: Subject: [PATCH] Re: Breadperl & Tk
29007              From: Nick Ing-Simmons <nik@tiuk.ti.com>
29008              Date: Tue, 12 Dec 2000 14:48:27 GMT
29009              Message-Id: <200012121448.OAA11516@mikado.tiuk.ti.com> 
29010      Branch: perl
29011            ! sv.c
29012 ____________________________________________________________________________
29013 [  8089] By: jhi                                   on 2000/12/12  03:37:19
29014         Log: Subject: DosGlob.pm diff for bash style brace expansion.
29015              From: "Mestnik, Mike" <MMestnik@rustconsulting.com>
29016              Date: Fri, 8 Dec 2000 10:45:30 -0600
29017              Message-ID: <B50C47897E98D3118130009027D3971920F278@EXCHANGE_M1>
29018      Branch: perl
29019            ! lib/File/DosGlob.pm
29020 ____________________________________________________________________________
29021 [  8088] By: nick                                  on 2000/12/11  23:59:59
29022         Log: Integrate mainline
29023      Branch: perlio
29024           !> ext/B/B.pm ext/B/B/Deparse.pm installperl lib/CGI.pm
29025           !> lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
29026           !> lib/ExtUtils/MakeMaker.pm lib/File/DosGlob.pm pod/perldiag.pod
29027           !> pod/perlop.pod pp.c pp_hot.c scope.c t/io/utf8.t t/lib/b.t
29028           !> t/op/local.t t/pragma/warn/toke toke.c
29029 ____________________________________________________________________________
29030 [  8087] By: jhi                                   on 2000/12/11  23:20:23
29031         Log: Integrate perlio.
29032      Branch: perl
29033           !> ext/Encode/Encode.xs perlio.c perlio.h perliol.h
29034 ____________________________________________________________________________
29035 [  8086] By: jhi                                   on 2000/12/11  22:50:59
29036         Log: Tune further the OS detection of CGI.
29037      Branch: perl
29038            ! lib/CGI.pm
29039 ____________________________________________________________________________
29040 [  8085] By: nick                                  on 2000/12/11  22:50:46
29041         Log: Finish 1st pass of "encoding" layer e.g. :
29042              open($fh,"<encoding(iso8859-7)",$greek) || die;
29043      Branch: perlio
29044            ! ext/Encode/Encode.xs perlio.c perliol.h
29045 ____________________________________________________________________________
29046 [  8084] By: jhi                                   on 2000/12/11  22:32:06
29047         Log: Revert the -f ambiguousity patch, seems to cause
29048              too much hassle (the interpret -Q as a function
29049              where Q is not a known filetest part is left in).
29050      Branch: perl
29051            ! lib/ExtUtils/Liblist.pm pod/perldiag.pod t/pragma/warn/toke
29052            ! toke.c
29053 ____________________________________________________________________________
29054 [  8083] By: jhi                                   on 2000/12/11  22:27:23
29055         Log: (accidentally empty check-in)
29056      Branch: perl
29057            ! lib/File/DosGlob.pm
29058 ____________________________________________________________________________
29059 [  8082] By: nick                                  on 2000/12/11  19:09:51
29060         Log: Restore mmap function (broken by tweaks to shared buffer
29061              layer for encode(xxxx)).
29062      Branch: perlio
29063            ! perlio.c
29064 ____________________________________________________________________________
29065 [  8081] By: jhi                                   on 2000/12/11  18:29:13
29066         Log: Subject: Re: The long awaited feature ...
29067              From: Simon Cozens <simon@cozens.net>
29068              Date: Mon, 11 Dec 2000 15:54:24 +0000
29069              Message-ID: <20001211155424.A17680@deep-dark-truthful-mirror.perlhacker.org>
29070              
29071              More io/utf8 tests.
29072      Branch: perl
29073            ! t/io/utf8.t
29074 ____________________________________________________________________________
29075 [  8080] By: jhi                                   on 2000/12/11  18:19:36
29076         Log: Subject: PATCH MakeMaker manpage clarification
29077              From: andreas.koenig@anima.de (Andreas J. Koenig)
29078              Date: 10 Dec 2000 20:46:13 +0100
29079              Message-ID: <m3aea4kqka.fsf@ak-71.mind.de>
29080      Branch: perl
29081            ! lib/ExtUtils/MakeMaker.pm
29082 ____________________________________________________________________________
29083 [  8079] By: jhi                                   on 2000/12/11  15:35:07
29084         Log: Subject: Re: [ID 20001204.007] -MO=Deparse -we '{234;}' failing
29085              From: Simon Cozens <simon@cozens.net>
29086              Date: Sun, 10 Dec 2000 19:06:19 +0000
29087              Message-ID: <20001210190619.B21402@deep-dark-truthful-mirror.perlhacker.org>
29088      Branch: perl
29089            ! ext/B/B/Deparse.pm t/lib/b.t
29090 ____________________________________________________________________________
29091 [  8078] By: jhi                                   on 2000/12/11  15:09:11
29092         Log: Subject: [PATCH] docs on NaN
29093              From: Nicholas Clark <nick@ccl4.org>
29094              Date: Mon, 11 Dec 2000 01:48:38 +0000
29095              Message-ID: <20001211014838.B99205@plum.flirble.org>
29096      Branch: perl
29097            ! pod/perlop.pod
29098 ____________________________________________________________________________
29099 [  8077] By: jhi                                   on 2000/12/11  15:02:21
29100         Log: Subject: [PATCH] Re: [Fwd: BUG 20001205.022] Local on Hash elements
29101              From: Simon Cozens <simon@cozens.net>
29102              Date: Mon, 11 Dec 2000 01:21:45 +0000
29103              Message-ID: <20001211012144.A23467@deep-dark-truthful-mirror.perlhacker.org>
29104      Branch: perl
29105            ! pp.c pp_hot.c scope.c t/op/local.t
29106 ____________________________________________________________________________
29107 [  8076] By: nick                                  on 2000/12/10  20:43:32
29108         Log: Not merge worthy...
29109              Allow arg to layers e.g. open($fh,"<:encode(iso8859-15)",$name)
29110              syntax is modelled on attributes.
29111              Untested fix for io/utf8 on Win32 etc.
29112              Very clumsy start to the encode layer.
29113      Branch: perlio
29114            ! ext/Encode/Encode.xs perlio.c perlio.h perliol.h
29115 ____________________________________________________________________________
29116 [  8075] By: jhi                                   on 2000/12/10  18:39:33
29117         Log: Darwin is not Windows.
29118      Branch: perl
29119            ! lib/CGI.pm
29120 ____________________________________________________________________________
29121 [  8074] By: jhi                                   on 2000/12/10  18:31:27
29122         Log: Subject: Ambiguous -%c() resolved as a file test
29123              From: "Paul Marquess" <Paul.Marquess@openwave.com>
29124              Date: Sun, 10 Dec 2000 15:35:07 -0000
29125              Message-ID: <002601c062be$c5f749c0$a20a140a@bfs.phone.com>
29126      Branch: perl
29127            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
29128 ____________________________________________________________________________
29129 [  8073] By: jhi                                   on 2000/12/10  18:16:29
29130         Log: Subject: PATCH installperl misinformed 
29131              From: andreas.koenig@anima.de (Andreas J. Koenig)
29132              Date: 10 Dec 2000 13:01:32 +0100 
29133              Message-ID: <m3r93glc2r.fsf@ak-71.mind.de>
29134      Branch: perl
29135            ! installperl
29136 ____________________________________________________________________________
29137 [  8072] By: jhi                                   on 2000/12/10  18:07:55
29138         Log: The walkoptree confusion rages; walkoptree() seems to be coming
29139              from B.xs, while walkoptree_slow() comes from B.pm.
29140      Branch: perl
29141            ! ext/B/B.pm
29142 ____________________________________________________________________________
29143 [  8071] By: nick                                  on 2000/12/10  11:45:47
29144         Log: Integrate mainline
29145      Branch: perlio
29146           +> t/base/commonsense.t
29147           !> (integrate 37 files)
29148 ____________________________________________________________________________
29149 [  8070] By: jhi                                   on 2000/12/10  04:46:21
29150         Log: Update Changes.
29151      Branch: perl
29152            ! Changes patchlevel.h
29153 ____________________________________________________________________________
29154 [  8069] By: jhi                                   on 2000/12/10  04:39:19
29155         Log: Subject: Re: PATCH: Let Test::Harness bail out early (Was: Testing module dependencies)
29156              From: andreas.koenig@anima.de (Andreas J. Koenig)
29157              Date: 09 Dec 2000 17:14:25 +0100
29158              Message-ID: <m3wvd9o9lq.fsf@ak-71.mind.de>
29159      Branch: perl
29160            + t/base/commonsense.t
29161            ! MANIFEST lib/Test/Harness.pm t/TEST t/UTEST
29162 ____________________________________________________________________________
29163 [  8068] By: jhi                                   on 2000/12/10  04:17:36
29164         Log: Subject: [PATCH 5.7.0@8047] RE: [ID 20001013.009] DB_File issues warning when setting element to    undef
29165              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
29166              Date: Sat, 9 Dec 2000 16:47:22 -0000
29167              Message-ID: <002001c061ff$b3aba820$a20a140a@bfs.phone.com>
29168      Branch: perl
29169            ! ext/DB_File/typemap ext/GDBM_File/GDBM_File.pm
29170            ! ext/GDBM_File/typemap ext/NDBM_File/NDBM_File.pm
29171            ! ext/NDBM_File/typemap ext/ODBM_File/ODBM_File.pm
29172            ! ext/ODBM_File/typemap ext/SDBM_File/SDBM_File.pm
29173            ! ext/SDBM_File/typemap t/lib/db-btree.t t/lib/db-hash.t
29174            ! t/lib/db-recno.t t/lib/gdbm.t t/lib/ndbm.t t/lib/odbm.t
29175            ! t/lib/sdbm.t
29176 ____________________________________________________________________________
29177 [  8067] By: jhi                                   on 2000/12/10  03:52:02
29178         Log: Test case for #8066.
29179      Branch: perl
29180            ! t/op/misc.t
29181 ____________________________________________________________________________
29182 [  8066] By: jhi                                   on 2000/12/10  03:50:30
29183         Log: Subject: [PATCH] Re: [ID 20001202.002] [BUG all] 'die qr{pattern}' does not check termination
29184              From: Simon Cozens <simon@cozens.net>
29185              Date: Sun, 10 Dec 2000 00:55:37 +0000
29186              Message-ID: <20001210005537.B16221@deep-dark-truthful-mirror.perlhacker.org>
29187      Branch: perl
29188            ! pp_sys.c
29189 ____________________________________________________________________________
29190 [  8065] By: jhi                                   on 2000/12/10  03:44:52
29191         Log: Test case for #8064.
29192      Branch: perl
29193            ! t/comp/proto.t
29194 ____________________________________________________________________________
29195 [  8064] By: jhi                                   on 2000/12/10  03:42:32
29196         Log: Subject: Re: prototype of substr
29197              From: Simon Cozens <simon@cozens.net>
29198              Date: Sun, 10 Dec 2000 00:13:33 +0000
29199              Message-ID: <20001210001333.A16221@deep-dark-truthful-mirror.perlhacker.org>
29200              
29201              Make CORE::substr to be '$$;$$' instead of '$$;$;$'.
29202      Branch: perl
29203            ! pp.c
29204 ____________________________________________________________________________
29205 [  8063] By: jhi                                   on 2000/12/10  03:39:42
29206         Log: Subject: [PATCH] perlguts.pod
29207              From: Simon Cozens <simon@cozens.net>
29208              Date: Sun, 10 Dec 2000 00:06:47 +0000
29209              Message-ID: <20001210000647.A16203@deep-dark-truthful-mirror.perlhacker.org>
29210              
29211              Documentation of the different types of ops,
29212              plus the functions in dump.c
29213      Branch: perl
29214            ! pod/perlguts.pod
29215 ____________________________________________________________________________
29216 [  8062] By: jhi                                   on 2000/12/10  03:30:04
29217         Log: Subject: [ID 20001209.006] Not OK: perl v5.7.0 +DEVEL7978 on armv4l-linux-64int 2.2.17-rmk1 (UNINSTALLED)
29218              From: Nicholas Clark <nick@talking.bollo.cx>
29219              Date: Sat, 09 Dec 2000 18:57:25 +0000
29220              Message-Id: <E144pBV-0002Nv-00@Bagpuss.unfortu.net>
29221              
29222              Be more robust in weird hostname setups.
29223      Branch: perl
29224            ! t/lib/net-hostent.t
29225 ____________________________________________________________________________
29226 [  8061] By: jhi                                   on 2000/12/10  03:28:21
29227         Log: Pacify fussy compiler. 
29228      Branch: perl
29229            ! pp_sys.c
29230 ____________________________________________________________________________
29231 [  8060] By: jhi                                   on 2000/12/10  02:52:46
29232         Log: Integrate perlio.
29233      Branch: perl
29234           !> pp_sys.c t/io/utf8.t
29235 ____________________________________________________________________________
29236 [  8059] By: nick                                  on 2000/12/09  23:40:14
29237         Log: read/sysread/recv should now be utf8 aware.
29238              Basic test for utf8 read.
29239      Branch: perlio
29240            ! pp_sys.c t/io/utf8.t
29241 ____________________________________________________________________________
29242 [  8058] By: jhi                                   on 2000/12/09  21:56:02
29243         Log: Integrate perlio.
29244      Branch: perl
29245           +> t/io/utf8.t
29246           !> MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t toke.c
29247 ____________________________________________________________________________
29248 [  8057] By: jhi                                   on 2000/12/09  21:53:35
29249         Log: Subject: Re: Additional patch for UTF8-keys (Re: perl@8016)
29250              From: Inaba Hiroto <inaba@st.rim.or.jp>
29251              Date: Sun, 10 Dec 2000 05:53:21 +0900
29252              Message-ID: <3A329BC0.15E8BFF9@st.rim.or.jp>
29253              
29254              Tests for #8056.
29255      Branch: perl
29256            ! t/op/each.t
29257 ____________________________________________________________________________
29258 [  8056] By: jhi                                   on 2000/12/09  21:51:16
29259         Log: Subject: Additional patch for UTF8-keys (Re: perl@8016)
29260              From: Inaba Hiroto <inaba@st.rim.or.jp>
29261              Date: Sat, 09 Dec 2000 18:02:00 +0900
29262              Message-ID: <3A31F508.34F4BB23@st.rim.or.jp>
29263              
29264              exists() didn't work for UTF-8 keys, and neither did shared hash keys.
29265      Branch: perl
29266            ! embed.h embed.pl hv.c objXSUB.h op.c proto.h sv.c
29267 ____________________________________________________________________________
29268 [  8055] By: nick                                  on 2000/12/09  20:11:48
29269         Log: Make write() (i.e. formats) utf8-aware by calling do_print() rather
29270              than raw PerlIO_write() - does not seem to break any tests.
29271      Branch: perlio
29272            ! pp_sys.c
29273 ____________________________________________________________________________
29274 [  8054] By: nick                                  on 2000/12/09  19:47:30
29275         Log: Make print, syswrite, send, readline, getc honour utf8-ness of PerlIO.
29276              (sysread, recv and write i.e. formats still to do...)
29277              Allow :utf8 or :bytes in PerlIO_apply_layers() so that
29278              open($fh,">:utf8","name")
29279              etc. work. - "applying" those just sets/clears the UTF8 bit of the top layer,
29280              so no extra overhead is involved.
29281              Tweak t/comp/require.t to add a 'use bytes' to permit its dubious writing of BOM
29282              to a non-utf8 stream.
29283              Add initial io/utf8.t
29284              Fix SvPVutf8() - sv_2pv() was not expecting to be called with something
29285              that was already SvPOK() - (we just fossiked with SvUTF8 bit). Fix that
29286              and also just use the SvPV macro in sv_2pvutf8() to avoid the issue/overhead.
29287      Branch: perlio
29288            + t/io/utf8.t
29289            ! MANIFEST doio.c perlio.c pp_sys.c sv.c t/comp/require.t
29290 ____________________________________________________________________________
29291 [  8053] By: nick                                  on 2000/12/09  19:26:37
29292         Log: Did not get that has_utf8/this_utf8 fix right last time, another spot
29293              was only testing this_utf8.
29294      Branch: perlio
29295            ! toke.c
29296 ____________________________________________________________________________
29297 [  8052] By: nick                                  on 2000/12/09  19:09:41
29298         Log: Typo/thinko in S_scan_const() - seeing high bit sets has_utf8 not this_utf8
29299              i.e. the output string has one, but don't mess with source assumption.
29300      Branch: perlio
29301            ! toke.c
29302 ____________________________________________________________________________
29303 [  8051] By: jhi                                   on 2000/12/09  16:55:17
29304         Log: Integrate perlio.
29305      Branch: perl
29306           !> MANIFEST embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c
29307           !> sv.c thrdvar.h util.c
29308 ____________________________________________________________________________
29309 [  8050] By: jhi                                   on 2000/12/09  16:48:07
29310         Log: Nits noticed by Peter Prymmer.
29311      Branch: perl
29312            ! lib/ExtUtils/MM_VMS.pm
29313 ____________________________________________________________________________
29314 [  8049] By: nick                                  on 2000/12/09  13:49:40
29315         Log: UTF8 output prework.
29316              - Store $\ and $, as SVs so they can have SvUTF8 flag
29317              - use do_print() rather than raw PerlIO_write() to print them.
29318      Branch: perlio
29319            ! embedvar.h intrpvar.h mg.c perl.c perlapi.h pp_hot.c sv.c
29320            ! thrdvar.h util.c
29321 ____________________________________________________________________________
29322 [  8048] By: nick                                  on 2000/12/09  12:30:43
29323         Log: Integrate mainline.
29324      Branch: perlio
29325           +> ext/Encode/Encode/iso8859-16.enc ext/POSIX/hints/svr4.pl
29326           +> t/op/reverse.t
29327           !> Changes MANIFEST doop.c ext/POSIX/Makefile.PL hints/svr4.sh
29328           !> lib/ExtUtils/MM_OS2.pm lib/ExtUtils/MM_Unix.pm
29329           !> lib/ExtUtils/MM_VMS.pm lib/ExtUtils/Manifest.pm patchlevel.h
29330           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp.h
29331           !> pp_hot.c t/README t/base/term.t t/lib/bigfltpm.t
29332           !> t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
29333 ____________________________________________________________________________
29334 [  8047] By: jhi                                   on 2000/12/09  00:23:27
29335         Log: Subject: Re: [pvhp@forte.com: [ID 20001208.004] Not OK: perl v5.7.0 +DEVEL8042 on VMS_AXP V7.1 (UNINSTALLED)]
29336              From: Michael G Schwern <schwern@pobox.com>
29337              Date: Fri, 8 Dec 2000 14:43:04 -0600
29338      Branch: perl
29339            ! lib/ExtUtils/MM_VMS.pm
29340 ____________________________________________________________________________
29341 [  8046] By: jhi                                   on 2000/12/08  23:10:27
29342         Log: A missed check-in.
29343      Branch: perl
29344            ! lib/ExtUtils/Manifest.pm
29345 ____________________________________________________________________________
29346 [  8045] By: jhi                                   on 2000/12/08  21:57:12
29347         Log: (null check-in)
29348      Branch: perl
29349            ! lib/ExtUtils/MM_Unix.pm pod/perlintern.pod
29350 ____________________________________________________________________________
29351 [  8044] By: jhi                                   on 2000/12/08  21:11:06
29352         Log: Add ISO 8859-16 encoding.  Not a standard yet but seems to be
29353              at the final draft stage.
29354      Branch: perl
29355            + ext/Encode/Encode/iso8859-16.enc
29356            ! MANIFEST
29357 ____________________________________________________________________________
29358 [  8043] By: jhi                                   on 2000/12/08  16:39:04
29359         Log: Update Changes.
29360      Branch: perl
29361            ! Changes patchlevel.h
29362 ____________________________________________________________________________
29363 [  8042] By: jhi                                   on 2000/12/08  16:33:39
29364         Log: Do not return the Unicode replacement character if UTF-8
29365              decoding goes awry, it should be up to the caller to decide.
29366      Branch: perl
29367            ! pod/perlapi.pod utf8.c
29368 ____________________________________________________________________________
29369 [  8041] By: jhi                                   on 2000/12/08  16:22:28
29370         Log: metaconfig maintenance.
29371      Branch: metaconfig
29372            ! U/modified/stdchar.U
29373      Branch: metaconfig/U/perl
29374            + testsyml.U
29375 ____________________________________________________________________________
29376 [  8040] By: jhi                                   on 2000/12/08  16:03:08
29377         Log: Subject: [ID 20001207.009] Not OK: perl v5.7.0 +DEVEL8030 on os2-64int-ld 2.30
29378              From: sthoenna@efn.org
29379              Date: Thu, 7 Dec 2000 21:32:43 -0800 (PST)
29380              Message-Id: <200012080532.eB85Wh729109@garcia.efn.org>
29381      Branch: perl
29382            ! Changes lib/ExtUtils/MM_OS2.pm
29383 ____________________________________________________________________________
29384 [  8039] By: jhi                                   on 2000/12/08  15:57:11
29385         Log: Subject: [PATCH] Re: ebcdic <-> ascii tables interjected in uv <-> utf8 considered harmful
29386              From: Simon Cozens <simon@cozens.net>
29387              Date: Fri, 8 Dec 2000 13:33:31 +0000
29388              Message-ID: <20001208133331.A11535@deep-dark-truthful-mirror.perlhacker.org>
29389              
29390              (The pp_hot part needed a rewrite.)
29391      Branch: perl
29392            ! doop.c pp_hot.c utf8.c
29393 ____________________________________________________________________________
29394 [  8038] By: jhi                                   on 2000/12/08  15:25:08
29395         Log: Subject: djSP
29396              From: Michael Stevens <michael@etla.org>
29397              Date: Wed, 6 Dec 2000 23:24:01 +0000
29398              Message-ID: <20001206232400.A21381@firedrake.org>
29399              
29400              Plus a note from Nick Ing-Simmons.
29401      Branch: perl
29402            ! pp.h
29403 ____________________________________________________________________________
29404 [  8037] By: jhi                                   on 2000/12/08  15:18:35
29405         Log: Filetype is text.
29406      Branch: perl
29407            ! t/op/utf8decode.t
29408 ____________________________________________________________________________
29409 [  8036] By: jhi                                   on 2000/12/08  03:31:27
29410         Log: Subject: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
29411              From: Andy Dougherty <doughera@lafayette.edu>
29412              Date: Thu, 7 Dec 2000 12:36:45 -0500 (EST)
29413              Message-Id: <Pine.SOL.4.10.10012071235400.13162-100000@maxwell.phys.lafayette.edu>
29414              
29415              Subject: Re: [ID 20001207.004] [PATCH 5.6.0 and 5.7.x] add NCR MP-RAS support
29416              From: Andy Dougherty <doughera@lafayette.edu>
29417              Date: Thu, 7 Dec 2000 13:56:10 -0500 (EST)
29418              Message-ID: <Pine.SOL.4.10.10012071354420.6665-100000@maxwell.phys.lafayette.edu>
29419      Branch: perl
29420            + ext/POSIX/hints/svr4.pl
29421            ! MANIFEST ext/POSIX/Makefile.PL hints/svr4.sh t/lib/bigfltpm.t
29422 ____________________________________________________________________________
29423 [  8035] By: jhi                                   on 2000/12/08  03:26:01
29424         Log: Subject: [ID 20001207.003] [PATCH] t/base/term.t causes abort if Config.pm not built
29425              From: Andy Dougherty <doughera@lafayette.edu>
29426              Date: Thu, 7 Dec 2000 10:50:47 -0500 (EST)
29427              Message-Id: <Pine.SOL.4.10.10012071049400.7566-100000@maxwell.phys.lafayette.edu>
29428      Branch: perl
29429            ! t/README t/base/term.t
29430 ____________________________________________________________________________
29431 [  8034] By: jhi                                   on 2000/12/08  03:21:59
29432         Log: Subject: DOC PATCH 5.6.0: -s return value incompletely documented
29433              From: mjd@plover.com  
29434              Date: 7 Dec 2000 21:04:20 -0000
29435              Message-ID: <20001207210420.22282.qmail@plover.com>
29436              
29437              Plus -z doc.
29438      Branch: perl
29439            ! pod/perlfunc.pod
29440 ____________________________________________________________________________
29441 [  8033] By: jhi                                   on 2000/12/08  03:19:03
29442         Log: Use the UTF8 macros a bit.  They can't be used with abandon
29443              everywhere because we do generate illegal UTF-8 in some situations.
29444              This is of course naughty.
29445      Branch: perl
29446            ! pod/perlapi.pod utf8.c utf8.h
29447 ____________________________________________________________________________
29448 [  8032] By: jhi                                   on 2000/12/08  03:00:09
29449         Log: Out of sync?
29450      Branch: perl
29451            ! t/pragma/warn/utf8
29452 ____________________________________________________________________________
29453 [  8031] By: jhi                                   on 2000/12/08  02:22:39
29454         Log: Cnt spl.
29455      Branch: perl
29456            ! MANIFEST
29457 ____________________________________________________________________________
29458 [  8030] By: jhi                                   on 2000/12/08  01:23:54
29459         Log: Add test for reverse().
29460      Branch: perl
29461            + t/op/reverse.t
29462            ! MANIFEST
29463 ____________________________________________________________________________
29464 [  8029] By: jhi                                   on 2000/12/08  01:21:47
29465         Log: Integrate perlio.
29466      Branch: perl
29467           !> ext/IO/IO.xs fakesdio.h global.sym lib/warnings.pm perlapi.c
29468           !> perlio.c perlio.h perlsdio.h warnings.pl
29469 ____________________________________________________________________________
29470 [  8028] By: jhi                                   on 2000/12/08  01:19:08
29471         Log: Introduce macros for UTF8 decoding.
29472      Branch: perl
29473            ! t/op/utf8decode.t t/pragma/warn/utf8 utf8.c utf8.h
29474 ____________________________________________________________________________
29475 [  8027] By: nick                                  on 2000/12/07  22:18:19
29476         Log: Integrate mainline
29477      Branch: perlio
29478           !> embed.pl pod/perlapi.pod utf8.c
29479 ____________________________________________________________________________
29480 [  8026] By: nick                                  on 2000/12/07  21:45:08
29481         Log: Various oddities p4 diff -se showed up
29482              Remove 'our' from warnings.pl
29483      Branch: perlio
29484            ! global.sym lib/warnings.pm pod/perlapi.pod warnings.pl
29485 ____________________________________________________________________________
29486 [  8025] By: nick                                  on 2000/12/07  21:43:32
29487         Log: Change PerlIO_(get|set)pos to take SV *
29488              Should fix, OS/2, VMS, (sfio??)
29489      Branch: perlio
29490            ! ext/IO/IO.xs fakesdio.h perlapi.c perlio.c perlio.h perlsdio.h
29491 ____________________________________________________________________________
29492 [  8024] By: jhi                                   on 2000/12/07  19:05:32
29493         Log: Document utf8_to_uv() better.
29494      Branch: perl
29495            ! pod/perlapi.pod utf8.c
29496 ____________________________________________________________________________
29497 [  8023] By: jhi                                   on 2000/12/07  18:23:47
29498         Log: Document utf8_length(), utf8_distance(), and utf8_hop().
29499      Branch: perl
29500            ! embed.pl pod/perlapi.pod utf8.c
29501 ____________________________________________________________________________
29502 [  8022] By: jhi                                   on 2000/12/07  04:13:51
29503         Log: Integrate perlio.
29504      Branch: perl
29505           !> perlio.c t/io/dup.t win32/config.vc win32/config_H.bc
29506           !> win32/config_H.gc win32/config_H.vc win32/config_h.PL
29507           !> win32/makefile.mk
29508 ____________________________________________________________________________
29509 [  8021] By: nick                                  on 2000/12/07  00:28:14
29510         Log: Various attempts at MSVC debug - not sure what has
29511              changed but works now. 
29512              Seems atexit() _may_ work for DLLs built with MSVC so don't
29513              call cleanup that way.
29514      Branch: perlio
29515            ! perlio.c win32/makefile.mk
29516 ____________________________________________________________________________
29517 [  8020] By: nick                                  on 2000/12/06  19:57:20
29518         Log: Integrate mainline
29519      Branch: perlio
29520           +> lib/ExtUtils/MANIFEST.SKIP t/op/concat.t
29521           !> (integrate 75 files)
29522 ____________________________________________________________________________
29523 [  8019] By: nick                                  on 2000/12/06  19:28:21
29524         Log: Add useperlio to config.vc
29525              Turn off binmode in config_H.PL
29526              Regen all the config_H.xx
29527              Attempt to get debugging build with MSVC.
29528      Branch: perlio
29529            ! win32/config.vc win32/config_H.bc win32/config_H.gc
29530            ! win32/config_H.vc win32/config_h.PL win32/makefile.mk
29531 ____________________________________________________________________________
29532 [  8018] By: nick                                  on 2000/12/06  19:21:57
29533         Log: Test various dup/external program options on all platforms.
29534      Branch: perlio
29535            ! t/io/dup.t
29536 ____________________________________________________________________________
29537 [  8017] By: nick                                  on 2000/12/06  19:20:47
29538         Log: Fix harness to be less picky
29539      Branch: perlio
29540            ! lib/Test/Harness.pm
29541 ____________________________________________________________________________
29542 [  8016] By: jhi                                   on 2000/12/06  16:45:12
29543         Log: Update Changes.
29544      Branch: perl
29545            ! Changes patchlevel.h
29546 ____________________________________________________________________________
29547 [  8015] By: jhi                                   on 2000/12/06  16:41:03
29548         Log: Test \x{...} with ord().
29549      Branch: perl
29550            ! t/op/ord.t
29551 ____________________________________________________________________________
29552 [  8014] By: jhi                                   on 2000/12/06  16:20:33
29553         Log: Test tweak because of #8013.
29554      Branch: perl
29555            ! t/lib/b.t
29556 ____________________________________________________________________________
29557 [  8013] By: jhi                                   on 2000/12/06  16:09:09
29558         Log: Subject: [PATCH] $VERSION crusade, strict, tests, etc... all over lib/
29559              From: Michael G Schwern <schwern@pobox.com>
29560              Date: Tue, 5 Dec 2000 21:23:28 -0500
29561              Message-ID: <20001205212328.C6473@blackrider.aocn.com>
29562              
29563              Carp::Heavy parts not very applicable because of recent changes.
29564      Branch: perl
29565            ! ext/Opcode/Opcode.pm lib/AnyDBM_File.pm lib/CGI/Apache.pm
29566            ! lib/CGI/Switch.pm lib/Carp.pm lib/Carp/Heavy.pm
29567            ! lib/DirHandle.pm lib/Dumpvalue.pm lib/English.pm lib/Env.pm
29568            ! lib/Exporter.pm lib/Exporter/Heavy.pm
29569            ! lib/ExtUtils/MM_Cygwin.pm lib/ExtUtils/MM_OS2.pm
29570            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_VMS.pm
29571            ! lib/ExtUtils/MM_Win32.pm lib/File/CheckTree.pm
29572            ! lib/File/DosGlob.pm lib/File/Find.pm lib/File/stat.pm
29573            ! lib/FileCache.pm lib/I18N/Collate.pm lib/Net/hostent.pm
29574            ! lib/Net/netent.pm lib/Net/protoent.pm lib/Net/servent.pm
29575            ! lib/Pod/Functions.pm lib/Pod/Html.pm lib/Search/Dict.pm
29576            ! lib/SelectSaver.pm lib/Term/Cap.pm lib/Term/Complete.pm
29577            ! lib/Term/ReadLine.pm lib/Text/Abbrev.pm lib/Tie/Hash.pm
29578            ! lib/Tie/RefHash.pm lib/Tie/Scalar.pm lib/Tie/SubstrHash.pm
29579            ! lib/Time/Local.pm lib/Time/tm.pm lib/UNIVERSAL.pm
29580            ! lib/User/grent.pm lib/User/pwent.pm lib/bytes.pm
29581            ! lib/charnames.pm lib/diagnostics.pm lib/filetest.pm
29582            ! lib/integer.pm lib/less.pm lib/locale.pm lib/open.pm
29583            ! lib/overload.pm lib/subs.pm lib/utf8.pm lib/vars.pm
29584            ! lib/warnings/register.pm t/lib/attrs.t t/lib/syslog.t
29585            ! warnings.pl
29586 ____________________________________________________________________________
29587 [  8012] By: jhi                                   on 2000/12/06  15:22:38
29588         Log: Subject: [PATCH] Re: New harness is failing things
29589              From: Nick Ing-Simmons <nik@tiuk.ti.com>
29590              Date: Wed, 6 Dec 2000 13:00:30 GMT
29591              Message-Id: <200012061300.NAA10567@mikado.tiuk.ti.com>
29592      Branch: perl
29593            ! lib/Test/Harness.pm
29594 ____________________________________________________________________________
29595 [  8011] By: jhi                                   on 2000/12/06  15:12:08
29596         Log: Subject: installhtml changes
29597              From: Michael Stevens <michael@etla.org>
29598              Date: Wed, 6 Dec 2000 13:15:53 +0000
29599              Message-ID: <20001206131553.A27317@firedrake.org>
29600      Branch: perl
29601            ! installhtml
29602 ____________________________________________________________________________
29603 [  8010] By: jhi                                   on 2000/12/06  15:06:05
29604         Log: Subject: the dTHR hits
29605              From: Michael Stevens <michael@etla.org>
29606              Date: Wed, 6 Dec 2000 12:06:03 +0000
29607              Message-ID: <20001206120603.A24581@firedrake.org>
29608              
29609              More, errrm, less dTHRs.
29610      Branch: perl
29611            ! bytecode.pl ext/B/B/C.pm
29612 ____________________________________________________________________________
29613 [  8009] By: jhi                                   on 2000/12/06  15:04:25
29614         Log: Subject: MakeMaker mailing list gone?
29615              From: Michael G Schwern <schwern@pobox.com>
29616              Date: Tue, 5 Dec 2000 19:29:59 -0500
29617              Message-ID: <20001205192959.B6473@blackrider.aocn.com>
29618              
29619              The MakeMaker mailing list is dead, perlbug is the right
29620              address to report bugs.
29621      Branch: perl
29622            ! lib/ExtUtils/MakeMaker.pm
29623 ____________________________________________________________________________
29624 [  8008] By: jhi                                   on 2000/12/06  15:00:32
29625         Log: Subject: [PATCH ExtUtils::Manifest 1.1] Default MANIFEST.SKIP]
29626              From: Michael G Schwern <schwern@pobox.com>
29627              Date: Tue, 5 Dec 2000 19:21:21 -0500
29628              Message-ID: <20001205192121.A6473@blackrider.aocn.com>
29629              
29630              Add a default MANIFEST skip that ignores things like
29631              version control files, editor temporary files, and the Makefile.
29632      Branch: perl
29633            + lib/ExtUtils/MANIFEST.SKIP
29634            ! MANIFEST lib/ExtUtils/Manifest.pm
29635 ____________________________________________________________________________
29636 [  8007] By: jhi                                   on 2000/12/06  14:57:20
29637         Log: In Amiga more manual hackery of the scripts seems to be needed,
29638              from Jan-Erik Karlsson.  Why Configure does not get this right
29639              is unknown, may be shell-induced.
29640      Branch: perl
29641            ! README.amiga
29642 ____________________________________________________________________________
29643 [  8006] By: jhi                                   on 2000/12/05  23:53:12
29644         Log: Add TOPm1s to peek at the second topmost stack item.
29645      Branch: perl
29646            ! pp.h
29647 ____________________________________________________________________________
29648 [  8005] By: jhi                                   on 2000/12/05  23:13:55
29649         Log: Avaunt, you foul UTF-8 tests.
29650      Branch: perl
29651            ! t/op/ver.t t/pragma/utf8.t
29652 ____________________________________________________________________________
29653 [  8004] By: jhi                                   on 2000/12/05  23:09:54
29654         Log: Continue utf8 dispersal. 
29655      Branch: perl
29656            + t/op/concat.t
29657            ! MANIFEST t/pragma/utf8.t
29658 ____________________________________________________________________________
29659 [  8003] By: nick                                  on 2000/12/05  23:02:39
29660         Log: Integrate mainline.
29661      Branch: perlio
29662           +> t/op/length.t t/op/utf8decode.t
29663           !> (integrate 69 files)
29664 ____________________________________________________________________________
29665 [  8002] By: jhi                                   on 2000/12/05  22:59:28
29666         Log: Integrate perlio.
29667      Branch: perl
29668           !> iperlsys.h perl.c perlio.c win32/perllib.c
29669 ____________________________________________________________________________
29670 [  8001] By: nick                                  on 2000/12/05  22:07:52
29671         Log: Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO
29672              - calloc/free suffer from damage on TerminateThread()
29673              - use PerlMemShared (as originally planned) now fixed
29674              - avoid doing anything important on DLL "detach".
29675      Branch: perlio
29676            ! perl.c perlio.c win32/perllib.c
29677 ____________________________________________________________________________
29678 [  8000] By: nick                                  on 2000/12/05  21:05:09
29679         Log: Fix gross PerlMemShared issue.
29680      Branch: perlio
29681            ! iperlsys.h
29682 ____________________________________________________________________________
29683 [  7999] By: jhi                                   on 2000/12/05  20:46:58
29684         Log: Test for Unicode (UTF-8) hash keys.
29685      Branch: perl
29686            ! t/op/each.t
29687 ____________________________________________________________________________
29688 [  7998] By: jhi                                   on 2000/12/05  20:30:35
29689         Log: Remove an unnecessary 'use utf8' (unnecessary because \x{...}
29690              is now always UTF-8), empty line cosmetics.
29691      Branch: perl
29692            ! t/pragma/utf8.t
29693 ____________________________________________________________________________
29694 [  7997] By: jhi                                   on 2000/12/05  20:15:40
29695         Log: Subject: Re: STRLEN - what?
29696              From: Andy Dougherty <doughera@lafayette.edu>
29697              Date: Tue, 5 Dec 2000 11:58:46 -0500 (EST)
29698              Message-ID: <Pine.SOL.4.10.10012051152100.3586-100000@maxwell.phys.lafayette.edu>
29699              
29700              Explain STRLEN.
29701      Branch: perl
29702            ! pod/perlguts.pod
29703 ____________________________________________________________________________
29704 [  7996] By: jhi                                   on 2000/12/05  20:13:34
29705         Log: Split off the UTF-8 decoder tests, make them to check also
29706              the error message.
29707      Branch: perl
29708            + t/op/utf8decode.t
29709            ! MANIFEST t/pragma/utf8.t utf8.c
29710 ____________________________________________________________________________
29711 [  7995] By: jhi                                   on 2000/12/05  16:39:47
29712         Log: Start migrating bits of pragma/utf8 to elsewhere
29713              (since the long term plan is to obsolete 'use utf8').
29714      Branch: perl
29715            + t/op/length.t
29716            ! MANIFEST t/pragma/utf8.t
29717 ____________________________________________________________________________
29718 [  7994] By: jhi                                   on 2000/12/05  16:30:21
29719         Log: Fix a manual edit typo from #7993, fix the message formatting
29720              for Unicode, add few our declarations.
29721      Branch: perl
29722            ! lib/Carp/Heavy.pm
29723 ____________________________________________________________________________
29724 [  7993] By: jhi                                   on 2000/12/05  16:09:15
29725         Log: Subject: Need help with warnings :-(
29726              From: "Ben Tilly" <ben_tilly@hotmail.com>
29727              Date: Tue, 05 Dec 2000 01:35:54 -0500
29728              Message-ID: <LAW2-F2380n7J95K7aI00001bb9@hotmail.com>
29729              
29730              Subject: UPDATE: Carp/Heavy now passes all tests
29731              From: "Ben Tilly" <ben_tilly@hotmail.com>
29732              Date: Tue, 05 Dec 2000 07:59:41 -0500
29733              Message-ID: <LAW2-F58V1qdiixjnzi00005523@hotmail.com>
29734              
29735              The Brave New Carp.
29736      Branch: perl
29737            ! lib/Carp.pm lib/Carp/Heavy.pm
29738 ____________________________________________________________________________
29739 [  7992] By: jhi                                   on 2000/12/05  15:55:08
29740         Log: Subject: [PATCH perl@7979] cygwin port
29741              From: "Eric Fifer" <efifer@dircon.co.uk>
29742              Date: Tue, 5 Dec 2000 14:04:09 -0000
29743              Message-Id: <200012051402.OAA60286@mailhost2.dircon.co.uk>
29744      Branch: perl
29745            ! t/lib/net-hostent.t
29746 ____________________________________________________________________________
29747 [  7991] By: jhi                                   on 2000/12/05  15:52:34
29748         Log: Subject: Re: [PATCH] The largest hoax of all times?
29749              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29750              Date: Tue, 5 Dec 2000 00:40:25 -0500
29751              Message-ID: <20001205004025.A4050@monk.mps.ohio-state.edu>
29752              
29753              Subject: Re: [PATCH] The largest hoax of all times?
29754              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29755              Date: Mon, 4 Dec 2000 23:55:53 -0500
29756              Message-ID: <20001204235553.A1140@monk.mps.ohio-state.edu>
29757              
29758              Subject: Re: [PATCH] The largest hoax of all times?
29759              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
29760              Date: Tue, 5 Dec 2000 01:28:45 -0500
29761              Message-ID: <20001205012844.A4227@monk.mps.ohio-state.edu>
29762              
29763              Fix the unpredictable order of DESTROYs.
29764      Branch: perl
29765            ! embed.h embed.pl objXSUB.h pod/perlapi.pod proto.h scope.c
29766            ! sv.c sv.h t/op/ref.t
29767 ____________________________________________________________________________
29768 [  7990] By: jhi                                   on 2000/12/05  14:38:53
29769         Log: Subject: [PATCH] shrink pp_hot fractionally
29770              From: Nicholas Clark <nick@ccl4.org>
29771              Date: Tue, 5 Dec 2000 12:44:31 +0000
29772              Message-ID: <20001205124431.E74518@plum.flirble.org>
29773              
29774              Use report_evil_fh().
29775      Branch: perl
29776            ! opcode.pl opnames.h pp_hot.c util.c
29777 ____________________________________________________________________________
29778 [  7989] By: jhi                                   on 2000/12/05  14:21:27
29779         Log: Subject: [PATCH] [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
29780              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29781              Date: Mon, 04 Dec 2000 22:21:59 -0800
29782              Message-ID: <HmIL6gzkgepS092yn@efn.org>
29783              
29784              Harness shouldn't ignore responses like "ok 3\r\r\n".
29785      Branch: perl
29786            ! lib/Test/Harness.pm
29787 ____________________________________________________________________________
29788 [  7988] By: jhi                                   on 2000/12/05  13:51:28
29789         Log: Integrate the "skip" messages to explain().
29790      Branch: perl
29791            ! t/lib/syslfs.t t/op/lfs.t
29792 ____________________________________________________________________________
29793 [  7987] By: jhi                                   on 2000/12/05  12:34:54
29794         Log: The one that got away in #7984.
29795              
29796              Subject: Re: dTHR - what and why?
29797              From: Michael Stevens <michael@etla.org> 
29798              Date: Tue, 5 Dec 2000 11:15:52 +0000
29799              Message-ID: <20001205111552.A4647@firedrake.org>
29800      Branch: perl
29801            ! sv.h
29802 ____________________________________________________________________________
29803 [  7986] By: gsar                                  on 2000/12/05  09:14:44
29804         Log: fix open(FOO, ">&MYSOCK") failure under Windows 9x (problem is
29805              due to the notorious GetFileType() bug in Windows 9x, which fstat()
29806              tickles)
29807      Branch: perl
29808            ! win32/perlhost.h win32/win32.c win32/win32.h win32/win32sck.c
29809 ____________________________________________________________________________
29810 [  7985] By: jhi                                   on 2000/12/05  05:49:03
29811         Log: Integrate perlio.
29812      Branch: perl
29813           !> iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
29814           !> win32/perlhost.h win32/perllib.c
29815 ____________________________________________________________________________
29816 [  7984] By: jhi                                   on 2000/12/05  05:48:16
29817         Log: dTHR is a nop in 5.6.0 onwards.  Ergo, it can go.
29818      Branch: perl
29819            ! av.c cygwin/cygwin.c deb.c djgpp/djgpp.c doio.c doop.c dump.c
29820            ! epoc/epoc.c ext/ByteLoader/ByteLoader.xs
29821            ! ext/ByteLoader/byterun.c ext/Devel/DProf/DProf.xs
29822            ! ext/Thread/Thread.xs ext/re/re.xs gv.c hv.c mg.c op.c
29823            ! os2/OS2/REXX/REXX.xs os2/os2.c os2/os2ish.h perl.c perl.h
29824            ! perlapi.c pp.c pp.h pp_ctl.c pp_hot.c pp_sys.c regcomp.c
29825            ! regexec.c run.c scope.c sv.c taint.c thread.h toke.c
29826            ! universal.c utf8.c util.c vmesa/vmesa.c vms/ext/Stdio/Stdio.xs
29827            ! win32/win32.c
29828 ____________________________________________________________________________
29829 [  7983] By: nick                                  on 2000/12/04  23:27:43
29830         Log: PERL_IMPLICIT_SYS (almost) works - something odd with "signal"
29831      Branch: perlio
29832            ! iperlsys.h perl.c perlio.c perlio.h perliol.h sv.c t/op/fork.t
29833            ! win32/perlhost.h win32/perllib.c
29834 ____________________________________________________________________________
29835 [  7982] By: jhi                                   on 2000/12/04  19:44:09
29836         Log: Yet Another Copying-Without-Paying-Attention-To-SvUTF8(sv) Bug
29837              uncovered by #7980.
29838      Branch: perl
29839            ! op.c
29840 ____________________________________________________________________________
29841 [  7981] By: jhi                                   on 2000/12/04  19:42:07
29842         Log: Subject: [PATCH] Trivial dump.c feature
29843              From: Simon Cozens <simon@cozens.net>
29844              Date: Mon, 4 Dec 2000 18:08:38 +0000
29845              Message-ID: <20001204180838.A5541@pembro33.pmb.ox.ac.uk>
29846              
29847              Show whether a constant is UTF-8.
29848      Branch: perl
29849            ! dump.c
29850 ____________________________________________________________________________
29851 [  7980] By: jhi                                   on 2000/12/04  19:36:51
29852         Log: UTF-8 hash keys, patch from Inaba Hiroto.
29853      Branch: perl
29854            ! embed.h embed.pl hv.c hv.h pod/perlapi.pod proto.h
29855 ____________________________________________________________________________
29856 [  7979] By: jhi                                   on 2000/12/04  17:36:28
29857         Log: Update Changes.
29858      Branch: perl
29859            ! Changes patchlevel.h
29860 ____________________________________________________________________________
29861 [  7978] By: jhi                                   on 2000/12/04  16:42:17
29862         Log: Retract #7977, still too volatile (the euphemism of the day
29863              for unfinished and buggy :-)
29864      Branch: perl
29865            ! doop.c hv.c pp.c sv.h
29866 ____________________________________________________________________________
29867 [  7977] By: jhi                                   on 2000/12/04  16:25:15
29868         Log: (Retracted by #7978, too shaky yet.)
29869              
29870              Subject: Re: utf8 in hash keys, implementor missing
29871              From: Simon Cozens <simon@cozens.net>
29872              Date: Sat, 2 Dec 2000 19:49:35 +0000
29873              Message-ID: <20001202194935.A25673@pembro33.pmb.ox.ac.uk>
29874              
29875              The first step at UTF-8 hash keys.
29876      Branch: perl
29877            ! doop.c hv.c pp.c sv.h
29878 ____________________________________________________________________________
29879 [  7976] By: jhi                                   on 2000/12/04  16:13:53
29880         Log: Subject: [ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
29881              From: sthoenna@efn.org
29882              Date: Sun, 3 Dec 2000 19:06:53 -0800 (PST)
29883              Message-Id: <200012040306.eB436rE18922@garcia.efn.org>
29884      Branch: perl
29885            ! os2/os2.c perlio.c
29886 ____________________________________________________________________________
29887 [  7975] By: jhi                                   on 2000/12/04  16:05:25
29888         Log: Subject: Re: [ID 20001129.009] Not OK: perl v5.7.0 +DEVEL7928 on os2-64int-ld 2.30 (UNINSTALLED)
29889              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
29890              Date: Thu, 30 Nov 2000 20:50:37 -0800
29891              Message-ID: <d4yJ6gzkgGsJ092yn@efn.org>
29892      Branch: perl
29893            ! os2/os2.c
29894 ____________________________________________________________________________
29895 [  7974] By: jhi                                   on 2000/12/04  16:03:57
29896         Log: Subject: [PATCH] ++ 20% faster
29897              From: Nicholas Clark <nick@ccl4.org>
29898              Date: Mon, 4 Dec 2000 12:17:27 +0000
29899              Message-ID: <20001204121726.B52976@plum.flirble.org>
29900              
29901              Make '$i = ""; $i++' to produce true IVs without a hint of NVs.
29902      Branch: perl
29903            ! sv.c
29904 ____________________________________________________________________________
29905 [  7973] By: jhi                                   on 2000/12/04  16:00:48
29906         Log: 
29907              Subject: Re: Not OK: perl v5.7.0 +DEVEL7825 on aix 4.2.1.0 (UNINSTALLED)
29908              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
29909              Date: Mon, 04 Dec 2000 12:30:45 +0100
29910              Message-Id: <20001204122118.E85D.H.M.BRAND@hccnet.nl>
29911              
29912              AIX 4.2 (using latest patchlevels on 20001130) has a broken bind
29913              library (getprotobyname and getprotobynumber are outversioned by
29914              the same calls in libc, at least for xlc version 3.
29915      Branch: perl
29916            ! hints/aix.sh
29917 ____________________________________________________________________________
29918 [  7972] By: jhi                                   on 2000/12/04  02:58:31
29919         Log: Integrate perlio.
29920      Branch: perl
29921           !> doio.c iperlsys.h perl.c perl.h perlio.c perlio.h toke.c
29922           !> win32/makefile.mk win32/perlhost.h win32/perllib.c
29923           !> win32/win32.h win32/win32iop.h win32/win32thread.h
29924 ____________________________________________________________________________
29925 [  7971] By: nick                                  on 2000/12/04  00:24:33
29926         Log: Quieten some noise in Win32 builds:
29927              - win32.h is included after <sys/socket.h>, so need to 
29928              set Win32SCK_IS_STDSCK earlier to avoid re-defined noise in XSUB.h
29929              - GCC (& MSVC?) have execv(...,const char *const *) so need a cast from char **.
29930      Branch: perlio
29931            ! doio.c perl.h toke.c win32/win32.h
29932 ____________________________________________________________________________
29933 [  7970] By: nick                                  on 2000/12/03  22:57:46
29934         Log: PERL_IMPLICIT_SYS compiles but does not work.
29935      Branch: perlio
29936            ! iperlsys.h perl.c perlio.c perlio.h win32/makefile.mk
29937            ! win32/perlhost.h win32/perllib.c win32/win32.h
29938            ! win32/win32iop.h win32/win32thread.h
29939 ____________________________________________________________________________
29940 [  7969] By: jhi                                   on 2000/12/03  22:12:58
29941         Log: On DEBUGGING make ANYOFUTF8 nodes store away also the SV
29942              used to swash_init(), makes regprop() dumps more informative
29943              (+utf8::IsAlpha, -utf8::IsDigit, for example).
29944      Branch: perl
29945            ! regcomp.c regexec.c
29946 ____________________________________________________________________________
29947 [  7968] By: jhi                                   on 2000/12/03  21:39:56
29948         Log: Implement ANYOFUTF8 regprop() dumping.
29949      Branch: perl
29950            ! regcomp.c
29951 ____________________________________________________________________________
29952 [  7967] By: jhi                                   on 2000/12/03  20:57:19
29953         Log: Make uv_to_utf8() to zero-terminate its output buffer,
29954              always use (at least) UTF8_MAXLEN + 1 U8s deep buffer.
29955      Branch: perl
29956            ! op.c pp.c regcomp.c regexec.c sv.c toke.c utf8.c
29957 ____________________________________________________________________________
29958 [  7966] By: nick                                  on 2000/12/03  18:41:21
29959         Log: Integrate mainline (STDCHAR)
29960      Branch: perlio
29961           !> Configure t/pragma/utf8.t
29962 ____________________________________________________________________________
29963 [  7965] By: jhi                                   on 2000/12/03  17:58:20
29964         Log: Raw zero bytes in text files confuse at least GNU patch 2.1.
29965      Branch: perl
29966            ! t/pragma/utf8.t
29967 ____________________________________________________________________________
29968 [  7964] By: jhi                                   on 2000/12/03  17:35:56
29969         Log: Integrate perlio.
29970      Branch: perl
29971           !> iperlsys.h perlio.c
29972 ____________________________________________________________________________
29973 [  7963] By: jhi                                   on 2000/12/03  17:33:55
29974         Log: Metaconfig unit change for #7962.
29975      Branch: metaconfig
29976            ! U/modified/stdchar.U
29977 ____________________________________________________________________________
29978 [  7962] By: jhi                                   on 2000/12/03  17:33:27
29979         Log: Untangle the <stdio.h> #include nest for the stdchar test,
29980              from Andy Dougherty.
29981      Branch: perl
29982            ! Configure
29983 ____________________________________________________________________________
29984 [  7961] By: nick                                  on 2000/12/03  16:53:00
29985         Log: Make iperlsys.h vector stdio not PerlIO.
29986      Branch: perlio
29987            ! iperlsys.h perlio.c
29988 ____________________________________________________________________________
29989 [  7960] By: nick                                  on 2000/12/03  14:43:01
29990         Log: Integrate mainline
29991      Branch: perlio
29992           !> Changes Configure config_h.SH lib/ExtUtils/MM_Unix.pm op.c
29993           !> patchlevel.h pod/perldiag.pod t/lib/net-hostent.t toke.c
29994 ____________________________________________________________________________
29995 [  7959] By: jhi                                   on 2000/12/03  08:16:36
29996         Log: Use DO_UTF8().
29997      Branch: perl
29998            ! op.c
29999 ____________________________________________________________________________
30000 [  7958] By: jhi                                   on 2000/12/02  18:33:05
30001         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
30002              From: Mike Guy <mjtg@cam.ac.uk>         
30003              Date: Sat, 02 Dec 2000 17:27:13 +0000
30004              Message-Id: <E142GRN-0003go-00@libra.cus.cam.ac.uk>
30005              
30006              An extraneous argument.
30007      Branch: perl
30008            ! toke.c
30009 ____________________________________________________________________________
30010 [  7957] By: jhi                                   on 2000/12/02  18:22:32
30011         Log: A missing hunk.
30012      Branch: perl
30013            ! t/lib/net-hostent.t
30014 ____________________________________________________________________________
30015 [  7956] By: jhi                                   on 2000/12/02  18:06:20
30016         Log: Subject: [PATCH] Re: [ID 20001202.001] (Net::hostent)
30017              From: Nicholas Clark <nick@ccl4.org>
30018              Date: Sat, 2 Dec 2000 14:28:27 +0000
30019              Message-ID: <20001202142827.A12308@plum.flirble.org>
30020              
30021              Test robustness.
30022      Branch: perl
30023            ! t/lib/net-hostent.t
30024 ____________________________________________________________________________
30025 [  7955] By: jhi                                   on 2000/12/02  17:58:06
30026         Log: Metaconfig unit change for #7954.
30027      Branch: metaconfig
30028            ! U/modified/stdchar.U
30029 ____________________________________________________________________________
30030 [  7954] By: jhi                                   on 2000/12/02  17:54:32
30031         Log: An inconvenient hang would happen if the stdio _ptr wasn't
30032              found in <stdio.h> and <stdio_impl.h> didn't exist.  (grep
30033              would be grepping stdin for all eternity for the _ptr.)
30034      Branch: perl
30035            ! Configure
30036 ____________________________________________________________________________
30037 [  7953] By: jhi                                   on 2000/12/02  00:07:15
30038         Log: Update Changes.
30039      Branch: perl
30040            ! Changes patchlevel.h
30041 ____________________________________________________________________________
30042 [  7952] By: jhi                                   on 2000/12/01  23:54:47
30043         Log: Subject: Re: long shell lines
30044              From: Andy Dougherty <doughera@lafayette.edu>
30045              Date: Thu, 30 Nov 2000 12:45:37 -0500 (EST)
30046              Message-ID: <Pine.SOL.4.10.10011301044590.26388-100000@maxwell.phys.lafayette.edu>
30047              
30048              Split overly long shell command lines.
30049      Branch: perl
30050            ! lib/ExtUtils/MM_Unix.pm
30051 ____________________________________________________________________________
30052 [  7951] By: jhi                                   on 2000/12/01  23:48:02
30053         Log: The metaconfig unit change for #7950.
30054      Branch: metaconfig
30055            + U/modified/stdchar.U
30056 ____________________________________________________________________________
30057 [  7950] By: jhi                                   on 2000/12/01  23:47:39
30058         Log: Try to find stdchar also from <stdio_impl.h>.
30059      Branch: perl
30060            ! Configure config_h.SH
30061 ____________________________________________________________________________
30062 [  7949] By: jhi                                   on 2000/12/01  23:46:45
30063         Log: Subject: Re: [ID 20001130.011] expression parsing bug ?
30064              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
30065              Date: Fri, 1 Dec 2000 16:26:08 -0500
30066              Message-ID: <20001201162608.B1436@linguist.dartmouth.edu>
30067              
30068              Reword the diagnostic message.
30069      Branch: perl
30070            ! pod/perldiag.pod
30071 ____________________________________________________________________________
30072 [  7948] By: nick                                  on 2000/12/01  22:49:43
30073         Log: Integrate mainline (for s/y/m as sub names stuff).
30074      Branch: perlio
30075           !> lib/CPAN.pm lib/CPAN/FirstTime.pm pod/perldiag.pod t/op/misc.t
30076           !> t/pragma/warn/toke toke.c
30077 ____________________________________________________________________________
30078 [  7947] By: jhi                                   on 2000/12/01  20:55:41
30079         Log: Integrate perlio.
30080      Branch: perl
30081           !> perlio.c perliol.h t/io/pipe.t
30082 ____________________________________________________________________________
30083 [  7946] By: jhi                                   on 2000/12/01  20:36:51
30084         Log: Upgrade to CPAN 1.59_51, from Andreas König.
30085      Branch: perl
30086            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
30087 ____________________________________________________________________________
30088 [  7945] By: nick                                  on 2000/12/01  20:31:32
30089         Log: Integrate mainline
30090      Branch: perlio
30091           +> ext/Encode/Encode/EncodeFormat.pod lib/unicode/Is/Blank.pl
30092           +> lib/unicode/Is/SpacePerl.pl t/lib/class-struct.t
30093           +> t/lib/net-hostent.t
30094           !> (integrate 35 files)
30095 ____________________________________________________________________________
30096 [  7944] By: jhi                                   on 2000/12/01  20:23:29
30097         Log: Some help for 20001130.011.  Now one gets warnings like
30098              "Ambiguous -f() resolved as a file test ..."
30099      Branch: perl
30100            ! pod/perldiag.pod t/pragma/warn/toke toke.c
30101 ____________________________________________________________________________
30102 [  7943] By: jhi                                   on 2000/12/01  19:44:44
30103         Log: Retract #7941.  Forbidding subs m/s/etc is too cruel because
30104              that also breaks using them as methods. 
30105      Branch: perl
30106            ! pod/perldiag.pod t/op/misc.t toke.c
30107 ____________________________________________________________________________
30108 [  7942] By: nick                                  on 2000/12/01  17:56:46
30109         Log: Fix 'mmap' lib/filehand.t (ungetc) test fail.
30110              Make 'unix' pass most tests
30111              - do unread by temporary push of layer ("pending") holding unread chars
30112              - fast_gets is now based on per-handle flag
30113              - relax one of io/pipe.t tests to allow print to fail and close to
30114              succeed so that it passes on unbuffered "unix" layer.
30115              Remaining fail is sporadic and a genuine race condition between
30116              parent/child in fork test.
30117      Branch: perlio
30118            ! perlio.c perliol.h t/io/pipe.t
30119 ____________________________________________________________________________
30120 [  7941] By: jhi                                   on 2000/12/01  15:28:58
30121         Log: (Retracted by #7943.)
30122              
30123              Reserve the short named string operator names.
30124      Branch: perl
30125            ! pod/perldiag.pod t/op/misc.t toke.c
30126 ____________________________________________________________________________
30127 [  7940] By: jhi                                   on 2000/12/01  06:45:53
30128         Log: Get the three different space character classes right under utf8.
30129      Branch: perl
30130            + lib/unicode/Is/Blank.pl lib/unicode/Is/SpacePerl.pl
30131            ! MANIFEST lib/unicode/mktables.PL pod/perlre.pod regcomp.c
30132            ! regexec.c t/op/pat.t utf8.c
30133 ____________________________________________________________________________
30134 [  7939] By: jhi                                   on 2000/12/01  03:26:26
30135         Log: Two more tests that make no sense in UTF-8 since the test
30136              data is not in UTF-8.
30137      Branch: perl
30138            ! t/op/regexp.t
30139 ____________________________________________________________________________
30140 [  7938] By: jhi                                   on 2000/12/01  03:20:39
30141         Log: \x{} doesn't any more require 'use utf8' outside regexen so why
30142              should it be required inside regexen?
30143      Branch: perl
30144            ! regcomp.c t/op/regmesg.t
30145 ____________________________________________________________________________
30146 [  7937] By: jhi                                   on 2000/12/01  02:58:53
30147         Log: Fix for 20001130.008 and 20001130.010, the PL_regnpar wasn't
30148              stored and restored, and thusly was trounced by the utf8 swash
30149              routines.
30150      Branch: perl
30151            ! regcomp.c
30152 ____________________________________________________________________________
30153 [  7936] By: jhi                                   on 2000/11/30  20:41:39
30154         Log: Fix for 20001128.006, be more careful in Perl_sv_utf8_downgrade().
30155              Why the different platforms behave so differently (core dump vs
30156              no core dump) on this bug is a but of a mystery, but if I had to
30157              guess I would mumble something like 'alignment'.
30158      Branch: perl
30159            ! sv.c
30160 ____________________________________________________________________________
30161 [  7935] By: jhi                                   on 2000/11/30  16:17:02
30162         Log: Subject: [PATCH perl@7930] toke.c perlio.c -Wformat nits
30163              From: Robin Barker <rmb1@cise.npl.co.uk>
30164              Message-Id: <200011301427.OAA00030@tempest.npl.co.uk>
30165              Date: Thu, 30 Nov 2000 14:27:12 GMT
30166      Branch: perl
30167            ! perlio.c toke.c
30168 ____________________________________________________________________________
30169 [  7934] By: jhi                                   on 2000/11/30  16:04:49
30170         Log: In OS/390 'localhost' can be 'localhost.FOO.BAR'.
30171      Branch: perl
30172            ! t/lib/net-hostent.t
30173 ____________________________________________________________________________
30174 [  7933] By: jhi                                   on 2000/11/30  06:07:26
30175         Log: Subject: [ID 20001129.007] Not OK: perl v5.7.0 +DEVEL7928 on VMS_AXP V7.1 (UNINSTALLED)
30176              From: Peter Prymmer <pvhp@forte.com>
30177              Date: Wed, 29 Nov 2000 15:16:45 -0800 (PST)
30178              Message-Id: <Pine.OSF.4.10.10011291515570.328738-100000@aspara.forte.com>
30179              
30180              In VMS the localhost may be LOCALHOST.
30181      Branch: perl
30182            ! t/lib/net-hostent.t
30183 ____________________________________________________________________________
30184 [  7932] By: jhi                                   on 2000/11/30  01:11:11
30185         Log: Subject: Re: question about retlen in utf8.c:Perl_utf8_to_uv()
30186              From: Peter Prymmer <pvhp@forte.com>
30187              Date: Wed, 29 Nov 2000 12:36:40 -0800 (PST)
30188              Message-ID: <Pine.OSF.4.10.10011291233120.328738-100000@aspara.forte.com>
30189              
30190              plus regen perlapi.pod.
30191      Branch: perl
30192            ! pod/perlapi.pod utf8.c
30193 ____________________________________________________________________________
30194 [  7931] By: jhi                                   on 2000/11/30  01:06:19
30195         Log: Subject:  [PATCH perl@7930] get t/lib/filter-util.t to work on VMS 
30196              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
30197              Date:     Wed, 29 Nov 2000 17:15:11 EST
30198              Message-Id: <001129171439.6099b@DUPHY4.Physics.Drexel.Edu>
30199      Branch: perl
30200            ! t/lib/filter-util.pl t/lib/filter-util.t
30201 ____________________________________________________________________________
30202 [  7930] By: jhi                                   on 2000/11/29  18:51:55
30203         Log: Update Changes.
30204      Branch: perl
30205            ! Changes patchlevel.h
30206 ____________________________________________________________________________
30207 [  7929] By: jhi                                   on 2000/11/29  18:50:55
30208         Log: Update the va_copy() metaconfig unit.
30209      Branch: metaconfig/U/perl
30210            ! need_va_copy.U
30211 ____________________________________________________________________________
30212 [  7928] By: jhi                                   on 2000/11/29  17:50:43
30213         Log: Subject: [ID 20001128.003] Not OK: perl v5.7.0 +DEVEL7891 on ppc-linux 2.2.17  
30214              From: Dominic Dunlop <domo@computer.org>
30215              Date: Tue, 28 Nov 2000 16:41:57 +0100
30216              Message-Id: <p04320400b649771b9797@[192.168.1.4]>
30217              
30218              Patch to catch a core dump in the Configure va_copy test.
30219      Branch: perl
30220            ! Configure config_h.SH
30221 ____________________________________________________________________________
30222 [  7927] By: jhi                                   on 2000/11/29  17:31:59
30223         Log: Retract #7921, the patch shouldn't be needed.
30224      Branch: perl
30225            ! sv.c
30226 ____________________________________________________________________________
30227 [  7926] By: jhi                                   on 2000/11/29  17:01:41
30228         Log: Make the Class::Struct import() wiser.
30229      Branch: perl
30230            ! lib/Class/Struct.pm t/lib/class-struct.t
30231 ____________________________________________________________________________
30232 [  7925] By: jhi                                   on 2000/11/29  16:36:33
30233         Log: All the core library users of Class::Struct seem to be
30234              using "use Class::Struct 'struct';" instead of the bare
30235              "use Class::Struct;", which isn't documented in Class::Struct.
30236              This can't be right.
30237      Branch: perl
30238            ! lib/File/stat.pm
30239 ____________________________________________________________________________
30240 [  7924] By: jhi                                   on 2000/11/29  16:32:15
30241         Log: A test works better if it has the right 1..$n output.
30242      Branch: perl
30243            ! t/lib/class-struct.t
30244 ____________________________________________________________________________
30245 [  7923] By: jhi                                   on 2000/11/29  16:29:11
30246         Log: Forgot to MANIFEST the new Net::hostent test.
30247      Branch: perl
30248            ! MANIFEST
30249 ____________________________________________________________________________
30250 [  7922] By: jhi                                   on 2000/11/29  16:27:49
30251         Log: Integrate perlio.
30252      Branch: perl
30253           !> iperlsys.h perlio.c
30254 ____________________________________________________________________________
30255 [  7921] By: jhi                                   on 2000/11/29  16:27:10
30256         Log: (Retracted by #7927.)
30257              
30258              Subject: [PATCH] Is infinity a number?
30259              From: Simon Cozens <simon@cozens.net>
30260              Date: Wed, 29 Nov 2000 14:48:20 +0000
30261              Message-ID: <20001129144820.A31339@pembro33.pmb.ox.ac.uk>
30262      Branch: perl
30263            ! sv.c
30264 ____________________________________________________________________________
30265 [  7920] By: jhi                                   on 2000/11/29  16:23:02
30266         Log: Subject: net_hostent.t (was Re: [ID 20001128.002] what's the point of example code if it is buggy?)
30267              From: rspier@pobox.com (Robert Spier)
30268              Date: Wed, 29 Nov 2000 02:17:49 -0500
30269              Message-ID: <14884.44445.760322.278647@localhost.localdomain>
30270              
30271              Add a test for Net::hostent.
30272      Branch: perl
30273            + t/lib/net-hostent.t
30274 ____________________________________________________________________________
30275 [  7919] By: jhi                                   on 2000/11/29  16:21:31
30276         Log: Make "use Class::Struct 'struct';" work again (broken by #7617);
30277              add a test for Class::Struct.
30278      Branch: perl
30279            + t/lib/class-struct.t
30280            ! MANIFEST lib/Class/Struct.pm
30281 ____________________________________________________________________________
30282 [  7918] By: jhi                                   on 2000/11/29  15:48:40
30283         Log: Subject: Re: Minor suggestion for Sys::Syslog  [PATCH]
30284              From: rspier@pobox.com (Robert Spier)
30285              Date: Wed, 29 Nov 2000 02:25:39 -0500
30286              Message-ID: <14884.44915.86028.422238@localhost.localdomain>
30287              
30288              More checking in case someone has broken their services or
30289              protocol databases.
30290      Branch: perl
30291            ! ext/Sys/Syslog/Syslog.pm
30292 ____________________________________________________________________________
30293 [  7917] By: jhi                                   on 2000/11/29  15:46:25
30294         Log: Subject: [PATCH] $^O  win32 -> MSWin32
30295              From: rspier@pobox.com (Robert Spier)
30296              Date: Wed, 29 Nov 2000 02:17:38 -0500
30297              Message-ID: <14884.44434.340627.126145@localhost.localdomain>
30298              
30299              plus similar nits for vms, err, VMS, and UNICOS.
30300      Branch: perl
30301            ! t/lib/syslfs.t t/op/lfs.t
30302 ____________________________________________________________________________
30303 [  7916] By: jhi                                   on 2000/11/29  15:42:51
30304         Log: Subject: [PATCH] Tokeniser debugging
30305              From: Simon Cozens <simon@cozens.net>
30306              Date: Wed, 29 Nov 2000 14:15:45 +0000
30307              Message-ID: <20001129141545.A30864@pembro33.pmb.ox.ac.uk>
30308      Branch: perl
30309            ! perl.c perl.h pod/perlrun.pod toke.c
30310 ____________________________________________________________________________
30311 [  7915] By: jhi                                   on 2000/11/29  15:41:36
30312         Log: Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
30313              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30314              Date: Wed, 29 Nov 2000 02:13:14 -0500
30315              Message-ID: <20001129021314.A2532@monk.mps.ohio-state.edu>
30316              
30317              OUT keyword nits.
30318              
30319              Subject: Re: [PATCH 5.7.0] OUT keyword for xsubpp
30320              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30321              Date: Wed, 29 Nov 2000 03:09:04 -0500
30322              Message-ID: <20001129030904.A2754@monk.mps.ohio-state.edu>
30323              
30324              OUT and IN_OUT documentation.
30325      Branch: perl
30326            ! lib/ExtUtils/xsubpp pod/perlxs.pod
30327 ____________________________________________________________________________
30328 [  7914] By: jhi                                   on 2000/11/29  03:35:01
30329         Log: Subject: Re: [ID 20001127.002] const subs hurt under debugger
30330              From: John Tobey <jtobey@john-edwin-tobey.org>
30331              Date: Tue, 28 Nov 2000 01:13:41 -0500 (EST)
30332              Message-Id: <m140e1N-000FOoC@feynman.localnet>
30333              
30334              plus a performance speedup noticed by Sarathy.
30335      Branch: perl
30336            ! op.c
30337 ____________________________________________________________________________
30338 [  7913] By: jhi                                   on 2000/11/29  03:16:59
30339         Log: Use "1 while unlink" so that VMS gets clean, too.
30340      Branch: perl
30341            ! t/lib/filter-util.t
30342 ____________________________________________________________________________
30343 [  7912] By: jhi                                   on 2000/11/29  03:09:08
30344         Log: Subject: [PATCH 5.7.0] OUT keyword for xsubpp
30345              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
30346              Date: Tue, 28 Nov 2000 03:27:09 -0500
30347              Message-ID: <20001128032709.A23401@monk.mps.ohio-state.edu>
30348      Branch: perl
30349            ! lib/ExtUtils/xsubpp
30350 ____________________________________________________________________________
30351 [  7911] By: jhi                                   on 2000/11/29  03:06:30
30352         Log: This should have been part of #7872: no need to scan UTF-8
30353              until eternity.
30354      Branch: perl
30355            ! utf8.c
30356 ____________________________________________________________________________
30357 [  7910] By: jhi                                   on 2000/11/29  02:50:04
30358         Log: One more perltie.pod nit from Casey R. Tweten.
30359      Branch: perl
30360            ! pod/perltie.pod
30361 ____________________________________________________________________________
30362 [  7909] By: jhi                                   on 2000/11/29  02:44:23
30363         Log: Document the known sprintf test failures, exact standard
30364              reference from Dominic Dunlop, NonStop-UX testing from Tom Bates.
30365      Branch: perl
30366            ! pod/perldelta.pod t/op/sprintf.t
30367 ____________________________________________________________________________
30368 [  7908] By: jhi                                   on 2000/11/29  02:36:23
30369         Log: Add the Encoding table format documentation.
30370      Branch: perl
30371            + ext/Encode/Encode/EncodeFormat.pod
30372            ! MANIFEST
30373 ____________________________________________________________________________
30374 [  7907] By: jhi                                   on 2000/11/29  02:07:24
30375         Log: Subject: Re: [PATCH] Updating perltie.pod for arrays
30376              From: "Casey R. Tweten" <crt@kiski.net>
30377              Date: Tue, 28 Nov 2000 12:11:41 -0500 (EST)
30378              Message-ID: <Pine.OSF.4.21.0011281209050.25178-100000@home.kiski.net>
30379              
30380              Subject: Re: [PATCH] Updating perltie.pod for arrays
30381              From: "Casey R. Tweten" <crt@kiski.net>
30382              Date: Tue, 28 Nov 2000 15:03:50 -0500 (EST)
30383              Message-ID: <Pine.OSF.4.21.0011281458500.10331-100000@home.kiski.net>
30384      Branch: perl
30385            ! pod/perltie.pod
30386 ____________________________________________________________________________
30387 [  7906] By: nick                                  on 2000/11/28  22:40:59
30388         Log: Initial tidy of setmode() muddle (UNIX does not have, nor need it).
30389      Branch: perlio
30390            ! iperlsys.h perlio.c
30391 ____________________________________________________________________________
30392 [  7905] By: nick                                  on 2000/11/28  22:04:34
30393         Log: Integrate mainline
30394      Branch: perlio
30395           !> (integrate 39 files)
30396 ____________________________________________________________________________
30397 [  7904] By: jhi                                   on 2000/11/28  16:44:43
30398         Log: Subject: [ID 20001128.002] what's the point of example code if it is buggy?
30399              From: Nicholas Clark <nick@babyhippo.co.uk>
30400              Date: Tue, 28 Nov 2000 11:16:57 +0000
30401              Message-Id: <E140ikr-00076N-00@fruitbat.babyhippo.co.uk>
30402      Branch: perl
30403            ! pod/perlipc.pod
30404 ____________________________________________________________________________
30405 [  7903] By: jhi                                   on 2000/11/28  16:40:31
30406         Log: Subject: [PATCH] Updating perltie.pod for arrays
30407              From: "Casey R. Tweten" <crt@kiski.net>
30408              Date: Mon, 27 Nov 2000 17:47:20 -0500 (EST)
30409              Message-ID: <Pine.OSF.4.21.0011271746360.11659-100000@home.kiski.net>
30410      Branch: perl
30411            ! pod/perltie.pod
30412 ____________________________________________________________________________
30413 [  7902] By: jhi                                   on 2000/11/28  16:39:37
30414         Log: Subject: [PATCH] Re: 5.6 bug: split /^/ implies /m modifier (from CLPM)
30415              From: Robin Barker <rmb1@cise.npl.co.uk>
30416              Date: Mon, 27 Nov 2000 17:56:44 GMT
30417              Message-Id: <200011271756.RAA22706@tempest.npl.co.uk>
30418      Branch: perl
30419            ! pod/perlfunc.pod t/op/split.t
30420 ____________________________________________________________________________
30421 [  7901] By: jhi                                   on 2000/11/28  16:28:04
30422         Log: setmode() is a DOSish-only thing.
30423      Branch: perl
30424            ! perlio.c
30425 ____________________________________________________________________________
30426 [  7900] By: jhi                                   on 2000/11/28  16:21:46
30427         Log: Subject: [PATCH] perlcc.PL cleanups
30428              From: Simon Cozens <simon@cozens.net>
30429              Date: Tue, 28 Nov 2000 12:44:35 +0000
30430              Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk>
30431      Branch: perl
30432            ! utils/perlcc.PL
30433 ____________________________________________________________________________
30434 [  7899] By: gsar                                  on 2000/11/28  06:32:55
30435         Log: reintegrate files missed by change#7895
30436      Branch: maint-5.6/perl
30437           +> ext/ByteLoader/bytecode.h utils/Makefile
30438            - utils/perlbc.PL
30439 ____________________________________________________________________________
30440 [  7897] By: gsar                                  on 2000/11/27  18:22:47
30441         Log: can't integrate these two files, for some reason
30442      Branch: maint-5.6/perl
30443            - ext/ByteLoader/bytecode.h utils/Makefile
30444 ____________________________________________________________________________
30445 [  7895] By: gsar                                  on 2000/11/27  18:11:21
30446         Log: integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,
30447              6782..6791,6793..6814,6816,6818..6822,6824..6830,6838..6849,
30448              6757..6890,6892..6901 from mainline
30449              
30450              Bytecompiler patches from Benjamin Stuhl.
30451              
30452              More bytecompiler.
30453              
30454              Subject: [PATCH blead] B:: missing dependency
30455              
30456              Subject: [PATCH: 6757] configure.com updates and syslog build
30457              
30458              Long double Gconvert fixes from Yitzchak Scott-Thoennes
30459              and Spider Boardman.
30460              
30461              Subject: [PATCH blead] nextchar() abuse misses an optimisation
30462              
30463              Long double fixes from Spider Boardman.
30464              
30465              Make the selection of NVff et al stricter.
30466              
30467              cSVOPo_*v things index into the current PL_curpad
30468              under ithreads, which is different from the curpad
30469              used by the XSUB.  (In other words, the code as-is
30470              before this patch wouldn't work under ithreads.)
30471              
30472              Be portable.
30473              
30474              VMS MMS (make) wants null action.
30475              
30476              Mac and other portability updates from Chris Nandor.
30477              
30478              Storable support, v-version fixes.
30479              Subject: CPAN.pm beta for testing available
30480              
30481              Portability fix from Hugo van der Sanden.
30482              
30483              Bad makefile.
30484              
30485              Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
30486              
30487              Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
30488              
30489              Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
30490              
30491              Replace #6705 with a minimal doc patch.
30492              Subject: [PATCH 5.6.0] replace change #6705
30493              
30494              Drop the separate perlbc, perlcc -b should be enough.
30495              
30496              installperl couldn't tell whether it had run tests or not.
30497              Subject: [PATCH] Re: installperl and t/TEST
30498              
30499              Add silencer flags to installperl.
30500              Subject: [PATCH] Making installperl silent.
30501              
30502              Make "make install" by default silent.  A new "install-verbose"
30503              target is verbose.
30504              
30505              More liberal parsing of version numbers.
30506              Subject: Re: CPAN.pm beta for testing available
30507              
30508              Create directories in silence.
30509              Subject: [PATCH] Another silencer for MakeMaker
30510              
30511              DOS patches and portability/porting notes, from Tim Jenness.
30512              
30513              Make installman to recognize the silence flag -S.
30514              
30515              Actually do something with the silencer option.
30516              
30517              Continue silencing.
30518              
30519              Show the doc file, not the temp file.
30520              
30521              Regen perltoc.
30522              
30523              Subject: [PATCH] More silencing of installman.
30524              
30525              Better wording for the vec lvalue diagnostic.
30526              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
30527              
30528              Subject: [PATCH: 6805] several more tweaks to configure.com
30529              
30530              Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
30531              
30532              Missing parts of 
30533              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
30534              
30535              Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
30536              (applied slightly modified)
30537              
30538              installperl --verbose and --silent.
30539              Subject: Re: [PATCH] More silencing of installman.
30540              
30541              Add install-silent target.
30542              
30543              AIX 4.3.3 has SOCKS in libc with a differently named init routine,
30544              the problem reported in
30545              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
30546              
30547              Tweak the sfio/useperlio logic, hopefully as wished in
30548              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
30549              
30550              One forgotten file from #6816.
30551              
30552              Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
30553              
30554              Remove duplicately applied patch shards.
30555              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
30556              
30557              Support preserving extremely big/small angles.
30558              
30559              Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
30560              
30561              Subject: [PATCH] installation not quite silent yet.
30562              
30563              Update the test count.
30564              
30565              Use UVxf, PTR2UV, NVff.
30566              
30567              Document PTR2XX and INT2PTR.
30568              
30569              no-install target a la make -n.
30570              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
30571              
30572              grep -e isn't portable.
30573              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
30574              
30575              Can't get the test to reliably work thanks to the
30576              inaccurateness of floating point.  "Resolves" bug ids
30577              20000826.003, 20000826.009, 20000826.010,
30578              
30579              Subject: installman buglet
30580              
30581              DJGPP update from Laszlo Molnar.
30582              
30583              Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
30584              
30585              Passing -R in ldflags makes now it to appear in the default
30586              for lddlflags, just like with -L.
30587              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
30588              
30589              Test nit.
30590              
30591              Use the actual thread type, not the pointer-to-struct.
30592              
30593              Provice virtual $Config{ccflags_nolargefiles} etc. 
30594              
30595              display_format used as a class method without arguments was broken,
30596              reported in
30597              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
30598              
30599              Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
30600              
30601              Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
30602              
30603              Subject: [PATCH@6855] _Minor_ change to overload.pm pod
30604              
30605              opmini.o may be left around if a build is interrupted.
30606              
30607              Typo in #6858.
30608              
30609              Fix for ID 20000828.001, long doubles were not formatted
30610              correctly (showed up in $], which stopped installing perl).
30611              
30612              An attempt to fix the problem reported in
30613              Subject: Building perl@6856 using gcc/AIX 4.3.3 
30614              I can't test this properly since the gcc installation I have
30615              access to seems to be botched (gcc is calling the AIX cpp,
30616              a losing proposition...)
30617              
30618              Add -ld to archname on long tr...double platforms.
30619              
30620              Subject: hv.h Doc Patch
30621              
30622              Potential cruft.
30623              
30624              Subject: [PATCH bleedperl@6856] warnings fixes
30625              
30626              -S is the silent flag, -s is the strip flag.
30627              Subject: [PATCH] Re: [PATCH] make no-install          
30628              
30629              Take out the SUIDMAIL thing, that will not be
30630              a problem in 5.7.*.
30631              
30632              Subject: [PATCH bleedperl@6866] spellings
30633              
30634              Subject: [PATCH] Re: files not cleaned even by veryclean
30635              
30636              Use minimal @INC in tests, most of the time just '../lib',
30637              so that we simply can't pick up stuff from other Perls than
30638              the one we are testing.  Pointed out by
30639              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
30640              
30641              Update to Getopt::Long 2.24, from Johan Vromans.
30642              
30643              Fix for thinko in #6848.
30644              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
30645              
30646              Patches all over for people and the files they (hopefully) care about.
30647              
30648              Subject: Net::protoent does not export 'getproto'
30649              
30650              Missed a change in #6869.
30651              
30652              Subject: [PATCH] Warnings in B::Deparse
30653              
30654              Subject: [PATCH] Glob dumping
30655              
30656              Disable one of the tests for now.
30657              
30658              Disabling the one test is a bit tricky.
30659              
30660              Don't forget to tidy up.
30661              
30662              The #6881 removed one dump line.
30663              
30664              Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
30665              
30666              Under usethreads the dumped variable is IN_PAD.
30667              Subject: Re: [PATCH] Glob dumping
30668              
30669              Subject: [ID 20000829.026] [PATCH 6868] File::Temp
30670              
30671              Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
30672              
30673              Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
30674              
30675              Regen Configure for #6894.
30676              
30677              Subject: [PATCH: 6889] updates to perlebcdic.pod
30678              
30679              Undo namespace pollution of #6878.
30680              Subject: Re: Net::protoent does not export 'getproto'
30681              
30682              Admit that we are leaking scalars.
30683              
30684              Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
30685      Branch: maint-5.6/perl
30686           !> (integrate 271 files)
30687 ____________________________________________________________________________
30688 [  7894] By: gsar                                  on 2000/11/27  16:00:34
30689         Log: a couple of nits
30690      Branch: maint-5.6/perl
30691            ! MANIFEST pp_sys.c
30692 ____________________________________________________________________________
30693 [  7893] By: gsar                                  on 2000/11/27  15:10:56
30694         Log: integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,
30695              6740..6745,6747..6757,6760
30696              
30697              Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
30698              
30699              Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
30700              
30701              Doc nits spotted by Richard Soderberg.
30702              
30703              move WNOHANG definition to where other such things are
30704              
30705              Make $Config{byteorder} more magical so that it is
30706              dynamically computed: nice for 'fat binaries'.
30707              Subject: [PATCH]: default byteorder
30708              
30709              Subject: [PATCH] Cwd.pm now uses strict
30710              
30711              Subject: Re: [PATCH]Re: Questions about Math::BigFloat
30712              
30713              Get -DLEAKTEST to compile (not necessarily to work, mind)
30714              Subject: [ID 20000724.006] -DLEAKTEST problem
30715              
30716              perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
30717              
30718              Add perlebcdic from Peter Prymmer, regen toc.
30719              
30720              Don't propose using modules built for 5.005 if no binary
30721              compatibility with 5.005 is attempted.
30722              
30723              Do not use prototyping here.
30724              Subject: [ID 20000817.016] [PATCH] Peek.xs
30725              
30726              Document what the backtick returns if the command fails.
30727              
30728              Add byteorder to the myconfig output.
30729              
30730              Introduce NVef, NVff, and NVgf, use the middle one.
30731              (helps for lib/peek + Linux + long doubles)  Reported in
30732              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
30733              Use NVs in POSIX math, not doubles.
30734              Subject: [ID 20000817.014] POSIX & modfl
30735              
30736              Subject: [PATCH 5.6.0+] newSVrv() memory leak
30737              
30738              The byteorder code in #6671 was wrong.
30739              
30740              Fix the lib/complex failure of
30741              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
30742              Linux long double accuracy issue: something that
30743              when printed with %g looks like "2" but int() of it is 1.
30744              
30745              Propagate new Configure vars.
30746              
30747              Unbuffer the output.
30748              
30749              Subject: [PATCH] perltrap.pod spring cleaning
30750              
30751              Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
30752              Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
30753              
30754              Tiny Getopt::Long patch from Johan Vromans.
30755              
30756              Document code point which makes if (defined %stash::) to work
30757              (noted by Spider Boardman).
30758              
30759              Subject: [PATCH perl@6698] cygwin port
30760              
30761              Document the NDBM_File and ODBM_File as SDBM_File
30762              was documented in #6417.
30763              
30764              The new tests were missing from #6415.
30765              
30766              Add [[:blank:]] as suggested in
30767              Subject: [ID 20000716.024] [=cc=] / [:blank:]
30768              (the [=cc=] has already been taken care of by #6439
30769              so the whole bug report can be closed)
30770              and make [[:space:]] to be equivalent to isspace(3)
30771              (as opposed to \s, which is isSPACE()).  The difference
30772              is that now [[:space:]] matches the mythical vertical tab,
30773              while \s doesn't.
30774              
30775              Don't eat leading os from index entries.
30776              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
30777              
30778              Subject: [PATCH 5.6.0+] fix for Win32::DomainName
30779              
30780              Typo in pp_complement().
30781              Subject: [PATCH perl-current] Deparse
30782              
30783              Add warnif(), check warnings further up the stack,
30784              all the warnings functions now can take an optional object reference.
30785              Subject: [PATCH bleedperl@6691] warnings pragma update
30786              
30787              Fix a core dump in lib/selfloader under -DDEBUGGING.
30788              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
30789              
30790              Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
30791              
30792              Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
30793              
30794              Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
30795              Put back the long double avoidance code to POSIX.xs
30796              because VMS seems to need it still.
30797              
30798              Introduce a 'veryclean' target that is like 'distclean'
30799              but also removes *~ and *.orig.
30800              
30801              Subject: [ID 20000817.023] endianness description in perlfunc.pod
30802              
30803              Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
30804              
30805              Let's try #6717 again.
30806              
30807              UTF8 concat fixes.
30808              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
30809              
30810              pp_open() could pass an uninitialized filename down to do_open9().
30811              
30812              Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
30813              
30814              Update to CGI 2.72, from Lincoln Stein.
30815              
30816              Subject: [PATCH] Silence MakeMaker (Was: installman)
30817              
30818              Use temporary directory instead of current directory.
30819              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
30820              
30821              Document odd vs even subreleases and -Dusedevel.
30822              
30823              The veryclean target needs to clobber.
30824              
30825              Use File::Spec->tmpdir().
30826              
30827              Document the number of exponent digits.
30828              
30829              Mention perlebcdic and perlposix-bc.
30830              
30831              s/this one/the 5.6.0 release/
30832              
30833              The #6724 is here.
30834              
30835              The correct cleaning order is an art.
30836              
30837              small tweaks for change#6705: avoid C++ style comments in C code;
30838              use Perl's malloc API rather than the low level system one
30839              
30840              Array context keeps slithering in.
30841              
30842              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
30843              
30844              Subject: [PATCH] os2.c fix for use64bitint
30845              
30846              Update to Pod::LaTeX 0.53.
30847              Subject: [PATCH] lib/Pod/LaTeX.pm updates
30848              
30849              Document the endianness of Alpha more precisely.
30850              
30851              Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
30852              
30853              Rename the macro argument because some preprocessors
30854              can't tell the difference and expand arguments also inside
30855              double quoted strings.
30856              
30857              free TLS slot properly on Windows
30858              
30859              use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
30860              
30861              Unicos/mk requires elaborate paranoia.
30862              
30863              Tweak the floating point output routine preferences.
30864              
30865              Also under djgpp the timestamps are funky.
30866              
30867              Apply some PodParser 1.18 patches; the Pod/Find.pm
30868              patches cannot be applied since #6712 conflicts.
30869              
30870              Use PodParser 1.18 new test.
30871              
30872              A pod nit.
30873              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
30874              
30875              Be verydeepclean.
30876      Branch: maint-5.6/perl
30877           +> pod/perlebcdic.pod
30878           !> (integrate 106 files)
30879 ____________________________________________________________________________
30880 [  7892] By: jhi                                   on 2000/11/27  15:02:32
30881         Log: Update Changes.
30882      Branch: perl
30883            ! Changes patchlevel.h
30884 ____________________________________________________________________________
30885 [  7891] By: jhi                                   on 2000/11/27  14:57:23
30886         Log: Subject: Re: perlfaq style changes
30887              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
30888              Date: Sat, 25 Nov 2000 23:32:26 -0800
30889              Message-ID: <KyLI6gzkgiRK092yn@efn.org>
30890              
30891              plus a note from Ronald Kimball.
30892      Branch: perl
30893            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq6.pod
30894 ____________________________________________________________________________
30895 [  7890] By: jhi                                   on 2000/11/27  14:53:14
30896         Log: Subject: [PATCH perl@7825] Re: [ID 20001122.006] weird behaviour of $|
30897              From: Benjamin Holzman <bah@ecnvantage.com>
30898              Date: Sun, 26 Nov 2000 16:27:33 -0500
30899              Message-ID: <20001126162733.J25040@ecnvantage.com>
30900      Branch: perl
30901            ! gv.c
30902 ____________________________________________________________________________
30903 [  7889] By: jhi                                   on 2000/11/27  14:43:11
30904         Log: Subject: [ID 20001127.004] White space problem in perlamiga.pod
30905              From: lvirden@cas.org
30906              Date: Mon, 27 Nov 2000 09:32:06 -0500 (EST)
30907              Message-Id: <200011271432.JAA09550@lwv26awu.cas.org>     
30908      Branch: perl
30909            ! README.amiga
30910 ____________________________________________________________________________
30911 [  7888] By: jhi                                   on 2000/11/27  14:32:34
30912         Log: Restore also the locale test to no-sprintf-taint state.
30913              Fixes the bug 20001127.003.
30914      Branch: perl
30915            ! sv.c t/pragma/locale.t
30916 ____________________________________________________________________________
30917 [  7887] By: gsar                                  on 2000/11/27  14:13:05
30918         Log: integrate changes#6613..6616,6620..6665 from mainline
30919              
30920              VMS configure.com update continues.
30921              
30922              Subject: Test fails / warnings with perl-current #6612
30923              
30924              Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
30925              
30926              Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
30927              
30928              For now remove the mail code.
30929              
30930              Subject: Re: [PATCH] @+, @- readonly
30931              
30932              Subject: warning: storage class after type is obsolescent
30933              
30934              Subject: sfio2000
30935              
30936              Subject: Re: File::Temp problems on VMS in bleedperl
30937              
30938              README.os2 update.
30939              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
30940              
30941              Make the user to give up his firstborn, err, to knowingly
30942              verify installing an unstable developer release.  Also bump
30943              the release to 5.7.0, but leave a patch tag in the local
30944              patches saying that this is not yet the real thing.
30945              
30946              Update (kinda) to Test 1.14, from Joshua Pritikin.
30947              
30948              make ok etc also for win32.
30949              
30950              Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
30951              
30952              Don't blow limited stacks, a lower number is enough to
30953              tickle the lookbehind limit.
30954              
30955              Use -Dusedevel; regen Configure and the respective Porting stuff.
30956              
30957              Subject: [PATCH] debugger exit code should reflect user exit code
30958              
30959              Subject: [PATCH perl@6620] cygwin port
30960              
30961              Missed a file from #6638.
30962              
30963              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)
30964              
30965              magic callbacks all need to have same type signature
30966              
30967              Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
30968              
30969              Fix a dependency problem.
30970              Subject: [PATCH: 6640] VMS Makefile.SH update
30971              
30972              The numeric locale was reset to "C" by s?printf and never restored.
30973              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
30974              No test since adding the failing example to locale.t
30975              does not fail -- probably because the locale settings are so
30976              thoroughly tweaked by that time.  Running the example standalone
30977              does fail, though.  UPDATE: test case added at change #7540.
30978              
30979              Subject: [ID 20000324.040] minor fix to perlhpux.pod
30980              
30981              Update to CPAN 1.57.
30982              
30983              Subject: [PATCH] Cwd::_backtick_pwd does not check return value
30984              
30985              Change the perlbug address to perl.org since it's more forgiving.
30986              
30987              Change the regx compilation error markers to use = instead of <
30988              since pod makes using the latter quite messy.  Reported in
30989              ID 20000814.006 by Abigail and in
30990              Subject: Unknown escape E<> ?
30991              
30992              Update to perldebtut 1.9, from Richard Foley.
30993              
30994              check that the number pseudo children doesn't exceed
30995              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
30996              the WaitForMultipleObjects() limit that would cause wait()
30997              to crash)
30998              wait() and waitpid() could potentially be rewritten to use
30999              more than one thread to do the waiting to eliminate this
31000              limitation
31001              
31002              change#6328 could make close(SOCKET) return false on windows
31003              when it shouldn't
31004              
31005              pod nit seen in passing
31006              
31007              on windows, the return values from wait() and waitpid() don't
31008              match those of pseudo-pids
31009              
31010              waitpid() now handles externally spawned pids correctly;
31011              fixes for backtick/wait/waitpid failures on Windows 9x
31012              these changes make the pid returned by process functions on
31013              Windows 9x always positive by clearing the high bit (which
31014              is always set on Win9x); pseudo-process PIDs are likewise
31015              always negative now on Win9x (just as on NT/2000)
31016              
31017              trailing new %ENV entries weren't being pushed into the real
31018              environment of subprocesses on Windows
31019              
31020              Tweak the regex compilation errors once more.
31021              
31022              avoid warnings from dense compiler
31023              
31024              add "ok" targets from change#6632 in makefile.mk
31025      Branch: maint-5.6/perl
31026            - lib/Pod/PlainText.pm vms/configure.com
31027           !> (integrate 66 files)
31028 ____________________________________________________________________________
31029 [  7886] By: jhi                                   on 2000/11/27  13:54:18
31030         Log: __FUNCTION__ isn't portable and trying to emulate it leads
31031              into practically spelling out the name of the function.
31032              Takes care of the bug 20001127.001.
31033      Branch: perl
31034            ! perlio.c
31035 ____________________________________________________________________________
31036 [  7885] By: gsar                                  on 2000/11/27  13:53:18
31037         Log: integrate changes#6540..6541,6546..6549,6552..6554,6557..6606,
31038              6610..6611 from mainline
31039              
31040              Make regular expression parse error messages easier to understand.
31041              Subject: Re: enhanced(?) regex error messages
31042              
31043              Tiny tidying on report_evil_fh().
31044              
31045              Subject: Re: enhanced(?) regex error messages 
31046              plus Capitalize the error messages, plus perldiag them.
31047              
31048              Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
31049              
31050              Document here-doc better.
31051              
31052              Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
31053              
31054              Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
31055              Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
31056              (either perlbug or p5p ate the original), plus regen
31057              perlapi and perltoc. 
31058              
31059              Regen global.sym.
31060              
31061              Double check that we have a dirhandle.
31062              
31063              Subject: Re: enhanced(?) regex error messages
31064              (plus two small patches sent privately)
31065              (this still seems to leave few test failures)
31066              
31067              warn is a macro, avoid using at a variable to avoid warnings
31068              in some configurations; readdir.t is too conservative in
31069              estimating number of *.t's
31070              
31071              Get back into sync with Jeffrey on the enhanced regex warnings.
31072              
31073              Subject: [PATCH 5.6.0] cygwin port
31074              
31075              Zero entries were skipped, fix from Adrian Goalby
31076              <argoalby@yahoo.co.uk>
31077              
31078              Subject: Remove dead entry in perldiag
31079              
31080              Amend the description of Perl6.
31081              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
31082              
31083              detypo
31084              
31085              It's the 2ndO'ROSSC.
31086              
31087              Revert the sv.c part of #6559, a better fix is needed.
31088              
31089              Iterating perl6 description.
31090              
31091              Update to Term::ANSIColor 1.03, from Russ Allbery.
31092              
31093              Update to Getopt::Long 2.23_05, from Johan Vromans.
31094              
31095              Small AUTHORS and MAINTAIN updates.  Could do with big updates.
31096              
31097              Update to Pod::Parser 1.17, from Brad Appleton.
31098              
31099              Update to CPAN 1.56, from Andreas König.
31100              
31101              Update to CGI 2.70, from Lincoln Stein.
31102              
31103              Put back the std @INC thing.
31104              
31105              Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
31106              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
31107              
31108              Document the IO::Select timeout.
31109              
31110              sleep(1) does not necessarily return 1.
31111              Subject: [PATCH bleadperl] op/lex_assign.t  
31112              
31113              Subject: debugger "d" command doesnt check line number
31114              
31115              B::Deparse didn't do sub attributes.
31116              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
31117              
31118              Preprocessing and postprocessing for File::Find.
31119              Subject: Patch to Find::File.pm to allow alphabetical results
31120              
31121              Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
31122              
31123              Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
31124              
31125              Subject: Re: [ID 20000730.003] utf8::length() bad
31126              
31127              Subject: Getting perlio and threads to compile
31128              (the Solaris version changes in Configure skipped)
31129              
31130              Tests for #6589.
31131              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
31132              
31133              Add Perl debugging tutorial, regen toc. 
31134              Subject: perldebtut.pod
31135              
31136              Add a few missing files, update MANIFEST.
31137              
31138              Rewrite of vms/subconfigure.com as configure.com,
31139              from Peter Prymmer and the vmsperl crew.
31140              
31141              Should have deleted this in #6603.
31142              
31143              Fix the test for 5005threads.
31144              
31145              Fix-n-skip the tests under 5005threads.
31146              
31147              Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
31148              
31149              Upgrade to CGI 2.71, from Lincoln Stein.
31150      Branch: maint-5.6/perl
31151           +> lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
31152           +> lib/Pod/PlainText.pm pod/perldebtut.pod t/lib/gol-oo.t
31153           +> t/op/regmesg.t t/pod/find.t vms/configure.com
31154            - vms/subconfigure.com
31155            ! lib/lib.pm
31156           !> (integrate 115 files)
31157 ____________________________________________________________________________
31158 [  7884] By: jhi                                   on 2000/11/27  13:44:33
31159         Log: Subject:  [PATCH perl@7795 (and earlier)] VMS test cleanup
31160              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
31161              Date:     Mon, 27 Nov 2000 08:23:54 EST
31162              Message-Id: <001127082318.6381c@DUPHY4.Physics.Drexel.Edu>
31163      Branch: perl
31164            ! vms/descrip_mms.template vms/test.com
31165 ____________________________________________________________________________
31166 [  7883] By: gsar                                  on 2000/11/27  11:50:46
31167         Log: integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,
31168              6511..6513,6515..6523,6525..6536
31169              
31170              The swallow_bom() saga continues.  The #23 of require.t
31171              (UTF16-LE) still fails (silently, no output) but the #22
31172              (UTF16-BE) seems to be working now.  The root of the
31173              failure may be in sv_gets(): is it UTF-16LE-aware,
31174              especially when it comes to line endings? 
31175              
31176              Document the problem with -P in HP-UX and its workaround.
31177              
31178              Subject: [PATCH] allow non-variable as lhs of non-updating tr///
31179              (aka ID 20000730.002)
31180              
31181              Subject: fix and question re: waitpid() under win32
31182              
31183              Make the safety catch for buggy gccs work with triple version
31184              numbers like 2.95.2.  Reported in
31185              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
31186              
31187              In Digital UNIX warn if gcc explicitly chosen because even
31188              2.95.2 is known to cause problems.
31189              
31190              Make chr() for values >127 to create utf8 when under utf8.
31191              
31192              various syntax errors and such (not fixed: comp/require.t#22 coredump
31193              on Windows)
31194              
31195              Stash away the largefiles flags and libswanted.
31196              
31197              BOM patching from Simon Cozens.
31198              
31199              If gccosandvers is equal to osname, clear gccosandvers.
31200              
31201              Make p4desc to skip non-mainperl branches by default.
31202              
31203              Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
31204              
31205              The test from this
31206              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
31207              
31208              In new BSDs changes to argv[] do not show up in ps(1) output,
31209              instead one must use setproctitle().  This was already addressed
31210              by change #6457, but the below has a new variant for FreeBSD 4.0
31211              or later, and the matter is also documented more.
31212              
31213              FreeBSD 3.* updates from
31214              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
31215              
31216              regen_headers, regen perltoc.
31217              
31218              Document in one place the memory abstractions used in Perl core.
31219              
31220              memcpy has n o in it, as pinted ut by Sarathy.
31221              
31222              Remove the extraneous "main::" prefix from all the
31223              "opened only for", "on closed", and "never opened" warnings.
31224              
31225              The name of a filehandle does not have <these>.
31226              
31227              The tr utf8 patching continues.
31228              
31229              The new setproctitle() feature is available only in 
31230              bleeding edge FreeBSD.  From Paul Saab.
31231              
31232              Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
31233              
31234              Dump UVs as UVs in Data::Dumper.
31235              
31236              detypo #6494
31237              
31238              Document the IVdf UVuf UVof UVxf.
31239              
31240              require.t needs binmode() to work on windows
31241              
31242              Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
31243              that are hopefully soon put into use.
31244              
31245              Allow "no Module;" even if there is no 'unimport'.
31246              
31247              Better skip message for the test; one of the two problems in
31248              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
31249              
31250              The subtest 4 may fail also on VOBS, as pointed out
31251              by Nick Ing-Simmons in November 1999, bug id 19991124.003
31252              (but the failure in that bug report isn't the subtest 4).
31253              
31254              Be more informative on what is skipped and why,
31255              also repeat the list at the end.
31256              
31257              Add a URL for FSF.
31258              
31259              Subject: [PATCH] sv.h documentation - SvLEN
31260              
31261              Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
31262              
31263              Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
31264              
31265              Subject: [PATCH] bad cppsymbols on os2 + Configure question
31266              
31267              Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
31268              
31269              Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
31270              mention the idea of @( and @)
31271              
31272              This is 6512.  Really.
31273              
31274              Subject: [ID 19990721.004] Documentation bug in perlfunc
31275              
31276              Subject: Minor tweak to perlvar.pod
31277              
31278              In the warnings call filehandles consistently so;
31279              add "unopened" warning for stat().
31280              
31281              After the #6519 a warning about stat() is just that,
31282              not about a filetest, which now have their own warning.
31283              
31284              Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
31285              
31286              Subject: Re: Array vs. List context
31287              
31288              Subject: New perlcc, take 2
31289              
31290              Weed buglets pointed out by
31291              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
31292              
31293              gcc versions might have (parentheses) in them.
31294              
31295              Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
31296              
31297              Essential prototype changes were missing from #6527.
31298              Also make report_evil_fh() more bomb-proof.
31299              
31300              Zap lib/Sys directory when cleaning up.
31301              
31302              Change the Policy policy: now -Dprefix= with an existing
31303              Policy.sh and prefix == siteprefix == vendorprefix, then all
31304              of them follow along the new prefix.
31305              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
31306              
31307              Continue fixing the io warnings.  This also
31308              sort of fixes bug ID 20000802.003: the core dump
31309              is no more.  Whether the current behaviour is correct
31310              (giving a warning: "Not a format reference"), is another matter.
31311              
31312              Have symbols for the IoTYPEs.
31313              
31314              Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
31315              
31316              Document a bit that UDP is not what you might think.
31317              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
31318              tr memory corruption fix from Simon Cozens.
31319              
31320              Plug the security hole described in the Aug 05 2000 bugtraq message
31321              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
31322              The security hole exists only in suidperls, which isn't
31323              installed or even built by default.
31324      Branch: maint-5.6/perl
31325           !> (integrate 71 files)
31326 ____________________________________________________________________________
31327 [  7882] By: gsar                                  on 2000/11/27  10:25:36
31328         Log: integrate changes#6439..6444,6446..6453,6455..6457,6460..6465,6467..6468
31329              from mainline
31330              
31331              Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
31332              to be fatal errors (instead of by default ignoring them, and
31333              ignoring with a bug: even though -w gave an error, the opening [
31334              was left in)  Reported in:
31335              
31336              Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
31337              
31338              Subject: [PATCH] split /^/
31339              
31340              MacOS nits from Matthias Neeracher.
31341              
31342              More split() doc and test patches from Mike Guy.
31343              
31344              Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
31345              from Graham Barr in the module list.
31346              
31347              docfix from Peter Scott <Peter@PSDT.com>.
31348              
31349              File::Temp patches for VMS and OS/2 from Tim Jenness.
31350              
31351              open() wariness in perlbug.
31352              
31353              Subject: [PATCH] minor doc change - perlguts
31354              
31355              Subject: Minor doc patch: handy.h
31356              
31357              Be wary of close()s, too.
31358              
31359              Further File::Temp patches from Yitzchak Scott-Thoennes
31360              and Craig A. Berry.
31361              
31362              Subject: [PATCH] fixes bug 20000508.004
31363              
31364              Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
31365              
31366              Allow "no AutoLoader;", based on change #6444,
31367              suggested by Graham Barr.
31368              
31369              Use setproctitle() if available to modify $0.
31370              
31371              Warn if the version of the operating system used to compile gcc
31372              differs from the current version of the operating system.
31373              Also display the gcc compilation os and version in myconfig.
31374              Inspiration from
31375              
31376              Tiny fixes for #6460.
31377              
31378              The problem described in this
31379              Subject: [ID 20000322.018] named chars aren't magical enough
31380              has been fixed in perl 5.6.0 but just in case added a test
31381              to keep it away.  (The report from Joseph Hall.)
31382              
31383              Tune the comments and hopefully stop a memory leak.
31384              
31385              Subject: UTF8 concat
31386              (with a memory leak fixed, plus a few casts added)
31387              This also seems to help for
31388              Subject: [ID 20000716.015] join UTF8 weirdness
31389              
31390              Do not upgrade SVs into utf8 just because they participate
31391              in eq or cmp.  Reported and fix suggested in
31392              Subject: [ID 20000720.009] sv_eq UTF8 bug
31393              
31394              Fix the HALF_UPGRADE() macro introduced in #6263.
31395              
31396              Find green threads before native threads.
31397              Subject: Re: Patch to jpl/JNI/Makefile.PL
31398      Branch: maint-5.6/perl
31399           !> (integrate 30 files)
31400 ____________________________________________________________________________
31401 [  7881] By: jhi                                   on 2000/11/27  05:48:41
31402         Log: It seems that *both* the unused submatch loop cleanup
31403              codes are needed.
31404      Branch: perl
31405            ! regexec.c
31406 ____________________________________________________________________________
31407 [  7880] By: jhi                                   on 2000/11/27  04:50:07
31408         Log: Clean .exists deeper.
31409      Branch: perl
31410            ! Makefile.SH
31411 ____________________________________________________________________________
31412 [  7879] By: jhi                                   on 2000/11/27  02:31:35
31413         Log: The code in regcppop() (see #7878) contains the correct lower
31414              limit for the unused submatch 'cleanup' loop so that under
31415              "use utf8" the following code wouldn't dump core:
31416              "," =~ /([^,]*,)*/  With the the wrong lower limit (>=1)
31417              the cleanup loop in regtry() stomped beyond allocated area
31418              in the startp[] array.  Therefore, copied the correct lower
31419              loop limit (*PL_reglastparen) to regtry().  Note: something
31420              may still not be quite right: why was the _higher_ loop limit
31421              (prog->nparens) different in the utf8 case?
31422              
31423              After this patch "./perl -Ilib -Mutf8 t/op/regexp.t" works
31424              without core dumps, there were about 17 of them before
31425              the patch (with us since Perl 5.7.0).  Two failures, still:
31426              496 and 505 (though these may not be severe).
31427              
31428              Patch #7881 is also needed since both the cleanup loops
31429              seem to be needed.
31430              
31431              Also, the t/op/pat#44 seems to core dump under utf8.
31432              Plus a couple of failures.  UGH-8.
31433      Branch: perl
31434            ! regexec.c
31435 ____________________________________________________________________________
31436 [  7878] By: jhi                                   on 2000/11/27  02:21:17
31437         Log: The unused submatch cleanup code in regtry() seems to be more crucial,
31438              the code in regcppop() seems to be redundant for the test suite --
31439              but it contains a germ of truth, and it needed for the build
31440              process itself: see #7879 and #7881.
31441      Branch: perl
31442            ! regexec.c
31443 ____________________________________________________________________________
31444 [  7877] By: jhi                                   on 2000/11/27  01:53:09
31445         Log: Comment on comment.
31446      Branch: perl
31447            ! regexec.c
31448 ____________________________________________________________________________
31449 [  7876] By: jhi                                   on 2000/11/27  00:49:59
31450         Log: Adjust the docs to agree with #7875.
31451      Branch: perl
31452            ! pod/perllocale.pod
31453 ____________________________________________________________________________
31454 [  7875] By: jhi                                   on 2000/11/27  00:49:27
31455         Log: Retract #7863.  It makes more sense not to taint formatted output,
31456              not even by sprintf().
31457      Branch: perl
31458            ! sv.c
31459 ____________________________________________________________________________
31460 [  7874] By: jhi                                   on 2000/11/26  23:36:02
31461         Log: Debug dump of ANYOFUTF8 was garbage (data from ANYOF).
31462              Not really fixed (should really dump the UTF-8 charclass),
31463              but stopped displaying the garbage.
31464              
31465              Also add a note on the (missing) Unicode PSXSPC and BLANK.
31466      Branch: perl
31467            ! regcomp.c
31468 ____________________________________________________________________________
31469 [  7873] By: jhi                                   on 2000/11/26  21:31:13
31470         Log: BOUND regex opcodes (\b, \B) could try to scan zero length UTF-8.
31471      Branch: perl
31472            ! regexec.c
31473 ____________________________________________________________________________
31474 [  7872] By: jhi                                   on 2000/11/26  21:06:04
31475         Log: No need to scan till infinity, 13 is enough.
31476      Branch: perl
31477            ! handy.h utf8.c
31478 ____________________________________________________________________________
31479 [  7871] By: jhi                                   on 2000/11/26  20:20:32
31480         Log: Test line numbers are different with utf8.
31481      Branch: perl
31482            ! t/op/re_tests
31483 ____________________________________________________________________________
31484 [  7870] By: jhi                                   on 2000/11/26  20:10:12
31485         Log: Message nit.
31486      Branch: perl
31487            ! regcomp.c
31488 ____________________________________________________________________________
31489 [  7869] By: jhi                                   on 2000/11/26  19:01:05
31490         Log: Make utf8_length() and utf8_distance() (the latter of which
31491              is unused at the moment) to be less forgiving about bad UTF-8.
31492      Branch: perl
31493            ! embed.h embed.pl objXSUB.h proto.h utf8.c
31494 ____________________________________________________________________________
31495 [  7868] By: jhi                                   on 2000/11/26  18:45:56
31496         Log: Subject: Re: [ID 20001125.004] OK: perl v5.7.0 +DEVEL7825 on i686-linux 2.2.17 (UNINSTALLED)
31497              From: Benjamin Holzman <bah@ecnvantage.com>
31498              Date: Sat, 25 Nov 2000 20:40:20 -0500       
31499              Message-ID: <20001125204020.A25040@ecnvantage.com>              
31500              
31501              Debian allows installing /usr/bin/locale without installing
31502              any locales, an error message will ensue.
31503      Branch: perl
31504            ! t/pragma/locale.t
31505 ____________________________________________________________________________
31506 [  7867] By: jhi                                   on 2000/11/26  18:31:12
31507         Log: Subject: Re: [PATCH: perl@7825] SvTEMP-ness on rhs of aassign can wreak havoc
31508              From: Benjamin Holzman <bah@ecnvantage.com>
31509              Date: Sun, 26 Nov 2000 02:42:34 -0500
31510              Message-ID: <20001126024234.G25040@ecnvantage.com>
31511              
31512              Patch for the bug 20000212.002.
31513      Branch: perl
31514            ! sv.c t/op/array.t
31515 ____________________________________________________________________________
31516 [  7866] By: jhi                                   on 2000/11/26  18:28:09
31517         Log: Subject: PATCH: File::Temp fix on WindowsNT/VMS
31518              From: Tim Jenness <t.jenness@jach.hawaii.edu>
31519              Date: Fri, 24 Nov 2000 18:38:34 -1000 (HST)
31520              Message-ID: <Pine.LNX.4.21.0011241833230.18423-100000@lapaki.jach.hawaii.edu>
31521              
31522              File::Temp 0.11.
31523      Branch: perl
31524            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
31525 ____________________________________________________________________________
31526 [  7865] By: jhi                                   on 2000/11/26  18:24:22
31527         Log: The metaconfig unit change for #7864.
31528      Branch: metaconfig/U/perl
31529            ! need_va_copy.U
31530 ____________________________________________________________________________
31531 [  7864] By: jhi                                   on 2000/11/26  18:23:41
31532         Log: Make the va_copy() test not to be so talkative.
31533      Branch: perl
31534            ! Configure config_h.SH
31535 ____________________________________________________________________________
31536 [  7863] By: jhi                                   on 2000/11/26  18:11:02
31537         Log: Fix locale inconsistencies unearthed by Hugo's work.
31538              Now the floating point sprintf really does taint the result
31539              string as perllocale promises (has promised for a long time)
31540              if "use locale" is in the lexical scope.
31541      Branch: perl
31542            ! sv.c t/pragma/locale.t
31543 ____________________________________________________________________________
31544 [  7862] By: jhi                                   on 2000/11/26  00:35:15
31545         Log: Subject: [PATCH] Re: pp_add -> pp_i_add efficiency hack?
31546              From: Nicholas Clark <nick@ccl4.org>
31547              Date: Sun, 26 Nov 2000 00:07:50 +0000
31548              Message-ID: <20001126000750.A22446@plum.flirble.org>
31549              
31550              Infinit.
31551      Branch: perl
31552            ! sv.c
31553 ____________________________________________________________________________
31554 [  7861] By: jhi                                   on 2000/11/26  00:01:26
31555         Log: Integrate perlio.
31556      Branch: perl
31557           !> doio.c perlio.c perliol.h pp_sys.c win32/makefile.mk
31558 ____________________________________________________________________________
31559 [  7860] By: nick                                  on 2000/11/25  22:04:17
31560         Log: Correct relative path from new ext\Filter\Util\Call location
31561              back to miniperl.
31562      Branch: perlio
31563            ! win32/makefile.mk
31564 ____________________________________________________________________________
31565 [  7859] By: nick                                  on 2000/11/25  21:26:54
31566         Log: Integrate mainline.
31567      Branch: perlio
31568           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
31569           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
31570           +> t/lib/filter-util.t
31571            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
31572            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
31573            - t/lib/filt-util.t
31574           !> AUTHORS Configure MANIFEST README.amiga configure.com doio.c
31575           !> embed.h embed.pl ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
31576           !> hints/solaris_2.sh hints/uwin.sh hints/vmesa.sh
31577           !> lib/ExtUtils/MM_Unix.pm makedef.pl perl.h perlio.c perlio.h
31578           !> perlsdio.h proto.h t/lib/io_sock.t win32/Makefile
31579           !> win32/makefile.mk
31580 ____________________________________________________________________________
31581 [  7858] By: gsar                                  on 2000/11/25  20:52:17
31582         Log: C<foreach my $x ...> in pseudo-fork()ed process may diddle
31583              parent's memory; fix it by keeping track of the actual pad
31584              offset rather than a raw pointer (this change is probably also
31585              relevant to non-ithreads case to avoid fallout from reallocs of
31586              the pad array, but is currently only enabled for the ithreads
31587              case in the interests of minimal disruption to existing "well
31588              tested" code)
31589      Branch: perl
31590            ! embed.h embed.pl global.sym objXSUB.h perlapi.c pp_ctl.c
31591            ! proto.h scope.c scope.h sv.c t/op/fork.t
31592 ____________________________________________________________________________
31593 [  7857] By: nick                                  on 2000/11/25  20:01:28
31594         Log: All tests pass on Win32/gcc/USE_PERLIO.
31595              - when crlf layer is pushed make unix-level binary.
31596              - remove :crlf injection in pp_backtick in pp_sys.c
31597              - (Change dependacy of extension .dll's to perldll.def rather than perl.exe)
31598      Branch: perlio
31599            ! doio.c perlio.c pp_sys.c win32/makefile.mk
31600 ____________________________________________________________________________
31601 [  7856] By: jhi                                   on 2000/11/25  18:38:30
31602         Log: Update the metaconfig units for #7855.
31603      Branch: metaconfig/U/perl
31604            ! useperlio.U usesocks.U
31605 ____________________________________________________________________________
31606 [  7855] By: jhi                                   on 2000/11/25  18:37:54
31607         Log: Undo the SOCKS workarounds, instead start using PerlIO
31608              if SOCKS is selected.
31609              
31610              Subject: perl@7847, [ID 20001030.005], close-patch, perlio - The big cleanup
31611              From: Jens Hamisch <jens@Strawberry.COM>
31612              Date: Fri, 24 Nov 2000 18:31:30 +0100
31613              Message-ID: <20001124183130.E28337@Strawberry.COM>
31614              
31615              Subject: Re: perl@7847, [ID 20001030.005], close-patch, perlio - Patch the patch ...
31616              From: Jens Hamisch <jens@Strawberry.COM>
31617              Date: Fri, 24 Nov 2000 19:11:51 +0100
31618              Message-ID: <20001124191151.A28753@Strawberry.COM>
31619      Branch: perl
31620            ! Configure doio.c embed.h embed.pl makedef.pl perl.h perlio.c
31621            ! perlio.h perlsdio.h proto.h t/lib/io_sock.t
31622 ____________________________________________________________________________
31623 [  7854] By: jhi                                   on 2000/11/25  17:39:08
31624         Log: Undo #7848.  Some of the code seems to use walkoptree(),
31625              some walkoptree_slow().  An unfinished renaming?
31626              Now the sub is walkoptree() (which is @EXPORT_OK),
31627              the walkoptree_slow() is a typeglob alias to walkoptree.
31628              This makes the tests to pass, at least.
31629      Branch: perl
31630            ! ext/B/B.pm ext/B/B/Lint.pm ext/B/B/Terse.pm
31631 ____________________________________________________________________________
31632 [  7853] By: nick                                  on 2000/11/24  22:24:33
31633         Log: Re-arrange crlf vs binary for platforms that care.
31634              crlf layer is now "the" buffer layer and can turn its behaviour on/off.
31635              Lip-service to making stdio layer work on such platfroms (untested).
31636              Now fails 3 tests rather than one, checkin to see if I can debug 
31637              the issue under linux. (Do not merge.)
31638      Branch: perlio
31639            ! doio.c perlio.c perliol.h
31640 ____________________________________________________________________________
31641 [  7852] By: jhi                                   on 2000/11/24  18:57:39
31642         Log: AUTHORS edits.
31643      Branch: perl
31644            ! AUTHORS
31645 ____________________________________________________________________________
31646 [  7851] By: jhi                                   on 2000/11/24  17:34:56
31647         Log: Add Jan-Erik Karlsson.
31648      Branch: perl
31649            ! AUTHORS
31650 ____________________________________________________________________________
31651 [  7850] By: jhi                                   on 2000/11/24  17:27:56
31652         Log: Configure should find stdchar on its own.
31653      Branch: perl
31654            ! hints/solaris_2.sh
31655 ____________________________________________________________________________
31656 [  7849] By: jhi                                   on 2000/11/24  17:24:55
31657         Log: Subject: PATCH over 7848: Filter test flawed
31658              From: andreas.koenig@anima.de (Andreas J. Koenig)
31659              Date: 24 Nov 2000 10:28:29 +0100
31660              Message-ID: <m3k89tbtxe.fsf@ak-71.mind.de>
31661      Branch: perl
31662            ! t/lib/filter-util.t
31663 ____________________________________________________________________________
31664 [  7848] By: jhi                                   on 2000/11/24  17:22:15
31665         Log: Subject: [ID 20001124.001] B exports "walkoptree" but does not define it
31666              From: Simon Cozens <simon@pembro4.pmb.ox.ac.uk>
31667              Date: Fri, 24 Nov 2000 16:12:58 +0000
31668              Message-Id: <E13zLT8-0005FN-00@pembro4.pmb.ox.ac.uk>
31669      Branch: perl
31670            ! ext/B/B.pm
31671 ____________________________________________________________________________
31672 [  7847] By: jhi                                   on 2000/11/24  03:07:01
31673         Log: Integrate perlio.
31674      Branch: perl
31675           !> doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
31676           !> win32/makefile.mk
31677 ____________________________________________________________________________
31678 [  7846] By: gsar                                  on 2000/11/24  00:55:57
31679         Log: integrate changes#6415..6418,6420..6438 from mainline
31680              
31681              Fix the bitvector ops for utf8 (tricky since past 7 bits
31682              the utf8 'characters' can be more than one octet).
31683              
31684              MPE/ix updates for perl 5.6.0 from Mark Bixby.
31685              
31686              Subject: SDBM_File documentation
31687              
31688              Detypo.
31689              
31690              Decutandpasto.
31691              
31692              Send all installperl messages to STDERR and be -w clean.
31693              
31694              Out-of-date note removed.
31695              
31696              Protect against "wild next"s, that is, callbacks doing "next"
31697              instead of "return".
31698              
31699              Use STDOUT consistently.
31700              
31701              The output might have been produced in the wrong order.
31702              
31703              A missing 'break' after the [[:space:]] switch case.
31704              
31705              Add tests for
31706              [ID 19991110.003] another matching finding by pcre author
31707              which has already been fixed by some patch, as verified in
31708              
31709              Documentation to explain the behaviour of map().
31710              
31711              Add an optimization for map-maps-a-list-element-to-more-list-elements
31712              case, but add also notes explaining the relationship of this
31713              patch and the earlier notes by Sarathy.
31714              
31715              Subject: [ID 20000716.023] syslog test fails without sockets
31716              
31717              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
31718              Test cases for #6431.
31719              
31720              File::Spec::VMS fixup for tmpdir from Craig Berry.
31721              
31722              Make the "uninit variable" warning to say "concat or string"
31723              or "join or string" when in concat or join .
31724              
31725              Get UTF16 BOMs working.  Patch from
31726              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
31727              
31728              Subject: [PATCH] Make large file tests deal with SIGXFSZ
31729              
31730              Subject: [ID 20000724.003] Documentation changes for perllocale.pod
31731              
31732              Subject: [PATCH] av.c apidoc
31733      Branch: maint-5.6/perl
31734           !> (integrate 43 files)
31735 ____________________________________________________________________________
31736 [  7845] By: gsar                                  on 2000/11/24  00:20:45
31737         Log: integrate changes#6406..6414 from mainline
31738              
31739              Merge perlhacktut into perlhack, update perlguts.
31740              
31741              Fix AutoSplit to use File::Spec the right way in VMS,
31742              from Peter Prymmer.
31743              
31744              The bug report
31745              [ID 19991110.002] minimal matching discrepancy found by pcre author
31746              seems to have been fixed (though differently from what was suggested
31747              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
31748              
31749              thinko fix in vms/descrip_mms.template, the win32.pod in lib,
31750              not in pod, from Peter Prymmer
31751              
31752              Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
31753              From: Hugo <hv@crypt.compulink.co.uk>
31754              Date: Fri, 14 Jul 2000 23:05:20 +0100
31755              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
31756              
31757              Didn't anymore apply, but that point still could use another fix.
31758              
31759              lib/b test fixes from Peter Prymmer.
31760              
31761              More docs for sv functions.
31762              
31763              perlvms.pod whitespace cleanup to keep pod utils happy.
31764              
31765              another VMS build tweak from Peter Prymmer
31766      Branch: maint-5.6/perl
31767           !> embed.pl lib/AutoSplit.pm pod/perlapi.pod pod/perlfunc.pod
31768           !> pod/perlguts.pod pod/perlhack.pod sv.c t/lib/b.t t/op/re_tests
31769           !> vms/descrip_mms.template vms/perlvms.pod
31770 ____________________________________________________________________________
31771 [  7844] By: nick                                  on 2000/11/23  23:42:45
31772         Log: Win32/perlio Now just fails one io/argv.t test - lack 
31773              of default :crlf on standard streams.
31774      Branch: perlio
31775            ! doio.c perlio.c
31776 ____________________________________________________________________________
31777 [  7843] By: nick                                  on 2000/11/23  23:04:05
31778         Log: Win32 passes all but t/lib/peek.t with perlio and home-grown crlf.
31779              peek fail is showing a real problem (multiple crlf layers
31780              are getting pushed.)
31781      Branch: perlio
31782            ! doio.c perlio.c win32/makefile.mk
31783 ____________________________________________________________________________
31784 [  7842] By: nick                                  on 2000/11/23  19:46:23
31785         Log: Implement PerlIO_binmode()
31786              Fix PerlIOCrlf_unread() (*--ptr rather than *ptr-- ...)
31787              Test on UNIX with PERLIO="perlio crlf" to mimic Win32,
31788              make binmode in t/lib/io_tell.t unconditional so that works.
31789              Checkin just so Win32 machine can see these changes.
31790      Branch: perlio
31791            ! doio.c perlio.c perlio.h pp_sys.c t/lib/io_tell.t
31792 ____________________________________________________________________________
31793 [  7841] By: jhi                                   on 2000/11/23  19:30:00
31794         Log: README.amiga changes from Jan-Erik Karlsson <trg@privat.utfors.se>.
31795      Branch: perl
31796            ! README.amiga
31797 ____________________________________________________________________________
31798 [  7840] By: jhi                                   on 2000/11/23  17:18:02
31799         Log: SOCKS wrestling continues, patches from Jens Hamisch.
31800      Branch: perl
31801            ! doio.c embed.h embed.pl perlsdio.h proto.h
31802 ____________________________________________________________________________
31803 [  7839] By: jhi                                   on 2000/11/23  16:54:14
31804         Log: Push Filter::Util::Call one level deeper.
31805      Branch: perl
31806            + t/lib/filter-util.t
31807           +> ext/Filter/Util/Call/Call.pm ext/Filter/Util/Call/Call.xs
31808           +> ext/Filter/Util/Call/Makefile.PL t/lib/filter-util.pl
31809            - ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
31810            - ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
31811            - t/lib/filt-util.t
31812            ! MANIFEST configure.com hints/uwin.sh hints/vmesa.sh
31813            ! win32/Makefile win32/makefile.mk
31814 ____________________________________________________________________________
31815 [  7838] By: jhi                                   on 2000/11/23  16:52:40
31816         Log: Reach back one higher up when searching for PERL_SRC.
31817      Branch: perl
31818            ! lib/ExtUtils/MM_Unix.pm
31819 ____________________________________________________________________________
31820 [  7837] By: jhi                                   on 2000/11/23  16:05:41
31821         Log: Subject: Re: perl@7826
31822              Date: Thu, 23 Nov 2000 02:20:25 -0600
31823              From: "Craig A. Berry" <craigberry@mac.com>
31824              Message-Id: <p04330102b6424b6cd4c9@[172.16.52.1]>
31825              
31826              Make VMS to like Filter::Util::Call. 
31827      Branch: perl
31828            ! configure.com ext/Filter/Util/Makefile.PL
31829 ____________________________________________________________________________
31830 [  7836] By: nick                                  on 2000/11/23  16:04:08
31831         Log: Implement crlf layer - not ready for merge.
31832      Branch: perlio
31833            ! perlio.c win32/makefile.mk
31834 ____________________________________________________________________________
31835 [  7835] By: jhi                                   on 2000/11/23  15:56:52
31836         Log: STDCHAR is different in Sparc v9 vs x86.
31837      Branch: perl
31838            ! hints/solaris_2.sh
31839 ____________________________________________________________________________
31840 [  7834] By: jhi                                   on 2000/11/23  15:50:47
31841         Log: The type needs to be visible to protos.
31842      Branch: perl
31843            ! perl.h
31844 ____________________________________________________________________________
31845 [  7833] By: jhi                                   on 2000/11/23  15:40:46
31846         Log: Finish unfinished SOCKS workaround changes.
31847      Branch: perl
31848            ! doio.c
31849 ____________________________________________________________________________
31850 [  7832] By: jhi                                   on 2000/11/23  15:33:30
31851         Log: Integrate perlio.
31852      Branch: perl
31853           !> win32/config_H.bc win32/config_H.gc win32/config_H.vc
31854           !> win32/makefile.mk
31855 ____________________________________________________________________________
31856 [  7831] By: nick                                  on 2000/11/23  10:31:07
31857         Log: Correct makefile.mk dependancies for ext/Filter/Util
31858              Build ext/Encode
31859              Run dmake regen_config_h
31860      Branch: perlio
31861            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
31862            ! win32/makefile.mk
31863 ____________________________________________________________________________
31864 [  7830] By: nick                                  on 2000/11/23  08:05:07
31865         Log: Integrate mainline
31866      Branch: perlio
31867           +> ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
31868           +> ext/Filter/Util/Makefile.PL lib/Filter/Simple.pm
31869           +> t/lib/filt-util.pl t/lib/filt-util.t
31870           !> (integrate 41 files)
31871 ____________________________________________________________________________
31872 [  7829] By: gsar                                  on 2000/11/23  03:07:11
31873         Log: build the Filter extension on windows
31874      Branch: perl
31875            ! win32/Makefile win32/makefile.mk
31876 ____________________________________________________________________________
31877 [  7828] By: gsar                                  on 2000/11/23  02:46:35
31878         Log: regenerate win32/config* and fix some inconsistencies in the
31879              makefiles; always export Perl_deb() because it is needed
31880              by ext/re/* (whether perl itself is built with -DDEBUGGING
31881              or not)
31882      Branch: perl
31883            ! makedef.pl win32/Makefile win32/config_H.bc win32/config_H.gc
31884            ! win32/config_H.vc win32/makefile.mk
31885 ____________________________________________________________________________
31886 [  7827] By: gsar                                  on 2000/11/23  02:18:38
31887         Log: get sources building on windows+MSVC again (untested with other
31888              compilers)
31889      Branch: perl
31890            ! win32/include/sys/socket.h win32/perllib.c
31891 ____________________________________________________________________________
31892 [  7826] By: jhi                                   on 2000/11/23  01:18:26
31893         Log: Update Changes.
31894      Branch: perl
31895            ! Changes patchlevel.h
31896 ____________________________________________________________________________
31897 [  7825] By: jhi                                   on 2000/11/23  00:20:41
31898         Log: Subject: Re: av.c patch (having slight problems)
31899              From: "Ben Tilly" <ben_tilly@hotmail.com>
31900              Date: Tue, 21 Nov 2000 23:29:31 -0500
31901              Message-ID: <LAW2-F113pL32ctFfj800000d81@hotmail.com>
31902              
31903              unshift() speedup.
31904      Branch: perl
31905            ! av.c
31906 ____________________________________________________________________________
31907 [  7824] By: jhi                                   on 2000/11/22  23:59:15
31908         Log: Fixes for signedness warnings noticed by VMSperlers.
31909      Branch: perl
31910            ! ext/Storable/Storable.xs regcomp.c sv.c
31911 ____________________________________________________________________________
31912 [  7823] By: jhi                                   on 2000/11/22  23:19:31
31913         Log: Subject: [PATCH perl@7795] small cleanup task for test suite
31914              From: Peter Prymmer <pvhp@forte.com>
31915              Date: Wed, 22 Nov 2000 15:04:13 -0800 (PST)
31916              Message-ID: <Pine.OSF.4.10.10011221457530.519633-100000@aspara.forte.com>
31917      Branch: perl
31918            ! t/pragma/warn/pp_hot
31919 ____________________________________________________________________________
31920 [  7822] By: jhi                                   on 2000/11/22  22:52:20
31921         Log: Be clean.
31922      Branch: perl
31923            ! Makefile.SH
31924 ____________________________________________________________________________
31925 [  7821] By: jhi                                   on 2000/11/22  22:46:39
31926         Log: Add the simple frontend to Filter::Util:Call, Filter::Simple 0.01
31927              by Damian Conway, as suggested by Paul Marquess.
31928      Branch: perl
31929            + lib/Filter/Simple.pm
31930 ____________________________________________________________________________
31931 [  7820] By: jhi                                   on 2000/11/22  22:45:51
31932         Log: Add the Filter::Util::Call 1.04 by Paul Marquess from Filter-1.19.
31933      Branch: perl
31934            + ext/Filter/Util/Call.pm ext/Filter/Util/Call.xs
31935            + ext/Filter/Util/Makefile.PL t/lib/filt-util.pl
31936            + t/lib/filt-util.t
31937            ! MANIFEST
31938 ____________________________________________________________________________
31939 [  7819] By: jhi                                   on 2000/11/22  22:03:27
31940         Log: Integrate perlio.
31941      Branch: perl
31942           !> README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
31943           !> win32/makefile.mk
31944 ____________________________________________________________________________
31945 [  7818] By: jhi                                   on 2000/11/22  21:56:02
31946         Log: More SOCKS versus 64-bit patches from Jens Hamisch.
31947      Branch: perl
31948            ! doio.c embed.h embed.pl makedef.pl perl.h pp_sys.c proto.h
31949            ! t/lib/io_sock.t
31950 ____________________________________________________________________________
31951 [  7817] By: jhi                                   on 2000/11/22  21:39:49
31952         Log: Subject: [PATCH 5.7.0] Liblist returns found libraries
31953              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31954              Date: Wed, 22 Nov 2000 16:08:12 -0500
31955              Message-ID: <20001122160812.A24269@monk.mps.ohio-state.edu>
31956      Branch: perl
31957            ! lib/ExtUtils/Liblist.pm
31958 ____________________________________________________________________________
31959 [  7816] By: jhi                                   on 2000/11/22  21:38:25
31960         Log: Go ahead and #include <unistd.h> in perl.h.
31961      Branch: perl
31962            ! doio.c malloc.c mg.c perl.h pp.c pp_hot.c pp_sys.c toke.c
31963            ! util.c
31964 ____________________________________________________________________________
31965 [  7815] By: jhi                                   on 2000/11/22  21:22:52
31966         Log: Subject: [PATCH 5.7.0] Overeager visited-positions optimizations
31967              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31968              Date: Mon, 20 Nov 2000 18:30:52 -0500
31969              Message-ID: <20001120183051.A15228@monk.mps.ohio-state.edu>
31970      Branch: perl
31971            ! pod/perlre.pod regcomp.c t/op/re_tests
31972 ____________________________________________________________________________
31973 [  7814] By: jhi                                   on 2000/11/22  21:21:46
31974         Log: Subject: [PATCH 5.7.0] Liblist finally works
31975              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
31976              Date: Tue, 21 Nov 2000 22:02:17 -0500
31977              Message-ID: <20001121220217.A24174@monk.mps.ohio-state.edu>
31978      Branch: perl
31979            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_VMS.pm
31980            ! lib/ExtUtils/MakeMaker.pm
31981 ____________________________________________________________________________
31982 [  7813] By: jhi                                   on 2000/11/22  21:20:23
31983         Log: Subject: Re: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706    +Duseperlio on AIX4.[23]
31984              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
31985              Date: Wed, 22 Nov 2000 17:53:15 +0100
31986              Message-Id: <20001122174544.49A2.H.M.BRAND@hccnet.nl>
31987              
31988              AIX dynaloader and perlio patch.
31989      Branch: perl
31990            ! ext/DynaLoader/dl_aix.xs
31991 ____________________________________________________________________________
31992 [  7812] By: jhi                                   on 2000/11/22  21:17:52
31993         Log: (Accidentally empty patch.)
31994      Branch: perl
31995            ! av.c
31996 ____________________________________________________________________________
31997 [  7811] By: jhi                                   on 2000/11/22  21:16:31
31998         Log: Subject: [PATCH: perl@7777] make VMS' test.com tail compatible w/ unix
31999              From: Peter Prymmer <pvhp@forte.com>
32000              Date: Mon, 20 Nov 2000 16:53:54 -0800 (PST)
32001              Message-ID: <Pine.OSF.4.10.10011201651050.373336-100000@aspara.forte.com>
32002      Branch: perl
32003            ! vms/test.com
32004 ____________________________________________________________________________
32005 [  7810] By: jhi                                   on 2000/11/22  21:15:36
32006         Log: Subject: Re: perl@7777 
32007              From: "John P. Linderman" <jpl@research.att.com>
32008              Date: Wed, 22 Nov 2000 13:11:11 -0500
32009              Message-Id: <200011221811.NAA90072@raptor.research.att.com>
32010              
32011              Detypoing.
32012      Branch: perl
32013            ! lib/CPAN.pm
32014 ____________________________________________________________________________
32015 [  7809] By: jhi                                   on 2000/11/22  21:14:19
32016         Log: Subject:  [PATCH perl@7795] Perlio_tell fix
32017              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
32018              Date:     Wed, 22 Nov 2000 13:51:37 EST
32019              Message-Id: <001122135058.56e24@DUPHY4.Physics.Drexel.Edu>
32020      Branch: perl
32021            ! perlsdio.h
32022 ____________________________________________________________________________
32023 [  7808] By: jhi                                   on 2000/11/22  21:13:27
32024         Log: Subject: [ID 20001120.003] [PATCH] io_udp.t fails without 'localhost'
32025              From: Casey Tweten <crt@kiski.net>
32026              Date: Mon, 20 Nov 2000 11:53:03 -0500 (EST)
32027              Message-Id: <200011201653.LAA10194@home.kiski.net>
32028      Branch: perl
32029            ! t/lib/io_udp.t
32030 ____________________________________________________________________________
32031 [  7807] By: jhi                                   on 2000/11/22  21:12:35
32032         Log: Subject: [ID 20001120.002] [PATCH] io_sock.t fails without 'localhost'
32033              From: Casey Tweten <crt@kiski.net>
32034              Date: Mon, 20 Nov 2000 11:36:11 -0500 (EST)
32035              Message-Id: <200011201636.LAA07227@home.kiski.net>
32036      Branch: perl
32037            ! t/lib/io_sock.t
32038 ____________________________________________________________________________
32039 [  7806] By: jhi                                   on 2000/11/22  21:10:59
32040         Log: Subject: Re: [PATCH] Evolution of h2xs [WAS: Re: PATCH subs.pm]
32041              From: "Casey R. Tweten" <crt@kiski.net>
32042              Date: Wed, 22 Nov 2000 09:05:07 -0500 (EST)
32043              Message-ID: <Pine.OSF.4.21.0011220903580.1811-100000@home.kiski.net>
32044      Branch: perl
32045            ! utils/h2xs.PL
32046 ____________________________________________________________________________
32047 [  7805] By: nick                                  on 2000/11/22  21:05:06
32048         Log: Integrate mainline
32049      Branch: perlio
32050           !> Changes Porting/genlog ext/DB_File/DB_File.xs
32051           !> ext/DB_File/version.c lib/Test.pm patchlevel.h
32052           !> utils/perlbug.PL
32053 ____________________________________________________________________________
32054 [  7804] By: jhi                                   on 2000/11/22  21:01:12
32055         Log: Subject: [PATCH] Test.pm POD peculiarity
32056              From: "Casey R. Tweten" <crt@kiski.net>
32057              Date: Tue, 21 Nov 2000 15:01:25 -0500 (EST)
32058              Message-ID: <Pine.OSF.4.21.0011211458020.20114-100000@home.kiski.net>
32059      Branch: perl
32060            ! lib/Test.pm
32061 ____________________________________________________________________________
32062 [  7803] By: jhi                                   on 2000/11/22  20:59:59
32063         Log: Subject: [ID 20001122.002] [PATCH 5.7.0@7795] two small patches to perlbug
32064              From: "Philip Newton" <pnewton@gmx.de>
32065              Date: Wed, 22 Nov 2000 14:25:53 +0100
32066              Message-Id: <3A1BD771.25462.1939FAD@localhost>
32067              
32068              Be case-understanding also on 's', and use the -oi of sendmail
32069              not to terminate the transmission on a lone '.'.
32070      Branch: perl
32071            ! utils/perlbug.PL
32072 ____________________________________________________________________________
32073 [  7802] By: nick                                  on 2000/11/22  20:51:42
32074         Log: Win32 PerlIO intermediate state now working as expected.
32075              - In current state we are still using C runtime in text/binary
32076              mode and "crlf" layer is just a dummy (clone of perlio buffer layer).
32077              - PERLIO=stdio and PERLIO=unix pass all expected tests.
32078              - PERLIO=perlio fails t/lib/dprof.t because Dprof.xs calls PerlIO_tell()
32079              and PerlIO_seek() and the dummy crlf layer is not making adjustments
32080              for CRLF translation happening in C runtime. All other tests pass.
32081              
32082              Added note to README.win32 to point out the snags of doing a perl build
32083              with Norton AntiVirus turned on.
32084              
32085              Tweaked t/pragma/warnings.t so that when run stand-alone you can tell
32086              which file a fail comes from.
32087              
32088              Updated "canned" config.h to match the one generated.
32089      Branch: perlio
32090            ! README.win32 perlio.c t/pragma/warnings.t win32/config_H.gc
32091            ! win32/makefile.mk
32092 ____________________________________________________________________________
32093 [  7801] By: jhi                                   on 2000/11/22  06:50:20
32094         Log: Nickety nits.
32095      Branch: perl
32096            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
32097 ____________________________________________________________________________
32098 [  7800] By: jhi                                   on 2000/11/22  01:29:55
32099         Log: Changes had accidentally gone too silent on non-main branches.
32100      Branch: perl
32101            ! Changes Porting/genlog patchlevel.h
32102 ____________________________________________________________________________
32103 [  7799] By: gsar                                  on 2000/11/22  01:02:56
32104         Log: some lib_pm.PL changes snuck in via change#7772
32105      Branch: maint-5.6/perl
32106            ! Makefile.SH
32107 ____________________________________________________________________________
32108 [  7798] By: nick                                  on 2000/11/21  21:59:40
32109         Log: Integrate mainline
32110      Branch: perlio
32111           !> (integrate 28 files)
32112 ____________________________________________________________________________
32113 [  7797] By: jhi                                   on 2000/11/21  21:01:45
32114         Log: Integrate perlio.
32115      Branch: perl
32116           !> doio.c perlio.c perlio.h win32/perllib.c win32/win32.c
32117 ____________________________________________________________________________
32118 [  7796] By: nick                                  on 2000/11/21  20:36:22
32119         Log: Win32 builds and runs (mostly) with USE_PERLIO.
32120              PERLIO=perlio passes all tests. 
32121              PERLIO=stdio (sadly the default) hangs in t.pragma/warnings.t #319
32122      Branch: perlio
32123            ! perlio.c win32/perllib.c win32/win32.c
32124 ____________________________________________________________________________
32125 [  7795] By: jhi                                   on 2000/11/21  19:03:44
32126         Log: Update Changes.
32127      Branch: perl
32128            ! Changes patchlevel.h
32129 ____________________________________________________________________________
32130 [  7794] By: jhi                                   on 2000/11/21  18:56:34
32131         Log: Subject: PerlIO_apply_layers prototype (was Re: [PATCH: perl@7777] add system locale testing for VMS)
32132              From: "Craig A. Berry" <craigberry@mac.com>
32133              Date: Mon, 20 Nov 2000 20:27:06 -0600
32134              Message-Id: <p04330101b63f8baf25a2@[172.16.52.1]>
32135              
32136              A cut-and-pasto.
32137      Branch: perl
32138            ! perlio.h
32139 ____________________________________________________________________________
32140 [  7793] By: jhi                                   on 2000/11/21  18:54:41
32141         Log: Subject: [PATCH bleadperl] Re: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4.[23]
32142              From: Dominic Dunlop <domo@computer.org> 
32143              Date: Mon, 20 Nov 2000 18:55:29 +0100
32144              Message-Id: <p04320403b63b2c750dce@[192.168.1.4]> 
32145              
32146              va_copy() and the need of it.
32147              See <http://wwwold.dkuug.dk/JTC1/SC22/WG14/www/docs/n907.ps>.
32148      Branch: metaconfig/U/perl
32149            + need_va_copy.U
32150      Branch: perl
32151            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
32152            ! config_h.SH configure.com epoc/config.sh handy.h perlio.c
32153            ! pod/perltoc.pod uconfig.h uconfig.sh vos/config.alpha.def
32154            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
32155            ! win32/config.bc win32/config.gc win32/config.vc
32156 ____________________________________________________________________________
32157 [  7792] By: jhi                                   on 2000/11/21  17:04:10
32158         Log: Integrate scope.h@7790 from perlio, works better with multiplicity.
32159      Branch: perl
32160           !> scope.h
32161 ____________________________________________________________________________
32162 [  7791] By: jhi                                   on 2000/11/21  17:01:16
32163         Log: Export the SOCKS workaround symbols only if necessary.
32164      Branch: perl
32165            ! doio.c embed.h embed.pl makedef.pl perlsdio.h proto.h
32166 ____________________________________________________________________________
32167 [  7790] By: nick                                  on 2000/11/20  23:57:11
32168         Log: If we use (aTHX_ ...) then put Perl_ on the front. (Or drop the aTHX_).
32169      Branch: perlio
32170            ! scope.h
32171 ____________________________________________________________________________
32172 [  7789] By: nick                                  on 2000/11/20  23:38:33
32173         Log: Integrate mainline
32174      Branch: perlio
32175           +> lib/File/Spec/Epoc.pm
32176           !> (integrate 34 files)
32177 ____________________________________________________________________________
32178 [  7788] By: nick                                  on 2000/11/20  23:20:18
32179         Log: Make extra buffer layer work (dummy crlf layer)
32180      Branch: perlio
32181            ! doio.c perlio.c perlio.h
32182 ____________________________________________________________________________
32183 [  7787] By: jhi                                   on 2000/11/20  22:44:04
32184         Log: Subject: [PATCH: perl@7777] add system locale testing for VMS
32185              From: Peter Prymmer <pvhp@forte.com>
32186              Date: Mon, 20 Nov 2000 12:56:52 -0800 (PST)
32187              Message-ID: <Pine.OSF.4.10.10011201244390.376086-100000@aspara.forte.com>
32188      Branch: perl
32189            ! t/pragma/locale.t
32190 ____________________________________________________________________________
32191 [  7786] By: jhi                                   on 2000/11/20  22:29:10
32192         Log: Subject: DOC PATCH 5.6.0 perlreftut
32193              From: mjd@plover.com
32194              Date: 20 Nov 2000 19:45:06 -0000
32195              Message-ID: <20001120194506.9505.qmail@plover.com>
32196      Branch: perl
32197            ! pod/perlreftut.pod
32198 ____________________________________________________________________________
32199 [  7785] By: jhi                                   on 2000/11/20  22:27:44
32200         Log: Subject: [ID 20001120.010] typo in lib/Cwd.pm broke Cwd::chdir
32201              From: David Dyck <dcd@tc.fluke.com>
32202              Date: Mon, 20 Nov 2000 11:43:40 -0800
32203              Message-Id: <200011201943.LAA08451@dd.tc.fluke.com>
32204      Branch: perl
32205            ! lib/Cwd.pm
32206 ____________________________________________________________________________
32207 [  7784] By: jhi                                   on 2000/11/20  22:23:21
32208         Log: Subject: [PATCH 5.7.0] lexicals not recognized in a run-time (?{})
32209              Date: Mon, 20 Nov 2000 17:06:10 -0500
32210              To: Mailing list Perl5 <perl5-porters@perl.org>
32211              Message-ID: <20001120170609.A11780@monk.mps.ohio-state.edu>
32212      Branch: perl
32213            ! pp_ctl.c t/op/pat.t
32214 ____________________________________________________________________________
32215 [  7783] By: jhi                                   on 2000/11/20  22:11:18
32216         Log: Subject: [PATCH] doop.c - UTF8 tr///               
32217              From: Simon Cozens <simon@cozens.net>
32218              Date: Sat, 18 Nov 2000 18:49:30 +0000
32219              Message-ID: <20001118184930.A31687@pembro4.pmb.ox.ac.uk>
32220              
32221              Subject: Re: [PATCH] doop.c - UTF8 tr///           
32222              From: Simon Cozens <simon@cozens.net>
32223              Date: Mon, 20 Nov 2000 20:45:22 +0000
32224              Message-ID: <20001120204522.A26042@pembro4.pmb.ox.ac.uk>
32225              
32226              Make tr on UTF-8 better but still not correct.
32227      Branch: perl
32228            ! doop.c
32229 ____________________________________________________________________________
32230 [  7782] By: jhi                                   on 2000/11/20  22:02:16
32231         Log: Remove the shared object before attempting to create
32232              (by linking) a new one.  E.g. in AIX not removing
32233              becomes quite painful if one tries to do more than one
32234              build in the same tree (an interrupted build, for example),
32235              since the AIX' shared dynaloader seemingly keeps the shared
32236              objects open and therefore 'busy' for quite a while, even when
32237              nobody is using the objects, leading into link failures.
32238      Branch: perl
32239            ! lib/ExtUtils/MM_Unix.pm
32240 ____________________________________________________________________________
32241 [  7781] By: gsar                                  on 2000/11/20  19:02:55
32242         Log: type mismatch due to faulty integration
32243      Branch: maint-5.6/perl
32244            ! toke.c win32/Makefile
32245 ____________________________________________________________________________
32246 [  7780] By: gsar                                  on 2000/11/20  17:31:55
32247         Log: integrate changes#6392,6394..6399,6401..6404
32248              
32249              The {multiplier} of a fixed substring was overlooked which
32250              caused a wrong initial search offset for that substring.
32251              
32252              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
32253              From: Hugo <hv@crypt.compulink.co.uk>
32254              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
32255              Date: Thu, 13 Jul 2000 19:27:13 +0100
32256              
32257              Fix the BOM bug: not a byteorder bug, a signedness bug.
32258              
32259              Replace change #6337 with a better one.
32260              
32261              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
32262              From: Hugo <hv@crypt.compulink.co.uk>
32263              Date: Fri, 14 Jul 2000 04:16:20 +0100
32264              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
32265              
32266              MakeMaker should not remove editor backups (*~) on `make clean`
32267              by default (completes change#6383)
32268              
32269              move new variables to the end of the interpreter structure (for
32270              bincompat in code that doesn't #include XSUB.h)
32271              
32272              rename totally bletcherous SvLOCK() thingy (doesn't do what the
32273              name suggests anyway)
32274              
32275              various cleanups (typos, misformatted code, and small bugs)
32276              
32277              typecasts needed for change#6394
32278              
32279              typos in change#6399, regen headers
32280              
32281              inconsistent types needs casts
32282              
32283              PERL_OBJECT build tweaks
32284      Branch: maint-5.6/perl
32285           !> MANIFEST doop.c embed.h embed.pl embedvar.h
32286           !> ext/IPC/SysV/Makefile.PL global.sym intrpvar.h
32287           !> lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h pod/perlapi.pod
32288           !> pp.c proto.h regcomp.c regexec.c sv.h t/op/re_tests thread.h
32289           !> toke.c util.c
32290 ____________________________________________________________________________
32291 [  7779] By: gsar                                  on 2000/11/20  17:06:29
32292         Log: integrate changes#6376..6378,6380,6383,6385..6388,6391
32293              
32294              Cosmetics and perldelta.
32295              
32296              Fix nits noticed by Boston.pm.
32297              
32298              Do the cc sanity check both before the hints and
32299              after the cc selction.
32300              
32301              get sprintf.t to adjust properly for 3-digit exponents
32302              
32303              don't clobber *.orig files on *clean targets
32304              
32305              fix bugs in processing %v-*d and similar format specs (from
32306              Avi Finkel <avi@finkel.org>)
32307              
32308              sprintf test tweaks (from Dominic Dunlop)
32309              
32310              new selfloader.t in change#6183 doesn't close DATA handles,
32311              and thus fails to clean up tmp files on dosish platforms
32312              
32313              typos (spotted by Peter Prymmer)
32314              
32315              typo fix from Craig Berry
32316      Branch: maint-5.6/perl
32317           !> Configure Makefile.SH config_h.SH ext/IPC/SysV/Makefile.PL
32318           !> pod/perldelta.pod pod/perlre.pod sv.c t/lib/english.t
32319           !> t/lib/selfloader.t t/op/sprintf.t vms/subconfigure.com
32320           !> x2p/Makefile.SH
32321 ____________________________________________________________________________
32322 [  7778] By: gsar                                  on 2000/11/20  16:46:51
32323         Log: integrate changes#6340..6342,6348,6354,6356,6357,6371,6372,6375
32324              
32325              Subject: Re: format bug report  [Patch]
32326              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32327              Date: Wed, 05 Jul 2000 13:12:52 +0200
32328              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
32329              
32330              Subject: Re: format bug report  [Patch]
32331              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
32332              Date: Wed, 05 Jul 2000 14:10:01 +0200
32333              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
32334              
32335              Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
32336              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32337              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
32338              Date: Fri, 07 Jul 2000 17:57:16 +0100
32339              
32340              Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
32341              To: perl5-porters@perl.org
32342              From: Karsten Sperling <spiff@phreax.net>
32343              Date: Mon, 10 Jul 2000 15:12:52 +0200
32344              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
32345              
32346              README.posix-bc podified from Thomas Dorner.
32347              
32348              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take2
32349              From: Dominic Dunlop <domo@computer.org>
32350              Date: Tue, 11 Jul 2000 12:27:33 +0200
32351              Message-Id: <p04320405b590a14d4650@[192.168.1.4]>
32352              
32353              Typo in #6341.
32354              
32355              Fix for
32356              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
32357              From: Roderick Schertler <roderick@argon.org>
32358              Date: Tue, 11 Jul 2000 13:55:05 -0400
32359              Message-Id: <200007111755.NAA05077@jones.argon.org>
32360              
32361              Minor cleanups on the booklist.
32362              
32363              Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
32364              regen perltoc.
32365              
32366              windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
32367      Branch: maint-5.6/perl
32368           +> pod/perlbook.pod
32369           !> MANIFEST README.posix-bc doio.c lib/Symbol.pm pod/Makefile.SH
32370           !> pod/buildtoc.PL pod/perl.pod pod/perlfaq2.pod pod/perltoc.pod
32371           !> pp_hot.c t/op/sprintf.t t/op/write.t toke.c win32/win32sck.c
32372 ____________________________________________________________________________
32373 [  7777] By: jhi                                   on 2000/11/20  16:08:49
32374         Log: Update Changes.
32375      Branch: perl
32376            ! Changes patchlevel.h
32377 ____________________________________________________________________________
32378 [  7776] By: jhi                                   on 2000/11/20  15:27:56
32379         Log: Assume SOCKS is broken in all 64bitall platforms, not just Solaris.
32380              This may be overly harsh but until proven otherwise, we think this
32381              way, or until we have a simple test for Configure (having to start
32382              up servers is does not count as simple) to check for the problems.
32383      Branch: perl
32384            ! perl.h
32385 ____________________________________________________________________________
32386 [  7775] By: jhi                                   on 2000/11/20  15:22:17
32387         Log: Solaris hints tweaks.
32388      Branch: perl
32389            ! hints/solaris_2.sh
32390 ____________________________________________________________________________
32391 [  7774] By: jhi                                   on 2000/11/20  15:01:20
32392         Log: Add a workaround to SOCKS 64-bit problems.
32393      Branch: perl
32394            ! doio.c embed.h embed.pl perlsdio.h proto.h
32395 ____________________________________________________________________________
32396 [  7773] By: jhi                                   on 2000/11/20  14:51:47
32397         Log: sysseek() instead of seek().
32398      Branch: perl
32399            ! t/lib/syslfs.t
32400 ____________________________________________________________________________
32401 [  7772] By: gsar                                  on 2000/11/20  13:06:23
32402         Log: integrate changes#6315..6319,6321..6331,6333..6338
32403              
32404              Integrate with Sarathy, preliminary fix for unicos
32405              alignment problems in [ID 20000612.002] Perl problem on Cray system.
32406              
32407              some debugger output does not go to the socket when RemotePort is set
32408              
32409              winsock cleanup never done on Windows (leads to handle leaks)
32410              
32411              fix UNC path handling on Windows under ithreads, and chdir()
32412              return value when given a non-existent directory
32413              
32414              Autogenerate pod/Makefile and pod/buildtoc.
32415              buildtoc also checks whether the existin pods are
32416              mentioned in MANIFEST and perl.pod, and vice versa.
32417              (None of the thusly found discrepancies fixed yet.)
32418              roffitall also needs to be autogenerated similarly but it
32419              seems so badly out of date that I didn't touch it yet.
32420              
32421              Config is being used.
32422              
32423              Add =head1 NAMEs so that buildtoc is happy.
32424              (The CGI::Util nit reported to Lincoln.)
32425              
32426              Fix complaints of buildtoc.
32427              
32428              Fix the alignment problem in Crays ([ID 20000612.002]).
32429              
32430              Remove perlbook, update perlfaq book listing,
32431              rearrange perl.pod, regenerate perltoc.
32432              
32433              Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
32434              was cast to an unsigned (32-bit) integer with wild abandon.
32435              
32436              winsock options weren't being set in all threads under ithreads
32437              (caused send()s from second and subsequent threads to fail)
32438              
32439              accept() leaks memory on windows due to incorrect ordering of
32440              closesocket() and fclose() calls
32441              
32442              Reorder perl.pod once more.
32443              
32444              More POSIX.pod tweaks.
32445              
32446              Sprinkle ldlibpath.
32447              
32448              Precedence goof, fix based on
32449              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
32450              From: Hugo <hv@crypt.compulink.co.uk>
32451              Date: Tue, 11 Jul 2000 12:52:38 +0100
32452              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
32453              
32454              Subject: PATCH perlguts.pod: Document D and d magic types
32455              From: mjd@plover.com
32456              Date: 5 Jul 2000 18:01:51 -0000
32457              Message-ID: <20000705180151.29413.qmail@plover.com>
32458              
32459              Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
32460              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
32461              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
32462              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
32463              
32464              Subject: [PATCH cfgperl] $& segfaults if you trick it
32465              From: simon@brecon.co.uk (Simon Cozens)
32466              Date: 7 Jul 2000 11:26:09 GMT
32467              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
32468              
32469              Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking
32470              From: Hugo <hv@crypt.compulink.co.uk>
32471              Date: Tue, 11 Jul 2000 12:44:50 +0100
32472              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
32473              
32474              Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
32475              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32476              Date: Tue, 11 Jul 2000 13:50:51 +0100
32477              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
32478      Branch: maint-5.6/perl
32479           +> ext/DynaLoader/hints/netbsd.pl lib/Win32.pod pod/Makefile.SH
32480           +> pod/buildtoc.PL
32481            - pod/Makefile pod/Win32.pod pod/buildtoc pod/perlbook.pod
32482           !> (integrate 26 files)
32483 ____________________________________________________________________________
32484 [  7771] By: gsar                                  on 2000/11/20  12:31:42
32485         Log: integrate changes#6283..6285,6291,6294..6300,6302..6304,6306..6307,
32486              6310,6311,6314
32487              
32488              Subject: [PATCH bleedperl] File::Spec 0.82 beta
32489              From: Barrie Slaymaker <barries@jester.slaysys.com>
32490              Date: Wed, 28 Jun 2000 11:35:29 -0400
32491              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
32492              
32493              tweak perlembed for multiplicity/usethreads sanity; correct notes
32494              about Windows
32495              
32496              localize %INC in a Safe compartment so that use/require work
32497              (many other magic globals probably need similar treatment)
32498              
32499              dounwind() may cause POPSUB() to diddle the wrong PL_curpad
32500              when @_ is modified, causing coredumps
32501              
32502              slurp mode fix in change#4736 still not quite right
32503              
32504              Point to perlipc for more SysV IPC examples.
32505              
32506              Elaborate POSIX.pod.  Still needs work.
32507              
32508              fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
32509              
32510              fix large memory leak that has been around for ever, masked by
32511              -DPURIFY (most of the arenas were never freed!)
32512              
32513              fix memory leak on Windows (PL_sys_intern contents were never
32514              freed)
32515              
32516              PERL_OBJECT build tweak
32517              
32518              adjust change#6299
32519              
32520              remove rel2abs prototypes (from Barrie Slaymaker)
32521              
32522              missing perldiag entry for unpack("w",...) diagnostic (from
32523              Andreas Koenig)
32524              
32525              better diagnostic on Frob->stuff() when Frob:: doesn't exist
32526              (from Richard Soderberg <rs@oregonnet.com>)
32527              
32528              Win32 patches for cfgperl from Sarathy.
32529              
32530              b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
32531              
32532              More POSIX.pod embellishment.
32533              
32534              tyop in change#6306
32535      Branch: maint-5.6/perl
32536           !> (integrate 44 files)
32537 ____________________________________________________________________________
32538 [  7770] By: gsar                                  on 2000/11/20  11:51:00
32539         Log: integrate changes#6268..6282 from cfgperl branch
32540              
32541              Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
32542              From: Dominic Dunlop <domo@computer.org>
32543              Date: Thu, 29 Jun 2000 12:32:39 +0200
32544              Message-Id: <p04320403b580cc1338db@[192.168.1.4]>
32545              
32546              Regen headers for #6261 (and update embed.pl for this) and #6267,
32547              silence few compiler warnings.
32548              
32549              Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
32550              From: Nicholas Clark <nick@talking.bollo.cx>
32551              Date: Fri, 23 Jun 2000 16:21:15 +0100
32552              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
32553              
32554              Subject: PATCH pod/perltie.pod
32555              From: Ian Phillipps <Ian.Phillipps@iname.com>
32556              Date: Fri, 16 Jun 2000 00:17:19 +0100
32557              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
32558              (only the first hunk, the second hunk had already been done
32559              by some other patch)
32560              
32561              Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
32562              From: Tom Phoenix <rootbeer@redcat.com>
32563              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
32564              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
32565              
32566              Subject: [PATCH] xsub attributes
32567              From: Doug MacEachern <dougm@covalent.net>
32568              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
32569              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
32570              
32571              Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
32572              From: Andy Dougherty <doughera@lafayette.edu>
32573              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
32574              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
32575              
32576              Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
32577              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
32578              Date: Tue, 13 Jun 2000 02:43:48 -0500
32579              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
32580              
32581              Subject: [PATCH] Re: eval documentation: context
32582              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32583              Date: Mon, 12 Jun 2000 15:07:29 +0100
32584              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
32585              
32586              Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
32587              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
32588              Date: Mon, 12 Jun 2000 14:55:59 +0100
32589              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
32590              
32591              Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
32592              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
32593              Date: Fri, 09 Jun 2000 12:39:27 -0400
32594              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
32595              (plus update the version "number" of Text::Wrap)
32596              
32597              Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
32598              From: Tim Ayers <tayers@bridge.com>
32599              Date: Thu, 08 Jun 2000 08:11:06 +0200
32600              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
32601              [resent by Richard Foley, Message-Id probably wrong]
32602              
32603              Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
32604              From: rspier@pobox.com (Robert Spier)
32605              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
32606              Message-ID: <14654.31913.845602.610277@rls.cx>
32607              
32608              Subject: [PATCH 5.6.0] utils/h2xs.PL
32609              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
32610              Date: Wed, 7 Jun 2000 04:02:04 -0500
32611              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
32612              
32613              Subject: [PATCH 5.6.0]ITHREADs for VMS
32614              From: Dan Sugalski <dan@sidhe.org>
32615              Date: Tue, 06 Jun 2000 11:59:50 -0400
32616              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
32617      Branch: maint-5.6/perl
32618           !> (integrate 31 files)
32619 ____________________________________________________________________________
32620 [  7769] By: gsar                                  on 2000/11/20  11:29:06
32621         Log: integrate changes#6261..6266 from cfgperl
32622              
32623              Subject: Re: [PATCH cfgperl] BOMs away!
32624              From: simon@brecon.co.uk (Simon Cozens)
32625              Date: 17 Jun 2000 11:49:57 GMT
32626              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
32627              
32628              Subject: 5.6.0 Patch for EPOC
32629              From: Olaf Flebbe <o.flebbe@gmx.de>
32630              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
32631              Message-ID: <23449.960929969@www11.gmx.net>
32632              
32633              tr fixes from Simon Cozens
32634              
32635              Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
32636              From: Marty Lucich <marty@netcom.com>
32637              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
32638              Message-Id: <200006282116.OAA11148@netcom.com>
32639              ccdlflags update (the BSD/OS 4.1 part had already been taken
32640              care of by #6141).
32641              
32642              Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
32643              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
32644              Date: Wed, 28 Jun 2000 17:50:12 -0700
32645              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
32646              
32647              Subject: [PATCH 5.6.0] cygwin port
32648              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
32649              From: "Fifer, Eric" <EFifer@sanwaint.com>
32650              Date: Thu, 29 Jun 2000 12:58:29 +0100
32651      Branch: maint-5.6/perl
32652           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
32653           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
32654           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
32655           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
32656 ____________________________________________________________________________
32657 [  7768] By: gsar                                  on 2000/11/20  11:13:44
32658         Log: integrate changes#6252..6256,6259..6260
32659              
32660              Paranoia tweak on #6249.
32661              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
32662              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
32663              Date: Sun, 25 Jun 2000 23:43:12 -0400
32664              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
32665              
32666              Subject: tr///, help wanted.
32667              From: simon@brecon.co.uk (Simon Cozens)
32668              Date: 28 Jun 2000 11:29:04 GMT
32669              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
32670              
32671              small thinko tweaks
32672              
32673              tweaks from Simon Conzes to further fix tr/// under utf8
32674              
32675              perlnewmod was missing from MANIFEST.
32676              
32677              Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
32678              From: simon@brecon.co.uk (Simon Cozens)
32679              Date: 17 Jun 2000 11:56:44 GMT
32680              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org>
32681              pack U0, pack C0
32682      Branch: maint-5.6/perl
32683           !> MANIFEST doop.c embed.h embed.pl embedvar.h global.sym
32684           !> lib/Exporter.pm lib/IPC/Open3.pm objXSUB.h op.c
32685           !> pod/perlfunc.pod pp.c pp_proto.h proto.h sv.c t/op/my_stash.t
32686           !> t/op/pack.t t/op/tr.t t/pragma/constant.t t/pragma/warn/op
32687 ____________________________________________________________________________
32688 [  7767] By: gsar                                  on 2000/11/20  10:51:38
32689         Log: integrate change#6250 from cfgperl
32690              
32691              Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
32692              From: Doug MacEachern <dougm@covalent.net>
32693              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
32694              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
32695      Branch: maint-5.6/perl
32696           +> t/op/my_stash.t
32697           !> MANIFEST embed.pl global.sym proto.h toke.c
32698 ____________________________________________________________________________
32699 [  7766] By: gsar                                  on 2000/11/20  10:48:34
32700         Log: integrate changes#6240,6242..6246,6248,6249 from cfgperl
32701              
32702              Subject: [ID 20000626.007] h2xs man page contains trailing garbage
32703              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
32704              Date: Mon, 26 Jun 2000 18:40:14 +0100
32705              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
32706              
32707              Subject: [PATCH] bytes<->utf8 fixes
32708              From: simon@brecon.co.uk (Simon Cozens)
32709              Date: 26 Jun 2000 04:55:45 GMT
32710              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
32711              
32712              Subject: [PATCH] is_utf8_string
32713              From: simon@brecon.co.uk (Simon Cozens)
32714              Date: 26 Jun 2000 02:25:59 GMT
32715              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
32716              
32717              Subject: [PATCH] avoid mg_ptr in '*' magic
32718              From: Doug MacEachern <dougm@covalent.net>
32719              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
32720              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
32721              
32722              Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
32723              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
32724              Date: Sat, 24 Jun 2000 13:06:20 +0100
32725              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
32726              
32727              Allow for standalone testing.
32728              
32729              Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
32730              From: Mark-Jason Dominus <mjd@plover.com>
32731              Date: Tue, 27 Jun 2000 22:36:42 -0400
32732              Message-ID: <20000628023642.12166.qmail@plover.com>
32733              
32734              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
32735              From: Frank Tobin <ftobin@uiuc.edu>
32736              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
32737              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
32738      Branch: maint-5.6/perl
32739           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
32740           !> global.sym gv.c lib/IPC/Open3.pm objXSUB.h perlapi.c perlapi.h
32741           !> pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod pp_proto.h
32742           !> proto.h sv.c t/lib/filefunc.t t/lib/filespec.t t/lib/peek.t
32743           !> utf8.c utils/h2xs.PL
32744 ____________________________________________________________________________
32745 [  7765] By: gsar                                  on 2000/11/20  10:29:13
32746         Log: integrate change#6239 from cfgperl
32747              
32748              Configure maintenance.  Sever some dependency cycles,
32749              separate gccversion from the cc unit,
32750              address [ID 20000623.006] Configure script patch for using gcc on AIX
32751              (but solve it a little bit differently),
32752              unduplex some accidentally duplicated units,
32753              suggest using gcc if no cc available
32754              (p5p thread: "Solaris configure: counterproposal", 1999-09)
32755      Branch: maint-5.6/perl
32756           !> Configure Todo-5.6 config_h.SH
32757 ____________________________________________________________________________
32758 [  7764] By: gsar                                  on 2000/11/20  10:25:55
32759         Log: integrate changes#6233..6238 from cfgperl
32760              
32761              Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
32762              From: Mark-Jason Dominus <mjd@plover.com>
32763              Date: Fri, 16 Jun 2000 20:53:04 -0400
32764              Message-ID: <20000617005304.8008.qmail@plover.com>
32765              
32766              Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
32767              because when run as services (Win32ese for daemons)
32768              no environment variables are set and tmpdir ends up as /tmp,
32769              which is ambiguous.
32770              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
32771              From: matt@sergeant.org
32772              Date: 16 Jun 2000 16:30:43 -0000
32773              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
32774              
32775              The thread begun by
32776              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
32777              From: Kevin.Ruscoe@ubsw.com
32778              Date: Fri, 16 Jun 2000 16:38:51 +0100
32779              Message-Id: <H000019b03c300d6@MHS>
32780              
32781              Tweak embed.pl, regen headers.
32782              
32783              Subject: [PATCH 5.6.0] XS module loading fixup for VMS
32784              From: Dan Sugalski <dan@sidhe.org>
32785              Date: Fri, 23 Jun 2000 17:00:00 -0400
32786              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
32787      Branch: maint-5.6/perl
32788           !> (integrate 27 files)
32789 ____________________________________________________________________________
32790 [  7763] By: gsar                                  on 2000/11/20  10:08:08
32791         Log: s/perl56delta/perldelta/g
32792      Branch: maint-5.6/perl
32793            ! pod/Makefile
32794 ____________________________________________________________________________
32795 [  7762] By: gsar                                  on 2000/11/20  10:04:00
32796         Log: integrate changes#6225,6229,6231,6232 from cfgperl
32797              
32798              Add source code filenames to apidoc.
32799              From: simon@brecon.co.uk (Simon Cozens)
32800              Subject: [PATCH embed.pl] Source X-ref
32801              Date: 22 Jun 2000 02:18:49 GMT
32802              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
32803              
32804              Subject: README.hpux version 0.6.1
32805              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
32806              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
32807              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
32808              
32809              Subject: [PATCH 5.6.0] cygwin port
32810              From: "Fifer, Eric" <EFifer@sanwaint.com>
32811              Date: Tue, 20 Jun 2000 14:30:58 +0100
32812              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
32813              
32814              Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
32815              From: simon@brecon.co.uk (Simon Cozens)
32816              Date: 19 Jun 2000 15:18:27 GMT
32817              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
32818              
32819              plus update pod/Makefile and regenerate perltoc
32820      Branch: maint-5.6/perl
32821           +> pod/perlutil.pod
32822           !> MANIFEST README.cygwin README.hpux Todo-5.6 embed.pl
32823           !> lib/File/Find.pm pod/Makefile pod/perltoc.pod pod/roffitall
32824 ____________________________________________________________________________
32825 [  7761] By: jhi                                   on 2000/11/20  04:09:55
32826         Log: Miraculous typo.
32827      Branch: perl
32828            ! t/op/pat.t
32829 ____________________________________________________________________________
32830 [  7760] By: jhi                                   on 2000/11/20  04:06:08
32831         Log: Subject: [PATCH 5.7.0] The first step in removing recursion from the REx engine
32832              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32833              Date: Sun, 19 Nov 2000 22:30:26 -0500
32834              Message-ID: <20001119223026.A5165@monk.mps.ohio-state.edu>
32835      Branch: perl
32836            ! regexec.c scope.h t/op/pat.t
32837 ____________________________________________________________________________
32838 [  7759] By: jhi                                   on 2000/11/20  02:05:22
32839         Log: Make certain MacOS Classic has NO_ENVIRON_ARRAY.
32840      Branch: perl
32841            ! perl.h
32842 ____________________________________________________________________________
32843 [  7758] By: jhi                                   on 2000/11/20  01:58:11
32844         Log: Subject: [perl 7711: EPOC] updates
32845              From: Olaf Flebbe <o.flebbe@gmx.de>
32846              Date: Sun, 19 Nov 2000 19:33:30 +0100 (MET)
32847              Message-ID: <25575.974658810@www23.gmx.net>               
32848      Branch: perl
32849            + lib/File/Spec/Epoc.pm
32850            ! MANIFEST epoc/epocish.c lib/CGI.pm lib/Cwd.pm
32851            ! lib/File/Basename.pm lib/File/Find.pm lib/File/Path.pm
32852            ! lib/File/Spec.pm perl.c sv.c
32853 ____________________________________________________________________________
32854 [  7757] By: jhi                                   on 2000/11/20  01:53:11
32855         Log: ext/re/hints/MSWin32.pl seems to be missing from perlio.
32856      Branch: perl
32857            ! MANIFEST
32858 ____________________________________________________________________________
32859 [  7756] By: jhi                                   on 2000/11/20  01:47:22
32860         Log: Integrate perlio.
32861      Branch: perl
32862            - ext/re/hints/MSWin32.pl
32863           !> global.sym perlio.c perlio.h perliol.h pod/perlapi.pod sv.c
32864           !> win32/config.gc win32/config_H.gc win32/win32sck.c
32865 ____________________________________________________________________________
32866 [  7755] By: nick                                  on 2000/11/19  20:57:17
32867         Log: Add dummy crlf layer (just as buffer)
32868              Correct 1st bug - one layer of indirection.
32869      Branch: perlio
32870            ! perlio.c perlio.h perliol.h
32871 ____________________________________________________________________________
32872 [  7754] By: nick                                  on 2000/11/19  20:56:12
32873         Log: Work-round to Perl_deb_nocontext is no longer required
32874      Branch: perlio
32875            - ext/re/hints/MSWin32.pl
32876 ____________________________________________________________________________
32877 [  7753] By: nick                                  on 2000/11/19  20:01:16
32878         Log: diff -se shows these as different
32879      Branch: perlio
32880            ! global.sym pod/perlapi.pod
32881 ____________________________________________________________________________
32882 [  7752] By: nick                                  on 2000/11/19  18:57:30
32883         Log: Configure GCC/Win32 build -Duseperlio
32884              Fix a couple of gross issues
32885              - double-include of ../deb.o in re.dll
32886              - win32sck.c needs PerlIO and FILE 
32887      Branch: perlio
32888            ! ext/re/hints/MSWin32.pl win32/config.gc win32/config_H.gc
32889            ! win32/win32sck.c
32890 ____________________________________________________________________________
32891 [  7751] By: nick                                  on 2000/11/19  17:05:36
32892         Log: Special case :crlf and :raw in dummy PerlIO_apply_layers
32893      Branch: perlio
32894            ! perlio.c
32895 ____________________________________________________________________________
32896 [  7750] By: nick                                  on 2000/11/19  16:57:14
32897         Log: Missing aTHX_
32898      Branch: perlio
32899            ! sv.c
32900 ____________________________________________________________________________
32901 [  7749] By: jhi                                   on 2000/11/19  16:28:40
32902         Log: Subject: [ID 20001118.006] [PATCH] perl@7707 djgpp/config.over, hints/dos_djgpp.sh and Storable.pm
32903              From: "Peter J. Farley III" <pjfarley@banet.net>
32904              Date: Sun, 19 Nov 2000 01:42:58 -0500
32905              Message-Id: <5.0.1.4.0.20001119011855.00a55ec0@pop5.banet.net>
32906      Branch: perl
32907            ! djgpp/config.over ext/Storable/Storable.pm hints/dos_djgpp.sh
32908 ____________________________________________________________________________
32909 [  7748] By: jhi                                   on 2000/11/19  16:08:10
32910         Log: Subject: podlators 1.05 available        
32911              From: Russ Allbery <rra@stanford.edu>   
32912              Date: 18 Nov 2000 22:04:28 -0800
32913              Message-ID: <ylitpkijkj.fsf@windlord.stanford.edu>
32914      Branch: perl
32915            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL
32916 ____________________________________________________________________________
32917 [  7747] By: nick                                  on 2000/11/19  11:19:39
32918         Log: Integrate mainline
32919      Branch: perlio
32920           !> embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
32921           !> util.c
32922 ____________________________________________________________________________
32923 [  7746] By: jhi                                   on 2000/11/19  06:42:22
32924         Log: Make hex scanning warn on "\x{x}" and "\xx".
32925              "\x" and and hex("x") are still valid.
32926      Branch: perl
32927            ! util.c
32928 ____________________________________________________________________________
32929 [  7745] By: nick                                  on 2000/11/18  22:52:28
32930         Log: Integrate mainline
32931      Branch: perlio
32932           !> emacs/ptags embed.h embed.pl lib/CPAN.pm lib/CPAN/FirstTime.pm
32933           !> perl.h perlio.c proto.h regcomp.c regcomp.h
32934 ____________________________________________________________________________
32935 [  7744] By: jhi                                   on 2000/11/18  22:50:28
32936         Log: Introduce Perl_utf8_length().  Use it.
32937      Branch: perl
32938            ! embed.h embed.pl objXSUB.h perlapi.c proto.h sv.c utf8.c
32939 ____________________________________________________________________________
32940 [  7743] By: jhi                                   on 2000/11/18  22:38:51
32941         Log: Compiler denit.
32942      Branch: perl
32943            ! perlio.c
32944 ____________________________________________________________________________
32945 [  7742] By: jhi                                   on 2000/11/18  20:33:05
32946         Log: Integrate perlio.
32947      Branch: perl
32948           !> cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
32949           !> perlio.h pp_ctl.c pp_sys.c sv.c
32950 ____________________________________________________________________________
32951 [  7741] By: jhi                                   on 2000/11/18  20:31:27
32952         Log: Subject: [PATCH 5.7.0] make regcomp reenterable
32953              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32954              Date: Fri, 17 Nov 2000 20:35:11 -0500
32955              Message-ID: <20001117203511.A13121@monk.mps.ohio-state.edu>
32956              
32957              Subject: Re: [PATCH 5.7.0] make regcomp reenterable
32958              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32959              Date: Fri, 17 Nov 2000 21:03:47 -0500
32960              Message-ID: <20001117210347.A16570@monk.mps.ohio-state.edu>
32961              
32962              Plus a little bit of tweaking in pregcomp().
32963      Branch: perl
32964            ! embed.h embed.pl perl.h proto.h regcomp.c regcomp.h
32965 ____________________________________________________________________________
32966 [  7740] By: nick                                  on 2000/11/18  20:17:22
32967         Log: Lexical use open ... support:
32968              add ->cop_io to COP structure in cop.h.
32969              Make mg.c and gv.c associate it with ${^OPEN}.
32970              Make lib/open.pm set it.
32971              Have sv.c, perl.c, pp_ctl.c, op.c manipulate it in a manner
32972              manner similar to ->cop_warnings.
32973              Have doio.c's do_open9 and pp_sys.c's pp_backticks use it as default and
32974              call new PerlIO_apply_layers().
32975              Declare latter in perlio.h and define in perlio.c
32976      Branch: perlio
32977            ! cop.h doio.c gv.c lib/open.pm mg.c op.c perl.c perlio.c
32978            ! perlio.h pp_ctl.c pp_sys.c sv.c
32979 ____________________________________________________________________________
32980 [  7739] By: jhi                                   on 2000/11/18  19:54:00
32981         Log: Integrate perlio.
32982      Branch: perl
32983           !> doio.c perlio.c pp.c
32984 ____________________________________________________________________________
32985 [  7738] By: jhi                                   on 2000/11/18  17:16:13
32986         Log: Subject: [PATCH 5.7.0] etags broken again
32987              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
32988              Date: Sat, 18 Nov 2000 02:41:36 -0500
32989              Message-ID: <20001118024136.A19097@monk.mps.ohio-state.edu>
32990      Branch: perl
32991            ! emacs/ptags
32992 ____________________________________________________________________________
32993 [  7737] By: jhi                                   on 2000/11/18  17:12:18
32994         Log: Upgrade to CPAN.pm 1.58_93 (the RC1 for 1.59), from Andreas König.
32995      Branch: perl
32996            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
32997 ____________________________________________________________________________
32998 [  7736] By: nick                                  on 2000/11/18  14:06:20
32999         Log: Basic tweaks to do_open() type parsing to allow layer/discipline
33000              part to be isolated.
33001      Branch: perlio
33002            ! doio.c perlio.c
33003 ____________________________________________________________________________
33004 [  7735] By: nick                                  on 2000/11/18  11:03:32
33005         Log: Integrate mainline
33006      Branch: perlio
33007           !> Changes README.amiga README.win32 patchlevel.h
33008           !> pod/perlfunc.pod pp.c regcomp.c regexec.c t/op/re_tests
33009 ____________________________________________________________________________
33010 [  7734] By: jhi                                   on 2000/11/18  01:18:56
33011         Log: Update Changes.
33012      Branch: perl
33013            ! Changes patchlevel.h
33014 ____________________________________________________________________________
33015 [  7733] By: jhi                                   on 2000/11/18  00:32:54
33016         Log: Subject: [PATCH 5.7.0] restore match data on backtracing
33017              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
33018              Date: Fri, 17 Nov 2000 17:28:02 -0500
33019              Message-ID: <20001117172802.A1032@monk.mps.ohio-state.edu>
33020      Branch: perl
33021            ! regcomp.c regexec.c t/op/re_tests
33022 ____________________________________________________________________________
33023 [  7732] By: jhi                                   on 2000/11/18  00:28:56
33024         Log: Sparc 64-bit pack() fix from Jens Hamisch.
33025      Branch: perl
33026            ! pp.c
33027 ____________________________________________________________________________
33028 [  7731] By: jhi                                   on 2000/11/18  00:18:39
33029         Log: Explain in more detail the {} syntax ambiguousity.
33030              
33031              Subject: [PATCH] Re: [ID 20001117.003] map { "$_", 1} @array is syntax error
33032              From: Nicholas Clark <nick@ccl4.org>
33033              Date: Fri, 17 Nov 2000 22:10:28 +0000
33034              Message-ID: <20001117221028.A88930@plum.flirble.org>
33035      Branch: perl
33036            ! pod/perlfunc.pod
33037 ____________________________________________________________________________
33038 [  7730] By: jhi                                   on 2000/11/18  00:12:18
33039         Log: Subject: Fix for README.amiga (20000323.033)
33040              From: "Stephen P. Potter" <spp@spotter.yi.org>
33041              Date: Fri, 17 Nov 2000 12:25:51 -0500
33042              Message-Id: <200011171725.MAA05768@spotter.yi.org>
33043      Branch: perl
33044            ! README.amiga
33045 ____________________________________________________________________________
33046 [  7729] By: jhi                                   on 2000/11/18  00:08:34
33047         Log: Subject: [PATCH 5.6.0 README.win32] very minor typos
33048              From: "A. C. Yardley" <yardley@tanet.net>
33049              Date: Mon, 3 Apr 2000 11:35:33 -0700
33050              Message-ID: <3483.000403@tanet.net>
33051      Branch: perl
33052            ! README.win32
33053 ____________________________________________________________________________
33054 [  7728] By: nick                                  on 2000/11/17  21:59:47
33055         Log: Integrate mainline
33056      Branch: perlio
33057           !> configure.com hints/solaris_2.sh lib/Carp/Heavy.pm
33058           !> lib/ExtUtils/xsubpp lib/Pod/Checker.pm pod/perlfaq9.pod
33059           !> pod/perlhack.pod pod/perllocale.pod pod/perlmodlib.PL
33060           !> pod/perlpod.pod pod/perlxs.pod pod/perlxstut.pod t/lib/b.t
33061 ____________________________________________________________________________
33062 [  7727] By: nick                                  on 2000/11/17  21:56:31
33063         Log: Experiment on use of attributes.pm interface.
33064              Valid generic fix to auto-vivify code in rv2gv - only "upgrade" to
33065              SVt_PVRV if not already something better (else vivify of say magic gets
33066              core dump).
33067      Branch: perlio
33068            ! perlio.c pp.c
33069 ____________________________________________________________________________
33070 [  7726] By: jhi                                   on 2000/11/17  14:15:49
33071         Log: Subject: Fix for 20000815.006
33072              From: "Stephen P. Potter" <spp@spotter.yi.org>
33073              Date: Fri, 17 Nov 2000 08:57:45 -0500
33074              Message-Id: <200011171357.IAA05122@spotter.yi.org>
33075              
33076              It's really 20000518.006.
33077      Branch: perl
33078            ! pod/perlmodlib.PL
33079 ____________________________________________________________________________
33080 [  7725] By: jhi                                   on 2000/11/17  14:12:31
33081         Log: Subject: Fix for 20000409.001
33082              From: "Stephen P. Potter" <spp@spotter.yi.org>
33083              Date: Fri, 17 Nov 2000 08:55:45 -0500
33084              Message-Id: <200011171355.IAA05104@spotter.yi.org>
33085      Branch: perl
33086            ! pod/perlfaq9.pod
33087 ____________________________________________________________________________
33088 [  7724] By: jhi                                   on 2000/11/17  14:08:58
33089         Log: Undo #7627 now that we have =head3.
33090      Branch: perl
33091            ! pod/perlhack.pod
33092 ____________________________________________________________________________
33093 [  7723] By: jhi                                   on 2000/11/17  14:04:09
33094         Log: As surmised the #7719 wasn't a good move.
33095      Branch: perl
33096            ! hints/solaris_2.sh
33097 ____________________________________________________________________________
33098 [  7722] By: jhi                                   on 2000/11/17  13:59:04
33099         Log: Also the 64bitall hints can be either here or there.
33100      Branch: perl
33101            ! hints/solaris_2.sh
33102 ____________________________________________________________________________
33103 [  7721] By: jhi                                   on 2000/11/17  02:26:23
33104         Log: Test tweak for the open pragma.
33105      Branch: perl
33106            ! t/lib/b.t
33107 ____________________________________________________________________________
33108 [  7720] By: jhi                                   on 2000/11/17  00:23:22
33109         Log: The long double hints can be here or there.
33110      Branch: perl
33111            ! hints/solaris_2.sh
33112 ____________________________________________________________________________
33113 [  7719] By: jhi                                   on 2000/11/17  00:14:06
33114         Log: For Solaris use64bitall the stdchar needs a little bit of help.
33115      Branch: perl
33116            ! hints/solaris_2.sh
33117 ____________________________________________________________________________
33118 [  7718] By: jhi                                   on 2000/11/16  23:27:34
33119         Log: Subject: Re: Bug in Carp::Heavy/5.6.0?
33120              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
33121              Date: Wed, 15 Nov 2000 08:56:32 +0100
33122              Message-ID: <3A1241B0.64477E00@alcatel.at>
33123      Branch: perl
33124            ! lib/Carp/Heavy.pm
33125 ____________________________________________________________________________
33126 [  7717] By: jhi                                   on 2000/11/16  23:23:29
33127         Log: Subject: [PATCH] Re: 20001101.003 PDL
33128              From: Nicholas Clark <nick@ccl4.org>
33129              Date: Thu, 16 Nov 2000 16:48:25 +0000
33130              Message-ID: <20001116164825.B93487@plum.flirble.org>
33131      Branch: perl
33132            ! lib/ExtUtils/xsubpp pod/perlxs.pod pod/perlxstut.pod
33133 ____________________________________________________________________________
33134 [  7716] By: jhi                                   on 2000/11/16  23:21:31
33135         Log: Subject: [PATCH] Re: [p5p] [PATCH perlpod.pod] Digging into the =head
33136              From: "Casey R. Tweten" <crt@kiski.net>
33137              Date: Thu, 16 Nov 2000 12:02:47 -0500 (EST)
33138              Message-ID: <Pine.OSF.4.21.0011161200410.700-100000@home.kiski.net>
33139      Branch: perl
33140            ! lib/Pod/Checker.pm pod/perlpod.pod
33141 ____________________________________________________________________________
33142 [  7715] By: jhi                                   on 2000/11/16  23:19:40
33143         Log: Avoid an infinite loop in VMS when utils scripts are run
33144              with no arguments, from Charles Lane.
33145      Branch: perl
33146            ! configure.com
33147 ____________________________________________________________________________
33148 [  7714] By: jhi                                   on 2000/11/16  23:17:08
33149         Log: Subject: perllocale.pod changes
33150              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33151              Date: Mon, 13 Nov 2000 10:09:22 +0300
33152              Message-ID: <402099F49BEED211999700805FC7359F825416@ru0028exch01.spb.lucent.com>
33153      Branch: perl
33154            ! pod/perllocale.pod
33155 ____________________________________________________________________________
33156 [  7713] By: jhi                                   on 2000/11/16  23:14:06
33157         Log: Integrate perlio.
33158      Branch: perl
33159           !> doio.c perlio.c perlio.h util.c
33160 ____________________________________________________________________________
33161 [  7712] By: nick                                  on 2000/11/16  21:10:58
33162         Log: Integrate mainline
33163      Branch: perlio
33164           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
33165           !> config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
33166           !> uconfig.sh vos/config.alpha.def vos/config.alpha.h
33167           !> vos/config.ga.def vos/config.ga.h win32/config.bc
33168           !> win32/config.gc win32/config.vc
33169 ____________________________________________________________________________
33170 [  7711] By: nick                                  on 2000/11/16  19:56:41
33171         Log: Minor tweaks:
33172              consistent way of getting 'rb', 'wb' etc. for binary opens
33173              move *perlio::layers to *open::layers
33174              a #define to show layers available
33175              DOSISH popen/PerlIO had export/import sense inverted.
33176      Branch: perlio
33177            ! doio.c perlio.c perlio.h util.c
33178 ____________________________________________________________________________
33179 [  7710] By: jhi                                   on 2000/11/16  15:46:05
33180         Log: Add HAS_SBRK_PROTO.
33181      Branch: metaconfig/U/perl
33182            + d_sbrkproto.U
33183      Branch: perl
33184            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33185            ! config_h.SH configure.com epoc/config.sh malloc.c uconfig.h
33186            ! uconfig.sh vos/config.alpha.def vos/config.alpha.h
33187            ! vos/config.ga.def vos/config.ga.h win32/config.bc
33188            ! win32/config.gc win32/config.vc
33189 ____________________________________________________________________________
33190 [  7709] By: nick                                  on 2000/11/16  07:31:49
33191         Log: Integrate mainline
33192      Branch: perlio
33193           !> (integrate 35 files)
33194 ____________________________________________________________________________
33195 [  7708] By: jhi                                   on 2000/11/16  05:33:03
33196         Log: These files are text, not binary.
33197      Branch: perl
33198            ! ext/Encode/Encode/iso8859-10.enc
33199            ! ext/Encode/Encode/iso8859-13.enc
33200            ! ext/Encode/Encode/iso8859-14.enc
33201            ! ext/Encode/Encode/iso8859-15.enc
33202 ____________________________________________________________________________
33203 [  7707] By: jhi                                   on 2000/11/16  01:53:37
33204         Log: Update Changes.
33205      Branch: perl
33206            ! Changes patchlevel.h
33207 ____________________________________________________________________________
33208 [  7706] By: jhi                                   on 2000/11/16  01:35:59
33209         Log: More #undefing of stdio.
33210      Branch: perl
33211            ! fakesdio.h nostdio.h
33212 ____________________________________________________________________________
33213 [  7705] By: jhi                                   on 2000/11/16  01:34:18
33214         Log: Add fwalk() probe to the configuration files and regen perltoc.
33215      Branch: perl
33216            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33217            ! config_h.SH configure.com epoc/config.sh pod/perltoc.pod
33218            ! uconfig.h uconfig.sh util.c vos/config.alpha.def
33219            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
33220            ! win32/config.bc win32/config.gc win32/config.vc
33221 ____________________________________________________________________________
33222 [  7704] By: jhi                                   on 2000/11/16  01:33:07
33223         Log: Add the _fwalk() unit.  (The probe says 'fwalk()'.  Time for
33224              an optional third argument to Inlibc?)
33225      Branch: metaconfig/U/perl
33226            + d__fwalk.U
33227 ____________________________________________________________________________
33228 [  7703] By: jhi                                   on 2000/11/16  01:09:22
33229         Log: The type of the hash_cb() size argument is tricky.
33230      Branch: perl
33231            ! ext/DB_File/DB_File.xs
33232 ____________________________________________________________________________
33233 [  7702] By: jhi                                   on 2000/11/15  23:01:16
33234         Log: Quick temporary fix for 20001114.008 as suggested by Nick Ing-Simmons.
33235      Branch: perl
33236            ! nostdio.h
33237 ____________________________________________________________________________
33238 [  7701] By: jhi                                   on 2000/11/15  22:52:32
33239         Log: Detypo.
33240      Branch: perl
33241            ! t/lib/bigfltpm.t
33242 ____________________________________________________________________________
33243 [  7700] By: jhi                                   on 2000/11/15  22:51:56
33244         Log: UINT64_C() work continues.
33245      Branch: perl
33246            ! handy.h perl.h utf8.h
33247 ____________________________________________________________________________
33248 [  7699] By: jhi                                   on 2000/11/15  14:13:04
33249         Log: SOCKS has its own USE_THREADS, based on
33250              
33251              Subject: [ID 20001114.002] et. al. bugfix followup
33252              From: Jens Hamisch <jens@Strawberry.COM> 
33253              Date: Wed, 15 Nov 2000 14:23:11 +0100
33254              Message-ID: <20001115142311.A21164@Strawberry.COM>
33255      Branch: perl
33256            ! perl.h
33257 ____________________________________________________________________________
33258 [  7698] By: jhi                                   on 2000/11/15  03:50:56
33259         Log: Add few missing #undefs and sort them.
33260      Branch: perl
33261            ! fakesdio.h
33262 ____________________________________________________________________________
33263 [  7697] By: jhi                                   on 2000/11/15  03:39:14
33264         Log: Linenumber fix.
33265      Branch: perl
33266            ! t/pragma/warn/utf8
33267 ____________________________________________________________________________
33268 [  7696] By: jhi                                   on 2000/11/15  02:55:26
33269         Log: EBCDIC tweaks.
33270              
33271              Subject: [PATCH: perl@7674 ++] fixes for warnings and regmesg (reprise)
33272              From: Peter Prymmer <pvhp@forte.com>
33273              Date: Tue, 14 Nov 2000 17:05:11 -0800 (PST)
33274              Message-ID: <Pine.OSF.4.10.10011141653510.106218-100000@aspara.forte.com>
33275      Branch: perl
33276            ! t/op/regmesg.t t/pragma/warn/utf8
33277 ____________________________________________________________________________
33278 [  7695] By: jhi                                   on 2000/11/15  02:53:58
33279         Log: Subject: [PATCH: perl@7674 + Scott-Thoennes] hush warnings about malformed EBCDIC text
33280              From: Peter Prymmer <pvhp@forte.com>
33281              Date: Tue, 14 Nov 2000 15:09:41 -0800 (PST)
33282              Message-ID: <Pine.OSF.4.10.10011141500260.106218-100000@aspara.forte.com>
33283      Branch: perl
33284            ! utf8.c
33285 ____________________________________________________________________________
33286 [  7694] By: jhi                                   on 2000/11/15  02:50:55
33287         Log: Subject: [PATCH: perl@7674] updates to README.os390
33288              From: Prymmer/Kahn <pvhp@best.com>
33289              Date: Tue, 14 Nov 2000 09:20:20 -0800 (PST)
33290              Message-ID: <Pine.BSF.4.21.0011140913370.15162-100000@shell8.ba.best.com>
33291      Branch: perl
33292            ! README.os390
33293 ____________________________________________________________________________
33294 [  7693] By: jhi                                   on 2000/11/15  02:48:37
33295         Log: Quit utf8_to_uv() instantly if curlen == 0.
33296      Branch: perl
33297            ! utf8.c
33298 ____________________________________________________________________________
33299 [  7692] By: jhi                                   on 2000/11/15  02:24:29
33300         Log: Use u_int32_t for the size of hash_cb(), not size_t.
33301              
33302              Subject: [ID 20001114.003] Solaris 8, 64 Bit DB_file patch
33303              From: Jens Hamisch <jens@Strawberry.COM>     
33304              Date: Tue, 14 Nov 2000 19:03:55 +0100
33305              Message-Id: <20001114190355.A20559@Strawberry.COM>
33306      Branch: perl
33307            ! ext/DB_File/DB_File.xs
33308 ____________________________________________________________________________
33309 [  7691] By: jhi                                   on 2000/11/15  02:20:12
33310         Log: Use UINT64_C().
33311              
33312              Subject: [ID 20001114.006] 5.7.0-7680 Solaris 8, 64 bit, utf8 patch
33313              From: Jens Hamisch <jens@Strawberry.COM>
33314              Date: Tue, 14 Nov 2000 19:16:23 +0100
33315              Message-Id: <20001114191623.G20559@Strawberry.COM>
33316      Branch: perl
33317            ! utf8.c utf8.h
33318 ____________________________________________________________________________
33319 [  7690] By: jhi                                   on 2000/11/15  02:17:06
33320         Log: Defined INT64_C() and UINT64_C() unless defined by <inttypes.h>
33321              (a macro to define signed and unsigned integer constants).
33322      Branch: perl
33323            ! handy.h
33324 ____________________________________________________________________________
33325 [  7689] By: jhi                                   on 2000/11/15  01:56:51
33326         Log: Regen Configure.
33327      Branch: perl
33328            ! Configure
33329 ____________________________________________________________________________
33330 [  7688] By: jhi                                   on 2000/11/15  01:56:32
33331         Log: Make the unit know about SOCKS.
33332      Branch: metaconfig
33333            ! U/protos/socksizetype.U
33334 ____________________________________________________________________________
33335 [  7687] By: jhi                                   on 2000/11/15  01:54:47
33336         Log: Remove unused dependencies.
33337      Branch: metaconfig
33338            ! U/compline/d_getpagsz.U
33339 ____________________________________________________________________________
33340 [  7686] By: nick                                  on 2000/11/14  21:25:13
33341         Log: Integrate mainline.
33342      Branch: perlio
33343           +> ext/re/hints/MSWin32.pl win32/bin/mdelete.bat
33344           !> MANIFEST doio.c doop.c ext/IO/lib/IO/Handle.pm
33345           !> ext/IO/lib/IO/Seekable.pm ext/SDBM_File/Makefile.PL
33346           !> lib/ExtUtils/MM_Unix.pm lib/perl5db.pl makedef.pl perl.h
33347           !> perlio.c pp.c pp_sys.c toke.c utf8.c utf8.h win32/Makefile
33348           !> win32/config.bc win32/config.gc win32/config.vc
33349           !> win32/makefile.mk win32/win32.c win32/win32.h win32/win32sck.c
33350 ____________________________________________________________________________
33351 [  7685] By: jhi                                   on 2000/11/14  17:54:56
33352         Log: Integrate perlio.
33353      Branch: perl
33354           +> fakesdio.h perliol.h
33355           !> MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
33356           !> perlsdio.h perlsfio.h pod/perlfunc.pod
33357 ____________________________________________________________________________
33358 [  7684] By: nick                                  on 2000/11/14  17:43:04
33359         Log: PerlIO #include and #ifdef re-work.
33360      Branch: perlio
33361            + fakesdio.h perliol.h
33362            ! MANIFEST iperlsys.h nostdio.h perl.c perlio.c perlio.h
33363            ! perlsdio.h perlsfio.h
33364 ____________________________________________________________________________
33365 [  7683] By: jhi                                   on 2000/11/14  15:42:40
33366         Log: Hoist the duplicated socket/netdb include logic to perl.h;
33367              undef SETERRNO in case SOCKS has defined it.  Based on:
33368              
33369              Subject: [ID 20001114.002] Code-Cleanups concerning SOCKS5 and Solaris   
33370              From: Jens Hamisch <jens@Strawberry.COM> 
33371              Date: Tue, 14 Nov 2000 11:34:40 +0100
33372              Message-Id: <20001114113440.A20005@Strawberry.COM>
33373      Branch: perl
33374            ! doio.c perl.h pp_sys.c
33375 ____________________________________________________________________________
33376 [  7682] By: jhi                                   on 2000/11/14  14:07:28
33377         Log: Subject: some additions for makefiles for win32 (for perl@7674)
33378              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33379              Date: Tue, 14 Nov 2000 09:31:13 +0300
33380              Message-ID: <402099F49BEED211999700805FC7359F8254FC@ru0028exch01.spb.lucent.com>
33381      Branch: perl
33382            ! win32/Makefile win32/config.bc win32/config.gc win32/config.vc
33383            ! win32/makefile.mk
33384 ____________________________________________________________________________
33385 [  7681] By: jhi                                   on 2000/11/14  14:01:41
33386         Log: Subject: tiny typo in perl5db.pl
33387              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33388              Date: Tue, 14 Nov 2000 09:29:28 +0300
33389              Message-ID: <402099F49BEED211999700805FC7359F8254F7@ru0028exch01.spb.lucent.com>
33390      Branch: perl
33391            ! lib/perl5db.pl
33392 ____________________________________________________________________________
33393 [  7680] By: jhi                                   on 2000/11/14  04:13:50
33394         Log: Redo #7679 with LFs instead of CRLFs.
33395      Branch: perl
33396            ! ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm makedef.pl
33397            ! perlio.c win32/Makefile win32/bin/mdelete.bat win32/config.gc
33398            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
33399 ____________________________________________________________________________
33400 [  7679] By: jhi                                   on 2000/11/14  01:21:09
33401         Log: Subject: [PATCH perl@7638] Get PerlIO building on Win32
33402              From: Benjamin Stuhl <tiriath@yahoo.com> 
33403              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
33404              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
33405      Branch: perl
33406            + win32/bin/mdelete.bat
33407            ! MANIFEST ext/SDBM_File/Makefile.PL lib/ExtUtils/MM_Unix.pm
33408            ! makedef.pl perlio.c win32/Makefile win32/config.gc
33409            ! win32/config.vc win32/win32.c win32/win32.h win32/win32sck.c
33410 ____________________________________________________________________________
33411 [  7678] By: jhi                                   on 2000/11/14  01:19:20
33412         Log: Fix the re extension building for Win32.
33413              
33414              Subject: [PATCH perl@7638] Get PerlIO building on Win32
33415              From: Benjamin Stuhl <tiriath@yahoo.com> 
33416              Date: Mon, 13 Nov 2000 15:08:08 -0800 (PST)
33417              Message-ID: <20001113230808.18659.qmail@web6305.mail.yahoo.com>
33418      Branch: perl
33419            + ext/re/hints/MSWin32.pl
33420            ! MANIFEST
33421 ____________________________________________________________________________
33422 [  7677] By: jhi                                   on 2000/11/14  01:13:54
33423         Log: Subject: [ID 20001113.003] utf8_to_uv on malformed utf returns wrong values
33424              From: sthoenna@efn.org
33425              Date: Mon, 13 Nov 2000 14:49:40 -0800 (PST)
33426              Message-Id: <200011132249.eADMnek09679@garcia.efn.org>
33427      Branch: perl
33428            ! doop.c pp.c toke.c utf8.c utf8.h
33429 ____________________________________________________________________________
33430 [  7676] By: jhi                                   on 2000/11/13  20:23:15
33431         Log: Subject: Re: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
33432              From: Nicholas Clark <nick@ccl4.org>
33433              Date: Mon, 13 Nov 2000 18:55:04 +0000
33434              Message-ID: <20001113185504.J29183@plum.flirble.org>
33435      Branch: perl
33436            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Seekable.pm
33437 ____________________________________________________________________________
33438 [  7675] By: nick                                  on 2000/11/13  20:21:57
33439         Log: Integrate mainline ...
33440      Branch: perlio
33441           !> Changes MANIFEST doop.c ext/IO/IO.xs ext/IO/lib/IO/Handle.pm
33442           !> ext/IO/lib/IO/Seekable.pm patchlevel.h perl.h perlio.c
33443           !> perlsfio.h pod/perlfunc.pod pod/perlunicode.pod pp.c regexp.h
33444           !> t/io/tell.t t/lib/io_xs.t t/op/bop.t utf8.c
33445 ____________________________________________________________________________
33446 [  7674] By: jhi                                   on 2000/11/13  15:07:56
33447         Log: Update Changes.
33448      Branch: perl
33449            ! Changes patchlevel.h
33450 ____________________________________________________________________________
33451 [  7673] By: jhi                                   on 2000/11/13  14:42:42
33452         Log: Remove the new two tests of lib/io_xs for now, they seem to
33453              fail under perlio on some platforms.
33454      Branch: perl
33455            ! t/lib/io_xs.t
33456 ____________________________________________________________________________
33457 [  7672] By: jhi                                   on 2000/11/13  13:57:53
33458         Log: Make PerlIO_getpos() to behave like fgetpos() on return.
33459      Branch: perl
33460            ! perlio.c
33461 ____________________________________________________________________________
33462 [  7671] By: jhi                                   on 2000/11/13  05:30:48
33463         Log: Placate nervous compilers that see longer than ints switch()ing.
33464      Branch: perl
33465            ! utf8.c
33466 ____________________________________________________________________________
33467 [  7670] By: jhi                                   on 2000/11/13  05:14:21
33468         Log: fputs() does return EOF on error but here we don't care.
33469      Branch: perl
33470            ! perlio.c
33471 ____________________________________________________________________________
33472 [  7669] By: jhi                                   on 2000/11/13  05:02:45
33473         Log: Declare reg_data like reg_substr_data.
33474      Branch: perl
33475            ! regexp.h
33476 ____________________________________________________________________________
33477 [  7668] By: jhi                                   on 2000/11/13  04:54:34
33478         Log: Typos in #7667.
33479      Branch: perl
33480            ! perl.h
33481 ____________________________________________________________________________
33482 [  7667] By: jhi                                   on 2000/11/13  04:49:49
33483         Log: Cleanup messy #ifdef.
33484      Branch: perl
33485            ! perl.h
33486 ____________________________________________________________________________
33487 [  7666] By: jhi                                   on 2000/11/13  04:17:34
33488         Log: Subject: [ID 20001112.008] perlio.c's PerlIO_getpos ingores error return
33489              From: Nicholas Clark <nick@talking.bollo.cx>
33490              Date: Sun, 12 Nov 2000 21:14:11 +0000
33491              Message-Id: <E13v4S3-0000iY-00@Bagpuss.unfortu.net>
33492              
33493              Note: only one breakage of the two reported is fixed by this patch.
33494      Branch: perl
33495            ! perlio.c
33496 ____________________________________________________________________________
33497 [  7665] By: jhi                                   on 2000/11/13  04:05:07
33498         Log: Tweak the definition of the bit complement on UTF-8 data:
33499              if none of the characters in the string are > 0xff,
33500              the result is a complemented byte string, not a (UTF-8)
33501              char string.  Based on the summary in
33502              
33503              Subject: Re: [ID 20000918.005] ~ on wide chars
33504              From: sthoenna@efn.org (Yitzchak Scott-Thoennes) 
33505              Date: Fri, 10 Nov 2000 09:47:15 -0800
33506              Message-ID: <jSDD6gzkgi/T092yn@efn.org>
33507              
33508              This should give us the maximum backward (pre-char string)
33509              compatibility and utf8 compatibility.  The other alternative
33510              would be to limit the bit complement to be always byte only,
33511              taking the least significant byte of the chars.
33512      Branch: perl
33513            ! doop.c pod/perlunicode.pod pp.c t/op/bop.t
33514 ____________________________________________________________________________
33515 [  7664] By: jhi                                   on 2000/11/13  00:23:44
33516         Log: Couple of tests from #7660 salvaged.
33517      Branch: perl
33518            - t/op/tell.t
33519            ! MANIFEST t/io/tell.t
33520 ____________________________________________________________________________
33521 [  7663] By: jhi                                   on 2000/11/13  00:02:48
33522         Log: Subject: [ID 20001112.007] sfio's sftell isn't ftell
33523              From: Nicholas Clark <nick@talking.bollo.cx>
33524              Date: Sun, 12 Nov 2000 21:23:43 +0000
33525              Message-Id: <E13v4bH-0000lN-00@Bagpuss.unfortu.net>
33526      Branch: perl
33527            ! perlsfio.h
33528 ____________________________________________________________________________
33529 [  7662] By: jhi                                   on 2000/11/13  00:01:39
33530         Log: Subject: [ID 20001112.006] IO::Seekable::getpos doesn't check for fgetpos() failure
33531              From: Nicholas Clark <nick@talking.bollo.cx>
33532              Date: Sun, 12 Nov 2000 21:30:04 +0000
33533              Message-Id: <E13v4hQ-0000mn-00@Bagpuss.unfortu.net>
33534      Branch: perl
33535            ! ext/IO/IO.xs ext/IO/lib/IO/Seekable.pm t/lib/io_xs.t
33536 ____________________________________________________________________________
33537 [  7661] By: jhi                                   on 2000/11/12  23:57:29
33538         Log: Document tell() on special streams.
33539      Branch: perl
33540            ! pod/perlfunc.pod
33541 ____________________________________________________________________________
33542 [  7660] By: jhi                                   on 2000/11/12  23:54:22
33543         Log: (Subsumed by #7664)
33544      Branch: perl
33545            + t/op/tell.t
33546            ! MANIFEST
33547 ____________________________________________________________________________
33548 [  7659] By: jhi                                   on 2000/11/12  22:55:25
33549         Log: Many subdocumented return values of the IO extension now documented.
33550              ungetc and write still left subdocumented.
33551              
33552              Subject: [PATCH] (was Re: IO::Handle::ungetc)
33553              From: Nicholas Clark <nick@talking.bollo.cx>
33554              Date: Sun, 12 Nov 2000 21:35:53 +0000
33555              Message-ID: <20001112213552.A3034@Bagpuss.unfortu.net>
33556      Branch: perl
33557            ! ext/IO/lib/IO/Handle.pm
33558 ____________________________________________________________________________
33559 [  7658] By: jhi                                   on 2000/11/12  21:37:06
33560         Log: Subject: [ID 20001112.004] man perlfunc omits tell()'s error return
33561              From: Nicholas Clark <nick@talking.bollo.cx>
33562              Date: Sun, 12 Nov 2000 20:03:22 +0000
33563              Message-Id: <E13v3LV-0008Pd-00@Bagpuss.unfortu.net>
33564      Branch: perl
33565            ! pod/perlfunc.pod
33566 ____________________________________________________________________________
33567 [  7657] By: jhi                                   on 2000/11/12  20:34:55
33568         Log: Integrate perlio.
33569      Branch: perl
33570           !> perlio.c
33571 ____________________________________________________________________________
33572 [  7656] By: nick                                  on 2000/11/12  19:25:06
33573         Log: Add aTHX_ to Perl_croak's (MULTIPLICITY et. al.)
33574      Branch: perlio
33575            ! perlio.c
33576 ____________________________________________________________________________
33577 [  7655] By: nick                                  on 2000/11/12  19:09:41
33578         Log: Integrate mainline
33579      Branch: perlio
33580           +> README.solaris ext/Encode/Encode/cp1006.enc
33581           +> ext/Encode/Encode/cp424.enc ext/Encode/Encode/cp856.enc
33582           +> ext/Encode/Encode/gsm0338.enc ext/Encode/Encode/iso8859-10.enc
33583           +> ext/Encode/Encode/iso8859-13.enc
33584           +> ext/Encode/Encode/iso8859-14.enc
33585           +> ext/Encode/Encode/iso8859-15.enc
33586           !> (integrate 34 files)
33587 ____________________________________________________________________________
33588 [  7654] By: jhi                                   on 2000/11/12  19:00:22
33589         Log: Add a metaconfig unit for fsync.
33590      Branch: metaconfig/U/perl
33591            + d_fsync.U
33592 ____________________________________________________________________________
33593 [  7653] By: jhi                                   on 2000/11/12  19:00:01
33594         Log: Add HAS_FSYNC, lack noticed by Nicholas Clark.
33595      Branch: perl
33596            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33597            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
33598            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33599            ! vos/config.ga.h win32/config.bc win32/config.gc
33600            ! win32/config.vc
33601 ____________________________________________________________________________
33602 [  7652] By: jhi                                   on 2000/11/11  21:12:01
33603         Log: Copy the s// information of README.hpux also to the perlrun.
33604      Branch: perl
33605            ! README.hpux pod/perlrun.pod
33606 ____________________________________________________________________________
33607 [  7651] By: jhi                                   on 2000/11/11  21:03:13
33608         Log: More README.solaris updates from Andy Dougherty.
33609      Branch: perl
33610            ! README.solaris
33611 ____________________________________________________________________________
33612 [  7650] By: jhi                                   on 2000/11/11  18:38:57
33613         Log: More descriptive error for unknown perlio layers.
33614              
33615              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
33616              From: Dominic Dunlop <domo@computer.org> 
33617              Date: Sat, 11 Nov 2000 18:20:32 +0100             
33618              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
33619      Branch: perl
33620            ! perlio.c pod/perldiag.pod
33621 ____________________________________________________________________________
33622 [  7649] By: jhi                                   on 2000/11/11  18:37:52
33623         Log: MachTen doesn't really do mmap() and munmap().
33624              
33625              Subject: [PATCHES Bleadperl] Re: PerlIO - what all of you can all do.   
33626              From: Dominic Dunlop <domo@computer.org> 
33627              Date: Sat, 11 Nov 2000 18:20:32 +0100             
33628              Message-Id: <p04320401b632c4c3335b@[192.168.1.4]>
33629      Branch: perl
33630            ! hints/machten.sh
33631 ____________________________________________________________________________
33632 [  7648] By: jhi                                   on 2000/11/11  18:36:46
33633         Log: Subject: [PATCH] fwd: Re: [ID 20001105.011] Perl 5.6.0 documentation glitch
33634              From: rspier@pobox.com (Robert Spier)
33635              Date: Sat, 11 Nov 2000 12:22:15 -0500 (EST)
33636              Message-ID: <14861.32839.491271.985797@rls.cx>
33637      Branch: perl
33638            ! Porting/Contract pod/perltoot.pod
33639 ____________________________________________________________________________
33640 [  7647] By: jhi                                   on 2000/11/11  18:35:30
33641         Log: Simplify the getpagesize() unit by dropping the
33642              pagesize probe since it's nowadays slightly more
33643              complicated because of sysconf(). (Note: if some
33644              platform really needs the -lPW for getpagesize,
33645              I just broke it.)
33646              
33647              TODO: a new pagesize unit.
33648      Branch: metaconfig
33649            ! U/compline/d_getpagsz.U
33650 ____________________________________________________________________________
33651 [  7646] By: jhi                                   on 2000/11/11  18:33:23
33652         Log: Add getpagesize() probing, on non-UNIX guess 'undef'.
33653      Branch: perl
33654            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
33655            ! config_h.SH configure.com epoc/config.sh uconfig.h uconfig.sh
33656            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
33657            ! vos/config.ga.h win32/config.bc win32/config.gc
33658            ! win32/config.vc
33659 ____________________________________________________________________________
33660 [  7645] By: jhi                                   on 2000/11/11  16:45:15
33661         Log: Use sysconf() or getpagesize() to find out the pagesize.
33662      Branch: perl
33663            ! perlio.c
33664 ____________________________________________________________________________
33665 [  7644] By: jhi                                   on 2000/11/11  15:46:08
33666         Log: Integrate perlio.
33667      Branch: perl
33668           !> perlio.c
33669 ____________________________________________________________________________
33670 [  7643] By: jhi                                   on 2000/11/11  15:33:36
33671         Log: Subject: Re: [PATCH] README.solaris
33672              From: Lupe Christoph <lupe@lupe-christoph.de>
33673              Date: Sat, 11 Nov 2000 14:08:10 +0100
33674              Message-ID: <20001111140810.C10394@alanya.lupe-christoph.de>
33675      Branch: perl
33676            ! README.solaris
33677 ____________________________________________________________________________
33678 [  7642] By: jhi                                   on 2000/11/11  15:22:12
33679         Log: Subject: [PATCH perl@7638] cygwin port
33680              From: "Eric Fifer" <egf7@columbia.edu>            
33681              Date: Fri, 10 Nov 2000 19:30:30 -0000
33682              Message-ID: <000001c04b4c$b96b7980$243670c2@fifer>
33683      Branch: perl
33684            ! README.cygwin lib/ExtUtils/MM_Cygwin.pm
33685 ____________________________________________________________________________
33686 [  7641] By: nick                                  on 2000/11/11  14:50:36
33687         Log: Fixup mmap layer by doing mmap() calls on pagesize boundaries.
33688              Also call "Buf" layer directly when unread'ing non-read chars.
33689      Branch: perlio
33690            ! perlio.c
33691 ____________________________________________________________________________
33692 [  7640] By: jhi                                   on 2000/11/11  02:05:02
33693         Log: Add more encoding tables.
33694      Branch: perl
33695            + ext/Encode/Encode/cp1006.enc ext/Encode/Encode/cp424.enc
33696            + ext/Encode/Encode/cp856.enc ext/Encode/Encode/gsm0338.enc
33697            + ext/Encode/Encode/iso8859-10.enc
33698            + ext/Encode/Encode/iso8859-13.enc
33699            + ext/Encode/Encode/iso8859-14.enc
33700            + ext/Encode/Encode/iso8859-15.enc
33701            ! MANIFEST
33702 ____________________________________________________________________________
33703 [  7639] By: jhi                                   on 2000/11/10  18:49:25
33704         Log: Subject: [PATCH] README.solaris
33705              From: Andy Dougherty <doughera@lafayette.edu>
33706              Date: Fri, 10 Nov 2000 12:18:00 -0500 (EST)
33707              Message-ID: <Pine.SOL.4.10.10011101217100.28341-100000@maxwell.phys.lafayette.edu>
33708      Branch: perl
33709            + README.solaris
33710            ! INSTALL MANIFEST hints/solaris_2.sh pod/buildtoc.PL
33711            ! pod/perl.pod pod/perltoc.pod
33712 ____________________________________________________________________________
33713 [  7638] By: jhi                                   on 2000/11/10  15:04:15
33714         Log: Update Changes.
33715      Branch: perl
33716            ! Changes patchlevel.h
33717 ____________________________________________________________________________
33718 [  7637] By: jhi                                   on 2000/11/10  14:14:28
33719         Log: Explain better why certain regex tests are skipped.
33720              
33721              Subject: Re: tests skipped: unknown reason
33722              From: Lupe Christoph <lupe@lupe-christoph.de>
33723              Date: Fri, 10 Nov 2000 09:08:56 +0100
33724              Message-ID: <20001110090856.J785@alanya.lupe-christoph.de>
33725      Branch: perl
33726            ! t/op/regexp.t
33727 ____________________________________________________________________________
33728 [  7636] By: nick                                  on 2000/11/10  13:40:00
33729         Log: Integrate mainline.
33730      Branch: perlio
33731           !> emacs/cperl-mode.el ext/IO/lib/IO/Handle.pm hints/linux.sh
33732           !> hints/uts.sh lib/unicode/syllables.txt perlio.c
33733           !> win32/bin/search.pl
33734 ____________________________________________________________________________
33735 [  7635] By: nick                                  on 2000/11/10  13:25:52
33736         Log: Re-instate stdio large file support via perlio.
33737      Branch: perl
33738            ! perlio.c
33739 ____________________________________________________________________________
33740 [  7634] By: jhi                                   on 2000/11/10  04:49:55
33741         Log: Amdahl UTS hints updates.
33742              
33743              Subject: [ID 20001109.016] Trouble going from 5.4 to 5.6
33744              From: hom00@utsglobal.com (Harold O Morris)
33745              Date: Thu, 9 Nov 2000 20:02 PST
33746              Message-Id: <m13u5OV-000045C@juno.uts.utsglobal.com>
33747      Branch: perl
33748            ! hints/uts.sh
33749 ____________________________________________________________________________
33750 [  7633] By: jhi                                   on 2000/11/09  23:33:28
33751         Log: Subject: [PATCH] IO::Seekable pod
33752              From: Nicholas Clark <nick@talking.bollo.cx>
33753              Date: Thu, 9 Nov 2000 20:29:45 +0000
33754              Message-ID: <20001109202945.A10451@Bagpuss.unfortu.net>
33755      Branch: perl
33756            ! ext/IO/lib/IO/Handle.pm
33757 ____________________________________________________________________________
33758 [  7632] By: jhi                                   on 2000/11/09  21:55:41
33759         Log: Various doc oddball characters.
33760              
33761              Subject: [ID 20001106.004] Perl 5.6.0 bugs  
33762              From: Michael Somos <somos@grail.cba.csuohio.edu>
33763              Date: Mon, 6 Nov 2000 17:44:20 -0500
33764              Message-Id: <200011062244.RAA28632@grail.cba.csuohio.edu>
33765      Branch: perl
33766            ! emacs/cperl-mode.el lib/unicode/syllables.txt
33767            ! win32/bin/search.pl
33768 ____________________________________________________________________________
33769 [  7631] By: jhi                                   on 2000/11/09  21:12:29
33770         Log: Subject: Re: bash -c exit and linux hints 
33771              From: "John P. Linderman" <jpl@research.att.com>
33772              Date: Thu, 02 Nov 2000 09:37:25 -0500
33773              Message-Id: <200011021437.JAA63199@raptor.research.att.com>
33774      Branch: perl
33775            ! hints/linux.sh
33776 ____________________________________________________________________________
33777 [  7630] By: nick                                  on 2000/11/09  20:34:11
33778         Log: Integrate mainline.
33779      Branch: perlio
33780           !> (integrate 91 files)
33781 ____________________________________________________________________________
33782 [  7629] By: jhi                                   on 2000/11/09  19:46:31
33783         Log: Missing dTHXs.
33784              
33785              Subject: RE: perl@7595 builds not on cygwin
33786              From: "Eric Fifer" <egf7@columbia.edu>
33787              Date: Thu, 9 Nov 2000 19:26:50 -0000
33788              Message-ID: <000201c04a83$05ef1660$933570c2@fifer>
33789      Branch: perl
33790            ! ext/Devel/Peek/Peek.xs
33791 ____________________________________________________________________________
33792 [  7628] By: jhi                                   on 2000/11/09  14:48:27
33793         Log: Disable only the tests 99 and 166 for UTF-8 locales.
33794      Branch: perl
33795            ! t/pragma/locale.t
33796 ____________________________________________________________________________
33797 [  7627] By: jhi                                   on 2000/11/09  14:40:27
33798         Log: There's no =head3.
33799      Branch: perl
33800            ! pod/perlhack.pod
33801 ____________________________________________________________________________
33802 [  7626] By: jhi                                   on 2000/11/09  13:54:26
33803         Log: The generated boot_* headers are wrong.  Pickier compiler,
33804              such as KAI C++ will refuse to compile the resulting perlmain.
33805              
33806              Subject: [ID 20001109.005] Bug in minimod.pl, perl 5.6.0
33807              From: Harri Pasanen <harri.pasanen@trema.com>
33808              Date: Thu, 09 Nov 2000 14:23:28 +0100
33809              Message-Id: <3A0AA550.26D548A3@trema.com>
33810      Branch: perl
33811            ! minimod.pl
33812 ____________________________________________________________________________
33813 [  7625] By: jhi                                   on 2000/11/09  13:50:44
33814         Log: Subject: [PATCH: perl@7613] updates to Porting/pumpkin.pod
33815              From: Prymmer/Kahn <pvhp@best.com>
33816              Date: Wed, 8 Nov 2000 22:13:26 -0800 (PST)
33817              Message-ID: <Pine.BSF.4.21.0011082208390.5584-100000@shell8.ba.best.com>
33818              
33819              All except the "cow orker" change.
33820      Branch: perl
33821            ! Porting/pumpkin.pod
33822 ____________________________________________________________________________
33823 [  7624] By: jhi                                   on 2000/11/09  13:45:33
33824         Log: Fix for
33825              
33826              Subject: [ID 20001109.003] Not OK: perl v5.7.0 +DEVEL7620 on PA-RISC2.0 11.00 (UNINSTALLED)
33827              From: "H.Merijn Brand" <h.m.brand@hccnet.nl> 
33828              Date: Thu, 09 Nov 2000 11:05:52 +0100
33829              Message-Id: <20001109110452.66CF.H.M.BRAND@hccnet.nl>
33830      Branch: perl
33831            ! pod/perldiag.pod t/pragma/warn/pp_sys
33832 ____________________________________________________________________________
33833 [  7623] By: jhi                                   on 2000/11/09  13:37:16
33834         Log: Typo in an ifndef.
33835              
33836              Subject: Re: [PATCH 5.7.0] better messages from malloc()
33837              From: Joe Smith <jms@inwap.com>         
33838              Date: Thu, 09 Nov 2000 01:33:14 -0800
33839              Message-Id: <3A0A6F5A.1E3969BB@inwap.com>
33840      Branch: perl
33841            ! malloc.c
33842 ____________________________________________________________________________
33843 [  7622] By: jhi                                   on 2000/11/09  13:31:18
33844         Log: Remove unused extra arguments.
33845      Branch: metaconfig/U/perl
33846            ! perlxv.U
33847      Branch: perl
33848            ! Configure config_h.SH
33849 ____________________________________________________________________________
33850 [  7621] By: jhi                                   on 2000/11/09  13:16:36
33851         Log: More VMS moves on environment handling, from Charles Lane.
33852      Branch: perl
33853            ! t/pragma/locale.t
33854 ____________________________________________________________________________
33855 [  7620] By: jhi                                   on 2000/11/09  04:42:38
33856         Log: Subject: patch to detect stat followed by lstat(_): [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
33857              From: David Dyck <dcd@tc.fluke.com>
33858              Date: Wed, 8 Nov 2000 18:36:26 -0800 (PST)
33859              Message-ID: <Pine.LNX.4.30.0011081817490.177-100000@dd.tc.fluke.com>
33860      Branch: perl
33861            ! pp_sys.c
33862 ____________________________________________________________________________
33863 [  7619] By: jhi                                   on 2000/11/09  04:36:21
33864         Log: Forgot from #7618.
33865      Branch: perl
33866            ! lib/File/stat.pm
33867 ____________________________________________________________________________
33868 [  7618] By: jhi                                   on 2000/11/09  04:28:44
33869         Log: Make deleting for %ENV work for (newer versions of) VMS,
33870              from Craig A. Berry.
33871      Branch: perl
33872            ! vms/vms.c
33873 ____________________________________________________________________________
33874 [  7617] By: jhi                                   on 2000/11/09  04:25:05
33875         Log: Subject: [PATCH] Class::Struct at compile time
33876              From: "Casey R. Tweten" <crt@kiski.net>
33877              Date: Wed, 8 Nov 2000 20:46:41 -0500 (EST)
33878              Message-ID: <Pine.OSF.4.21.0011082041360.8238-100000@home.kiski.net>
33879      Branch: perl
33880            ! lib/Class/Struct.pm
33881 ____________________________________________________________________________
33882 [  7616] By: jhi                                   on 2000/11/09  04:15:17
33883         Log: Subject: [ID 20001108.013] spelling
33884              From: "Todd T. Fries" <todd@fries.int.mrleng.com>
33885              Date: Wed, 8 Nov 2000 18:36:42 -0600 (CST)
33886              Message-Id: <200011090036.eA90agN05921@fries.int.mrleng.com>
33887      Branch: perl
33888            ! lib/ftp.pl
33889 ____________________________________________________________________________
33890 [  7615] By: jhi                                   on 2000/11/09  04:12:42
33891         Log: Subject: [PATCH: perl@7613] add Encode to VMS build and tests
33892              From: Peter Prymmer <pvhp@forte.com>
33893              Date: Wed, 8 Nov 2000 15:29:06 -0800 (PST)
33894              Message-ID: <Pine.OSF.4.10.10011081524450.248546-100000@aspara.forte.com>
33895      Branch: perl
33896            ! configure.com
33897 ____________________________________________________________________________
33898 [  7614] By: jhi                                   on 2000/11/08  22:42:55
33899         Log: A missing aTHX_.
33900      Branch: perl
33901            ! ext/IPC/SysV/SysV.xs
33902 ____________________________________________________________________________
33903 [  7613] By: jhi                                   on 2000/11/08  19:30:21
33904         Log: Update Changes.
33905      Branch: perl
33906            ! Changes patchlevel.h
33907 ____________________________________________________________________________
33908 [  7612] By: jhi                                   on 2000/11/08  18:35:25
33909         Log: Subject: is this the appropriate patch to fix: [ID 20001106.006] find2perl generated scripts issue new lstat()    on filehandle _ warning
33910              From: David Dyck <dcd@tc.fluke.com>
33911              Date: Wed, 8 Nov 2000 10:05:44 -0800 (PST)
33912              Message-ID: <Pine.LNX.4.30.0011080957440.2572-100000@dd.tc.fluke.com>
33913      Branch: perl
33914            ! pp_sys.c
33915 ____________________________________________________________________________
33916 [  7611] By: jhi                                   on 2000/11/08  18:30:26
33917         Log: Subject: [PATCH bleadperl] Re: Patch 7533 prevents malloc.c from compiling on MachTen
33918              From: Dominic Dunlop <domo@computer.org>
33919              Date: Tue, 7 Nov 2000 12:05:25 +0100
33920              Message-Id: <p04320403b62d8e0870cf@[192.168.1.4]>
33921      Branch: perl
33922            ! malloc.c
33923 ____________________________________________________________________________
33924 [  7610] By: jhi                                   on 2000/11/08  18:25:14
33925         Log: Do not test UTF-8 locales since that the tests would require
33926              polymorphic regexen.
33927      Branch: perl
33928            ! t/pragma/locale.t
33929 ____________________________________________________________________________
33930 [  7609] By: jhi                                   on 2000/11/08  17:12:51
33931         Log: Locale buglets.
33932              
33933              Subject: RE: Locales support (setlocale) fixes
33934              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
33935              Date: Wed, 8 Nov 2000 20:01:39 +0300
33936              Message-ID: <402099F49BEED211999700805FC7359F825283@ru0028exch01.spb.lucent.com>
33937      Branch: perl
33938            ! t/pragma/locale.t util.c
33939 ____________________________________________________________________________
33940 [  7608] By: jhi                                   on 2000/11/08  17:00:16
33941         Log: Deleting $ENV{PATH} in VMS is not recommendable.
33942      Branch: perl
33943            ! t/pragma/locale.t
33944 ____________________________________________________________________________
33945 [  7607] By: jhi                                   on 2000/11/08  16:58:26
33946         Log: Subject: PATCH std stdio for (Free)BSD
33947              From: Nicholas Clark <nick@ccl4.org>
33948              Date: Wed, 8 Nov 2000 15:36:29 +0000
33949              Message-ID: <20001108153629.D98736@plum.flirble.org>
33950      Branch: metaconfig
33951            ! U/compline/d_stdstdio.U
33952      Branch: perl
33953            ! Configure config_h.SH
33954 ____________________________________________________________________________
33955 [  7606] By: jhi                                   on 2000/11/08  16:43:31
33956         Log: Forgot to bump the line numbers in #7601.
33957      Branch: perl
33958            ! t/pragma/warn/pp_sys
33959 ____________________________________________________________________________
33960 [  7605] By: jhi                                   on 2000/11/08  16:39:12
33961         Log: More careful detection of how well NVs and UVs mix.
33962              
33963              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))
33964              From: Nicholas Clark <nick@ccl4.org>
33965              Date: Wed, 8 Nov 2000 15:14:12 +0000
33966              Message-ID: <20001108151412.B98736@plum.flirble.org>
33967              
33968              Added some SIGFPE paranoia.
33969      Branch: metaconfig/U/perl
33970            ! perlxv.U
33971      Branch: perl
33972            ! Configure config_h.SH
33973 ____________________________________________________________________________
33974 [  7604] By: jhi                                   on 2000/11/08  14:39:10
33975         Log: Subject: [patch perl@7595] VMS configure.com tweak
33976              From: "Craig A. Berry" <craigberry@mac.com>
33977              Date: Wed, 8 Nov 2000 00:24:12 -0600
33978              Message-Id: <p04330103b62e879ceeff@[192.168.56.177]>
33979      Branch: perl
33980            ! configure.com
33981 ____________________________________________________________________________
33982 [  7603] By: jhi                                   on 2000/11/08  14:27:11
33983         Log: Subject: [PATCH @7595] int/ptr casts in perlio.c
33984              From: Robin Barker <rmb1@cise.npl.co.uk>
33985              Date: Wed, 8 Nov 2000 11:11:39 GMT
33986              Message-Id: <200011081111.LAA07377@tempest.npl.co.uk>
33987      Branch: perl
33988            ! perlio.c
33989 ____________________________________________________________________________
33990 [  7602] By: jhi                                   on 2000/11/08  14:25:03
33991         Log: Fix for the tie-refhash string table leaks.
33992              
33993              From: Nick Ing-Simmons <nik@tiuk.ti.com> 
33994              Date: Wed, 8 Nov 2000 13:03:04 GMT
33995              Message-Id: <200011081303.NAA07042@mikado.tiuk.ti.com>
33996      Branch: perl
33997            ! t/lib/tie-refhash.t
33998 ____________________________________________________________________________
33999 [  7601] By: jhi                                   on 2000/11/08  14:21:08
34000         Log: Try to avoid flockless and emulationless places.
34001      Branch: perl
34002            ! t/pragma/warn/pp_sys
34003 ____________________________________________________________________________
34004 [  7600] By: jhi                                   on 2000/11/08  02:28:54
34005         Log: Overrideable keys, each, pop, push, shift, splice, unshift.
34006              
34007              Subject: [PATCH] prototyped functions that should be overrideable
34008              From: "Casey R. Tweten" <crt@kiski.net>
34009              Date: Fri, 3 Nov 2000 11:09:12 -0500 (EST)
34010              Message-ID: <Pine.OSF.4.21.0011031100470.17471-100000@home.kiski.net>
34011      Branch: perl
34012            ! toke.c
34013 ____________________________________________________________________________
34014 [  7599] By: jhi                                   on 2000/11/08  01:12:05
34015         Log: Make perlbug not insist on dumping to a file when stdout isn't a tty.
34016              
34017              Subject: [PATCH] perlbug.PL
34018              From: "Kurt D. Starsinic" <kstar@chapin.edu>
34019              Date: Mon, 6 Nov 2000 21:39:01 -0500
34020              Message-ID: <20001106213901.B20955@O2.chapin.edu>
34021      Branch: perl
34022            ! utils/perlbug.PL
34023 ____________________________________________________________________________
34024 [  7598] By: jhi                                   on 2000/11/07  23:42:00
34025         Log: Bad thinko in #7581 (I used the test program with the expanded
34026              values as-is).
34027      Branch: metaconfig
34028            ! U/compline/d_stdstdio.U
34029      Branch: perl
34030            ! Configure
34031 ____________________________________________________________________________
34032 [  7597] By: jhi                                   on 2000/11/07  21:43:29
34033         Log: Subject: [PATCH perl@7573] cygwin port
34034              From: "Fifer, Eric" <EFifer@sanwaint.com>
34035              Date: Tue, 7 Nov 2000 18:08:51 -0000 
34036              Message-ID: <779F20BCCE5AD31186A50008C75D99791717BB@silldn_mail1.sanwaint.com>
34037              
34038              Synchronize with Cygwin 1.1.5.
34039      Branch: perl
34040            ! AUTHORS README.cygwin cygwin/cygwin.c hints/cygwin.sh mg.c
34041            ! pod/perlport.pod unixish.h util.c
34042 ____________________________________________________________________________
34043 [  7596] By: jhi                                   on 2000/11/07  21:39:25
34044         Log: perlhack updates from H.Merijn Brand.
34045      Branch: perl
34046            ! pod/perlhack.pod
34047 ____________________________________________________________________________
34048 [  7595] By: jhi                                   on 2000/11/07  20:21:41
34049         Log: Update Changes.
34050      Branch: perl
34051            ! Changes patchlevel.h
34052 ____________________________________________________________________________
34053 [  7594] By: jhi                                   on 2000/11/07  19:18:58
34054         Log: Be more robust in Dynaloader.pm.
34055      Branch: perl
34056            ! ext/DynaLoader/DynaLoader_pm.PL
34057 ____________________________________________________________________________
34058 [  7593] By: jhi                                   on 2000/11/07  16:49:31
34059         Log: AUTHORS update.
34060      Branch: perl
34061            ! AUTHORS
34062 ____________________________________________________________________________
34063 [  7592] By: gsar                                  on 2000/11/07  16:39:51
34064         Log: normalize relative paths in virtualized current directory on windows,
34065              under ithreads (avoids ".." etc showing up in what Cwd::cwd()
34066              returns)
34067      Branch: perl
34068            ! win32/vdir.h
34069 ____________________________________________________________________________
34070 [  7591] By: jhi                                   on 2000/11/07  16:04:26
34071         Log: Too profiler-happy: with optimization the #7590 actually makes
34072              the test to run 0.5% _slower_.  Requires much more instrumentation.
34073              Retract #7590.
34074      Branch: perl
34075            ! regcomp.c regcomp.h
34076 ____________________________________________________________________________
34077 [  7590] By: jhi                                   on 2000/11/07  15:51:13
34078         Log: Shave off about 5% (Digital UNIX, -g, pixie) of the op/regexp
34079              execution time in regcomp.c S_cl_any() and S_cl_is_anything()
34080              by using memset() and testing bytewise (as opposed to bitwise).
34081      Branch: perl
34082            ! regcomp.c regcomp.h
34083 ____________________________________________________________________________
34084 [  7589] By: jhi                                   on 2000/11/07  12:56:39
34085         Log: Subject: [PATCH perl@7573] configure.com and st-lock.t changes for   
34086              From: "Craig A. Berry" <craig.berry@psinetcs.com>
34087              Date: Mon, 06 Nov 2000 23:45:30 -0500
34088              Message-Id: <0011079735.AA973576259@univpress.com>
34089      Branch: perl
34090            ! configure.com t/lib/st-lock.t
34091 ____________________________________________________________________________
34092 [  7588] By: jhi                                   on 2000/11/07  01:03:28
34093         Log: Tweak #7587.
34094      Branch: perl
34095            ! pod/perldiag.pod
34096 ____________________________________________________________________________
34097 [  7587] By: jhi                                   on 2000/11/07  01:00:27
34098         Log: A doc addition for bug id 20001105.019, beware \p.
34099      Branch: perl
34100            ! pod/perldiag.pod
34101 ____________________________________________________________________________
34102 [  7586] By: jhi                                   on 2000/11/07  00:32:22
34103         Log: Fake support of holey files in win/dosish platforms.
34104              
34105              Subject: SDBM_File under MS-Windows95/98 does not work correctly. (APR#1302)
34106              From: kipp@shonanblue.ne.jp
34107              Date: Mon, 6 Nov 2000 13:30:55 -0800
34108              Message-Id: <200011062130.eA6LUpZ17387@smtp3.ActiveState.com>
34109      Branch: perl
34110            ! ext/SDBM_File/sdbm/sdbm.c
34111 ____________________________________________________________________________
34112 [  7585] By: jhi                                   on 2000/11/07  00:12:54
34113         Log: Subject: Pod updates
34114              From: "Stephen P. Potter" <spp@spotter.yi.org>
34115              Date: Mon, 06 Nov 2000 18:56:43 -0500
34116              Message-Id: <200011062357.SAA18173@spotter.yi.org>
34117      Branch: perl
34118            ! README.dos README.os2 README.win32 pod/buildtoc.PL
34119            ! pod/perl.pod pod/perl5004delta.pod pod/perl5005delta.pod
34120            ! pod/perl56delta.pod pod/perldebguts.pod pod/perldebtut.pod
34121            ! pod/perldebug.pod pod/perldelta.pod pod/perldiag.pod
34122            ! pod/perlembed.pod pod/perlfaq.pod pod/perlfaq1.pod
34123            ! pod/perlfaq2.pod pod/perlfaq5.pod pod/perlfaq7.pod
34124            ! pod/perlfaq8.pod pod/perlfilter.pod pod/perlfunc.pod
34125            ! pod/perlguts.pod pod/perlhack.pod pod/perlhist.pod
34126            ! pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
34127            ! pod/perlmodlib.pod pod/perlnumber.pod pod/perlop.pod
34128            ! pod/perlopentut.pod pod/perlport.pod pod/perlre.pod
34129            ! pod/perlsub.pod pod/perltie.pod pod/perltoot.pod
34130            ! pod/perltootc.pod pod/perlunicode.pod
34131 ____________________________________________________________________________
34132 [  7584] By: jhi                                   on 2000/11/07  00:04:17
34133         Log: Varargs don't always work too well if one puts an unsigned
34134              char on the stack and pop an unsigned quad off the stack.
34135              
34136              Subject: Re: [ID 20001103.002] Not OK: perl v5.7.0 +DEVEL7523 on os2-64int-ld-2.30 (UNINSTALLED)
34137              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)         
34138              Date: Mon, 06 Nov 2000 15:19:05 -0800
34139              Message-ID: <pxzB6gzkgKXY092yn@efn.org>  
34140      Branch: perl
34141            ! utf8.c
34142 ____________________________________________________________________________
34143 [  7583] By: jhi                                   on 2000/11/06  23:58:48
34144         Log: %ENV note tweaks from Dan Sugalski.
34145      Branch: perl
34146            ! pod/perlport.pod vms/perlvms.pod
34147 ____________________________________________________________________________
34148 [  7582] By: jhi                                   on 2000/11/06  23:05:49
34149         Log: glibc5 detection by __GNU_LIBRARY__.
34150      Branch: perl
34151            ! toke.c
34152 ____________________________________________________________________________
34153 [  7581] By: jhi                                   on 2000/11/06  22:51:29
34154         Log: Make the stdio test program of 7427 less noisy while being 
34155              compiled so that Digital UNIX wouldn't get both
34156              d_stdio_ptr_lval_nochange_cnt and d_stdio_ptr_lval_sets_cnt
34157              undefined.  This makes perlio happy.
34158      Branch: metaconfig
34159            ! U/compline/d_stdstdio.U
34160      Branch: perl
34161            ! Configure config_h.SH
34162 ____________________________________________________________________________
34163 [  7580] By: jhi                                   on 2000/11/06  22:41:41
34164         Log: Document %ENV = () portability issues.
34165      Branch: perl
34166            ! pod/perlport.pod vms/perlvms.pod
34167 ____________________________________________________________________________
34168 [  7579] By: jhi                                   on 2000/11/06  21:29:24
34169         Log: VOS updates from Paul Green.
34170      Branch: perl
34171            ! vos/config.alpha.h vos/config.ga.def vos/config.ga.h
34172 ____________________________________________________________________________
34173 [  7578] By: jhi                                   on 2000/11/06  21:00:40
34174         Log: Sanitize the environment further.
34175      Branch: perl
34176            ! t/pragma/locale.t
34177 ____________________________________________________________________________
34178 [  7577] By: jhi                                   on 2000/11/06  20:53:51
34179         Log: Re-introduce 7552 lost in integration.
34180      Branch: perl
34181            ! perlio.c
34182 ____________________________________________________________________________
34183 [  7576] By: jhi                                   on 2000/11/06  20:33:46
34184         Log: Admit that the test leaks scalars.
34185      Branch: perl
34186            ! t/comp/proto.t
34187 ____________________________________________________________________________
34188 [  7575] By: jhi                                   on 2000/11/06  20:17:08
34189         Log: Integrate perlio.
34190      Branch: perl
34191           !> perlio.c
34192 ____________________________________________________________________________
34193 [  7574] By: nick                                  on 2000/11/06  20:07:28
34194         Log: Remove debug. Try (Mmap_t) on madvise() call.
34195      Branch: perlio
34196            ! perlio.c
34197 ____________________________________________________________________________
34198 [  7573] By: jhi                                   on 2000/11/06  13:56:05
34199         Log: Update Changes.
34200      Branch: perl
34201            ! Changes patchlevel.h
34202 ____________________________________________________________________________
34203 [  7572] By: jhi                                   on 2000/11/06  13:48:41
34204         Log: Subject: Re: rsync'ed patches vs. rsync'ed source
34205              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34206              Date: Mon, 06 Nov 2000 10:11:42 +0100
34207              Message-Id: <20001106100920.9BAD.H.M.BRAND@hccnet.nl>
34208      Branch: perl
34209            ! pod/perlhack.pod
34210 ____________________________________________________________________________
34211 [  7571] By: jhi                                   on 2000/11/06  01:45:51
34212         Log: AUTHORS updates.
34213      Branch: perl
34214            ! AUTHORS
34215 ____________________________________________________________________________
34216 [  7570] By: jhi                                   on 2000/11/06  00:18:00
34217         Log: Fix for
34218              
34219              Subject: [ID 20000728.005] perl -P broken
34220              From: David Dyck <dcd@tc.fluke.com>
34221              Date: Fri, 28 Jul 2000 17:19:16 -0700
34222              Message-Id: <200007290019.RAA08484@dd.tc.fluke.com>
34223              
34224              (hopefully).  The fix is also not complete, it seems to break
34225              BOM swallowing for libc5 systems, but until someone figures
34226              out a way to do this without ftell(), this will do.
34227      Branch: perl
34228            ! toke.c
34229 ____________________________________________________________________________
34230 [  7569] By: jhi                                   on 2000/11/06  00:05:30
34231         Log: Document that the evaled syntax errors cause scalar leaks.
34232      Branch: perl
34233            ! t/comp/proto.t
34234 ____________________________________________________________________________
34235 [  7568] By: jhi                                   on 2000/11/05  23:14:47
34236         Log: opmini.o can linger from Configures past.
34237      Branch: perl
34238            ! Makefile.SH
34239 ____________________________________________________________________________
34240 [  7567] By: jhi                                   on 2000/11/05  21:28:39
34241         Log: Fake __FUNCTION__ for non-gcc builds, cast madvise()
34242              first argument correctly.
34243      Branch: perl
34244            ! perlio.c
34245 ____________________________________________________________________________
34246 [  7566] By: jhi                                   on 2000/11/05  21:15:56
34247         Log: Integrate perlio.
34248      Branch: perl
34249           !> perlio.c
34250 ____________________________________________________________________________
34251 [  7565] By: jhi                                   on 2000/11/05  21:15:13
34252         Log: Use -dM for gcc (the suggested patch did it only for Linux,
34253              but I think it can be generalized).
34254              
34255              Subject: Re: connect and $!{EINPROGRESS} pb (was [ID 20001030.010] [PATCH] io_multihomed.t failing)
34256              From: Pixel <pixel@mandrakesoft.com>
34257              Date: 05 Nov 2000 21:49:34 +0100 
34258              Message-ID: <ly8zqygn4x.fsf@leia.mandrakesoft.com>
34259      Branch: perl
34260            ! ext/Errno/Errno_pm.PL
34261 ____________________________________________________________________________
34262 [  7564] By: nick                                  on 2000/11/05  21:09:18
34263         Log: Added a mmap layer as a "subclass" of perlio.
34264              PERLIO=mmap ./perl harness passes
34265      Branch: perlio
34266            ! perlio.c
34267 ____________________________________________________________________________
34268 [  7563] By: jhi                                   on 2000/11/05  19:48:55
34269         Log: Add a note for future generations about bug id 20000229.006.
34270      Branch: perl
34271            ! malloc.c
34272 ____________________________________________________________________________
34273 [  7562] By: jhi                                   on 2000/11/05  19:38:24
34274         Log: Fix for bug id 19990615.008, pos() unset during s///ge.
34275      Branch: perl
34276            ! pp_ctl.c t/op/pos.t
34277 ____________________________________________________________________________
34278 [  7561] By: jhi                                   on 2000/11/05  18:21:46
34279         Log: Add =pod to be tidy.
34280      Branch: perl
34281            ! lib/Math/Complex.pm
34282 ____________________________________________________________________________
34283 [  7560] By: jhi                                   on 2000/11/05  17:38:46
34284         Log: Upgrade to Storable 1.0.6, from Raphael Manfredi.
34285      Branch: perl
34286            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
34287            ! ext/Storable/Storable.xs t/lib/st-recurse.t
34288 ____________________________________________________________________________
34289 [  7559] By: jhi                                   on 2000/11/05  17:32:59
34290         Log: Subject: [Corrected/tested PATCH] Re: [ID 20001102.008] Not OK: perl v5.7.0 +DEVEL7503 on i686-linux 2.2.16
34291              From: "Peter J. Farley III" <pjfarley@banet.net>
34292              Date: Sun, 05 Nov 2000 11:55:59 -0500
34293              Message-Id: <4.3.1.0.20001105115341.00b35160@pop5.banet.net> 
34294      Branch: perl
34295            ! t/lib/syslog.t
34296 ____________________________________________________________________________
34297 [  7558] By: jhi                                   on 2000/11/05  17:29:19
34298         Log: Integrate perlio.
34299      Branch: perl
34300           !> perlio.c
34301 ____________________________________________________________________________
34302 [  7557] By: jhi                                   on 2000/11/05  17:22:01
34303         Log: A fix of sorts for 20000329.026, a better error message
34304              for a missing "use charnames" when using the \N{...}. 
34305      Branch: perl
34306            ! pod/perldiag.pod toke.c
34307 ____________________________________________________________________________
34308 [  7556] By: jhi                                   on 2000/11/05  16:33:50
34309         Log: Test tweak: show also the failed locales.
34310              
34311              Subject: [ID 20001105.001] Not OK: perl v5.7.0 +DEVEL7523 on i86pc-solaris 2.8  
34312              From: Lupe Christoph <lupe@lupe-christoph.de>         
34313              Date: Sun, 5 Nov 2000 12:39:27 +0100 (MET)
34314              Message-Id: <200011051139.MAA12442@lupe-christoph.de>
34315      Branch: perl
34316            ! t/pragma/locale.t
34317 ____________________________________________________________________________
34318 [  7555] By: nick                                  on 2000/11/05  11:09:34
34319         Log: Fix read from STDERR on raw unix layer for Solaris where fd 2 is
34320              open RDWR so does not fail. (pragma/warnings 303 again...)
34321      Branch: perlio
34322            ! perlio.c
34323 ____________________________________________________________________________
34324 [  7554] By: nick                                  on 2000/11/05  10:10:13
34325         Log: Fix case where ungetc(f,EOF) was allowed.
34326              Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
34327              so we can see similarities.
34328              Use types more carefully and a STDCHAR array in hope that this will
34329              fix Jarrko's 64bit machine.
34330      Branch: perlio
34331            ! perlio.c
34332 ____________________________________________________________________________
34333 [  7553] By: jhi                                   on 2000/11/05  01:12:16
34334         Log: Fix for
34335              
34336              Subject: [ID 20001004.007] taint propogation is inconsistent
34337              From: pimlott@idiomtech.com (Andrew Pimlott) 
34338              Date: Wed, 4 Oct 2000 23:17:44 -0400 (EDT)
34339              Message-Id: <m13h1XU-000SEmC@nolfolan.idiomtech.com>
34340              
34341              The culprit was sv_setsv() which was rather blindly
34342              propagating taint, which lead to behaviour where if
34343              a tainted anon hash value was seen all the hash values
34344              from then on at that level became tainted, or at any
34345              upper levels in the case of nested anon hashes.
34346      Branch: perl
34347            ! sv.c t/op/taint.t
34348 ____________________________________________________________________________
34349 [  7552] By: jhi                                   on 2000/11/04  23:44:18
34350         Log: Some cpps don't like splitting conditionals across several lines.
34351      Branch: perl
34352            ! perlio.c
34353 ____________________________________________________________________________
34354 [  7551] By: nick                                  on 2000/11/04  23:40:44
34355         Log: Integrate mainline
34356      Branch: perlio
34357           !> pp_hot.c t/op/taint.t
34358 ____________________________________________________________________________
34359 [  7550] By: nick                                  on 2000/11/04  23:39:05
34360         Log: Integrate mainline again
34361      Branch: perlio
34362           !> Configure config_h.SH embed.h embed.pl perl.h proto.h
34363           !> t/lib/b.t t/op/misc.t util.c
34364 ____________________________________________________________________________
34365 [  7549] By: jhi                                   on 2000/11/04  23:14:01
34366         Log: Fix for
34367              
34368              Subject: [ID 20001004.006] undef is never tainted
34369              From: pimlott@idiomtech.com (Andrew Pimlott)
34370              Date: Wed, 4 Oct 2000 21:57:43 -0400 (EDT)
34371              Message-Id: <m13h0I3-000SEmC@nolfolan.idiomtech.com>
34372              
34373              An undef read from a slurped file was not tainted.
34374      Branch: perl
34375            ! pp_hot.c t/op/taint.t
34376 ____________________________________________________________________________
34377 [  7548] By: jhi                                   on 2000/11/04  22:56:21
34378         Log: Test tweak ($Config{useperlio} is by default undef) .
34379      Branch: perl
34380            ! t/lib/b.t
34381 ____________________________________________________________________________
34382 [  7547] By: jhi                                   on 2000/11/04  22:43:56
34383         Log: Integrate perlio.
34384      Branch: perl
34385           +> lib/perlio.pm
34386           !> MANIFEST iperlsys.h objXSUB.h perlapi.c perlio.c
34387           !> pod/perlapi.pod t/lib/b.t
34388 ____________________________________________________________________________
34389 [  7546] By: jhi                                   on 2000/11/04  22:40:59
34390         Log: Configure would use a bad $myuname from an old config.sh.
34391              
34392              Subject: [PATCH 5.6.1-to-be and 5.7.x] Very old Configure myuname bug
34393              From: Andy Dougherty <doughera@lafayette.edu>
34394              Date: Sat, 4 Nov 2000 14:15:29 -0500 (EST)
34395              Message-ID: <Pine.SOL.4.10.10011041410120.982-100000@maxwell.phys.lafayette.edu>
34396      Branch: metaconfig
34397            ! U/modified/Oldconfig.U
34398      Branch: perl
34399            ! Configure config_h.SH
34400 ____________________________________________________________________________
34401 [  7545] By: jhi                                   on 2000/11/04  22:36:54
34402         Log: Subject: Locales support (setlocale) fixes
34403              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
34404              Date: Sat, 4 Nov 2000 10:15:48 +0300 
34405              Message-ID: <402099F49BEED211999700805FC7359F82511F@ru0028exch01.spb.lucent.com>
34406              
34407              Modified quite a bit to be more portable.
34408      Branch: perl
34409            ! embed.h embed.pl perl.h proto.h util.c
34410 ____________________________________________________________________________
34411 [  7544] By: jhi                                   on 2000/11/04  22:32:47
34412         Log: Dying is too strict here, better just skip.
34413      Branch: perl
34414            ! t/op/misc.t
34415 ____________________________________________________________________________
34416 [  7543] By: nick                                  on 2000/11/04  21:55:13
34417         Log: Merge mainline
34418      Branch: perlio
34419           +> ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
34420           +> ext/Encode/Encode/posix-bc.enc ext/re/hints/aix.pl
34421           +> t/lib/tie-refhash.t t/lib/tie-substrhash.t
34422           !> (integrate 64 files)
34423 ____________________________________________________________________________
34424 [  7542] By: jhi                                   on 2000/11/04  21:09:28
34425         Log: More Changes tweakery.
34426      Branch: perl
34427            ! Changes Porting/genlog
34428 ____________________________________________________________________________
34429 [  7541] By: jhi                                   on 2000/11/04  20:58:18
34430         Log: Changes fixups.
34431      Branch: perl
34432            ! Changes
34433 ____________________________________________________________________________
34434 [  7540] By: jhi                                   on 2000/11/04  20:42:38
34435         Log: Locale tweakery.  Add test case for bug id 20000809.003 to op/misc,
34436              create a "fast path" for locale name probing using "locale -a"
34437              if available, squash finally hopefully the s?printf resetting
34438              the numeric locale (since, IIUC perllocale, it never shouldn't). 
34439      Branch: perl
34440            ! sv.c t/op/misc.t t/pragma/locale.t
34441 ____________________________________________________________________________
34442 [  7539] By: nick                                  on 2000/11/04  19:56:10
34443         Log: PerlIO infrastructure complete.
34444      Branch: perlio
34445            + lib/perlio.pm
34446            ! MANIFEST iperlsys.h perlio.c t/lib/b.t
34447 ____________________________________________________________________________
34448 [  7538] By: nick                                  on 2000/11/04  14:31:32
34449         Log: Type tweaks + less contorted allocation scheme
34450      Branch: perlio
34451            ! perlio.c
34452 ____________________________________________________________________________
34453 [  7537] By: nick                                  on 2000/11/04  12:40:42
34454         Log: Fix for stdio as default "discipline" - PerlIO_init() was fdopen(2,"w")'ing
34455              a fresh FILE * rather than re-using stderr. Which meant PerlIO_stderr() was
34456              fully buffered rather than unbuffered (on Solaris, Linux seemed to do something
34457              sensible) which lead to some interesting fails.
34458      Branch: perlio
34459            ! perlio.c
34460 ____________________________________________________________________________
34461 [  7536] By: jhi                                   on 2000/11/04  00:20:02
34462         Log: Add FCNTL_CAN_LOCK.
34463              
34464              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
34465              From: Andy Dougherty <doughera@lafayette.edu>
34466              Date: Fri, 3 Nov 2000 15:32:14 -0500 (EST)
34467              Message-ID: <Pine.SOL.4.10.10011031528090.29-100000@maxwell.phys.lafayette.edu>
34468              
34469              Subject: Re: [ID 20001030.011] Not OK: perl v5.7.0 +DEVEL7481 on VMS_AXP V7.1 (UNINSTALLED)
34470              From: Andy Dougherty <doughera@lafayette.edu>
34471              In-Reply-To: <4.3.1.0.20001031222203.00b24b20@pop5.banet.net>
34472              Message-ID: <Pine.SOL.4.10.10011031532170.29-100000@maxwell.phys.lafayette.edu>
34473      Branch: metaconfig/U/perl
34474            + d_fcntl_can_lock.U
34475            ! startperl.U
34476      Branch: perl
34477            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
34478            ! config_h.SH epoc/config.sh pp_sys.c uconfig.h uconfig.sh
34479            ! vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
34480            ! vos/config.ga.h win32/config.bc win32/config.gc
34481            ! win32/config.vc
34482 ____________________________________________________________________________
34483 [  7535] By: nick                                  on 2000/11/03  22:19:10
34484         Log: Implement stack of layers - (perlio.c _is_ derived from the old file honest...)
34485              - Works on Linux with
34486              perlio + unix
34487              stdio
34488              - Works on Solaris with
34489              perlio + unix
34490              - Fails ONE test (print to STDIN should fail) on Solaris with stdio.
34491              - Fails (hangs in openpid) if you try and stack
34492              perlio + stdio - Linux stdio's read() logic is hanging.
34493      Branch: perlio
34494            ! iperlsys.h perlio.c
34495 ____________________________________________________________________________
34496 [  7534] By: jhi                                   on 2000/11/03  15:16:02
34497         Log: Subject: Re: README.aix
34498              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
34499              Date: Fri, 03 Nov 2000 16:03:15 +0100
34500              Message-Id: <20001103151040.95C6.H.M.BRAND@hccnet.nl>
34501      Branch: perl
34502            ! README.aix
34503 ____________________________________________________________________________
34504 [  7533] By: jhi                                   on 2000/11/03  03:59:02
34505         Log: Subject: [PATCH 5.7.0] better messages from malloc()
34506              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
34507              Date: Wed, 1 Nov 2000 23:39:56 -0500
34508              Message-ID: <20001101233956.A520@monk.mps.ohio-state.edu>
34509      Branch: perl
34510            ! malloc.c pod/perldiag.pod
34511 ____________________________________________________________________________
34512 [  7532] By: jhi                                   on 2000/11/03  00:11:56
34513         Log: The #7521 touched things it shouldn't have.
34514      Branch: perl
34515            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
34516 ____________________________________________________________________________
34517 [  7531] By: jhi                                   on 2000/11/02  22:32:33
34518         Log: Subject:  [PATCH] Perl@7504, vms/gen_shrfls.pl
34519              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
34520              Date:     Thu, 2 Nov 2000 16:58:36 EST
34521              Message-Id: <001102165758.31020@DUPHY4.Physics.Drexel.Edu>
34522      Branch: perl
34523            ! vms/gen_shrfls.pl
34524 ____________________________________________________________________________
34525 [  7530] By: jhi                                   on 2000/11/02  22:08:49
34526         Log: Fix the problem discussed in
34527              
34528              Subject: [ID 20001015.004] Fwd: Tie::SubstrHash -- bug & fix (all Perl versions)
34529              Date: Mon, 16 Oct 2000 04:48:59 +0300 (EET DST) 
34530              Message-Id: <200010160148.EAA14523@alpha.hut.fi> 
34531              
34532              originally from Linc Madison.  Also Andreas König's comments
34533              taken into account.  Some other problems with Tie::SubstrHash
34534              fixed: didn't croak when the table exceeded the requested number
34535              of entries (as documented) but instead when the number of entries
34536              exceeded the size of the table, a croak() had an unnecessary \n,
34537              didn't have a CLEAR method, documented that there is no exists().
34538              Didn't fix to be strict-proof because the module uses &foo; and
34539              dynamic scope.  Added a test script exercizing both first tamely 
34540              the basic functionality, and then the failure cases reported by
34541              Linc Madison.
34542      Branch: perl
34543            + t/lib/tie-substrhash.t
34544            ! MANIFEST lib/Tie/SubstrHash.pm
34545 ____________________________________________________________________________
34546 [  7529] By: jhi                                   on 2000/11/02  17:58:08
34547         Log: recv() can fail and return undef.
34548              
34549              Subject: [ID 20001102.003] Net::Ping patch: "Bad arg lenght" error appears if host is unreachable    
34550              From: "Alexey V. Barantsev" <barancev@kazbek.ispras.ru>
34551              Date: Thu, 2 Nov 2000 20:12:20 +0300
34552              Message-Id: <200011021712.UAA07919@dallas.kazbek.ispras.ru>
34553      Branch: perl
34554            ! lib/Net/Ping.pm
34555 ____________________________________________________________________________
34556 [  7528] By: jhi                                   on 2000/11/02  17:49:09
34557         Log: Detpyo.
34558      Branch: perl
34559            ! pod/perlop.pod
34560 ____________________________________________________________________________
34561 [  7527] By: jhi                                   on 2000/11/02  15:48:37
34562         Log: Add Tie::RefHash::Nestable (lives in Tie/RefHash.pm),
34563              fix a autovivification bug in Tie::RefHash, add tests for both.
34564              
34565              Subject: Re: Tie::RefHash: use hash refs as keys in nested hashes
34566              From: Edward Avis <epa98@doc.ic.ac.uk>
34567              Date: Thu, 2 Nov 2000 15:24:30 +0000 (GMT)
34568              Message-ID: <Pine.LNX.4.21.0011021516010.8344-100000@texel03.doc.ic.ac.uk>
34569      Branch: perl
34570            + t/lib/tie-refhash.t
34571            ! MANIFEST lib/Tie/RefHash.pm
34572 ____________________________________________________________________________
34573 [  7526] By: jhi                                   on 2000/11/02  13:56:26
34574         Log: Test::Harness revealed buglets in the new DynaLoader.
34575              
34576              Subject: [ID 20001102.001] Not OK: perl v5.7.0 +DEVEL7523 on i686-linux 2.2.16a (UNINSTALLED)
34577              From: andreas.koenig@anima.de (Andreas J. Koenig)
34578              Date: 02 Nov 2000 11:26:48 +0100 
34579              Message-Id: <m3vgu6k6tz.fsf@ak-71.mind.de>
34580      Branch: perl
34581            ! ext/DynaLoader/DynaLoader_pm.PL
34582 ____________________________________________________________________________
34583 [  7525] By: jhi                                   on 2000/11/01  23:52:08
34584         Log: The entry for #7503 was missing.
34585      Branch: perl
34586            ! Changes
34587 ____________________________________________________________________________
34588 [  7524] By: jhi                                   on 2000/11/01  23:40:52
34589         Log: Update Changes.
34590      Branch: perl
34591            ! Changes patchlevel.h
34592 ____________________________________________________________________________
34593 [  7523] By: jhi                                   on 2000/11/01  22:57:09
34594         Log: More tweaking on the #7522 theme.
34595      Branch: perl
34596            ! ext/DynaLoader/DynaLoader_pm.PL
34597 ____________________________________________________________________________
34598 [  7522] By: jhi                                   on 2000/11/01  22:06:15
34599         Log: Expand %Config variables and %ENV variables only if
34600              so requested during build time using the
34601              PERL_BUILD_EXPAND_CONFIG_VARS and PERL_BUILD_EXPAND_ENV_VARS.
34602              Not expanding makes relocating distributions easier.
34603      Branch: perl
34604            ! ext/DynaLoader/DynaLoader_pm.PL
34605 ____________________________________________________________________________
34606 [  7521] By: jhi                                   on 2000/11/01  20:56:34
34607         Log: Make the POSIX::setuid and POSIX::setgid to really call setuid()
34608              and setgid() because they were just changing $< and $( which means
34609              only changing the real uid/gid, as opposed to changing both
34610              real and effective ids.  (The alternative way could have been
34611              in POSIX.pm to change $> and $), too, but making a direct call
34612              to the C API feels cleaner.)  Fixes the bug
34613              
34614              Subject: [ID 20000904.005] POSIX::setuid() Doesn't Call setuid()
34615              From: "Garry T. Williams" <garry@zvolve.com>
34616              Date: Mon, 4 Sep 2000 12:09:44 -0400 (EDT)
34617              Message-Id: <200009041609.e84G9iN12155@ifr.inside.zvolve.net>
34618      Branch: perl
34619            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
34620            ! ext/POSIX/typemap pod/perlvar.pod
34621 ____________________________________________________________________________
34622 [  7520] By: jhi                                   on 2000/11/01  20:08:33
34623         Log: Subject: [ID 20000904.004] perlsec Manual Page Incorrect Doing "Safe Backticks"
34624              From: "Garry T. Williams" <garry@zvolve.com>
34625              Date: Mon, 4 Sep 2000 11:32:38 -0400 (EDT)
34626              Message-Id: <200009041532.e84FWcl12106@ifr.inside.zvolve.net>
34627      Branch: perl
34628            ! pod/perlsec.pod
34629 ____________________________________________________________________________
34630 [  7519] By: jhi                                   on 2000/11/01  20:01:22
34631         Log: Locale warning explanation tweak.
34632      Branch: perl
34633            ! pod/perldiag.pod
34634 ____________________________________________________________________________
34635 [  7518] By: jhi                                   on 2000/11/01  18:57:13
34636         Log: C.pm part of
34637              
34638              Subject: [ID 20001010.001] [Daniel.Stutz@astaro.de: perlcc and C.pm in perl-5.7.0]
34639              From: Jarkko Hietaniemi <jhi@iki.fi>
34640              Date: Tue, 10 Oct 2000 08:22:28 -0500
34641              Message-Id: <20001010082228.B17030@chaos.wustl.edu>
34642      Branch: perl
34643            ! ext/B/B/C.pm
34644 ____________________________________________________________________________
34645 [  7517] By: jhi                                   on 2000/11/01  18:41:59
34646         Log: Subject: [ID 20001005.006] Documentation -- description of qr//
34647              From: Martien Verbruggen <mgjv@comdyn.com.au>
34648              Date: Fri, 6 Oct 2000 14:09:10 +1100
34649              Message-Id: <200010060309.OAA03457@verbruggen.comdyn.com.au>
34650      Branch: perl
34651            ! pod/perlop.pod
34652 ____________________________________________________________________________
34653 [  7516] By: jhi                                   on 2000/11/01  18:34:55
34654         Log: Generalize the Camel wording.
34655              
34656              Subject: Re: perlfaq style changes
34657              From: John Borwick <jhborwic@unity.ncsu.edu>
34658              Date: Wed, 1 Nov 2000 13:19:21 -0500 (EST)
34659              Message-ID: <Pine.GSO.4.21.0011011318270.7428-100000@eos00du.eos.ncsu.edu>
34660      Branch: perl
34661            ! pod/perlfaq3.pod pod/perlfaq8.pod pod/perlfaq9.pod
34662 ____________________________________________________________________________
34663 [  7515] By: jhi                                   on 2000/11/01  16:52:31
34664         Log: Subject: [ID 20001005.004] doc bug: perlsec misleading re file output
34665              From: pimlott@idiomtech.com (Andrew Pimlott)
34666              Date: Thu, 5 Oct 2000 13:20:58 -0400 (EDT)
34667              Message-Id: <m13hEhW-000SEmC@nolfolan.idiomtech.com>
34668      Branch: perl
34669            ! pod/perlsec.pod
34670 ____________________________________________________________________________
34671 [  7514] By: jhi                                   on 2000/11/01  15:03:40
34672         Log: More AIX lore.
34673      Branch: perl
34674            ! ext/re/hints/aix.pl
34675 ____________________________________________________________________________
34676 [  7513] By: jhi                                   on 2000/11/01  14:48:30
34677         Log: Subject: [ID 20001101.001] Net::Ping icmp odd $bytes
34678              From: root <root@chronos.fi.muni.cz>
34679              Date: Wed, 1 Nov 2000 12:31:32 +0100
34680              Message-Id: <200011011131.MAA03310@chronos.fi.muni.cz>
34681      Branch: perl
34682            ! lib/Net/Ping.pm
34683 ____________________________________________________________________________
34684 [  7512] By: jhi                                   on 2000/11/01  14:46:47
34685         Log: Subject: [ID 20001031.004] Uninitialized auto variable in regcomp.c
34686              From: Martin Husemann <martin@duskware.de>
34687              Date: Tue, 31 Oct 2000 23:39:35 +0100 (MET)
34688              Message-Id: <200010312239.e9VMdZR01580@night-porter.duskware.de>
34689      Branch: perl
34690            ! regcomp.c
34691 ____________________________________________________________________________
34692 [  7511] By: jhi                                   on 2000/11/01  14:39:50
34693         Log: AUTHORS updates.
34694      Branch: perl
34695            ! AUTHORS
34696 ____________________________________________________________________________
34697 [  7510] By: jhi                                   on 2000/11/01  14:29:50
34698         Log: Subject: [PATCH] startperl to respect versiononly
34699              From: Robin Barker <rmb1@cise.npl.co.uk> 
34700              Date: Tue, 31 Oct 2000 16:29:36 GMT
34701              Message-Id: <200010311629.QAA01771@tempest.npl.co.uk>
34702      Branch: metaconfig/U/perl
34703            ! startperl.U
34704      Branch: perl
34705            ! Configure config_h.SH
34706 ____________________________________________________________________________
34707 [  7509] By: jhi                                   on 2000/11/01  14:19:53
34708         Log: printf UVs the correct way, noticed by Robin Barker.
34709      Branch: perl
34710            ! utf8.c
34711 ____________________________________________________________________________
34712 [  7508] By: jhi                                   on 2000/11/01  14:10:03
34713         Log: Do not cleanup *% because the % has special meanings in some
34714              shell environments.
34715      Branch: perl
34716            ! ext/Storable/Makefile.PL
34717 ____________________________________________________________________________
34718 [  7507] By: jhi                                   on 2000/11/01  14:06:00
34719         Log: The NonStop-UX libraries have a novel way to say NaN.
34720      Branch: perl
34721            ! t/lib/bigfltpm.t
34722 ____________________________________________________________________________
34723 [  7506] By: jhi                                   on 2000/11/01  14:03:35
34724         Log: The osname has been lowercased by now, from Tom Bates.
34725      Branch: metaconfig
34726            ! U/modified/Oldconfig.U
34727      Branch: perl
34728            ! Configure config_h.SH
34729 ____________________________________________________________________________
34730 [  7505] By: jhi                                   on 2000/10/31  19:18:39
34731         Log: The compiler is either gcc or cc, from Tom Bates.
34732      Branch: perl
34733            ! hints/nonstopux.sh
34734 ____________________________________________________________________________
34735 [  7504] By: jhi                                   on 2000/10/31  14:53:42
34736         Log: Update Changes.
34737      Branch: perl
34738            ! Changes patchlevel.h
34739 ____________________________________________________________________________
34740 [  7503] By: jhi                                   on 2000/10/31  14:30:50
34741         Log: Whitespace style tweak.  Was originally going to see to
34742              
34743              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
34744              From: Joe Smith <jms@inwap.com>
34745              Date: Mon, 30 Oct 2000 18:47:57 -0800
34746              Message-Id: <39FE32DD.24AAC4D@inwap.com>
34747              
34748              but that had already been taken care of.
34749      Branch: metaconfig
34750            ! U/compline/d_stdstdio.U
34751      Branch: perl
34752            ! Configure config_h.SH
34753 ____________________________________________________________________________
34754 [  7502] By: jhi                                   on 2000/10/31  14:25:02
34755         Log: AUTHORS tweaks.
34756      Branch: perl
34757            ! AUTHORS
34758 ____________________________________________________________________________
34759 [  7501] By: jhi                                   on 2000/10/31  14:23:59
34760         Log: Subject: perlfaq style changes
34761              From: John Borwick <jhborwic@unity.ncsu.edu>
34762              Date: Tue, 31 Oct 2000 03:15:11 -0500 (EST)
34763              Message-ID: <Pine.GSO.4.21.0010310307500.5819-100000@eos00du.eos.ncsu.edu>
34764      Branch: perl
34765            ! pod/perlfaq.pod pod/perlfaq1.pod pod/perlfaq2.pod
34766            ! pod/perlfaq3.pod pod/perlfaq4.pod pod/perlfaq5.pod
34767            ! pod/perlfaq6.pod pod/perlfaq7.pod pod/perlfaq8.pod
34768            ! pod/perlfaq9.pod
34769 ____________________________________________________________________________
34770 [  7500] By: jhi                                   on 2000/10/31  14:22:15
34771         Log: Be more lenient on bad UTF-8 when doing bit arithmetics.
34772              
34773              Subject: Re: [ID 20000918.005] ~ on wide chars
34774              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
34775              Date: Mon, 30 Oct 2000 21:09:55 -0800
34776              Message-ID: <jQl/5gzkgWYL092yn@efn.org>
34777              
34778              (The ord() part of the patch skipped.)
34779      Branch: perl
34780            ! doop.c
34781 ____________________________________________________________________________
34782 [  7499] By: jhi                                   on 2000/10/31  14:20:08
34783         Log: Subject: [ID 20001030.001] 5.7.0-7489: Null-Pointer reference in mg.c
34784              From: Jens Hamisch <jens@Strawberry.COM>
34785              Date: Mon, 30 Oct 2000 15:17:07 +0100
34786              Message-Id: <20001030151707.A9597@Strawberry.COM>
34787      Branch: perl
34788            ! av.c
34789 ____________________________________________________________________________
34790 [  7498] By: jhi                                   on 2000/10/31  14:16:29
34791         Log: Subject: [PATCH: perl@7483] add three new EBCDIC Encode-ings && many tests
34792              From: Peter Prymmer <pvhp@forte.com>
34793              Date: Mon, 30 Oct 2000 16:59:11 -0800 (PST)
34794              Message-ID: <Pine.OSF.4.10.10010301643590.67363-100000@aspara.forte.com>
34795      Branch: perl
34796            + ext/Encode/Encode/cp1047.enc ext/Encode/Encode/cp37.enc
34797            + ext/Encode/Encode/posix-bc.enc
34798            ! MANIFEST t/lib/encode.t
34799 ____________________________________________________________________________
34800 [  7497] By: jhi                                   on 2000/10/31  14:13:22
34801         Log: Subject: [PATCH: perl@7483] fix coded control chars in cgi-html.t
34802              From: Peter Prymmer <pvhp@forte.com>
34803              Date: Mon, 30 Oct 2000 17:48:11 -0800 (PST)
34804              Message-ID: <Pine.OSF.4.10.10010301746350.69159-100000@aspara.forte.com>
34805      Branch: perl
34806            ! t/lib/cgi-html.t
34807 ____________________________________________________________________________
34808 [  7496] By: jhi                                   on 2000/10/31  14:12:05
34809         Log: Subject: [PATCH: perl@7483] CRLF fix for cgi-function.t tests
34810              From: Peter Prymmer <pvhp@forte.com>
34811              Date: Mon, 30 Oct 2000 17:46:33 -0800 (PST)
34812              Message-ID: <Pine.OSF.4.10.10010301745120.69159-100000@aspara.forte.com>
34813      Branch: perl
34814            ! t/lib/cgi-function.t
34815 ____________________________________________________________________________
34816 [  7495] By: jhi                                   on 2000/10/31  14:11:08
34817         Log: Subject: [PATCH: perl@7483] generalize AIX ccversion hack for re extension
34818              From: Peter Prymmer <pvhp@forte.com>
34819              Date: Mon, 30 Oct 2000 16:41:21 -0800 (PST)
34820              Message-ID: <Pine.OSF.4.10.10010301634500.67363-100000@aspara.forte.com>
34821      Branch: perl
34822            + ext/re/hints/aix.pl
34823            ! MANIFEST ext/re/Makefile.PL
34824 ____________________________________________________________________________
34825 [  7494] By: jhi                                   on 2000/10/31  14:08:32
34826         Log: Use Errno magic.
34827              
34828              Subject: [ID 20001030.009] [PATCH] ftmp-mktemp failing
34829              From: Casey Tweten <perl@ctweten.amsite.com>
34830              Date: Mon, 30 Oct 2000 15:51:17 -0500
34831              Message-Id: <200010302051.e9UKpHd02194@ctweten.amsite.com>
34832      Branch: perl
34833            ! lib/File/Temp.pm
34834 ____________________________________________________________________________
34835 [  7493] By: jhi                                   on 2000/10/31  14:05:07
34836         Log: Add a perlbug flag, -A, to avoid acknowledgement messages.
34837              
34838              Subject: PATCH (Re: [ID 20001030.008] OK: perl v5.7.0 +DEVEL7445 on i586-linux 2.2.16 (UNINSTALLED))
34839              From: Nicholas Clark <nick@ccl4.org>
34840              Date: Mon, 30 Oct 2000 17:38:45 +0000
34841              Message-ID: <20001030173845.O60355@plum.flirble.org>
34842      Branch: perl
34843            ! Makefile.SH utils/perlbug.PL
34844 ____________________________________________________________________________
34845 [  7492] By: nick                                  on 2000/10/30  19:37:23
34846         Log: Change files which are mysteriously different to mainline to be
34847              copies of mainline.
34848      Branch: perlio
34849            ! objXSUB.h perlapi.c pod/perlapi.pod
34850 ____________________________________________________________________________
34851 [  7491] By: nick                                  on 2000/10/30  18:05:54
34852         Log: Perlio fixes discovered on big-endian & very traditional Solaris:
34853              - typo in endian code in putc.
34854              - Don't allow read of write-only files and vice-versa
34855              - and off-by-one in flush-all loop.
34856              Remove debug calls as they were using GCC specific features.
34857      Branch: perlio
34858            ! perlio.c
34859 ____________________________________________________________________________
34860 [  7490] By: nick                                  on 2000/10/29  21:45:45
34861         Log: Integrate mainline to perlio
34862      Branch: perlio
34863           !> lib/ExtUtils/Manifest.pm op.c t/comp/proto.t t/pragma/utf8.t
34864           !> toke.c
34865 ____________________________________________________________________________
34866 [  7489] By: jhi                                   on 2000/10/29  21:11:08
34867         Log: Subject: [Chris Winters <cwinters@intes.net>] patch to ExtUtils::Manifest
34868              From: andreas.koenig@anima.de (Andreas J. Koenig)
34869              Date: 29 Oct 2000 22:05:59 +0100
34870              Message-ID: <m3snpfqrwo.fsf@ak-71.mind.de>
34871      Branch: perl
34872            ! lib/ExtUtils/Manifest.pm
34873 ____________________________________________________________________________
34874 [  7488] By: jhi                                   on 2000/10/29  21:07:47
34875         Log: Tests for #7487.
34876              
34877              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
34878              From: andreas.koenig@anima.de (Andreas J. Koenig)
34879              Date: 29 Oct 2000 19:37:09 +0100
34880              Message-ID: <m34s1vsdd6.fsf@ak-71.mind.de>
34881      Branch: perl
34882            ! t/comp/proto.t
34883 ____________________________________________________________________________
34884 [  7487] By: jhi                                   on 2000/10/29  21:06:27
34885         Log: constsub spillage.
34886              
34887              Subject: Re: [ID 20001029.002] Not OK: perl v5.7.0 +DEVEL7462 on i686-linux 2.2.16a (UNINSTALLED)
34888              From: John Tobey <jtobey@john-edwin-tobey.org>
34889              Date: Sun, 29 Oct 2000 11:37:45 -0500 (EST)
34890              Message-Id: <m13pvSr-000FObC@feynman.localnet>
34891      Branch: perl
34892            ! op.c
34893 ____________________________________________________________________________
34894 [  7486] By: nick                                  on 2000/10/29  21:05:04
34895         Log: Integrate mainline to perlio branch
34896      Branch: perlio
34897           +> Porting/repository.pod lib/unicode/Is/DCmedial.pl
34898           +> t/lib/tie-splice.t vos/config.alpha.def vos/config.alpha.h
34899           +> vos/config.ga.def vos/config.ga.h vos/configure_perl.cm
34900           +> vos/install_perl.cm
34901            - MAINTAIN fix_pl lib/unicode/Is/DCinital.pl vos/config.def
34902            - vos/config.h vos/config_h.SH_orig
34903           !> (integrate 141 files)
34904 ____________________________________________________________________________
34905 [  7485] By: jhi                                   on 2000/10/29  21:00:47
34906         Log: Make \x{...} consistently produce UTF-8.
34907              
34908              Subject: Re: \x{...} is confused 
34909              From: Simon Cozens <simon@cozens.net>
34910              Date: Sun, 29 Oct 2000 19:36:48 +0000
34911              Message-ID: <20001029193648.A6287@pembro4.pmb.ox.ac.uk>
34912      Branch: perl
34913            ! t/pragma/utf8.t toke.c
34914 ____________________________________________________________________________
34915 [  7484] By: nick                                  on 2000/10/29  20:05:29
34916         Log: PerlIO passes all tests.
34917      Branch: perlio
34918            ! perlio.c
34919 ____________________________________________________________________________
34920 [  7483] By: jhi                                   on 2000/10/29  18:06:55
34921         Log: Update Changes.
34922      Branch: perl
34923            ! Changes patchlevel.h
34924 ____________________________________________________________________________
34925 [  7482] By: nick                                  on 2000/10/29  17:43:28
34926         Log: Include <unistd.h> to get correct lseek() prototype etc.
34927              (I thought perl.h did that) - down to two fails
34928              - comp/require.t (last test)
34929              - lib/io_xs.t - possibly import/export of FILE * ?
34930      Branch: perlio
34931            ! perlio.c
34932 ____________________________________________________________________________
34933 [  7481] By: jhi                                   on 2000/10/29  17:02:37
34934         Log: UTF-8 decoder tweak.
34935      Branch: perl
34936            ! utf8.c
34937 ____________________________________________________________________________
34938 [  7480] By: nick                                  on 2000/10/29  16:26:11
34939         Log: Fixed two bugs:
34940              - error code not being set on close (of broken pipe)
34941              - append mode was truncating.
34942              At least one seek/tell bug remains.
34943      Branch: perlio
34944            ! perlio.c
34945 ____________________________________________________________________________
34946 [  7479] By: nick                                  on 2000/10/29  11:18:16
34947         Log: Prototype (stdio-like) PerlIO passing basic tests. Checked in
34948              in case of accidents. Still several worrying fails, no line disciplines yet.
34949      Branch: perlio
34950            ! iperlsys.h perlio.c
34951 ____________________________________________________________________________
34952 [  7478] By: jhi                                   on 2000/10/29  02:04:01
34953         Log: Add also emailless people.
34954      Branch: perl
34955            ! AUTHORS
34956 ____________________________________________________________________________
34957 [  7477] By: jhi                                   on 2000/10/29  01:36:00
34958         Log: The #7476 needs a MANIFEST change, too.
34959      Branch: perl
34960            ! MANIFEST
34961 ____________________________________________________________________________
34962 [  7476] By: jhi                                   on 2000/10/29  01:35:21
34963         Log: Have only one master list of AUTHORS, drop unmaintained MAINTAIN.
34964      Branch: perl
34965            - MAINTAIN
34966            ! AUTHORS Changes
34967 ____________________________________________________________________________
34968 [  7475] By: jhi                                   on 2000/10/28  23:57:25
34969         Log: De-quoted-unreadable to ISO Latin 1.
34970              (There's one ISO-2022-JP name in Changes5.004.)
34971      Branch: perl
34972            ! Changes Changes5.6
34973 ____________________________________________________________________________
34974 [  7474] By: jhi                                   on 2000/10/28  19:13:06
34975         Log: Subject: [ID 20001027.007] uniq array in perlfaq
34976              From: Hans Ginzel <hans@kolej.mff.cuni.cz>     
34977              Date: Fri, 27 Oct 2000 19:28:30 +0200
34978              Message-Id: <20001027192830.A1564@kolej.mff.cuni.cz> 
34979      Branch: perl
34980            ! pod/perlfaq4.pod
34981 ____________________________________________________________________________
34982 [  7473] By: jhi                                   on 2000/10/28  18:02:05
34983         Log: Locking null mutexes is not recommendable.
34984              
34985              Subject: Re: [ID 20001027.008] Not OK: perl v5.7.0 +DEVEL7462 on i386-freebsd-thread-64all 4.1-stable (UNINSTALLED) 
34986              From: Hugo <hv@crypt.compulink.co.uk>
34987              Date: Sat, 28 Oct 2000 18:41:12 +0100
34988              Message-Id: <200010281741.SAA31327@crypt.compulink.co.uk>
34989      Branch: perl
34990            ! op.c
34991 ____________________________________________________________________________
34992 [  7472] By: jhi                                   on 2000/10/28  17:52:58
34993         Log: Better create a true mailing list for the repository keepers.
34994      Branch: perl
34995            ! Porting/repository.pod
34996 ____________________________________________________________________________
34997 [  7471] By: jhi                                   on 2000/10/28  17:28:24
34998         Log: Add the repository doc by Malcolm, Sarathy, and by Simon,
34999              name as suggested by Michael Bletzinger <mbletzin@ncsa.uiuc.edu>.
35000      Branch: perl
35001            + Porting/repository.pod
35002            ! MANIFEST
35003 ____________________________________________________________________________
35004 [  7470] By: jhi                                   on 2000/10/28  17:20:54
35005         Log: Subject: DOC PATCH 5.6.0
35006              From: mjd@plover.com
35007              Date: 27 Oct 2000 17:32:44 -0000
35008              Message-ID: <20001027173244.23754.qmail@plover.com>
35009      Branch: perl
35010            ! pod/perlfunc.pod
35011 ____________________________________________________________________________
35012 [  7469] By: jhi                                   on 2000/10/28  17:16:45
35013         Log: Subject: [ID 20001027.010] [PATCH] Add info on building CPAN modules to README.dos
35014              From: "Peter J. Farley III" <pjfarley@banet.net>
35015              Date: Fri, 27 Oct 2000 20:32:56 -0400
35016              Message-Id: <4.3.1.0.20001027202303.00ad8900@pop5.banet.net>
35017      Branch: perl
35018            ! README.dos
35019 ____________________________________________________________________________
35020 [  7468] By: jhi                                   on 2000/10/28  17:07:18
35021         Log: Make target reordering to avoid pointless re-makes.
35022              
35023              Subject: Re: Total re-make of 'make okfile' after 7451 ?
35024              From: Nicholas Clark <nick@ccl4.org>
35025              Date: Sat, 28 Oct 2000 00:31:02 +0100
35026              Message-ID: <20001028003101.A54517@plum.flirble.org>
35027      Branch: perl
35028            ! Makefile.SH
35029 ____________________________________________________________________________
35030 [  7467] By: jhi                                   on 2000/10/28  17:05:31
35031         Log: Subject: [ID 20001027.005] Nit in perlos2.pod - space needs deleted on line 118
35032              From: lvirden@cas.org
35033              Date: Fri, 27 Oct 2000 13:14:41 -0400 (EDT)
35034              Message-Id: <200010271714.NAA22015@lwv26awu.cas.org>
35035      Branch: perl
35036            ! README.os2
35037 ____________________________________________________________________________
35038 [  7466] By: jhi                                   on 2000/10/28  16:09:16
35039         Log: Upgrade to CPAN 1.58_55.
35040              
35041              Subject: CPAN.pm status
35042              From: andreas.koenig@anima.de (Andreas J. Koenig) 
35043              Date: 28 Oct 2000 08:18:00 +0200 
35044              Message-ID: <m3n1fpa3qf.fsf@ak-71.mind.de>
35045      Branch: perl
35046            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
35047 ____________________________________________________________________________
35048 [  7465] By: jhi                                   on 2000/10/28  16:02:47
35049         Log: The reëntrant version shouldn't be needed unless USE_PURE_BISON.
35050      Branch: perl
35051            ! embed.h embed.pl perl.h proto.h toke.c
35052 ____________________________________________________________________________
35053 [  7464] By: nick                                  on 2000/10/28  10:43:44
35054         Log: Fix for sv_2iv() on "shared" value from keys %hash.
35055      Branch: perl
35056            ! sv.c
35057 ____________________________________________________________________________
35058 [  7463] By: jhi                                   on 2000/10/27  16:18:29
35059         Log: Update Changes.
35060      Branch: perl
35061            ! Changes patchlevel.h
35062 ____________________________________________________________________________
35063 [  7462] By: jhi                                   on 2000/10/27  16:17:44
35064         Log: Too enthusiastic editing in #7460.
35065      Branch: metaconfig
35066            ! U/modified/Oldsym.U
35067      Branch: perl
35068            ! Configure config_h.SH
35069 ____________________________________________________________________________
35070 [  7461] By: jhi                                   on 2000/10/27  15:37:38
35071         Log: Retract #7459, the script needs more work.
35072      Branch: perl
35073            - mkreef
35074            ! MANIFEST
35075 ____________________________________________________________________________
35076 [  7460] By: jhi                                   on 2000/10/27  15:23:14
35077         Log: Use $sort, $uniq (and $tr) consistently as wondered
35078              by Nicholas Clark.
35079      Branch: metaconfig
35080            ! U/modified/Cppsym.U U/modified/Getfile.U U/modified/Guess.U
35081            ! U/modified/Myread.U U/modified/Oldsym.U U/modified/Signal.U
35082            ! U/modified/libc.U
35083      Branch: perl
35084            ! Configure config_h.SH
35085 ____________________________________________________________________________
35086 [  7459] By: jhi                                   on 2000/10/27  15:02:07
35087         Log: (Retracted by #7461)
35088              
35089              Add a shell script for creating/removing symbolic link farms,
35090              useful for keeping the source code read-only and doing the
35091              builds somewhere else.
35092      Branch: perl
35093            + mkreef
35094            ! MANIFEST
35095 ____________________________________________________________________________
35096 [  7458] By: jhi                                   on 2000/10/27  14:42:20
35097         Log: Do away with the fix_pl.
35098      Branch: perl
35099            - fix_pl
35100            ! MANIFEST Makefile.SH
35101 ____________________________________________________________________________
35102 [  7457] By: jhi                                   on 2000/10/27  12:43:13
35103         Log: Subject: [ID 20001027.002] Patch 7380 followup - Perl_modfl *must* be defined
35104              From: Jens Hamisch <jens@Strawberry.COM>
35105              Date: Fri, 27 Oct 2000 14:38:21 +0200
35106              Message-Id: <20001027143821.B3366@Strawberry.COM>
35107      Branch: perl
35108            ! perl.h
35109 ____________________________________________________________________________
35110 [  7456] By: jhi                                   on 2000/10/27  12:33:42
35111         Log: Subject: [PATCH] todo
35112              From: Nicholas Clark <nick@ccl4.org>
35113              Date: Thu, 26 Oct 2000 22:32:29 +0100
35114              Message-ID: <20001026223229.A44540@plum.flirble.org>
35115      Branch: perl
35116            ! pod/perltodo.pod
35117 ____________________________________________________________________________
35118 [  7455] By: jhi                                   on 2000/10/27  12:02:21
35119         Log: Subject: Re: [PATCH bleadperl] ripples from constsub patch
35120              From: John Tobey <jtobey@john-edwin-tobey.org>
35121              Date: Thu, 26 Oct 2000 22:29:53 -0400 (EDT)
35122              Message-Id: <m13ozHF-000FObC@feynman.localnet>
35123      Branch: perl
35124            ! op.c t/pragma/sub_lval.t
35125 ____________________________________________________________________________
35126 [  7454] By: jhi                                   on 2000/10/27  11:59:42
35127         Log: Subject: [ID 20001026.006] C<use integer; $x += 1> gives uninitialized warning
35128              From: sthoenna@efn.org
35129              Date: Thu, 26 Oct 2000 14:00:03 -0700 (PDT)
35130              Message-Id: <200010262100.e9QL03U06386@garcia.efn.org>
35131      Branch: perl
35132            ! pp.c t/op/assignwarn.t
35133 ____________________________________________________________________________
35134 [  7453] By: jhi                                   on 2000/10/27  00:15:08
35135         Log: Upgrade to Storable 1.0.5, from Raphael Manfredi.
35136      Branch: perl
35137            ! ext/Storable/ChangeLog ext/Storable/Storable.pm
35138            ! ext/Storable/Storable.xs t/lib/st-lock.t
35139 ____________________________________________________________________________
35140 [  7452] By: jhi                                   on 2000/10/26  13:05:52
35141         Log: Undo #7451, this seems to be a deficiency in Perforce,
35142              there is no per-file line-terminator type, only per-client.
35143      Branch: perl
35144            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
35145            ! win32/makefile.mk
35146 ____________________________________________________________________________
35147 [  7451] By: jhi                                   on 2000/10/26  04:56:03
35148         Log: Experimenting in DOS arcana.
35149      Branch: perl
35150            ! README.dos README.win32 djgpp/configure.bat win32/Makefile
35151            ! win32/makefile.mk
35152 ____________________________________________________________________________
35153 [  7450] By: jhi                                   on 2000/10/26  04:50:52
35154         Log: Subject: [ID 20001025.011] [PATCH] t/io/open.t perl@7369[  7350] breaks VMS perl
35155              From: "Peter J. Farley III" <pjfarley@banet.net>            
35156              Date: Wed, 25 Oct 2000 23:10:18 -0400
35157              Message-Id: <4.3.1.0.20001025230222.00accba0@pop5.banet.net>
35158      Branch: perl
35159            ! t/io/open.t
35160 ____________________________________________________________________________
35161 [  7449] By: jhi                                   on 2000/10/26  04:49:16
35162         Log: Subject: Re: [PATCH 5.6.0]Add non-blocking thread doneness checking
35163              From: Hugo <hv@crypt.compulink.co.uk>
35164              Date: Thu, 26 Oct 2000 01:55:17 +0100
35165              Message-Id: <200010260055.BAA27869@crypt.compulink.co.uk>
35166              
35167              minus one unneeded mutex lock/unlock pointed out by Dan Sugalski.
35168      Branch: perl
35169            ! ext/Thread/Thread.pm ext/Thread/Thread.xs t/lib/thr5005.t
35170 ____________________________________________________________________________
35171 [  7448] By: jhi                                   on 2000/10/26  04:38:36
35172         Log: Subject: [PATCH: perl@7446] restore missing d_stdio_cnt_lval to VMS
35173              From: Peter Prymmer <pvhp@forte.com>
35174              Date: Wed, 25 Oct 2000 18:23:56 -0700 (PDT)                          
35175              Message-ID: <Pine.OSF.4.10.10010251816200.247618-100000@aspara.forte.com>
35176      Branch: perl
35177            ! configure.com
35178 ____________________________________________________________________________
35179 [  7447] By: jhi                                   on 2000/10/25  23:20:02
35180         Log: Remains of the old UTF-8 API, utf8_to_uv_chk(): didn't link
35181              in platforms that strictly require all the symbols being present
35182              at link time.
35183      Branch: perl
35184            ! handy.h
35185 ____________________________________________________________________________
35186 [  7446] By: jhi                                   on 2000/10/25  21:55:57
35187         Log: Update Changes.
35188      Branch: perl
35189            ! Changes patchlevel.h
35190 ____________________________________________________________________________
35191 [  7445] By: jhi                                   on 2000/10/25  21:27:08
35192         Log: Integrate with vmsperl #7430 by Charles Bailey:
35193              
35194              Cleanup from prior patch (Charles Lane?):
35195              - improve handling of MFDs in Basename and Path
35196              - default to no xsubpp line # munging when building debug images
35197      Branch: perl
35198           !> lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
35199 ____________________________________________________________________________
35200 [  7444] By: jhi                                   on 2000/10/25  21:03:50
35201         Log: Subject: [PATCH] Zero-padded Numerics in Perl Format
35202              From: John Peacock <JPeacock@UnivPress.com>
35203              Date: Thu, 18 May 2000 11:55:27 -0400
35204              Message-ID: <3924126F.A58BE57A@UnivPress.com>
35205      Branch: perl
35206            ! form.h pod/perldelta.pod pod/perlform.pod pp_ctl.c
35207            ! t/op/write.t
35208 ____________________________________________________________________________
35209 [  7443] By: jhi                                   on 2000/10/25  20:43:10
35210         Log: Temporary stopgap for the self-tying issue: for now only
35211              array and hash self-ties are verboten.  The real fix, of
35212              course, would be to comprehensively test (and implement?)
35213              and debug (and document) self-ties.
35214      Branch: perl
35215            ! pod/perldiag.pod pp_sys.c t/op/tie.t
35216 ____________________________________________________________________________
35217 [  7442] By: jhi                                   on 2000/10/25  20:14:30
35218         Log: Subject: [PATCH 5.6.0]Add non-blocking thread doneness checking
35219              From: Dan Sugalski <dan@sidhe.org>
35220              Date: Wed, 25 Oct 2000 13:36:35 -0400
35221              Message-Id: <5.0.0.25.0.20001025133504.01ef1e20@24.8.96.48>
35222              
35223              plus regen global.sym.
35224      Branch: perl
35225            ! ext/Thread/Thread.pm ext/Thread/Thread.xs global.sym perl.c
35226            ! thrdvar.h util.c
35227 ____________________________________________________________________________
35228 [  7441] By: jhi                                   on 2000/10/25  20:12:20
35229         Log: buildtoc target tweaks.
35230      Branch: perl
35231            ! pod/Makefile.SH
35232 ____________________________________________________________________________
35233 [  7440] By: jhi                                   on 2000/10/25  20:03:53
35234         Log: A new version of making the syslog test more robust.
35235              (Replaces #7421.)
35236              
35237              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
35238              From: "Kurt D. Starsinic" <kstar@chapin.edu>
35239              Date: Wed, 25 Oct 2000 12:13:54 -0400
35240              Message-ID: <20001025121354.B2264@O2.chapin.edu>
35241      Branch: perl
35242            ! t/lib/syslog.t
35243 ____________________________________________________________________________
35244 [  7439] By: jhi                                   on 2000/10/25  20:00:48
35245         Log: Continue the internal UTF-8 API tweaking.
35246              Rename utf8_to_uv_chk() back to utf8_to_uv() because it's
35247              used much more than the simpler API, now called utf8_to_uv_simple().
35248              Still not quite happy with API, too much partial duplication
35249              of functionality.
35250      Branch: perl
35251            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perlapi.c
35252            ! pod/perlapi.pod pod/perlunicode.pod pp.c pp_ctl.c proto.h
35253            ! regcomp.c regexec.c sv.c toke.c utf8.c
35254 ____________________________________________________________________________
35255 [  7438] By: jhi                                   on 2000/10/25  18:52:30
35256         Log: Allow poking holes at the UTF-8 decoding strictness.
35257      Branch: perl
35258            ! embed.pl pp.c proto.h sv.c t/pragma/utf8.t toke.c utf8.c
35259            ! utf8.h
35260 ____________________________________________________________________________
35261 [  7437] By: jhi                                   on 2000/10/25  13:53:05
35262         Log: Rename UTF8LEN() to be UNISKIP(), too confusing to have
35263              UTF8LEN() and UTF8SKIP(). 
35264      Branch: perl
35265            ! pp.c utf8.c utf8.h
35266 ____________________________________________________________________________
35267 [  7436] By: jhi                                   on 2000/10/25  13:51:37
35268         Log: Subject: [PATCH] Re: PerlIO - Configure tweak for Linux/glibc?
35269              From: Nicholas Clark <nick@ccl4.org>
35270              Date: Wed, 25 Oct 2000 14:44:05 +0100
35271              Message-ID: <20001025144404.D27253@plum.flirble.org>
35272      Branch: perl
35273            ! pod/perlrun.pod
35274 ____________________________________________________________________________
35275 [  7435] By: jhi                                   on 2000/10/25  13:49:32
35276         Log: Subject: [ID 20001024.007] [PATCH] "Dump local *FH" causes SEGV
35277              From: Mike Guy <mjtg@cam.ac.uk>
35278              Date: Tue, 24 Oct 2000 14:59:40 +0100
35279              Message-Id: <E13o4c8-00076u-00@libra.cus.cam.ac.uk>
35280      Branch: perl
35281            ! scope.c
35282 ____________________________________________________________________________
35283 [  7434] By: jhi                                   on 2000/10/25  13:48:41
35284         Log: AIX is picky about its symbol exports.  Solution for now
35285              is to include the deb.o explicitly to the re extension build.
35286              
35287              Subject: Re: introduce missing .Perl_deb symbol to aix build (Questions)
35288              From: Peter Prymmer <pvhp@forte.com>
35289              Date: Tue, 24 Oct 2000 12:57:22 -0700 (PDT)
35290              Message-ID: <Pine.OSF.4.10.10010241252180.127055-100000@aspara.forte.com>
35291      Branch: perl
35292            ! ext/re/Makefile.PL hints/aix.sh
35293 ____________________________________________________________________________
35294 [  7433] By: jhi                                   on 2000/10/25  13:46:49
35295         Log: Subject: patch 7416 breaks sv.c on AIX and HP-UX (patch included)
35296              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35297              Date: Wed, 25 Oct 2000 12:02:20 +0200
35298              Message-Id: <20001025114712.C9F9.H.M.BRAND@hccnet.nl>
35299      Branch: perl
35300            ! perlsdio.h
35301 ____________________________________________________________________________
35302 [  7432] By: jhi                                   on 2000/10/25  13:44:28
35303         Log: Subject: Minor update to find2perl, for portability
35304              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
35305              Date: Wed, 25 Oct 2000 12:05:47 +0100
35306              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com>
35307      Branch: perl
35308            ! x2p/find2perl.PL
35309 ____________________________________________________________________________
35310 [  7431] By: jhi                                   on 2000/10/25  13:40:39
35311         Log: Add targets to Makefile.SH, most importantly
35312              'regen_all' which also remembers to update vms/perly*.
35313      Branch: perl
35314            ! Makefile.SH
35315 ____________________________________________________________________________
35316 [  7430] By: bailey                                on 2000/10/25  03:13:53
35317         Log: Cleanup from prior patch (Charles Lane?):
35318              - improve handling of MFDs in Basename and Path
35319              - default to no xsubpp line # munging when building debug images
35320      Branch: vmsperl
35321            ! lib/ExtUtils/MM_VMS.pm lib/File/Basename.pm lib/File/Path.pm
35322 ____________________________________________________________________________
35323 [  7429] By: jhi                                   on 2000/10/24  20:03:40
35324         Log: Podify README.epoc and README.vos.
35325      Branch: perl
35326            ! README.epoc README.vos pod/buildtoc.PL pod/perl.pod
35327            ! pod/perlport.pod pod/perltoc.pod
35328 ____________________________________________________________________________
35329 [  7428] By: jhi                                   on 2000/10/24  19:10:33
35330         Log: Stratus VOS updates from Paul Green.
35331      Branch: perl
35332            + vos/config.alpha.def vos/config.alpha.h vos/config.ga.def
35333            + vos/config.ga.h vos/configure_perl.cm vos/install_perl.cm
35334            - vos/config.def vos/config.h vos/config_h.SH_orig
35335            ! MANIFEST README.vos pod/perlport.pod vos/Changes vos/build.cm
35336            ! vos/compile_perl.cm vos/config.pl vos/perl.bind vos/vosish.h
35337 ____________________________________________________________________________
35338 [  7427] By: jhi                                   on 2000/10/24  18:59:48
35339         Log: Check if stdio supports tweaking lval and cnt simultaneously.
35340              
35341              Subject: PATCH (Re: PerlIO - Configure tweak for Linux/glibc?)
35342              From: Nicholas Clark <nick@ccl4.org>
35343              Date: Mon, 23 Oct 2000 15:39:32 +0100
35344              Message-ID: <20001023153932.A10786@plum.flirble.org>
35345      Branch: metaconfig
35346            ! U/compline/d_stdstdio.U
35347      Branch: perl
35348            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
35349            ! config_h.SH configure.com epoc/config.sh iperlsys.h perlio.c
35350            ! perlsdio.h perlsfio.h pod/Makefile.SH pod/perltoc.pod
35351            ! uconfig.h uconfig.sh vms/genconfig.pl vos/config.def
35352            ! vos/config.h vos/config_h.SH_orig win32/config.bc
35353            ! win32/config.gc win32/config.vc
35354 ____________________________________________________________________________
35355 [  7426] By: jhi                                   on 2000/10/24  17:57:44
35356         Log: Missed the header file changes from #7425.
35357      Branch: perl
35358            ! embed.h embed.pl objXSUB.h proto.h
35359 ____________________________________________________________________________
35360 [  7425] By: jhi                                   on 2000/10/24  17:55:17
35361         Log: Fix the bug reported in
35362              
35363              From: andreas.koenig@anima.de (Andreas J. Koenig)
35364              Subject: Encode bug?
35365              Date: 24 Oct 2000 14:01:26 +0200 
35366              Message-ID: <m3lmveqwh5.fsf@ak-71.mind.de>
35367              
35368              Also make is_utf8_char() stricter.
35369      Branch: perl
35370            ! ext/Encode/Encode.xs utf8.c
35371 ____________________________________________________________________________
35372 [  7424] By: jhi                                   on 2000/10/24  15:15:39
35373         Log: Subject: Re: [ID 20001023.003] PATCH perlfaq5 [perl-current]
35374              From: Peter Scott <Peter@PSDT.com>
35375              Date: Mon, 23 Oct 2000 19:46:01 -0700
35376              Message-Id: <4.3.2.7.2.20001023194324.00ab7220@psdt.com>
35377      Branch: perl
35378            ! pod/perlfaq5.pod
35379 ____________________________________________________________________________
35380 [  7423] By: jhi                                   on 2000/10/24  14:25:30
35381         Log: Test tweak to avoid pulling in the whole Config.
35382      Branch: perl
35383            ! t/lib/st-lock.t
35384 ____________________________________________________________________________
35385 [  7422] By: jhi                                   on 2000/10/24  14:03:16
35386         Log: Fix the bug ID 20001024.005, the bug introduced by #7416.
35387      Branch: perl
35388            ! pp.c
35389 ____________________________________________________________________________
35390 [  7421] By: jhi                                   on 2000/10/24  13:32:09
35391         Log: (Replaced by #7440.)
35392              
35393              Subject: Re: [ID 20001022.001] Not OK: perl v5.7.0 +DEVEL7368 on i686-linux 2.2.16
35394              From: "Kurt D. Starsinic" <kstar@chapin.edu>
35395              Date: Mon, 23 Oct 2000 16:40:54 -0400
35396              Message-ID: <20001023164054.B14491@O2.chapin.edu>
35397      Branch: perl
35398            ! t/lib/syslog.t
35399 ____________________________________________________________________________
35400 [  7420] By: jhi                                   on 2000/10/24  13:30:53
35401         Log: Subject: [PATCH 5.7.0] static linking with uninstalled perl
35402              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35403              Date: Mon, 23 Oct 2000 17:29:03 -0400
35404              Message-ID: <20001023172903.A18749@monk.mps.ohio-state.edu>
35405      Branch: perl
35406            ! lib/ExtUtils/MM_Unix.pm
35407 ____________________________________________________________________________
35408 [  7419] By: jhi                                   on 2000/10/24  13:29:57
35409         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
35410              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
35411              Date: Mon, 23 Oct 2000 19:01:32 -0400
35412              Message-ID: <20001023190132.A19791@monk.mps.ohio-state.edu>
35413      Branch: perl
35414            ! utils/h2xs.PL
35415 ____________________________________________________________________________
35416 [  7418] By: jhi                                   on 2000/10/24  13:26:04
35417         Log: Replace #7409 with
35418              
35419              Subject: Re: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgp
35420              From: Raphael Manfredi <Raphael_Manfredi@pobox.com>
35421              Date: Mon, 23 Oct 2000 20:08:56 +0200
35422              Message-ID: <20001023200855.A14850@nice.ram.loc>
35423      Branch: perl
35424            ! ext/Storable/Storable.pm t/lib/st-lock.t
35425 ____________________________________________________________________________
35426 [  7417] By: jhi                                   on 2000/10/24  13:17:52
35427         Log: Run vms/vms_yfix.pl, should have done that after changing
35428              perly.c in #7382.
35429      Branch: perl
35430            ! vms/perly_c.vms vms/perly_h.vms
35431 ____________________________________________________________________________
35432 [  7416] By: jhi                                   on 2000/10/24  02:55:33
35433         Log: Make the UTF-8 decoding stricter and more verbose when
35434              malformation happens.  This involved adding an argument
35435              to utf8_to_uv_chk(), which involved changing its prototype,
35436              and prefer STRLEN over I32 for the UTF-8 length, which as
35437              a domino effect necessitated changing the prototypes of
35438              scan_bin(), scan_oct(), scan_hex(), and reg_uni().
35439              The stricter UTF-8 decoding checking uses Markus Kuhn's
35440              UTF-8 Decode Stress Tester from
35441              http://www.cl.cam.ac.uk/~mgk25/ucs/examples/UTF-8-test.txt
35442      Branch: perl
35443            ! doop.c embed.h embed.pl handy.h objXSUB.h op.c perl.c
35444            ! perlapi.c pod/perlapi.pod pod/perldiag.pod pod/perlunicode.pod
35445            ! pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c t/pragma/utf8.t
35446            ! t/pragma/warn/utf8 toke.c utf8.c utf8.h util.c
35447 ____________________________________________________________________________
35448 [  7415] By: jhi                                   on 2000/10/23  14:06:06
35449         Log: Update Changes.
35450      Branch: perl
35451            ! Changes patchlevel.h
35452 ____________________________________________________________________________
35453 [  7414] By: jhi                                   on 2000/10/23  12:39:52
35454         Log: Undo the basename() part of #7412 since the lib/basename
35455              tests would need upgrading too.
35456      Branch: perl
35457            ! lib/File/Basename.pm
35458 ____________________________________________________________________________
35459 [  7413] By: jhi                                   on 2000/10/23  12:19:27
35460         Log: Document PERL_INSTALL_ROOT of #7210.
35461      Branch: perl
35462            ! lib/ExtUtils/Install.pm
35463 ____________________________________________________________________________
35464 [  7412] By: jhi                                   on 2000/10/23  12:16:47
35465         Log: Miscellaneous MacOS Classic library updates from Matthias Neeracher.
35466      Branch: perl
35467            ! lib/ExtUtils/Mksymlists.pm lib/File/Basename.pm
35468            ! lib/File/Path.pm lib/Term/ReadLine.pm lib/perl5db.pl
35469 ____________________________________________________________________________
35470 [  7411] By: jhi                                   on 2000/10/23  12:07:41
35471         Log: Subject: [PATCH: perl@7386] miscellaneous typos in 3 pods
35472              From: Prymmer/Kahn <pvhp@best.com>
35473              Date: Sun, 22 Oct 2000 22:18:40 -0700 (PDT)
35474              Message-ID: <Pine.BSF.4.21.0010222214150.11774-100000@shell8.ba.best.com>
35475      Branch: perl
35476            ! README.aix pod/perlebcdic.pod vms/ext/Stdio/Stdio.pm
35477 ____________________________________________________________________________
35478 [  7410] By: jhi                                   on 2000/10/23  04:10:11
35479         Log: The change #7187 was not so good on VMS.
35480              
35481              Subject: [PATCH perl@7369] VMS perldoc.PL fix for double quoted temp filename
35482              From: "Craig A. Berry" <craig.berry@psinetcs.com>
35483              Date: Sun, 22 Oct 2000 23:03:08 -0500
35484              Message-Id: <p04330102b617d093470b@[172.16.52.1]>
35485      Branch: perl
35486            ! utils/perldoc.PL
35487 ____________________________________________________________________________
35488 [  7409] By: jhi                                   on 2000/10/23  03:57:36
35489         Log: Avoid Storable locking on DJGPP for now.
35490              
35491              Subject: [PATCH] Re: [ID 20001020.009] Not OK: perl v5.7.0 +DEVEL7368 on dos-djgpp djgpp
35492              From: "Peter J. Farley III" <pjfarley@banet.net>
35493              Date: Sun, 22 Oct 2000 20:00:00 -0400
35494              Message-Id: <4.3.1.0.20001022194247.00acfee0@pop5.banet.net>
35495      Branch: perl
35496            ! ext/Storable/Storable.pm t/lib/st-lock.t
35497 ____________________________________________________________________________
35498 [  7408] By: jhi                                   on 2000/10/23  03:50:24
35499         Log: Subject: Re: [20000731.007] potential syntax error not detected [PATCH]
35500              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
35501              Date: Sun, 22 Oct 2000 21:12:22 -0400
35502              Message-ID: <20001022211222.A1062496@linguist.dartmouth.edu>
35503      Branch: perl
35504            ! lib/vars.pm
35505 ____________________________________________________________________________
35506 [  7407] By: jhi                                   on 2000/10/23  03:43:12
35507         Log: Subject: Re: [ID 20001021.005] SEGV with regex match 
35508              From: Hugo <hv@crypt.compulink.co.uk>
35509              Date: Mon, 23 Oct 2000 00:47:22 +0100
35510              Message-Id: <200010222347.AAA09697@crypt.compulink.co.uk>
35511      Branch: perl
35512            ! regexec.c t/op/pat.t
35513 ____________________________________________________________________________
35514 [  7406] By: jhi                                   on 2000/10/23  03:40:29
35515         Log: Retract #7404 with a patch from Robin Barker, via Andy Dougherty.
35516      Branch: perl
35517            ! lib/ExtUtils/MakeMaker.pm
35518 ____________________________________________________________________________
35519 [  7405] By: jhi                                   on 2000/10/22  21:32:00
35520         Log: Doc patch.
35521              
35522              Subject: [ID 19991128.002] \&{'foo'} not caught by strict refs
35523              From: rspier@pobox.com (Robert Spier)
35524              Date: Sun, 22 Oct 2000 15:24:32 -0400 (EDT)
35525              Message-ID: <14835.16112.13457.447971@rls.cx>
35526      Branch: perl
35527            ! lib/strict.pm
35528 ____________________________________________________________________________
35529 [  7404] By: jhi                                   on 2000/10/22  21:30:51
35530         Log: Subject: [PATCH] Re: [ID 20000121.007] XXX documentation in man ExtUtils::MakeMaker
35531              From: rspier@pobox.com (Robert Spier)
35532              Date: Sun, 22 Oct 2000 15:43:03 -0400 (EDT)
35533              Message-ID: <14835.17223.72448.705566@rls.cx>
35534      Branch: perl
35535            ! lib/ExtUtils/MakeMaker.pm
35536 ____________________________________________________________________________
35537 [  7403] By: jhi                                   on 2000/10/22  21:24:11
35538         Log: Subject: [PATCH bleadperl] ripples from constsub patch
35539              From: John Tobey <jtobey@john-edwin-tobey.org>
35540              Date: Sun, 22 Oct 2000 17:10:43 -0400 (EDT)
35541              Message-Id: <m13nSOB-000FObC@feynman.localnet>
35542      Branch: perl
35543            ! dump.c ext/B/B.pm ext/B/B.xs ext/B/B/Deparse.pm t/lib/b.t
35544 ____________________________________________________________________________
35545 [  7402] By: jhi                                   on 2000/10/22  20:59:35
35546         Log: Support s?printf parameter reordering.
35547      Branch: perl
35548            ! pod/perldelta.pod pod/perlfunc.pod sv.c t/op/sprintf.t
35549 ____________________________________________________________________________
35550 [  7401] By: jhi                                   on 2000/10/22  19:19:14
35551         Log: Expand %Config variables only if explicitly so requested
35552              during build time by PERL_BUILD_EXPAND_CONFIG_VARS.
35553              
35554              Subject: Re: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
35555              From: Gurusamy Sarathy <gsar@ActiveState.com>
35556              Date: Sun, 22 Oct 2000 11:47:32 -0700
35557              Message-Id: <200010221847.LAA02167@smtp3.ActiveState.com>            
35558      Branch: perl
35559            ! Makefile.SH lib/lib_pm.PL
35560 ____________________________________________________________________________
35561 [  7400] By: jhi                                   on 2000/10/22  18:24:10
35562         Log: Move the #7390 test from warn/op to comp/redef.
35563              
35564              Subject: Re: Creating const subs for constants.
35565              From: John Tobey <jtobey@john-edwin-tobey.org>
35566              Date: Sun, 22 Oct 2000 04:04:12 -0400 (EDT)
35567              Message-Id: <m13nG72-000FObC@feynman.localnet>               
35568      Branch: perl
35569            ! t/comp/redef.t t/pragma/warn/op
35570 ____________________________________________________________________________
35571 [  7399] By: jhi                                   on 2000/10/22  17:49:59
35572         Log: Subject: PATCH $Config::Config{ldlibpthname} in ext/DynaLoader/DynaLoader_pm.PL
35573              From: Nicholas Clark <nick@ccl4.org>
35574              Date: Sat, 21 Oct 2000 22:23:19 +0100
35575              Message-ID: <20001021222319.B45586@plum.flirble.org>
35576      Branch: perl
35577            ! ext/DynaLoader/DynaLoader_pm.PL
35578 ____________________________________________________________________________
35579 [  7398] By: jhi                                   on 2000/10/22  17:47:35
35580         Log: Subject: [PATCH bleadperl] -MO=C falls over on package <none>
35581              From: Hugo <hv@crypt.compulink.co.uk>
35582              Date: Sat, 21 Oct 2000 18:19:59 +0100
35583              Message-Id: <200010211719.SAA02087@crypt.compulink.co.uk>
35584      Branch: perl
35585            ! ext/B/B.pm ext/B/B/C.pm
35586 ____________________________________________________________________________
35587 [  7397] By: jhi                                   on 2000/10/22  17:35:18
35588         Log: Subject: [ID 20001021.003] updated hints/openbsd.sh
35589              From: "Todd C. Miller" <Todd.Miller@courtesan.com>
35590              Date: Sat, 21 Oct 2000 13:55:50 -0600 (MDT)
35591              Message-Id: <200010211955.e9LJton24170@xerxes.courtesan.com>
35592      Branch: perl
35593            ! hints/openbsd.sh
35594 ____________________________________________________________________________
35595 [  7396] By: jhi                                   on 2000/10/22  17:19:46
35596         Log: Subject: installman go-faster stripes
35597              From: Nicholas Clark <nick@talking.bollo.cx>
35598              Date: Sat, 21 Oct 2000 17:24:53 +0100
35599              Message-ID: <20001021172452.A20371@Bagpuss.unfortu.net>
35600              
35601              Subject: Re: installman go-faster stripes
35602              From: Russ Allbery <rra@stanford.edu>
35603              Date: 21 Oct 2000 11:04:13 -0700
35604              Message-ID: <ylbswe5aw2.fsf@windlord.stanford.edu>
35605      Branch: perl
35606            ! installman pod/pod2man.PL
35607 ____________________________________________________________________________
35608 [  7395] By: jhi                                   on 2000/10/22  17:17:35
35609         Log: Hints tweak from Anton Berezin.
35610      Branch: perl
35611            ! hints/freebsd.sh
35612 ____________________________________________________________________________
35613 [  7394] By: jhi                                   on 2000/10/22  04:50:04
35614         Log: Tweak the Is* definitions of Unicode character classes
35615              to better match the official categorizations; embrace
35616              the official categorizations; add the combining marks
35617              as alpha (and -numeric); fix DCinital (a typo and edito)
35618              to be DCmedial.
35619      Branch: perl
35620            + lib/unicode/Is/DCmedial.pl
35621            - lib/unicode/Is/DCinital.pl
35622            ! MANIFEST lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
35623            ! lib/unicode/Is/Graph.pl lib/unicode/Is/Print.pl
35624            ! lib/unicode/Is/Punct.pl lib/unicode/Is/Space.pl
35625            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
35626 ____________________________________________________________________________
35627 [  7393] By: jhi                                   on 2000/10/21  18:06:05
35628         Log: Subject: [PATCH@blead Tie/Array.pm] Re: [ID 20001020.002] Tie::Array SPLICE method is buggy
35629              From: Daniel Chetlin <daniel@chetlin.com>
35630              Date: Sat, 21 Oct 2000 02:57:03 -0700
35631              Message-ID: <20001021025703.A2115@darkstar.chetlin.org>
35632      Branch: perl
35633            + t/lib/tie-splice.t
35634            ! MANIFEST lib/Tie/Array.pm
35635 ____________________________________________________________________________
35636 [  7392] By: gsar                                  on 2000/10/21  18:05:15
35637         Log: resync utfperl branch with mainline
35638      Branch: utfperl
35639           !> (integrate 1760 files)
35640 ____________________________________________________________________________
35641 [  7391] By: jhi                                   on 2000/10/21  14:37:49
35642         Log: Testcases for a #7383,#7385 related bug.
35643              
35644              Subject: PATCH Re: [ID 20001020.006] "$2$utf8" == modification of read-only-variable
35645              From: Nicholas Clark <nick@ccl4.org>
35646              Date: Sat, 21 Oct 2000 15:04:51 +0100
35647              Message-ID: <20001021150451.A51566@plum.flirble.org>
35648      Branch: perl
35649            ! t/pragma/utf8.t
35650 ____________________________________________________________________________
35651 [  7390] By: jhi                                   on 2000/10/21  14:35:57
35652         Log: Add a testcase for #7389.
35653      Branch: perl
35654            ! t/pragma/warn/op
35655 ____________________________________________________________________________
35656 [  7389] By: jhi                                   on 2000/10/21  14:26:45
35657         Log: Subject: Re: Creating const subs for constants.
35658              From: John Tobey <jtobey@john-edwin-tobey.org>
35659              Date: Fri, 20 Oct 2000 22:03:27 -0400 (EDT)
35660              Message-Id: <m13mo0N-000FObC@feynman.localnet>
35661      Branch: perl
35662            ! cv.h embed.h embed.pl objXSUB.h op.c perlapi.c pod/perlapi.pod
35663            ! proto.h sv.c
35664 ____________________________________________________________________________
35665 [  7388] By: nick                                  on 2000/10/21  11:44:23
35666         Log: Populate perlio branch
35667      Branch: perlio
35668           +> (branch 1760 files)
35669 ____________________________________________________________________________
35670 [  7387] By: nick                                  on 2000/10/21  10:52:05
35671         Log: Get branch back as replica of mainline via :
35672              p4 integrate -b utfperl
35673              p4 resolve -at ./...
35674      Branch: utfperl
35675           +> (branch 269 files)
35676            - Todo-5.005 eg/ADB eg/README eg/cgi/RunMeFirst
35677            - eg/cgi/caution.xbm eg/cgi/clickable_image.cgi
35678            - eg/cgi/cookie.cgi eg/cgi/crash.cgi eg/cgi/customize.cgi
35679            - eg/cgi/diff_upload.cgi eg/cgi/dna_small_gif.uu
35680            - eg/cgi/file_upload.cgi eg/cgi/frameset.cgi eg/cgi/index.html
35681            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
35682            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
35683            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
35684            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
35685            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
35686            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
35687            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
35688            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
35689            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
35690            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
35691            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
35692            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
35693            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
35694            - eg/van/vanish eg/who eg/wrapsuid epoc/Config.pm
35695            - epoc/autosplit.pl epoc/config.h epoc/perl.mmp epoc/perl.pkg
35696            - ext/DynaLoader/dl_rhapsody.xs lib/Sys/Hostname.pm
35697            - lib/Sys/Syslog.pm lib/byte.pm lib/byte_heavy.pl lib/caller.pm
35698            - lib/chat2.pl lib/lib.pm lib/unicode/Eq/Latin1.pl
35699            - lib/unicode/Eq/Unicode.pl lib/unicode/Props.txt
35700            - lib/unicode/UCD300.html lib/unicode/Unicode.300
35701            - lib/unicode/Unicode3.html os2/POSIX.mkfifo pod/Makefile
35702            - pod/Win32.pod pod/buildtoc t/lib/thread.t t/op/64bit.t
35703            - t/op/nothread.t utils/perlbc.PL vms/subconfigure.com
35704            - win32/PerlCRT.def win32/gstartup.c win32/oldnames.def
35705           !> (integrate 965 files)
35706 ____________________________________________________________________________
35707 [  7386] By: jhi                                   on 2000/10/21  01:31:12
35708         Log: Update Changes.
35709      Branch: perl
35710            ! Changes patchlevel.h
35711 ____________________________________________________________________________
35712 [  7385] By: jhi                                   on 2000/10/21  01:28:42
35713         Log: The #7383 was right only in the context of the original bug report,
35714              not in more general case.
35715      Branch: perl
35716            ! pp_hot.c
35717 ____________________________________________________________________________
35718 [  7384] By: jhi                                   on 2000/10/21  01:08:23
35719         Log: Fix for ID 20000915.011, IO::Select warning for an undefined fd.
35720      Branch: perl
35721            ! ext/IO/lib/IO/Select.pm
35722 ____________________________________________________________________________
35723 [  7383] By: jhi                                   on 2000/10/21  00:44:18
35724         Log: Fix for ID 20001020.006, concatenating an unset submatch
35725              with utf8 resulted in "Modification of a read-only value".
35726      Branch: perl
35727            ! pp_hot.c t/pragma/utf8.t
35728 ____________________________________________________________________________
35729 [  7382] By: jhi                                   on 2000/10/20  20:44:31
35730         Log: Make scan_num() reëntrant, as suggested in
35731              
35732              Subject: [PATCH perl@7229] Rentrant parser and yylex()
35733              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35734              Date: Fri, 20 Oct 2000 14:17:27 +0100
35735              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
35736      Branch: perl
35737            ! embed.h embed.pl objXSUB.h perlapi.c perly.c perly.y proto.h
35738            ! toke.c
35739 ____________________________________________________________________________
35740 [  7381] By: jhi                                   on 2000/10/20  20:07:29
35741         Log: Reëntrancy fix.
35742              
35743              Subject: [PATCH perl@7229] Rentrant parser and yylex()
35744              From: "Roca, Ignasi" <ignasi.roca@fujitsu.siemens.es>
35745              Date: Fri, 20 Oct 2000 14:17:27 +0100
35746              Message-ID: <5930DC161690D211966700902715754702DA09CD@madt009a.siemens.es>
35747      Branch: perl
35748            ! embed.h embed.pl perl.h proto.h toke.c
35749 ____________________________________________________________________________
35750 [  7380] By: jhi                                   on 2000/10/20  19:15:54
35751         Log: Don't write double values through long double pointers,
35752              based on a part of
35753              
35754              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
35755              From: Jens Hamisch <jens@Strawberry.COM>
35756              Date: Tue, 17 Oct 2000 08:39:36 +0200
35757              Message-Id: <20001017083936.A11104@Strawberry.COM>
35758      Branch: perl
35759            ! perl.h pp.c
35760 ____________________________________________________________________________
35761 [  7379] By: jhi                                   on 2000/10/20  18:43:37
35762         Log: Portability tweak on #7377.
35763              
35764              Subject:  Re: [nick@cow.org.uk: [ID 20001020.004] Not OK: perl v5.7.0 +DEVEL7368 on i386-freebsd-64all 4.1-stable (UNINSTALLED)]
35765              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35766              Date:     Fri, 20 Oct 2000 13:13:41 EDT
35767              Message-Id: <001020131216.3b141@DUPHY4.Physics.Drexel.Edu>
35768      Branch: perl
35769            ! t/lib/dprof.t
35770 ____________________________________________________________________________
35771 [  7378] By: jhi                                   on 2000/10/20  12:57:19
35772         Log: SOCKS function redefinitions need prototypes, too, otherwise
35773              for example 32 bit versus 64 bit differences cause a lot of
35774              problems.  Part of
35775              
35776              Subject: [ID 20001016.017] [jens: 5.7.0 Solaris 8, 64 Bit, Workshop 6.0 Compiler]
35777              From: Jens Hamisch <jens@Strawberry.COM>
35778              Date: Tue, 17 Oct 2000 08:39:36 +0200
35779              Message-Id: <20001017083936.A11104@Strawberry.COM>
35780      Branch: perl
35781            ! doio.c pp_sys.c
35782 ____________________________________________________________________________
35783 [  7377] By: jhi                                   on 2000/10/20  12:37:12
35784         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0 enable DProf test for VMS
35785              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35786              Date:     Fri, 20 Oct 2000 08:26:04 EDT
35787              Message-Id: <001020074851.3751a@DUPHY4.Physics.Drexel.Edu>
35788      Branch: perl
35789            ! configure.com t/lib/dprof.t t/lib/dprof/V.pm vms/test.com
35790 ____________________________________________________________________________
35791 [  7376] By: jhi                                   on 2000/10/20  12:35:31
35792         Log: Subject:  [PATCH] Perl 5.6.0/5.7.0, vms/gen_shrfls.pl update
35793              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
35794              Date:     Fri, 20 Oct 2000 07:48:15 EDT
35795              Message-Id: <001020074423.39b82@DUPHY4.Physics.Drexel.Edu>
35796      Branch: perl
35797            ! configure.com vms/gen_shrfls.pl
35798 ____________________________________________________________________________
35799 [  7375] By: bailey                                on 2000/10/20  04:44:37
35800         Log: SYN SYN
35801      Branch: vmsperl
35802           +> (branch 134 files)
35803            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
35804            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
35805            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
35806            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
35807            - eg/cgi/frameset.cgi eg/cgi/index.html
35808            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
35809            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
35810            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
35811            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
35812            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
35813            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
35814            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
35815            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
35816            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
35817            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
35818            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
35819            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
35820            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
35821            - eg/van/vanish eg/who eg/wrapsuid lib/chat2.pl
35822            - lib/unicode/Props.txt lib/unicode/UCD300.html
35823            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
35824            - utils/perlbc.PL vms/subconfigure.com
35825           !> (integrate 785 files)
35826 ____________________________________________________________________________
35827 [  7374] By: jhi                                   on 2000/10/20  00:59:48
35828         Log: In the latest compiler builds cccdlflags must not become -fpic,
35829              from Wilfredo Sánchez.
35830      Branch: perl
35831            ! hints/darwin.sh
35832 ____________________________________________________________________________
35833 [  7373] By: jhi                                   on 2000/10/20  00:56:35
35834         Log: Subject: PATCH CR+LF should be "\cM\cJ" in perlop
35835              From: Tony Cook <tony@develop-help.com>
35836              Date: Fri, 20 Oct 2000 07:29:15 +1100 (EST)
35837              Message-ID: <Pine.LNX.4.10.10010200725530.12682-100000@develop-help.com>
35838      Branch: perl
35839            ! pod/perlop.pod
35840 ____________________________________________________________________________
35841 [  7372] By: jhi                                   on 2000/10/19  19:34:40
35842         Log: Typo noted by Mark Lutz.
35843      Branch: perl
35844            ! t/op/64bitint.t
35845 ____________________________________________________________________________
35846 [  7371] By: jhi                                   on 2000/10/19  19:33:13
35847         Log: NonStop-UX patches from Tom Bates <tom.bates@compaq.com>
35848      Branch: metaconfig
35849            ! U/modified/Cppsym.U U/modified/Oldconfig.U
35850      Branch: metaconfig/U/perl
35851            ! End.U dlsrc.U libperl.U
35852      Branch: perl
35853            + hints/nonstopux.sh
35854            ! Configure MANIFEST config_h.SH
35855 ____________________________________________________________________________
35856 [  7370] By: jhi                                   on 2000/10/19  17:18:08
35857         Log: Subject: PATCH do_print has 2 PerlIO_error()s
35858              From: nick@ccl4.org
35859              Date: Thu, 19 Oct 2000 18:09:20 +0100
35860              Message-ID: <20001019180920.A8440@babyhippo.co.uk>
35861      Branch: perl
35862            ! doio.c
35863 ____________________________________________________________________________
35864 [  7369] By: jhi                                   on 2000/10/19  14:01:49
35865         Log: Update Changes.
35866      Branch: perl
35867            ! Changes patchlevel.h
35868 ____________________________________________________________________________
35869 [  7368] By: jhi                                   on 2000/10/19  13:04:29
35870         Log: Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX w/GCC
35871              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35872              Date: Wed, 18 Oct 2000 13:12:01 +0200
35873              Message-Id: <20001018131021.F844.H.M.BRAND@hccnet.nl>
35874      Branch: perl
35875            ! hints/aix.sh
35876 ____________________________________________________________________________
35877 [  7367] By: jhi                                   on 2000/10/19  02:22:40
35878         Log: Fix of sorts for bug id 20000901.092.  There seems to be no trace
35879              of a 'pmshort' anywhere in the B, so the offending line was simply
35880              removed.
35881      Branch: perl
35882            ! ext/B/B/Debug.pm
35883 ____________________________________________________________________________
35884 [  7366] By: jhi                                   on 2000/10/19  02:12:37
35885         Log: Add the test case for the bug id 20000730.004 which seems
35886              to have been fixed by now.
35887      Branch: perl
35888            ! t/pragma/utf8.t
35889 ____________________________________________________________________________
35890 [  7365] By: jhi                                   on 2000/10/18  23:36:24
35891         Log: Subject: [PATCH 5.7.0] Re: [ID 20001018.008] flip-flop bug when there's no <FH> 
35892              From: Hugo <hv@crypt.compulink.co.uk>
35893              Date: Wed, 18 Oct 2000 23:25:58 +0100
35894              Message-Id: <200010182225.XAA20330@crypt.compulink.co.uk>
35895      Branch: perl
35896            ! pp_ctl.c pp_hot.c t/op/flip.t t/pragma/warn/pp_hot
35897 ____________________________________________________________________________
35898 [  7364] By: jhi                                   on 2000/10/18  21:12:53
35899         Log: (retracted)
35900      Branch: perl
35901            ! pp.c
35902 ____________________________________________________________________________
35903 [  7363] By: jhi                                   on 2000/10/18  20:55:38
35904         Log: Missing change from #7362.
35905      Branch: perl
35906            ! win32/perlhost.h
35907 ____________________________________________________________________________
35908 [  7362] By: jhi                                   on 2000/10/18  20:52:01
35909         Log: Borland C fstat() never saw the fd as writable.
35910              
35911              Subject: fix for Borland's weak "stat" (perl@7211)
35912              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
35913              Date: Mon, 16 Oct 2000 09:55:03 +0400
35914              Message-ID: <402099F49BEED211999700805FC7359F7C0E40@ru0028exch01.spb.lucent.com>
35915      Branch: perl
35916            ! win32/win32.c
35917 ____________________________________________________________________________
35918 [  7361] By: jhi                                   on 2000/10/18  17:43:50
35919         Log: Regen toc.
35920      Branch: perl
35921            ! pod/buildtoc.PL pod/perl.pod pod/perlport.pod pod/perltoc.pod
35922 ____________________________________________________________________________
35923 [  7360] By: jhi                                   on 2000/10/18  17:07:44
35924         Log: From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35925              Subject: Re: [ID 20001013.008] perl 5.6.0 on AIX 4.3.2 w/GCC 2.95.2
35926              Message-Id: <20001016151837.9977.H.M.BRAND@hccnet.nl>
35927              Date: Mon, 16 Oct 2000 15:19:49 +0200
35928      Branch: perl
35929            + README.aix
35930            ! MANIFEST
35931 ____________________________________________________________________________
35932 [  7359] By: jhi                                   on 2000/10/18  17:04:49
35933         Log: Subject: Pod patch for Devel::Peek
35934              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
35935              Message-Id: <20001016121252.996B.H.M.BRAND@hccnet.nl>
35936              Date: Mon, 16 Oct 2000 12:26:34 +0200
35937      Branch: perl
35938            ! ext/Devel/Peek/Peek.pm
35939 ____________________________________________________________________________
35940 [  7358] By: jhi                                   on 2000/10/18  17:03:15
35941         Log: Make Cwd more bulletproof in chrooted environments.
35942              
35943              Subject: [ID 20001018.001] Fix for Cwd.pm (chroot)
35944              From: "Eric E. Coe" <Eric.Coe@oracle.com>
35945              Date: Wed, 18 Oct 2000 04:03:54 -0400
35946              Message-Id: <39ED596A.70E599FE@oracle.com>
35947      Branch: perl
35948            ! lib/Cwd.pm
35949 ____________________________________________________________________________
35950 [  7357] By: jhi                                   on 2000/10/18  16:37:26
35951         Log: Disable the UTF8 downgrade croakage for now to avoid
35952              too many not okay messages.
35953      Branch: perl
35954            ! doio.c
35955 ____________________________________________________________________________
35956 [  7356] By: jhi                                   on 2000/10/17  23:29:41
35957         Log: Show the failed remote port, instead of the failing line number.
35958              
35959              Subject: [PATCH 5.6.1 Debugger] More diagnostics
35960              From: David Sparks <daves@ActiveState.com>
35961              Date: Tue, 17 Oct 2000 15:00:24 -0700
35962              Message-Id: <5.0.0.25.0.20001017144037.02551e10@pop3>
35963      Branch: perl
35964            ! lib/perl5db.pl
35965 ____________________________________________________________________________
35966 [  7355] By: jhi                                   on 2000/10/17  14:11:31
35967         Log: On output try to downgrade to bytes, croak if impossible,
35968              from Simon Cozens.  This means that outputting >255 UTF8
35969              is impossible.  Consider this as a strong incentive to get
35970              the I/O disciplines implemented.
35971      Branch: perl
35972            ! doio.c pod/perldiag.pod sv.c
35973 ____________________________________________________________________________
35974 [  7354] By: jhi                                   on 2000/10/17  13:42:23
35975         Log: Clarify documentation on 'use bytes'.
35976              
35977              Subject: Re: What does 'use bytes' "mean" ?
35978              From: Simon Cozens <simon@cozens.net>
35979              Date: Mon, 18 Sep 2000 18:24:25 +0100
35980              Message-ID: <20000918182425.A26765@deep-dark-truthful-mirror.perlhacker.org>
35981      Branch: perl
35982            ! lib/bytes.pm
35983 ____________________________________________________________________________
35984 [  7353] By: jhi                                   on 2000/10/17  13:28:12
35985         Log: Workaround for a sfio bug where the stream error indicator
35986              is not cleared as documented.
35987              
35988              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
35989              From: Nicholas Clark <nick@ccl4.org>
35990              Date: Mon, 16 Oct 2000 18:28:23 +0100
35991              Message-ID: <20001016182823.J19700@plum.flirble.org>
35992      Branch: perl
35993            ! doio.c
35994 ____________________________________________________________________________
35995 [  7352] By: jhi                                   on 2000/10/17  13:06:19
35996         Log: More IoTYPE sprinkling.
35997      Branch: perl
35998            ! doio.c pp_hot.c
35999 ____________________________________________________________________________
36000 [  7351] By: jhi                                   on 2000/10/16  22:47:07
36001         Log: Detect early whether the std streams have gone bad.
36002              
36003              Subject: PATCH (was Re: [ID 20001016.007] Not OK: perl v5.7.0 +DEVEL7228 on i586-linux 2.2.16 (UNINSTALLED))
36004              Date: Mon, 16 Oct 2000 23:28:42 +0100
36005              From: Nicholas Clark <nick@ccl4.org>
36006              Message-ID: <20001016232842.A37942@plum.flirble.org>
36007      Branch: perl
36008            ! t/op/misc.t
36009 ____________________________________________________________________________
36010 [  7350] By: jhi                                   on 2000/10/16  22:45:16
36011         Log: Subject: [ID 20001016.012] [PATCHes Included]OK: perl v5.7.0 on dos-djgpp djgpp
36012              From: "Peter J. Farley III" <pjfarley@banet.net>
36013              Date: Mon, 16 Oct 2000 18:15:59 -0400
36014              Message-Id: <4.3.1.0.20001016180235.00ac65a0@pop5.banet.net>
36015      Branch: perl
36016            ! djgpp/djgpp.c dosish.h t/io/open.t
36017 ____________________________________________________________________________
36018 [  7349] By: jhi                                   on 2000/10/16  22:36:45
36019         Log: perldelta tweak.
36020      Branch: perl
36021            ! pod/perldelta.pod
36022 ____________________________________________________________________________
36023 [  7348] By: jhi                                   on 2000/10/16  15:17:53
36024         Log: Update Changes.
36025      Branch: perl
36026            ! Changes patchlevel.h
36027 ____________________________________________________________________________
36028 [  7347] By: jhi                                   on 2000/10/16  13:55:27
36029         Log: Add the capability to include/exclude branches.
36030      Branch: perl
36031            ! Porting/genlog
36032 ____________________________________________________________________________
36033 [  7346] By: jhi                                   on 2000/10/16  13:18:04
36034         Log: Add Charles Lane.
36035      Branch: perl
36036            ! AUTHORS Changes
36037 ____________________________________________________________________________
36038 [  7345] By: jhi                                   on 2000/10/16  13:13:21
36039         Log: Add a perldelta note about the change #6024, pointed out by Sarathy.
36040      Branch: perl
36041            ! pod/perldelta.pod
36042 ____________________________________________________________________________
36043 [  7344] By: gsar                                  on 2000/10/16  09:30:21
36044         Log: integrate change#6220 from cfgperl
36045              
36046              Win32 patches from Benjamin Stuhl.
36047      Branch: maint-5.6/perl
36048           !> makedef.pl win32/win32.h
36049 ____________________________________________________________________________
36050 [  7343] By: gsar                                  on 2000/10/16  08:32:19
36051         Log: integrate changes#6221,6222 from cfgperl
36052              
36053              Remove tr///CU (the feature is to be obsoleted by better interfaces).
36054              From: simon@brecon.co.uk (Simon Cozens)
36055              Subject: [PATCH] Eliminate tr///[CU][CU]
36056              Date: 23 Jun 2000 11:05:40 GMT
36057              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
36058              
36059              doc typo fix
36060              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
36061              From: Ian Phillipps <Ian.Phillipps@iname.com>
36062              Date: Fri, 23 Jun 2000 10:40:58 +0100
36063              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
36064      Branch: maint-5.6/perl
36065           !> doop.c embed.pl lib/Pod/Usage.pm pod/perlop.pod toke.c utf8.c
36066 ____________________________________________________________________________
36067 [  7342] By: gsar                                  on 2000/10/16  08:28:08
36068         Log: integrate change#6217 from cfgperl (in part)
36069              
36070              Rename the fdpid locking and integrate with Sarathy.
36071      Branch: maint-5.6/perl
36072           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h
36073           !> global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
36074           !> pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
36075           !> win32/win32.c
36076 ____________________________________________________________________________
36077 [  7341] By: gsar                                  on 2000/10/16  08:23:39
36078         Log: integrate changes#6214..6216 from mainline
36079              
36080              @_ can't have junk in it even in the non-USE_ITHREADS case because
36081              caller() wants to populate @DB::args with it (causes a coredump
36082              in Carp::confess())
36083              
36084              tweak comment about @DB::args
36085              
36086              be more optimal about clearing @_
36087      Branch: maint-5.6/perl
36088           !> av.h cop.h pp_ctl.c t/op/runlevel.t
36089 ____________________________________________________________________________
36090 [  7340] By: gsar                                  on 2000/10/16  08:20:37
36091         Log: integrate changes#6207..6210 from cfgperl
36092              
36093              Subject: [PATCH 5.6.0] Threadsafe patches
36094              From: Dan Sugalski <dan@sidhe.org>
36095              To: perl5-porters@perl.org
36096              Date: Mon, 08 May 2000 18:08:13 -0400
36097              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
36098              
36099              Regen headers for #6207.
36100              
36101              Lock PL_fdpid against race conditions, based on:
36102              Subject: [PATCH 5.6.0]subprocess fixup for threads
36103              From: Dan Sugalski <dan@sidhe.org>
36104              To: perl5-porters@perl.org
36105              Date: Tue, 11 Apr 2000 17:02:32 -0400
36106              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
36107              
36108              Mopup for #6207 and #6209.
36109      Branch: maint-5.6/perl
36110           !> doio.c embed.h embed.pl global.sym gv.c intrpvar.h objXSUB.h
36111           !> perl.c pp.c pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c
36112           !> win32/win32.c
36113 ____________________________________________________________________________
36114 [  7339] By: gsar                                  on 2000/10/16  08:14:34
36115         Log: integrate change#6203 from cfgperl
36116              
36117              perldiag should refer to perlos2.pod not README.os2
36118      Branch: maint-5.6/perl
36119           !> pod/perldiag.pod
36120 ____________________________________________________________________________
36121 [  7338] By: gsar                                  on 2000/10/16  08:11:42
36122         Log: integrate change#6201 from mainline
36123              
36124              Perl_eval_pv() leaks 4 bytes every time it is called because it
36125              does a PUSHMARK that's never ever POPMARKed; in general, only
36126              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
36127              Perl_eval_[sp]v() don't because they don't take any incoming
36128              arguments (this leak has been around since the original version
36129              of perl_eval_pv() in 5.003_97e)
36130      Branch: maint-5.6/perl
36131           !> perl.c
36132 ____________________________________________________________________________
36133 [  7337] By: gsar                                  on 2000/10/16  08:08:47
36134         Log: integrate changes#6197..6200 from cfgperl
36135              
36136              Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
36137              From: John Borwick <jhborwic@unity.ncsu.edu>
36138              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
36139              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
36140              
36141              Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
36142              From: Dan Sugalski <dan@sidhe.org>
36143              To: vmsperl@perl.org, perl5-porters@perl.org
36144              Date: Fri, 02 Jun 2000 16:00:41 -0400
36145              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
36146              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
36147              
36148              Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
36149              From: Dan Sugalski <dan@sidhe.org>
36150              To: perl5-porters@perl.org, vmsperl@perl.org
36151              Date: Fri, 02 Jun 2000 17:30:51 -0400
36152              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
36153              
36154              Update to cperl-mode.el 4.31 from
36155              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
36156              Subject: A couple of notes
36157              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
36158              To: Mailing list Perl5 <perl5-porters@perl.org>
36159              Date: Sat, 3 Jun 2000 23:33:32 -0400
36160              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
36161      Branch: maint-5.6/perl
36162           !> emacs/cperl-mode.el embed.h embed.pl embedvar.h
36163           !> ext/POSIX/POSIX.xs global.sym objXSUB.h perlapi.c perlapi.h
36164           !> pod/perlapi.pod pod/perlintern.pod pod/perlsyn.pod proto.h
36165           !> vms/descrip_mms.template vms/gen_shrfls.pl vms/vms.c
36166           !> vms/vmsish.h
36167 ____________________________________________________________________________
36168 [  7336] By: gsar                                  on 2000/10/16  08:03:46
36169         Log: integrate changes#6194,6195 from mainline
36170              
36171              fix small eval"" memory leaks under USE_ITHREADS
36172              
36173              fix yet another eval"" leak under USE_ITHREADS
36174      Branch: maint-5.6/perl
36175           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
36176           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
36177           !> vms/perly_c.vms
36178 ____________________________________________________________________________
36179 [  7335] By: gsar                                  on 2000/10/16  08:02:15
36180         Log: integrate changes#6190,6191 from mainline
36181              
36182              submit missing embed.pl change
36183              
36184              vec() loses numericalness (modified version of patch suggested
36185              by Robin Barker)
36186      Branch: maint-5.6/perl
36187           !> doop.c embed.pl t/op/vec.t
36188 ____________________________________________________________________________
36189 [  7334] By: gsar                                  on 2000/10/16  08:01:03
36190         Log: integrate change#6189 from mainline
36191              
36192              counting tr/// corrupts later operation (from M.J.T Guy)
36193      Branch: maint-5.6/perl
36194           !> doop.c t/op/tr.t
36195 ____________________________________________________________________________
36196 [  7333] By: gsar                                  on 2000/10/16  07:59:07
36197         Log: integrate changes#6183..6188 from mainline
36198              
36199              SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
36200              <nick@ccl4.org>)
36201              
36202              tweak for change#6127
36203              
36204              remove incorrect documentation about implicit split to @_ in
36205              list context, which never really worked in perl 5 (from
36206              M.J.T. Guy)
36207              
36208              further qualify references to "alphanumeric" (from Wolfgang Laun
36209              <wolfgang.laun@alcatel.at>)
36210              
36211              replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
36212              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
36213              
36214              h2xs tweaks
36215      Branch: maint-5.6/perl
36216           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
36217           !> AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm handy.h
36218           !> lib/SelfLoader.pm perl.c pod/perlapi.pod pod/perldata.pod
36219           !> pod/perlfaq6.pod pod/perlfaq9.pod pod/perlfunc.pod
36220           !> pod/perllocale.pod pod/perlre.pod pod/perltrap.pod
36221           !> pod/pod2latex.PL utils/h2xs.PL
36222 ____________________________________________________________________________
36223 [  7332] By: gsar                                  on 2000/10/16  07:53:52
36224         Log: integrate change#6179 from mainline
36225              
36226              buggy modulus on UVs introduced by change#3378 (resulted in
36227              4063328477 % 65535 amounting to 27406, instead of 27407)
36228      Branch: maint-5.6/perl
36229           !> pp.c t/op/arith.t
36230 ____________________________________________________________________________
36231 [  7331] By: gsar                                  on 2000/10/16  07:52:49
36232         Log: integrate changes#6176,6177,6178,6182 from cfgperl
36233              
36234              Single-quoted utf8 patch from Simon Cozens.
36235              
36236              Substitution utf8 patch from Simon Cozens.
36237              
36238              Be cleaner.
36239              
36240              Be Cleaner Part Deux.
36241      Branch: maint-5.6/perl
36242           !> Makefile.SH pp_hot.c toke.c
36243 ____________________________________________________________________________
36244 [  7330] By: gsar                                  on 2000/10/16  07:41:36
36245         Log: integrate change#6172 from mainline
36246              
36247              fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
36248              (from Ilya Zakharevich)
36249      Branch: maint-5.6/perl
36250           !> regexec.c t/op/re_tests
36251 ____________________________________________________________________________
36252 [  7329] By: gsar                                  on 2000/10/16  07:40:25
36253         Log: integrate change#6171 from mainline
36254              
36255              scalar() doesn't force scalar context when used in void context
36256              (from Simon Cozens)
36257      Branch: maint-5.6/perl
36258           !> op.c t/op/wantarray.t
36259 ____________________________________________________________________________
36260 [  7328] By: gsar                                  on 2000/10/16  07:39:33
36261         Log: integrate change#6170 from mainline
36262              
36263              change#6142 needs tweaks to tests to work where there's no
36264              symlink() (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
36265      Branch: maint-5.6/perl
36266           !> t/lib/filefind.t
36267 ____________________________________________________________________________
36268 [  7327] By: gsar                                  on 2000/10/16  07:35:34
36269         Log: integrate changes#6166..6168 from cfgperl
36270              
36271              Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
36272              in case somebody wants to write an extension for more
36273              shadow database interfaces.
36274              
36275              tweak todo
36276              
36277              Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
36278      Branch: maint-5.6/perl
36279           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36280           !> Todo-5.6 config_h.SH epoc/config.sh perl.h pp_sys.c toke.c
36281           !> vms/subconfigure.com vos/config.def vos/config.h vos/config.pl
36282           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
36283           !> win32/config.vc win32/config_H.bc win32/config_H.gc
36284           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
36285 ____________________________________________________________________________
36286 [  7326] By: gsar                                  on 2000/10/16  07:29:05
36287         Log: integrate changes#6157,6159..6161,6164 from cfgperl
36288              
36289              Regen Configure to jive with #6149.
36290              
36291              Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
36292              
36293              Changes for the File::Temp 0.08 (change #6159) test suite
36294              to fit better into the Perl distribution test framework.
36295              
36296              Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
36297              both from Simon Cozens.
36298              
36299              detypo
36300      Branch: maint-5.6/perl
36301           +> pod/perlmodlib.PL pod/perlnewmod.pod
36302           !> AUTHORS Configure MAINTAIN MANIFEST config_h.SH
36303           !> lib/File/Temp.pm pod/Makefile pod/perl.pod pod/perlmodlib.pod
36304           !> pod/perltoc.pod t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36305           !> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
36306 ____________________________________________________________________________
36307 [  7325] By: gsar                                  on 2000/10/16  07:25:13
36308         Log: integrate change#6158 from vmsperl
36309              
36310              Add fallback to tmpfile for use in cases where user's relying on
36311              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
36312              Lane's patch)
36313      Branch: maint-5.6/perl
36314           !> vms/vms.c vms/vmsish.h
36315 ____________________________________________________________________________
36316 [  7324] By: gsar                                  on 2000/10/16  07:20:50
36317         Log: integrate changes#6153..6155 from mainline
36318              
36319              prettier Test::Harness output on failed tests (from Nicholas Clark
36320              <nick@Bagpuss.uk.boo.com>)
36321              
36322              avoid type mismatch warning
36323              
36324              small bug in change#6144; remove random \xA0 character that snuck
36325              in via change#6145
36326      Branch: maint-5.6/perl
36327           !> lib/AutoSplit.pm lib/ExtUtils/xsubpp lib/Test/Harness.pm
36328           !> perl.c
36329 ____________________________________________________________________________
36330 [  7323] By: gsar                                  on 2000/10/16  07:18:47
36331         Log: integrate changes#6151,6152 from mainline
36332              
36333              fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
36334              
36335              cosmetic fixups of RE debug output (from Ilya Zakharevich)
36336      Branch: maint-5.6/perl
36337           !> regexec.c
36338 ____________________________________________________________________________
36339 [  7322] By: gsar                                  on 2000/10/16  07:17:25
36340         Log: integrate changes#6146..6150 from mainline
36341              
36342              doc typo
36343              
36344              add a make entry to Config.pm so "perl -V:make" works on VMS
36345              (from Peter Prymmer)
36346              
36347              close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
36348              
36349              OS/2 tweaks for usethreads build (from Rocco Caputo
36350              <troc@netrus.net>)
36351              
36352              perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
36353      Branch: maint-5.6/perl
36354           !> Configure hints/os2.sh lib/ExtUtils/MM_Unix.pm lib/warnings.pm
36355           !> makedef.pl os2/Makefile.SHs os2/OS2/REXX/t/rx_dllld.t
36356           !> os2/OS2/REXX/t/rx_objcall.t os2/OS2/REXX/t/rx_tievar.t
36357           !> os2/OS2/REXX/t/rx_tieydb.t os2/os2.c os2/os2ish.h perl.c
36358           !> pod/perlrequick.pod util.c vms/subconfigure.com warnings.h
36359           !> warnings.pl x2p/a2p.h
36360 ____________________________________________________________________________
36361 [  7321] By: gsar                                  on 2000/10/16  07:14:02
36362         Log: integrate changes#6143..6145 from mainline
36363              
36364              MacOS support, part 1 (from Matthias Neeracher
36365              <neeri@iis.ee.ethz.ch>)
36366              
36367              MacOS support, part 2: make AutoSplit use File::Spec instead
36368              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
36369              <neeri@iis.ee.ethz.ch>)
36370              
36371              make xsubpp skip embedded pod (from Matthias Neeracher
36372              <neeri@iis.ee.ethz.ch>)
36373      Branch: maint-5.6/perl
36374           +> ext/DynaLoader/dl_mac.xs
36375           !> MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
36376           !> ext/POSIX/POSIX.xs lib/AutoSplit.pm lib/ExtUtils/MakeMaker.pm
36377           !> lib/ExtUtils/xsubpp mg.c perl.c perlsfio.h pod/perlfaq4.pod
36378           !> pp_ctl.c proto.h toke.c util.c util.h
36379 ____________________________________________________________________________
36380 [  7320] By: gsar                                  on 2000/10/16  07:12:13
36381         Log: integrate changes#6141,6142 from mainline
36382              
36383              BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
36384              forwarded by Peter Seebach from the bsdi-users mailing list.
36385              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
36386              
36387              File::Find fails to chdir when chasing symlinks (from
36388              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
36389      Branch: maint-5.6/perl
36390           !> hints/bsdos.sh lib/File/Find.pm t/lib/filefind.t
36391 ____________________________________________________________________________
36392 [  7319] By: gsar                                  on 2000/10/16  07:04:30
36393         Log: integrate change#6139 from mainline
36394              
36395              revise mktables.PL for bugs and newness in Unicode 3.0
36396              (from James Bence <jbence@amgen.com>)
36397      Branch: maint-5.6/perl
36398           +> (branch 30 files)
36399           !> (integrate 49 files)
36400 ____________________________________________________________________________
36401 [  7318] By: gsar                                  on 2000/10/16  07:01:01
36402         Log: integrate changes#6137,6138 from mainline
36403              
36404              fix bogus redeclaration warning for "our" variables in different
36405              scopes
36406              
36407              add note about the handling of negative indices to tied arrays
36408              (from Michael G Schwern <schwern@pobox.com>)
36409      Branch: maint-5.6/perl
36410           !> op.c pod/perltie.pod t/pragma/strict-vars
36411 ____________________________________________________________________________
36412 [  7317] By: gsar                                  on 2000/10/16  06:58:46
36413         Log: integrate changes#6127..6136 from mainline
36414              
36415              call_method(...,G_EVAL) can longjmp() out if the method probing
36416              failed (from Gisle Aas)
36417              
36418              new perlxstut example for passing/returning refs to arrays
36419              (from David Lowe <dlowe@pootpoot.com>)
36420              
36421              VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
36422              
36423              fix places that mean C<"word" character> but say C<alphanumeric
36424              character>
36425              
36426              avoid warnings in POSIX.pm (from Barrie Slaymaker)
36427              
36428              warnings::enabled() doesn't fall back to looking at $^W if
36429              caller isn't using lexical warnings (from Paul Marquess)
36430              
36431              elide bogus test in change#6132
36432              
36433              make Test::Harness use wait.h/WCOREDUMP if available
36434              (from Ben Tilly <ben_tilly@hotmail.com>)
36435              
36436              enable Test::Harness to dynamically determine column width etc.
36437              (from Rob Napier <rnapier@employees.org>)
36438              
36439              random pod typos (from Peter Scott <Peter@PSDT.com>)
36440      Branch: maint-5.6/perl
36441           !> cop.h ext/Devel/Peek/Peek.pm ext/POSIX/POSIX.pm
36442           !> lib/Test/Harness.pm perl.c pod/perldebguts.pod
36443           !> pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
36444           !> pod/perlxstut.pod pp_ctl.c t/pragma/warn/9enabled vms/test.com
36445 ____________________________________________________________________________
36446 [  7316] By: gsar                                  on 2000/10/16  06:53:23
36447         Log: integrate change#6126 from mainline
36448              
36449              change#2879 broke rvalue autovivification of magicals such as
36450              ${$num} (reworked variant of patch suggested by Simon Cozens)
36451      Branch: maint-5.6/perl
36452           !> embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
36453           !> pp_hot.c proto.h t/op/gv.t
36454 ____________________________________________________________________________
36455 [  7315] By: gsar                                  on 2000/10/16  06:51:38
36456         Log: integrate changes#6123,6125 from mainline
36457              
36458              clarify gotcha with #line directives (from Rocco Caputo
36459              <troc@netrus.net>)
36460              
36461              enable propagating exception objects via Perl_croak() in XS code
36462              (from Gisle Aas)
36463      Branch: maint-5.6/perl
36464           !> pod/perldebug.pod pod/perlsyn.pod util.c
36465 ____________________________________________________________________________
36466 [  7314] By: gsar                                  on 2000/10/16  06:49:28
36467         Log: integrate change#6122 from mainline
36468              
36469              downgrade fatal error on C<"foo@nosucharray.com"> to optional
36470              warning (from Mark-Jason Dominus)
36471      Branch: maint-5.6/perl
36472           !> lib/ExtUtils/typemap pod/perldelta.pod pod/perlsub.pod
36473           !> pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
36474           !> t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
36475           !> toke.c
36476 ____________________________________________________________________________
36477 [  7313] By: gsar                                  on 2000/10/16  06:46:54
36478         Log: integrate changes#6112..6121 from vmsperl
36479              
36480              Check for existence of file before trying to delete
36481              
36482              Ugly workaround for version-specific RTL error
36483              
36484              Urk -- undo previous removal of vmsish 'exit' change
36485              
36486              Add bounds checking for several strings (Charles Lane)
36487              
36488              Miscellaneous cosmetic fixes (Charles Lane)
36489              
36490              Treat sockets as special in sys(read|write) (Charles Lane et al.)
36491              
36492              Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
36493              Flatten case labels in switch statements uniformly (Charles Bailey)
36494              
36495              Quiet error messages in vmsish.t (Charles Lane)
36496              
36497              Add missing escape (Charles Lane)
36498              
36499              Allow eliminate_macros() and fixpath() to handle space-delimited
36500              lists (based on fixes by Craig Berry)
36501      Branch: maint-5.6/perl
36502           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
36503           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
36504           !> vms/vmsish.h
36505 ____________________________________________________________________________
36506 [  7312] By: gsar                                  on 2000/10/16  06:41:18
36507         Log: integrate changes#6107,6110 from cfgperl
36508              
36509              Tweak the todo list.
36510              
36511              todo tweak
36512      Branch: maint-5.6/perl
36513           !> Todo-5.6
36514 ____________________________________________________________________________
36515 [  7311] By: gsar                                  on 2000/10/16  06:38:38
36516         Log: integrate changes#6104,6108 from mainline
36517              
36518              PL_sys_intern was being initialized too late on windows
36519              
36520              reenable fake signal handling on Windows, bugs and all
36521      Branch: maint-5.6/perl
36522           !> embed.h embed.pl global.sym makedef.pl mg.c objXSUB.h perl.c
36523           !> perl.h perlapi.c pod/perlapi.pod proto.h win32/perlhost.h
36524           !> win32/win32.c
36525 ____________________________________________________________________________
36526 [  7310] By: gsar                                  on 2000/10/16  06:36:03
36527         Log: integrate changes#6095,6097..6103 from cfgperl
36528              
36529              Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
36530              might be useful in future.
36531              
36532              Add a note about possible compilation problems from Allen Smith.
36533              
36534              Add a note about other, yet unsupported, shadow password APIs.
36535              
36536              Tweaks for the cc bugs from Allen Smith.
36537              
36538              More compilation tweakery from Allen Smith.
36539              
36540              Hints and test tweaks for Unicos.
36541              
36542              The test suite tweak in #6101 wasn't quite right.
36543              
36544              Test tweaking for Unicos continues.
36545      Branch: maint-5.6/perl
36546           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36547           !> config_h.SH hints/irix_6.sh hints/unicos.sh pp_sys.c t/lib/b.t
36548           !> t/lib/complex.t t/op/64bitint.t
36549 ____________________________________________________________________________
36550 [  7309] By: gsar                                  on 2000/10/16  06:29:41
36551         Log: integrate changes#6093,6094 from mainline
36552              
36553              fork() failure to create pseudo process sets errno=EAGAIN and returns
36554              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
36555              
36556              cygwin update (from Eric Fifer <efifer@sanwaint.com>)
36557      Branch: maint-5.6/perl
36558           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
36559           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
36560 ____________________________________________________________________________
36561 [  7308] By: gsar                                  on 2000/10/16  06:27:29
36562         Log: integrate change#6092 from cfgperl
36563              
36564              Regen perltoc with the fixed buildtoc.
36565      Branch: maint-5.6/perl
36566           !> pod/perltoc.pod
36567 ____________________________________________________________________________
36568 [  7307] By: gsar                                  on 2000/10/16  06:26:40
36569         Log: integrate changes#6089,6090 from mainline
36570              
36571              buildtoc tweak to fix newline lossage
36572              
36573              concat doesn't preserve utf8-ness, and doesn't invalidate
36574              [NI]OK; added tests for both
36575      Branch: maint-5.6/perl
36576           !> perl.c pod/buildtoc pp_hot.c sv.c t/op/substr.t
36577 ____________________________________________________________________________
36578 [  7306] By: gsar                                  on 2000/10/16  06:24:05
36579         Log: integrate change#6088 from cfgperl
36580              
36581              Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
36582              because we do not use those.  The HAS_GETSPNAM remains,
36583              though, because we still do use that.
36584      Branch: maint-5.6/perl
36585           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36586           !> config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
36587           !> pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
36588           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
36589           !> win32/config.vc win32/config_H.bc win32/config_H.gc
36590           !> win32/config_H.vc win32/config_h.PL win32/config_sh.PL
36591 ____________________________________________________________________________
36592 [  7305] By: gsar                                  on 2000/10/16  06:15:52
36593         Log: integrate changes#6084,6085,6087 from mainline
36594              
36595              substr() does not preserve utf8-ness (from Stefan Eissing
36596              <Eissing@medicaldataservice.de>); added tests
36597              
36598              repeat operator (x) doesn't preserve utf8-ness
36599              
36600              reverse() and quotemeta() weren't preserving utf8-ness; add tests
36601      Branch: maint-5.6/perl
36602           !> pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
36603 ____________________________________________________________________________
36604 [  7304] By: gsar                                  on 2000/10/16  06:13:10
36605         Log: integrate changes#6077..6083 from mainline
36606              
36607              avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
36608              and Tom Phoenix)
36609              
36610              workaround for CRT bug in chdir() (from Charles Lane, via
36611              Peter Prymmer)
36612              
36613              remove outdated kludge in Carp (NULLs are permitted in diagnostics
36614              now)
36615              
36616              add File::Temp v0.08 from CPAN, with small tweaks to testsuite
36617              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
36618              
36619              better default perlbug categories for ok reports (from Richard Foley)
36620              
36621              peek.t non-portable to ithreads
36622              
36623              note about undocumented caller() return value (from M.J.T. Guy);
36624              yet another peek.t tweak
36625      Branch: maint-5.6/perl
36626           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
36627           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
36628           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
36629           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
36630           !> pod/perltie.pod t/lib/peek.t utils/perlbug.PL vms/vms.c
36631           !> vms/vmsish.h
36632 ____________________________________________________________________________
36633 [  7303] By: gsar                                  on 2000/10/16  06:03:18
36634         Log: integrate changes#6011,6016,6033,6035..6039,6047..6052,6054..6059,
36635              6073..6075 from cfgperl (pp_sys.c manually merged due to conflicts)
36636              
36637              &HUGE_VAL is not defined, it exists.
36638              
36639              Do not warn that an infinity does not look like a number.
36640              
36641              Rewrite the pwent/spent logic to be a little bit more clearer.
36642              
36643              Continue on the pwent/spent case.
36644              
36645              Correct Freudian slip.
36646              
36647              Use HUGE_VALL if applicable.
36648              
36649              pwent/spent #ifdef imbalance.
36650              
36651              Infinite problems.
36652              
36653              Call getspnam() only iff needd.
36654              
36655              Test both the scalar and list contexts.
36656              
36657              Use setxxent()/endxxent().
36658              
36659              Complex tweakery.
36660              
36661              Unicos hint tweak.
36662              
36663              Be more forgiving in POSIX about HUGE_VALL.
36664              
36665              Detypo.
36666              
36667              The search of infinity continues, this time simplified.
36668              
36669              The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
36670              in natively 64-bit platforms where a long is a quad (no need
36671              for long longs).  Also added bias for IVs.
36672              
36673              Complex tweaks.
36674              
36675              Introduce t/lib/peek.t.
36676              
36677              Make the test more portable.
36678      Branch: maint-5.6/perl
36679           +> t/lib/peek.t
36680            ! pp_sys.c
36681           !> MANIFEST ext/POSIX/POSIX.xs hints/unicos.sh
36682           !> lib/Math/Complex.pm sv.c t/lib/complex.t t/op/grent.t
36683           !> t/op/pwent.t toke.c util.c
36684 ____________________________________________________________________________
36685 [  7302] By: gsar                                  on 2000/10/16  05:03:37
36686         Log: integrate changes#6066..6071 from mainline
36687              
36688              s/END/CHECK/
36689              
36690              replace direct call to sighandler() with (*PL_sighandlerp)()
36691              
36692              note about values()
36693              
36694              File::Spec compatibility update (from Barrie Slaymaker
36695              <barries@slaysys.com>)
36696              
36697              remove misleading comment (from M.J.T. Guy)
36698              
36699              misformatted perllocal.pod (from Tim Jenness
36700              <t.jenness@jach.hawaii.edu>)
36701      Branch: maint-5.6/perl
36702           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
36703           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
36704           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
36705           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
36706 ____________________________________________________________________________
36707 [  7301] By: gsar                                  on 2000/10/16  05:00:08
36708         Log: integrate changes#6061..6063 from mainline
36709              
36710              change#5921 neglected to make eq honor "use bytes"
36711              
36712              additional tests for utf8.t
36713              
36714              tokeq() could read unallocated field in argument
36715      Branch: maint-5.6/perl
36716           !> sv.c t/pragma/utf8.t toke.c
36717 ____________________________________________________________________________
36718 [  7300] By: gsar                                  on 2000/10/16  04:56:54
36719         Log: integrate changes#6046,6048,6057,6058 from mainline
36720              
36721              libscheck has insufficient checks for n32 libs (from
36722              Albert Chin-A-Young <china@thewrittenword.com>)
36723              
36724              add note about how $( doesn't interpolate in REs (from
36725              Philip Newton <newton@ficus.frogspace.net>)
36726              
36727              fix broken parsing of /\x{ab}/
36728              
36729              printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
36730              (spotted by Donald Kinzer <dkinzer@premia.com>)
36731      Branch: maint-5.6/perl
36732           !> hints/irix_6.sh perl.c pod/perlop.pod regcomp.c
36733           !> t/pragma/utf8.t
36734 ____________________________________________________________________________
36735 [  7299] By: gsar                                  on 2000/10/16  04:52:50
36736         Log: integrate change#6044 from mainline
36737              
36738              change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
36739              such that underscores are only ignored in literal numbers,
36740              "\x{...}", and hex/oct argument
36741      Branch: maint-5.6/perl
36742           !> perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
36743 ____________________________________________________________________________
36744 [  7298] By: gsar                                  on 2000/10/16  04:50:53
36745         Log: integrate changes#6027..6043 from mainline
36746              
36747              podlators-1.02 update (from Russ Allbery)
36748              
36749              Pod::Man generates groff-incompatible macro definition (from
36750              Tom Christiansen)
36751              
36752              add CGI.pm v2.66 (from Lincoln Stein)
36753              
36754              introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
36755              for @- and @+ (from Johan Vromans)
36756              
36757              small nits in diagnostics.pm (from Robin Barker)
36758              
36759              whitespace adjustments
36760              
36761              missing files in MANIFEST
36762              
36763              cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
36764              to compensate
36765              
36766              remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
36767              
36768              perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
36769      Branch: maint-5.6/perl
36770           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
36771           !> MANIFEST Porting/makerel lib/CGI.pm lib/CGI/Carp.pm
36772           !> lib/CGI/Cookie.pm lib/CGI/Pretty.pm lib/CGI/Push.pm
36773           !> lib/English.pm lib/Pod/Man.pm lib/Pod/Text.pm
36774           !> lib/diagnostics.pm pod/perldiag.pod pod/perlretut.pod
36775           !> pod/perltrap.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
36776           !> t/lib/cgi-html.t t/lib/cgi-request.t
36777 ____________________________________________________________________________
36778 [  7297] By: gsar                                  on 2000/10/16  04:44:30
36779         Log: integrate change#6025 from mainline
36780              
36781              Is{Alnum,Alpha,Word} don't match titlecase
36782              TODO: IsSpace is defined recursively!
36783              (both spotted by Larry)
36784      Branch: maint-5.6/perl
36785           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
36786           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
36787 ____________________________________________________________________________
36788 [  7296] By: gsar                                  on 2000/10/16  04:39:30
36789         Log: integrate change#6023 from mainline
36790              
36791              debugger stomps on $. (from M.J.T. Guy)
36792      Branch: maint-5.6/perl
36793           !> lib/perl5db.pl
36794 ____________________________________________________________________________
36795 [  7295] By: gsar                                  on 2000/10/16  04:38:02
36796         Log: integrate change#6022 from mainline
36797              
36798              unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
36799      Branch: maint-5.6/perl
36800           !> sv.c
36801 ____________________________________________________________________________
36802 [  7294] By: gsar                                  on 2000/10/16  04:37:05
36803         Log: integrate changes#6018..6021 from mainline
36804              
36805              make lib/syslog.t portable to systems that don't have _PATH_LOG,
36806              make _PATH_LOG() return "" if unavailable
36807              
36808              windows portability tweaks
36809              
36810              test tweak
36811              
36812              remove Win2K issue in pod (fixed by change#6020)
36813      Branch: maint-5.6/perl
36814           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
36815           !> ext/Sys/Syslog/Syslog.xs pod/perldelta.pod t/lib/b.t
36816           !> t/lib/open3.t t/lib/syslog.t win32/win32.h
36817 ____________________________________________________________________________
36818 [  7293] By: gsar                                  on 2000/10/16  04:20:00
36819         Log: integrate changes#6013..6015 from mainline
36820              
36821              tweak change#5945 to display correct switch name in diagnostic
36822              
36823              glob() loading File::Glob behind the scenes may cause syntax errors
36824              
36825              tweak test for portability
36826      Branch: maint-5.6/perl
36827           !> op.c perl.c pod/perldiag.pod t/lib/b.t
36828 ____________________________________________________________________________
36829 [  7292] By: gsar                                  on 2000/10/16  04:18:11
36830         Log: integrate changes#6005..6010 from mainline, cfgperl
36831              
36832              perldoc might fail via "use blib" (from Hugo van der Sanden)
36833              
36834              Regen Configure.
36835              
36836              note about compile failures and END blocks (from M.J.T. Guy)
36837              
36838              VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
36839              
36840              (change#6009 integrated earlier in change#7255)
36841              
36842              clarify note about shadow password support (from
36843              gellyfish@gellyfish.com)
36844      Branch: maint-5.6/perl
36845           !> Configure Porting/Glossary Porting/config.sh Porting/config_H
36846           !> config_h.SH installperl pod/perldelta.pod pod/perlfunc.pod
36847           !> pod/perlmod.pod utils/perldoc.PL vms/subconfigure.com
36848 ____________________________________________________________________________
36849 [  7291] By: gsar                                  on 2000/10/16  04:12:03
36850         Log: integrate changes#6002,6003 from mainline
36851              
36852              destructive sv_setsv() can lose UV-ness from source, causing
36853              numeric promotions/comparisons to fail to do the right thing
36854              
36855              allow REG_EXPAND_SZ keys in Windows registry (from
36856              John Clayton <John.Clayton@barclayscapital.com>)
36857      Branch: maint-5.6/perl
36858           !> sv.c win32/win32.c
36859 ____________________________________________________________________________
36860 [  7290] By: gsar                                  on 2000/10/16  04:10:19
36861         Log: integrate change#6001 from mainline
36862              
36863              support additional library locations via $Config{otherlibdirs}
36864              (from Andy Dougherty)
36865      Branch: maint-5.6/perl
36866           !> Configure INSTALL Porting/Glossary Porting/config.sh
36867           !> Porting/config_H config_h.SH epoc/config.sh perl.c
36868           !> vms/subconfigure.com vos/config.def vos/config_h.SH_orig
36869           !> win32/config.bc win32/config.gc win32/config.vc
36870 ____________________________________________________________________________
36871 [  7289] By: gsar                                  on 2000/10/16  04:08:28
36872         Log: integrate change#5999 from mainline
36873              
36874              fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
36875      Branch: maint-5.6/perl
36876           !> t/pragma/warn/toke toke.c
36877 ____________________________________________________________________________
36878 [  7288] By: gsar                                  on 2000/10/16  04:07:01
36879         Log: integrate changes#5997,5998 from cfgperl
36880              
36881              Preserve $!.
36882              
36883              Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
36884      Branch: maint-5.6/perl
36885           !> lib/Math/Complex.pm
36886 ____________________________________________________________________________
36887 [  7287] By: gsar                                  on 2000/10/16  04:04:37
36888         Log: integrate change#5995 from mainline
36889              
36890              fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
36891      Branch: maint-5.6/perl
36892           !> mg.c t/pragma/warn/7fatal warnings.h warnings.pl
36893 ____________________________________________________________________________
36894 [  7286] By: gsar                                  on 2000/10/16  04:03:21
36895         Log: integrate change#5994 from mainline
36896              
36897              fix for missed accounting for null byte in pack("Z",...) (from
36898              M.J.T. Guy)
36899      Branch: maint-5.6/perl
36900           !> pp.c t/op/pack.t
36901 ____________________________________________________________________________
36902 [  7285] By: gsar                                  on 2000/10/16  04:02:11
36903         Log: integrate changes#5989..5993 from mainline
36904              
36905              qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
36906              itself and no other (from Tom Hughes)
36907              
36908              use $ENV{LIB} to search for libs under Visual C compiler
36909              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
36910              
36911              posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
36912              
36913              pod nit (from Simon Cozens)
36914              
36915              various minor tweaks seen on p5p
36916      Branch: maint-5.6/perl
36917           !> README.posix-bc hints/posix-bc.sh lib/ExtUtils/Liblist.pm
36918           !> lib/perl5db.pl pod/perlipc.pod pod/perlop.pod pod/perlvar.pod
36919           !> t/op/array.t toke.c
36920 ____________________________________________________________________________
36921 [  7284] By: gsar                                  on 2000/10/16  03:59:00
36922         Log: integrate changes#5978..5988 from mainline
36923              
36924              sync version numbers in File::Spec with the ones on CPAN
36925              (from Barrie Slaymaker)
36926              
36927              under useithreads, constant pad entries could inadvertantly be
36928              shared across threads (from Eric Blood <eblood@xmission.com>);
36929              added Eric's test case to testsuite
36930              
36931              allow Configure -S to run non-interactively (spotted by Greg Hudson
36932              <ghudson@mit.edu>)
36933              
36934              rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
36935              prototype mismatch with CORE::glob(); update pod and tests to
36936              suit (File::Glob::glob() is still available for backward
36937              compatibility, but should be considered deprecated)
36938              
36939              avoid error in IO::Socket::INET when given an unknown service name
36940              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
36941              
36942              numeric conversion of non-number in change#3378 tramples on
36943              OOK offset, causing segfaults
36944              
36945              attributes::reftype() doesn't work on tied argument
36946              
36947              forked child may not exit correctly if it failed to open
36948              /dev/console (from Graham Barr)
36949              
36950              add regular expressions tutorial and quick-start guide (from
36951              Mark Kvale <kvale@phy.ucsf.edu>)
36952              
36953              B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
36954              
36955              s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
36956              <paul@miraclefish.com>)
36957      Branch: maint-5.6/perl
36958           +> pod/perlrequick.pod pod/perlretut.pod
36959           !> AUTHORS Configure MAINTAIN MANIFEST ext/B/B/Bytecode.pm
36960           !> ext/B/B/Disassembler.pm ext/File/Glob/Glob.pm
36961           !> ext/IO/lib/IO/Socket/INET.pm ext/Sys/Syslog/Syslog.pm
36962           !> lib/ExtUtils/MakeMaker.pm lib/File/Spec/Functions.pm
36963           !> lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
36964           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
36965           !> lib/File/Spec/Win32.pm op.c sv.c t/lib/glob-basic.t
36966           !> t/lib/glob-case.t t/lib/glob-taint.t t/op/misc.t xsutils.c
36967 ____________________________________________________________________________
36968 [  7283] By: gsar                                  on 2000/10/16  03:52:14
36969         Log: integrate change#5977 from mainline
36970              
36971              autoquote barewords followed by newline and arrow properly
36972              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
36973      Branch: maint-5.6/perl
36974           !> t/pragma/warn/toke toke.c
36975 ____________________________________________________________________________
36976 [  7282] By: gsar                                  on 2000/10/16  03:50:48
36977         Log: integrate change#5976 from mainline
36978              
36979              DB_File v1.73 update (from Paul Marquess)
36980      Branch: maint-5.6/perl
36981           !> ext/DB_File/Changes ext/DB_File/DB_File.pm
36982           !> ext/DB_File/DB_File.xs ext/DB_File/version.c
36983 ____________________________________________________________________________
36984 [  7281] By: gsar                                  on 2000/10/16  03:49:14
36985         Log: integrate change#5975 from mainline
36986              
36987              allow sort() reentrancy (variant of patch suggested by
36988              Hugo van der Sanden)
36989      Branch: maint-5.6/perl
36990           !> pp_ctl.c t/op/sort.t
36991 ____________________________________________________________________________
36992 [  7280] By: gsar                                  on 2000/10/16  03:48:22
36993         Log: integrate change#5974 from mainline
36994              
36995              change#4197 somehow missed initializing PL_errors, meaning
36996              syntax error queueing wasn't working outside eval"" at all;
36997              also fixed eval"" to localize PL_error_count, so that compile-time
36998              eval's don't clobber the error state of the outer context
36999      Branch: maint-5.6/perl
37000           !> lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
37001           !> t/pragma/warn/toke
37002 ____________________________________________________________________________
37003 [  7279] By: gsar                                  on 2000/10/16  03:46:21
37004         Log: integrate change#5973 from mainline
37005              
37006              fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
37007      Branch: maint-5.6/perl
37008           !> regcomp.c regexec.c t/op/re_tests
37009 ____________________________________________________________________________
37010 [  7278] By: gsar                                  on 2000/10/16  03:44:54
37011         Log: integrate change#5971 from cfgperl
37012              
37013              Unicos tweaks from Mark P. Lutz.
37014      Branch: maint-5.6/perl
37015           !> hints/unicos.sh lib/Math/Complex.pm
37016 ____________________________________________________________________________
37017 [  7277] By: gsar                                  on 2000/10/16  03:42:59
37018         Log: integrate changes#5966..5970 from mainline
37019              
37020              add testsuite for B backends, fix bug in B::Deparse (from
37021              Simon Cozens <simon@brecon.co.uk>)
37022              
37023              improved docs on the warn_uninit diagnostic (from David Glasser
37024              and Simon Cozens)
37025              
37026              tolerate spaces in group names in test on solaris (from David Boyce
37027              <dsb@boyski.com>)
37028              
37029              fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
37030              
37031              Data::Dumper fumbles negative numbers on 32-bit platforms where
37032              IV is >32bits
37033      Branch: maint-5.6/perl
37034           +> t/lib/b.t t/lib/syslog.t
37035           !> MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
37036           !> ext/Data/Dumper/Dumper.xs ext/Sys/Syslog/Syslog.pm
37037           !> pod/perldiag.pod t/lib/dumper.t t/op/groups.t
37038 ____________________________________________________________________________
37039 [  7276] By: gsar                                  on 2000/10/16  03:39:30
37040         Log: integrate change#5965 from mainline
37041              
37042              avoid "will not stay shared" warnings for our variables (from
37043              Robin Barker)
37044      Branch: maint-5.6/perl
37045           !> op.c t/pragma/warn/op
37046 ____________________________________________________________________________
37047 [  7275] By: gsar                                  on 2000/10/16  03:38:18
37048         Log: integrate change#5964 from mainline
37049              
37050              reformat to 72 columns (again)
37051      Branch: maint-5.6/perl
37052           !> pod/perldiag.pod
37053 ____________________________________________________________________________
37054 [  7274] By: gsar                                  on 2000/10/16  03:36:58
37055         Log: integrate change#5963 from mainline
37056              
37057              patch from Larry to make (\&) prototype work; added tests for
37058              the same
37059      Branch: maint-5.6/perl
37060           !> op.c t/comp/proto.t
37061 ____________________________________________________________________________
37062 [  7273] By: gsar                                  on 2000/10/16  03:35:51
37063         Log: integrate changes#5956..5962 from mainline
37064              
37065              better diagnostics on failed tests (from Ilya Zakharevich)
37066              
37067              pod nits (from A. C. Yardley <yardley@tanet.net>)
37068              
37069              change#3569 deleted some essential code, revert; avoid use of
37070              atexit() to make DynaLoader work properly on AIX under mod_perl
37071              (from Jens-Uwe Mager <jum@helios.de>)
37072              
37073              doubled words in pods (from Simon Cozens
37074              <simon.p.cozens@jp.pwcglobal.com>)
37075              
37076              better INSTALL notes on Solaris issues (from Dominic Dunlop)
37077              
37078              recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
37079              
37080              updated README.hpux (from Jeff Okamoto)
37081      Branch: maint-5.6/perl
37082           !> INSTALL README.hpux emacs/cperl-mode.el
37083           !> ext/DynaLoader/dl_aix.xs pod/perldebguts.pod pod/perldelta.pod
37084           !> pod/perlfaq5.pod pod/perlfork.pod pod/perlfunc.pod
37085           !> pod/perlipc.pod pod/perllexwarn.pod pod/perllocale.pod
37086           !> pod/perlmod.pod pod/perlmodlib.pod pod/perlnumber.pod
37087           !> pod/perlopentut.pod pod/perltodo.pod pod/perltootc.pod
37088           !> t/op/lex_assign.t
37089 ____________________________________________________________________________
37090 [  7272] By: gsar                                  on 2000/10/16  03:31:22
37091         Log: integrate change#5955 from mainline
37092              
37093              longstanding bug exposed by change#3307: sort arguments weren't
37094              compiled with the right wantarray context (ensuing runtime lookup
37095              via block_gimme() was getting the incidental context of the
37096              sort() itself)
37097      Branch: maint-5.6/perl
37098           !> op.c t/op/sort.t
37099 ____________________________________________________________________________
37100 [  7271] By: gsar                                  on 2000/10/16  03:29:11
37101         Log: integrate changes#5933,5935,5940..5944,5946,5951,5952 from cfgperl
37102              branch
37103              
37104              Flatten the cpp jungle doing the nosuid checking.
37105              
37106              Do not assume sign propagation. (from M.J.T. Guy)
37107              
37108              Various Unicos 10.0.0.6 fixes. (from Mark Lutz)
37109              
37110              Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
37111              Now pp_ncmp() returns undef is either operand is a NaN.
37112              
37113              On second thoughts frexp() does have two arguments.
37114              
37115              Document that tr() is not tr(1).
37116              
37117              Be more robust on "extreme" (large absolute value)
37118              arguments.  Originally reported by Daniel Connelly
37119              as a problem with asinh() on large negative arguments,
37120              asinh() used to bail out because an argument to log()
37121              ended up being zero.  Ilya Zakharevich proposed using
37122              Taylor's series in such cases, which for such large
37123              arguments is a very good approximation.
37124              
37125              Undo "use integer" addition from 64bitint as it seems
37126              to break most of the subtests in Digital UNIX;
37127              Unicos needs to find another way.
37128      Branch: maint-5.6/perl
37129           !> (integrate 29 files)
37130 ____________________________________________________________________________
37131 [  7270] By: gsar                                  on 2000/10/16  03:09:44
37132         Log: integrate changes#5948,5949,5950 from mainline
37133              
37134              typo in vars.pm that leads to cryptic message (from Piotr
37135              Piatkowski <kompas@kompas.usr.onet.pl>)
37136              
37137              make perldoc use the pod2man from the same version (from
37138              M.J.T. Guy)
37139              
37140              reformat perldiag to avoid long lines
37141      Branch: maint-5.6/perl
37142           !> lib/vars.pm pod/perldiag.pod utils/perldoc.PL
37143 ____________________________________________________________________________
37144 [  7269] By: gsar                                  on 2000/10/16  03:05:54
37145         Log: integrate change#5947 from mainline
37146              
37147              use &dl_error rather than &dl_load_file as the guard for calling
37148              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
37149              statically built perl)
37150      Branch: maint-5.6/perl
37151           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
37152 ____________________________________________________________________________
37153 [  7268] By: gsar                                  on 2000/10/16  03:04:48
37154         Log: integrate change#5945 from mainline
37155              
37156              make module name mandatory after -M switch; reorder perldiag
37157              alphabetically (from Mark-Jason Dominus)
37158      Branch: maint-5.6/perl
37159           !> perl.c pod/perldiag.pod
37160 ____________________________________________________________________________
37161 [  7267] By: gsar                                  on 2000/10/16  03:03:01
37162         Log: integrate change#5939 from mainline
37163              
37164              more pod nits (from Larry Virden)
37165      Branch: maint-5.6/perl
37166           !> README.win32 pod/perlsub.pod pod/perlsyn.pod
37167           !> pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
37168           !> pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
37169 ____________________________________________________________________________
37170 [  7266] By: gsar                                  on 2000/10/16  03:01:39
37171         Log: integrate change#5938 from mainline
37172              
37173              Consolidated B::Deparse fixes (from Stephen McCamant)
37174      Branch: maint-5.6/perl
37175           !> ext/B/B/Deparse.pm
37176 ____________________________________________________________________________
37177 [  7265] By: gsar                                  on 2000/10/16  03:00:43
37178         Log: integrate change#5936 from mainline
37179              
37180              additional tests for change#7263 (from Paul Marquess)
37181      Branch: maint-5.6/perl
37182           !> t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
37183           !> t/pragma/warn/5nolint t/pragma/warn/6default
37184 ____________________________________________________________________________
37185 [  7264] By: gsar                                  on 2000/10/16  02:58:34
37186         Log: integrate change#5934 from mainline
37187              
37188              propagate lexical warnings from surrounding scope correctly
37189              within string eval() (from Paul Marquess)
37190      Branch: maint-5.6/perl
37191           !> pp_ctl.c t/pragma/warn/pp_ctl
37192 ____________________________________________________________________________
37193 [  7263] By: gsar                                  on 2000/10/16  02:56:53
37194         Log: integrate change#5932 from mainline
37195              
37196              add rsignal(), whichsig() and do_join() to public API list
37197              (mod_perl uses them to good advantage)
37198      Branch: maint-5.6/perl
37199           !> embed.pl global.sym objXSUB.h perlapi.c proto.h
37200 ____________________________________________________________________________
37201 [  7262] By: gsar                                  on 2000/10/16  02:55:53
37202         Log: integrate change#5931 from mainline
37203              
37204              fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
37205      Branch: maint-5.6/perl
37206           !> pp_hot.c regexec.c t/op/pat.t
37207 ____________________________________________________________________________
37208 [  7261] By: gsar                                  on 2000/10/16  02:55:01
37209         Log: integrate change#5930 from mainline
37210              
37211              small os390 tweaks (from Peter Prymmer)
37212      Branch: maint-5.6/perl
37213           !> config_h.SH makedepend.SH
37214 ____________________________________________________________________________
37215 [  7260] By: gsar                                  on 2000/10/16  02:54:10
37216         Log: integrate change#5929 from mainline
37217              
37218              pod nits
37219      Branch: maint-5.6/perl
37220           !> pod/perlguts.pod
37221 ____________________________________________________________________________
37222 [  7259] By: gsar                                  on 2000/10/16  02:52:55
37223         Log: integrate change#5927 from mainline
37224              
37225              arrange for next() to resume at the unstack op rather than the
37226              loop conditional, so that scope cleanup happens correctly
37227              (from Stephen McCamant)
37228      Branch: maint-5.6/perl
37229           !> op.c pp_ctl.c t/op/misc.t
37230 ____________________________________________________________________________
37231 [  7258] By: gsar                                  on 2000/10/16  02:51:38
37232         Log: integrate change#5926 from mainline
37233              
37234              on windows, reserve 16M of stack rather than 128M (allows more
37235              threads to run concurrently)
37236      Branch: maint-5.6/perl
37237           !> win32/Makefile win32/makefile.mk
37238 ____________________________________________________________________________
37239 [  7257] By: gsar                                  on 2000/10/16  02:50:37
37240         Log: integrate change#5925 from mainline
37241              
37242              POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
37243      Branch: maint-5.6/perl
37244           !> toke.c
37245 ____________________________________________________________________________
37246 [  7256] By: gsar                                  on 2000/10/16  02:49:36
37247         Log: integrate change#5924 from mainline
37248              
37249              avoid using uninitialized memory in require version check
37250      Branch: maint-5.6/perl
37251           !> pp_ctl.c universal.c
37252 ____________________________________________________________________________
37253 [  7255] By: gsar                                  on 2000/10/16  02:48:03
37254         Log: integrate changes#5923,5928,6009 from mainline
37255              
37256              IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
37257      Branch: maint-5.6/perl
37258           !> ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
37259 ____________________________________________________________________________
37260 [  7254] By: gsar                                  on 2000/10/16  02:44:46
37261         Log: integrate change#5922 from mainline
37262              
37263              commentary about IoTYPE() (from Nathan Torkington)
37264      Branch: maint-5.6/perl
37265           !> sv.h
37266 ____________________________________________________________________________
37267 [  7253] By: gsar                                  on 2000/10/16  02:43:49
37268         Log: integrate change#5921 from mainline
37269              
37270              make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
37271      Branch: maint-5.6/perl
37272           !> sv.c t/lib/charnames.t t/pragma/utf8.t
37273 ____________________________________________________________________________
37274 [  7252] By: gsar                                  on 2000/10/16  02:42:31
37275         Log: integrate change#5920 from mainline
37276              
37277              Larry's fix for buggy propagation of utf8-ness in join(); add test
37278      Branch: maint-5.6/perl
37279           !> doop.c t/op/ver.t
37280 ____________________________________________________________________________
37281 [  7251] By: gsar                                  on 2000/10/16  02:41:14
37282         Log: integrate changes#5915..5919 from mainline
37283              
37284              various (pod tweaks &c)
37285      Branch: maint-5.6/perl
37286           !> (integrate 33 files)
37287 ____________________________________________________________________________
37288 [  7250] By: gsar                                  on 2000/10/16  02:38:16
37289         Log: integrate change#5914 from mainline
37290              
37291              caller() wasn't returning the right number of elements for
37292              eval {...}
37293      Branch: maint-5.6/perl
37294           !> pp_ctl.c t/pragma/warn/9enabled
37295 ____________________________________________________________________________
37296 [  7249] By: gsar                                  on 2000/10/16  02:37:02
37297         Log: integrate change#5913 from mainline
37298              
37299              pod nit: $yday range for localtime/gmtime is 0..364 not 1..365
37300              (from Mark-Jason Dominus)
37301      Branch: maint-5.6/perl
37302           !> pod/perlfunc.pod
37303 ____________________________________________________________________________
37304 [  7248] By: gsar                                  on 2000/10/16  02:35:58
37305         Log: integrate change#5912 from mainline
37306              
37307              fix totally broken caching in UNIVERSAL::isa() (from
37308              Nick Ing-Simmons)
37309      Branch: maint-5.6/perl
37310           !> t/op/universal.t universal.c
37311 ____________________________________________________________________________
37312 [  7247] By: gsar                                  on 2000/10/16  02:34:27
37313         Log: integrate changes#5910,5911 from mainline
37314              
37315              typo in pod
37316              
37317              add linebreak properties from unicode/LineBrk.txt (from
37318              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
37319      Branch: maint-5.6/perl
37320           +> (branch 29 files)
37321           !> ext/Thread/Thread.pm lib/unicode/mktables.PL
37322 ____________________________________________________________________________
37323 [  7246] By: gsar                                  on 2000/10/16  02:33:29
37324         Log: integrate change#5909 from mainline
37325              
37326              mode argument to do_binmode() should be file mode, not boolean
37327      Branch: maint-5.6/perl
37328           !> pp_sys.c
37329 ____________________________________________________________________________
37330 [  7245] By: gsar                                  on 2000/10/16  02:31:04
37331         Log: integrate change#5908 from mainline
37332              
37333              introduce illegal symbols into null package so that
37334              gv_fetchpv(...,TRUE) always returns a valid GV even when the
37335              symbol is trapped by strictures (avoids coredumps)
37336      Branch: maint-5.6/perl
37337           !> embedvar.h gv.c intrpvar.h perl.c perlapi.h
37338           !> t/pragma/strict-vars
37339 ____________________________________________________________________________
37340 [  7244] By: jhi                                   on 2000/10/16  02:29:54
37341         Log: Subject: $Carp::ExportLevel confusion in Exporter
37342              From: "Ben Tilly" <ben_tilly@hotmail.com>
37343              Date: Sat, 14 Oct 2000 16:44:34 EDT
37344              Message-ID: <LAW2-F258sQwY6YHkid00003788@hotmail.com>
37345      Branch: perl
37346            ! lib/Exporter/Heavy.pm
37347 ____________________________________________________________________________
37348 [  7243] By: jhi                                   on 2000/10/16  02:28:33
37349         Log: Subject: [PATCH perlguts.pod] Document offset hack
37350              From: Simon Cozens <simon@cozens.net>
37351              Message-ID: <20001014193225.A6568@pembro4.pmb.ox.ac.uk>
37352              Date: Sat, 14 Oct 2000 19:32:25 +0100
37353      Branch: perl
37354            ! pod/perlguts.pod
37355 ____________________________________________________________________________
37356 [  7242] By: gsar                                  on 2000/10/16  02:26:51
37357         Log: integrate changes#5905,5906,5907,6064 from mainline
37358              
37359              printf/sprintf didn't get quad types right under use64bitint
37360      Branch: maint-5.6/perl
37361           !> pp_sys.c sv.c t/op/64bitint.t
37362 ____________________________________________________________________________
37363 [  7241] By: jhi                                   on 2000/10/16  02:22:44
37364         Log: Subject: small pod patch
37365              From: Dan Boorstein <dan_boo@bellsouth.net>
37366              Date: Sat, 14 Oct 2000 14:29:24 -0400
37367              Message-ID: <39E8A604.B501DB4F@bellsouth.net>
37368      Branch: perl
37369            ! pod/perlfaq7.pod pod/perlmod.pod
37370 ____________________________________________________________________________
37371 [  7240] By: jhi                                   on 2000/10/16  02:13:46
37372         Log: -w cleanup.
37373              
37374              Subject: Re: Problems with bleadperl 
37375              From: "Stephen P. Potter" <spp@ds.net>
37376              Date: Fri, 13 Oct 2000 13:32:49 -0400
37377              Message-Id: <200010131732.NAA19391@spp.users.ds.net>
37378      Branch: perl
37379            ! t/pragma/overload.t
37380 ____________________________________________________________________________
37381 [  7239] By: jhi                                   on 2000/10/16  01:41:18
37382         Log: One more ~utf8 tweak.
37383      Branch: perl
37384            ! t/op/bop.t
37385 ____________________________________________________________________________
37386 [  7238] By: jhi                                   on 2000/10/16  01:34:14
37387         Log: Tweak the test of #7235.
37388      Branch: perl
37389            ! t/op/bop.t
37390 ____________________________________________________________________________
37391 [  7237] By: jhi                                   on 2000/10/16  01:25:04
37392         Log: Fix a couple of compiler-noted nits in #7235.
37393      Branch: perl
37394            ! pp.c
37395 ____________________________________________________________________________
37396 [  7236] By: jhi                                   on 2000/10/16  01:22:46
37397         Log: Fix few quad issues, which for example broke chr(~chr(~0)) for UTF8.
37398      Branch: perl
37399            ! pp.c pp_hot.c
37400 ____________________________________________________________________________
37401 [  7235] By: jhi                                   on 2000/10/15  16:24:44
37402         Log: Make ~(chr(a).chr(b)) eq chr(~a).chr(~b) on utf8.
37403              
37404              From: Simon Cozens <simon@cozens.net>
37405              Subject: [PATCH] Re: [ID 20000918.005] ~ on wide chars
37406              Date: Sat, 14 Oct 2000 20:52:13 +0100
37407              Message-ID: <20001014205213.A9645@pembro4.pmb.ox.ac.uk>
37408      Branch: perl
37409            ! pp.c t/op/bop.t utf8.h
37410 ____________________________________________________________________________
37411 [  7234] By: jhi                                   on 2000/10/15  15:19:29
37412         Log: split() utf8 fixes.  Should fix both 20001014.001 and 20000426.003.
37413              The problem was that rx->minlen was in chars while pp_split()
37414              thought it would be in bytes. 
37415      Branch: perl
37416            ! pp.c t/pragma/utf8.t
37417 ____________________________________________________________________________
37418 [  7233] By: jhi                                   on 2000/10/14  20:24:24
37419         Log: Document FNCASE=y as discussed in the bug 20000902.009.
37420      Branch: perl
37421            ! README.dos
37422 ____________________________________________________________________________
37423 [  7232] By: jhi                                   on 2000/10/14  18:52:21
37424         Log: Add test for bug id 20000427.003 (which seems to have
37425              been fixed) (also duplicate as 20000427.004, though
37426              with a higher severity).  Move one utf8 from op/append
37427              to pragma/utf8, tag the tests with bug ids.
37428      Branch: perl
37429            ! t/op/append.t t/pragma/utf8.t
37430 ____________________________________________________________________________
37431 [  7231] By: jhi                                   on 2000/10/14  17:28:37
37432         Log: Test cases for bug id 20000323.056 (the bug seems to be fixed).
37433      Branch: perl
37434            ! t/pragma/utf8.t
37435 ____________________________________________________________________________
37436 [  7230] By: jhi                                   on 2000/10/14  14:24:50
37437         Log: Needs to be conditional on SunOS 4.
37438              
37439              Subject: [Pach 5.7.0@7229] Removing -ldb from the core build
37440              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
37441              Date: Sat, 14 Oct 2000 13:37:49 +0100
37442              Message-ID: <000101c035db$8ffb60a0$2614140a@bfs.phone.com>
37443      Branch: metaconfig/U/perl
37444            ! End.U
37445      Branch: perl
37446            ! Configure myconfig.SH pod/perldelta.pod
37447 ____________________________________________________________________________
37448 [  7229] By: jhi                                   on 2000/10/14  00:49:22
37449         Log: Update Changes.
37450      Branch: perl
37451            ! Changes patchlevel.h
37452 ____________________________________________________________________________
37453 [  7228] By: jhi                                   on 2000/10/14  00:46:10
37454         Log: Subject: RFC: a (temporary?) way around utf8.pm for EBCDIC
37455              From: Peter Prymmer <pvhp@forte.com>
37456              Date: Fri, 13 Oct 2000 15:59:56 -0700 (PDT)
37457              Message-ID: <Pine.OSF.4.10.10010131548260.133963-100000@aspara.forte.com>
37458      Branch: perl
37459            ! lib/utf8.pm
37460 ____________________________________________________________________________
37461 [  7227] By: jhi                                   on 2000/10/13  23:20:30
37462         Log: Make the test acknowledge that self-ties are disabled as #7213 said.
37463      Branch: perl
37464            ! t/op/tie.t
37465 ____________________________________________________________________________
37466 [  7226] By: jhi                                   on 2000/10/13  22:14:32
37467         Log: Tweak #7225.
37468              
37469              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00 (UNINSTALLED) [PATCH bleadperl]
37470              From: Peter Prymmer <pvhp@forte.com>
37471              Date: Fri, 13 Oct 2000 14:44:49 -0700 (PDT)
37472              Message-ID: <Pine.OSF.4.10.10010131414410.133963-100000@aspara.forte.com>
37473      Branch: perl
37474            ! t/op/sprintf.t
37475 ____________________________________________________________________________
37476 [  7225] By: jhi                                   on 2000/10/13  22:11:31
37477         Log: op/sprintf.t patch for OS/390 (and any other host with limited
37478              floating-point exponent length)
37479              
37480              Subject: Re: [ID 20001006.014] Not OK: perl v5.7.0 +DEVEL7158 on os390 05.00  (UNINSTALLED) [PATCH bleadperl]
37481              From: Dominic Dunlop <domo@computer.org>
37482              Date: Fri, 13 Oct 2000 19:17:57 +0200
37483              Message-Id: <p04320400b60cf2a6a05c@[192.168.1.4]>
37484      Branch: perl
37485            ! t/op/sprintf.t
37486 ____________________________________________________________________________
37487 [  7224] By: jhi                                   on 2000/10/13  18:40:48
37488         Log: Allow @+ and @- to be doublequoted, from Simon Cozens. 
37489      Branch: perl
37490            ! toke.c
37491 ____________________________________________________________________________
37492 [  7223] By: jhi                                   on 2000/10/13  18:37:13
37493         Log: Thinko in #7222.
37494      Branch: perl
37495            ! utf8.c
37496 ____________________________________________________________________________
37497 [  7222] By: jhi                                   on 2000/10/13  18:05:23
37498         Log: Use UTF8SKIP(), from Simon Cozens.
37499      Branch: perl
37500            ! utf8.c
37501 ____________________________________________________________________________
37502 [  7221] By: jhi                                   on 2000/10/13  15:43:19
37503         Log: (accidentally empty check-in)
37504      Branch: perl
37505            ! utf8.c
37506 ____________________________________________________________________________
37507 [  7220] By: jhi                                   on 2000/10/13  15:23:51
37508         Log: Add (optimistically) Storable to static extensions.
37509      Branch: perl
37510            ! hints/uwin.sh hints/vmesa.sh
37511 ____________________________________________________________________________
37512 [  7219] By: jhi                                   on 2000/10/13  15:20:05
37513         Log: Amdahl UTS doesn't seem to do dynaloading.
37514      Branch: perl
37515            ! hints/uts.sh
37516 ____________________________________________________________________________
37517 [  7218] By: jhi                                   on 2000/10/13  15:15:20
37518         Log: Slight tweak of the code to appease Amdahl UTS cc.
37519      Branch: perl
37520            ! pp.c
37521 ____________________________________________________________________________
37522 [  7217] By: jhi                                   on 2000/10/13  14:50:42
37523         Log: In Amdahl UTS "struct sv" is defined by a system header,
37524              <ksync.h>.
37525      Branch: perl
37526            ! perl.h sv.h
37527 ____________________________________________________________________________
37528 [  7216] By: jhi                                   on 2000/10/13  11:58:25
37529         Log: Ilya implemented the memory profiling API.
37530      Branch: perl
37531            ! Todo
37532 ____________________________________________________________________________
37533 [  7215] By: jhi                                   on 2000/10/13  02:56:38
37534         Log: Subject: [PATCH 5.7.0] Perl API for mstats
37535              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37536              Date: Thu, 12 Oct 2000 22:52:40 -0400
37537              Message-ID: <20001012225240.A7113@monk.mps.ohio-state.edu>
37538      Branch: perl
37539            ! ext/Devel/Peek/Peek.pm ext/Devel/Peek/Peek.xs
37540 ____________________________________________________________________________
37541 [  7214] By: jhi                                   on 2000/10/13  02:55:38
37542         Log: Subject: [PATCH 5.7.0] IVs in mtats
37543              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
37544              Date: Thu, 12 Oct 2000 22:51:04 -0400
37545              Message-ID: <20001012225104.A7103@monk.mps.ohio-state.edu>
37546      Branch: perl
37547            ! malloc.c perl.h
37548 ____________________________________________________________________________
37549 [  7213] By: jhi                                   on 2000/10/13  02:31:47
37550         Log: Self-ties are unsupported currently, stopgap patch from Alan Burlison.
37551      Branch: perl
37552            ! pod/perldiag.pod pp_sys.c
37553 ____________________________________________________________________________
37554 [  7212] By: jhi                                   on 2000/10/13  01:27:38
37555         Log: Subject: [PATCH: perl@7181] was: Re: off to a bad start on fixing regression tests
37556              From: Peter Prymmer <pvhp@forte.com>
37557              Date: Tue, 10 Oct 2000 10:26:07 -0700 (PDT)
37558              Message-ID: <Pine.OSF.4.10.10010101020180.441897-100000@aspara.forte.com>
37559      Branch: perl
37560            ! t/op/oct.t
37561 ____________________________________________________________________________
37562 [  7211] By: jhi                                   on 2000/10/13  00:35:09
37563         Log: Update Changes.
37564      Branch: perl
37565            ! Changes patchlevel.h
37566 ____________________________________________________________________________
37567 [  7210] By: jhi                                   on 2000/10/12  23:59:40
37568         Log: The Install.pm third of
37569              
37570              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
37571              From: Bill Campbell <bill@celestial.com>
37572              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
37573              Date: Thu, 5 Oct 2000 18:04:51 -0700
37574      Branch: perl
37575            ! lib/ExtUtils/Install.pm
37576 ____________________________________________________________________________
37577 [  7209] By: jhi                                   on 2000/10/12  23:58:43
37578         Log: Two thirds of
37579              
37580              Subject: Proposed patches, Install.pm getopts.pl termcap.pl
37581              Date: Thu, 5 Oct 2000 18:04:51 -0700
37582              From: Bill Campbell <bill@celestial.com>
37583              Message-ID: <20001005180451.A22029@kstarr.celestial.com>
37584              
37585              The Install.pm changes will be submitted separately because
37586              they need some work and discussion still.
37587      Branch: perl
37588            ! lib/getopts.pl lib/termcap.pl
37589 ____________________________________________________________________________
37590 [  7208] By: jhi                                   on 2000/10/12  23:41:19
37591         Log: Subject:  [PATCH] 5.6.0 & 5.7.1,  VMS fixes
37592              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37593              Date:     Thu, 12 Oct 2000 07:30:02 EDT
37594              Message-Id: <001012072828.2eabc@DUPHY4.Physics.Drexel.Edu>
37595      Branch: perl
37596            ! lib/File/Temp.pm t/lib/st-lock.t t/pod/find.t
37597            ! t/pod/testp2pt.pl vms/gen_shrfls.pl
37598 ____________________________________________________________________________
37599 [  7207] By: jhi                                   on 2000/10/12  23:39:01
37600         Log: An updated EBCDIC tr patch.
37601              
37602              Subject: Re: [PATCH: perl@7181] op/tr tests on OS/390
37603              From: Peter Prymmer <pvhp@forte.com>
37604              Date: Wed, 11 Oct 2000 17:16:30 -0700 (PDT)
37605              Message-ID: <Pine.OSF.4.10.10010111707430.516446-100000@aspara.forte.com>
37606      Branch: perl
37607            ! t/op/tr.t
37608 ____________________________________________________________________________
37609 [  7206] By: jhi                                   on 2000/10/12  23:34:55
37610         Log: Upgrade to CPAN 1.58, from Andreas König.
37611      Branch: perl
37612            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
37613 ____________________________________________________________________________
37614 [  7205] By: jhi                                   on 2000/10/12  23:29:08
37615         Log: Introduce the man[24-8] variables, from Andy Dougherty.
37616      Branch: metaconfig/U/perl
37617            + mandirs.U mandirstyle.U
37618      Branch: perl
37619            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
37620            ! config_h.SH epoc/config.sh uconfig.h uconfig.sh vos/config.def
37621            ! vos/config.h vos/config.pl vos/config_h.SH_orig
37622            ! win32/config.bc win32/config.gc win32/config.vc
37623 ____________________________________________________________________________
37624 [  7204] By: gsar                                  on 2000/10/12  18:11:24
37625         Log: restore change#7202
37626      Branch: perl
37627            ! mg.c
37628 ____________________________________________________________________________
37629 [  7203] By: gsar                                  on 2000/10/12  18:09:40
37630         Log: another test of the Emergency Broadcast System--back out 
37631              change#7202
37632      Branch: perl
37633            ! mg.c
37634 ____________________________________________________________________________
37635 [  7202] By: gsar                                  on 2000/10/12  16:40:47
37636         Log: (submitted on behalf of Jarkko)
37637              Fix the lib/encode.t subtest 6 failure as reported by Andreas
37638              Koenig, gmagical substr() wasn't propagating UTF8ness.  The bug
37639              was unearthed by change 7182, as was a bug in HTML::Entities.
37640      Branch: perl
37641            ! mg.c
37642 ____________________________________________________________________________
37643 [  7201] By: jhi                                   on 2000/10/11  03:16:05
37644         Log: SvPV() (via mg_get() of sv_2pv()) can update the UTF8ness of the SVs.
37645      Branch: perl
37646            ! pp_hot.c t/pragma/utf8.t
37647 ____________________________________________________________________________
37648 [  7200] By: jhi                                   on 2000/10/11  00:40:30
37649         Log: The #7198 was a false alarm.
37650      Branch: perl
37651            ! pp_hot.c
37652 ____________________________________________________________________________
37653 [  7199] By: jhi                                   on 2000/10/11  00:26:04
37654         Log: Remove duplicated code.
37655      Branch: perl
37656            ! t/lib/cgi-html.t
37657 ____________________________________________________________________________
37658 [  7198] By: jhi                                   on 2000/10/10  23:30:46
37659         Log: (Retracted by #7200.)
37660      Branch: perl
37661            ! pp_hot.c
37662 ____________________________________________________________________________
37663 [  7197] By: jhi                                   on 2000/10/10  21:49:30
37664         Log: Add the test case for #7190, from the original bug report
37665              by Andreas König.
37666      Branch: perl
37667            ! t/pragma/utf8.t
37668 ____________________________________________________________________________
37669 [  7196] By: jhi                                   on 2000/10/10  21:40:49
37670         Log: Reapply Andy's patch and regen Configure.
37671      Branch: perl
37672            ! Configure INSTALL Makefile.SH Porting/Glossary
37673            ! Porting/config.sh config_h.SH epoc/config.sh installperl
37674            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
37675            ! win32/config.vc
37676 ____________________________________________________________________________
37677 [  7195] By: jhi                                   on 2000/10/10  21:09:30
37678         Log: Use the versiononly instead of the installscripts,
37679              retract the changes 7146 and 7147.
37680      Branch: perl
37681            ! Configure INSTALL Makefile.SH Porting/Glossary
37682            ! Porting/config.sh Porting/config_H config_h.SH epoc/config.sh
37683            ! installperl uconfig.sh vos/config.def win32/config.bc
37684            ! win32/config.gc win32/config.vc
37685 ____________________________________________________________________________
37686 [  7194] By: jhi                                   on 2000/10/10  21:06:15
37687         Log: Subject: [PATCH: perl@7181] ver.t v string tests for os/390
37688              From: Peter Prymmer <pvhp@forte.com>
37689              Date: Tue, 10 Oct 2000 13:24:18 -0700 (PDT)
37690              Message-ID: <Pine.OSF.4.10.10010101322510.441897-100000@aspara.forte.com>
37691      Branch: perl
37692            ! t/op/ver.t
37693 ____________________________________________________________________________
37694 [  7193] By: jhi                                   on 2000/10/10  21:05:12
37695         Log: Subject: [PATCH: perl@7181] op/tr tests on OS/390
37696              From: Peter Prymmer <pvhp@forte.com>
37697              Date: Tue, 10 Oct 2000 13:56:35 -0700 (PDT)
37698              Message-ID: <Pine.OSF.4.10.10010101355140.441897-100000@aspara.forte.com>
37699      Branch: perl
37700            ! t/op/tr.t
37701 ____________________________________________________________________________
37702 [  7192] By: jhi                                   on 2000/10/10  20:57:30
37703         Log: Add versiononly, delete installscripts, from Andy Dougherty.
37704      Branch: metaconfig
37705            - U/installdirs/installscripts.U
37706      Branch: metaconfig/U/perl
37707            + versiononly.U
37708 ____________________________________________________________________________
37709 [  7191] By: jhi                                   on 2000/10/10  19:41:21
37710         Log: Subject: [PATCH: perl@7181] perlebcdic.pod updates and corrections
37711              From: Peter Prymmer <pvhp@forte.com>
37712              Date: Tue, 10 Oct 2000 12:35:57 -0700 (PDT)
37713              Message-ID: <Pine.OSF.4.10.10010101231390.441897-100000@aspara.forte.com>
37714      Branch: perl
37715            ! pod/perlebcdic.pod
37716 ____________________________________________________________________________
37717 [  7190] By: jhi                                   on 2000/10/10  19:26:14
37718         Log: Subject: Re: utf8 concat, mg_get
37719              From: Simon Cozens <simon@cozens.net>
37720              Date: Tue, 10 Oct 2000 17:40:17 +0100
37721              Message-ID: <20001010174017.A13130@pembro4.pmb.ox.ac.uk>
37722      Branch: perl
37723            ! pp_hot.c
37724 ____________________________________________________________________________
37725 [  7189] By: jhi                                   on 2000/10/10  19:23:03
37726         Log: Subject: [ID 20000720.004] ExtUtils::MakeMaker finds wrong version of perl
37727              From: jdb@dfwnet.sbms.sbc.com (J. David Blackstone)
37728              Date: Thu, 20 Jul 2000 13:31:22 -0500 (CDT)
37729              Message-Id: <200007201831.NAA05776@dfwnet1.dfwnet.sbms.sbc.com>
37730      Branch: perl
37731            ! lib/ExtUtils/MM_Unix.pm
37732 ____________________________________________________________________________
37733 [  7188] By: jhi                                   on 2000/10/10  15:31:24
37734         Log: Subject: RE: [ID 19990803.001] README.win32 suggestions 
37735              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
37736              Date: Fri, 14 Jul 2000 10:47:36 +0100
37737              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8224@UKRUX002.rundc.uk.origin-it.com>
37738      Branch: perl
37739            ! README.win32
37740 ____________________________________________________________________________
37741 [  7187] By: jhi                                   on 2000/10/10  13:30:10
37742         Log: Quote the temp file name, needed in Win32 because the
37743              default name unfortunately contains spaces, shouldn't
37744              hurt elsewhere.
37745              
37746              Subject: FW: perldoc fails if $TEMP contains spaces
37747              From: "Moore, Paul" <Paul.Moore@uk.origin-it.com>
37748              Date: Thu, 14 Sep 2000 08:58:45 +0100
37749              Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A82AA@UKRUX002.rundc.uk.origin-it.com>
37750      Branch: perl
37751            ! utils/perldoc.PL
37752 ____________________________________________________________________________
37753 [  7186] By: jhi                                   on 2000/10/10  13:16:27
37754         Log: Subject: [PATCH 5.6.0] Re: [ID 20001009.004] SEGV from sprintf in a thread 
37755              From: hv@hugo.hybyte.com
37756              Date: Tue, 10 Oct 2000 14:10:20 +0100
37757              Message-Id: <200010101310.OAA00953@hugo.hybyte.com>
37758      Branch: perl
37759            ! t/lib/thr5005.t util.c
37760 ____________________________________________________________________________
37761 [  7185] By: jhi                                   on 2000/10/10  12:06:22
37762         Log: Upgrade to podlators 1.04, from Russ Allbery.
37763      Branch: perl
37764            ! lib/Pod/Man.pm lib/Pod/Text.pm
37765 ____________________________________________________________________________
37766 [  7184] By: jhi                                   on 2000/10/10  12:01:32
37767         Log: Upgrade to CGI.pm 2.74, from Lincoln Stein.
37768      Branch: perl
37769            ! lib/CGI.pm t/lib/cgi-form.t t/lib/cgi-html.t
37770 ____________________________________________________________________________
37771 [  7183] By: jhi                                   on 2000/10/09  23:47:15
37772         Log: Subject: [PATCH: perl@7159] various VMS cleanup issues + CXX configure
37773              From: Peter Prymmer <pvhp@forte.com>
37774              Message-ID: <Pine.OSF.4.10.10010091625290.260786-100000@aspara.forte.com>
37775              Date: Mon, 9 Oct 2000 16:30:44 -0700 (PDT)
37776      Branch: perl
37777            ! configure.com vms/descrip_mms.template vms/vms.c vms/vmsish.h
37778 ____________________________________________________________________________
37779 [  7182] By: jhi                                   on 2000/10/09  23:43:16
37780         Log: Make eq work again with utf8 (disabling the upgrading
37781              should no more be necessary since the copies of the
37782              scalars are upgraded, not the scalars themselves).
37783              Takes care of ID 20001009.001.  (The claimed length()
37784              bug in 20001009.001 seems bogus to me.)
37785      Branch: perl
37786            ! sv.c t/pragma/utf8.t
37787 ____________________________________________________________________________
37788 [  7181] By: gsar                                  on 2000/10/09  19:41:54
37789         Log: tweak for change#7173
37790      Branch: perl
37791            ! win32/win32sck.c
37792 ____________________________________________________________________________
37793 [  7180] By: gsar                                  on 2000/10/09  19:26:56
37794         Log: on Windows, clean targets might not work under some flavors of the shell
37795      Branch: perl
37796            ! win32/Makefile win32/makefile.mk
37797 ____________________________________________________________________________
37798 [  7179] By: jhi                                   on 2000/10/09  19:21:02
37799         Log: Update Changes.
37800      Branch: perl
37801            ! Changes patchlevel.h
37802 ____________________________________________________________________________
37803 [  7178] By: jhi                                   on 2000/10/09  19:18:23
37804         Log: Warn about unknown scripts.
37805              
37806              Subject: Re: ideas? patches? [PATCH bleadperl]
37807              From: Dominic Dunlop <domo@computer.org>
37808              Date: Mon, 9 Oct 2000 14:57:17 +0200
37809              Message-Id: <p04320400b6076a75b15f@[192.168.1.4]>
37810      Branch: perl
37811            ! lib/charnames.pm
37812 ____________________________________________________________________________
37813 [  7177] By: jhi                                   on 2000/10/09  19:13:27
37814         Log: Change #7160 had a nasty typo.
37815      Branch: metaconfig
37816            ! U/compline/Compile.U
37817      Branch: perl
37818            ! Configure config_h.SH
37819 ____________________________________________________________________________
37820 [  7176] By: gsar                                  on 2000/10/09  18:59:33
37821         Log: pod nit
37822      Branch: perl
37823            ! pod/perlport.pod
37824 ____________________________________________________________________________
37825 [  7175] By: gsar                                  on 2000/10/09  18:54:28
37826         Log: Windows9x doesn't support link(), despite what Config.pm
37827              might think
37828      Branch: perl
37829            ! lib/ExtUtils/Manifest.pm
37830 ____________________________________________________________________________
37831 [  7174] By: gsar                                  on 2000/10/09  18:50:03
37832         Log: avoid nonportable example code
37833      Branch: perl
37834            ! lib/File/Copy.pm
37835 ____________________________________________________________________________
37836 [  7173] By: gsar                                  on 2000/10/09  18:46:54
37837         Log: on Windows, avoid potential exception (could happen if MSVCRT isn't
37838              being used) when closing a socket handle
37839      Branch: perl
37840            ! win32/win32.c win32/win32.h win32/win32sck.c
37841 ____________________________________________________________________________
37842 [  7172] By: gsar                                  on 2000/10/09  18:41:40
37843         Log: on Windows, cwd strings in the environment should be of the
37844              form =X:=X:\foo instead of =X=X:\foo\
37845      Branch: perl
37846            ! win32/vdir.h
37847 ____________________________________________________________________________
37848 [  7171] By: gsar                                  on 2000/10/09  18:30:09
37849         Log: on Windows, LoadLibrary() could load an extension DLL multiple
37850              times if forward slashes are used in the path
37851      Branch: perl
37852            ! win32/win32.c
37853 ____________________________________________________________________________
37854 [  7170] By: jhi                                   on 2000/10/09  17:53:59
37855         Log: Add a todo note about overloadable assertions.
37856      Branch: perl
37857            ! Todo-5.6
37858 ____________________________________________________________________________
37859 [  7169] By: jhi                                   on 2000/10/09  13:43:45
37860         Log: Subject: PATCH 5.6 perldebguts grammar cleanup
37861              From: mjd@plover.com
37862              Date: 9 Oct 2000 00:24:44 -0000
37863              Message-ID: <20001009002444.10616.qmail@plover.com>
37864      Branch: perl
37865            ! pod/perldebguts.pod
37866 ____________________________________________________________________________
37867 [  7168] By: nick                                  on 2000/10/08  13:16:33
37868         Log: Tables assume network byte order for 16 bit forms, so 'S' packing
37869              is not right thing to do on (e.g. x86). Network order is also "right" for
37870              X fonts.
37871      Branch: perl
37872            ! ext/Encode/Encode.pm
37873 ____________________________________________________________________________
37874 [  7167] By: nick                                  on 2000/10/08  12:54:42
37875         Log: Make "encodings" work post-install when Encode/*.enc files may not
37876              be in same directory as Encode.pm
37877      Branch: perl
37878            ! ext/Encode/Encode.pm
37879 ____________________________________________________________________________
37880 [  7166] By: nick                                  on 2000/10/08  11:51:26
37881         Log: Work round the fact that $hash->{$key} does not take into account
37882              UTF8'ness of $key yet.  Thus fromUnicode needs to do $hash->{chr(ord($ch))}
37883              so that key is always in the "expected" encoding - i.e. same way we put
37884              it in the hash.
37885      Branch: perl
37886            ! ext/Encode/Encode.pm
37887 ____________________________________________________________________________
37888 [  7165] By: gsar                                  on 2000/10/08  04:15:29
37889         Log: save_re_context() could reset PL_curcop to freed memory, causing core
37890              dumps in code such as C<use CGI::Carp; use something_that_calls_die;>
37891      Branch: perl
37892            ! pp_ctl.c
37893 ____________________________________________________________________________
37894 [  7164] By: jhi                                   on 2000/10/06  20:51:48
37895         Log: UTF8ize split() so that the cloned substrings get the UTF8
37896              flag of the original scalar.  Problem reported by Simon Cozens.
37897      Branch: perl
37898            ! pp.c t/pragma/utf8.t
37899 ____________________________________________________________________________
37900 [  7163] By: nick                                  on 2000/10/06  20:48:34
37901         Log: Fix in change 7162 was too-late for case where we "upgraded" to PVIV and
37902              got a false +ve and so did not reach code which would have un-FAKEd the SV.
37903      Branch: perl
37904            ! sv.c
37905 ____________________________________________________________________________
37906 [  7162] By: nick                                  on 2000/10/06  20:25:37
37907         Log: Make sv_upgrade() undo READONLY|FAKE shared string hackery.
37908              To fix  (sort {$a <=> $b} keys %hash) in particular but
37909              should cover a number of other as-yet-unknown cases as well.
37910      Branch: perl
37911            ! sv.c
37912 ____________________________________________________________________________
37913 [  7161] By: jhi                                   on 2000/10/06  19:56:18
37914         Log: Change the version number of Tie::Handle in the core to 4.0,
37915              the (unrelated) Tie::Handle in CPAN will remain at 3.0.
37916              
37917              Subject: Note on Tie::Handle
37918              From: andreas.koenig@anima.de (Andreas J. Koenig)
37919              Date:      06 Oct 2000 21:48:58 +0200
37920              Message-ID: <m3ya01kaxh.fsf@ak-71.mind.de>
37921      Branch: perl
37922            ! lib/Tie/Handle.pm
37923 ____________________________________________________________________________
37924 [  7160] By: jhi                                   on 2000/10/06  18:20:35
37925         Log: Fix bug in #7157 (s/cflags/ccflags); moved the -o foo
37926              as the first option of cc/ld because of ultrapicky compilers
37927              (e.g. OS/390 R2.5)
37928      Branch: metaconfig
37929            + U/modified/d_getpgrp.U U/modified/d_setpgrp.U
37930            ! U/compline/Compile.U U/compline/Csym.U U/compline/ccflags.U
37931            ! U/compline/orderlib.U U/modified/Cppsym.U
37932            ! U/modified/d_access.U
37933      Branch: metaconfig/U/perl
37934            ! Checkcc.U d_dlsymun.U gccvers.U
37935      Branch: perl
37936            ! Configure config_h.SH
37937 ____________________________________________________________________________
37938 [  7159] By: jhi                                   on 2000/10/06  13:56:39
37939         Log: Update Changes.
37940      Branch: perl
37941            ! Changes patchlevel.h
37942 ____________________________________________________________________________
37943 [  7158] By: jhi                                   on 2000/10/06  12:48:40
37944         Log: Eliminate $Is_VMS code from the test.
37945              
37946              Subject:  Re: [ID 20001004.005] Not OK: perl v5.7.0 +DEVEL7129 on VMS_AXP V7.1
37947              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
37948              Message-Id: <001005074528.21621@DUPHY4.Physics.Drexel.Edu>
37949              Date:     Thu, 5 Oct 2000 07:46:33 EDT
37950      Branch: perl
37951            ! t/lib/b.t
37952 ____________________________________________________________________________
37953 [  7157] By: jhi                                   on 2000/10/06  12:47:13
37954         Log: Also the $ccflags is needed for the C compiler check.
37955              
37956              Subject: Configure (check for C-compiler)
37957              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
37958              Date: Fri, 06 Oct 2000 08:47:15 +0200
37959              Message-Id: <20001006084120.C52B.H.M.BRAND@hccnet.nl>
37960      Branch: metaconfig/U/perl
37961            ! Checkcc.U
37962      Branch: perl
37963            ! Configure config_h.SH
37964 ____________________________________________________________________________
37965 [  7156] By: jhi                                   on 2000/10/06  11:45:15
37966         Log: The HINT_BYTE patch is apparently unnecessary, retracted.
37967      Branch: perl
37968            ! perl.c pp_ctl.c sv.h utf8.c
37969 ____________________________________________________________________________
37970 [  7155] By: jhi                                   on 2000/10/06  11:40:41
37971         Log: IO::Handle->syswrite() did not handle length omission
37972              like CORE::syswrite() does.
37973              
37974              Subject: [Fwd] IO::Handle, syswrite and arguments
37975              From: Graham Barr <gbarr@pobox.com>
37976              Date: Fri, 6 Oct 2000 10:22:05 +0100
37977              Message-ID: <20001006102205.U6312@pobox.com>
37978              
37979              The original patch from andrew@ugh.net.au.
37980      Branch: perl
37981            ! ext/IO/lib/IO/Handle.pm
37982 ____________________________________________________________________________
37983 [  7154] By: jhi                                   on 2000/10/06  01:42:15
37984         Log: Tweak #7153.
37985      Branch: perl
37986            ! utf8.h
37987 ____________________________________________________________________________
37988 [  7153] By: jhi                                   on 2000/10/06  00:39:55
37989         Log: Patch from Simon Cozens to avoid using utf8 routines in EBCDIC.
37990      Branch: perl
37991            ! utf8.h
37992 ____________________________________________________________________________
37993 [  7152] By: jhi                                   on 2000/10/06  00:38:11
37994         Log: Patch from Peter Prymmer to disable utf8 in EBCDIC platforms.
37995      Branch: perl
37996            ! perl.c pp_ctl.c sv.h utf8.c
37997 ____________________________________________________________________________
37998 [  7151] By: jhi                                   on 2000/10/06  00:36:38
37999         Log: Subject: Re: Questions about Tie::Array and perl modules
38000              From: Nick Ing-Simmons <nik@tiuk.ti.com>
38001              Date: Thu, 5 Oct 2000 09:37:11 +0100 (BST)
38002              Message-Id: <200010050837.JAA00564@mikado.tiuk.ti.com>
38003              
38004              Bug reported and fix suggested by Philip D Crow <pcrow@hertz.com>.
38005      Branch: perl
38006            ! lib/Tie/Array.pm t/op/array.t
38007 ____________________________________________________________________________
38008 [  7150] By: jhi                                   on 2000/10/05  00:20:45
38009         Log: Regen Changes.
38010      Branch: perl
38011            ! Changes patchlevel.h
38012 ____________________________________________________________________________
38013 [  7149] By: jhi                                   on 2000/10/05  00:20:01
38014         Log: Regen toc.
38015      Branch: perl
38016            ! pod/perltoc.pod
38017 ____________________________________________________________________________
38018 [  7148] By: jhi                                   on 2000/10/04  23:35:08
38019         Log: Code around the stat-on-a-pipe-returns-a-mode-of-zero bug
38020              reported several times by Dominic Dunlop, for example in
38021              ID 20000315.008.  Patch from Dominic.  Patch affects at
38022              least MachTen, and possibly other oldish BSDs. Should not
38023              break non-broken platforms (tested on LinuxPPC). 
38024      Branch: perl
38025            ! doio.c
38026 ____________________________________________________________________________
38027 [  7147] By: jhi                                   on 2000/10/04  23:26:34
38028         Log: The one that got away from 7146.
38029      Branch: metaconfig
38030            + U/installdirs/installscripts.U
38031 ____________________________________________________________________________
38032 [  7146] By: jhi                                   on 2000/10/04  23:25:04
38033         Log: Enable disabling scripts installation by Configure -Uinstallscripts,
38034              suggested by H. Merijn Brand.
38035      Branch: perl
38036            ! Configure INSTALL Makefile.SH Porting/Glossary
38037            ! Porting/config.sh Porting/config_H epoc/config.sh installperl
38038            ! uconfig.sh vos/config.def win32/config.bc win32/config.gc
38039            ! win32/config.vc
38040 ____________________________________________________________________________
38041 [  7145] By: jhi                                   on 2000/10/04  22:08:21
38042         Log: Subject: Re: [PATCH 5.7.0] h2xs not documenting the created module
38043              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38044              Date: Wed, 4 Oct 2000 17:37:46 -0400
38045              Message-ID: <20001004173746.A26697@monk.mps.ohio-state.edu>
38046      Branch: perl
38047            ! utils/h2xs.PL
38048 ____________________________________________________________________________
38049 [  7144] By: jhi                                   on 2000/10/04  18:11:41
38050         Log: Subject: [PATCH perlrun.pod] Re: [ID 20000930.002] perlrun nor perldelta mention -s modification
38051              From: Jeff Pinyan <jeffp@crusoe.net>
38052              Date: Tue, 3 Oct 2000 16:35:42 -0400 (EDT)
38053              Message-ID: <Pine.GSO.4.21.0010031634530.14163-100000@crusoe.crusoe.net>
38054      Branch: perl
38055            ! pod/perlrun.pod
38056 ____________________________________________________________________________
38057 [  7143] By: jhi                                   on 2000/10/04  18:09:58
38058         Log: Subject: perlhack.pod Patch for Externals Tools
38059              From: Fisher Mark <fisherm@tce.com>
38060              Date: Tue, 3 Oct 2000 15:43:27 -0500 
38061              Message-ID: <B9B6874277EED211B1890008C707AF530505B180@indyexch3.indy.tce.com>
38062      Branch: perl
38063            ! pod/perlhack.pod
38064 ____________________________________________________________________________
38065 [  7142] By: jhi                                   on 2000/10/04  18:08:41
38066         Log: Subject:  [PATCH] 5.6.0 & 5.7.0  VMS TZ fix for VMS6.2 and earlier
38067              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38068              Date:     Wed, 4 Oct 2000 12:11:11 EDT
38069              Message-Id: <001004120530.25cb5@DUPHY4.Physics.Drexel.Edu>
38070      Branch: perl
38071            ! vms/vms.c
38072 ____________________________________________________________________________
38073 [  7141] By: jhi                                   on 2000/10/04  12:20:16
38074         Log: Subject: [PATCH 5.7.0] h2xs not working
38075              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38076              Message-ID: <20001003214301.A22851@monk.mps.ohio-state.edu>
38077              Date: Tue, 3 Oct 2000 21:43:01 -0400
38078              
38079              Subject: [PATCH 5.7.0] h2xs not documenting the created module
38080              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38081              Date: Tue, 3 Oct 2000 22:55:19 -0400
38082              Message-ID: <20001003225519.A23360@monk.mps.ohio-state.edu>
38083      Branch: perl
38084            ! utils/h2xs.PL
38085 ____________________________________________________________________________
38086 [  7140] By: jhi                                   on 2000/10/04  11:53:44
38087         Log: Subject: [ID 20001004.003] installman "Ambiguous call resolved as CORE::"
38088              From: nick@babyhippo.com
38089              Date: Wed, 4 Oct 2000 12:06:45 +0100
38090              Message-Id: <20001004120645.A7356@babyhippo.com>
38091              
38092              Retract 7118 and 7135.
38093      Branch: perl
38094            ! installman installperl op.c t/pragma/subs.t
38095 ____________________________________________________________________________
38096 [  7139] By: jhi                                   on 2000/10/03  22:09:41
38097         Log: It is possible to have no hosts database at all.  Pointed out in
38098              
38099              Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
38100              From: Peter Prymmer <pvhp@forte.com>
38101              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
38102              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
38103      Branch: metaconfig
38104            ! U/modified/myhostname.U
38105      Branch: perl
38106            ! Configure config_h.SH
38107 ____________________________________________________________________________
38108 [  7138] By: jhi                                   on 2000/10/03  21:49:49
38109         Log: Subject: [PATCH: 7131] PWPASSWD problem for passwd less pwd's
38110              From: Peter Prymmer <pvhp@forte.com>
38111              Date: Tue, 3 Oct 2000 12:05:59 -0700 (PDT)
38112              Message-ID: <Pine.OSF.4.10.10010031203470.388222-100000@aspara.forte.com>
38113      Branch: perl
38114            ! pp_sys.c
38115 ____________________________________________________________________________
38116 [  7137] By: jhi                                   on 2000/10/03  20:10:05
38117         Log: One remaining nit less at the VMS mailbox sizing.
38118      Branch: perl
38119            ! vms/vms.c
38120 ____________________________________________________________________________
38121 [  7136] By: jhi                                   on 2000/10/03  20:08:47
38122         Log: Test harness update to sync with the new perlcc,
38123              from Simon Cozens.
38124      Branch: perl
38125            ! t/TEST t/UTEST
38126 ____________________________________________________________________________
38127 [  7135] By: jhi                                   on 2000/10/03  15:15:42
38128         Log: Subject: Re: PATCH for 20001003.004
38129              Date: Tue, 3 Oct 2000 11:03:04 -0400 (EDT)
38130              From: "AARON B. DOSSETT" <aaron@iglou.com>
38131              Message-Id: <E13gTay-0006od-00@iglou.com>
38132      Branch: perl
38133            ! installman installperl
38134 ____________________________________________________________________________
38135 [  7134] By: jhi                                   on 2000/10/03  15:00:34
38136         Log: Subject: [ID 20001003.006] B::Debug not -w clean
38137              From: Nicholas Clark <nick@babyhippo.co.uk>
38138              Date: Tue, 03 Oct 2000 15:46:32 +0100
38139              Message-Id: <E13gTKy-0002R2-00@fruitbat.babyhippo.co.uk>
38140      Branch: perl
38141            ! ext/B/B/Debug.pm
38142 ____________________________________________________________________________
38143 [  7133] By: jhi                                   on 2000/10/03  14:58:39
38144         Log: Scale down the VMS message boxes, by Charles Lane.
38145              Fix for ID 20000903.009, workaround at
38146              http://www.xray.mpe.mpg.de/mailing-lists/vmsperl/2000-09/msg00039.html
38147      Branch: perl
38148            ! vms/vms.c
38149 ____________________________________________________________________________
38150 [  7132] By: jhi                                   on 2000/10/03  11:20:37
38151         Log: Upgrade to Storable 1.0.3, from Raphael Manfredi.
38152      Branch: perl
38153            + t/lib/st-lock.t t/lib/st-utf8.t
38154            ! MANIFEST ext/Storable/ChangeLog ext/Storable/Storable.pm
38155            ! ext/Storable/Storable.xs t/lib/st-recurse.t
38156 ____________________________________________________________________________
38157 [  7131] By: jhi                                   on 2000/10/03  03:38:23
38158         Log: Encode nits.
38159      Branch: perl
38160            ! MANIFEST Makefile.SH
38161 ____________________________________________________________________________
38162 [  7130] By: jhi                                   on 2000/10/03  03:31:05
38163         Log: Update Changes.
38164      Branch: perl
38165            ! Changes patchlevel.h
38166 ____________________________________________________________________________
38167 [  7129] By: jhi                                   on 2000/10/03  02:24:02
38168         Log: Misplaced else.
38169      Branch: metaconfig/U/perl
38170            ! d_strtoll.U
38171      Branch: perl
38172            ! Configure config_h.SH
38173 ____________________________________________________________________________
38174 [  7128] By: jhi                                   on 2000/10/03  02:08:29
38175         Log: Subject: [ID 20000915.007] Not OK: perl v5.7.0 +DEVEL7092 on os2-64int-ld 2.30 '(UNINSTALLED)'
38176              From: sthoenna@efn.org
38177              Date: Fri, 15 Sep 2000 07:19:57 -0700 (PDT)
38178              Message-Id: <200009151419.e8FEJvE19796@garcia.efn.org>
38179      Branch: metaconfig/U/perl
38180            ! d_strtoll.U
38181      Branch: perl
38182            ! Configure config_h.SH hints/os2.sh os2/os2ish.h
38183 ____________________________________________________________________________
38184 [  7127] By: jhi                                   on 2000/10/03  01:13:14
38185         Log: Update Changes.
38186      Branch: perl
38187            ! Changes patchlevel.h
38188 ____________________________________________________________________________
38189 [  7126] By: jhi                                   on 2000/10/03  00:57:08
38190         Log: Introduce NO_ENVIRON_ARRAY (and USE_ENVIRON_ARRAY) defines
38191              as suggested by Olaf Flebbe and Nick Clark.
38192      Branch: perl
38193            ! epoc/epocish.h perl.h sv.c unixish.h util.c vms/vmsish.h
38194 ____________________________________________________________________________
38195 [  7125] By: jhi                                   on 2000/10/03  00:50:56
38196         Log: Subject: [ID 20001002.001] Not OK: perl v5.7.0 +DEVEL7093 +...001 on i586-linux 2.2.16 (UNINSTALLED)
38197              From: Nick Clark <nick@plum.flirble.org>
38198              Date: Mon, 2 Oct 2000 11:03:24 +0100
38199              Message-Id: <20001002110324.D20073@plum.flirble.org>
38200              
38201              Also fixes bug ID 20001002.005.
38202      Branch: perl
38203            ! t/lib/encode.t
38204 ____________________________________________________________________________
38205 [  7124] By: jhi                                   on 2000/10/03  00:34:59
38206         Log: Subject: [PATCH 5.7.0] Epoc update
38207              From: Olaf Flebbe <o.flebbe@gmx.de>
38208              Date: Wed, 20 Sep 2000 23:16:26 +0200 (MEST)
38209              Message-ID: <26423.969484586@www10.gmx.net>
38210      Branch: perl
38211            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epoc.c
38212            ! epoc/epoc_stubs.c epoc/epocish.h epoc/link.pl
38213            ! lib/AutoLoader.pm lib/Cwd.pm mg.c perl.c perl.h pp_sys.c sv.c
38214            ! util.c util.h
38215 ____________________________________________________________________________
38216 [  7123] By: jhi                                   on 2000/10/03  00:30:07
38217         Log: Regen headers.
38218      Branch: perl
38219            ! embed.h opcode.h pod/perlapi.pod pp.sym pp_proto.h
38220 ____________________________________________________________________________
38221 [  7122] By: jhi                                   on 2000/10/03  00:10:48
38222         Log: OpenBSD flags tweak from Todd C. Miller, tweaked some more by Abigail.
38223      Branch: perl
38224            ! hints/openbsd.sh
38225 ____________________________________________________________________________
38226 [  7121] By: jhi                                   on 2000/10/03  00:05:06
38227         Log: Subject: [PATCH pod/perlop.pod]  Documentation glitch in magic autoincrement.
38228              From: <abigail@foad.org>
38229              Date: Tue, 26 Sep 2000 13:36:14 -0400
38230              Message-ID: <20000926173614.4356.qmail@foad.org>
38231      Branch: perl
38232            ! pod/perlop.pod
38233 ____________________________________________________________________________
38234 [  7120] By: jhi                                   on 2000/10/03  00:04:00
38235         Log: Inside require() $^S was always left undefined.
38236              
38237              Subject: Re: Tiny 2-byte change to fix debugger's eval bug
38238              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38239              Date: Wed, 27 Sep 2000 18:54:49 -0400
38240              Message-ID: <20000927185449.A24927@monk.mps.ohio-state.edu>
38241      Branch: perl
38242            ! cop.h mg.c pp_ctl.c util.c
38243 ____________________________________________________________________________
38244 [  7119] By: jhi                                   on 2000/10/03  00:00:16
38245         Log: Subject: [PATCH] DLL not restartabke with threaded perl
38246              From: "Dave Hartnoll" <Dave_Hartnoll@3b2.com>
38247              Date: Thu, 28 Sep 2000 09:20:46 +0100
38248              Message-ID: <002101c02925$00aa8d80$7e0aa8c0@3b2.com>
38249      Branch: perl
38250            ! perl.c
38251 ____________________________________________________________________________
38252 [  7118] By: jhi                                   on 2000/10/02  23:59:20
38253         Log: Subject: Re: [ID 20000828.017] bytecode fails with use subs;
38254              From: Nicholas Clark <nick@ccl4.org>
38255              Date: Thu, 28 Sep 2000 11:52:24 +0100
38256              Message-ID: <20000928115224.D7924@plum.flirble.org>
38257      Branch: perl
38258            ! op.c
38259 ____________________________________________________________________________
38260 [  7117] By: jhi                                   on 2000/10/02  23:57:51
38261         Log: Subject: [ID 20000928.002] perlcc & ByteCode.pm option mismatch
38262              From: Nicholas Clark <nick@babyhippo.co.uk>
38263              Date: Thu, 28 Sep 2000 12:18:10 +0100
38264              Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk>
38265              
38266              Did not apply cleanly, manual intervention was needed.
38267      Branch: perl
38268            ! ext/B/B/Bytecode.pm utils/perlcc.PL
38269 ____________________________________________________________________________
38270 [  7116] By: jhi                                   on 2000/10/02  23:50:40
38271         Log: Document the issue (is not a syntax error, kind of)
38272              
38273              Subject: Re: [ID 20000901.011] the list (1,,3) ought to be a syntax error
38274              From: Nicholas Clark <nick@ccl4.org>
38275              Date: Thu, 28 Sep 2000 17:12:42 +0100
38276              Message-ID: <20000928171242.K7924@plum.flirble.org>
38277      Branch: perl
38278            ! pod/perldata.pod
38279 ____________________________________________________________________________
38280 [  7115] By: jhi                                   on 2000/10/02  23:48:58
38281         Log: Subject: [PATCH 5.7.0] Minor optimization in re_intuit_start
38282              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38283              Date: Thu, 28 Sep 2000 21:55:31 -0400
38284              Message-ID: <20000928215531.A4315@monk.mps.ohio-state.edu>
38285      Branch: perl
38286            ! regexec.c
38287 ____________________________________________________________________________
38288 [  7114] By: jhi                                   on 2000/10/02  23:47:57
38289         Log: Subject: DOC PATCH 5.6.0
38290              From: mjd@plover.com
38291              Date: 30 Sep 2000 06:02:34 -0000
38292              Message-ID: <20000930060234.4559.qmail@plover.com>
38293      Branch: perl
38294            ! pod/perldebguts.pod
38295 ____________________________________________________________________________
38296 [  7113] By: jhi                                   on 2000/10/02  23:46:43
38297         Log: SOCK_DGRAM and listen() do not mix as reported in
38298              
38299              Subject: [ID 20000930.001] Bug in perl 5.00503 IO::Socket
38300              From: Petter Reinholdtsen <pere@hungry.com>
38301              Date: Sun, 1 Oct 2000 10:57:20 +0800
38302              Message-Id: <200010010257.KAA05735@localhost.localdomain>
38303              
38304              The patch for 5.7.0+ had to be reengineered, though.
38305      Branch: perl
38306            ! ext/IO/lib/IO/Socket/UNIX.pm
38307 ____________________________________________________________________________
38308 [  7112] By: jhi                                   on 2000/10/02  23:36:57
38309         Log: Subject: Re: [PATCH 5.005_64 missed]
38310              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
38311              Date: Sun, 1 Oct 2000 18:50:10 -0400
38312              Message-ID: <20001001185010.A14152@monk.mps.ohio-state.edu>
38313      Branch: perl
38314            ! pod/perlxs.pod
38315 ____________________________________________________________________________
38316 [  7111] By: jhi                                   on 2000/10/02  23:35:40
38317         Log: Subject: Re: [ID 20000912.008] substr replacement of tainted data (bug) 
38318              From: Radu Greab <radu@netsoft.ro>
38319              Date: Mon, 2 Oct 2000 22:03:44 +0300 (EEST)
38320              Message-ID: <14808.56336.594486.626712@busy.netsoft.ro>
38321      Branch: perl
38322            ! op.c opcode.pl t/op/substr.t
38323 ____________________________________________________________________________
38324 [  7110] By: jhi                                   on 2000/10/02  23:32:38
38325         Log: Subject: [PATCH] Fix aliasing of tied filehandles
38326              From: Daniel Chetlin <daniel@chetlin.com>
38327              Date: Mon, 2 Oct 2000 14:53:27 -0700
38328              Message-ID: <20001002145327.C1617@ilmd>
38329      Branch: perl
38330            ! perl.h pp_hot.c t/op/tiehandle.t
38331 ____________________________________________________________________________
38332 [  7109] By: jhi                                   on 2000/10/02  23:31:30
38333         Log: s/Robin Parker/Robin Barker/
38334      Branch: perl
38335            ! Changes5.6
38336 ____________________________________________________________________________
38337 [  7108] By: jhi                                   on 2000/10/02  23:15:46
38338         Log: Retract #7091 as suggested in
38339              
38340              From: Robin Barker <rmb1@cise.npl.co.uk> 
38341              Subject: [PATCH-R]  was Re: SuSE's gcc-2.95.2 and //depot/perl
38342              Date: Fri, 29 Sep 2000 13:10:22 +0100 (BST)
38343              Message-Id: <200009291210.NAA17098@tempest.npl.co.uk>
38344      Branch: perl
38345            ! embed.pl proto.h
38346 ____________________________________________________________________________
38347 [  7107] By: nick                                  on 2000/10/02  18:23:14
38348         Log: A few tweaks to get Tk803 to work with Encode scheme.
38349      Branch: perl
38350            ! ext/Encode/Encode.pm ext/Encode/Encode.xs t/lib/encode.t
38351 ____________________________________________________________________________
38352 [  7106] By: nick                                  on 2000/10/01  21:34:14
38353         Log: Add checking cases to Encode's toUnicode and fromUnicode.
38354      Branch: perl
38355            ! ext/Encode/Encode.pm
38356 ____________________________________________________________________________
38357 [  7105] By: nick                                  on 2000/10/01  17:18:01
38358         Log: Add encoding tables from tcl8.3.2 and perl code in Encode.pm
38359              To read and use them.
38360              Add a lib/encode.t which checks a few things.
38361      Branch: perl
38362            + ext/Encode/Encode/ascii.enc ext/Encode/Encode/big5.enc
38363            + ext/Encode/Encode/cp1250.enc ext/Encode/Encode/cp1251.enc
38364            + ext/Encode/Encode/cp1252.enc ext/Encode/Encode/cp1253.enc
38365            + ext/Encode/Encode/cp1254.enc ext/Encode/Encode/cp1255.enc
38366            + ext/Encode/Encode/cp1256.enc ext/Encode/Encode/cp1257.enc
38367            + ext/Encode/Encode/cp1258.enc ext/Encode/Encode/cp437.enc
38368            + ext/Encode/Encode/cp737.enc ext/Encode/Encode/cp775.enc
38369            + ext/Encode/Encode/cp850.enc ext/Encode/Encode/cp852.enc
38370            + ext/Encode/Encode/cp855.enc ext/Encode/Encode/cp857.enc
38371            + ext/Encode/Encode/cp860.enc ext/Encode/Encode/cp861.enc
38372            + ext/Encode/Encode/cp862.enc ext/Encode/Encode/cp863.enc
38373            + ext/Encode/Encode/cp864.enc ext/Encode/Encode/cp865.enc
38374            + ext/Encode/Encode/cp866.enc ext/Encode/Encode/cp869.enc
38375            + ext/Encode/Encode/cp874.enc ext/Encode/Encode/cp932.enc
38376            + ext/Encode/Encode/cp936.enc ext/Encode/Encode/cp949.enc
38377            + ext/Encode/Encode/cp950.enc ext/Encode/Encode/dingbats.enc
38378            + ext/Encode/Encode/euc-cn.enc ext/Encode/Encode/euc-jp.enc
38379            + ext/Encode/Encode/euc-kr.enc ext/Encode/Encode/gb12345.enc
38380            + ext/Encode/Encode/gb1988.enc ext/Encode/Encode/gb2312.enc
38381            + ext/Encode/Encode/iso2022-jp.enc
38382            + ext/Encode/Encode/iso2022-kr.enc ext/Encode/Encode/iso2022.enc
38383            + ext/Encode/Encode/iso8859-1.enc
38384            + ext/Encode/Encode/iso8859-2.enc
38385            + ext/Encode/Encode/iso8859-3.enc
38386            + ext/Encode/Encode/iso8859-4.enc
38387            + ext/Encode/Encode/iso8859-5.enc
38388            + ext/Encode/Encode/iso8859-6.enc
38389            + ext/Encode/Encode/iso8859-7.enc
38390            + ext/Encode/Encode/iso8859-8.enc
38391            + ext/Encode/Encode/iso8859-9.enc ext/Encode/Encode/jis0201.enc
38392            + ext/Encode/Encode/jis0208.enc ext/Encode/Encode/jis0212.enc
38393            + ext/Encode/Encode/koi8-r.enc ext/Encode/Encode/ksc5601.enc
38394            + ext/Encode/Encode/macCentEuro.enc
38395            + ext/Encode/Encode/macCroatian.enc
38396            + ext/Encode/Encode/macCyrillic.enc
38397            + ext/Encode/Encode/macDingbats.enc
38398            + ext/Encode/Encode/macGreek.enc
38399            + ext/Encode/Encode/macIceland.enc
38400            + ext/Encode/Encode/macJapan.enc ext/Encode/Encode/macRoman.enc
38401            + ext/Encode/Encode/macRomania.enc ext/Encode/Encode/macThai.enc
38402            + ext/Encode/Encode/macTurkish.enc
38403            + ext/Encode/Encode/macUkraine.enc
38404            + ext/Encode/Encode/shiftjis.enc ext/Encode/Encode/symbol.enc
38405            + t/lib/encode.t
38406            ! MANIFEST ext/Encode/Encode.pm
38407 ____________________________________________________________________________
38408 [  7104] By: nick                                  on 2000/09/30  13:04:30
38409         Log: Subject: [PATCH@blead] Fix some recursion in overload.pm
38410              From: Daniel Chetlin <daniel@chetlin.com>
38411              Date: Mon, 18 Sep 2000 05:05:40 -0700
38412              Message-Id: <20000918050540.C652@ilmd>
38413      Branch: perl
38414            ! lib/overload.pm sv.c t/pragma/overload.t
38415 ____________________________________________________________________________
38416 [  7103] By: nick                                  on 2000/09/30  12:53:36
38417         Log: Subject: [ID 20000917.002] 5.7.0 and blead@7095 make html makes man
38418              From: Johan Vromans <jvromans@squirrel.nl>
38419              Date: Sun, 17 Sep 2000 19:46:05 +0200 (CEST)
38420              Message-Id: <14789.861.376723.870640@phoenix.squirrel.nl>
38421      Branch: perl
38422            ! pod/Makefile.SH
38423 ____________________________________________________________________________
38424 [  7102] By: nick                                  on 2000/09/30  12:52:31
38425         Log: Subject: [PATCH] Re: [ID 20000915.010] Infinite loop with -MO=Deparse
38426              From: Spider Boardman <spider@Orb.Nashua.NH.US>
38427              Date: Sat, 16 Sep 2000 16:36:45 -0400
38428              Message-Id: <200009162036.QAA11694@Orb.Nashua.NH.US>
38429      Branch: perl
38430            ! ext/B/B/Deparse.pm
38431 ____________________________________________________________________________
38432 [  7101] By: nick                                  on 2000/09/30  12:51:41
38433         Log: Subject: [PATCH perl@7065] another VMS my_fwrite() fix for Storable
38434              From: Craig A. Berry <craig.berry@psinetcs.com>
38435              Date: Sat, 16 Sep 2000 10:11:10 -0500
38436              Message-Id: <4.3.2.7.2.20000916010548.01ce1b60@exchi01>
38437      Branch: perl
38438            ! vms/vms.c
38439 ____________________________________________________________________________
38440 [  7100] By: nick                                  on 2000/09/30  12:50:33
38441         Log: Subject: Re: unicode support and perl [ID 20000901.097]
38442              From: Spider Boardman <spider@Orb.Nashua.NH.US>
38443              Date: Fri, 15 Sep 2000 16:37:58 -0400
38444              Message-Id: <200009152037.QAA19056@Orb.Nashua.NH.US>
38445      Branch: perl
38446            ! t/op/append.t
38447 ____________________________________________________________________________
38448 [  7099] By: nick                                  on 2000/09/30  12:49:35
38449         Log: Subject: Re: unicode support and perl [ID 20000901.097]
38450              From: Spider Boardman <spider@Orb.Nashua.NH.US>
38451              Date: Fri, 15 Sep 2000 16:25:30 -0400
38452              Message-Id: <200009152025.QAA18540@Orb.Nashua.NH.US>
38453      Branch: perl
38454            ! pp_hot.c
38455 ____________________________________________________________________________
38456 [  7098] By: nick                                  on 2000/09/30  12:48:00
38457         Log: Subject: Re: Trapping by opmask sets strange parser state [PATCH]
38458              From: Gisle Aas <gisle@ActiveState.com>
38459              Date: 15 Sep 2000 16:23:41 +0200
38460              Message-Id: <m3aed9ybrm.fsf@eik.g.aas.no>
38461      Branch: perl
38462            ! toke.c
38463 ____________________________________________________________________________
38464 [  7097] By: nick                                  on 2000/09/30  12:45:16
38465         Log: Subject: [PATCH] Nits in perlmod.pod
38466              From: Daniel Chetlin <daniel@chetlin.com>
38467              Date: Fri, 15 Sep 2000 02:04:09 -0700
38468              Message-Id: <20000915020409.A2104@ilmd>
38469      Branch: perl
38470            ! pod/perlmod.pod
38471 ____________________________________________________________________________
38472 [  7096] By: nick                                  on 2000/09/30  12:18:00
38473         Log: Re-instate Perl_utf8_to_uv without checking parameter - added in change 7075.
38474              i.e. rename Simon's function to Perl_utf8_to_uv_chk, change all calls to it
38475              to use new name and add Perl_utf8_to_uv() as a wrapper which calls it passing
38476              0 to checking to get the warning.
38477      Branch: perl
38478            ! doop.c embed.h embed.pl global.sym handy.h objXSUB.h op.c
38479            ! perlapi.c pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c
38480            ! regexec.c sv.c toke.c utf8.c
38481 ____________________________________________________________________________
38482 [  7095] By: nick                                  on 2000/09/15  16:55:59
38483         Log: Mutliplicity & ithreads fix for sv.c/Encode.xs
38484              
38485              Subject: [ID 20000915.004] Not OK: perl v5.7.1 +devel-7094 on alpha-dec_osf-thread-multi 4.0f (UNINSTALLED)
38486              From: Spider Boardman <spider@Orb.Nashua.NH.US>
38487              Message-Id: <200009151037.GAA07447@Orb.Nashua.NH.US>
38488              Date: Fri, 15 Sep 2000 06:37:30 -0400
38489      Branch: perl
38490            ! ext/Encode/Encode.xs sv.c
38491 ____________________________________________________________________________
38492 [  7094] By: jhi                                   on 2000/09/15  03:23:32
38493         Log: Update Changes.
38494      Branch: perl
38495            ! Changes patchlevel.h
38496 ____________________________________________________________________________
38497 [  7093] By: jhi                                   on 2000/09/15  03:11:44
38498         Log: Fix for the charnames.t failures from Spider Boardman.
38499      Branch: perl
38500            ! toke.c
38501 ____________________________________________________________________________
38502 [  7092] By: jhi                                   on 2000/09/15  00:15:48
38503         Log: Botched the #7090 check-in.
38504      Branch: perl
38505            ! sv.c
38506 ____________________________________________________________________________
38507 [  7091] By: jhi                                   on 2000/09/14  23:33:24
38508         Log: Part of #7081 didn't come through.
38509      Branch: perl
38510            ! embed.pl proto.h
38511 ____________________________________________________________________________
38512 [  7090] By: jhi                                   on 2000/09/14  23:17:39
38513         Log: Subject: Re: perl@7078 
38514              From: Spider Boardman <spider@web.zk3.dec.com>
38515              Date: Thu, 14 Sep 2000 19:06:36 -0400
38516              Message-Id: <200009142306.TAA20082@leggy.zk3.dec.com>
38517      Branch: perl
38518            ! sv.c toke.c
38519 ____________________________________________________________________________
38520 [  7089] By: jhi                                   on 2000/09/14  23:11:21
38521         Log: Small portability tweaks.
38522      Branch: perl
38523            ! ext/Encode/Encode.xs
38524 ____________________________________________________________________________
38525 [  7088] By: jhi                                   on 2000/09/14  22:57:23
38526         Log: Fake return to pacify picky compilers.
38527      Branch: perl
38528            ! ext/Encode/Encode.xs
38529 ____________________________________________________________________________
38530 [  7087] By: jhi                                   on 2000/09/14  22:53:37
38531         Log: Subject: [PATCH] utf8.c apidoc
38532              From: Simon Cozens <simon@cozens.net>
38533              Date: Thu, 14 Sep 2000 23:46:57 +0100
38534              Message-ID: <20000914234657.A13953@deep-dark-truthful-mirror.perlhacker.org>
38535      Branch: perl
38536            ! perlapi.c pod/perlapi.pod utf8.c
38537 ____________________________________________________________________________
38538 [  7086] By: jhi                                   on 2000/09/14  22:40:38
38539         Log: We don't need to count the high bit bytes, a boolean is enough. 
38540      Branch: perl
38541            ! sv.c
38542 ____________________________________________________________________________
38543 [  7085] By: jhi                                   on 2000/09/14  21:20:09
38544         Log: Replace #7084 with
38545              
38546              Subject: Re: perl@7078 
38547              From: Spider Boardman <spider@web.zk3.dec.com>
38548              Date: Thu, 14 Sep 2000 17:09:36 -0400
38549              Message-Id: <200009142109.RAA03425@leggy.zk3.dec.com>
38550      Branch: perl
38551            ! sv.c utf8.c
38552 ____________________________________________________________________________
38553 [  7084] By: jhi                                   on 2000/09/14  20:03:34
38554         Log: UTF8-encoded version of 256 is 0xc4 0x80; test that a char is
38555              convertable to bytes by checking it doesn't go above 0xc3
38556              
38557              Subject: Re: perl@7078
38558              From: Simon Cozens <simon@cozens.net>
38559              Date: Thu, 14 Sep 2000 20:59:19 +0100
38560              Message-ID: <20000914205919.A11098@deep-dark-truthful-mirror.perlhacker.org>
38561      Branch: perl
38562            ! utf8.c
38563 ____________________________________________________________________________
38564 [  7083] By: jhi                                   on 2000/09/14  19:38:47
38565         Log: Subject: Re: perl@7078
38566              From: Simon Cozens <simon@cozens.net>
38567              Date: Thu, 14 Sep 2000 20:13:09 +0100
38568              Message-ID: <20000914201309.A10640@deep-dark-truthful-mirror.perlhacker.org>
38569      Branch: perl
38570            ! t/op/bop.t
38571 ____________________________________________________________________________
38572 [  7082] By: jhi                                   on 2000/09/14  17:50:44
38573         Log: The one that got away.
38574      Branch: perl
38575            ! lib/File/Find.pm
38576 ____________________________________________________________________________
38577 [  7081] By: jhi                                   on 2000/09/14  17:45:35
38578         Log: Subject: [PATCH perl-5.7.0] continued -Wformat support
38579              From: Robin Barker <rmb1@cise.npl.co.uk>
38580              Message-Id: <200009141707.SAA13276@tempest.npl.co.uk>
38581              Date: Thu, 14 Sep 2000 18:07:38 +0100 (BST)
38582      Branch: perl
38583            ! Porting/pumpkin.pod embed.pl ext/ByteLoader/bytecode.h
38584            ! ext/Devel/Peek/Peek.xs ext/DynaLoader/dl_dlopen.xs
38585            ! ext/Storable/Storable.xs malloc.c perl.c perl.h pp.c proto.h
38586            ! regcomp.c toke.c universal.c
38587 ____________________________________________________________________________
38588 [  7080] By: jhi                                   on 2000/09/14  17:40:35
38589         Log: Problems picked up by AIX cc.
38590              
38591              Subject: Re: perl@7078 (patch included)
38592              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38593              Date: Thu, 14 Sep 2000 18:53:30 +0200
38594              Message-Id: <20000914182304.7017.H.M.BRAND@hccnet.nl>
38595      Branch: perl
38596            ! ext/Encode/Encode.xs
38597 ____________________________________________________________________________
38598 [  7079] By: jhi                                   on 2000/09/14  17:38:27
38599         Log: Subject: File::Find 5.7.0 POD nits
38600              From: Rich Morin <rdm@cfcl.com>
38601              Date: Wed, 13 Sep 2000 22:03:58 -0700
38602              Message-Id: <v042208a0b5e60b3149be@w205.z205158144.scl-ca.dsl.cnc.net>
38603      Branch: perl
38604            ! lib/File/Find.pm
38605 ____________________________________________________________________________
38606 [  7078] By: jhi                                   on 2000/09/14  14:58:20
38607         Log: Update Changes.
38608      Branch: perl
38609            ! Changes patchlevel.h
38610 ____________________________________________________________________________
38611 [  7077] By: jhi                                   on 2000/09/14  14:55:54
38612         Log: Compilation warnings and an error.
38613      Branch: perl
38614            ! sv.c
38615 ____________________________________________________________________________
38616 [  7076] By: jhi                                   on 2000/09/14  14:42:56
38617         Log: Fix for a parsing bug, not for the original bug.
38618              
38619              Subject: Re: [ID 20000910.005] Another segfault with regexes. 
38620              From: Spider Boardman <spider@web.zk3.dec.com>
38621              Date: Wed, 13 Sep 2000 17:52:20 -0400
38622              Message-Id: <200009132152.RAA24029@leggy.zk3.dec.com>
38623      Branch: perl
38624            ! regcomp.c
38625 ____________________________________________________________________________
38626 [  7075] By: jhi                                   on 2000/09/14  14:40:40
38627         Log: Batch of UTF-8 patches from Simon Cozens.
38628      Branch: perl
38629            ! doop.c embed.h embed.pl ext/Encode/Encode.xs handy.h op.c
38630            ! pod/perlapi.pod pp.c pp_ctl.c proto.h regcomp.c regexec.c sv.c
38631            ! toke.c utf8.c
38632 ____________________________________________________________________________
38633 [  7074] By: jhi                                   on 2000/09/14  14:29:58
38634         Log: Subject: Re: Two advertising clauses need to be removed
38635              From: Russ Allbery <rra@stanford.edu>
38636              Date: 13 Sep 2000 18:50:26 -0700
38637              Message-ID: <ylwvgfvj19.fsf@windlord.stanford.edu>
38638      Branch: perl
38639            ! ext/SDBM_File/sdbm/dbm.c ext/SDBM_File/sdbm/dbm.h
38640 ____________________________________________________________________________
38641 [  7073] By: jhi                                   on 2000/09/14  14:28:20
38642         Log: Subject: [PATCH] de-wall t/README
38643              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38644              Date: Wed, 13 Sep 2000 17:46:55 -0700
38645              Message-ID: <//Bw5gzkge/e092yn@efn.org>
38646      Branch: perl
38647            ! t/README
38648 ____________________________________________________________________________
38649 [  7072] By: jhi                                   on 2000/09/14  14:25:10
38650         Log: Hints optimization.
38651              
38652              Subject: Minor nit
38653              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38654              Date: Wed, 13 Sep 2000 21:42:07 +0200
38655              Message-Id: <20000913214116.1D38.H.M.BRAND@hccnet.nl>
38656      Branch: perl
38657            ! hints/hpux.sh
38658 ____________________________________________________________________________
38659 [  7071] By: jhi                                   on 2000/09/14  14:23:30
38660         Log: Allow chop() and chomp() to be overridden.
38661              
38662              Subject: [PATCH] Re: [ID 20000911.006] I can override glob but not chop?
38663              From: "Casey R. Tweten" <crt@kiski.net>
38664              Date: Wed, 13 Sep 2000 12:41:31 -0400 (EDT)
38665              Message-ID: <Pine.OSF.4.21.0009131154120.6661-100000@home.kiski.net>
38666      Branch: perl
38667            ! toke.c
38668 ____________________________________________________________________________
38669 [  7070] By: jhi                                   on 2000/09/14  14:20:36
38670         Log: The return value of setlocale must be copied away.
38671              
38672              Subject: [ID 20000913.001] Heap corruption in Perl_init_i18nl10n
38673              From: Alan Burlison <Alan.Burlison@uk.sun.com>
38674              Date: Wed, 13 Sep 2000 16:27:37 +0100 
38675              Message-Id: <39BF9CE9.3D7FBBDD@uk.sun.com>
38676      Branch: perl
38677            ! util.c
38678 ____________________________________________________________________________
38679 [  7069] By: jhi                                   on 2000/09/14  14:16:27
38680         Log: Remove vestiges of tr//CU.
38681              
38682              Subject: [ID 20000912.009] perlunicode.pod still mentions tr///CU
38683              From: Nick Clark <nick@plum.flirble.org>
38684              Date: Tue, 12 Sep 2000 22:50:14 +0100
38685              Message-Id: <E13YxwU-000DDQ-00@plum.flirble.org>
38686              
38687              Subject: Re: [ID 20000912.009] perlunicode.pod still mentions tr///CU
38688              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
38689              Date: Tue, 12 Sep 2000 21:38:48 -0700
38690              Message-ID: <YTwv5gzkgmfL092yn@efn.org>
38691      Branch: perl
38692            ! op.h pod/perlunicode.pod
38693 ____________________________________________________________________________
38694 [  7068] By: jhi                                   on 2000/09/13  14:18:39
38695         Log: Add the Encode extension.  The code is still largely just skeleton.
38696      Branch: perl
38697            + ext/Encode/Encode.pm ext/Encode/Encode.xs
38698            + ext/Encode/Makefile.PL ext/Encode/Todo
38699            ! MANIFEST Todo-5.6
38700 ____________________________________________________________________________
38701 [  7067] By: jhi                                   on 2000/09/12  17:43:33
38702         Log: Allow for whitespace between "#" and "line" in cpp output.
38703              
38704              Subject: [PATCH] Re: Problems compiling bleadperl on Unicos 9
38705              From: Calle Dybedahl <calle@lysator.liu.se>
38706              Date: 12 Sep 2000 19:38:02 +0200 
38707              Message-ID: <867l8hy0hx.fsf_-_@tezcatlipoca.algonet.se>
38708      Branch: perl
38709            ! ext/Errno/ChangeLog ext/Errno/Errno_pm.PL
38710 ____________________________________________________________________________
38711 [  7066] By: gsar                                  on 2000/09/12  17:24:29
38712         Log: change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES
38713              initialization in all the threads on Windows
38714      Branch: perl
38715            ! win32/win32.c
38716 ____________________________________________________________________________
38717 [  7065] By: jhi                                   on 2000/09/12  15:11:31
38718         Log: Update Changes.
38719      Branch: perl
38720            ! Changes patchlevel.h
38721 ____________________________________________________________________________
38722 [  7064] By: jhi                                   on 2000/09/12  14:54:54
38723         Log: Retract #7062, the pod tests are not ready.
38724      Branch: perl
38725            ! t/TEST t/harness
38726 ____________________________________________________________________________
38727 [  7063] By: jhi                                   on 2000/09/12  14:25:41
38728         Log: The #7054 truncated Configure badly.
38729      Branch: metaconfig/U/perl
38730            ! End.U
38731      Branch: perl
38732            ! Configure config_h.SH
38733 ____________________________________________________________________________
38734 [  7062] By: jhi                                   on 2000/09/12  14:08:32
38735         Log: Subject: [ID 20000911.009] t/pod/*.t tests not run by harness or make test
38736              From: sthoenna@efn.org
38737              Date: Mon, 11 Sep 2000 17:56:47 -0700 (PDT)
38738              Message-Id: <200009120056.e8C0ulZ21635@garcia.efn.org>
38739      Branch: perl
38740            ! t/TEST t/harness
38741 ____________________________________________________________________________
38742 [  7061] By: jhi                                   on 2000/09/12  14:07:18
38743         Log: Subject: [ID 20000911.011] misplaced typemap in perlxs.pod
38744              From: sthoenna@efn.org
38745              Date: Mon, 11 Sep 2000 22:07:21 -0700 (PDT)
38746              Message-Id: <200009120507.e8C57LA02461@garcia.efn.org>
38747      Branch: perl
38748            ! pod/perlxs.pod
38749 ____________________________________________________________________________
38750 [  7060] By: jhi                                   on 2000/09/12  14:06:08
38751         Log: Break up the myconfig lines a bit.
38752              
38753              Subject: perlbug/perl -V output format
38754              From: sthoenna@efn.org
38755              Date: Tue, 12 Sep 2000 00:04:11 -0700 (PDT)
38756              Message-Id: <200009120704.e8C74BX10562@garcia.efn.org>
38757      Branch: perl
38758            ! myconfig.SH
38759 ____________________________________________________________________________
38760 [  7059] By: jhi                                   on 2000/09/12  14:05:04
38761         Log: Test for the #7049.
38762              
38763              Subject: Re: [PATCH] Re: [ID 20000910.001] Not OK: perl v5.7.0 +DEVEL7044 on    i686-linux 2.2.16-raid (UNINSTALLED)
38764              From: andreas.koenig@anima.de (Andreas J. Koenig)
38765              Date: 12 Sep 2000 06:42:01 +0200
38766              Message-ID: <m3k8cigr1i.fsf@ak-71.mind.de>
38767      Branch: perl
38768            ! t/op/my.t
38769 ____________________________________________________________________________
38770 [  7058] By: jhi                                   on 2000/09/12  14:03:05
38771         Log: Subject: [patch: perl@7045] vms updates
38772              From: Peter Prymmer <pvhp@forte.com>
38773              Date: Mon, 11 Sep 2000 18:41:48 -0700 (PDT)
38774              Message-ID: <Pine.OSF.4.10.10009111840030.339348-100000@aspara.forte.com>
38775      Branch: perl
38776            ! configure.com lib/ExtUtils/MM_VMS.pm vms/descrip_mms.template
38777 ____________________________________________________________________________
38778 [  7057] By: jhi                                   on 2000/09/12  14:00:51
38779         Log: Subject: [ID 20000911.008] Not OK: perl v5.7.0 +DEVEL7048 on os2-64int-ld 2.30 (UNINSTALLED)
38780              From: sthoenna@efn.org
38781              Date: Mon, 11 Sep 2000 16:28:13 -0700 (PDT)
38782              Message-Id: <200009112328.e8BNSD616812@garcia.efn.org>
38783      Branch: perl
38784            ! t/op/64bitint.t
38785 ____________________________________________________________________________
38786 [  7056] By: jhi                                   on 2000/09/12  13:58:14
38787         Log: Subject: [patch] perlfunc.pod -- POSIX::sigpause should be POSIX::pause
38788              From: Jeff Pinyan <jeffp@crusoe.net>
38789              Date: Sun, 10 Sep 2000 12:01:21 -0400 (EDT)
38790              Message-ID: <Pine.GSO.4.21.0009101200190.12441-100000@crusoe.crusoe.net>
38791      Branch: perl
38792            ! pod/perlfunc.pod
38793 ____________________________________________________________________________
38794 [  7055] By: jhi                                   on 2000/09/12  13:56:32
38795         Log: Do in VMS as the #7054 does.
38796      Branch: perl
38797            ! configure.com
38798 ____________________________________________________________________________
38799 [  7054] By: jhi                                   on 2000/09/12  13:50:31
38800         Log: Subject: RE: [Patch 5.7.0] Removing -ldb from the core build
38801              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
38802              Date: Mon, 11 Sep 2000 08:33:09 +0100
38803              Message-ID: <000e01c01bc2$88b2d2c0$0e14140a@bfs.phone.com>
38804      Branch: metaconfig/U/perl
38805            ! End.U
38806      Branch: perl
38807            ! Configure Makefile.SH config_h.SH lib/ExtUtils/Embed.pm
38808            ! lib/ExtUtils/Liblist.pm lib/ExtUtils/MM_Unix.pm
38809 ____________________________________________________________________________
38810 [  7053] By: jhi                                   on 2000/09/12  13:29:19
38811         Log: Subject:  [PATCH] Perl 5.6.0, 5.7.0 ... vms/test.com to eliminate spurious NL's in test output
38812              From: lane@DUPHY4.Physics.Drexel.Edu (Charles Lane)
38813              Date:     Tue, 12 Sep 2000 08:35:59 EDT
38814              Message-Id: <000912081130.13ca9@DUPHY4.Physics.Drexel.Edu>
38815      Branch: perl
38816            ! vms/test.com
38817 ____________________________________________________________________________
38818 [  7052] By: jhi                                   on 2000/09/11  23:01:50
38819         Log: Document the SvUTF8*().
38820      Branch: perl
38821            ! pod/perlapi.pod sv.h
38822 ____________________________________________________________________________
38823 [  7051] By: gsar                                  on 2000/09/11  14:46:30
38824         Log: C<@a = @b = split(...)> optimization coredumps under ithreads
38825              (missed a spot when fixing up op_pmreplroot hack for ithreads)
38826      Branch: perl
38827            ! op.c t/op/split.t
38828 ____________________________________________________________________________
38829 [  7050] By: nick                                  on 2000/09/11  10:03:51
38830         Log: Modern Borland C now seems to have anon unions for info.wProcessorArchitecture
38831              
38832              Subject: borland C++ win32.c tweak
38833              From: Vadim Konovalov <vkonovalov@lucent.com>
38834              Message-ID: <402099F49BEED211999700805FC7359F6FB379@ru0028exch01.spb.lucent.com>
38835              Date: Mon, 11 Sep 2000 11:22:33 +0400
38836      Branch: perl
38837            ! win32/win32.c
38838 ____________________________________________________________________________
38839 [  7049] By: nick                                  on 2000/09/11  09:57:33
38840         Log: Point fix for s/// on foreach (keys %xxx).
38841      Branch: perl
38842            ! pp_hot.c
38843 ____________________________________________________________________________
38844 [  7048] By: jhi                                   on 2000/09/10  23:37:09
38845         Log: Silence t/pod/*.t about alternate quote-mappings now implemented
38846              by Pod::Text, from Brad Appleton.
38847      Branch: perl
38848            ! t/pod/testp2pt.pl
38849 ____________________________________________________________________________
38850 [  7047] By: jhi                                   on 2000/09/10  14:32:53
38851         Log: Upgrade to podlators-1.03 (Pod::Man 1.07 and Pod::Text 2.05),
38852              by Russ Allbery.
38853      Branch: perl
38854            ! lib/Pod/Man.pm lib/Pod/Text.pm pod/pod2man.PL pod/pod2text.PL
38855 ____________________________________________________________________________
38856 [  7046] By: jhi                                   on 2000/09/10  14:15:08
38857         Log: Upgrade to CPAN 1.57_65, from Andreas König.
38858      Branch: perl
38859            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
38860 ____________________________________________________________________________
38861 [  7045] By: jhi                                   on 2000/09/08  21:36:32
38862         Log: Update Changes.
38863      Branch: perl
38864            ! Changes patchlevel.h
38865 ____________________________________________________________________________
38866 [  7044] By: jhi                                   on 2000/09/08  21:29:56
38867         Log: Subject: [PATCH: 5.7.0] proper setting for isnan for DECC 5.3
38868              From: Peter Prymmer <pvhp@forte.com>
38869              Date: Fri, 8 Sep 2000 13:33:27 -0700 (PDT)
38870              Message-ID: <Pine.OSF.4.10.10009081331420.132461-100000@aspara.forte.com>
38871      Branch: perl
38872            ! configure.com
38873 ____________________________________________________________________________
38874 [  7043] By: jhi                                   on 2000/09/08  21:27:50
38875         Log: Subject: [PATCH (or RFC): 5.7.0] make the ran_tests intermediate file 8.3 friendly
38876              From: Peter Prymmer <pvhp@forte.com>
38877              Date: Fri, 8 Sep 2000 11:02:19 -0700 (PDT)
38878              Message-ID: <Pine.OSF.4.10.10009081054340.132461-100000@aspara.forte.com>
38879      Branch: perl
38880            ! Makefile.SH installperl
38881 ____________________________________________________________________________
38882 [  7042] By: jhi                                   on 2000/09/08  21:23:21
38883         Log: Continue #7041.
38884      Branch: perl
38885            ! cygwin/Makefile.SHs os2/Makefile.SHs
38886 ____________________________________________________________________________
38887 [  7041] By: jhi                                   on 2000/09/08  21:18:10
38888         Log: Do away with memory models cruft.  Sorry, PDP users.
38889      Branch: metaconfig
38890            ! U/modified/cc.U U/modified/libpth.U
38891      Branch: perl
38892            ! Configure Makefile.SH Porting/Glossary Porting/config.sh
38893            ! Porting/config_H cflags.SH config_h.SH configure.com
38894            ! epoc/config.sh hints/mint.sh hints/titanos.sh hints/vmesa.sh
38895            ! lib/ExtUtils/MM_Unix.pm win32/config.bc win32/config.gc
38896            ! win32/config.vc x2p/Makefile.SH x2p/cflags.SH
38897 ____________________________________________________________________________
38898 [  7040] By: jhi                                   on 2000/09/08  14:34:18
38899         Log: Major rewrite of s2p.  And I mean really major, it is
38900              an implementation of sed in perl.  If called as s2p it
38901              will function as s2p.  Note: needs non-UNIXifying.
38902              
38903              Subject: s2p
38904              From: Wolfgang Laun <Wolfgang.Laun@alcatel.at>
38905              Date: Mon, 28 Aug 2000 14:05:12 +0200
38906              Message-ID: <39AA5578.2102E2AA@alcatel.at>
38907      Branch: perl
38908            ! x2p/s2p.PL
38909 ____________________________________________________________________________
38910 [  7039] By: jhi                                   on 2000/09/08  14:19:49
38911         Log: Re-allow vec() for characters > 255.
38912              
38913              Subject: [PATCH] Re: [ID 20000907.005] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf-perlio 4.0f (UNINSTALLED) 
38914              From: Spider Boardman <spider@web.zk3.dec.com>
38915              Date: Fri, 08 Sep 2000 02:21:02 -0400
38916              Message-Id: <200009080621.CAA03409@leggy.zk3.dec.com>
38917      Branch: perl
38918            ! doop.c pod/perldelta.pod pod/perldiag.pod pod/perlfunc.pod
38919            ! t/op/vec.t
38920 ____________________________________________________________________________
38921 [  7038] By: jhi                                   on 2000/09/08  14:14:18
38922         Log: Subject: [PATCH lib/Benchmark.pm]
38923              From: <abigail@foad.org>
38924              Date: Thu, 7 Sep 2000 15:03:20 -0400
38925              Message-ID: <20000907190320.888.qmail@foad.org>
38926      Branch: perl
38927            ! lib/Benchmark.pm
38928 ____________________________________________________________________________
38929 [  7037] By: jhi                                   on 2000/09/08  14:11:06
38930         Log: Optimizing hash keys into shared strings doesn't work with ithreads.
38931              
38932              Subject: Re: [ID 20000907.008] Not OK: v5.7.0 on alpha-dec_osf-thread-multi    
38933              From: Spider Boardman <spider@web.zk3.dec.com>
38934              Date: Fri, 08 Sep 2000 01:30:27 -0400
38935              Message-Id: <200009080530.BAA10498@leggy.zk3.dec.com>
38936      Branch: perl
38937            ! op.c
38938 ____________________________________________________________________________
38939 [  7036] By: jhi                                   on 2000/09/08  14:08:58
38940         Log: Subject: [ID 20000908.002] perlipc documentation bug.
38941              From: Major Sébastien <sebastien.major@crdp.ac-caen.fr>
38942              Date: Fri, 08 Sep 2000 12:38:32 +0200
38943              Message-Id: <39B8C1A8.3DC36E6D@crdp.ac-caen.fr>
38944      Branch: perl
38945            ! pod/perlipc.pod
38946 ____________________________________________________________________________
38947 [  7035] By: jhi                                   on 2000/09/08  14:03:12
38948         Log: Subject: Re: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
38949              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
38950              Date: Fri, 08 Sep 2000 11:47:34 +0200
38951              Message-Id: <20000908111426.FBDB.H.M.BRAND@hccnet.nl>
38952      Branch: perl
38953            ! hints/dec_osf.sh
38954 ____________________________________________________________________________
38955 [  7034] By: jhi                                   on 2000/09/08  13:59:35
38956         Log: Subject: Re: [ID 20000906.004] segfault with bad perl statement
38957              From: Simon Cozens <simon@cozens.net>
38958              Date: Thu, 7 Sep 2000 20:40:38 +0100
38959              Message-ID: <20000907204038.A15650@deep-dark-truthful-mirror.perlhacker.org>
38960      Branch: perl
38961            ! pp_hot.c
38962 ____________________________________________________________________________
38963 [  7033] By: jhi                                   on 2000/09/08  04:03:03
38964         Log: Subject: [ID 20000904.008] Tiny fix for perldiag
38965              From: "Larry W. Virden" <lvirden@cas.org>
38966              Date: Mon, 4 Sep 2000 18:45:44 -0400 (EDT)
38967              Message-Id: <200009042245.SAA22916@lwv26awu.cas.org>
38968      Branch: perl
38969            ! pod/perldiag.pod
38970 ____________________________________________________________________________
38971 [  7032] By: jhi                                   on 2000/09/07  22:18:30
38972         Log: Subject: [PATCH 5.7.0] perl5db.pl [Was: Re: Debugger question]
38973              From: Peter Scott <Peter.J.Scott@jpl.nasa.gov>
38974              Date: Mon, 04 Sep 2000 13:16:38 -0700
38975              Message-Id: <4.3.2.7.2.20000904130939.00adae90@mail2a.jpl.nasa.gov>
38976      Branch: perl
38977            ! lib/perl5db.pl
38978 ____________________________________________________________________________
38979 [  7031] By: jhi                                   on 2000/09/07  22:02:29
38980         Log: Fix the ccversion detection for 5.1 and beyond.
38981              
38982              Subject: [ID 20000907.007] Not OK: perl v5.7.0 +devel-7030 on alpha-dec_osf 4.0f
38983              From: Spider Boardman <spider@leggy.zk3.dec.com>
38984              Date: Thu, 7 Sep 2000 17:54:27 -0400
38985              Message-Id: <200009072154.RAA14747@leggy.zk3.dec.com>
38986      Branch: perl
38987            ! hints/dec_osf.sh
38988 ____________________________________________________________________________
38989 [  7030] By: jhi                                   on 2000/09/07  19:12:28
38990         Log: Fix for
38991              
38992              Subject: [ID 20000903.001] \w in utf8-strings
38993              From: Marc Lehmann <pcg@goof.com>
38994              Date: Sun, 03 Sep 2000 09:44:29 +0200
38995              Message-Id: <E13VUS5-0000cv-00.pgcc-forever-2000-09-03-09-44-29@fuji>
38996              
38997              and various related nits.
38998      Branch: perl
38999            ! lib/unicode/mktables.PL regcomp.h regexec.c utf8.c
39000 ____________________________________________________________________________
39001 [  7029] By: jhi                                   on 2000/09/07  18:49:09
39002         Log: Fix the URL, but the server is still missing in action.
39003              
39004              Subject: [ID 20000905.002] perlfaq1.pod URL error
39005              From: "Larry W. Virden" <lvirden@cas.org>
39006              Date: Tue, 5 Sep 2000 08:24:40 -0400 (EDT)
39007              Message-Id: <200009051224.IAA11226@lwv26awu.cas.org>
39008      Branch: perl
39009            ! pod/perlfaq1.pod
39010 ____________________________________________________________________________
39011 [  7028] By: jhi                                   on 2000/09/07  18:47:13
39012         Log: Subject: Re: [ID 20000905.001] Assertion failed: file "toke.c", line 202 
39013              From: Hugo <hv@crypt.compulink.co.uk>
39014              Date: Tue, 05 Sep 2000 14:13:37 +0100
39015              Message-Id: <200009051313.OAA24507@crypt.compulink.co.uk>
39016      Branch: perl
39017            ! toke.c
39018 ____________________________________________________________________________
39019 [  7027] By: jhi                                   on 2000/09/07  18:45:35
39020         Log: Subject: [PATCH@7014] \G in non-/g is well-defined now ... right?
39021              From: Daniel Chetlin <daniel@chetlin.com>
39022              Date: Tue, 5 Sep 2000 04:57:07 -0700
39023              Message-ID: <20000905045707.A8620@ilmd.chetlin.org>
39024      Branch: perl
39025            ! pod/perlfaq6.pod pod/perlop.pod
39026 ____________________________________________________________________________
39027 [  7026] By: jhi                                   on 2000/09/07  18:44:01
39028         Log: Document the new ref() semantics.
39029              
39030              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
39031              From: Gisle Aas <gisle@ActiveState.com>
39032              Date: 05 Sep 2000 08:10:30 +0200
39033              Message-ID: <m3vgwb8j3d.fsf@eik.g.aas.no>
39034      Branch: perl
39035            ! pod/perldelta.pod
39036 ____________________________________________________________________________
39037 [  7025] By: jhi                                   on 2000/09/07  18:42:27
39038         Log: Make Data::Dumper (non-XS) to work with changed semantics of ref().
39039              
39040              Subject: Re: Undocumented(?) change to "ref" semantics in 5.7.0
39041              From: Gisle Aas <gisle@ActiveState.com>
39042              Date: 05 Sep 2000 08:11:40 +0200
39043              Message-ID: <m3snrf8j1f.fsf@eik.g.aas.no>
39044      Branch: perl
39045            ! ext/Data/Dumper/Dumper.pm t/lib/dumper.t
39046 ____________________________________________________________________________
39047 [  7024] By: jhi                                   on 2000/09/07  18:39:32
39048         Log: Subject: [PATCH] Modernize Opcode.pm documentation
39049              From: Gisle Aas <gisle@ActiveState.com>
39050              Date: 4 Sep 2000 00:18:55 -0000
39051              Message-ID: <20000904001855.26128.qmail@eik.g.aas.no>
39052      Branch: perl
39053            ! ext/Opcode/Opcode.pm
39054 ____________________________________________________________________________
39055 [  7023] By: jhi                                   on 2000/09/07  18:37:42
39056         Log: Subject: [PATCH] Tied filehandle documentation
39057              From: Gisle Aas <gisle@ActiveState.com>
39058              Date: 4 Sep 2000 00:14:40 -0000
39059              Message-ID: <20000904001440.26084.qmail@eik.g.aas.no>
39060      Branch: perl
39061            ! pod/perlfunc.pod pod/perltie.pod
39062 ____________________________________________________________________________
39063 [  7022] By: jhi                                   on 2000/09/07  18:35:37
39064         Log: Subject: [PATCH] Tie::StdHandle did not know about 3-arg open
39065              From: Gisle Aas <gisle@ActiveState.com>
39066              Date: 4 Sep 2000 00:04:22 -0000
39067              Message-ID: <20000904000422.26002.qmail@eik.g.aas.no>
39068      Branch: perl
39069            ! lib/Tie/Handle.pm t/lib/tie-stdhandle.t
39070 ____________________________________________________________________________
39071 [  7021] By: jhi                                   on 2000/09/07  18:33:22
39072         Log: Subject: small apidoc fix
39073              From: Marc Lehmann <pcg@goof.com>
39074              Date: Sun, 3 Sep 2000 05:12:06 +0200
39075              Message-ID: <20000903051206.A5909@cerebro.laendle>
39076      Branch: perl
39077            ! pod/perlapi.pod utf8.c
39078 ____________________________________________________________________________
39079 [  7020] By: jhi                                   on 2000/09/07  16:14:57
39080         Log: Tiny perldelta nits.
39081      Branch: perl
39082            ! pod/perldelta.pod
39083 ____________________________________________________________________________
39084 [  7019] By: jhi                                   on 2000/09/07  16:04:20
39085         Log: Guard against bad string->int conversion for quads.
39086      Branch: perl
39087            ! t/op/64bitint.t
39088 ____________________________________________________________________________
39089 [  7018] By: jhi                                   on 2000/09/06  17:07:03
39090         Log: Update Unicode todo list.
39091      Branch: perl
39092            ! Todo-5.6
39093 ____________________________________________________________________________
39094 [  7017] By: jhi                                   on 2000/09/05  21:16:01
39095         Log: Document the SvIOK_.*UV().
39096      Branch: perl
39097            ! pod/perlapi.pod sv.h
39098 ____________________________________________________________________________
39099 [  7016] By: nick                                  on 2000/09/03  21:54:46
39100         Log: Hash lookup of constant strings optimization:
39101              Introduce SvREADONLY && SvFAKE to flag an SV which has SvPVX pointing
39102              to string table (as per sharepvn). Add newSV_pvn_share to create such
39103              a thing. Make hv.c compare addresses of strings and skip string compare
39104              if equal. Make method_named and helem ops use these shared-string SVs
39105              when arg is constant. Make keys op return shared-string SVs (less clearly
39106              a win).
39107      Branch: perl
39108            ! embed.h embed.pl embedvar.h global.sym hv.c objXSUB.h op.c
39109            ! opcode.h opnames.h perlapi.c perlapi.h pod/perlapi.pod
39110            ! pod/perlintern.pod pp_hot.c proto.h sv.c
39111 ____________________________________________________________________________
39112 [  7015] By: jhi                                   on 2000/09/02  17:48:59
39113         Log: This is 5.7.0.
39114      Branch: perl
39115            ! Changes
39116 ____________________________________________________________________________
39117 [  7014] By: jhi                                   on 2000/09/02  17:35:45
39118         Log: Changes and patchlevel tweaks.
39119      Branch: perl
39120            ! Changes patchlevel.h
39121 ____________________________________________________________________________
39122 [  7013] By: jhi                                   on 2000/09/02  17:30:50
39123         Log: Update Changes.
39124      Branch: perl
39125            ! Changes patchlevel.h
39126 ____________________________________________________________________________
39127 [  7012] By: nick                                  on 2000/09/02  17:25:20
39128         Log: More %{} and other deref special casing - do not pass to 'nomethod'.
39129      Branch: perl
39130            ! gv.c lib/overload.pm
39131 ____________________________________________________________________________
39132 [  7011] By: jhi                                   on 2000/09/02  17:16:25
39133         Log: Update perlhist.
39134      Branch: perl
39135            ! pod/perlhist.pod
39136 ____________________________________________________________________________
39137 [  7010] By: jhi                                   on 2000/09/02  17:01:35
39138         Log: perldelta nits.
39139      Branch: perl
39140            ! pod/perldelta.pod
39141 ____________________________________________________________________________
39142 [  7009] By: nick                                  on 2000/09/02  16:48:35
39143         Log: If overloaded %{} etc. return the object do not loop.
39144              Thus  sub deref { $_[0] } functions if object is wanted type.
39145      Branch: perl
39146            ! pp.h
39147 ____________________________________________________________________________
39148 [  7008] By: jhi                                   on 2000/09/02  16:26:11
39149         Log: Retab MANIFEST.
39150      Branch: perl
39151            ! ext/Storable/MANIFEST
39152 ____________________________________________________________________________
39153 [  7007] By: jhi                                   on 2000/09/02  16:23:02
39154         Log: Make certain cc is set before trying to run it.
39155      Branch: perl
39156            ! hints/hpux.sh hints/irix_6.sh hints/solaris_2.sh
39157 ____________________________________________________________________________
39158 [  7006] By: jhi                                   on 2000/09/02  15:45:41
39159         Log: Unicode notes.
39160      Branch: perl
39161            ! pod/perldelta.pod
39162 ____________________________________________________________________________
39163 [  7005] By: jhi                                   on 2000/09/02  15:42:11
39164         Log: Various Configure nits by Philip Newton,
39165              plus the ebcdic one by me.
39166      Branch: metaconfig
39167            + U/modified/pager.U
39168            ! U/ebcdic/ebcdic.U U/modified/Finish.U U/modified/Guess.U
39169      Branch: metaconfig/U/perl
39170            ! Devel.U quadfio.U
39171      Branch: perl
39172            ! Configure config_h.SH
39173 ____________________________________________________________________________
39174 [  7004] By: jhi                                   on 2000/09/02  15:06:14
39175         Log: Apparently avoiding the swapping is too costly.
39176              
39177              From: "Ben Tilly" <ben_tilly@hotmail.com>
39178              Subject: Re: the door is closed.
39179              Date: Fri, 01 Sep 2000 20:23:16 EDT
39180              Message-ID: <LAW2-F2963JkUwWpSWe00000904@hotmail.com>
39181      Branch: perl
39182            ! pod/perlfaq4.pod
39183 ____________________________________________________________________________
39184 [  7003] By: nick                                  on 2000/09/02  12:26:04
39185         Log: Undo part of change 6489 which looks like a bulk edit which
39186              changed _all_ gv_efullname3() calls to gv_efullname4() calls.
39187              The supressing of main:: on return from select() is undesirable.
39188      Branch: perl
39189            ! pp_sys.c
39190 ____________________________________________________________________________
39191 [  7002] By: jhi                                   on 2000/09/01  23:08:54
39192         Log: Update Changes.
39193      Branch: perl
39194            ! Changes patchlevel.h
39195 ____________________________________________________________________________
39196 [  7001] By: jhi                                   on 2000/09/01  23:00:13
39197         Log: Subject: [PATCH: 6996] minimal removal of 8 bit chrs from perlebcdic.pod
39198              From: Peter Prymmer <pvhp@forte.com>
39199              Date: Fri, 1 Sep 2000 15:50:57 -0700 (PDT)
39200              Message-ID: <Pine.OSF.4.10.10009011542550.147696-100000@aspara.forte.com>
39201              
39202              plus rework the http: spots as suggested by Tom Christiansen,
39203              plus regen perltoc.
39204      Branch: perl
39205            ! README.os2 pod/perl56delta.pod pod/perlebcdic.pod
39206            ! pod/perlguts.pod pod/perltoc.pod pod/perlxs.pod
39207 ____________________________________________________________________________
39208 [  7000] By: jhi                                   on 2000/09/01  22:36:01
39209         Log: Only the first line, thank you very much.
39210      Branch: perl
39211            ! hints/solaris_2.sh
39212 ____________________________________________________________________________
39213 [  6999] By: gsar                                  on 2000/09/01  22:16:40
39214         Log: change#6791 accidentally clobbered change#6710, put it back
39215      Branch: perl
39216            ! win32/win32.c
39217 ____________________________________________________________________________
39218 [  6998] By: jhi                                   on 2000/09/01  22:14:16
39219         Log: Mention the HP-UX LP64 freak failure.
39220      Branch: perl
39221            ! pod/perldelta.pod
39222 ____________________________________________________________________________
39223 [  6997] By: jhi                                   on 2000/09/01  21:48:32
39224         Log: Detypo.
39225      Branch: perl
39226            ! hints/hpux.sh
39227 ____________________________________________________________________________
39228 [  6996] By: jhi                                   on 2000/09/01  21:27:10
39229         Log: Update Changes.
39230      Branch: perl
39231            ! Changes patchlevel.h
39232 ____________________________________________________________________________
39233 [  6995] By: jhi                                   on 2000/09/01  21:14:24
39234         Log: Mi splgn s gnin.g
39235      Branch: perl
39236            ! pp_ctl.c
39237 ____________________________________________________________________________
39238 [  6994] By: jhi                                   on 2000/09/01  21:09:54
39239         Log: Subject: http:// in L<>
39240              From: Nicholas Clark <nick@ccl4.org>
39241              Date: Fri, 1 Sep 2000 22:03:21 +0100
39242              Message-ID: <20000901220321.B72074@plum.flirble.org>
39243      Branch: perl
39244            ! README.os2 pod/perl56delta.pod pod/perlxs.pod
39245 ____________________________________________________________________________
39246 [  6993] By: jhi                                   on 2000/09/01  21:06:54
39247         Log: Update to Storable 1.0, from Raphael Manfredi.
39248      Branch: perl
39249            ! ext/Storable/ChangeLog ext/Storable/MANIFEST
39250            ! ext/Storable/Makefile.PL ext/Storable/README
39251            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
39252            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
39253            ! t/lib/st-dclone.t t/lib/st-dump.pl t/lib/st-forgive.t
39254            ! t/lib/st-freeze.t t/lib/st-overload.t t/lib/st-recurse.t
39255            ! t/lib/st-retrieve.t t/lib/st-store.t t/lib/st-tied.t
39256            ! t/lib/st-tiedhook.t t/lib/st-tieditems.t
39257 ____________________________________________________________________________
39258 [  6992] By: jhi                                   on 2000/09/01  20:43:05
39259         Log: Mention known sfio+linux buglet.
39260      Branch: perl
39261            ! pod/perldelta.pod
39262 ____________________________________________________________________________
39263 [  6991] By: jhi                                   on 2000/09/01  20:40:11
39264         Log: Subject: Re: [PATCH perl@6962] 2 more vms.c fix-ups and status
39265              From: Peter Prymmer <pvhp@forte.com>
39266              Date: Fri, 1 Sep 2000 12:03:38 -0700 (PDT)
39267              Message-ID: <Pine.OSF.4.10.10009011140240.147696-100000@aspara.forte.com>
39268      Branch: perl
39269            ! vms/vms.c
39270 ____________________________________________________________________________
39271 [  6990] By: jhi                                   on 2000/09/01  20:25:26
39272         Log: Retract #6986.
39273      Branch: perl
39274            ! hints/solaris_2.sh
39275 ____________________________________________________________________________
39276 [  6989] By: jhi                                   on 2000/09/01  20:23:00
39277         Log: Mergesort is back.
39278      Branch: perl
39279            ! pod/perldelta.pod pod/perltoc.pod pp_ctl.c
39280 ____________________________________________________________________________
39281 [  6988] By: jhi                                   on 2000/09/01  19:37:40
39282         Log: Subject: [PATCH] Fix vec() / utf8   (was Re: bitvec ops still broken with utf8 -- or not?)
39283              From: Mike Guy <mjtg@cam.ac.uk>
39284              Date: Fri, 01 Sep 2000 17:43:33 +0100
39285              Message-Id: <E13Utuf-0004Bw-00@draco.cus.cam.ac.uk>
39286      Branch: perl
39287            ! doop.c embed.pl perlapi.c pod/perlapi.pod pod/perldiag.pod
39288            ! pod/perlfunc.pod proto.h t/op/vec.t utf8.c
39289 ____________________________________________________________________________
39290 [  6987] By: jhi                                   on 2000/09/01  19:17:10
39291         Log: Regen perltoc.
39292      Branch: perl
39293            ! pod/perltoc.pod
39294 ____________________________________________________________________________
39295 [  6986] By: jhi                                   on 2000/09/01  18:51:10
39296         Log: Subject: Re: Solaris x86 has no SPARC libraries!
39297              From: Lupe Christoph <lupe@lupe-christoph.de>
39298              Date: Fri, 1 Sep 2000 20:41:20 +0200
39299              Message-ID: <20000901204120.P13547@alanya.lupe-christoph.de>
39300      Branch: perl
39301            ! hints/solaris_2.sh
39302 ____________________________________________________________________________
39303 [  6985] By: jhi                                   on 2000/09/01  18:28:10
39304         Log: Update Changes.
39305      Branch: perl
39306            ! Changes patchlevel.h
39307 ____________________________________________________________________________
39308 [  6984] By: jhi                                   on 2000/09/01  18:26:53
39309         Log: Feature ordering tweak.
39310      Branch: perl
39311            ! myconfig.SH
39312 ____________________________________________________________________________
39313 [  6983] By: jhi                                   on 2000/09/01  18:19:50
39314         Log: Subject: Re: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
39315              From: <abigail@foad.org>
39316              Date: Fri, 1 Sep 2000 13:07:32 -0400
39317              Message-ID: <20000901170732.18249.qmail@foad.org>
39318      Branch: perl
39319            ! t/pragma/overload.t
39320 ____________________________________________________________________________
39321 [  6982] By: jhi                                   on 2000/09/01  18:17:54
39322         Log: Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64,
39323              so that case-ignoring systems like DCL can tell them from
39324              PRIefldbl and PRIx64.  Apply Merijn's ccversion patches.
39325      Branch: metaconfig/U/perl
39326            ! Checkcc.U gccvers.U longdblfio.U perlxvf.U quadfio.U
39327      Branch: perl
39328            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
39329            ! config_h.SH configure.com epoc/config.sh hints/aix.sh
39330            ! hints/dec_osf.sh hints/hpux.sh hints/irix_6.sh
39331            ! hints/solaris_2.sh myconfig.SH uconfig.h uconfig.sh
39332            ! vos/config.def vos/config.h vos/config_h.SH_orig
39333            ! win32/config.bc win32/config.gc win32/config.vc
39334 ____________________________________________________________________________
39335 [  6981] By: nick                                  on 2000/09/01  17:21:57
39336         Log: Document UNTIE. Also tweak implementation to suppress the 'inner references'
39337              warning when UNTIE exists and instead pass the cound of extra references to
39338              the UNTIE method.
39339      Branch: perl
39340            ! pod/perltie.pod pp_sys.c
39341 ____________________________________________________________________________
39342 [  6980] By: jhi                                   on 2000/09/01  16:54:44
39343         Log: Subject: [PATCH: 6948] add SCNfldbl to configure.com
39344              From: Peter Prymmer <pvhp@forte.com>
39345              Date: Thu, 31 Aug 2000 18:47:18 -0700 (PDT)
39346              Message-ID: <Pine.OSF.4.10.10008311811060.91659-100000@aspara.forte.com>
39347      Branch: perl
39348            ! configure.com
39349 ____________________________________________________________________________
39350 [  6979] By: jhi                                   on 2000/09/01  16:06:20
39351         Log: Subject: [ID 20000901.017] [PATCH] Basic test failure in an untidy world       
39352              From: Mike Guy <mjtg@cam.ac.uk> 
39353              Date: Fri, 01 Sep 2000 16:49:27 +0100
39354              Message-Id: <E13Ut4J-0002sd-00@draco.cus.cam.ac.uk>  
39355      Branch: perl
39356            ! t/base/rs.t
39357 ____________________________________________________________________________
39358 [  6978] By: jhi                                   on 2000/09/01  16:00:42
39359         Log: Update to PodParser 1.18, from Brad Appleton.
39360      Branch: perl
39361            ! lib/Pod/Checker.pm t/pod/find.t
39362 ____________________________________________________________________________
39363 [  6977] By: jhi                                   on 2000/09/01  14:48:58
39364         Log: Subject: Nit in Configure (bleadperl@6961)
39365              From: Lupe Christoph <lupe@lupe-christoph.de>
39366              Date: Fri, 1 Sep 2000 16:34:29 +0200
39367              Message-ID: <20000901163429.K13547@alanya.lupe-christoph.de>
39368      Branch: metaconfig
39369            ! U/compline/ccflags.U
39370      Branch: perl
39371            ! Configure config_h.SH
39372 ____________________________________________________________________________
39373 [  6976] By: jhi                                   on 2000/09/01  14:39:52
39374         Log: Update Changes.
39375      Branch: perl
39376            ! Changes patchlevel.h
39377 ____________________________________________________________________________
39378 [  6975] By: jhi                                   on 2000/09/01  14:37:36
39379         Log: microperl config update.
39380      Branch: perl
39381            ! uconfig.h uconfig.sh
39382 ____________________________________________________________________________
39383 [  6974] By: jhi                                   on 2000/09/01  14:36:53
39384         Log: Document known deficiencies.
39385      Branch: perl
39386            ! pod/perldelta.pod
39387 ____________________________________________________________________________
39388 [  6973] By: jhi                                   on 2000/09/01  14:10:20
39389         Log: Mention warnings fixes and updates.
39390      Branch: perl
39391            ! pod/perldelta.pod
39392 ____________________________________________________________________________
39393 [  6972] By: jhi                                   on 2000/09/01  14:01:52
39394         Log: Drop unused argument.
39395              
39396              Subject: Re: [ID 20000831.034] overload::constant and number of arguments. 
39397              From: Spider Boardman <spider@web.zk3.dec.com>
39398              Date: Thu, 31 Aug 2000 16:10:15 -0400
39399              Message-Id: <200008312010.QAA20392@leggy.zk3.dec.com>
39400      Branch: perl
39401            ! toke.c
39402 ____________________________________________________________________________
39403 [  6971] By: jhi                                   on 2000/09/01  13:59:24
39404         Log: Add the overload warnings to perldiag.
39405      Branch: perl
39406            ! lib/overload.pm pod/perldiag.pod
39407 ____________________________________________________________________________
39408 [  6970] By: jhi                                   on 2000/09/01  13:55:10
39409         Log: Subject: RE: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
39410              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
39411              Date: Fri, 1 Sep 2000 13:43:15 +0100 
39412              Message-ID: <001001c01412$32c7dde0$a20a140a@bfs.phone.com>                
39413      Branch: perl
39414            ! lib/overload.pm t/pragma/overload.t
39415 ____________________________________________________________________________
39416 [  6969] By: jhi                                   on 2000/09/01  13:52:27
39417         Log: Subject: [PATCH lib/overload.pm] Sanaty checking of arguments to overload::constant
39418              From: <abigail@foad.org>
39419              Date: Fri, 1 Sep 2000 05:46:54 -0400
39420              Message-ID: <20000901094654.6476.qmail@foad.org>
39421      Branch: perl
39422            ! lib/overload.pm
39423 ____________________________________________________________________________
39424 [  6968] By: jhi                                   on 2000/09/01  13:50:05
39425         Log: Subject: [PATCH@6961] Fix misleading example in perlretut.pod
39426              From: Daniel Chetlin <daniel@chetlin.com>
39427              Date: Fri, 1 Sep 2000 02:10:55 -0700
39428              Message-ID: <20000901021055.C3400@ilmd.chetlin.org>
39429      Branch: perl
39430            ! pod/perlretut.pod
39431 ____________________________________________________________________________
39432 [  6967] By: jhi                                   on 2000/09/01  13:47:54
39433         Log: Part of the solution.
39434              
39435              Subject: Re: [ID 20000807.004] [PATCH] conditional breakpoints leak memory
39436              From: Mike Guy <mjtg@cam.ac.uk>
39437              Date: Fri, 01 Sep 2000 14:16:01 +0100
39438              Message-Id: <E13Uqfp-0006dN-00@draco.cus.cam.ac.uk>
39439      Branch: perl
39440            ! gv.c mg.c
39441 ____________________________________________________________________________
39442 [  6966] By: jhi                                   on 2000/09/01  13:46:17
39443         Log: Subject: CPAN.pm beta 1.57_57 for the core
39444              From: andreas.koenig@anima.de (Andreas J. Koenig)
39445              Date: 01 Sep 2000 15:16:31 +0200
39446              Message-ID: <m3r974z1zk.fsf@ak-71.mind.de>
39447      Branch: perl
39448            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
39449 ____________________________________________________________________________
39450 [  6965] By: jhi                                   on 2000/09/01  13:43:18
39451         Log: Subject: [PATCH perl@6962] 2 more vms.c fix-ups and status
39452              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39453              Date: Fri, 01 Sep 2000 01:47:22 -0500
39454              Message-Id: <4.3.2.7.2.20000901011206.01ca2e88@exchi01>
39455      Branch: perl
39456            ! pod/perldelta.pod vms/vms.c
39457 ____________________________________________________________________________
39458 [  6964] By: jhi                                   on 2000/09/01  13:35:35
39459         Log: File::Temp patches from Andreas König,
39460              
39461              Subject: Re: [ID 20000831.046] OK: perl v5.7.0 +DEVEL6961 on sun4-solaris 2.8  (UNINSTALLED)
39462              From: andreas.koenig@anima.de (Andreas J. Koenig)
39463              Date: 01 Sep 2000 10:07:20 +0200
39464              Message-ID: <m3lmxc1qo7.fsf@ak-71.mind.de>
39465              
39466              Subject: Re: Almost OK: perl v5.7.0 +DEVEL6937 on PA-RISC2.0 11.00 (INSTALLED)
39467              From: andreas.koenig@anima.de (Andreas J. Koenig)
39468              Date: 31 Aug 2000 23:26:08 +0200
39469              Message-ID: <m3bsy92kcv.fsf@ak-71.mind.de>
39470      Branch: perl
39471            ! lib/File/Temp.pm t/lib/ftmp-security.t
39472 ____________________________________________________________________________
39473 [  6963] By: jhi                                   on 2000/09/01  02:22:24
39474         Log: Retract the mergesort code, way too incompatible licensing
39475              and copyrights.
39476      Branch: perl
39477            ! pod/perldelta.pod pp_ctl.c
39478 ____________________________________________________________________________
39479 [  6962] By: jhi                                   on 2000/08/31  23:27:32
39480         Log: Update Changes.
39481      Branch: perl
39482            ! Changes patchlevel.h
39483 ____________________________________________________________________________
39484 [  6961] By: jhi                                   on 2000/08/31  23:20:04
39485         Log: Small tweaks all over.
39486      Branch: metaconfig
39487            ! U/compline/d_gconvert.U
39488      Branch: perl
39489            ! AUTHORS Configure config_h.SH pp_ctl.c
39490 ____________________________________________________________________________
39491 [  6960] By: jhi                                   on 2000/08/31  22:39:36
39492         Log: Further rewording.
39493      Branch: perl
39494            ! pp_ctl.c
39495 ____________________________________________________________________________
39496 [  6959] By: jhi                                   on 2000/08/31  21:26:44
39497         Log: More address tweaking.
39498      Branch: perl
39499            ! AUTHORS Changes
39500 ____________________________________________________________________________
39501 [  6958] By: jhi                                   on 2000/08/31  20:47:25
39502         Log: AUTHORS tweaks, from Peter Prymmer.
39503              
39504              Subject: [PATCH: 6948] mvs doesn't exist (not any more)
39505              From: Peter Prymmer <pvhp@forte.com>
39506              Date: Thu, 31 Aug 2000 12:56:32 -0700 (PDT) 
39507              Message-ID: <Pine.OSF.4.10.10008311248410.91659-100000@aspara.forte.com>
39508      Branch: perl
39509            ! AUTHORS MAINTAIN
39510 ____________________________________________________________________________
39511 [  6957] By: jhi                                   on 2000/08/31  20:34:43
39512         Log: perldelta tweaks.
39513      Branch: perl
39514            ! pod/perldelta.pod
39515 ____________________________________________________________________________
39516 [  6956] By: jhi                                   on 2000/08/31  19:11:06
39517         Log: Regen perltoc.
39518      Branch: perl
39519            ! pod/perltoc.pod
39520 ____________________________________________________________________________
39521 [  6955] By: jhi                                   on 2000/08/31  19:06:30
39522         Log: Clarify the mergesort situation.
39523      Branch: perl
39524            ! pp_ctl.c
39525 ____________________________________________________________________________
39526 [  6954] By: jhi                                   on 2000/08/31  18:24:17
39527         Log: Move the Solaris 7 scan to use64bitall, make the
39528              failure to find 64-bot sparc libc to mention the
39529              possibility of being in an intel, from Lupe and Alan.
39530      Branch: perl
39531            ! hints/solaris_2.sh
39532 ____________________________________________________________________________
39533 [  6953] By: jhi                                   on 2000/08/31  18:09:20
39534         Log: Forget about NV_MAX (#6951).  Various floating point tweaks,
39535              ideas from Eric Fifer, Yitzchak, Alan, and Spider.
39536      Branch: metaconfig
39537            ! U/compline/d_gconvert.U U/threads/archname.U
39538      Branch: metaconfig/U/perl
39539            ! perlxv.U
39540      Branch: perl
39541            ! Configure config_h.SH sv.c
39542 ____________________________________________________________________________
39543 [  6952] By: jhi                                   on 2000/08/31  17:42:24
39544         Log: :: not allowed in pathnames, change to .
39545              
39546              Subject: [PATCH perl@6938] cygwin port
39547              From: "Fifer, Eric" <EFifer@sanwaint.com>
39548              Date: Thu, 31 Aug 2000 16:32:59 +0100
39549              Message-ID: <779F20BCCE5AD31186A50008C75D997917179A@silldn_mail1.sanwaint.com>
39550      Branch: metaconfig/U/perl
39551            ! perlxv.U
39552 ____________________________________________________________________________
39553 [  6951] By: jhi                                   on 2000/08/31  17:02:05
39554         Log: Try to deduce NV_MAX.  Really should be Configure fodder.
39555      Branch: perl
39556            ! perl.h
39557 ____________________________________________________________________________
39558 [  6950] By: jhi                                   on 2000/08/31  16:26:08
39559         Log: More author updates.
39560              
39561              Subject: Re: [PATCH] Mark-Jason Dominus Does Exist
39562              From: Simon Cozens <simon@cozens.net>
39563              Date: Thu, 31 Aug 2000 17:13:32 +0100
39564              Message-ID: <20000831171332.A22498@deep-dark-truthful-mirror.perlhacker.org>
39565      Branch: perl
39566            ! AUTHORS
39567 ____________________________________________________________________________
39568 [  6949] By: jhi                                   on 2000/08/31  16:04:49
39569         Log: POSIX doesn't report long double values under -Duselongdouble
39570              when the long doubles are "real" (bigger than doubles).
39571              
39572              Subject: [ID 20000831.014] Not OK: perl v5.7.0 +DEVEL6919 on alpha-dec_osf-ld 5.1
39573              From: Spider Boardman <spider@peano.zk3.dec.com>
39574              Date: Thu, 31 Aug 2000 11:48:48 -0400 (EDT)
39575              Message-Id: <200008311548.LAA0000161952@peano.zk3.dec.com>
39576      Branch: perl
39577            ! ext/POSIX/POSIX.xs
39578 ____________________________________________________________________________
39579 [  6948] By: jhi                                   on 2000/08/31  15:25:10
39580         Log: Update Changes.
39581      Branch: perl
39582            ! Changes patchlevel.h
39583 ____________________________________________________________________________
39584 [  6947] By: jhi                                   on 2000/08/31  15:22:29
39585         Log: Document UNTIE in a very minimalistic way.
39586      Branch: perl
39587            ! pod/perlfunc.pod pod/perltie.pod
39588 ____________________________________________________________________________
39589 [  6946] By: jhi                                   on 2000/08/31  15:15:23
39590         Log: Document known failures.
39591      Branch: perl
39592            ! pod/perldelta.pod
39593 ____________________________________________________________________________
39594 [  6945] By: jhi                                   on 2000/08/31  15:07:00
39595         Log: Don't attach -ld to the archname if pointless.
39596      Branch: metaconfig
39597            ! U/threads/archname.U
39598      Branch: perl
39599            ! Configure config_h.SH
39600 ____________________________________________________________________________
39601 [  6944] By: jhi                                   on 2000/08/31  14:37:42
39602         Log: Wrap the test in eval.
39603              
39604              Subject: Re: [ID 20000831.009] Not OK: perl v5.7.0 +DEVEL6932 on sun4-solaris2.8 (UNINSTALLED)
39605              From: Tim Jenness <timj@jach.hawaii.edu>
39606              Date: Thu, 31 Aug 2000 03:39:33 -1000 (HST)
39607              Message-ID: <Pine.LNX.4.21.0008310311190.7444-100000@lapaki.jach.hawaii.edu>
39608      Branch: perl
39609            ! t/lib/ftmp-security.t
39610 ____________________________________________________________________________
39611 [  6943] By: jhi                                   on 2000/08/31  14:30:57
39612         Log: Make -Dusemorebits find long doubles in Solaris.
39613      Branch: perl
39614            ! hints/solaris_2.sh
39615 ____________________________________________________________________________
39616 [  6942] By: jhi                                   on 2000/08/31  13:48:45
39617         Log: Clarify the third case of ftmp-security warnings.
39618      Branch: perl
39619            ! INSTALL
39620 ____________________________________________________________________________
39621 [  6941] By: jhi                                   on 2000/08/31  13:40:31
39622         Log: Subject: [PATCH] Re: [ID 20000830.048] Not OK: perl v5.7.0 +DEVEL6938 on i686-linux 2.2.13
39623              From: <abigail@foad.org>
39624              Date: Thu, 31 Aug 2000 01:35:05 -0400
39625              Message-ID: <20000831053505.32120.qmail@foad.org>
39626      Branch: perl
39627            ! pod/perldelta.pod
39628 ____________________________________________________________________________
39629 [  6940] By: jhi                                   on 2000/08/31  13:38:48
39630         Log: Issue useful diagnostic on unknown pod commands.
39631              
39632              Subject: [PATCH lib/Pod/Man.pm] Re: [ID 20000830.048]
39633              From: <abigail@foad.org>
39634              Date: Thu, 31 Aug 2000 03:41:18 -0400
39635              Message-ID: <20000831074118.24880.qmail@foad.org>
39636      Branch: perl
39637            ! lib/Pod/Man.pm
39638 ____________________________________________________________________________
39639 [  6939] By: jhi                                   on 2000/08/31  13:34:33
39640         Log: Reveal Borland's isnan.
39641              
39642              Subject: build with BC++ tweak
39643              From: "Konovalov, Vadim" <vkonovalov@lucent.com>
39644              Date: Thu, 31 Aug 2000 13:09:37 +0400
39645              Message-ID: <402099F49BEED211999700805FC7359F6FACA6@ru0028exch01.spb.lucent.com>
39646      Branch: perl
39647            ! win32/win32.h
39648 ____________________________________________________________________________
39649 [  6938] By: jhi                                   on 2000/08/31  05:01:20
39650         Log: Update Changes.
39651      Branch: perl
39652            ! Changes patchlevel.h
39653 ____________________________________________________________________________
39654 [  6937] By: jhi                                   on 2000/08/31  04:26:23
39655         Log: sscanf() may be the only way to read long doubles from strings.
39656      Branch: metaconfig/U/perl
39657            ! longdblfio.U
39658      Branch: perl
39659            ! Configure config_h.SH perl.h util.c
39660 ____________________________________________________________________________
39661 [  6936] By: jhi                                   on 2000/08/31  04:18:19
39662         Log: The #6929 was too skimpy.
39663      Branch: perl
39664            ! sv.c
39665 ____________________________________________________________________________
39666 [  6935] By: jhi                                   on 2000/08/31  02:47:07
39667         Log: Subject: Re: typos in pods
39668              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39669              Date: Wed, 30 Aug 2000 19:25:34 -0700
39670              Message-ID: <eIcr5gzkg25X092yn@efn.org>
39671      Branch: perl
39672            ! lib/CPAN.pm lib/Pod/Checker.pm pod/perlmodlib.PL
39673 ____________________________________________________________________________
39674 [  6934] By: jhi                                   on 2000/08/31  02:42:55
39675         Log: Missed one Unicode file.
39676      Branch: perl
39677            + lib/unicode/UCDFF301.html
39678 ____________________________________________________________________________
39679 [  6933] By: jhi                                   on 2000/08/30  23:42:27
39680         Log: Update Changes.
39681      Branch: perl
39682            ! Changes patchlevel.h
39683 ____________________________________________________________________________
39684 [  6932] By: jhi                                   on 2000/08/30  23:40:07
39685         Log: Mention UNTIE in perldelta.  Still needs documenting
39686              in perltie et alia.
39687      Branch: perl
39688            ! pod/perldelta.pod
39689 ____________________________________________________________________________
39690 [  6931] By: jhi                                   on 2000/08/30  23:36:02
39691         Log: Subject: [PATCH] Don't use big-Oh when talking about lower bounds.
39692              From: <abigail@foad.org>
39693              Date: Wed, 30 Aug 2000 19:28:07 -0400
39694              Message-ID: <20000830232807.305.qmail@foad.org>
39695      Branch: perl
39696            ! pod/perldelta.pod
39697 ____________________________________________________________________________
39698 [  6930] By: jhi                                   on 2000/08/30  23:32:40
39699         Log: Update to Unicode 3.0.1.
39700      Branch: perl
39701            + lib/unicode/BidiMirr.txt lib/unicode/CaseFold.txt
39702            + lib/unicode/PropList.txt lib/unicode/README.perl
39703            + lib/unicode/UCD301.html lib/unicode/Unicode.301
39704            - lib/unicode/Props.txt lib/unicode/UCD300.html
39705            - lib/unicode/Unicode.300 lib/unicode/Unicode3.html
39706            ! (edit 257 files)
39707 ____________________________________________________________________________
39708 [  6929] By: jhi                                   on 2000/08/30  22:38:18
39709         Log: Heap decorruption.
39710              
39711              Subject: [PATCH] Fix for miniperl coredump on Solaris with -Duselongdouble
39712              From: Alan Burlison <Alan.Burlison@uk.sun.com>
39713              Date: Wed, 30 Aug 2000 22:39:52 +0100
39714              Message-ID: <39AD7F28.A06533CF@uk.sun.com>
39715      Branch: perl
39716            ! sv.c
39717 ____________________________________________________________________________
39718 [  6928] By: jhi                                   on 2000/08/30  22:29:34
39719         Log: Retract the dummy test, skip the security tests (instead of failing),
39720              explain what the warnings mean.
39721      Branch: perl
39722            ! INSTALL lib/File/Temp.pm t/lib/ftmp-security.t
39723 ____________________________________________________________________________
39724 [  6927] By: jhi                                   on 2000/08/30  22:14:13
39725         Log: Change the internal implementation of sort() to be mergesort
39726              instead of quicksort, from John Linderman <jpl@research.att.com>.
39727              Gives us better worst case, better average case, and stability.
39728              What's there not to like?  (Small fixes for threaded builds
39729              were required).
39730      Branch: perl
39731            ! pod/perldelta.pod pp_ctl.c t/op/runlevel.t
39732 ____________________________________________________________________________
39733 [  6926] By: jhi                                   on 2000/08/30  20:55:20
39734         Log: A better fix for the Socket building problem from Craig Berry.
39735      Branch: perl
39736            ! vms/vms.c
39737 ____________________________________________________________________________
39738 [  6925] By: jhi                                   on 2000/08/30  20:20:25
39739         Log: Subject: [PATCH] Re: UNTIE method 
39740              From: Nick Ing-Simmons <nik@tiuk.ti.com>
39741              Date: Wed, 30 Aug 2000 18:26:55 +0100 (BST)
39742              Message-Id: <200008301726.SAA01114@mikado.tiuk.ti.com>
39743      Branch: perl
39744            ! pp_sys.c t/op/tie.t
39745 ____________________________________________________________________________
39746 [  6924] By: jhi                                   on 2000/08/30  20:17:11
39747         Log: Subject: Re: not OK, 6919 on Alpha VMS V 7.1 w/ DECC 6.0-001
39748              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39749              Date: Wed, 30 Aug 2000 15:03:14 -0500
39750              Message-Id: <4.3.2.7.2.20000830144622.028fe7a8@exchi01>
39751      Branch: perl
39752            ! vms/vms.c
39753 ____________________________________________________________________________
39754 [  6923] By: jhi                                   on 2000/08/30  20:15:18
39755         Log: Subject: [PATCH perl@6889] fix Storable on VMS by fixing my_fwrite()
39756              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39757              Date: Wed, 30 Aug 2000 13:30:36 -0500
39758              Message-Id: <4.3.2.7.2.20000830130617.02b8b968@exchi01>
39759      Branch: perl
39760            ! vms/vms.c
39761 ____________________________________________________________________________
39762 [  6922] By: jhi                                   on 2000/08/30  19:54:43
39763         Log: Better options for rsync.
39764      Branch: perl
39765            ! pod/perlhack.pod
39766 ____________________________________________________________________________
39767 [  6921] By: jhi                                   on 2000/08/30  19:40:16
39768         Log: Subject: [ID 20000830.036] [DOC] chom?p %hash not documented
39769              From: Rick Delaney <rick@consumercontact.com>
39770              Date: Wed, 30 Aug 2000 15:36:55 -0400 (EDT)
39771              Message-Id: <Pine.UW2.4.10.10008301535210.1949-100000@consumer>
39772      Branch: perl
39773            ! pod/perlfunc.pod
39774 ____________________________________________________________________________
39775 [  6920] By: jhi                                   on 2000/08/30  19:36:40
39776         Log: Subject: [PATCH 6889] add a few ldbl formats to configure.com
39777              From: Peter Prymmer <pvhp@forte.com>
39778              Date: Tue, 29 Aug 2000 17:36:00 -0700 (PDT)
39779              Message-ID: <Pine.OSF.4.10.10008291720260.502507-100000@aspara.forte.com>
39780      Branch: perl
39781            ! configure.com
39782 ____________________________________________________________________________
39783 [  6919] By: jhi                                   on 2000/08/30  14:52:02
39784         Log: Update Changes.
39785      Branch: perl
39786            ! Changes patchlevel.h
39787 ____________________________________________________________________________
39788 [  6918] By: jhi                                   on 2000/08/30  14:48:34
39789         Log: NVs not necessarily doubles, as pointed out by Yitzchak.
39790      Branch: perl
39791            ! lib/ExtUtils/typemap
39792 ____________________________________________________________________________
39793 [  6917] By: jhi                                   on 2000/08/30  14:46:34
39794         Log: Subject: typos in pods
39795              From: Nicholas Clark <nick@ccl4.org>
39796              Date: Wed, 30 Aug 2000 01:12:50 +0100
39797              Message-ID: <20000830011249.A61388@plum.flirble.org>
39798      Branch: perl
39799            ! pod/perldbmfilter.pod pod/perldebtut.pod pod/perldebug.pod
39800            ! pod/perldiag.pod pod/perlebcdic.pod pod/perlfunc.pod
39801            ! pod/perlguts.pod pod/perlhack.pod pod/perlmodlib.pod
39802            ! pod/perlnewmod.pod pod/perlport.pod pod/perltoc.pod
39803 ____________________________________________________________________________
39804 [  6916] By: jhi                                   on 2000/08/30  14:19:09
39805         Log: Document Storable problems on Crays.  (Will have
39806              to document all the other Storable problems, too.)
39807      Branch: perl
39808            ! pod/perldelta.pod
39809 ____________________________________________________________________________
39810 [  6915] By: jhi                                   on 2000/08/30  14:06:02
39811         Log: Subject: [PATCH] fix misc cast warnings
39812              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
39813              Date: Tue, 29 Aug 2000 23:16:14 -0700
39814              Message-ID: <uaKr5gzkgGwQ092yn@efn.org>
39815      Branch: perl
39816            ! lib/ExtUtils/typemap os2/OS2/ExtAttr/ExtAttr.xs
39817            ! os2/OS2/ExtAttr/typemap os2/OS2/REXX/REXX.xs os2/os2.c
39818            ! os2/os2ish.h
39819 ____________________________________________________________________________
39820 [  6914] By: jhi                                   on 2000/08/30  14:03:45
39821         Log: Timestamp mismatch again.  Need to fix this dependence on
39822              config_h.SH timestamp, since it's the contents of config_h.SH
39823              that matter.
39824      Branch: perl
39825            ! uconfig.h uconfig.sh
39826 ____________________________________________________________________________
39827 [  6913] By: jhi                                   on 2000/08/30  13:54:06
39828         Log: Don't say "Perl 5.0 source kit".
39829      Branch: perl
39830            ! perl.c
39831 ____________________________________________________________________________
39832 [  6912] By: jhi                                   on 2000/08/30  13:51:24
39833         Log: Reset archname and archname64 always, forcing them be
39834              recomputed at each Configure run, make Configure and
39835              the hints files agree on the naming of largefiles variables.
39836      Branch: metaconfig
39837            ! U/threads/archname.U
39838      Branch: metaconfig/U/perl
39839            ! use64bits.U
39840      Branch: perl
39841            ! Configure config_h.SH configpm hints/aix.sh hints/hpux.sh
39842            ! hints/linux.sh hints/solaris_2.sh
39843 ____________________________________________________________________________
39844 [  6911] By: jhi                                   on 2000/08/30  13:30:13
39845         Log: Put back the slice accidentally removed by #6907.
39846      Branch: perl
39847            ! hints/solaris_2.sh
39848 ____________________________________________________________________________
39849 [  6910] By: jhi                                   on 2000/08/30  01:24:26
39850         Log: Be consistent: other Net::get* do export theirs.
39851              
39852              Subject: Re: Net::protoent does not export 'getproto'
39853              From: Yasushi Nakajima <sey@jkc.co.jp>
39854              Date: Wed, 30 Aug 2000 09:53:14 +0900
39855              Message-Id: <200008300051.DAA24700@taku.hut.fi>
39856      Branch: perl
39857            ! lib/Net/protoent.pm
39858 ____________________________________________________________________________
39859 [  6909] By: jhi                                   on 2000/08/30  01:17:25
39860         Log: Subject: Re: [ID 20000829.020] perl -e 'package; print __PACKAGE__' core dumps 
39861              From: Gurusamy Sarathy <gsar@ActiveState.com>
39862              Date: Tue, 29 Aug 2000 17:17:07 -0700
39863              Message-Id: <200008300017.RAA25382@smtp3.ActiveState.com>
39864      Branch: perl
39865            ! cop.h
39866 ____________________________________________________________________________
39867 [  6908] By: jhi                                   on 2000/08/30  00:58:05
39868         Log: Update Changes.
39869      Branch: perl
39870            ! Changes patchlevel.h
39871 ____________________________________________________________________________
39872 [  6907] By: jhi                                   on 2000/08/30  00:57:22
39873         Log: Introduce ccname to keep track of what compiler kind of we have.
39874      Branch: metaconfig/U/perl
39875            ! Checkcc.U gccvers.U
39876      Branch: perl
39877            ! Configure config_h.SH hints/solaris_2.sh
39878 ____________________________________________________________________________
39879 [  6906] By: jhi                                   on 2000/08/30  00:25:47
39880         Log: Put back the flags dump as reasoned in
39881              
39882              Subject: Re: [PATCH] Glob dumping
39883              From: Mike Guy <mjtg@cam.ac.uk> 
39884              Date: Tue, 29 Aug 2000 21:41:32 +0100
39885              Message-Id: <E13TsCK-0007iL-00@draco.cus.cam.ac.uk>
39886      Branch: perl
39887            ! dump.c t/lib/peek.t
39888 ____________________________________________________________________________
39889 [  6905] By: jhi                                   on 2000/08/30  00:16:17
39890         Log: Make the epsilon to be relative, not absolute.
39891              
39892              Subject: Re: [ID 20000829.039] Not OK: perl v5.7.0 +DEVEL6899 +[ID on alpha-dec_osf-ld 5.1 (UNINSTALLED)
39893              From: Spider Boardman <spider-perl@orb.nashua.nh.us>
39894              Date: Tue, 29 Aug 2000 19:58:56 -0400
39895              Message-Id: <200008292358.TAA31114@leggy.zk3.dec.com>
39896      Branch: perl
39897            ! t/lib/trig.t
39898 ____________________________________________________________________________
39899 [  6904] By: jhi                                   on 2000/08/30  00:13:09
39900         Log: From now on, Gisle is on my list of usual suspects :-)
39901              Retract #6902.
39902      Branch: perl
39903            ! ext/Opcode/Safe.pm
39904 ____________________________________________________________________________
39905 [  6903] By: jhi                                   on 2000/08/29  23:51:20
39906         Log: Subject: [PATCH perl@6889] Chuck Lane's OpenVMS piping improvements
39907              From: "Craig A. Berry" <craig.berry@psinetcs.com>
39908              Date: Tue, 29 Aug 2000 18:43:26 -0500
39909              Message-Id: <4.3.2.7.2.20000829180705.01b005b8@exchi01>
39910      Branch: perl
39911            + vms/vmspipe.com
39912            ! MANIFEST t/io/openpid.t vms/descrip_mms.template vms/test.com
39913            ! vms/vms.c
39914 ____________________________________________________________________________
39915 [  6902] By: jhi                                   on 2000/08/29  23:44:14
39916         Log: Retry what #6882 attempted.
39917              
39918              Subject: Re: [ID 20000829.004] Sharing leak root name into safe compartment
39919              From: Gisle Aas <gisle@ActiveState.com>
39920              Date: 30 Aug 2000 00:33:09 +0200
39921              Message-ID: <m3pumry9y2.fsf@eik.g.aas.no>
39922      Branch: perl
39923            ! ext/Opcode/Safe.pm
39924 ____________________________________________________________________________
39925 [  6901] By: jhi                                   on 2000/08/29  22:59:32
39926         Log: Subject: [PATCH 5.6.0] [ID 20000608.006] panic: magic_killbackrefs with blessed global weakrefs
39927              From: Hugo <hv@crypt.compulink.co.uk>
39928              Date: Mon, 12 Jun 2000 19:36:08 +0100
39929              Message-Id: <200006121836.TAA16977@crypt.compulink.co.uk>
39930      Branch: perl
39931            ! sv.c
39932 ____________________________________________________________________________
39933 [  6900] By: jhi                                   on 2000/08/29  22:58:35
39934         Log: Admit that we are leaking scalars.
39935              
39936              Subject: [ID 20000829.037] Not OK: perl v5.7.0 +DEVEL6899 on alpha-dec_osf 4.0f (UNINSTALLED)
39937              From: Spider Boardman <spider@leggy.zk3.dec.com>
39938              Date: Tue, 29 Aug 2000 18:48:29 -0400
39939              Message-Id: <200008292248.SAA31507@leggy.zk3.dec.com>
39940      Branch: perl
39941            ! t/pragma/warnings.t
39942 ____________________________________________________________________________
39943 [  6899] By: jhi                                   on 2000/08/29  20:53:13
39944         Log: Update Changes.
39945      Branch: perl
39946            ! Changes patchlevel.h
39947 ____________________________________________________________________________
39948 [  6898] By: jhi                                   on 2000/08/29  20:46:21
39949         Log: Undo namespace pollution of #6878.
39950              
39951              Subject: Re: Net::protoent does not export 'getproto'
39952              From: Mike Guy <mjtg@cam.ac.uk>
39953              Date: Tue, 29 Aug 2000 21:32:37 +0100
39954              Message-Id: <E13Ts3h-0007eN-00@draco.cus.cam.ac.uk>
39955      Branch: perl
39956            ! lib/Net/protoent.pm
39957 ____________________________________________________________________________
39958 [  6897] By: jhi                                   on 2000/08/29  20:44:29
39959         Log: Subject: [PATCH: 6889] updates to perlebcdic.pod
39960              From: Peter Prymmer <pvhp@forte.com>
39961              Date: Tue, 29 Aug 2000 13:32:41 -0700 (PDT)
39962              Message-ID: <Pine.OSF.4.10.10008291327500.502507-100000@aspara.forte.com>
39963      Branch: perl
39964            ! pod/perlebcdic.pod
39965 ____________________________________________________________________________
39966 [  6896] By: jhi                                   on 2000/08/29  20:40:57
39967         Log: There's no point repeating the 'revision' (5) of perl5.
39968      Branch: metaconfig/U/perl
39969            ! Devel.U patchlevel.U
39970      Branch: perl
39971            ! Configure config_h.SH
39972 ____________________________________________________________________________
39973 [  6895] By: jhi                                   on 2000/08/29  20:16:58
39974         Log: Regen Configure for #6894.
39975      Branch: metaconfig/U/perl
39976            ! perladmin.U
39977      Branch: perl
39978            ! Configure config_h.SH
39979 ____________________________________________________________________________
39980 [  6894] By: jhi                                   on 2000/08/29  19:59:52
39981         Log: Subject: [ID 20000829.023] [PATCH 6868] perlbug@perl.com --> perlbug@perl.org
39982              From: "Philip Newton" <Philip.Newton@gmx.net>
39983              Date: Tue, 29 Aug 2000 21:39:14 +0200
39984              Message-Id: <200008291938.VAA98259@smtp1.nikoma.de>
39985      Branch: perl
39986            ! Configure INSTALL README hints/README.hints hints/bsdos.sh
39987            ! hints/freebsd.sh pod/perl.pod pod/perl56delta.pod
39988            ! pod/perlfaq2.pod pod/perllocale.pod pod/perlxs.pod
39989            ! utils/perlbug.PL
39990 ____________________________________________________________________________
39991 [  6893] By: jhi                                   on 2000/08/29  19:55:30
39992         Log: Subject: [ID 20000829.022] [PATCH 6868] Minor nit in installhtml
39993              From: "Philip Newton" <Philip.Newton@gmx.net>
39994              Date: Tue, 29 Aug 2000 21:39:14 +0200
39995              Message-Id: <200008291938.VAA98255@smtp1.nikoma.de>
39996      Branch: perl
39997            ! installhtml
39998 ____________________________________________________________________________
39999 [  6892] By: jhi                                   on 2000/08/29  19:53:59
40000         Log: Subject: [ID 20000829.026] [PATCH 6868] File::Temp
40001              From: "Philip Newton" <Philip.Newton@gmx.net>
40002              Date: Tue, 29 Aug 2000 21:48:18 +0200
40003              Message-Id: <200008291947.VAA13628@smtp2.nikoma.de>
40004      Branch: perl
40005            ! lib/File/Temp.pm
40006 ____________________________________________________________________________
40007 [  6891] By: jhi                                   on 2000/08/29  18:30:03
40008         Log: Nail the ID 20000828.023.
40009      Branch: perl
40010            ! ext/Storable/Storable.xs
40011 ____________________________________________________________________________
40012 [  6890] By: jhi                                   on 2000/08/29  16:50:17
40013         Log: Under usethreads the dumped variable is IN_PAD.
40014              
40015              Subject: Re: [PATCH] Glob dumping
40016              From: Gisle Aas <gisle@ActiveState.com>
40017              Date: 29 Aug 2000 18:45:05 +0200
40018              Message-ID: <m37l9010fi.fsf@eik.g.aas.no>
40019      Branch: perl
40020            ! t/lib/peek.t
40021 ____________________________________________________________________________
40022 [  6889] By: jhi                                   on 2000/08/29  15:17:37
40023         Log: Update Changes.
40024      Branch: perl
40025            ! Changes patchlevel.h
40026 ____________________________________________________________________________
40027 [  6888] By: jhi                                   on 2000/08/29  14:49:59
40028         Log: Retract #6882, broke the safe tests.
40029      Branch: perl
40030            ! ext/Opcode/Safe.pm
40031 ____________________________________________________________________________
40032 [  6887] By: jhi                                   on 2000/08/29  14:47:06
40033         Log: Subject: Re: [ID 20000525.003] perldoc fails when Makefile.PL is in cwd
40034              From: Gisle Aas <gisle@ActiveState.com> 
40035              Date: 09 Jun 2000 20:00:11 +0200
40036              Message-ID: <m3n1kud9as.fsf@eik.g.aas.no>
40037      Branch: perl
40038            ! utils/perldoc.PL
40039 ____________________________________________________________________________
40040 [  6886] By: jhi                                   on 2000/08/29  14:42:45
40041         Log: The #6881 removed one dump line.
40042      Branch: perl
40043            ! t/lib/peek.t
40044 ____________________________________________________________________________
40045 [  6885] By: jhi                                   on 2000/08/29  14:30:47
40046         Log: Don't forget to tidy up.
40047      Branch: perl
40048            ! t/lib/ftmp-security.t
40049 ____________________________________________________________________________
40050 [  6884] By: jhi                                   on 2000/08/29  14:25:17
40051         Log: Disabling the one test is a bit tricky.
40052      Branch: perl
40053            ! t/lib/ftmp-security.t
40054 ____________________________________________________________________________
40055 [  6883] By: jhi                                   on 2000/08/29  14:16:25
40056         Log: Disable one of the tests for now.
40057      Branch: perl
40058            ! t/lib/ftmp-security.t
40059 ____________________________________________________________________________
40060 [  6882] By: jhi                                   on 2000/08/29  14:05:50
40061         Log: Subject: [ID 20000829.004] Sharing leak root name into safe compartment
40062              From: gisle@aas.no
40063              Date: 29 Aug 2000 10:35:06 -0000
40064              Message-Id: <20000829103506.21538.qmail@eik.g.aas.no>
40065      Branch: perl
40066            ! ext/Opcode/Safe.pm
40067 ____________________________________________________________________________
40068 [  6881] By: jhi                                   on 2000/08/29  14:03:51
40069         Log: Subject: [PATCH] Glob dumping
40070              From: Gisle Aas <gisle@ActiveState.com>
40071              Date: 29 Aug 2000 07:59:42 -0000
40072              Message-ID: <20000829075942.20923.qmail@eik.g.aas.no>
40073      Branch: perl
40074            ! dump.c
40075 ____________________________________________________________________________
40076 [  6880] By: jhi                                   on 2000/08/29  14:02:01
40077         Log: Subject: [PATCH] Warnings in B::Deparse
40078              From: <abigail@foad.org>
40079              Date: Tue, 29 Aug 2000 00:00:01 -0400
40080              Message-ID: <20000829040001.2999.qmail@foad.org>
40081      Branch: perl
40082            ! ext/B/B/Deparse.pm
40083 ____________________________________________________________________________
40084 [  6879] By: jhi                                   on 2000/08/29  13:57:26
40085         Log: Missed a change in #6869.
40086      Branch: perl
40087            ! mg.c
40088 ____________________________________________________________________________
40089 [  6878] By: jhi                                   on 2000/08/29  13:45:04
40090         Log: Subject: Net::protoent does not export 'getproto'
40091              From: Yasushi Nakajima <sey@jkc.co.jp>
40092              Date: Tue, 29 Aug 2000 17:28:57 +0900                 
40093      Branch: perl
40094            ! lib/Net/protoent.pm
40095 ____________________________________________________________________________
40096 [  6877] By: jhi                                   on 2000/08/29  13:39:19
40097         Log: Patches all over for people and the files they (hopefully) care about.
40098      Branch: perl
40099            ! AUTHORS Changes MAINTAIN
40100 ____________________________________________________________________________
40101 [  6876] By: jhi                                   on 2000/08/29  12:53:54
40102         Log: Fix for thinko in #6848.
40103              
40104              Subject: Compiler error in ext/Thread/Thread.c (bleadperl@6866)
40105              From: Lupe Christoph <lupe@lupe-christoph.de>
40106              Date: Tue, 29 Aug 2000 09:04:08 +0200
40107              Message-ID: <20000829090408.V4437@alanya.lupe-christoph.de>
40108      Branch: perl
40109            ! ext/Thread/Thread.xs
40110 ____________________________________________________________________________
40111 [  6875] By: jhi                                   on 2000/08/29  12:50:14
40112         Log: Update to Getopt::Long 2.24, from Johan Vromans.
40113      Branch: perl
40114            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
40115 ____________________________________________________________________________
40116 [  6874] By: jhi                                   on 2000/08/29  02:09:53
40117         Log: Use minimal @INC in tests, most of the time just '../lib',
40118              so that we simply can't pick up stuff from other Perls than
40119              the one we are testing.  Pointed out by
40120              
40121              From: Mike Guy <mjtg@cam.ac.uk>
40122              Subject: Re: [PATCH: 6757] make new Storable tests forgiving of places where not built   
40123              Date: Fri, 25 Aug 2000 15:15:59 +0100
40124              Message-Id: <E13SKH1-00031D-00@virgo.cus.cam.ac.uk>
40125      Branch: perl
40126            ! (edit 185 files)
40127 ____________________________________________________________________________
40128 [  6873] By: jhi                                   on 2000/08/29  01:07:11
40129         Log: Subject: [PATCH] Re: files not cleaned even by veryclean
40130              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40131              Date: Mon, 28 Aug 2000 17:45:52 -0700
40132              Message-ID: <Afwq5gzkg2UB092yn@efn.org>
40133      Branch: perl
40134            ! Makefile.SH hints/os2.sh
40135 ____________________________________________________________________________
40136 [  6872] By: jhi                                   on 2000/08/28  23:33:39
40137         Log: Subject: [PATCH bleedperl@6866] spellings
40138              From: marcel@codewerk.com (Marcel Grunauer)
40139              Date: Tue, 29 Aug 2000 01:19:59 +0200
40140              Message-Id: <200008282319.BAA29862@gandalf.local>
40141      Branch: perl
40142            ! README.os390 pod/perl5004delta.pod pod/perldebtut.pod
40143            ! pod/perlebcdic.pod pod/perlfunc.pod pod/perlguts.pod
40144            ! pod/perlipc.pod pod/perlthrtut.pod pod/perlutil.pod
40145 ____________________________________________________________________________
40146 [  6871] By: jhi                                   on 2000/08/28  23:22:09
40147         Log: Take out the SUIDMAIL thing, that will not be
40148              a problem in 5.7.*.
40149      Branch: perl
40150            ! patchlevel.h
40151 ____________________________________________________________________________
40152 [  6870] By: jhi                                   on 2000/08/28  23:19:30
40153         Log: -S is the silent flag, -s is the strip flag.
40154              
40155              Subject: [PATCH] Re: [PATCH] make no-install          
40156              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40157              Date: Mon, 28 Aug 2000 15:12:55 -0700
40158              Message-ID: <nPuq5gzkg2FO092yn@efn.org> 
40159      Branch: perl
40160            ! Makefile.SH
40161 ____________________________________________________________________________
40162 [  6869] By: jhi                                   on 2000/08/28  23:12:05
40163         Log: Subject: [PATCH bleedperl@6856] warnings fixes
40164              From: "Paul Marquess" <paul_marquess@yahoo.co.uk>
40165              Date: Mon, 28 Aug 2000 23:55:06 +0100
40166              Message-ID: <000501c01143$0230af80$2014140a@bfs.phone.com>
40167      Branch: perl
40168            ! lib/warnings.pm pod/perllexwarn.pod t/pragma/warn/7fatal
40169            ! warnings.h warnings.pl
40170 ____________________________________________________________________________
40171 [  6868] By: jhi                                   on 2000/08/28  21:38:22
40172         Log: Potential cruft.
40173      Branch: perl
40174            ! Makefile.SH
40175 ____________________________________________________________________________
40176 [  6867] By: jhi                                   on 2000/08/28  21:35:36
40177         Log: Update Changes.
40178      Branch: perl
40179            ! Changes patchlevel.h
40180 ____________________________________________________________________________
40181 [  6866] By: jhi                                   on 2000/08/28  21:33:49
40182         Log: Subject: hv.h Doc Patch
40183              From: Fisher Mark <fisherm@tce.com>
40184              Date: Mon, 28 Aug 2000 16:24:59 -0500
40185              Message-ID: <B9B6874277EED211B1890008C707AF5302881C77@indyexch3.indy.tce.com>
40186      Branch: perl
40187            ! hv.h
40188 ____________________________________________________________________________
40189 [  6865] By: jhi                                   on 2000/08/28  21:02:15
40190         Log: Add -ld to archname on long tr...double platforms.
40191      Branch: metaconfig
40192            ! U/threads/archname.U
40193      Branch: perl
40194            ! Configure config_h.SH
40195 ____________________________________________________________________________
40196 [  6864] By: jhi                                   on 2000/08/28  20:38:59
40197         Log: An attempt to fix the problem reported in
40198              
40199              Subject: Building perl@6856 using gcc/AIX 4.3.3 
40200              From: Daniel Muino <dmuino@afip.gov.ar> 
40201              Date: Mon, 28 Aug 2000 15:50:01 -0300   
40202              Message-ID: <20000828155001.A14403@con2-dgi>
40203              
40204              I can't test this properly since the gcc installation I have
40205              access to seems to be botched (gcc is calling the AIX cpp,
40206              a losing proposition...)
40207      Branch: perl
40208            ! hints/aix.sh
40209 ____________________________________________________________________________
40210 [  6863] By: jhi                                   on 2000/08/28  18:57:52
40211         Log: Fix for ID 20000828.001, long doubles were not formatted
40212              correctly (showed up in $], which stopped installing perl).
40213      Branch: perl
40214            ! sv.c
40215 ____________________________________________________________________________
40216 [  6862] By: jhi                                   on 2000/08/28  18:07:15
40217         Log: Typo in #6858.
40218      Branch: perl
40219            ! lib/Cwd.pm
40220 ____________________________________________________________________________
40221 [  6861] By: jhi                                   on 2000/08/28  17:57:27
40222         Log: opmini.o may be left around if a build is interrupted.
40223      Branch: perl
40224            ! Makefile.SH
40225 ____________________________________________________________________________
40226 [  6860] By: jhi                                   on 2000/08/28  16:52:50
40227         Log: Subject: [PATCH@6855] _Minor_ change to overload.pm pod
40228              From: Daniel Chetlin <daniel@chetlin.com>
40229              Date: Mon, 28 Aug 2000 01:14:18 -0700
40230              Message-ID: <20000828011418.J769@ilmd.chetlin.org>
40231      Branch: perl
40232            ! lib/overload.pm
40233 ____________________________________________________________________________
40234 [  6859] By: jhi                                   on 2000/08/28  16:08:46
40235         Log: Subject: [ID 20000828.009] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6855 on i586-linux 2.2.12 (UNINSTALLED)
40236              From: Nicholas Clark <nick@ccl4.org>
40237              Date: Mon, 28 Aug 2000 16:03:27 +0100
40238              Message-Id: <20000828160327.C49785@plum.flirble.org>
40239      Branch: perl
40240            ! ext/ByteLoader/bytecode.h
40241 ____________________________________________________________________________
40242 [  6858] By: jhi                                   on 2000/08/28  16:02:10
40243         Log: Subject: [ID 20000828.006] dir name "0" not safe with Cwd.pm
40244              From: Wolfgang Laun <wolfgang.laun@alcatel.at>
40245              Date: Mon, 28 Aug 2000 13:08:30 +0200
40246              Message-Id: <200008281108.NAA00782@localhost.aut.alcatel.at>
40247      Branch: perl
40248            ! lib/Cwd.pm
40249 ____________________________________________________________________________
40250 [  6857] By: jhi                                   on 2000/08/28  15:42:47
40251         Log: display_format used as a class method without arguments was broken,
40252              reported in
40253              
40254              Subject: Math::Complex->display_format() sets style to 'Math::Complex'
40255              From: Yasushi Nakajima <sey@san.p.kyoto.jkc.co.jp>
40256              Date: Mon, 28 Aug 2000 16:38:08 +0900 (JST)
40257              Message-Id: <200008280738.QAA00215@san.p.kyoto.jkc.co.jp>
40258      Branch: perl
40259            ! lib/Math/Complex.pm t/lib/complex.t
40260 ____________________________________________________________________________
40261 [  6856] By: jhi                                   on 2000/08/27  22:09:48
40262         Log: Update Changes.
40263      Branch: perl
40264            ! Changes patchlevel.h
40265 ____________________________________________________________________________
40266 [  6855] By: jhi                                   on 2000/08/27  21:59:21
40267         Log: Retract #6853 (false alarm).
40268      Branch: perl
40269            ! lib/ExtUtils/xsubpp
40270 ____________________________________________________________________________
40271 [  6854] By: jhi                                   on 2000/08/27  21:37:44
40272         Log: Update Changes.
40273      Branch: perl
40274            ! Changes patchlevel.h
40275 ____________________________________________________________________________
40276 [  6853] By: jhi                                   on 2000/08/27  21:37:16
40277         Log: Subject: [PATCH perl@6850] workaround for xsubpp
40278              From: Hugo <hv@crypt.compulink.co.uk>
40279              Date: Sun, 27 Aug 2000 22:30:25 +0100
40280              Message-Id: <200008272130.WAA10083@crypt.compulink.co.uk>
40281      Branch: perl
40282            ! lib/ExtUtils/xsubpp
40283 ____________________________________________________________________________
40284 [  6852] By: jhi                                   on 2000/08/27  21:33:58
40285         Log: Big-endian 64-bit patch from Raphael Manfredi.
40286      Branch: perl
40287            ! ext/Storable/Storable.xs
40288 ____________________________________________________________________________
40289 [  6851] By: jhi                                   on 2000/08/27  21:22:21
40290         Log: More ruthless editing from Hugo van der Sanden.
40291      Branch: perl
40292            ! pod/perldelta.pod
40293 ____________________________________________________________________________
40294 [  6850] By: jhi                                   on 2000/08/27  16:11:46
40295         Log: Update Changes.
40296      Branch: perl
40297            ! Changes patchlevel.h
40298 ____________________________________________________________________________
40299 [  6849] By: jhi                                   on 2000/08/27  16:11:05
40300         Log: Provice virtual $Config{ccflags_nolargefiles} etc. 
40301      Branch: perl
40302            ! configpm pod/perldelta.pod
40303 ____________________________________________________________________________
40304 [  6848] By: jhi                                   on 2000/08/27  15:35:08
40305         Log: Use the actual thread type, not the pointer-to-struct.
40306      Branch: perl
40307            ! ext/Thread/Thread.xs
40308 ____________________________________________________________________________
40309 [  6847] By: jhi                                   on 2000/08/27  15:30:49
40310         Log: Test nit.
40311      Branch: perl
40312            ! t/pragma/warn/pp_sys
40313 ____________________________________________________________________________
40314 [  6846] By: jhi                                   on 2000/08/27  15:19:02
40315         Log: Passing -R in ldflags makes now it to appear in the default
40316              for lddlflags, just like with -L.
40317              
40318              Subject: Re: MM_Unix.pm LD_RUN_PATH niggles on Solaris
40319              From: Lupe Christoph <lupe@lupe-christoph.de>
40320              Date: Sun, 27 Aug 2000 10:28:21 +0200
40321              Message-ID: <20000827102821.B4437@alanya.lupe-christoph.de>
40322      Branch: metaconfig/U/perl
40323            ! dlsrc.U
40324      Branch: perl
40325            ! Configure
40326 ____________________________________________________________________________
40327 [  6845] By: jhi                                   on 2000/08/27  15:08:54
40328         Log: Subject: MM_Unix.pm LD_RUN_PATH niggles on Solaris
40329              From: Alan Burlison <Alan.Burlison@uk.sun.com>
40330              Date: Sat, 26 Aug 2000 22:23:27 +0100
40331              Message-ID: <39A8354F.E1E832C9@uk.sun.com>
40332      Branch: perl
40333            ! lib/ExtUtils/MM_Unix.pm
40334 ____________________________________________________________________________
40335 [  6844] By: jhi                                   on 2000/08/27  15:02:37
40336         Log: DJGPP update from Laszlo Molnar.
40337              
40338              Subject: [ID 20000826.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6788 on dos-djgpp djgpp (UNINSTALLED) [PATCH]
40339              From: ml1050 <ml1050@freemail.hu>
40340              Date: Sat, 26 Aug 2000 23:24:40 +0200
40341              Message-Id: <20000826232440.A439@freemail.hu>
40342      Branch: perl
40343            ! djgpp/config.over lib/File/Temp.pm pod/buildtoc.PL
40344            ! t/lib/ftmp-security.t t/lib/posix.t t/pragma/warn/pp_sys
40345 ____________________________________________________________________________
40346 [  6843] By: jhi                                   on 2000/08/27  14:53:58
40347         Log: Subject: installman buglet
40348              From: Lupe Christoph <lupe@lupe-christoph.de>
40349              Date: Sun, 27 Aug 2000 14:38:59 +0200
40350              Message-ID: <20000827143859.E4437@alanya.lupe-christoph.de>
40351      Branch: perl
40352            ! installman
40353 ____________________________________________________________________________
40354 [  6842] By: jhi                                   on 2000/08/27  14:52:08
40355         Log: Can't get the test to reliably work thanks to the
40356              inaccurateness of floating point.  "Resolves" bug ids
40357              20000826.003, 20000826.009, 20000826.010,
40358      Branch: perl
40359            ! t/lib/trig.t
40360 ____________________________________________________________________________
40361 [  6841] By: jhi                                   on 2000/08/26  15:53:58
40362         Log: Update Changes.
40363      Branch: perl
40364            ! Changes patchlevel.h
40365 ____________________________________________________________________________
40366 [  6840] By: jhi                                   on 2000/08/26  14:23:03
40367         Log: grep -e isn't portable.
40368              
40369              Subject: [ID 20000825.027] let me (perlbug@perl.com) know how I blew it
40370              From: chris@broadband.att.com
40371              Date: Sat, 26 Aug 2000 00:17:27 -0600 (MDT)
40372              Message-Id: <200008260617.AAA10219@lazlo.tci.com>
40373      Branch: perl
40374            ! hints/solaris_2.sh
40375 ____________________________________________________________________________
40376 [  6839] By: jhi                                   on 2000/08/26  14:12:23
40377         Log: no-install target a la make -n.
40378              
40379              Subject: [PATCH] make no-install (was Re: [PATCH] installation not quite silent yet.)
40380              From: <abigail@foad.org>
40381              Date: Sat, 26 Aug 2000 03:57:34 -0400
40382              Message-ID: <20000826075735.18912.qmail@foad.org>
40383      Branch: perl
40384            ! Makefile.SH installman installperl
40385 ____________________________________________________________________________
40386 [  6838] By: jhi                                   on 2000/08/26  14:06:33
40387         Log: Retract #6826 as the #6828 should be do the same
40388              in a More Correct Way.
40389      Branch: perl
40390            ! installperl
40391 ____________________________________________________________________________
40392 [  6837] By: jhi                                   on 2000/08/26  05:24:00
40393         Log: More casting.
40394      Branch: perl
40395            ! ext/Storable/Storable.xs
40396 ____________________________________________________________________________
40397 [  6836] By: jhi                                   on 2000/08/26  05:05:46
40398         Log: Nicer in decimal.
40399      Branch: perl
40400            ! ext/Storable/Storable.xs
40401 ____________________________________________________________________________
40402 [  6835] By: jhi                                   on 2000/08/26  05:03:50
40403         Log: There be no UVdf.
40404      Branch: perl
40405            ! ext/Storable/Storable.xs
40406 ____________________________________________________________________________
40407 [  6834] By: jhi                                   on 2000/08/26  05:00:18
40408         Log: Continue IVdfing and UVxfing.
40409      Branch: perl
40410            ! ext/Storable/Storable.xs
40411 ____________________________________________________________________________
40412 [  6833] By: jhi                                   on 2000/08/26  04:53:14
40413         Log: Use IVdf.
40414      Branch: perl
40415            ! ext/Storable/Storable.xs
40416 ____________________________________________________________________________
40417 [  6832] By: jhi                                   on 2000/08/26  04:40:41
40418         Log: Document PTR2XX and INT2PTR.
40419      Branch: perl
40420            ! pod/perlguts.pod
40421 ____________________________________________________________________________
40422 [  6831] By: jhi                                   on 2000/08/26  04:33:18
40423         Log: Use UVxf, PTR2UV, NVff.
40424      Branch: perl
40425            ! ext/Storable/Storable.xs
40426 ____________________________________________________________________________
40427 [  6830] By: jhi                                   on 2000/08/26  04:31:32
40428         Log: Update the test count.
40429      Branch: perl
40430            ! t/lib/trig.t
40431 ____________________________________________________________________________
40432 [  6829] By: jhi                                   on 2000/08/26  03:05:50
40433         Log: Subject: [PATCH] installation not quite silent yet.
40434              From: <abigail@foad.org>
40435              Date: Fri, 25 Aug 2000 20:07:53 -0400
40436              Message-ID: <20000826000753.7822.qmail@foad.org>
40437      Branch: perl
40438            ! installman installperl
40439 ____________________________________________________________________________
40440 [  6828] By: jhi                                   on 2000/08/26  03:05:14
40441         Log: Subject: Re: [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
40442              From: Spider Boardman <spider@web.zk3.dec.com>
40443              Date: Fri, 25 Aug 2000 19:12:40 -0400
40444              Message-Id: <200008252312.TAA17828@leggy.zk3.dec.com>
40445      Branch: perl
40446            ! gv.c
40447 ____________________________________________________________________________
40448 [  6827] By: jhi                                   on 2000/08/25  23:54:34
40449         Log: Support preserving extremely big/small angles.
40450      Branch: perl
40451            ! lib/Math/Trig.pm pod/perldelta.pod t/lib/trig.t
40452 ____________________________________________________________________________
40453 [  6826] By: jhi                                   on 2000/08/25  23:01:20
40454         Log: Patch installperl to be long double-aware.
40455              
40456              Subject: Re: [PATCH] [ID 20000825.019] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6820 on alpha-dec_osf 5.1 (UNINSTALLED) 
40457              From: Spider Boardman <spider@web.zk3.dec.com>
40458              Date: Fri, 25 Aug 2000 18:15:23 -0400
40459              Message-Id: <200008252215.SAA28740@leggy.zk3.dec.com>
40460      Branch: perl
40461            ! installperl
40462 ____________________________________________________________________________
40463 [  6825] By: jhi                                   on 2000/08/25  22:58:25
40464         Log: Remove duplicately applied patch shards.
40465              
40466              Subject: [ID 20000825.012] [PATCH@6822] t/lib/cgi-html.t produces ugly cruft during 'make test'
40467              From: Spider Boardman <spider@leggy.zk3.dec.com>
40468              Date: Fri, 25 Aug 2000 16:45:03 -0400
40469              Message-Id: <200008252045.QAA23518@leggy.zk3.dec.com>
40470      Branch: perl
40471            ! t/lib/cgi-html.t
40472 ____________________________________________________________________________
40473 [  6824] By: jhi                                   on 2000/08/25  22:57:00
40474         Log: Subject: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
40475              From: Daniel Chetlin <daniel@chetlin.com>
40476              Date: Fri, 25 Aug 2000 12:23:16 -0700
40477              Message-ID: <20000825122316.A10250@ilmd.chetlin.org>
40478              
40479              Subject: Re: [PATCH @6820] installman under -w and strict (was Re: [PATCH] More silencing of installman.)
40480              From: Daniel Chetlin <daniel@chetlin.com>
40481              Date: Fri, 25 Aug 2000 14:47:19 -0700
40482              Message-ID: <20000825144719.A20587@ilmd.chetlin.org>
40483      Branch: perl
40484            ! installman
40485 ____________________________________________________________________________
40486 [  6823] By: jhi                                   on 2000/08/25  22:44:17
40487         Log: Timestamp problem?
40488      Branch: perl
40489            ! uconfig.h uconfig.sh
40490 ____________________________________________________________________________
40491 [  6822] By: jhi                                   on 2000/08/25  19:01:06
40492         Log: One forgotten file from #6816.
40493      Branch: perl
40494            ! vos/config.h
40495 ____________________________________________________________________________
40496 [  6821] By: jhi                                   on 2000/08/25  18:56:39
40497         Log: Regen Changes.
40498      Branch: perl
40499            ! Changes patchlevel.h
40500 ____________________________________________________________________________
40501 [  6820] By: jhi                                   on 2000/08/25  18:52:35
40502         Log: Fix Changes ordering.
40503      Branch: perl
40504            ! Changes
40505 ____________________________________________________________________________
40506 [  6819] By: jhi                                   on 2000/08/25  18:50:25
40507         Log: Update Changes.
40508      Branch: perl
40509            ! Changes patchlevel.h
40510 ____________________________________________________________________________
40511 [  6818] By: jhi                                   on 2000/08/25  18:47:45
40512         Log: Tweak the sfio/useperlio logic, hopefully as wished in
40513              
40514              Subject: [ID 20000825.004] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6804 on i586-linux 2.2.12 (UNINSTALLED)
40515              From: Nicholas Clark <nick@babyhippo.co.uk>
40516              Date: Fri, 25 Aug 2000 12:01:45 +0100
40517              Message-Id: <E13SHF3-0005I9-00@fruitbat.babyhippo.co.uk>
40518      Branch: metaconfig/U/perl
40519            ! d_sfio.U
40520      Branch: perl
40521            ! Configure
40522 ____________________________________________________________________________
40523 [  6817] By: jhi                                   on 2000/08/25  18:32:51
40524         Log: Allow microperl to assume <math.h>, without it the math
40525              functions like floor() are assumed to return int, which makes
40526              for core dumps in machines where integer and floating register
40527              don't mix.
40528      Branch: perl
40529            ! uconfig.h uconfig.sh
40530 ____________________________________________________________________________
40531 [  6816] By: jhi                                   on 2000/08/25  18:27:17
40532         Log: AIX 4.3.3 has SOCKS in libc with a differently named init routine,
40533              the problem reported in
40534              
40535              Subject: [ID 20000825.007] Building stable 5.6.0 on AIX 4.3.3 using SOCKS
40536              From: danhale@us.ibm.com
40537              Date: Fri, 25 Aug 2000 10:58:06 -0400
40538              Message-Id: <85256946.005238A3.00@d54mta02.raleigh.ibm.com>
40539      Branch: metaconfig/U/perl
40540            + d_socks5_init.U
40541      Branch: perl
40542            ! Configure INSTALL config_h.SH configure.com epoc/config.sh
40543            ! perl.c uconfig.h uconfig.sh vos/config.def vos/config.h
40544            ! vos/config.pl vos/config_h.SH_orig win32/config.bc
40545            ! win32/config.gc win32/config.vc
40546 ____________________________________________________________________________
40547 [  6815] By: jhi                                   on 2000/08/25  17:43:31
40548         Log: A solution for the retrieve_fd autosplit warning,
40549              idea suggested by Mike Guy.
40550      Branch: perl
40551            ! ext/Storable/Storable.pm
40552 ____________________________________________________________________________
40553 [  6814] By: jhi                                   on 2000/08/25  17:16:03
40554         Log: Add install-silent target.
40555      Branch: perl
40556            ! Makefile.SH
40557 ____________________________________________________________________________
40558 [  6813] By: jhi                                   on 2000/08/25  17:14:23
40559         Log: Subject: Re: [PATCH] More silencing of installman.
40560              From: <abigail@foad.org>
40561              Date: Thu, 24 Aug 2000 19:27:03 -0400
40562              Message-ID: <20000824232703.7001.qmail@foad.org>
40563              
40564              Subject: Re: [PATCH] More silencing of installman.
40565              From: <abigail@foad.org>
40566              Date: Fri, 25 Aug 2000 03:00:58 -0400
40567              Message-ID: <20000825070058.10697.qmail@foad.org>
40568      Branch: perl
40569            ! installman
40570 ____________________________________________________________________________
40571 [  6812] By: jhi                                   on 2000/08/25  17:11:28
40572         Log: installperl --verbose and --silent.
40573              
40574              Subject: Re: [PATCH] More silencing of installman.
40575              From: <abigail@foad.org>
40576              Message-ID: <20000825064430.9719.qmail@foad.org>
40577              Date: Fri, 25 Aug 2000 02:44:30 -0400
40578      Branch: perl
40579            ! installperl
40580 ____________________________________________________________________________
40581 [  6811] By: jhi                                   on 2000/08/25  17:05:43
40582         Log: Subject: [ID 20000824.029] MakeMaker manifypods fails on DJGPP systems
40583              From: "Peter J. Farley III" <pjfarley@banet.net>
40584              Date: Thu, 24 Aug 2000 21:58:03 -0400
40585              Message-Id: <4.3.1.0.20000824215500.00ac3df0@pop5.banet.net>
40586              
40587              (applied slightly modified)
40588      Branch: perl
40589            ! lib/ExtUtils/MM_Unix.pm
40590 ____________________________________________________________________________
40591 [  6810] By: jhi                                   on 2000/08/25  17:01:18
40592         Log: Missing parts of 
40593              
40594              Subject: [PATCH: 6789] some endl fixes for VMS wackiness
40595              From: Peter Prymmer <pvhp@forte.com>
40596              Date: Wed, 23 Aug 2000 13:58:31 -0700 (PDT)
40597              Message-ID: <Pine.OSF.4.10.10008231351000.126820-100000@aspara.forte.com>
40598      Branch: perl
40599            ! t/lib/cgi-html.t
40600 ____________________________________________________________________________
40601 [  6809] By: jhi                                   on 2000/08/25  16:46:32
40602         Log: Subject: [PATCH perl@6805, 5.6.0, 5.005_03] prevent rare Perl hang on VMS
40603              From: "Craig A. Berry" <craig.berry@psinetcs.com>
40604              Date: Thu, 24 Aug 2000 19:13:11 -0500
40605              Message-Id: <4.3.2.7.2.20000824174417.02479ef8@exchi01>
40606      Branch: perl
40607            ! vms/vms.c
40608 ____________________________________________________________________________
40609 [  6808] By: jhi                                   on 2000/08/25  16:39:22
40610         Log: Subject: [PATCH: 6805] several more tweaks to configure.com
40611              From: Peter Prymmer <pvhp@forte.com>
40612              Date: Thu, 24 Aug 2000 16:25:48 -0700 (PDT)
40613              Message-ID: <Pine.OSF.4.10.10008241623420.181493-100000@aspara.forte.com>
40614      Branch: perl
40615            ! configure.com
40616 ____________________________________________________________________________
40617 [  6807] By: jhi                                   on 2000/08/25  16:36:37
40618         Log: Better wording for the vec lvalue diagnostic.
40619              
40620              Subject: Re: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
40621              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
40622              Date: Wed, 23 Aug 2000 14:12:16 -0400
40623              Message-ID: <20000823141215.A173200@linguist.dartmouth.edu>
40624      Branch: perl
40625            ! pod/perldiag.pod
40626 ____________________________________________________________________________
40627 [  6806] By: jhi                                   on 2000/08/24  18:17:22
40628         Log: Subject: [PATCH] More silencing of installman.
40629              From: <abigail@foad.org>
40630              Date: Thu, 24 Aug 2000 14:01:44 -0400
40631              Message-ID: <20000824180144.20062.qmail@foad.org>
40632      Branch: perl
40633            ! installman
40634 ____________________________________________________________________________
40635 [  6805] By: jhi                                   on 2000/08/24  15:00:31
40636         Log: Update Changes.
40637      Branch: perl
40638            ! Changes patchlevel.h
40639 ____________________________________________________________________________
40640 [  6804] By: jhi                                   on 2000/08/24  14:59:07
40641         Log: Regen perltoc.
40642      Branch: perl
40643            ! pod/perltoc.pod
40644 ____________________________________________________________________________
40645 [  6803] By: jhi                                   on 2000/08/24  14:44:39
40646         Log: Show the doc file, not the temp file.
40647      Branch: perl
40648            ! installman
40649 ____________________________________________________________________________
40650 [  6802] By: jhi                                   on 2000/08/24  14:41:53
40651         Log: Continue silencing.
40652      Branch: perl
40653            ! installman
40654 ____________________________________________________________________________
40655 [  6801] By: jhi                                   on 2000/08/24  14:34:40
40656         Log: Actually do something with the silencer option.
40657      Branch: perl
40658            ! installman
40659 ____________________________________________________________________________
40660 [  6800] By: jhi                                   on 2000/08/24  14:26:22
40661         Log: Make installman to recognize the silence flag -S.
40662      Branch: perl
40663            ! installman
40664 ____________________________________________________________________________
40665 [  6799] By: jhi                                   on 2000/08/24  13:49:38
40666         Log: DOS patches and portability/porting notes, from Tim Jenness.
40667      Branch: perl
40668            ! lib/File/Temp.pm
40669 ____________________________________________________________________________
40670 [  6798] By: jhi                                   on 2000/08/24  13:48:27
40671         Log: Create directories in silence.
40672              
40673              Subject: [PATCH] Another silencer for MakeMaker
40674              From: andreas.koenig@anima.de (Andreas J. Koenig)
40675              Date: 24 Aug 2000 14:18:52 +0200
40676              Message-ID: <m3zom297ir.fsf@ak-71.mind.de>
40677      Branch: perl
40678            ! lib/ExtUtils/Command.pm
40679 ____________________________________________________________________________
40680 [  6797] By: jhi                                   on 2000/08/24  13:46:42
40681         Log: More liberal parsing of version numbers.
40682              
40683              Subject: Re: CPAN.pm beta for testing available
40684              From: andreas.koenig@anima.de (Andreas J. Koenig)
40685              Date: 24 Aug 2000 13:51:57 +0200
40686              Message-ID: <m34s4aanc2.fsf@ak-71.mind.de>
40687      Branch: perl
40688            ! lib/CPAN.pm
40689 ____________________________________________________________________________
40690 [  6796] By: jhi                                   on 2000/08/24  13:44:36
40691         Log: Make "make install" by default silent.  A new "install-verbose"
40692              target is verbose.
40693      Branch: perl
40694            ! Makefile.SH
40695 ____________________________________________________________________________
40696 [  6795] By: jhi                                   on 2000/08/24  13:39:14
40697         Log: Add silencer flags to installperl.
40698              
40699              Subject: [PATCH] Making installperl silent.
40700              From: <abigail@foad.org>
40701              Date: Thu, 24 Aug 2000 05:01:45 -0400
40702              Message-ID: <20000824090145.13141.qmail@foad.org>
40703      Branch: perl
40704            ! installperl
40705 ____________________________________________________________________________
40706 [  6794] By: jhi                                   on 2000/08/24  13:35:50
40707         Log: installperl couldn't tell whether it had run tests or not.
40708              
40709              Subject: [PATCH] Re: installperl and t/TEST
40710              From: <abigail@foad.org>
40711              Date: Thu, 24 Aug 2000 04:00:53 -0400
40712              Message-ID: <20000824080053.2494.qmail@foad.org>
40713      Branch: perl
40714            ! Makefile.SH installperl
40715 ____________________________________________________________________________
40716 [  6793] By: jhi                                   on 2000/08/24  13:27:50
40717         Log: Drop the separate perlbc, perlcc -b should be enough.
40718      Branch: perl
40719            - utils/perlbc.PL
40720            ! MANIFEST pod/perldelta.pod pod/perlutil.pod utils/Makefile
40721 ____________________________________________________________________________
40722 [  6792] By: jhi                                   on 2000/08/24  04:41:30
40723         Log: Upgrade to Storable 0.7.4, from Raphael Manfredi,
40724              plus the typo fix from Peter Prymmer.
40725      Branch: perl
40726            ! ext/Storable/ChangeLog ext/Storable/Makefile.PL
40727            ! ext/Storable/Storable.pm ext/Storable/Storable.xs
40728 ____________________________________________________________________________
40729 [  6791] By: jhi                                   on 2000/08/24  02:10:43
40730         Log: Replace #6705 with a minimal doc patch.
40731              
40732              Subject: [PATCH 5.6.0] replace change #6705
40733              From: Jan Dubois <jand@ActiveState.com>
40734              Date: Wed, 23 Aug 2000 18:31:51 -0700
40735              Message-ID: <dau8qsolaurdcbom4810gfuhbjegemtr58@4ax.com>
40736      Branch: perl
40737            ! lib/Win32.pod win32/win32.c
40738 ____________________________________________________________________________
40739 [  6790] By: jhi                                   on 2000/08/23  17:52:00
40740         Log: Subject: [PATCH] Re: [ID 20000821.008] Negitive numbers with vec dumps core
40741              From: Mike Guy <mjtg@cam.ac.uk>
40742              Date: Wed, 23 Aug 2000 18:38:46 +0100
40743              Message-Id: <E13ReUA-0000vC-00@virgo.cus.cam.ac.uk>
40744      Branch: perl
40745            ! doop.c pod/perldiag.pod pod/perlfunc.pod t/op/vec.t
40746 ____________________________________________________________________________
40747 [  6789] By: jhi                                   on 2000/08/23  15:34:21
40748         Log: Update Changes.
40749      Branch: perl
40750            ! Changes patchlevel.h
40751 ____________________________________________________________________________
40752 [  6788] By: jhi                                   on 2000/08/23  15:33:40
40753         Log: Subject: [PATCH] (Mac OS X): Don't #define environ unless PERL_CORE
40754              From: Wilfredo Sánchez <wsanchez@apple.com>
40755              Date: Tue, 22 Aug 2000 19:31:27 -0700
40756              Message-Id: <200008230231.TAA00461@ns1.abstrata.com>
40757      Branch: perl
40758            ! perl.h
40759 ____________________________________________________________________________
40760 [  6787] By: jhi                                   on 2000/08/23  15:29:31
40761         Log: Subject: [ID 20000823.004] [PATCH 5.6.0+] Pod::Html is too self-contained
40762              From: Spider Boardman <spider@leggy.zk3.dec.com>
40763              Date: Wed, 23 Aug 2000 10:33:23 -0400
40764              Message-Id: <200008231433.KAA28122@leggy.zk3.dec.com>
40765      Branch: perl
40766            ! lib/Pod/Html.pm
40767 ____________________________________________________________________________
40768 [  6786] By: jhi                                   on 2000/08/23  15:28:11
40769         Log: Bad makefile.
40770      Branch: perl
40771            ! ext/B/Makefile.PL
40772 ____________________________________________________________________________
40773 [  6785] By: jhi                                   on 2000/08/23  14:37:04
40774         Log: Update Changes.
40775      Branch: perl
40776            ! Changes patchlevel.h
40777 ____________________________________________________________________________
40778 [  6784] By: jhi                                   on 2000/08/23  13:58:41
40779         Log: Portability fix from Hugo van der Sanden.
40780      Branch: perl
40781            ! ext/re/Makefile.PL
40782 ____________________________________________________________________________
40783 [  6783] By: jhi                                   on 2000/08/23  13:53:53
40784         Log: Storable support, v-version fixes.
40785              
40786              Subject: CPAN.pm beta for testing available
40787              From: andreas.koenig@anima.de (Andreas J. Koenig)
40788              Date: 22 Aug 2000 23:31:33 +0200
40789              Message-ID: <m3hf8dc79m.fsf@ak-71.mind.de>
40790      Branch: perl
40791            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
40792 ____________________________________________________________________________
40793 [  6782] By: jhi                                   on 2000/08/23  13:51:26
40794         Log: Mac and other portability updates from Chris Nandor.
40795      Branch: perl
40796            ! pod/perlmodinstall.pod
40797 ____________________________________________________________________________
40798 [  6781] By: jhi                                   on 2000/08/23  13:47:33
40799         Log: Subject: [PATCH: 6778] fix a small typo in Storable.xs
40800              From: Peter Prymmer <pvhp@forte.com>
40801              Date: Tue, 22 Aug 2000 16:20:41 -0700 (PDT)
40802              Message-ID: <Pine.OSF.4.10.10008221616430.68568-100000@aspara.forte.com>
40803      Branch: perl
40804            ! ext/Storable/Storable.xs
40805 ____________________________________________________________________________
40806 [  6780] By: jhi                                   on 2000/08/23  13:33:34
40807         Log: VMS MMS (make) wants null action.
40808      Branch: perl
40809            ! ext/B/Makefile.PL
40810 ____________________________________________________________________________
40811 [  6779] By: jhi                                   on 2000/08/22  19:44:47
40812         Log: Forgot portability nit.
40813      Branch: perl
40814            ! t/lib/st-forgive.t
40815 ____________________________________________________________________________
40816 [  6778] By: jhi                                   on 2000/08/22  19:35:25
40817         Log: Be portable.
40818      Branch: perl
40819            ! ext/B/Makefile.PL t/lib/st-forgive.t t/lib/st-retrieve.t
40820            ! t/lib/st-store.t
40821 ____________________________________________________________________________
40822 [  6777] By: jhi                                   on 2000/08/22  18:50:53
40823         Log: Update Changes.
40824      Branch: perl
40825            ! Changes patchlevel.h
40826 ____________________________________________________________________________
40827 [  6776] By: jhi                                   on 2000/08/22  18:44:46
40828         Log: cSVOPo_*v things index into the current PL_curpad
40829              under ithreads, which is different from the curpad
40830              used by the XSUB.  (In other words, the code as-is
40831              before this patch wouldn't work under ithreads.)
40832              From Sarathy.
40833      Branch: perl
40834            ! ext/B/B.xs
40835 ____________________________________________________________________________
40836 [  6775] By: jhi                                   on 2000/08/22  18:18:37
40837         Log: Make the selection of NVff et al stricter.
40838      Branch: metaconfig/U/perl
40839            ! perlxvf.U
40840      Branch: perl
40841            ! Configure config_h.SH
40842 ____________________________________________________________________________
40843 [  6774] By: jhi                                   on 2000/08/22  17:19:42
40844         Log: perldelta nits.
40845      Branch: perl
40846            ! pod/perldelta.pod
40847 ____________________________________________________________________________
40848 [  6773] By: jhi                                   on 2000/08/22  17:06:26
40849         Log: Long double fixes from Spider Boardman.
40850              
40851              Subject: [ID 20000821.014] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on alpha-dec_osf 5.1 (UNINSTALLED)
40852              From: system PRIVILEGED account <root@peano.zk3.dec.com>
40853              Date: Mon, 21 Aug 2000 18:41:15 -0400 (EDT)
40854              Message-Id: <200008212241.SAA0000014255@peano.zk3.dec.com>
40855      Branch: perl
40856            ! t/lib/bigfltpm.t t/lib/st-06compat.t
40857 ____________________________________________________________________________
40858 [  6772] By: jhi                                   on 2000/08/22  15:04:53
40859         Log: Update Changes.
40860      Branch: perl
40861            ! Changes patchlevel.h
40862 ____________________________________________________________________________
40863 [  6771] By: jhi                                   on 2000/08/22  15:01:44
40864         Log: perldelta fixes from Hugo van der Sanden.
40865      Branch: perl
40866            ! pod/perldelta.pod
40867 ____________________________________________________________________________
40868 [  6770] By: jhi                                   on 2000/08/22  14:34:49
40869         Log: Subject: [PATCH blead] nextchar() abuse misses an optimisation
40870              From: Hugo <hv@crypt.compulink.co.uk>
40871              Date: Tue, 22 Aug 2000 11:21:53 +0100
40872              Message-Id: <200008221021.LAA03332@crypt.compulink.co.uk>
40873      Branch: perl
40874            ! regcomp.c
40875 ____________________________________________________________________________
40876 [  6769] By: jhi                                   on 2000/08/22  14:30:02
40877         Log: Add Yitzchak, reformat.
40878      Branch: perl
40879            ! Changes config_h.SH
40880 ____________________________________________________________________________
40881 [  6768] By: jhi                                   on 2000/08/22  14:21:35
40882         Log: Long double Gconvert fixes from Yitzchak Scott-Thoennes
40883              and Spider Boardman.
40884      Branch: metaconfig
40885            ! U/compline/d_gconvert.U
40886      Branch: perl
40887            ! Configure
40888 ____________________________________________________________________________
40889 [  6767] By: jhi                                   on 2000/08/22  14:11:24
40890         Log: Subject: Re: [PATCH] [ID 20000820.012] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on
40891              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
40892              Date: Mon, 21 Aug 2000 19:08:31 -0700
40893              Message-ID: <fCeo5gzkgmhY092yn@efn.org>
40894      Branch: perl
40895            - ext/Storable/patchlevel.h
40896            ! MANIFEST ext/Storable/MANIFEST
40897 ____________________________________________________________________________
40898 [  6766] By: jhi                                   on 2000/08/22  13:49:29
40899         Log: Subject: [PATCH: 6757] configure.com updates and syslog build
40900              From: Peter Prymmer <pvhp@forte.com>
40901              Date: Mon, 21 Aug 2000 17:15:35 -0700 (PDT)
40902              Message-ID: <Pine.OSF.4.10.10008211653270.17516-100000@aspara.forte.com>
40903      Branch: perl
40904            ! configure.com ext/Storable/Makefile.PL
40905 ____________________________________________________________________________
40906 [  6765] By: jhi                                   on 2000/08/22  13:44:59
40907         Log: Subject: [PATCH blead] B:: missing dependency
40908              From: Hugo <hv@crypt.compulink.co.uk>
40909              Date: Tue, 22 Aug 2000 06:44:33 +0100
40910              Message-Id: <200008220544.GAA31051@crypt.compulink.co.uk>
40911      Branch: perl
40912            ! ext/B/Makefile.PL
40913 ____________________________________________________________________________
40914 [  6764] By: jhi                                   on 2000/08/22  13:38:12
40915         Log: More bytecompiler.
40916      Branch: perl
40917            ! pod/perlutil.pod utils/Makefile utils/perlbc.PL
40918 ____________________________________________________________________________
40919 [  6763] By: jhi                                   on 2000/08/22  13:36:44
40920         Log: Bytecompiler patches from Benjamin Stuhl.
40921      Branch: perl
40922            ! bytecode.pl embedvar.h ext/B/B.pm ext/B/B.xs
40923            ! ext/B/B/Asmdata.pm ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
40924            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
40925            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
40926            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h intrpvar.h
40927            ! perl.c perlapi.h pod/perldelta.pod
40928 ____________________________________________________________________________
40929 [  6762] By: jhi                                   on 2000/08/21  23:43:40
40930         Log: An obsoleted diagnostic.
40931      Branch: perl
40932            ! pod/perldelta.pod
40933 ____________________________________________________________________________
40934 [  6761] By: jhi                                   on 2000/08/21  23:01:45
40935         Log: The #6759 wasn't quite right.
40936      Branch: perl
40937            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
40938            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
40939            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
40940            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
40941            ! t/lib/st-tieditems.t
40942 ____________________________________________________________________________
40943 [  6760] By: jhi                                   on 2000/08/21  22:35:49
40944         Log: Be verydeepclean.
40945      Branch: perl
40946            ! Makefile.SH
40947 ____________________________________________________________________________
40948 [  6759] By: jhi                                   on 2000/08/21  22:25:40
40949         Log: Subject: [PATCH: 6757] make new Storable tests forgiving of places where not built
40950              From: Peter Prymmer <pvhp@forte.com>
40951              Date: Mon, 21 Aug 2000 14:58:16 -0700 (PDT)
40952              Message-ID: <Pine.OSF.4.10.10008211456250.17516-100000@aspara.forte.com>
40953      Branch: perl
40954            ! t/lib/st-06compat.t t/lib/st-blessed.t t/lib/st-canonical.t
40955            ! t/lib/st-dclone.t t/lib/st-forgive.t t/lib/st-freeze.t
40956            ! t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
40957            ! t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
40958            ! t/lib/st-tieditems.t
40959 ____________________________________________________________________________
40960 [  6758] By: jhi                                   on 2000/08/21  22:22:32
40961         Log: Few more casts, need reported in
40962              
40963              Subject: Re: [ID 20000821.010] OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i586-linux-64all 2.2.16-9mdk (UNINSTALLED)
40964              From: Mike Stok <mike@stok.co.uk>
40965              Date: Mon, 21 Aug 2000 15:59:29 -0500 (CDT)
40966              Message-ID: <Pine.LNX.4.21.0008211558480.19081-100000@ratdog.stok.co.uk>
40967              
40968              and
40969              
40970              Subject: [ID 20000821.013] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6756 on i686-linux-64int 2.2.13
40971              From: abigail@foad.org
40972              Date: 21 Aug 2000 21:31:34 -0000
40973              Message-Id: <20000821213134.30170.qmail@foad.org>
40974      Branch: perl
40975            ! ext/Storable/Storable.xs
40976 ____________________________________________________________________________
40977 [  6757] By: jhi                                   on 2000/08/21  18:37:07
40978         Log: Update Changes.
40979      Branch: perl
40980            ! Changes patchlevel.h
40981 ____________________________________________________________________________
40982 [  6756] By: jhi                                   on 2000/08/21  18:34:02
40983         Log: A pod nit.
40984              
40985              Subject: [PATCH] pod/perlre.pod (was Re: [ID 20000821.007] $&, $1, etc. disappear when sub returns)
40986              From: <abigail@foad.org>
40987              Date: Mon, 21 Aug 2000 14:00:16 -0400
40988              Message-ID: <20000821180016.28627.qmail@foad.org>
40989      Branch: perl
40990            ! pod/perlre.pod
40991 ____________________________________________________________________________
40992 [  6755] By: jhi                                   on 2000/08/21  18:30:56
40993         Log: Use PodParser 1.18 new test.
40994      Branch: perl
40995            ! t/pod/special_seqs.t t/pod/special_seqs.xr
40996 ____________________________________________________________________________
40997 [  6754] By: jhi                                   on 2000/08/21  18:28:35
40998         Log: Apply some PodParser 1.18 patches; the Pod/Find.pm
40999              patches cannot be applied since #6712 conflicts.
41000      Branch: perl
41001            ! lib/Pod/InputObjects.pm lib/Pod/Parser.pm lib/Pod/Usage.pm
41002 ____________________________________________________________________________
41003 [  6753] By: jhi                                   on 2000/08/21  18:15:11
41004         Log: Weed out some smaller changes.
41005      Branch: perl
41006            ! pod/perldelta.pod
41007 ____________________________________________________________________________
41008 [  6752] By: jhi                                   on 2000/08/21  18:02:30
41009         Log: Also under djgpp the timestamps are funky.
41010      Branch: perl
41011            ! t/op/stat.t
41012 ____________________________________________________________________________
41013 [  6751] By: jhi                                   on 2000/08/21  17:55:56
41014         Log: Tweak the floating point output routine preferences.
41015      Branch: metaconfig
41016            ! U/compline/d_gconvert.U
41017      Branch: perl
41018            ! Configure
41019 ____________________________________________________________________________
41020 [  6750] By: jhi                                   on 2000/08/21  17:51:29
41021         Log: Unicos/mk requires elaborate paranoia.
41022      Branch: perl
41023            ! lib/Math/Complex.pm
41024 ____________________________________________________________________________
41025 [  6749] By: gsar                                  on 2000/08/21  16:53:31
41026         Log: use Cwd 'chdir' didn't set $ENV{PWD} correctly on Windows
41027      Branch: perl
41028            ! lib/Cwd.pm
41029 ____________________________________________________________________________
41030 [  6748] By: gsar                                  on 2000/08/21  16:22:19
41031         Log: free TLS slot properly on Windows
41032      Branch: perl
41033            ! thread.h win32/perllib.c win32/win32thread.h
41034 ____________________________________________________________________________
41035 [  6747] By: jhi                                   on 2000/08/21  16:20:58
41036         Log: Rename the macro argument because some preprocessors
41037              can't tell the difference and expand arguments also inside
41038              double quoted strings.
41039      Branch: perl
41040            ! regcomp.c
41041 ____________________________________________________________________________
41042 [  6746] By: jhi                                   on 2000/08/21  16:09:41
41043         Log: Support long doubles in Storable.
41044              
41045              Subject: Re: Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6735 on i686-linux-thread-multi-64int 2.2.14-5.0 (UNINSTALLED)
41046              From: Radu Greab <radu@netsoft.ro>
41047              Date: Mon, 21 Aug 2000 18:05:59 +0300 (EET DST)
41048              Message-ID: <Pine.GSO.4.05.10008211804210.10137-100000@localhost>
41049      Branch: perl
41050            ! ext/Storable/Storable.xs
41051 ____________________________________________________________________________
41052 [  6745] By: jhi                                   on 2000/08/21  15:51:40
41053         Log: Subject: RE: [PATCH perl@6736] t/pragma/warn/9enabled assumes stdout buffered
41054              From: "Fifer, Eric" <EFifer@sanwaint.com>
41055              Date: Mon, 21 Aug 2000 15:34:49 +0100
41056              Message-ID: <779F20BCCE5AD31186A50008C75D9979171786@silldn_mail1.sanwaint.com>
41057      Branch: perl
41058            ! t/pragma/warn/9enabled
41059 ____________________________________________________________________________
41060 [  6744] By: jhi                                   on 2000/08/21  15:39:35
41061         Log: Document the endianness of Alpha more precisely.
41062      Branch: perl
41063            ! hints/unicos.sh pod/perldelta.pod pod/perlfunc.pod
41064            ! pod/perlport.pod
41065 ____________________________________________________________________________
41066 [  6743] By: jhi                                   on 2000/08/21  14:47:05
41067         Log: perldelta fixes from the p5p crowd.
41068      Branch: perl
41069            ! pod/perldelta.pod pod/perlop.pod
41070 ____________________________________________________________________________
41071 [  6742] By: jhi                                   on 2000/08/21  13:34:51
41072         Log: Update to Pod::LaTeX 0.53.
41073              
41074              Subject: [PATCH] lib/Pod/LaTeX.pm updates
41075              From: Tim Jenness <timj@jach.hawaii.edu>
41076              Date: Sun, 20 Aug 2000 23:09:48 -1000 (HST)
41077              Message-ID: <Pine.LNX.4.21.0008202308040.12047-100000@lapaki.jach.hawaii.edu>
41078      Branch: perl
41079            ! lib/Pod/LaTeX.pm
41080 ____________________________________________________________________________
41081 [  6741] By: jhi                                   on 2000/08/21  13:33:01
41082         Log: Subject: [PATCH] os2.c fix for use64bitint
41083              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41084              Date: Mon, 21 Aug 2000 01:32:25 -0700
41085              Message-ID: <ZkOo5gzkgWEb092yn@efn.org>
41086      Branch: perl
41087            ! os2/os2.c
41088 ____________________________________________________________________________
41089 [  6740] By: jhi                                   on 2000/08/21  13:28:52
41090         Log: Array context keeps slithering in.
41091              
41092              Subject: Re: 5.7.0 getting really close, new snapshot: perldelta, Storable
41093              From: Daniel Chetlin <daniel@chetlin.com>
41094              Date: Sun, 20 Aug 2000 21:40:25 -0700
41095              Message-ID: <20000820214025.C29387@ilmd.chetlin.org>
41096      Branch: perl
41097            ! ext/Storable/Storable.xs lib/Pod/InputObjects.pm
41098            ! pod/perldebtut.pod
41099 ____________________________________________________________________________
41100 [  6739] By: jhi                                   on 2000/08/21  13:23:55
41101         Log: Big-endian quad fixes for Storable from Radu Greab,
41102              plus few explicit null casts for picky compilers.
41103      Branch: perl
41104            ! ext/Storable/Storable.xs
41105 ____________________________________________________________________________
41106 [  6738] By: gsar                                  on 2000/08/21  05:56:13
41107         Log: small tweaks for change#6705: avoid C++ style comments in C code;
41108              use Perl's malloc API rather than the low level system one
41109      Branch: perl
41110            ! win32/win32.c
41111 ____________________________________________________________________________
41112 [  6737] By: gsar                                  on 2000/08/21  05:35:41
41113         Log: add Storable to list of extensions on Windows
41114      Branch: perl
41115            ! win32/Makefile win32/makefile.mk
41116 ____________________________________________________________________________
41117 [  6736] By: jhi                                   on 2000/08/21  02:57:53
41118         Log: Update Changes.
41119      Branch: perl
41120            ! Changes patchlevel.h
41121 ____________________________________________________________________________
41122 [  6735] By: jhi                                   on 2000/08/21  02:57:20
41123         Log: Draft 0.
41124      Branch: perl
41125            ! pod/perldelta.pod
41126 ____________________________________________________________________________
41127 [  6734] By: jhi                                   on 2000/08/21  02:57:03
41128         Log: Add Storable 0.7.2 from Raphael Manfredi,
41129              plus the patch from
41130              
41131              Subject: Re: someone with too much time and a 64-bit box and interest in Storable?
41132              From: Radu Greab <radu@netsoft.ro>
41133              Date: Mon, 21 Aug 2000 03:10:05 +0300 (EEST)
41134              Message-ID: <Pine.LNX.4.10.10008210258160.1292-100000@busy.netsoft.ro>
41135              
41136              plus changes to get Storable to compile with
41137              picky ANSI compilers.
41138      Branch: perl
41139            + ext/Storable/ChangeLog ext/Storable/MANIFEST
41140            + ext/Storable/Makefile.PL ext/Storable/README
41141            + ext/Storable/Storable.pm ext/Storable/Storable.xs
41142            + ext/Storable/patchlevel.h t/lib/st-06compat.t
41143            + t/lib/st-blessed.t t/lib/st-canonical.t t/lib/st-dclone.t
41144            + t/lib/st-dump.pl t/lib/st-forgive.t t/lib/st-freeze.t
41145            + t/lib/st-overload.t t/lib/st-recurse.t t/lib/st-retrieve.t
41146            + t/lib/st-store.t t/lib/st-tied.t t/lib/st-tiedhook.t
41147            + t/lib/st-tieditems.t
41148            ! MANIFEST
41149 ____________________________________________________________________________
41150 [  6733] By: jhi                                   on 2000/08/21  02:29:09
41151         Log: The correct cleaning order is an art.
41152      Branch: perl
41153            ! Makefile.SH
41154 ____________________________________________________________________________
41155 [  6732] By: jhi                                   on 2000/08/21  01:23:39
41156         Log: The #6724 is here.
41157      Branch: perl
41158            ! t/lib/ftmp-security.t
41159 ____________________________________________________________________________
41160 [  6731] By: jhi                                   on 2000/08/20  23:17:03
41161         Log: s/this one/the 5.6.0 release/
41162      Branch: perl
41163            ! pod/perl56delta.pod
41164 ____________________________________________________________________________
41165 [  6730] By: jhi                                   on 2000/08/20  23:07:34
41166         Log: Mention perlebcdic and perlposix-bc.
41167      Branch: perl
41168            ! pod/perlport.pod
41169 ____________________________________________________________________________
41170 [  6729] By: jhi                                   on 2000/08/20  21:32:59
41171         Log: Document the number of exponent digits.
41172      Branch: perl
41173            ! pod/perlfunc.pod
41174 ____________________________________________________________________________
41175 [  6728] By: jhi                                   on 2000/08/20  21:16:47
41176         Log: Use File::Spec->tmpdir().
41177              
41178              Subject: Re: [ID 20000820.001] not OK - Perl 5.7.0 (uninstalled)
41179              From: Tim Jenness <timj@jach.hawaii.edu>
41180              Message-ID: <Pine.LNX.4.21.0008201057080.20544-100000@lapaki.jach.hawaii.edu>
41181              MIME-Version: 1.0
41182              Date: Sun, 20 Aug 2000 11:01:25 -1000 (HST)
41183      Branch: perl
41184            ! utils/perlbug.PL
41185 ____________________________________________________________________________
41186 [  6727] By: jhi                                   on 2000/08/20  20:43:32
41187         Log: Update Changes.
41188      Branch: perl
41189            ! Changes patchlevel.h
41190 ____________________________________________________________________________
41191 [  6726] By: jhi                                   on 2000/08/20  20:41:44
41192         Log: The veryclean target needs to clobber.
41193      Branch: perl
41194            ! Makefile.SH
41195 ____________________________________________________________________________
41196 [  6725] By: jhi                                   on 2000/08/20  20:37:38
41197         Log: Document odd vs even subreleases and -Dusedevel.
41198      Branch: perl
41199            ! INSTALL
41200 ____________________________________________________________________________
41201 [  6724] By: jhi                                   on 2000/08/20  19:58:05
41202         Log: Use temporary directory instead of current directory.
41203              
41204              Subject: Re: [ID 20000816.011] Test failure in lib/ftmp-security.t
41205              From: Tim Jenness <timj@jach.hawaii.edu>
41206              Date: Sat, 19 Aug 2000 10:26:07 -1000 (HST)
41207              Message-ID: <Pine.LNX.4.21.0008191015090.13727-100000@lapaki.jach.hawaii.edu>
41208      Branch: perl
41209            ! t/lib/ftmp-security.t
41210 ____________________________________________________________________________
41211 [  6723] By: jhi                                   on 2000/08/20  19:55:55
41212         Log: Subject: [PATCH] Silence MakeMaker (Was: installman)
41213              From: andreas.koenig@anima.de (Andreas J. Koenig)
41214              Date: 20 Aug 2000 15:52:03 +0200
41215              Message-ID: <m3em3khwfw.fsf_-_@ak-71.mind.de>
41216      Branch: perl
41217            ! lib/ExtUtils/MM_Unix.pm
41218 ____________________________________________________________________________
41219 [  6722] By: jhi                                   on 2000/08/20  19:46:01
41220         Log: Update to CGI 2.72, from Lincoln Stein.
41221      Branch: perl
41222            ! lib/CGI.pm
41223 ____________________________________________________________________________
41224 [  6721] By: jhi                                   on 2000/08/20  19:43:54
41225         Log: Subject: Re: [ID 20000819.002] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6707 on i686-linux 2.2.5-16 (UNINSTALLED)
41226              From: Radu Greab <radu@netsoft.ro>
41227              Date: Sun, 20 Aug 2000 18:03:26 +0300 (EEST)
41228              Message-ID: <Pine.LNX.4.10.10008201753260.1292-100000@busy.netsoft.ro>
41229      Branch: perl
41230            ! ext/GDBM_File/GDBM_File.xs
41231 ____________________________________________________________________________
41232 [  6720] By: jhi                                   on 2000/08/20  19:42:01
41233         Log: pp_open() could pass an uninitialized filename down to do_open9().
41234      Branch: perl
41235            ! pp_sys.c
41236 ____________________________________________________________________________
41237 [  6719] By: jhi                                   on 2000/08/20  14:06:41
41238         Log: UTF8 concat fixes.
41239              
41240              Subject: [PATCH @6713] Re: [ID 20000815.006] latest patched perl core dumps
41241              From: Hugo <hv@crypt.compulink.co.uk>
41242              Date: Sun, 20 Aug 2000 07:30:46 +0100
41243              Message-Id: <200008200630.HAA18053@crypt.compulink.co.uk>
41244      Branch: perl
41245            ! pp_hot.c t/op/append.t
41246 ____________________________________________________________________________
41247 [  6718] By: jhi                                   on 2000/08/20  02:09:37
41248         Log: Let's try #6717 again.
41249      Branch: perl
41250            ! lib/File/Temp.pm
41251 ____________________________________________________________________________
41252 [  6717] By: jhi                                   on 2000/08/20  01:56:55
41253         Log: Subject: [PATCH perl@6698] File::Temp fix-ups for OpenVMS
41254              From: "Craig A. Berry" <craig.berry@metamorgs.com>
41255              Date: Sat, 19 Aug 2000 18:15:39 -0500
41256              Message-Id: <p04320402b5c4c10bc280@[192.168.56.169]>
41257      Branch: perl
41258            ! lib/File/Temp.pm
41259 ____________________________________________________________________________
41260 [  6716] By: jhi                                   on 2000/08/19  15:50:11
41261         Log: Update Changes.
41262      Branch: perl
41263            ! Changes patchlevel.h
41264 ____________________________________________________________________________
41265 [  6715] By: jhi                                   on 2000/08/19  15:39:09
41266         Log: Subject: [ID 20000817.023] endianness description in perlfunc.pod
41267              From: Jonathan D Johnston <jdjohnston2@juno.com>
41268              Date: Thu, 17 Aug 2000 23:13:01 -0400       
41269              Message-Id: <20000817.231304.-743351.1.jdjohnston2@juno.com>
41270      Branch: perl
41271            ! pod/perlfunc.pod
41272 ____________________________________________________________________________
41273 [  6714] By: jhi                                   on 2000/08/19  15:34:04
41274         Log: Introduce a 'veryclean' target that is like 'distclean'
41275              but also removes *~ and *.orig.
41276      Branch: perl
41277            ! Makefile.SH lib/ExtUtils/MM_Unix.pm pod/Makefile.SH
41278            ! utils/Makefile x2p/Makefile.SH
41279 ____________________________________________________________________________
41280 [  6713] By: jhi                                   on 2000/08/19  14:15:45
41281         Log: Put back the long double avoidance code to POSIX.xs
41282              because VMS seems to need it still.
41283      Branch: perl
41284            ! ext/POSIX/POSIX.xs
41285 ____________________________________________________________________________
41286 [  6712] By: jhi                                   on 2000/08/19  14:10:41
41287         Log: Subject: [PATCH: 6698] was Re: [PATCH: 6640] VMS Makefile.SH update (fwd)
41288              From: Peter Prymmer <pvhp@forte.com>
41289              Date: Fri, 18 Aug 2000 18:18:31 -0700 (PDT)
41290              Message-ID: <Pine.OSF.4.10.10008181818100.322420-100000@aspara.forte.com>
41291      Branch: perl
41292            ! lib/Pod/Find.pm t/pod/find.t
41293 ____________________________________________________________________________
41294 [  6711] By: jhi                                   on 2000/08/19  14:09:19
41295         Log: Subject: [PATCH: 6698] tidy up the temp files left by peek tests on VMS
41296              From: Peter Prymmer <pvhp@forte.com>
41297              Date: Fri, 18 Aug 2000 17:54:10 -0700 (PDT)
41298              Message-ID: <Pine.OSF.4.10.10008181751350.322420-100000@aspara.forte.com>
41299              cc: vmsperl@perl.org
41300      Branch: perl
41301            ! t/lib/peek.t
41302 ____________________________________________________________________________
41303 [  6710] By: jhi                                   on 2000/08/19  14:08:01
41304         Log: Subject: [PATCH 5.6.0+] fix for Win32::GetFullPathName and Win32::GetShortPathName
41305              From: Jan Dubois <jand@ActiveState.com>
41306              Date: Fri, 18 Aug 2000 16:31:48 -0700
41307              Message-ID: <2ihrps00u6qkpjtfq6f2b1d1ndkrs7l04u@4ax.com>
41308      Branch: perl
41309            ! win32/win32.c
41310 ____________________________________________________________________________
41311 [  6709] By: jhi                                   on 2000/08/19  14:06:57
41312         Log: Fix a core dump in lib/selfloader under -DDEBUGGING.
41313              
41314              Subject: PATCH @6698 for [ID 20000817.007] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6676 on alpha-dec_osf 4.0f (UNINSTALLED) 
41315              From: Spider.Boardman@Orb.Nashua.NH.US
41316              Date: Fri, 18 Aug 2000 18:41:14 -0400
41317              Message-Id: <200008182241.SAA29667@Orb.Nashua.NH.US>
41318      Branch: perl
41319            ! regcomp.c
41320 ____________________________________________________________________________
41321 [  6708] By: jhi                                   on 2000/08/18  22:04:49
41322         Log: Update Changes.
41323      Branch: perl
41324            ! Changes patchlevel.h
41325 ____________________________________________________________________________
41326 [  6707] By: jhi                                   on 2000/08/18  21:55:14
41327         Log: Add warnif(), check warnings further up the stack,
41328              all the warnings functions now can take an optional object reference.
41329              
41330              Subject: [PATCH bleedperl@6691] warnings pragma update
41331              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
41332              Date: Fri, 18 Aug 2000 22:42:06 +0100
41333              Message-ID: <000c01c0095d$278e0040$ca01073e@bfs.phone.com>
41334      Branch: perl
41335            ! lib/Class/Struct.pm lib/Tie/Handle.pm lib/Tie/Hash.pm
41336            ! lib/Tie/Scalar.pm lib/fields.pm lib/syslog.pl lib/warnings.pm
41337            ! pod/perllexwarn.pod t/pragma/warn/9enabled warnings.pl
41338 ____________________________________________________________________________
41339 [  6706] By: jhi                                   on 2000/08/18  21:41:45
41340         Log: Typo in pp_complement().
41341              
41342              Subject: [PATCH perl-current] Deparse
41343              From: Peter Scott <Peter@PSDT.com>
41344              Date: Fri, 18 Aug 2000 12:44:37 -0700
41345              Message-Id: <4.3.2.7.2.20000818124024.00ba2be0@psdt.com>
41346      Branch: perl
41347            ! ext/B/B/Deparse.pm
41348 ____________________________________________________________________________
41349 [  6705] By: jhi                                   on 2000/08/18  21:25:59
41350         Log: Subject: [PATCH 5.6.0+] fix for Win32::DomainName
41351              From: Jan Dubois <jand@ActiveState.com>
41352              Date: Fri, 18 Aug 2000 14:22:51 -0700
41353              Message-ID: <0o9rps458r29eb97h5csuq81b1eip4no33@4ax.com>
41354      Branch: perl
41355            ! lib/Win32.pod win32/win32.c
41356 ____________________________________________________________________________
41357 [  6704] By: jhi                                   on 2000/08/18  21:16:14
41358         Log: Don't eat leading os from index entries.
41359              
41360              Subject: Re: [ID 20000810.006] Pod::Man Ate My 'O'!
41361              From: Russ Allbery <rra@stanford.edu>
41362              Date: 10 Aug 2000 20:49:25 -0700
41363              Message-ID: <ylu2cs78ze.fsf@windlord.stanford.edu>
41364      Branch: perl
41365            ! lib/Pod/Man.pm
41366 ____________________________________________________________________________
41367 [  6703] By: jhi                                   on 2000/08/18  21:07:06
41368         Log: Add [[:blank:]] as suggested in
41369              
41370              Subject: [ID 20000716.024] [=cc=] / [:blank:]
41371              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
41372              Date: Sun, 16 Jul 2000 17:55:29 -0700
41373              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
41374              
41375              (the [=cc=] has already been taken care of by #6439
41376              so the whole bug report can be closed)
41377              
41378              and make [[:space:]] to be equivalent to isspace(3)
41379              (as opposed to \s, which is isSPACE()).  The difference
41380              is that now [[:space:]] matches the mythical vertical tab,
41381              while \s doesn't.
41382      Branch: perl
41383            ! handy.h pod/perlre.pod pod/perlretut.pod regcomp.c regcomp.h
41384            ! regexec.c t/op/pat.t
41385 ____________________________________________________________________________
41386 [  6702] By: jhi                                   on 2000/08/18  18:47:47
41387         Log: The new tests were missing from #6415.
41388      Branch: perl
41389            ! t/op/bop.t
41390 ____________________________________________________________________________
41391 [  6701] By: jhi                                   on 2000/08/18  18:20:40
41392         Log: Document the NDBM_File and ODBM_File as SDBM_File
41393              was documented in #6417.
41394      Branch: perl
41395            ! ext/NDBM_File/NDBM_File.pm ext/ODBM_File/ODBM_File.pm
41396            ! ext/SDBM_File/SDBM_File.pm
41397 ____________________________________________________________________________
41398 [  6700] By: jhi                                   on 2000/08/18  18:10:39
41399         Log: Subject: [PATCH perl@6698] cygwin port
41400              From: "Fifer, Eric" <EFifer@sanwaint.com>
41401              Date: Fri, 18 Aug 2000 17:30:05 +0100
41402              Message-ID: <779F20BCCE5AD31186A50008C75D9979171784@silldn_mail1.sanwaint.com>
41403      Branch: perl
41404            ! lib/File/Temp.pm
41405 ____________________________________________________________________________
41406 [  6699] By: jhi                                   on 2000/08/18  16:21:49
41407         Log: Document code point which makes if (defined %stash::) to work
41408              (noted by Spider Boardman).
41409      Branch: perl
41410            ! op.c
41411 ____________________________________________________________________________
41412 [  6698] By: jhi                                   on 2000/08/18  13:43:27
41413         Log: Update Changes.
41414      Branch: perl
41415            ! Changes patchlevel.h
41416 ____________________________________________________________________________
41417 [  6697] By: jhi                                   on 2000/08/18  13:35:57
41418         Log: Tiny Getopt::Long patch from Johan Vromans.
41419      Branch: perl
41420            ! lib/Getopt/Long.pm t/lib/gol-basic.t t/lib/gol-oo.t
41421 ____________________________________________________________________________
41422 [  6696] By: jhi                                   on 2000/08/18  13:26:14
41423         Log: Subject: [ID 20000817.018] behaviour change 5.5.3 -> 5.6.0 re "Modification of a read-only value"
41424              From: Paul David Fardy <pdf@morgan.ucs.mun.ca>
41425              Date: Thu, 17 Aug 2000 17:23:40 -0230 (NDT)
41426              Message-Id: <200008171953.RAA17673@porthos.ucs.mun.ca>
41427      Branch: perl
41428            ! pod/perldiag.pod pod/perlsyn.pod
41429 ____________________________________________________________________________
41430 [  6695] By: jhi                                   on 2000/08/18  13:13:26
41431         Log: Subject: [PATCH] perlfunc.pod -- clarifying sprintf array argument issues
41432              From: Daniel Chetlin <daniel@chetlin.com>
41433              Date: Fri, 18 Aug 2000 03:13:36 -0700
41434              Message-ID: <20000818031336.B14165@ilmd.chetlin.org>
41435      Branch: perl
41436            ! pod/perlfunc.pod
41437 ____________________________________________________________________________
41438 [  6694] By: jhi                                   on 2000/08/18  13:08:05
41439         Log: Subject: [PATCH] perltrap.pod spring cleaning
41440              From: Daniel Chetlin <daniel@chetlin.com>
41441              Date: Fri, 18 Aug 2000 03:06:54 -0700
41442              Message-ID: <20000818030654.A14165@ilmd.chetlin.org>
41443              
41444              plus Mike Guy's nitfix.
41445      Branch: perl
41446            ! pod/perltrap.pod
41447 ____________________________________________________________________________
41448 [  6693] By: jhi                                   on 2000/08/18  13:00:26
41449         Log: Unbuffer the output.
41450              
41451              Subject: Re: [ID 20000817.017] Not OK: perl v5.7.0 +SUIDMAIL +DEVEL6680 on
41452              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41453              Date: Thu, 17 Aug 2000 18:39:29 -0700
41454              Message-ID: <RPJn5gzkgydf092yn@efn.org>
41455      Branch: perl
41456            ! t/op/fork.t
41457 ____________________________________________________________________________
41458 [  6692] By: jhi                                   on 2000/08/18  05:19:17
41459         Log: Delete the image, too, not just its MANIFEStation.
41460      Branch: perl
41461            - lib/CGI/eg/wilogo.gif
41462 ____________________________________________________________________________
41463 [  6691] By: jhi                                   on 2000/08/18  05:10:26
41464         Log: Propagate new Configure vars.
41465      Branch: perl
41466            ! configure.com epoc/config.sh uconfig.h uconfig.sh
41467            ! vos/config.def vos/config.h vos/config_h.SH_orig
41468            ! win32/config.bc win32/config.gc win32/config.vc
41469            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
41470 ____________________________________________________________________________
41471 [  6690] By: jhi                                   on 2000/08/18  04:30:56
41472         Log: Update Changes.
41473      Branch: perl
41474            ! Changes patchlevel.h
41475 ____________________________________________________________________________
41476 [  6689] By: jhi                                   on 2000/08/18  04:12:30
41477         Log: Fix the lib/complex failure of
41478              
41479              From: abigail@foad.org
41480              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
41481              Date: 15 Aug 2000 04:06:38 -0000
41482              Message-Id: <20000815040638.8524.qmail@foad.org> 
41483              
41484              Linux long double accuracy issue: something that
41485              when printed with %g looks like "2" but int() of it is 1.
41486      Branch: perl
41487            ! lib/Math/Complex.pm
41488 ____________________________________________________________________________
41489 [  6688] By: jhi                                   on 2000/08/18  03:15:35
41490         Log: The byteorder code in #6671 was wrong.
41491      Branch: perl
41492            ! configpm
41493 ____________________________________________________________________________
41494 [  6687] By: jhi                                   on 2000/08/18  02:08:42
41495         Log: Subject: [PATCH 5.6.0+] newSVrv() memory leak
41496              From: Jan Dubois <jand@ActiveState.com>
41497              Date: Thu, 17 Aug 2000 18:31:55 -0700
41498              Message-ID: <l64ppsggaiuc4t6msm45iqohmhpjblb4qf@4ax.com>
41499      Branch: perl
41500            ! sv.c
41501 ____________________________________________________________________________
41502 [  6686] By: jhi                                   on 2000/08/18  02:04:15
41503         Log: Use NVs in POSIX math, not doubles.
41504              
41505              From: abigail@foad.org
41506              Subject: [ID 20000817.014] POSIX & modfl
41507              Date: 17 Aug 2000 20:49:18 -0000
41508              Message-Id: <20000817204918.23123.qmail@foad.org>
41509      Branch: perl
41510            ! ext/POSIX/POSIX.xs ext/POSIX/typemap
41511 ____________________________________________________________________________
41512 [  6685] By: jhi                                   on 2000/08/18  02:02:12
41513         Log: Introduce NVef, NVff, and NVgf, use the middle one.
41514              (helps for lib/peek + Linux + long doubles)  Reported in
41515              
41516              From: abigail@foad.org
41517              Subject: [ID 20000814.005] Not OK: perl v5.6.0 on i686-linux-64int 2.2.13       
41518              Date: 15 Aug 2000 04:06:38 -0000
41519              Message-Id: <20000815040638.8524.qmail@foad.org> 
41520              
41521              (note: the lib/complex failure has not yet been addressed)
41522      Branch: metaconfig/U/perl
41523            ! perlxvf.U
41524      Branch: perl
41525            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41526            ! config_h.SH dump.c perl.h pod/perlguts.pod
41527 ____________________________________________________________________________
41528 [  6684] By: jhi                                   on 2000/08/17  23:22:19
41529         Log: Add byteorder to the myconfig output.
41530      Branch: perl
41531            ! myconfig.SH
41532 ____________________________________________________________________________
41533 [  6683] By: jhi                                   on 2000/08/17  23:20:19
41534         Log: The image doth not exist, spotted by Johan Vromans.
41535      Branch: perl
41536            ! MANIFEST
41537 ____________________________________________________________________________
41538 [  6682] By: jhi                                   on 2000/08/17  22:38:16
41539         Log: Document what the backtick returns if the command fails.
41540      Branch: perl
41541            ! pod/perlop.pod
41542 ____________________________________________________________________________
41543 [  6681] By: jhi                                   on 2000/08/17  22:33:12
41544         Log: Do not use prototyping here.
41545              
41546              Subject: [ID 20000817.016] [PATCH] Peek.xs
41547              From: abigail@foad.org
41548              Date: 17 Aug 2000 20:55:56 -0000
41549              Message-Id: <20000817205556.24270.qmail@foad.org>
41550      Branch: perl
41551            ! ext/Devel/Peek/Makefile.PL
41552 ____________________________________________________________________________
41553 [  6680] By: jhi                                   on 2000/08/17  19:46:43
41554         Log: Don't propose using modules built for 5.005 if no binary
41555              compatibility with 5.005 is attempted.
41556              
41557              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
41558              Subject: Minor nit with 5.7.0 (6655)
41559              Date: Wed, 16 Aug 2000 15:56:14 -0700 (PDT)
41560              Message-Id: <200008162256.PAA06964@xfiles.intercon.hp.com>
41561      Branch: metaconfig
41562            ! U/installdirs/inc_version_list.U
41563      Branch: perl
41564            ! Configure config_h.SH
41565 ____________________________________________________________________________
41566 [  6679] By: jhi                                   on 2000/08/17  19:16:39
41567         Log: Microperl config update.
41568      Branch: perl
41569            ! uconfig.h uconfig.sh
41570 ____________________________________________________________________________
41571 [  6678] By: jhi                                   on 2000/08/17  19:16:13
41572         Log: The #6648 wasn't protective enough for limited platforms
41573              (like microperl).
41574      Branch: perl
41575            ! dump.c sv.c
41576 ____________________________________________________________________________
41577 [  6677] By: jhi                                   on 2000/08/17  14:46:35
41578         Log: Update Changes.
41579      Branch: perl
41580            ! Changes patchlevel.h
41581 ____________________________________________________________________________
41582 [  6676] By: jhi                                   on 2000/08/17  14:44:02
41583         Log: Add perlebcdic from Peter Prymmer, regen toc.
41584      Branch: perl
41585            + pod/perlebcdic.pod
41586            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
41587 ____________________________________________________________________________
41588 [  6675] By: jhi                                   on 2000/08/17  14:41:52
41589         Log: perldebtut 1.10 from Richard Foley, plus Celsius and Fahrenheit.
41590      Branch: perl
41591            ! pod/perldebtut.pod
41592 ____________________________________________________________________________
41593 [  6674] By: jhi                                   on 2000/08/17  14:29:43
41594         Log: Get -DLEAKTEST to compile (not necessarily to work, mind)
41595              
41596              Subject: [ID 20000724.006] -DLEAKTEST problem
41597              From: Gregory Martin Pfeil <pfeilgm@technomadic.org>
41598              Date: Tue, 25 Jul 2000 00:36:32 -0500
41599              Message-Id: <20000725003632.A26186@www.llamacom.com>
41600              
41601              Reminder sent
41602              
41603              Subject: [PATCH bleadperl@6647] -DLEAKTEST compile error      
41604              From: Hugo <hv@crypt.compulink.co.uk>
41605              Date: Thu, 17 Aug 2000 15:23:42 +0100
41606              Message-Id: <200008171423.PAA06749@crypt.compulink.co.uk>
41607      Branch: perl
41608            ! util.c
41609 ____________________________________________________________________________
41610 [  6673] By: jhi                                   on 2000/08/17  04:07:10
41611         Log: Subject: Re: [PATCH]Re: Questions about Math::BigFloat
41612              From: John Peacock <JPeacock@UnivPress.com>
41613              Date: Tue, 01 Aug 2000 09:38:12 -0400
41614              Message-ID: <3986D2C4.54B78FE4@UnivPress.com>
41615      Branch: perl
41616            ! lib/Math/BigFloat.pm lib/Math/BigInt.pm t/lib/bigfltpm.t
41617 ____________________________________________________________________________
41618 [  6672] By: jhi                                   on 2000/08/17  03:04:35
41619         Log: Subject: [PATCH] Cwd.pm now uses strict
41620              From: Tim Jenness <timj@jach.hawaii.edu>
41621              Date: Wed, 16 Aug 2000 16:42:35 -1000 (HST)
41622              Message-ID: <Pine.LNX.4.21.0008161639510.1135-100000@lapaki.jach.hawaii.edu>
41623      Branch: perl
41624            ! lib/Cwd.pm
41625 ____________________________________________________________________________
41626 [  6671] By: jhi                                   on 2000/08/17  02:16:35
41627         Log: Make $Config{byteorder} more magical so that it is
41628              dynamically computed: nice for 'fat binaries'.
41629              
41630              Subject: [PATCH]: default byteorder
41631              From: Wilfredo Sánchez <wsanchez@apple.com>
41632              Date: Mon, 31 Jul 2000 19:45:31 -0700
41633              Message-Id: <200008010245.TAA04459@ns1.abstrata.com>
41634      Branch: perl
41635            ! configpm
41636 ____________________________________________________________________________
41637 [  6670] By: gsar                                  on 2000/08/17  01:22:21
41638         Log: move WNOHANG definition to where other such things are
41639      Branch: perl
41640            ! win32/win32.h
41641 ____________________________________________________________________________
41642 [  6669] By: jhi                                   on 2000/08/17  01:19:17
41643         Log: Update Changes.
41644      Branch: perl
41645            ! Changes patchlevel.h
41646 ____________________________________________________________________________
41647 [  6668] By: jhi                                   on 2000/08/17  01:16:29
41648         Log: Doc nits spotted by Richard Soderberg.
41649      Branch: perl
41650            ! README.posix-bc README.vmesa
41651 ____________________________________________________________________________
41652 [  6667] By: jhi                                   on 2000/08/17  01:12:11
41653         Log: Subject: [PATCH(2) @6655] Re: perldebut.pod - spelling
41654              From: "Casey R. Tweten" <crt@kiski.net>
41655              Date: Wed, 16 Aug 2000 12:39:08 -0400 (EDT)
41656              Message-ID: <Pine.OSF.4.21.0008161238250.32058-100000@home.kiski.net>
41657      Branch: perl
41658            ! pod/perldebtut.pod
41659 ____________________________________________________________________________
41660 [  6666] By: jhi                                   on 2000/08/17  01:09:31
41661         Log: Subject: Re: [ID 20000816.006] [PATCH @6655] Shell.pm, bug fix, strict and OO Interface
41662              From: "Casey R. Tweten" <crt@kiski.net>
41663              Date: Wed, 16 Aug 2000 11:35:09 -0400 (EDT)
41664              Message-ID: <Pine.OSF.4.21.0008161132270.10885-100000@home.kiski.net>
41665      Branch: perl
41666            ! lib/Shell.pm
41667 ____________________________________________________________________________
41668 [  6665] By: gsar                                  on 2000/08/17  01:03:52
41669         Log: add "ok" targets from change#6632 in makefile.mk
41670      Branch: perl
41671            ! pod/perlport.pod win32/Makefile win32/makefile.mk
41672 ____________________________________________________________________________
41673 [  6664] By: gsar                                  on 2000/08/17  00:56:11
41674         Log: avoid warnings from dense compiler
41675      Branch: perl
41676            ! win32/win32.c
41677 ____________________________________________________________________________
41678 [  6663] By: jhi                                   on 2000/08/17  00:51:49
41679         Log: Tweak the regex compilation errors once more.
41680      Branch: perl
41681            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
41682            ! t/op/regmesg.t t/pragma/warn/regcomp
41683 ____________________________________________________________________________
41684 [  6662] By: gsar                                  on 2000/08/17  00:28:19
41685         Log: trailing new %ENV entries weren't being pushed into the real
41686              environment of subprocesses on Windows
41687      Branch: perl
41688            ! t/op/magic.t win32/perlhost.h
41689 ____________________________________________________________________________
41690 [  6661] By: gsar                                  on 2000/08/17  00:19:20
41691         Log: waitpid() now handles externally spawned pids correctly;
41692              fixes for backtick/wait/waitpid failures on Windows 9x
41693              
41694              these changes make the pid returned by process functions on
41695              Windows 9x always positive by clearing the high bit (which
41696              is always set on Win9x); pseudo-process PIDs are likewise
41697              always negative now on Win9x (just as on NT/2000)
41698      Branch: perl
41699            ! pp_sys.c win32/perlhost.h win32/win32.c
41700 ____________________________________________________________________________
41701 [  6660] By: jhi                                   on 2000/08/17  00:04:32
41702         Log: Retract #6645.
41703      Branch: perl
41704            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41705            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
41706            ! t/op/sprintf.t
41707 ____________________________________________________________________________
41708 [  6659] By: gsar                                  on 2000/08/16  23:59:28
41709         Log: on windows, the return values from wait() and waitpid() don't
41710              match those of pseudo-pids
41711      Branch: perl
41712            ! pp_sys.c t/op/fork.t util.c win32/win32.c
41713 ____________________________________________________________________________
41714 [  6658] By: gsar                                  on 2000/08/16  23:56:14
41715         Log: pod nit seen in passing
41716      Branch: perl
41717            ! pod/perlfunc.pod
41718 ____________________________________________________________________________
41719 [  6657] By: gsar                                  on 2000/08/16  23:53:42
41720         Log: change#6328 could make close(SOCKET) return false on windows
41721              when it shouldn't
41722      Branch: perl
41723            ! win32/win32sck.c
41724 ____________________________________________________________________________
41725 [  6656] By: gsar                                  on 2000/08/16  23:46:57
41726         Log: check that the number pseudo children doesn't exceed
41727              MAXIMUM_WAIT_OBJECTS, which is currently 64 (avoids overflowing
41728              the WaitForMultipleObjects() limit that would cause wait()
41729              to crash)
41730              
41731              wait() and waitpid() could potentially be rewritten to use
41732              more than one thread to do the waiting to eliminate this
41733              limitation
41734      Branch: perl
41735            ! win32/perlhost.h
41736 ____________________________________________________________________________
41737 [  6655] By: jhi                                   on 2000/08/16  14:11:05
41738         Log: Update Changes.
41739      Branch: perl
41740            ! Changes patchlevel.h
41741 ____________________________________________________________________________
41742 [  6654] By: jhi                                   on 2000/08/16  14:10:12
41743         Log: Update to perldebtut 1.9, from Richard Foley.
41744      Branch: perl
41745            ! pod/perldebtut.pod
41746 ____________________________________________________________________________
41747 [  6653] By: jhi                                   on 2000/08/16  14:08:17
41748         Log: Change the regx compilation error markers to use = instead of <
41749              since pod makes using the latter quite messy.  Reported in
41750              ID 20000814.006 by Abigail and in
41751              Subject: Unknown escape E<> ?
41752              From: Lupe Christoph <lupe@lupe-christoph.de>
41753              Date: Fri, 11 Aug 2000 00:30:27 +0200
41754              Message-ID: <20000811003027.F17420@alanya.lupe-christoph.de>
41755      Branch: perl
41756            ! pod/perldiag.pod regcomp.c t/op/misc.t t/op/re_tests
41757            ! t/op/regmesg.t t/pragma/warn/regcomp
41758 ____________________________________________________________________________
41759 [  6652] By: jhi                                   on 2000/08/16  13:25:31
41760         Log: Change the perlbug address to perl.org since it's more forgiving.
41761              
41762              Subject: [ID 20000814.007] [PATCH] Email address in perlbug.
41763              From: abigail@foad.org
41764              Date: 15 Aug 2000 04:15:40 -0000
41765              Message-Id: <20000815041540.8633.qmail@foad.org>
41766      Branch: perl
41767            ! utils/perlbug.PL
41768 ____________________________________________________________________________
41769 [  6651] By: jhi                                   on 2000/08/16  13:22:35
41770         Log: Subject: [PATCH] Cwd::_backtick_pwd does not check return value
41771              From: Tim Jenness <timj@jach.hawaii.edu>
41772              Date: Tue, 15 Aug 2000 15:51:59 -1000 (HST)
41773              Message-ID: <Pine.LNX.4.21.0008151547560.1223-100000@lapaki.jach.hawaii.edu>
41774      Branch: perl
41775            ! lib/Cwd.pm
41776 ____________________________________________________________________________
41777 [  6650] By: jhi                                   on 2000/08/16  13:18:13
41778         Log: Update to CPAN 1.57.
41779              
41780              Subject: Re: [PATCH] Cwd::_backtick_pwd does not check return value
41781              From: andreas.koenig@anima.de (Andreas J. Koenig)
41782              Date: 16 Aug 2000 15:09:46 +0200
41783              Message-ID: <m3k8dh5p45.fsf@ak-71.mind.de>
41784      Branch: perl
41785            ! lib/CPAN.pm
41786 ____________________________________________________________________________
41787 [  6649] By: jhi                                   on 2000/08/16  13:12:31
41788         Log: Subject: [ID 20000324.040] minor fix to perlhpux.pod
41789              From: "Larry W. Virden" <lvirden@cas.org>
41790              Date: Fri, 24 Mar 2000 14:25:37 -0500 (EST)
41791              Message-Id: <200003241925.OAA27985@lwv26awu.cas.org>
41792      Branch: perl
41793            ! README.hpux
41794 ____________________________________________________________________________
41795 [  6648] By: jhi                                   on 2000/08/16  13:03:53
41796         Log: The numeric locale was reset to "C" by s?printf and never restored.
41797              
41798              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
41799              From: Christian Kirsch <ck@held.mind.de>
41800              Date: Wed, 9 Aug 2000 17:05:17 +0200
41801              Message-Id: <20000809170517.A25389@held>
41802              
41803              No test since adding the failing example to locale.t
41804              does not fail -- probably because the locale settings are so
41805              thoroughly tweaked by that time.  Running the example standalone
41806              does fail, though.  UPDATE: test case added at change #7540.
41807      Branch: perl
41808            ! dump.c perl.h pp.c pp_ctl.c sv.c
41809 ____________________________________________________________________________
41810 [  6647] By: jhi                                   on 2000/08/16  00:07:54
41811         Log: Update Changes and test semi-automatic patchlevel updating.
41812      Branch: perl
41813            ! Changes patchlevel.h
41814 ____________________________________________________________________________
41815 [  6646] By: jhi                                   on 2000/08/15  23:35:07
41816         Log: Fix a dependency problem.
41817              
41818              Subject: [PATCH: 6640] VMS Makefile.SH update
41819              From: Peter Prymmer <pvhp@forte.com>
41820              Date: Tue, 15 Aug 2000 16:31:34 -0700 (PDT)
41821              Message-ID: <Pine.OSF.4.10.10008151613140.141017-100000@aspara.forte.com>
41822      Branch: perl
41823            ! vms/descrip_mms.template
41824 ____________________________________________________________________________
41825 [  6645] By: jhi                                   on 2000/08/15  23:33:23
41826         Log: (Retracted by #6660)
41827              
41828              Subject: [PATCH perl-current] make s?printf() produce two exponent digits where possible
41829              From: Dominic Dunlop <domo@computer.org>
41830              Date: Tue, 15 Aug 2000 22:20:52 +0200
41831              Message-Id: <p04320403b5bf4c32d381@[192.168.1.4]>
41832      Branch: metaconfig/U/perl
41833            + d_printfed.U
41834      Branch: perl
41835            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41836            ! config_h.SH pod/perldelta.pod pod/perlfunc.pod sv.c
41837            ! t/op/sprintf.t
41838 ____________________________________________________________________________
41839 [  6644] By: jhi                                   on 2000/08/15  21:17:20
41840         Log: Subject: [ID 20000815.014] [PATCH] INSTALL doesn't mention 64 bit support.
41841              From: abigail@foad.org
41842              Date: 15 Aug 2000 20:12:41 -0000
41843              Message-Id: <20000815201241.25556.qmail@foad.org>
41844      Branch: perl
41845            ! INSTALL
41846 ____________________________________________________________________________
41847 [  6643] By: jhi                                   on 2000/08/15  21:15:28
41848         Log: (an already applied patch)
41849      Branch: perl
41850            ! lib/CGI.pm
41851 ____________________________________________________________________________
41852 [  6642] By: gsar                                  on 2000/08/15  19:54:05
41853         Log: magic callbacks all need to have same type signature
41854      Branch: perl
41855            ! embed.pl mg.c proto.h
41856 ____________________________________________________________________________
41857 [  6641] By: jhi                                   on 2000/08/15  17:56:27
41858         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)
41859              From: Mike Guy <mjtg@cam.ac.uk>
41860              Message-Id: <E13OkU9-0006rb-00@libra.cus.cam.ac.uk>
41861              Date: Tue, 15 Aug 2000 18:26:45 +0100
41862              
41863              Only the peek.t part applied, not the hash quality part.
41864      Branch: perl
41865            ! t/lib/peek.t
41866 ____________________________________________________________________________
41867 [  6640] By: jhi                                   on 2000/08/15  16:37:37
41868         Log: Update Changes.
41869      Branch: perl
41870            ! Changes
41871 ____________________________________________________________________________
41872 [  6639] By: jhi                                   on 2000/08/15  16:34:55
41873         Log: Missed a file from #6638.
41874      Branch: perl
41875            ! lib/File/Temp.pm
41876 ____________________________________________________________________________
41877 [  6638] By: jhi                                   on 2000/08/15  16:33:19
41878         Log: Subject: [PATCH perl@6620] cygwin port
41879              From: "Fifer, Eric" <EFifer@sanwaint.com>
41880              Date: Tue, 15 Aug 2000 17:00:49 +0100
41881              Message-ID: <779F20BCCE5AD31186A50008C75D9979171779@silldn_mail1.sanwaint.com>
41882      Branch: perl
41883            ! README.cygwin hints/cygwin.sh pod/perlport.pod t/lib/b.t
41884 ____________________________________________________________________________
41885 [  6637] By: jhi                                   on 2000/08/15  16:29:22
41886         Log: Subject: [PATCH] debugger exit code should reflect user exit code
41887              From: Mike Guy <mjtg@cam.ac.uk>
41888              Date: Tue, 15 Aug 2000 16:55:59 +0100
41889              Message-Id: <E13Oj4J-0005FS-00@libra.cus.cam.ac.uk>
41890      Branch: perl
41891            ! lib/perl5db.pl
41892 ____________________________________________________________________________
41893 [  6636] By: jhi                                   on 2000/08/15  15:30:58
41894         Log: Update Changes.
41895      Branch: perl
41896            ! Changes
41897 ____________________________________________________________________________
41898 [  6635] By: jhi                                   on 2000/08/15  15:27:21
41899         Log: Use -Dusedevel; regen Configure and the respective Porting stuff.
41900      Branch: metaconfig
41901            ! U/mkglossary U/mksample
41902      Branch: metaconfig/U/perl
41903            ! Devel.U
41904      Branch: perl
41905            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
41906 ____________________________________________________________________________
41907 [  6634] By: jhi                                   on 2000/08/15  14:11:55
41908         Log: Don't blow limited stacks, a lower number is enough to
41909              tickle the lookbehind limit.
41910              
41911              Subject: [ID 20000815.007] Not OK: perl@6627 +SUIDMAIL on powerpc-machten 4.1.4 (UNINSTALLED) [PATCH]
41912              From: Dominic Dunlop <domo@computer.org>
41913              Date: Tue, 15 Aug 2000 13:51:24 +0200
41914              Message-Id: <p04320400b5bedcedaf22@[192.168.1.4]>
41915      Branch: perl
41916            ! t/op/regmesg.t
41917 ____________________________________________________________________________
41918 [  6633] By: jhi                                   on 2000/08/15  14:01:46
41919         Log: Subject: [ID 20000815.005] [PATCH] perldoc not looking in the right place for script pod
41920              From: Mike Guy <mjtg@cam.ac.uk>
41921              Date: Tue, 15 Aug 2000 12:10:50 +0100
41922              Message-Id: <E13OecM-0006nF-00@libra.cus.cam.ac.uk>
41923      Branch: perl
41924            ! utils/perldoc.PL
41925 ____________________________________________________________________________
41926 [  6632] By: jhi                                   on 2000/08/15  13:58:48
41927         Log: make ok etc also for win32.
41928              
41929              Subject: [ID 20000814.008] Not OK: perl v5.6.0 (6620) on MSWin32-x86 4.0 (UNINSTALLED)
41930              From: Prymmer/Kahn <pvhp@best.com>
41931              Date: Mon, 14 Aug 2000 22:42:06 -0700 (PDT)
41932              Message-Id: <Pine.BSF.4.21.0008142240280.3888-100000@shell8.ba.best.com>
41933      Branch: perl
41934            ! win32/Makefile
41935 ____________________________________________________________________________
41936 [  6631] By: jhi                                   on 2000/08/15  13:45:03
41937         Log: Update (kinda) to Test 1.14, from Joshua Pritikin.
41938      Branch: perl
41939            ! lib/Test.pm
41940 ____________________________________________________________________________
41941 [  6630] By: jhi                                   on 2000/08/15  03:25:09
41942         Log: Update Changes.
41943      Branch: perl
41944            ! Changes
41945 ____________________________________________________________________________
41946 [  6629] By: jhi                                   on 2000/08/15  03:23:53
41947         Log: magic_regdatum_set() is void, not int.
41948      Branch: perl
41949            ! embed.pl mg.c proto.h
41950 ____________________________________________________________________________
41951 [  6628] By: jhi                                   on 2000/08/15  03:08:02
41952         Log: Make the user to give up his firstborn, err, to knowingly
41953              verify installing an unstable developer release.  Also bump
41954              the release to 5.7.0, but leave a patch tag in the local
41955              patches saying that this is not yet the real thing.
41956      Branch: metaconfig
41957            ! U/modified/Instruct.U
41958      Branch: metaconfig/U/perl
41959            + Devel.U
41960      Branch: perl
41961            ! Configure patchlevel.h
41962 ____________________________________________________________________________
41963 [  6627] By: jhi                                   on 2000/08/14  22:32:52
41964         Log: README.os2 update.
41965              
41966              Subject: Re: [PATCH perl-current] Make op/sprintf.t more comprehensive,
41967              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
41968              Date: Wed, 02 Aug 2000 21:55:09 -0700
41969              Message-ID: <tsPi5gzkgegX092yn@efn.org>
41970      Branch: perl
41971            ! README.os2
41972 ____________________________________________________________________________
41973 [  6626] By: jhi                                   on 2000/08/14  21:00:02
41974         Log: Subject: Re: File::Temp problems on VMS in bleedperl
41975              From: Tim Jenness <timj@jach.hawaii.edu>
41976              cc: vmsperl@perl.org
41977              Date: Mon, 14 Aug 2000 09:44:33 -1000 (HST)
41978              Message-ID: <Pine.LNX.4.21.0008140941300.6753-100000@lapaki.jach.hawaii.edu>
41979      Branch: perl
41980            ! lib/File/Temp.pm t/lib/ftmp-tempfile.t
41981 ____________________________________________________________________________
41982 [  6625] By: jhi                                   on 2000/08/14  20:52:16
41983         Log: Add SUIDMAIL as was done for the CERT alert.
41984      Branch: perl
41985            ! patchlevel.h
41986 ____________________________________________________________________________
41987 [  6624] By: jhi                                   on 2000/08/14  20:48:50
41988         Log: Subject: sfio2000
41989              From: Daniel Muino <dmuino@afip.gov.ar>
41990              Date: Mon, 14 Aug 2000 16:58:11 -0300
41991              Message-ID: <20000814165811.B16368@con2-dgi>
41992      Branch: perl
41993            ! perlsdio.h perlsfio.h
41994 ____________________________________________________________________________
41995 [  6623] By: jhi                                   on 2000/08/14  20:47:36
41996         Log: Subject: warning: storage class after type is obsolescent
41997              From: Daniel Muino <dmuino@afip.gov.ar>
41998              Date: Mon, 14 Aug 2000 16:42:47 -0300
41999              Message-ID: <20000814164247.A16368@con2-dgi>
42000      Branch: perl
42001            ! regcomp.pl regnodes.h
42002 ____________________________________________________________________________
42003 [  6622] By: jhi                                   on 2000/08/14  20:43:05
42004         Log: Subject: [ID 20000814.002] [Patch] Email address in Changes.
42005              From: abigail@foad.org
42006              Date: 14 Aug 2000 20:00:10 -0000
42007              Message-Id: <20000814200010.27271.qmail@foad.org>
42008      Branch: perl
42009            ! Changes
42010 ____________________________________________________________________________
42011 [  6621] By: jhi                                   on 2000/08/14  15:23:05
42012         Log: Update Changes.
42013      Branch: perl
42014            ! Changes
42015 ____________________________________________________________________________
42016 [  6620] By: jhi                                   on 2000/08/14  15:22:14
42017         Log: Subject: Re: [PATCH] @+, @- readonly
42018              From: Mike Guy <mjtg@cam.ac.uk>
42019              Date: Mon, 14 Aug 2000 15:26:55 +0100
42020              Message-Id: <E13OLCZ-00020N-00@libra.cus.cam.ac.uk>
42021      Branch: perl
42022            ! XSUB.h embed.h embed.pl globvar.sym gv.c mg.c perl.h proto.h
42023            ! sv.c t/op/pat.t
42024 ____________________________________________________________________________
42025 [  6619] By: jhi                                   on 2000/08/14  14:12:08
42026         Log: Update Changes.
42027      Branch: perl
42028            ! Changes
42029 ____________________________________________________________________________
42030 [  6618] By: jhi                                   on 2000/08/14  14:09:34
42031         Log: For now remove the mail code.
42032      Branch: perl
42033            ! perl.c
42034 ____________________________________________________________________________
42035 [  6617] By: jhi                                   on 2000/08/14  14:08:28
42036         Log: Drop the eg/ mentions and also mention the recent suidperl thing.
42037      Branch: perl
42038            ! jpl/README lib/ExtUtils/Embed.pm pod/perlcompile.pod
42039            ! pod/perlfaq8.pod pod/perlsec.pod
42040 ____________________________________________________________________________
42041 [  6616] By: jhi                                   on 2000/08/14  14:00:11
42042         Log: Subject: Re: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
42043              From: Mike Guy <mjtg@cam.ac.uk>
42044              Date: Mon, 14 Aug 2000 08:26:02 +0100
42045              Message-Id: <E13OEdG-0007LT-00@libra.cus.cam.ac.uk>
42046      Branch: perl
42047            ! lib/perl5db.pl
42048 ____________________________________________________________________________
42049 [  6615] By: jhi                                   on 2000/08/14  13:58:45
42050         Log: Subject: [PATCH] @+, @- readonly (was Re: @<punct> interpolating in "")
42051              From: Mike Guy <mjtg@cam.ac.uk>
42052              Date: Mon, 14 Aug 2000 08:04:22 +0100
42053              Message-Id: <E13OEII-0007B2-00@libra.cus.cam.ac.uk>
42054      Branch: perl
42055            ! gv.c mg.c t/op/pat.t
42056 ____________________________________________________________________________
42057 [  6614] By: jhi                                   on 2000/08/14  13:56:45
42058         Log: Subject: Test fails / warnings with perl-current #6612
42059              From: Mike Guy <mjtg@cam.ac.uk>
42060              Date: Mon, 14 Aug 2000 07:57:23 +0100
42061              Message-Id: <E13OEBX-000776-00@libra.cus.cam.ac.uk>
42062      Branch: perl
42063            ! t/lib/b.t t/lib/peek.t
42064 ____________________________________________________________________________
42065 [  6613] By: jhi                                   on 2000/08/14  13:45:33
42066         Log: VMS configure.com update continues.
42067      Branch: perl
42068            - vms/configure.com
42069            ! MANIFEST configure.com
42070 ____________________________________________________________________________
42071 [  6612] By: jhi                                   on 2000/08/13  22:13:35
42072         Log: Update Changes.
42073      Branch: perl
42074            ! Changes
42075 ____________________________________________________________________________
42076 [  6611] By: jhi                                   on 2000/08/13  16:21:45
42077         Log: Upgrade to CGI 2.71, from Lincoln Stein.
42078      Branch: perl
42079            ! lib/CGI.pm lib/CGI/Cookie.pm t/lib/cgi-function.t
42080 ____________________________________________________________________________
42081 [  6610] By: jhi                                   on 2000/08/13  15:09:16
42082         Log: Subject: [PATCH] t/op/regmesg.t fails if REG_INFTY set
42083              From: Mike Guy <mjtg@cam.ac.uk>
42084              Date: Sun, 13 Aug 2000 13:45:51 +0100
42085              Message-Id: <E13Nx9D-00027M-00@libra.cus.cam.ac.uk>
42086      Branch: perl
42087            ! t/op/regmesg.t
42088 ____________________________________________________________________________
42089 [  6609] By: jhi                                   on 2000/08/13  14:31:26
42090         Log: Andreas says that 1.56 is fine, so reverting back to it.
42091      Branch: perl
42092            ! lib/CPAN.pm
42093 ____________________________________________________________________________
42094 [  6608] By: jhi                                   on 2000/08/13  05:34:20
42095         Log: Update Changes.
42096      Branch: perl
42097            ! Changes
42098 ____________________________________________________________________________
42099 [  6607] By: jhi                                   on 2000/08/13  05:32:01
42100         Log: Put back the \z changes of #5406 to CPAN.pm.
42101      Branch: perl
42102            ! lib/CPAN.pm
42103 ____________________________________________________________________________
42104 [  6606] By: jhi                                   on 2000/08/13  05:20:16
42105         Log: Fix-n-skip the tests under 5005threads.
42106      Branch: perl
42107            ! t/lib/b.t
42108 ____________________________________________________________________________
42109 [  6605] By: jhi                                   on 2000/08/13  05:07:48
42110         Log: Fix the test for 5005threads.
42111      Branch: perl
42112            ! t/lib/peek.t
42113 ____________________________________________________________________________
42114 [  6604] By: jhi                                   on 2000/08/13  03:35:37
42115         Log: Should have deleted this in #6603.
42116      Branch: perl
42117            - vms/subconfigure.com
42118 ____________________________________________________________________________
42119 [  6603] By: jhi                                   on 2000/08/12  18:29:32
42120         Log: Rewrite of vms/subconfigure.com as configure.com,
42121              from Peter Prymmer and the vmsperl crew.
42122      Branch: perl
42123            + vms/configure.com
42124            ! MANIFEST
42125 ____________________________________________________________________________
42126 [  6602] By: jhi                                   on 2000/08/11  13:00:01
42127         Log: PlainText.pm is dead.
42128      Branch: perl
42129            - lib/Pod/PlainText.pm
42130            ! MANIFEST
42131 ____________________________________________________________________________
42132 [  6601] By: jhi                                   on 2000/08/11  04:06:45
42133         Log: Update Changes.
42134      Branch: perl
42135            ! Changes
42136 ____________________________________________________________________________
42137 [  6600] By: jhi                                   on 2000/08/11  04:06:10
42138         Log: Add a few missing files, update MANIFEST.
42139      Branch: perl
42140            + lib/CGI/eg/make_links.pl lib/CGI/eg/wilogo.gif
42141            + lib/Pod/PlainText.pm t/pod/find.t
42142            ! MANIFEST t/op/regmesg.t
42143 ____________________________________________________________________________
42144 [  6599] By: jhi                                   on 2000/08/11  03:31:10
42145         Log: Add Perl debugging tutorial, regen toc. 
42146              
42147              Subject: perldebtut.pod
42148              From: Richard Foley <Richard.Foley@m.dasa.de>
42149              Date: Wed, 09 Aug 2000 10:17:15 +0200
42150              Message-id: <3991138B.262247B8@m.dasa.de>
42151      Branch: perl
42152            + pod/perldebtut.pod
42153            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
42154 ____________________________________________________________________________
42155 [  6598] By: jhi                                   on 2000/08/11  02:48:56
42156         Log: tiny Changes edit
42157      Branch: perl
42158            ! Changes
42159 ____________________________________________________________________________
42160 [  6597] By: jhi                                   on 2000/08/11  02:39:04
42161         Log: Tests for #6589.
42162              
42163              Subject: Re: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
42164              From: simon@brecon.co.uk (Simon Cozens)
42165              Date: 11 Aug 2000 02:24:52 GMT
42166              Message-ID: <slrn8p6ovk.5sh.simon@justanother.perlhacker.org>
42167      Branch: perl
42168            ! t/lib/b.t
42169 ____________________________________________________________________________
42170 [  6596] By: jhi                                   on 2000/08/11  01:50:07
42171         Log: Update Changes.
42172      Branch: perl
42173            ! Changes
42174 ____________________________________________________________________________
42175 [  6595] By: jhi                                   on 2000/08/11  01:47:16
42176         Log: nitfix
42177      Branch: perl
42178            ! Changes
42179 ____________________________________________________________________________
42180 [  6594] By: jhi                                   on 2000/08/11  01:36:16
42181         Log: Subject: Getting perlio and threads to compile
42182              From: Lupe Christoph <lupe@lupe-christoph.de>
42183              Date: Wed, 9 Aug 2000 11:35:54 +0200
42184              Message-ID: <20000809113554.G23160@alanya.lupe-christoph.de>
42185              
42186              (the Solaris version changes in Configure skipped)
42187      Branch: perl
42188            ! hints/solaris_2.sh thread.h
42189 ____________________________________________________________________________
42190 [  6593] By: jhi                                   on 2000/08/11  01:30:16
42191         Log: Subject: Re: [ID 20000730.003] utf8::length() bad
42192              From: simon@brecon.co.uk (Simon Cozens)
42193              Date: 1 Aug 2000 06:55:19 GMT
42194              Message-ID: <slrn8oct2n.19l.simon@justanother.perlhacker.org>
42195      Branch: perl
42196            ! lib/utf8.pm
42197 ____________________________________________________________________________
42198 [  6592] By: jhi                                   on 2000/08/11  01:26:39
42199         Log: Subject: Re: [ID 20000809.006] Debugger lost the ability to see $1 et al
42200              From: Peter Scott <Peter@PeterScott.com>
42201              Date: Thu, 10 Aug 2000 08:23:27 -0700
42202              Message-Id: <4.3.2.7.2.20000810081749.00aa92c0@peterscott.com>
42203      Branch: perl
42204            ! lib/perl5db.pl
42205 ____________________________________________________________________________
42206 [  6591] By: jhi                                   on 2000/08/11  01:22:02
42207         Log: Subject: Re: [ID 20000809.005] trouble with long string and /m modifier - uninitialized value 
42208              From: Hugo <hv@crypt.compulink.co.uk>
42209              Date: Thu, 10 Aug 2000 19:23:04 +0100
42210              Message-Id: <200008101823.TAA23580@crypt.compulink.co.uk>
42211      Branch: perl
42212            ! regexec.c t/op/pat.t
42213 ____________________________________________________________________________
42214 [  6590] By: jhi                                   on 2000/08/11  01:19:19
42215         Log: Preprocessing and postprocessing for File::Find.
42216              
42217              Subject: Patch to Find::File.pm to allow alphabetical results
42218              From: Joe Smith <jsmith@inwap.com>
42219              Date: Wed, 9 Aug 2000 02:44:54 -0700
42220              Message-Id: <20000809024453.A21193@tardis.Tymnet.COM>
42221      Branch: perl
42222            ! lib/File/Find.pm
42223 ____________________________________________________________________________
42224 [  6589] By: jhi                                   on 2000/08/11  01:12:39
42225         Log: B::Deparse didn't do sub attributes.
42226              
42227              Subject: B::Deparse was Re: [ID 20000808.005] refs to returned lvalues are lvalues??
42228              From: simon@brecon.co.uk (Simon Cozens)
42229              Date: 9 Aug 2000 04:49:20 GMT
42230              Message-ID: <slrn8p1omg.beq.simon@justanother.perlhacker.org>
42231      Branch: perl
42232            ! ext/B/B.xs ext/B/B/Deparse.pm ext/B/defsubs_h.PL
42233 ____________________________________________________________________________
42234 [  6588] By: jhi                                   on 2000/08/11  01:06:40
42235         Log: Subject: debugger "d" command doesnt check line number
42236              From: Mike Guy <mjtg@cam.ac.uk>
42237              Date: Tue, 08 Aug 2000 21:54:29 +0100
42238              Message-Id: <E13MGOL-000053-00@libra.cus.cam.ac.uk>
42239      Branch: perl
42240            ! lib/perl5db.pl mg.c pod/perldiag.pod
42241 ____________________________________________________________________________
42242 [  6587] By: jhi                                   on 2000/08/11  00:45:03
42243         Log: sleep(1) does not necessarily return 1.
42244              
42245              Subject: [PATCH bleadperl] op/lex_assign.t  
42246              From: Hugo <hv@crypt.compulink.co.uk>
42247              Date: Thu, 03 Aug 2000 14:34:22 +0100        
42248              Message-Id: <200008031334.OAA03379@crypt.compulink.co.uk>
42249      Branch: perl
42250            ! t/op/lex_assign.t
42251 ____________________________________________________________________________
42252 [  6586] By: jhi                                   on 2000/08/11  00:31:50
42253         Log: Document the IO::Select timeout.
42254      Branch: perl
42255            ! ext/IO/lib/IO/Select.pm
42256 ____________________________________________________________________________
42257 [  6585] By: jhi                                   on 2000/08/11  00:13:54
42258         Log: Forgot contributor.
42259      Branch: perl
42260            ! Changes
42261 ____________________________________________________________________________
42262 [  6584] By: jhi                                   on 2000/08/11  00:09:19
42263         Log: detypo
42264      Branch: perl
42265            ! Changes
42266 ____________________________________________________________________________
42267 [  6583] By: jhi                                   on 2000/08/11  00:07:53
42268         Log: Fixes to looking-like-number to keep behaviour as it was in 5.005_03.
42269              
42270              Subject: Re: [ID 20000810.002] $a["1foo"] same as $a[0]
42271              From: Mike Guy <mjtg@cam.ac.uk> 
42272              Date: Thu, 10 Aug 2000 15:50:54 +0100
42273              Message-Id: <E13Mtfa-0005Ge-00@libra.cus.cam.ac.uk>
42274      Branch: perl
42275            ! sv.c t/op/int.t
42276 ____________________________________________________________________________
42277 [  6582] By: jhi                                   on 2000/08/10  23:29:32
42278         Log: Update Changes.
42279      Branch: perl
42280            ! Changes
42281 ____________________________________________________________________________
42282 [  6581] By: jhi                                   on 2000/08/10  23:26:16
42283         Log: Put back the std @INC thing.
42284      Branch: perl
42285            ! t/lib/ansicolor.t t/lib/cgi-form.t t/lib/cgi-function.t
42286            ! t/lib/cgi-html.t t/lib/cgi-pretty.t t/lib/cgi-request.t
42287            ! t/lib/gol-basic.t t/lib/gol-compat.t t/lib/gol-linkage.t
42288            ! t/lib/gol-oo.t
42289 ____________________________________________________________________________
42290 [  6580] By: jhi                                   on 2000/08/10  23:03:34
42291         Log: Update to CGI 2.70, from Lincoln Stein.
42292      Branch: perl
42293            ! lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm lib/CGI/Pretty.pm
42294            ! lib/CGI/Push.pm lib/CGI/Util.pm t/lib/cgi-form.t
42295            ! t/lib/cgi-function.t t/lib/cgi-html.t t/lib/cgi-pretty.t
42296            ! t/lib/cgi-request.t
42297 ____________________________________________________________________________
42298 [  6579] By: jhi                                   on 2000/08/10  22:41:50
42299         Log: Update to CPAN 1.56, from Andreas König.
42300      Branch: perl
42301            ! lib/CPAN.pm lib/CPAN/FirstTime.pm
42302 ____________________________________________________________________________
42303 [  6578] By: jhi                                   on 2000/08/10  22:38:13
42304         Log: Update to Pod::Parser 1.17, from Brad Appleton.
42305      Branch: perl
42306            ! lib/Pod/Checker.pm lib/Pod/Find.pm lib/Pod/InputObjects.pm
42307            ! lib/Pod/ParseUtils.pm lib/Pod/Parser.pm lib/Pod/Select.pm
42308            ! lib/Pod/Usage.pm pod/pod2usage.PL pod/podchecker.PL
42309            ! pod/podselect.PL t/pod/emptycmd.t t/pod/for.t t/pod/headings.t
42310            ! t/pod/include.t t/pod/included.t t/pod/lref.t
42311            ! t/pod/multiline_items.t t/pod/nested_items.t
42312            ! t/pod/nested_seqs.t t/pod/oneline_cmds.t t/pod/pod2usage.t
42313            ! t/pod/poderrs.t t/pod/poderrs.xr t/pod/podselect.t
42314            ! t/pod/special_seqs.t
42315 ____________________________________________________________________________
42316 [  6577] By: jhi                                   on 2000/08/10  22:35:41
42317         Log: Small AUTHORS and MAINTAIN updates.  Could do with big updates.
42318      Branch: perl
42319            ! AUTHORS MAINTAIN
42320 ____________________________________________________________________________
42321 [  6576] By: jhi                                   on 2000/08/10  22:24:54
42322         Log: Update to Getopt::Long 2.23_05, from Johan Vromans.
42323      Branch: perl
42324            + t/lib/gol-oo.t
42325            ! MANIFEST lib/Getopt/Long.pm lib/newgetopt.pl t/lib/gol-basic.t
42326            ! t/lib/gol-compat.t t/lib/gol-linkage.t
42327 ____________________________________________________________________________
42328 [  6575] By: jhi                                   on 2000/08/10  22:02:07
42329         Log: Update to Term::ANSIColor 1.03, from Russ Allbery.
42330      Branch: perl
42331            ! lib/Term/ANSIColor.pm t/lib/ansicolor.t
42332 ____________________________________________________________________________
42333 [  6574] By: jhi                                   on 2000/08/10  21:55:03
42334         Log: Iterating perl6 description.
42335      Branch: perl
42336            ! pod/perlfaq1.pod
42337 ____________________________________________________________________________
42338 [  6573] By: jhi                                   on 2000/08/10  21:48:26
42339         Log: Revert the sv.c part of #6559, a better fix is needed.
42340      Branch: perl
42341            ! sv.c
42342 ____________________________________________________________________________
42343 [  6572] By: jhi                                   on 2000/08/10  20:33:43
42344         Log: It's the 2ndO'ROSSC.
42345      Branch: perl
42346            ! pod/perlfaq1.pod
42347 ____________________________________________________________________________
42348 [  6571] By: jhi                                   on 2000/08/10  15:55:48
42349         Log: detypo
42350      Branch: perl
42351            ! pod/perlfaq1.pod
42352 ____________________________________________________________________________
42353 [  6570] By: jhi                                   on 2000/08/10  14:11:17
42354         Log: An exceptionally sticky typo.
42355      Branch: perl
42356            ! Changes
42357 ____________________________________________________________________________
42358 [  6569] By: jhi                                   on 2000/08/10  14:09:33
42359         Log: detypo (and test Changes updating script)
42360      Branch: perl
42361            ! Changes
42362 ____________________________________________________________________________
42363 [  6568] By: jhi                                   on 2000/08/10  14:07:07
42364         Log: Update Changes.
42365      Branch: perl
42366            ! Changes
42367 ____________________________________________________________________________
42368 [  6567] By: jhi                                   on 2000/08/10  14:06:19
42369         Log: Amend the description of Perl6.
42370              Subject: [PATCH Perl-5.6.0] perlfaq1.pod
42371              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
42372              Date: Wed, 9 Aug 2000 22:11:06 -0500
42373              Message-ID: <20000809221106.A12246@chaos.wustl.edu>
42374      Branch: perl
42375            ! pod/perlfaq1.pod
42376 ____________________________________________________________________________
42377 [  6566] By: jhi                                   on 2000/08/10  13:58:57
42378         Log: Subject: Remove dead entry in perldiag
42379              From: Mike Guy <mjtg@cam.ac.uk>
42380              Date: Thu, 10 Aug 2000 14:19:19 +0100
42381              Message-Id: <E13MsEx-00033G-00@libra.cus.cam.ac.uk>
42382      Branch: perl
42383            ! pod/perldiag.pod
42384 ____________________________________________________________________________
42385 [  6565] By: jhi                                   on 2000/08/10  13:51:48
42386         Log: Zero entries were skipped, fix from Adrian Goalby
42387              <argoalby@yahoo.co.uk>
42388      Branch: perl
42389            ! lib/unicode/Number.pl lib/unicode/mktables.PL
42390 ____________________________________________________________________________
42391 [  6564] By: jhi                                   on 2000/08/10  13:00:12
42392         Log: Subject: [PATCH 5.6.0] cygwin port
42393              From: "Fifer, Eric" <EFifer@sanwaint.com>
42394              Date: Thu, 10 Aug 2000 13:15:36 +0100
42395              Message-ID: <779F20BCCE5AD31186A50008C75D997917176A@silldn_mail1.sanwaint.com>
42396      Branch: perl
42397            ! README.cygwin hints/cygwin.sh
42398 ____________________________________________________________________________
42399 [  6563] By: jhi                                   on 2000/08/10  12:55:16
42400         Log: Get back into sync with Jeffrey on the enhanced regex warnings.
42401      Branch: perl
42402            ! pod/perldiag.pod regcomp.c t/op/re_tests t/op/readdir.t
42403 ____________________________________________________________________________
42404 [  6562] By: gsar                                  on 2000/08/10  08:38:39
42405         Log: warn is a macro, avoid using at a variable to avoid warnings
42406              in some configurations; readdir.t is too conservative in
42407              estimating number of *.t's
42408      Branch: perl
42409            ! t/op/readdir.t util.c
42410 ____________________________________________________________________________
42411 [  6561] By: jhi                                   on 2000/08/09  23:35:42
42412         Log: Update Changes.
42413      Branch: perl
42414            ! Changes
42415 ____________________________________________________________________________
42416 [  6560] By: jhi                                   on 2000/08/09  23:05:47
42417         Log: Subject: Re: enhanced(?) regex error messages
42418              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
42419              Date: Wed, 9 Aug 2000 00:59:43 -0700 (PDT)
42420              Message-Id: <200008090759.AAA07144@ventrue.yahoo.com>
42421              
42422              (plus two small patches sent privately)
42423              (this still seems to leave few test failures)
42424      Branch: perl
42425            + t/op/regmesg.t
42426            ! MANIFEST pod/perldiag.pod regcomp.c regcomp.h t/op/misc.t
42427            ! t/pragma/warn/regcomp
42428 ____________________________________________________________________________
42429 [  6559] By: jhi                                   on 2000/08/09  20:41:18
42430         Log: (The fix did work but was not right, retracted in #6573)
42431              
42432              Subject: [ID 20000809.003] setlocale(LC_NUMERIC...) produces different results in 5.005 and 5.6
42433              From: Christian Kirsch <ck@held.mind.de>
42434              Date: Wed, 9 Aug 2000 17:05:17 +0200
42435              Message-Id: <20000809170517.A25389@held>
42436      Branch: perl
42437            ! sv.c t/pragma/locale.t
42438 ____________________________________________________________________________
42439 [  6558] By: jhi                                   on 2000/08/08  22:34:08
42440         Log: Tiny updates on the contributors list.
42441      Branch: perl
42442            ! Changes
42443 ____________________________________________________________________________
42444 [  6557] By: jhi                                   on 2000/08/08  19:34:28
42445         Log: Double check that we have a dirhandle.
42446      Branch: perl
42447            ! util.c
42448 ____________________________________________________________________________
42449 [  6556] By: jhi                                   on 2000/08/08  19:01:51
42450         Log: Delete eg as agreed at TPC3 (yes, 3).  Dusty, obsolete, non-w-clean.
42451              May be repopulated with fresh maintained examples.
42452      Branch: perl
42453            + lib/CGI/eg/RunMeFirst lib/CGI/eg/caution.xbm
42454            + lib/CGI/eg/clickable_image.cgi lib/CGI/eg/cookie.cgi
42455            + lib/CGI/eg/crash.cgi lib/CGI/eg/customize.cgi
42456            + lib/CGI/eg/diff_upload.cgi lib/CGI/eg/dna_small_gif.uu
42457            + lib/CGI/eg/file_upload.cgi lib/CGI/eg/frameset.cgi
42458            + lib/CGI/eg/index.html lib/CGI/eg/internal_links.cgi
42459            + lib/CGI/eg/javascript.cgi lib/CGI/eg/monty.cgi
42460            + lib/CGI/eg/multiple_forms.cgi lib/CGI/eg/nph-clock.cgi
42461            + lib/CGI/eg/nph-multipart.cgi lib/CGI/eg/popup.cgi
42462            + lib/CGI/eg/save_state.cgi lib/CGI/eg/tryit.cgi
42463            + lib/CGI/eg/wilogo_gif.uu
42464            - eg/ADB eg/README eg/cgi/RunMeFirst eg/cgi/caution.xbm
42465            - eg/cgi/clickable_image.cgi eg/cgi/cookie.cgi eg/cgi/crash.cgi
42466            - eg/cgi/customize.cgi eg/cgi/diff_upload.cgi
42467            - eg/cgi/dna_small_gif.uu eg/cgi/file_upload.cgi
42468            - eg/cgi/frameset.cgi eg/cgi/index.html
42469            - eg/cgi/internal_links.cgi eg/cgi/javascript.cgi
42470            - eg/cgi/monty.cgi eg/cgi/multiple_forms.cgi
42471            - eg/cgi/nph-clock.cgi eg/cgi/nph-multipart.cgi eg/cgi/popup.cgi
42472            - eg/cgi/save_state.cgi eg/cgi/tryit.cgi eg/cgi/wilogo_gif.uu
42473            - eg/changes eg/client eg/down eg/dus eg/findcp eg/findtar
42474            - eg/g/gcp eg/g/gcp.man eg/g/ged eg/g/ghosts eg/g/gsh
42475            - eg/g/gsh.man eg/muck eg/muck.man eg/myrup eg/nih eg/relink
42476            - eg/rename eg/rmfrom eg/scan/scan_df eg/scan/scan_last
42477            - eg/scan/scan_messages eg/scan/scan_passwd eg/scan/scan_ps
42478            - eg/scan/scan_sudo eg/scan/scan_suid eg/scan/scanner eg/server
42479            - eg/shmkill eg/sysvipc/README eg/sysvipc/ipcmsg
42480            - eg/sysvipc/ipcsem eg/sysvipc/ipcshm eg/travesty eg/unuc
42481            - eg/uudecode eg/van/empty eg/van/unvanish eg/van/vanexp
42482            - eg/van/vanish eg/who eg/wrapsuid
42483            ! MANIFEST
42484 ____________________________________________________________________________
42485 [  6555] By: jhi                                   on 2000/08/08  18:51:08
42486         Log: Delete chat2 as requested by Randal.
42487              
42488              Subject: Re: perlfaq8 coyness
42489              From: merlyn@stonehenge.com (Randal L. Schwartz) 
42490              Date: 15 May 2000 18:52:42 -0700 
42491              Message-ID: <m166sfl0r9.fsf@halfdome.holdit.com> 
42492      Branch: perl
42493            - lib/chat2.pl
42494            ! MANIFEST
42495 ____________________________________________________________________________
42496 [  6554] By: jhi                                   on 2000/08/08  18:31:35
42497         Log: Regen global.sym.
42498      Branch: perl
42499            ! global.sym
42500 ____________________________________________________________________________
42501 [  6553] By: jhi                                   on 2000/08/08  18:28:13
42502         Log: Do away with array context, from Daniel Chetlin <daniel@chetlin.com>
42503              (either perlbug or p5p ate the original), plus regen
42504              perlapi and perltoc. 
42505      Branch: perl
42506            ! Changes Changes5.004 README.Y2K cop.h emacs/cperl-mode.el
42507            ! ext/B/ramblings/flip-flop ext/Data/Dumper/Dumper.pm
42508            ! ext/IO/lib/IO/Handle.pm ext/IO/lib/IO/Socket.pm
42509            ! ext/Socket/Socket.pm lib/CGI.pm lib/CGI/Cookie.pm
42510            ! lib/File/Temp.pm lib/FileHandle.pm lib/Pod/Functions.pm
42511            ! lib/Pod/InputObjects.pm lib/Pod/LaTeX.pm lib/Text/Soundex.pm
42512            ! lib/perl5db.pl op.h opcode.pl perlapi.c perlapi.h
42513            ! pod/perlapi.pod pod/perltoc.pod t/lib/dosglob.t
42514            ! t/lib/ftmp-posix.t t/lib/glob-global.t t/op/grent.t
42515            ! t/op/pwent.t vms/ext/DCLsym/DCLsym.pm
42516 ____________________________________________________________________________
42517 [  6552] By: jhi                                   on 2000/08/08  18:06:29
42518         Log: Subject: [PATCH] Re: [ID 20000807.008] Double reads considered evil? (deja vu)
42519              From: Mike Guy <mjtg@cam.ac.uk>
42520              Message-Id: <E13MAj1-00038W-00@libra.cus.cam.ac.uk>
42521              Date: Tue, 08 Aug 2000 15:51:27 +0100
42522      Branch: perl
42523            ! doop.c sv.h t/op/join.t t/pragma/overload.t
42524 ____________________________________________________________________________
42525 [  6551] By: jhi                                   on 2000/08/08  18:01:11
42526         Log: Re-apply #6549.
42527      Branch: perl
42528            ! lib/perl5db.pl
42529 ____________________________________________________________________________
42530 [  6550] By: jhi                                   on 2000/08/08  17:43:08
42531         Log: Accidental retraction of #6549.
42532      Branch: perl
42533            ! lib/perl5db.pl
42534 ____________________________________________________________________________
42535 [  6549] By: jhi                                   on 2000/08/08  17:40:04
42536         Log: Subject: [ID 20000807.003] [PATCH] Debugger treatment of condition "0"
42537              From: Mike Guy <mjtg@cam.ac.uk>
42538              Date: Mon, 07 Aug 2000 21:49:58 +0100
42539              Message-Id: <E13LtqQ-0006Jc-00@libra.cus.cam.ac.uk>
42540      Branch: perl
42541            ! lib/perl5db.pl
42542 ____________________________________________________________________________
42543 [  6548] By: jhi                                   on 2000/08/08  17:37:57
42544         Log: Document here-doc better.
42545              
42546              Subject: Re: [ID 20000804.003] heredoc in s///e replacement
42547              From: Mike Guy <mjtg@cam.ac.uk>
42548              Date: Mon, 07 Aug 2000 14:02:09 +0100
42549              Message-Id: <E13LmXh-0006rM-00@libra.cus.cam.ac.uk>
42550      Branch: perl
42551            ! pod/perldata.pod
42552 ____________________________________________________________________________
42553 [  6547] By: jhi                                   on 2000/08/08  17:33:34
42554         Log: Subject: Patch against 5.6.0 to allow "-d:Module=arg,arg,arg"
42555              From: "Randy J. Ray" <rjray@redhat.com>
42556              Date: Mon, 07 Aug 2000 19:12:25 -0700
42557              Message-Id: <200008080212.TAA12784@tzimisce.soma.redhat.com>
42558      Branch: perl
42559            ! perl.c pod/perlrun.pod
42560 ____________________________________________________________________________
42561 [  6546] By: jhi                                   on 2000/08/08  17:29:26
42562         Log: Subject: Re: enhanced(?) regex error messages 
42563              From: Hugo <hv@crypt.compulink.co.uk>
42564              Date: Tue, 08 Aug 2000 03:25:51 +0100
42565              Message-Id: <200008080225.DAA10998@crypt.compulink.co.uk>
42566              
42567              plus Capitalize the error messages, plus perldiag them.
42568      Branch: perl
42569            ! pod/perldiag.pod regcomp.c t/op/pat.t t/op/re_tests
42570 ____________________________________________________________________________
42571 [  6545] By: jhi                                   on 2000/08/08  13:59:28
42572         Log: Augment #6539 a bit: don't croak if there's magic in the air.
42573              
42574              Subject: Re: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF) 
42575              From: Hugo <hv@crypt.compulink.co.uk>
42576              Date: Tue, 08 Aug 2000 03:02:03 +0100
42577              Message-Id: <200008080202.DAA09147@crypt.compulink.co.uk>
42578      Branch: perl
42579            ! pp.c t/op/bless.t
42580 ____________________________________________________________________________
42581 [  6544] By: jhi                                   on 2000/08/07  21:11:52
42582         Log: Make the test -w clean.
42583      Branch: perl
42584            ! t/op/bless.t
42585 ____________________________________________________________________________
42586 [  6543] By: jhi                                   on 2000/08/07  19:49:53
42587         Log: use warnings instead of $^W.
42588      Branch: perl
42589            ! t/op/bless.t
42590 ____________________________________________________________________________
42591 [  6542] By: jhi                                   on 2000/08/07  17:41:41
42592         Log: Disable a portability warning Because We Know What We Are Doing.
42593      Branch: perl
42594            ! t/op/bless.t
42595 ____________________________________________________________________________
42596 [  6541] By: jhi                                   on 2000/08/07  17:29:51
42597         Log: Tiny tidying on report_evil_fh().
42598      Branch: perl
42599            ! util.c
42600 ____________________________________________________________________________
42601 [  6540] By: jhi                                   on 2000/08/07  16:37:38
42602         Log: Make regular expression parse error messages easier to understand.
42603              
42604              Subject: Re: enhanced(?) regex error messages
42605              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
42606              Date: Fri, 4 Aug 2000 23:34:07 -0700 (PDT)
42607              Message-Id: <200008050634.XAA20360@ventrue.yahoo.com>
42608      Branch: perl
42609            ! regcomp.c
42610 ____________________________________________________________________________
42611 [  6539] By: jhi                                   on 2000/08/07  16:12:27
42612         Log: Make bless(REF, REF) a fatal error, add bless tests.
42613              
42614              Subject: [PATCH bleadperl-6530] bless, REF, and bless(REF, REF)
42615              From: Hugo <hv@crypt.compulink.co.uk>
42616              Date: Mon, 07 Aug 2000 16:59:38 +0100
42617              Message-Id: <200008071559.QAA29541@crypt.compulink.co.uk>
42618      Branch: perl
42619            + t/op/bless.t
42620            ! MANIFEST pod/perldiag.pod pp.c sv.c
42621 ____________________________________________________________________________
42622 [  6538] By: jhi                                   on 2000/08/07  15:59:43
42623         Log: Subject: [ID 20000803.006] 'use lib ...' doesn't behave as documented
42624              From: Tim Conrow <tim@spindrift.srl.caltech.edu>
42625              Date: Thu, 3 Aug 2000 14:29:21 -0700
42626              Message-Id: <200008032129.OAA27898@spindrift.caltech.edu>
42627      Branch: perl
42628            ! lib/lib_pm.PL
42629 ____________________________________________________________________________
42630 [  6537] By: jhi                                   on 2000/08/07  15:47:18
42631         Log: Retract #6419 for now since it breaks in AFS and MachTen.
42632      Branch: perl
42633            ! lib/Cwd.pm
42634 ____________________________________________________________________________
42635 [  6536] By: jhi                                   on 2000/08/07  15:05:29
42636         Log: Plug the security hole described in the Aug 05 2000 bugtraq message
42637              "sperl 5.00503 (and newer ;) exploit" by Michal Zalewski.
42638              The security hole exists only in suidperls, which isn't
42639              installed or even built by default.
42640      Branch: perl
42641            ! perl.c
42642 ____________________________________________________________________________
42643 [  6535] By: jhi                                   on 2000/08/07  14:45:14
42644         Log: tr memory corruption fix from Simon Cozens.
42645      Branch: perl
42646            ! doop.c
42647 ____________________________________________________________________________
42648 [  6534] By: jhi                                   on 2000/08/06  11:38:16
42649         Log: Document a bit that UDP is not what you might think.
42650              
42651              Subject: Re: IO::Socket::INET bug sending large UDP packets/fragmentation
42652              From: Lupe Christoph <lupe@lupe-christoph.de>
42653              Message-ID: <20000724085915.B13172@alanya.lupe-christoph.de>
42654              Date: Mon, 24 Jul 2000 08:59:15 +0200
42655      Branch: perl
42656            ! pod/perlipc.pod
42657 ____________________________________________________________________________
42658 [  6533] By: jhi                                   on 2000/08/06  11:35:01
42659         Log: Subject: [PATCH] perlfunc.pod use documentation (5.6.0)
42660              From: Jeff Pinyan <jeffp@hut.crusoe.net>
42661              Date: Sat, 5 Aug 2000 00:22:01 -0400 (EDT)
42662              Message-ID: <Pine.BSF.3.96.1000805002052.23260A-100000@hut.crusoe.net>
42663      Branch: perl
42664            ! pod/perlfunc.pod
42665 ____________________________________________________________________________
42666 [  6532] By: jhi                                   on 2000/08/06  03:45:41
42667         Log: Have symbols for the IoTYPEs.
42668      Branch: perl
42669            ! doio.c pp_ctl.c pp_sys.c sv.h toke.c util.c
42670 ____________________________________________________________________________
42671 [  6531] By: jhi                                   on 2000/08/06  01:33:55
42672         Log: Continue fixing the io warnings.  This also
42673              sort of fixes bug ID 20000802.003: the core dump
42674              is no more.  Whether the current behaviour is correct
42675              (giving a warning: "Not a format reference"), is another matter.
42676      Branch: perl
42677            ! doio.c pod/perldiag.pod pp_hot.c pp_sys.c t/pragma/warn/doio
42678            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
42679 ____________________________________________________________________________
42680 [  6530] By: jhi                                   on 2000/08/05  21:33:12
42681         Log: Change the Policy policy: now -Dprefix= with an existing
42682              Policy.sh and prefix == siteprefix == vendorprefix, then all
42683              of them follow along the new prefix.
42684              
42685              Subject: Re: [ID 20000508.002] -Dprefix completely broken [PATCH]
42686              From: Andy Dougherty <doughera@lafayette.edu>
42687              Date: Fri, 4 Aug 2000 14:53:50 -0400 (EDT)
42688              Message-ID: <Pine.SOL.4.10.10008041440560.17981-100000@maxwell.phys.lafayette.edu>
42689      Branch: perl
42690            ! Policy_sh.SH
42691 ____________________________________________________________________________
42692 [  6529] By: jhi                                   on 2000/08/05  18:57:28
42693         Log: Zap lib/Sys directory when cleaning up.
42694      Branch: perl
42695            ! Makefile.SH
42696 ____________________________________________________________________________
42697 [  6528] By: jhi                                   on 2000/08/05  18:40:44
42698         Log: Essential prototype changes were missing from #6527.
42699              Also make report_evil_fh() more bomb-proof.
42700      Branch: perl
42701            ! embed.h util.c
42702 ____________________________________________________________________________
42703 [  6527] By: jhi                                   on 2000/08/05  03:22:05
42704         Log: Subject: [ID 20000724.004] Perl interpreter segfault when using built-in flock
42705              From: "Ronald F. Guilmette" <rfg@monkeys.com>
42706              Date: Mon, 24 Jul 2000 15:47:00 -0700 (PDT)
42707              Message-Id: <200007242247.PAA52177@monkeys.com>
42708      Branch: perl
42709            ! embed.pl pp_hot.c pp_sys.c proto.h t/pragma/warn/pp_sys util.c
42710 ____________________________________________________________________________
42711 [  6526] By: jhi                                   on 2000/08/04  21:23:27
42712         Log: gcc versions might have (parentheses) in them.
42713      Branch: metaconfig/U/perl
42714            ! gccvers.U
42715      Branch: perl
42716            ! Configure config_h.SH
42717 ____________________________________________________________________________
42718 [  6525] By: jhi                                   on 2000/08/04  20:23:12
42719         Log: Weed buglets pointed out by
42720              
42721              From: Lupe Christoph <lupe@lupe-christoph.de>
42722              Subject: Re: [ID 20000803.005] miniperl aborts during Perl make
42723              Date: Fri, 4 Aug 2000 17:34:39 +0200
42724              Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de>
42725      Branch: metaconfig/U/perl
42726            ! gccvers.U uselfs.U
42727      Branch: perl
42728            ! Configure config_h.SH
42729 ____________________________________________________________________________
42730 [  6524] By: jhi                                   on 2000/08/04  19:02:08
42731         Log: Warn under -w if lstat(FH) is attempted.
42732              
42733              Subject: [ID 20000421.003] perlfunc says you can lstat a file handle but you cannot
42734              From: "Todd C. Miller" <Todd.Miller@courtesan.com> 
42735              Date: Fri, 21 Apr 2000 10:43:46 -0600 (MDT) 
42736              Message-Id: <200004211643.e3LGhkX24720@xerxes.courtesan.com> 
42737      Branch: perl
42738            ! pod/perldiag.pod pod/perlfunc.pod pp_sys.c
42739            ! t/pragma/warn/pp_sys
42740 ____________________________________________________________________________
42741 [  6523] By: jhi                                   on 2000/08/04  12:31:11
42742         Log: Subject: New perlcc, take 2
42743              From: simon@brecon.co.uk (Simon Cozens)
42744              Date: 4 Aug 2000 06:21:04 GMT
42745              Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org>
42746      Branch: perl
42747            ! utils/perlcc.PL
42748 ____________________________________________________________________________
42749 [  6522] By: jhi                                   on 2000/08/04  12:26:33
42750         Log: Subject: Re: Array vs. List context
42751              From: Daniel Chetlin <daniel@chetlin.com>
42752              Date: Fri, 4 Aug 2000 00:22:44 -0700
42753              Message-ID: <20000804002244.A5924@ilmd.chetlin.org>
42754      Branch: perl
42755            ! pod/perlapi.pod pod/perlcall.pod pod/perlembed.pod
42756            ! pod/perlfaq4.pod
42757 ____________________________________________________________________________
42758 [  6521] By: jhi                                   on 2000/08/04  12:22:38
42759         Log: Subject: [ID 20000804.002] configure.gnu and arguments with whitespace characters
42760              From: Raymund Will <ray@caldera.de>
42761              Date: Fri, 4 Aug 2000 12:07:09 +0200
42762              Message-Id: <20000804120709.A14982@caldera.de>
42763      Branch: perl
42764            ! configure.gnu
42765 ____________________________________________________________________________
42766 [  6520] By: jhi                                   on 2000/08/04  04:09:06
42767         Log: After the #6519 a warning about stat() is just that,
42768              not about a filetest, which now have their own warning.
42769      Branch: perl
42770            ! pod/perldiag.pod
42771 ____________________________________________________________________________
42772 [  6519] By: jhi                                   on 2000/08/04  04:06:30
42773         Log: In the warnings call filehandles consistently so;
42774              add "unopened" warning for stat().
42775      Branch: perl
42776            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
42777            ! t/pragma/warn/pp_sys
42778 ____________________________________________________________________________
42779 [  6518] By: jhi                                   on 2000/08/04  02:55:35
42780         Log: Subject: Minor tweak to perlvar.pod
42781              From: "Stephen P. Potter" <spp@ds.net>
42782              Date: Tue, 18 Apr 2000 09:26:03 -0400
42783              Message-Id: <200004181326.JAA01560@spp.users.ds.net>
42784      Branch: perl
42785            ! pod/perlvar.pod
42786 ____________________________________________________________________________
42787 [  6517] By: jhi                                   on 2000/08/04  02:50:08
42788         Log: Subject: [ID 19990721.004] Documentation bug in perlfunc
42789              From: "Clinton Pierce" <cpierce1@ford.com>
42790              Date: Wed, 21 Jul 1999 16:45:31 -0400
42791              Message-Id: <199907212049.QAA12875@mailfw3.ford.com>
42792              
42793              Fix by Stephen Potter (visible in the bug db but not in p5p?)
42794      Branch: perl
42795            ! pod/perlfunc.pod pod/perlop.pod
42796 ____________________________________________________________________________
42797 [  6516] By: jhi                                   on 2000/08/04  02:09:25
42798         Log: This is 6512.  Really.
42799      Branch: perl
42800            ! dump.c
42801 ____________________________________________________________________________
42802 [  6515] By: jhi                                   on 2000/08/04  01:25:50
42803         Log: mention the idea of @( and @)
42804      Branch: perl
42805            ! Todo-5.6
42806 ____________________________________________________________________________
42807 [  6514] By: bailey                                on 2000/08/04  01:18:46
42808         Log: YA resync with mainstem, including VMS patches from others
42809      Branch: vmsperl
42810           +> (branch 48 files)
42811            - lib/lib.pm pod/Makefile pod/Win32.pod pod/buildtoc
42812           !> (integrate 354 files)
42813 ____________________________________________________________________________
42814 [  6513] By: jhi                                   on 2000/08/04  01:18:18
42815         Log: Subject: [ID 20000802.004] Tests op/grent.t and op/pwent.t fail unnecessarily
42816              From: Mark Dickinson <dickins3@fas.harvard.edu>
42817              Date: Wed, 2 Aug 2000 13:25:07 -0400 (EDT)
42818              Message-Id: <Pine.OSF.4.10.10008021321380.32190-200000@is07.fas.harvard.edu>
42819      Branch: perl
42820            ! t/op/grent.t t/op/pwent.t
42821 ____________________________________________________________________________
42822 [  6512] By: jhi                                   on 2000/08/04  01:14:06
42823         Log: Subject: [ID 20000802.002] [PATCH] memory pseudo-leak in sv_dump
42824              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
42825              Date: Wed, 02 Aug 2000 10:51:01 +0100
42826              Message-Id: <E13JvAz-0005B5-00@libra.cus.cam.ac.uk>
42827      Branch: perl
42828            ! sv.c
42829 ____________________________________________________________________________
42830 [  6511] By: jhi                                   on 2000/08/04  00:57:00
42831         Log: Subject: [PATCH] bad cppsymbols on os2 + Configure question                
42832              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
42833              Date: Thu, 03 Aug 2000 17:20:04 -0700
42834              Message-ID: <0wgi5gzkgqLb092yn@efn.org> 
42835      Branch: metaconfig
42836            ! U/modified/Cppsym.U
42837      Branch: perl
42838            ! Configure config_h.SH
42839 ____________________________________________________________________________
42840 [  6510] By: jhi                                   on 2000/08/04  00:25:28
42841         Log: detypo
42842      Branch: perl
42843            ! Makefile.SH
42844 ____________________________________________________________________________
42845 [  6509] By: jhi                                   on 2000/08/03  23:43:18
42846         Log: Subject: [PATCH perl-current] Comings and goings in op/sprintf.t
42847              From: Dominic Dunlop <domo@computer.org>
42848              Date: Thu, 3 Aug 2000 22:16:46 +0200
42849              Message-Id: <p04320411b5af8091f6fe@[194.235.193.148]>
42850      Branch: perl
42851            ! t/op/sprintf.t
42852 ____________________________________________________________________________
42853 [  6508] By: jhi                                   on 2000/08/03  23:40:37
42854         Log: Subject: [PATCH bleadperl] [ID 20000803.001] further regexp counting problems
42855              From: Hugo <hv@crypt.compulink.co.uk>
42856              Date: Thu, 03 Aug 2000 18:25:30 +0100
42857              Message-Id: <200008031725.SAA10580@crypt.compulink.co.uk>
42858      Branch: perl
42859            ! regcomp.c t/op/re_tests
42860 ____________________________________________________________________________
42861 [  6507] By: jhi                                   on 2000/08/03  23:38:28
42862         Log: Subject: [PATCH] sv.h documentation - SvLEN
42863              From: Mike Guy <mjtg@cam.ac.uk>
42864              Date: Thu, 03 Aug 2000 14:43:09 +0100
42865              Message-Id: <E13KLHB-0004UK-00@libra.cus.cam.ac.uk>
42866      Branch: perl
42867            ! sv.h
42868 ____________________________________________________________________________
42869 [  6506] By: jhi                                   on 2000/08/03  15:49:14
42870         Log: Disable the fix_pl hack for now.
42871      Branch: perl
42872            ! Makefile.SH
42873 ____________________________________________________________________________
42874 [  6505] By: jhi                                   on 2000/08/03  13:49:04
42875         Log: Add a URL for FSF.
42876              
42877              Subject: Patch for README
42878              From: Elaine -HFB- Ashton <elaine@chaos.wustl.edu>
42879              Date: Wed, 2 Aug 2000 13:25:09 -0500
42880              Message-ID: <20000802132509.I10379@chaos.wustl.edu>
42881      Branch: perl
42882            ! README
42883 ____________________________________________________________________________
42884 [  6504] By: jhi                                   on 2000/08/03  13:29:19
42885         Log: Be more informative on what is skipped and why,
42886              also repeat the list at the end.
42887      Branch: perl
42888            ! Porting/p4desc
42889 ____________________________________________________________________________
42890 [  6503] By: jhi                                   on 2000/08/03  13:07:05
42891         Log: Circumvent the removal of .patch by fix_pl.
42892              
42893              Subject: Re: [ID 20000802.011] unable to 'make test'          
42894              From: simon@brecon.co.uk (Simon Cozens) 
42895              Date: 3 Aug 2000 04:17:00 GMT
42896              Message-ID: <slrn8ohshs.81o.simon@justanother.perlhacker.org> 
42897      Branch: perl
42898            ! Makefile.SH
42899 ____________________________________________________________________________
42900 [  6502] By: jhi                                   on 2000/08/03  00:14:34
42901         Log: Add the missing setproctitle unit.
42902      Branch: metaconfig/U/perl
42903            + d_setproctitle.U
42904 ____________________________________________________________________________
42905 [  6501] By: jhi                                   on 2000/08/03  00:00:26
42906         Log: The subtest 4 may fail also on VOBS, as pointed out
42907              by Nick Ing-Simmons in November 1999, bug id 19991124.003
42908              (but the failure in that bug report isn't the subtest 4).
42909      Branch: perl
42910            ! t/op/stat.t
42911 ____________________________________________________________________________
42912 [  6500] By: jhi                                   on 2000/08/02  23:49:30
42913         Log: Better skip message for the test; one of the two problems in
42914              
42915              Subject: [ID 20000224.003] Not OK: perl v5.5.660 on i86pc-solaris 2.7
42916              From: Lupe Christoph <lupe@lupe-christoph.de>
42917              Date: Thu, 24 Feb 2000 11:54:50 +0100 (MET)
42918              Message-Id: <200002241054.LAA06808@lupe-christoph.de>
42919      Branch: perl
42920            ! t/op/numconvert.t
42921 ____________________________________________________________________________
42922 [  6499] By: jhi                                   on 2000/08/02  22:49:16
42923         Log: Allow "no Module;" even if there is no 'unimport'.
42924              
42925              Subject: [ID 20000324.029] `unimport' is not special the way `import' is
42926              From: mjd@plover.com
42927              Date: 24 Mar 2000 15:24:34 -0000
42928              Message-Id: <20000324152434.15160.qmail@plover.com>
42929      Branch: perl
42930            ! gv.c
42931 ____________________________________________________________________________
42932 [  6498] By: jhi                                   on 2000/08/02  22:42:58
42933         Log: Generate OP_IS_SOCKET() and OP_IS_FILETEST() macros
42934              that are hopefully soon put into use.
42935      Branch: perl
42936            ! opcode.h opcode.pl opnames.h
42937 ____________________________________________________________________________
42938 [  6497] By: gsar                                  on 2000/08/02  22:28:59
42939         Log: require.t needs binmode() to work on windows
42940      Branch: perl
42941            ! t/comp/require.t
42942 ____________________________________________________________________________
42943 [  6496] By: jhi                                   on 2000/08/02  22:08:51
42944         Log: Document the IVdf UVuf UVof UVxf.
42945      Branch: perl
42946            ! pod/perlguts.pod
42947 ____________________________________________________________________________
42948 [  6495] By: jhi                                   on 2000/08/02  21:54:26
42949         Log: detypo #6494
42950      Branch: perl
42951            ! ext/Data/Dumper/Dumper.xs
42952 ____________________________________________________________________________
42953 [  6494] By: jhi                                   on 2000/08/02  21:49:17
42954         Log: Dump UVs as UVs in Data::Dumper.
42955              
42956              Subject: Re: [ID 20000405.018] Data::Dumper and negative numbers
42957              From: Gurusamy Sarathy <gsar@ActiveState.com>
42958              Date: Thu, 27 Apr 2000 12:26:25 -0700
42959              Message-Id: <200004271926.MAA04331@molotok.activestate.com>
42960      Branch: perl
42961            ! ext/Data/Dumper/Dumper.xs
42962 ____________________________________________________________________________
42963 [  6493] By: jhi                                   on 2000/08/02  17:01:58
42964         Log: Subject: [PATCH bleadperl] [ID 20000731.010] regex error 
42965              From: Hugo <hv@crypt.compulink.co.uk>
42966              Date: Wed, 02 Aug 2000 14:53:56 +0100
42967              Message-Id: <200008021353.OAA24761@crypt.compulink.co.uk>
42968      Branch: perl
42969            ! regexec.c t/op/re_tests
42970 ____________________________________________________________________________
42971 [  6492] By: jhi                                   on 2000/08/02  15:02:46
42972         Log: The new setproctitle() feature is available only in 
42973              bleeding edge FreeBSD.  From Paul Saab.
42974      Branch: perl
42975            ! mg.c
42976 ____________________________________________________________________________
42977 [  6491] By: jhi                                   on 2000/08/02  13:34:36
42978         Log: The tr utf8 patching continues.
42979              
42980              Subject: Re: #6469, too many tests claimed in require.t
42981              From: simon@brecon.co.uk (Simon Cozens)
42982              Date: 2 Aug 2000 02:37:17 GMT
42983              Message-ID: <slrn8of2at.81o.simon@justanother.perlhacker.org>
42984              
42985              (the logic of the test was the wrong way round in the patch)
42986      Branch: perl
42987            ! doop.c
42988 ____________________________________________________________________________
42989 [  6490] By: jhi                                   on 2000/08/02  13:27:38
42990         Log: The name of a filehandle does not have <these>.
42991      Branch: perl
42992            ! doio.c pod/perldiag.pod pp_sys.c t/pragma/warn/doio
42993            ! t/pragma/warn/pp_sys util.c
42994 ____________________________________________________________________________
42995 [  6489] By: jhi                                   on 2000/08/02  04:26:46
42996         Log: Remove the extraneous "main::" prefix from all the
42997              "opened only for", "on closed", and "never opened" warnings.
42998              
42999              Subject: Re: inappropriate warning
43000              From: Gurusamy Sarathy <gsar@ActiveState.com>
43001              Date: Mon, 20 Mar 2000 11:28:02 -0800
43002              Message-Id: <200003201928.LAA32224@maul.ActiveState.com>
43003      Branch: perl
43004            ! doio.c embed.h embed.pl gv.c objXSUB.h pp_hot.c pp_sys.c
43005            ! proto.h t/pragma/warn/4lint t/pragma/warn/doio
43006            ! t/pragma/warn/pp_hot t/pragma/warn/pp_sys util.c
43007 ____________________________________________________________________________
43008 [  6488] By: jhi                                   on 2000/08/02  03:02:57
43009         Log: memcpy has n o in it, as pinted ut by Sarathy.
43010      Branch: perl
43011            ! pod/perlguts.pod
43012 ____________________________________________________________________________
43013 [  6487] By: jhi                                   on 2000/08/02  02:44:51
43014         Log: Document in one place the memory abstractions used in Perl core.
43015              
43016              Subject: Re: Memory abstraction
43017              From: simon@brecon.co.uk (Simon Cozens)
43018              Date: 2 Aug 2000 02:20:23 GMT
43019              Organization: Earth.li Origins
43020      Branch: perl
43021            ! pod/perlguts.pod
43022 ____________________________________________________________________________
43023 [  6486] By: jhi                                   on 2000/08/02  02:41:57
43024         Log: regen_headers, regen perltoc.
43025      Branch: perl
43026            ! perlapi.c pod/perltoc.pod
43027 ____________________________________________________________________________
43028 [  6485] By: jhi                                   on 2000/08/02  01:43:33
43029         Log: "This little thing tests for a file .patch, and if it contains
43030              a number, pops into patchlevel.h" (making it easier to track
43031              which development version people are reporting bugs against)
43032              
43033              Subject: Patchlevel autogeneration for repository perls
43034              From: simon@brecon.co.uk (Simon Cozens)
43035              Date: 14 Jul 2000 07:12:15 GMT
43036              Message-ID: <slrn8mtfaf.1qo.simon@justanother.perlhacker.org>
43037      Branch: perl
43038            + fix_pl
43039            ! MANIFEST Makefile.SH
43040 ____________________________________________________________________________
43041 [  6484] By: jhi                                   on 2000/08/02  01:32:54
43042         Log: FreeBSD 3.* updates from
43043              
43044              From: Paul Saab <ps@yahoo-inc.com>
43045              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
43046              Date: Tue, 1 Aug 2000 15:41:39 -0700
43047              Message-Id: <20000801154139.A53740@yahoo-inc.com>
43048      Branch: perl
43049            ! hints/freebsd.sh
43050 ____________________________________________________________________________
43051 [  6483] By: jhi                                   on 2000/08/02  01:27:44
43052         Log: In new BSDs changes to argv[] do not show up in ps(1) output,
43053              instead one must use setproctitle().  This was already addressed
43054              by change #6457, but the below has a new variant for FreeBSD 4.0
43055              or later, and the matter is also documented more.
43056              
43057              From: Paul Saab <ps@yahoo-inc.com>
43058              Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps
43059              Date: Tue, 1 Aug 2000 15:41:39 -0700
43060              Message-Id: <20000801154139.A53740@yahoo-inc.com>
43061      Branch: metaconfig/U/perl
43062            + i_libutil.U
43063      Branch: perl
43064            ! Configure config_h.SH mg.c perl.h pod/perlvar.pod
43065 ____________________________________________________________________________
43066 [  6482] By: jhi                                   on 2000/08/01  22:17:32
43067         Log: The test from this
43068              
43069              Subject: Re: [ID 20000411.002] qw() gives different results in 5.6 to previous versions
43070              Date: Sat, 15 Apr 2000 17:03:44 +0100
43071              From: Tom Hughes <tom@compton.nu>
43072              Message-ID: <d1c9b2af49.tom@compton.compton.nu>
43073              
43074              was missing, the code change went in as #5989
43075              (which had a different test?)
43076      Branch: perl
43077            ! t/op/misc.t
43078 ____________________________________________________________________________
43079 [  6481] By: jhi                                   on 2000/08/01  21:48:38
43080         Log: Subject: [Proposed PATCH] Let Perl define QUAD_MIN and _MAX itself
43081              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
43082              Date: Thu, 27 Jul 2000 13:51:41 -0700 (PDT)
43083              Message-Id: <200007272051.NAA02178@xfiles.intercon.hp.com>
43084      Branch: perl
43085            ! perl.h
43086 ____________________________________________________________________________
43087 [  6480] By: jhi                                   on 2000/08/01  18:05:28
43088         Log: Make p4desc to skip non-mainperl branches by default.
43089      Branch: perl
43090            ! Porting/p4desc
43091 ____________________________________________________________________________
43092 [  6479] By: jhi                                   on 2000/08/01  17:29:19
43093         Log: If gccosandvers is equal to osname, clear gccosandvers.
43094      Branch: metaconfig/U/perl
43095            ! gccvers.U
43096      Branch: perl
43097            ! Configure config_h.SH
43098 ____________________________________________________________________________
43099 [  6478] By: jhi                                   on 2000/08/01  15:54:08
43100         Log: BOM patching from Simon Cozens.
43101      Branch: perl
43102            ! toke.c
43103 ____________________________________________________________________________
43104 [  6477] By: jhi                                   on 2000/08/01  04:50:33
43105         Log: Stash away the largefiles flags and libswanted.
43106      Branch: perl
43107            ! hints/aix.sh hints/hpux.sh hints/linux.sh hints/solaris_2.sh
43108 ____________________________________________________________________________
43109 [  6476] By: gsar                                  on 2000/08/01  04:24:24
43110         Log: various syntax errors and such (not fixed: comp/require.t#22 coredump
43111              on Windows)
43112      Branch: perl
43113            ! t/pragma/utf8.t utf8.c win32/win32.c
43114 ____________________________________________________________________________
43115 [  6475] By: jhi                                   on 2000/08/01  03:35:24
43116         Log: Make chr() for values >127 to create utf8 when under utf8.
43117              
43118              Subject: Re: uft8/chr()
43119              From: simon@brecon.co.uk (Simon Cozens)
43120              Date: 1 Aug 2000 02:37:02 GMT
43121              Message-ID: <slrn8ocdud.19l.simon@justanother.perlhacker.org>
43122      Branch: perl
43123            ! pod/perlfunc.pod pp.c t/pragma/utf8.t
43124 ____________________________________________________________________________
43125 [  6474] By: jhi                                   on 2000/08/01  02:36:18
43126         Log: In Digital UNIX warn if gcc explicitly chosen because even
43127              2.95.2 is known to cause problems.
43128      Branch: perl
43129            ! hints/dec_osf.sh
43130 ____________________________________________________________________________
43131 [  6473] By: jhi                                   on 2000/08/01  02:00:56
43132         Log: Make the safety catch for buggy gccs work with triple version
43133              numbers like 2.95.2.  Reported in
43134              
43135              Subject: [ID 20000731.005] Perl 5.6.0 "Configure" fails to recognize gcc 2.95.2
43136              From: Maurizio Loreti <maurizio.loreti@pd.infn.it>
43137              Date: Mon, 31 Jul 2000 14:55:06 +0200
43138              Message-Id: <200007311255.AA25586@axcdf4.pd.infn.it>
43139      Branch: perl
43140            ! hints/dec_osf.sh
43141 ____________________________________________________________________________
43142 [  6472] By: jhi                                   on 2000/08/01  01:13:33
43143         Log: Subject: fix and question re: waitpid() under win32
43144              From: Brian Clarke <clarke@appliedmeta.com>
43145              Date: Fri, 28 Jul 2000 15:18:29 -0400
43146              Message-ID: <3981DC85.290314EB@appliedmeta.com>
43147              
43148              Slightly reformatted and WNOHANG # define moved to win32.h
43149              so that also POSIX.xs sees it, as suggsted by Sarathy.
43150      Branch: perl
43151            ! win32/win32.c win32/win32.h
43152 ____________________________________________________________________________
43153 [  6471] By: jhi                                   on 2000/08/01  00:55:05
43154         Log: Subject: [PATCH] allow non-variable as lhs of non-updating tr///
43155              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43156              Message-Id: <E13JEgd-0003fy-00@libra.cus.cam.ac.uk>
43157              Date: Mon, 31 Jul 2000 13:28:51 +0100
43158              
43159              (aka ID 20000730.002)
43160      Branch: perl
43161            ! op.c t/op/tr.t
43162 ____________________________________________________________________________
43163 [  6470] By: jhi                                   on 2000/07/31  23:34:42
43164         Log: Document the problem with -P in HP-UX and its workaround.
43165              
43166              Subject: [ID 20000628.002] HPUX 11: -Ae compiler flag breaks perl -P
43167              From: Milton Hankins {64892} <webtools@uewrhp03.msd.ray.com>
43168              Date: Wed, 28 Jun 2000 13:58:21 -0400 (EDT)
43169              Message-Id: <200006281758.NAA10339@uewrhp03.msd.ray.com>
43170      Branch: perl
43171            ! README.hpux
43172 ____________________________________________________________________________
43173 [  6469] By: jhi                                   on 2000/07/31  04:15:02
43174         Log: The swallow_bom() saga continues.  The #23 of require.t
43175              (UTF16-LE) still fails (silently, no output) but the #22
43176              (UTF16-BE) seems to be working now.  The root of the
43177              failure may be in sv_gets(): is it UTF-16LE-aware,
43178              especially when it comes to line endings? 
43179      Branch: perl
43180            ! embed.h embed.pl objXSUB.h pod/perldiag.pod proto.h
43181            ! t/comp/require.t toke.c utf8.c
43182 ____________________________________________________________________________
43183 [  6468] By: jhi                                   on 2000/07/30  19:05:48
43184         Log: Find green threads before native threads.
43185              
43186              Subject: Re: Patch to jpl/JNI/Makefile.PL
43187              From: Jens Thomsen <jens@fiend.cis.com>
43188              Date: Fri, 28 Jul 2000 15:54:49 -0600 (MDT)
43189              Message-ID: <Pine.LNX.4.21.0007281553470.687-200000@fiend.cis.com>
43190      Branch: perl
43191            ! jpl/JNI/Makefile.PL
43192 ____________________________________________________________________________
43193 [  6467] By: jhi                                   on 2000/07/30  18:36:22
43194         Log: Fix the HALF_UPGRADE() macro introduced in #6263.
43195      Branch: perl
43196            ! doop.c
43197 ____________________________________________________________________________
43198 [  6466] By: jhi                                   on 2000/07/30  04:37:29
43199         Log: A new version of the "remove UPPERACSE string comparison"
43200              operators.  The problem with the previous one (change #6454)
43201              was that it was for Perl 5.6.0.  From Paul Marquess.
43202      Branch: perl
43203            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/3both
43204            ! t/pragma/warn/4lint t/pragma/warn/5nolint t/pragma/warn/7fatal
43205            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
43206 ____________________________________________________________________________
43207 [  6465] By: jhi                                   on 2000/07/29  22:39:56
43208         Log: Do not upgrade SVs into utf8 just because they participate
43209              in eq or cmp.  Reported and fix suggested in
43210              
43211              Subject: [ID 20000720.009] sv_eq UTF8 bug
43212              From: "Simon Cozens" <simon@othersideofthe.earth.li>
43213              Date: 21 Jul 2000 04:37:29 -0000
43214              Message-Id: <20000721043729.30081.qmail@othersideofthe.earth.li>
43215              
43216              Exercise for the kind reader: should we or should we not
43217              cache the utf8 conversion alonside the SV? (as magic,
43218              as thestrxfrm()ed version is cached under use locale)
43219              Argue both for and against.
43220      Branch: perl
43221            ! sv.c
43222 ____________________________________________________________________________
43223 [  6464] By: jhi                                   on 2000/07/29  22:36:22
43224         Log: Subject: UTF8 concat
43225              From: simon@brecon.co.uk (Simon Cozens) 
43226              Date: 30 Jun 2000 06:13:25 GMT
43227              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org> 
43228              
43229              (with a memory leak fixed, plus a few casts added)
43230              
43231              This also seems to help for
43232              
43233              Subject: [ID 20000716.015] join UTF8 weirdness
43234              From: root <root@ak-71.mind.de> 
43235              Date: Sat, 15 Jul 2000 15:29:54 +0200
43236              Message-Id: <200007151329.PAA13970@ak-71.mind.de>
43237              
43238              (from Andreas König)
43239      Branch: perl
43240            ! pp_hot.c
43241 ____________________________________________________________________________
43242 [  6463] By: jhi                                   on 2000/07/29  00:55:39
43243         Log: Tune the comments and hopefully stop a memory leak.
43244      Branch: perl
43245            ! toke.c utf8.c
43246 ____________________________________________________________________________
43247 [  6462] By: jhi                                   on 2000/07/29  00:16:53
43248         Log: The problem described in this
43249              
43250              Subject: [ID 20000322.018] named chars aren't magical enough
43251              From: root <root@dixie.cscaper.com>     
43252              Date: Wed, 22 Mar 2000 18:37:42 -0700
43253              Message-Id: <200003230137.SAA29532@dixie.cscaper.com>
43254              
43255              has been fixed in perl 5.6.0 but just in case added a test
43256              to keep it away.  (The report from Joseph Hall.)
43257      Branch: perl
43258            ! t/lib/charnames.t
43259 ____________________________________________________________________________
43260 [  6461] By: jhi                                   on 2000/07/28  23:56:36
43261         Log: Tiny fixes for #6460.
43262      Branch: metaconfig/U/perl
43263            ! gccvers.U
43264      Branch: perl
43265            ! Configure config_h.SH
43266 ____________________________________________________________________________
43267 [  6460] By: jhi                                   on 2000/07/28  23:24:41
43268         Log: Warn if the version of the operating system used to compile gcc
43269              differs from the current version of the operating system.
43270              Also display the gcc compilation os and version in myconfig.
43271              Inspiration from
43272              
43273              Subject: Re: [ID 20000710.003] ERRORS!!         
43274              From: "Kurt D. Starsinic" <kstar@chapin.edu>
43275              Date: Mon, 10 Jul 2000 15:54:16 -0400
43276              Message-ID: <20000710155416.A1384@O2.chapin.edu>
43277      Branch: metaconfig/U/perl
43278            ! gccvers.U
43279      Branch: perl
43280            ! Configure config_h.SH myconfig.SH
43281 ____________________________________________________________________________
43282 [  6459] By: jhi                                   on 2000/07/28  22:00:32
43283         Log: In DEC OSF aka Digital UNIX aka Tru64 add the version
43284              letter to $Config{osvers}.
43285      Branch: metaconfig
43286            ! U/modified/Oldconfig.U
43287      Branch: perl
43288            ! Configure config_h.SH
43289 ____________________________________________________________________________
43290 [  6458] By: jhi                                   on 2000/07/28  04:15:39
43291         Log: Back out #6454, doesn't seem to work.
43292              (Reason: that patch was for perl 5.6.0, not perl-current)
43293              (A version of the patch for perl-current came in later as #6466)
43294      Branch: perl
43295            ! regcomp.c t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
43296            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
43297            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
43298 ____________________________________________________________________________
43299 [  6457] By: jhi                                   on 2000/07/27  23:31:49
43300         Log: Use setproctitle() if available to modify $0.
43301              
43302              Subject: setting $* on BSD4 broken
43303              From: Jeffrey Friedl <jfriedl@yahoo-inc.com>
43304              Date: Sun, 23 Jul 2000 01:31:34 -0700 (PDT)
43305              Message-Id: <200007230831.BAA08379@ventrue.yahoo.com>
43306      Branch: metaconfig
43307            ! U/modified/Myinit.U
43308      Branch: perl
43309            ! Configure config_h.SH mg.c
43310 ____________________________________________________________________________
43311 [  6456] By: jhi                                   on 2000/07/27  14:50:47
43312         Log: Allow "no AutoLoader;", based on change #6444,
43313              suggested by Graham Barr.
43314      Branch: perl
43315            ! lib/AutoLoader.pm
43316 ____________________________________________________________________________
43317 [  6455] By: jhi                                   on 2000/07/27  14:19:10
43318         Log: Subject: [ID 19990709.002] [DOCUMENTATION PATCH] perldiag
43319              From: rspier@pobox.com (Robert Spier)
43320              Date: Thu, 27 Jul 2000 09:49:35 -0400 (EDT)
43321              Message-ID: <14720.15855.787664.424783@rls.cx>
43322      Branch: perl
43323            ! pod/perldiag.pod
43324 ____________________________________________________________________________
43325 [  6454] By: jhi                                   on 2000/07/27  14:03:02
43326         Log: Remove EQ, NE, GT, LT, GE, LE (they have been deprecated
43327              for a long time).
43328              
43329              Reported in
43330              
43331              Subject: [ID 20000717.004] Unexpected complaint of NE deprecation
43332              From: Ryan Herbert <rherbert@sycamorehq.com>
43333              Date: Mon, 17 Jul 2000 11:40:42 -0400
43334              Message-Id: <200007171540.LAA20480@beorn.hq.sai>
43335              
43336              Patched in
43337              
43338              Subject: RE: [ID 20000717.004] Unexpected complaint of NE deprecation
43339              From: "Paul Marquess" <Paul.Marquess@btinternet.com>
43340              Date: Wed, 26 Jul 2000 23:40:18 +0100
43341              Message-ID: <000001bff752$79511880$0a17073e@tiny>
43342              
43343              based on an earlier patch from Stephen P. Potter.
43344              
43345              (Removed later by change #6458 because this patch was for
43346              perl 5.6.0, not perl-current)
43347      Branch: perl
43348            ! t/op/do.t t/pragma/warn/2use t/pragma/warn/4lint
43349            ! t/pragma/warn/5nolint t/pragma/warn/7fatal
43350            ! t/pragma/warn/8signal t/pragma/warn/toke toke.c
43351 ____________________________________________________________________________
43352 [  6453] By: jhi                                   on 2000/07/27  13:48:02
43353         Log: Subject: [PATCH] fixes bug 20000508.004
43354              From: Michael Stevens <mstevens@globnix.org>
43355              Date: Thu, 27 Jul 2000 13:49:04 +0100
43356              Message-ID: <20000727134903.A9351@athenaeum.globnix.org>
43357      Branch: perl
43358            ! pod/perldata.pod
43359 ____________________________________________________________________________
43360 [  6452] By: jhi                                   on 2000/07/26  23:51:26
43361         Log: Further File::Temp patches from Yitzchak Scott-Thoennes
43362              and Craig A. Berry.
43363      Branch: perl
43364            ! lib/File/Temp.pm pod/perlport.pod
43365 ____________________________________________________________________________
43366 [  6451] By: jhi                                   on 2000/07/26  19:43:30
43367         Log: Be wary of close()s, too.
43368              
43369              Subject: Re: [PATCH] perlbug cleanup
43370              From: Tim Jenness <t.jenness@jach.hawaii.edu>
43371              Date: Wed, 26 Jul 2000 09:32:43 -1000 (HST)
43372              Message-ID: <Pine.LNX.4.10.10007260931540.27658-100000@lapaki.jach.hawaii.edu>
43373      Branch: perl
43374            ! utils/perlbug.PL
43375 ____________________________________________________________________________
43376 [  6450] By: jhi                                   on 2000/07/26  18:41:40
43377         Log: Subject: Minor doc patch: handy.h
43378              From: Daniel =?iso-8859-1?Q?Mui=F1o?= <dmuino@afip.gov.ar>
43379              Date: Wed, 26 Jul 2000 15:34:25 -0300
43380              Message-ID: <397F2F31.F3F9F4F3@afip.gov.ar>
43381      Branch: perl
43382            ! handy.h pod/perlapi.pod
43383 ____________________________________________________________________________
43384 [  6449] By: jhi                                   on 2000/07/26  18:23:55
43385         Log: Subject: [PATCH] minor doc change - perlguts
43386              From: Michael Stevens <mstevens@globnix.org>
43387              Date: Thu, 13 Jul 2000 12:39:18 +0100
43388              Message-ID: <20000713123918.A26561@athenaeum.globnix.org>
43389      Branch: perl
43390            ! pod/perlguts.pod
43391 ____________________________________________________________________________
43392 [  6448] By: jhi                                   on 2000/07/26  18:20:30
43393         Log: open() wariness in perlbug.
43394              
43395              Subject: [PATCH] perlbug cleanup
43396              From: Michael Stevens <mstevens@globnix.org>
43397              Message-ID: <20000713155222.A11380@athenaeum.globnix.org>
43398              Date: Thu, 13 Jul 2000 15:52:23 +0100
43399      Branch: perl
43400            ! utils/perlbug.PL
43401 ____________________________________________________________________________
43402 [  6447] By: jhi                                   on 2000/07/26  18:13:04
43403         Log: File::Temp patches for VMS and OS/2 from Tim Jenness.
43404      Branch: perl
43405            ! lib/File/Temp.pm t/lib/ftmp-security.t
43406 ____________________________________________________________________________
43407 [  6446] By: jhi                                   on 2000/07/26  18:06:32
43408         Log: docfix from Peter Scott <Peter@PSDT.com>.
43409      Branch: perl
43410            ! pod/perlfunc.pod
43411 ____________________________________________________________________________
43412 [  6445] By: jhi                                   on 2000/07/26  17:53:31
43413         Log: Fix *foo{FORMAT}.
43414              
43415              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
43416              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
43417              Date: Wed, 26 Jul 2000 19:51:02 +0200
43418              Message-Id: <20000726194952.41DD.H.M.BRAND@hccnet.nl>
43419              
43420              From: Graham Barr <gbarr@pobox.com>
43421              Subject: Re: Looking for a starting point (Mark-Jason?, Chip?, Jarkko?)
43422              Date: Wed, 26 Jul 2000 17:38:36 +0100
43423              Message-ID: <20000726173836.L472@pobox.com>
43424      Branch: perl
43425            ! pp.c sv.c t/op/gv.t
43426 ____________________________________________________________________________
43427 [  6444] By: jhi                                   on 2000/07/26  17:49:14
43428         Log: Allow "sub AUTOLOAD;" to stop AUTOLOAD inheritance,
43429              from Graham Barr in the module list.
43430      Branch: perl
43431            ! gv.c pod/perlobj.pod
43432 ____________________________________________________________________________
43433 [  6443] By: jhi                                   on 2000/07/26  16:06:56
43434         Log: More split() doc and test patches from Mike Guy.
43435      Branch: perl
43436            ! pod/perlfunc.pod t/op/split.t
43437 ____________________________________________________________________________
43438 [  6442] By: jhi                                   on 2000/07/26  16:05:30
43439         Log: MacOS nits from Matthias Neeracher.
43440      Branch: perl
43441            ! perl.c pp_ctl.c
43442 ____________________________________________________________________________
43443 [  6441] By: jhi                                   on 2000/07/26  04:39:57
43444         Log: Subject: [PATCH] split /^/
43445              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43446              Date: Tue, 25 Jul 2000 14:18:57 +0100
43447              Message-Id: <E13H4bp-00062h-00@libra.cus.cam.ac.uk>
43448              
43449              (with notes from tchrist and gbarr)
43450      Branch: perl
43451            ! pod/perlfunc.pod t/op/split.t
43452 ____________________________________________________________________________
43453 [  6440] By: jhi                                   on 2000/07/26  04:32:32
43454         Log: Subject: [PATCH: perl@6409] bug fix for munchconfig (turned up by CXX)
43455              From: Peter Prymmer <pvhp@forte.com>
43456              Date: Tue, 25 Jul 2000 18:59:16 -0700 (PDT)
43457              Message-ID: <Pine.OSF.4.10.10007251805350.294719-100000@aspara.forte.com>
43458      Branch: perl
43459            ! vms/munchconfig.c
43460 ____________________________________________________________________________
43461 [  6439] By: jhi                                   on 2000/07/26  04:31:01
43462         Log: Make the unimplemented POSIX regex features [[.cc.]] and [[=c=]]
43463              to be fatal errors (instead of by default ignoring them, and
43464              ignoring with a bug: even though -w gave an error, the opening [
43465              was left in)  Reported in:
43466              
43467              Subject: [ID 20000716.024] [=cc=] / [:blank:]
43468              From: Jeffrey Friedl <jfriedl@fummy.dsl.yahoo.com>
43469              Date: Sun, 16 Jul 2000 17:55:29 -0700
43470              Message-Id: <200007170055.RAA23528@fummy.dsl.yahoo.com>
43471      Branch: perl
43472            ! pod/perldiag.pod regcomp.c t/pragma/warn/regcomp
43473 ____________________________________________________________________________
43474 [  6438] By: jhi                                   on 2000/07/25  15:41:15
43475         Log: Subject: [PATCH] av.c apidoc
43476              From: simon@brecon.co.uk (Simon Cozens)
43477              Date: 24 Jul 2000 06:40:52 GMT
43478              Message-ID: <slrn8nnp7k.cgv.simon@justanother.perlhacker.org>
43479      Branch: perl
43480            ! av.c embed.h embed.pl embedvar.h global.sym objXSUB.h
43481            ! perlapi.c perlapi.h pod/perlapi.pod proto.h
43482 ____________________________________________________________________________
43483 [  6437] By: jhi                                   on 2000/07/25  14:05:36
43484         Log: Subject: [ID 20000724.003] Documentation changes for perllocale.pod
43485              From: "Stephen P. Potter" <spp@ds.net>
43486              Date: Mon, 24 Jul 2000 14:22:23 -0400
43487              Message-Id: <200007241822.OAA06827@spp.users.ds.net>
43488      Branch: perl
43489            ! pod/perllocale.pod
43490 ____________________________________________________________________________
43491 [  6436] By: jhi                                   on 2000/07/25  14:02:03
43492         Log: Subject: [PATCH] Make large file tests deal with SIGXFSZ
43493              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43494              Date: Mon, 24 Jul 2000 18:04:28 +0100
43495              Message-Id: <E13GleW-0000fr-00@libra.cus.cam.ac.uk>
43496      Branch: perl
43497            ! t/lib/syslfs.t t/op/lfs.t
43498 ____________________________________________________________________________
43499 [  6435] By: jhi                                   on 2000/07/25  13:59:28
43500         Log: Get UTF16 BOMs working.  Patch from
43501              
43502              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
43503              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43504              Date: Tue, 25 Jul 2000 12:52:45 +0100
43505              Message-Id: <E13H3GP-0004MR-00@libra.cus.cam.ac.uk>
43506              
43507              and notes from
43508              
43509              Subject: Re: [ID 20000719.001] Problem with bleadperl of 7/18/00
43510              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43511              Date: Tue, 25 Jul 2000 11:43:25 +0100
43512              Message-Id: <E13H2BJ-0002nG-00@libra.cus.cam.ac.uk>
43513      Branch: perl
43514            ! t/comp/require.t toke.c utf8.c
43515 ____________________________________________________________________________
43516 [  6434] By: jhi                                   on 2000/07/25  02:39:54
43517         Log: Make the "uninit variable" warning to say "concat or string"
43518              or "join or string" when in concat or join .
43519              
43520              Subject: Re: [ID 20000403.009] uninitialised concatenation???
43521              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43522              Date: Tue, 04 Apr 2000 18:22:58 +0100
43523              Message-Id: <E12cX2Y-000364-00@taurus.cus.cam.ac.uk>
43524              
43525              Subject: [ID 20000330.052] Use of uninitialized value in concatenation (.)
43526              From: William R Ward <hermit@BayView.COM>
43527              Date: Thu, 30 Mar 2000 19:50:03 -0800
43528              Message-Id: <200003310350.TAA13319@komodo.bayview.com>
43529      Branch: perl
43530            ! opcode.h opcode.pl opnames.h pp.sym pp_proto.h
43531            ! t/pragma/warn/op t/pragma/warn/sv
43532 ____________________________________________________________________________
43533 [  6433] By: jhi                                   on 2000/07/24  17:52:56
43534         Log: File::Spec::VMS fixup for tmpdir from Craig Berry.
43535      Branch: perl
43536            ! lib/File/Spec/VMS.pm
43537 ____________________________________________________________________________
43538 [  6432] By: jhi                                   on 2000/07/24  17:44:44
43539         Log: Test cases for #6431.
43540              
43541              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
43542              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43543              Date: Mon, 24 Jul 2000 15:32:29 +0100
43544              Message-Id: <E13GjHR-00058t-00@libra.cus.cam.ac.uk>
43545      Branch: perl
43546            ! t/op/pat.t t/op/split.t
43547 ____________________________________________________________________________
43548 [  6431] By: jhi                                   on 2000/07/24  17:43:17
43549         Log: Bind op fix.
43550              
43551              Subject: Re: [PATCH] [ID 20000716.011] strangeness with split($_ =~ m/.../)
43552              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43553              Date: Mon, 17 Jul 2000 20:04:56 +0100
43554              Message-Id: <E13EGCG-0006oO-00@libra.cus.cam.ac.uk>
43555      Branch: perl
43556            ! op.c
43557 ____________________________________________________________________________
43558 [  6430] By: jhi                                   on 2000/07/24  03:42:42
43559         Log: Subject: [ID 20000716.023] syslog test fails without sockets
43560              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
43561              Date: Sun, 16 Jul 2000 12:07:42 -0700 (PDT)
43562              Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org>
43563      Branch: metaconfig/U/perl
43564            ! Extensions.U
43565      Branch: perl
43566            ! Configure config_h.SH
43567 ____________________________________________________________________________
43568 [  6429] By: jhi                                   on 2000/07/24  03:11:52
43569         Log: Add an optimization for map-maps-a-list-element-to-more-list-elements
43570              case, but add also notes explaining the relationship of this
43571              patch and the earlier notes by Sarathy.
43572              
43573              Subject: Map is still slow
43574              From: "Ben Tilly" <ben_tilly@hotmail.com>
43575              Date: Sat, 15 Jul 2000 17:23:27 EDT
43576              Message-ID: <20000715212327.21656.qmail@hotmail.com>
43577      Branch: perl
43578            ! pp_ctl.c
43579 ____________________________________________________________________________
43580 [  6428] By: jhi                                   on 2000/07/24  02:58:52
43581         Log: Documentation to explain the behaviour of map().
43582              
43583              Subject: Re: Map is still slow 
43584              From: Gurusamy Sarathy <gsar@ActiveState.com>
43585              Date: Sat, 15 Jul 2000 16:05:09 -0700
43586              Message-Id: <200007152305.QAA26887@molotok.activestate.com>
43587      Branch: perl
43588            ! pp_ctl.c
43589 ____________________________________________________________________________
43590 [  6427] By: jhi                                   on 2000/07/24  02:50:03
43591         Log: Add tests for
43592              [ID 19991110.003] another matching finding by pcre author
43593              which has already been fixed by some patch, as verified in
43594              
43595              Subject: Re: two regex bugs from the mists of time (well, last November)
43596              From: Hugo <hv@crypt.compulink.co.uk>
43597              Date: Sat, 22 Jul 2000 18:12:58 +0100
43598              Message-Id: <200007221712.SAA26770@crypt.compulink.co.uk>
43599      Branch: perl
43600            ! t/op/re_tests
43601 ____________________________________________________________________________
43602 [  6426] By: jhi                                   on 2000/07/24  02:11:20
43603         Log: A missing 'break' after the [[:space:]] switch case.
43604              
43605              Subject: [ID 20000718.006] Missing 'break' in regcomp.c
43606              From: "Stephen P. Potter" <spp@ds.net>
43607              Date: Tue, 18 Jul 2000 16:25:17 -0400
43608              Message-Id: <200007182025.QAA28383@spp.users.ds.net>
43609      Branch: perl
43610            ! regcomp.c
43611 ____________________________________________________________________________
43612 [  6425] By: jhi                                   on 2000/07/24  02:06:12
43613         Log: The output might have been produced in the wrong order.
43614              
43615              Subject: [ID 20000720.003] [PATCH] t/op/write.t
43616              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43617              Date: Thu, 20 Jul 2000 18:49:18 +0100
43618              Message-Id: <E13FKRi-0004rF-00@libra.cus.cam.ac.uk>
43619      Branch: perl
43620            ! t/op/write.t
43621 ____________________________________________________________________________
43622 [  6424] By: jhi                                   on 2000/07/24  02:00:07
43623         Log: Use STDOUT consistently.
43624              
43625              Subject: [ID 20000720.002] [PATCH] Consistency of Test::Harness output
43626              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43627              Date: Thu, 20 Jul 2000 18:04:01 +0100
43628              Message-Id: <E13FJjt-0004Jh-00@libra.cus.cam.ac.uk>
43629      Branch: perl
43630            ! lib/Test/Harness.pm
43631 ____________________________________________________________________________
43632 [  6423] By: jhi                                   on 2000/07/24  01:54:54
43633         Log: Protect against "wild next"s, that is, callbacks doing "next"
43634              instead of "return".
43635              
43636              Subject: [PATCH] Re: [ID 20000717.003] Core dump in 5.6.0
43637              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43638              Date: Tue, 18 Jul 2000 11:30:16 +0100
43639              Message-Id: <E13EUdk-0006ha-00@libra.cus.cam.ac.uk>
43640      Branch: perl
43641            ! lib/File/Find.pm
43642 ____________________________________________________________________________
43643 [  6422] By: jhi                                   on 2000/07/24  01:35:47
43644         Log: Out-of-date note removed.
43645              
43646              Subject: [PATCH] documentation perlipc
43647              From: rspier@pobox.com (Robert Spier)
43648              Date: Thu, 20 Jul 2000 19:21:14 -0400 (EDT)
43649              Message-ID: <14711.35178.572612.502654@rls.cx>
43650      Branch: perl
43651            ! pod/perlipc.pod
43652 ____________________________________________________________________________
43653 [  6421] By: jhi                                   on 2000/07/24  00:09:18
43654         Log: Send all installperl messages to STDERR and be -w clean.
43655              
43656              Subject: [PATCH] Re: [ID 20000721.003] installperl stderr/stdout problem
43657              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43658              Date: Sat, 22 Jul 2000 14:02:11 +0100
43659              Message-Id: <E13Fyux-0003Q2-00@libra.cus.cam.ac.uk>
43660      Branch: perl
43661            ! installperl
43662 ____________________________________________________________________________
43663 [  6420] By: jhi                                   on 2000/07/24  00:04:19
43664         Log: Decutandpasto.
43665              
43666              Subject: [PATCH perl-current] 19990607.008 - perlipc.pod
43667              From: "Richard Soderberg" <rs@crystalflame.net>
43668              Date: Sun, 23 Jul 2000 01:37:23 -0700
43669              Message-ID: <NAEKLNAAHLMBPMPNBMLECEIKCBAA.rs@crystalflame.net>
43670      Branch: perl
43671            ! pod/perlipc.pod
43672 ____________________________________________________________________________
43673 [  6419] By: jhi                                   on 2000/07/24  00:01:12
43674         Log: A cleaner abs_path().
43675              Subject: Re: unix alternative to Cwd.pm
43676              From: Jeff Pinyan <jeffp@crusoe.net>
43677              Date: Sun, 23 Jul 2000 17:43:02 -0400 (EDT)
43678              Message-ID: <Pine.GSO.4.21.0007231739120.4304-100000@crusoe.crusoe.net>
43679      Branch: perl
43680            ! lib/Cwd.pm
43681 ____________________________________________________________________________
43682 [  6418] By: jhi                                   on 2000/07/23  23:48:56
43683         Log: Detypo.
43684              
43685              Subject: [PATCH perl-current] Typo in hints/powerux.sh
43686              From: "Richard Soderberg" <rs@crystalflame.net>
43687              Date: Sun, 23 Jul 2000 01:27:33 -0700
43688              Message-ID: <NAEKLNAAHLMBPMPNBMLEOEIJCBAA.rs@crystalflame.net>
43689      Branch: perl
43690            ! hints/powerux.sh
43691 ____________________________________________________________________________
43692 [  6417] By: jhi                                   on 2000/07/17  22:13:31
43693         Log: Subject: SDBM_File documentation
43694              From: mjd@plover.com
43695              Date: 16 Jul 2000 17:41:17 -0000
43696              Message-ID: <20000716174117.18515.qmail@plover.com>
43697      Branch: perl
43698            ! ext/SDBM_File/SDBM_File.pm
43699 ____________________________________________________________________________
43700 [  6416] By: jhi                                   on 2000/07/17  19:13:26
43701         Log: MPE/ix updates for perl 5.6.0 from Mark Bixby.
43702      Branch: perl
43703            ! hints/mpeix.sh mpeix/relink
43704 ____________________________________________________________________________
43705 [  6415] By: jhi                                   on 2000/07/15  14:11:02
43706         Log: Fix the bitvector ops for utf8 (tricky since past 7 bits
43707              the utf8 'characters' can be more than one octet).
43708              
43709              Date: Sat, 15 Jul 2000 00:21:56 +0100
43710              From: Tom Hughes <tom@compton.nu>
43711              Subject: Re: [ID 20000714.002]
43712              Message-ID: <db2334de49.tom@compton.compton.nu>
43713              
43714              Reported in
43715              
43716              Subject: [ID 20000714.002]
43717              From: "Simon Cozens" <simon@othersideofthe.earth.li>
43718              Date: 14 Jul 2000 15:13:09 -0000
43719              Message-Id: <20000714151309.7170.qmail@othersideofthe.earth.li>
43720      Branch: perl
43721            ! doop.c
43722 ____________________________________________________________________________
43723 [  6414] By: jhi                                   on 2000/07/15  03:13:41
43724         Log: another VMS build tweak from Peter Prymmer
43725      Branch: perl
43726            ! vms/descrip_mms.template
43727 ____________________________________________________________________________
43728 [  6413] By: jhi                                   on 2000/07/15  03:10:40
43729         Log: perlvms.pod whitespace cleanup to keep pod utils happy.
43730      Branch: perl
43731            ! vms/perlvms.pod
43732 ____________________________________________________________________________
43733 [  6412] By: jhi                                   on 2000/07/15  00:31:05
43734         Log: More docs for sv functions.
43735              
43736              Subject: [PATCH cfgperl] sv.c apidoc
43737              From: simon@brecon.co.uk (Simon Cozens)
43738              Date: 13 Jul 2000 09:00:20 GMT
43739              Message-ID: <slrn8mr194.2em.simon@justanother.perlhacker.org>
43740              
43741              Subject: Re: [PATCH cfgperl] sv.c apidoc
43742              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43743              Date: Thu, 13 Jul 2000 12:27:41 +0100
43744              Message-Id: <E13Ch9Z-0006QL-00@libra.cus.cam.ac.uk>
43745              
43746              Subject: Re: [PATCH cfgperl] sv.c apidoc
43747              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
43748              Date: Thu, 13 Jul 2000 13:23:09 +0100
43749              Message-Id: <E13Ci1F-0007WR-00@libra.cus.cam.ac.uk>
43750              
43751              Subject: Re: [PATCH cfgperl] sv.c apidoc
43752              From: simon@brecon.co.uk (Simon Cozens)
43753              Date: 14 Jul 2000 06:51:02 GMT
43754              Message-ID: <slrn8mte2m.1qo.simon@justanother.perlhacker.org>
43755      Branch: perl
43756            ! embed.pl pod/perlapi.pod sv.c
43757 ____________________________________________________________________________
43758 [  6411] By: jhi                                   on 2000/07/15  00:10:41
43759         Log: lib/b test fixes from Peter Prymmer.
43760      Branch: perl
43761            ! t/lib/b.t
43762 ____________________________________________________________________________
43763 [  6410] By: jhi                                   on 2000/07/15  00:02:09
43764         Log: Subject: [docpatch] Re: [ID 19991002.011] perldoc -f shift
43765              From: Hugo <hv@crypt.compulink.co.uk>
43766              Date: Fri, 14 Jul 2000 23:05:20 +0100
43767              Message-Id: <200007142205.XAA17882@crypt.compulink.co.uk>
43768              
43769              Didn't anymore apply, but that point still could use another fix.
43770      Branch: perl
43771            ! pod/perlfunc.pod
43772 ____________________________________________________________________________
43773 [  6409] By: jhi                                   on 2000/07/14  23:15:15
43774         Log: thinko fix in vms/descrip_mms.template, the win32.pod in lib,
43775              not in pod, from Peter Prymmer
43776      Branch: perl
43777            ! vms/descrip_mms.template
43778 ____________________________________________________________________________
43779 [  6408] By: jhi                                   on 2000/07/14  20:35:05
43780         Log: The bug report
43781              [ID 19991110.002] minimal matching discrepancy found by pcre author
43782              seems to have been fixed (though differently from what was suggested
43783              in the report) in 5.6.0.  Add tests to keep the bug from reappearing.
43784      Branch: perl
43785            ! t/op/re_tests
43786 ____________________________________________________________________________
43787 [  6407] By: jhi                                   on 2000/07/14  17:38:08
43788         Log: Fix AutoSplit to use File::Spec the right way in VMS,
43789              from Peter Prymmer.
43790      Branch: perl
43791            ! lib/AutoSplit.pm
43792 ____________________________________________________________________________
43793 [  6406] By: jhi                                   on 2000/07/14  14:13:22
43794         Log: Merge perlhacktut into perlhack, update perlguts.
43795              
43796              Subject: Re: Perlhacktut
43797              From: simon@brecon.co.uk (Simon Cozens)
43798              Date: 14 Jul 2000 06:49:21 GMT
43799              Message-ID: <slrn8mtdvh.1qo.simon@justanother.perlhacker.org>
43800              
43801              Subject: Re: Perlhacktut
43802              From: simon@brecon.co.uk (Simon Cozens)
43803              Date: 14 Jul 2000 07:09:45 GMT
43804              Message-ID: <slrn8mtf5p.1qo.simon@justanother.perlhacker.org>
43805      Branch: perl
43806            ! pod/perlguts.pod pod/perlhack.pod
43807 ____________________________________________________________________________
43808 [  6405] By: jhi                                   on 2000/07/14  14:02:31
43809         Log: Integrate with Sarathy.
43810      Branch: cfgperl
43811           !> doop.c embed.h embed.pl embedvar.h ext/IPC/SysV/Makefile.PL
43812           !> intrpvar.h lib/ExtUtils/MM_Unix.pm mg.c op.c perlapi.h
43813           !> pod/perlapi.pod pp.c proto.h sv.h thread.h toke.c util.c
43814 ____________________________________________________________________________
43815 [  6404] By: gsar                                  on 2000/07/14  12:15:02
43816         Log: PERL_OBJECT build tweaks
43817      Branch: perl
43818            ! toke.c
43819 ____________________________________________________________________________
43820 [  6403] By: gsar                                  on 2000/07/14  11:23:41
43821         Log: inconsistent types needs casts
43822      Branch: perl
43823            ! toke.c
43824 ____________________________________________________________________________
43825 [  6402] By: gsar                                  on 2000/07/14  11:12:04
43826         Log: typos in change#6399, regen headers
43827      Branch: perl
43828            ! doop.c embed.h embedvar.h perlapi.h pod/perlapi.pod proto.h
43829 ____________________________________________________________________________
43830 [  6401] By: gsar                                  on 2000/07/14  10:59:12
43831         Log: typecasts needed for change#6394
43832      Branch: perl
43833            ! toke.c
43834 ____________________________________________________________________________
43835 [  6400] By: gsar                                  on 2000/07/14  10:49:37
43836         Log: integrate cfgperl contents into mainline
43837      Branch: perl
43838           !> Configure MANIFEST config_h.SH embed.pl global.sym proto.h
43839           !> regcomp.c regexec.c t/op/re_tests toke.c vms/subconfigure.com
43840 ____________________________________________________________________________
43841 [  6399] By: gsar                                  on 2000/07/14  10:38:35
43842         Log: enable UTF-16 filter by default if relevant BOM is seen; various
43843              cleanups (typos, misformatted code, and small bugs)
43844      Branch: perl
43845            ! doop.c embed.pl mg.c op.c pp.c toke.c
43846 ____________________________________________________________________________
43847 [  6398] By: gsar                                  on 2000/07/14  08:55:38
43848         Log: rename totally bletcherous SvLOCK() thingy (doesn't do what the
43849              name suggests anyway)
43850      Branch: perl
43851            ! ext/IPC/SysV/Makefile.PL sv.h thread.h util.c
43852 ____________________________________________________________________________
43853 [  6397] By: gsar                                  on 2000/07/14  08:44:33
43854         Log: move new variables to the end of the interpreter structure (for
43855              bincompat in code that doesn't #include XSUB.h)
43856      Branch: perl
43857            ! intrpvar.h
43858 ____________________________________________________________________________
43859 [  6396] By: gsar                                  on 2000/07/14  08:13:58
43860         Log: MakeMaker should not remove editor backups (*~) on `make clean`
43861              by default (completes change#6383)
43862      Branch: perl
43863            ! lib/ExtUtils/MM_Unix.pm
43864 ____________________________________________________________________________
43865 [  6395] By: jhi                                   on 2000/07/14  05:20:33
43866         Log: Replace change #6337 with a better one.
43867              
43868              Subject: Re: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
43869              From: Hugo <hv@crypt.compulink.co.uk>
43870              Date: Fri, 14 Jul 2000 04:16:20 +0100
43871              Message-Id: <200007140316.EAA15857@crypt.compulink.co.uk>
43872      Branch: cfgperl
43873            ! regexec.c t/op/re_tests
43874 ____________________________________________________________________________
43875 [  6394] By: jhi                                   on 2000/07/14  01:33:59
43876         Log: Fix the BOM bug: not a byteorder bug, a signedness bug.
43877      Branch: cfgperl
43878            ! embed.pl global.sym proto.h toke.c
43879 ____________________________________________________________________________
43880 [  6393] By: jhi                                   on 2000/07/13  23:41:23
43881         Log: remove discarded test
43882      Branch: cfgperl
43883            ! MANIFEST
43884 ____________________________________________________________________________
43885 [  6392] By: jhi                                   on 2000/07/13  23:32:25
43886         Log: The {multiplier} of a fixed substring was overlooked which
43887              caused a wrong initial search offset for that substring.
43888              
43889              Subject: [PATCH 5.6.0] Re: [ID 20000613.001] Regex works in v5.005_03 but fails in v5.06
43890              From: Hugo <hv@crypt.compulink.co.uk>
43891              Message-Id: <200007131827.TAA14487@crypt.compulink.co.uk>
43892              Date: Thu, 13 Jul 2000 19:27:13 +0100
43893      Branch: cfgperl
43894            ! regcomp.c t/op/re_tests
43895 ____________________________________________________________________________
43896 [  6391] By: jhi                                   on 2000/07/13  16:37:42
43897         Log: typo fix from Craig Berry
43898      Branch: cfgperl
43899            ! vms/subconfigure.com
43900 ____________________________________________________________________________
43901 [  6390] By: jhi                                   on 2000/07/13  13:20:12
43902         Log: Integrate with Sarathy.
43903      Branch: cfgperl
43904            - t/op/method2entersub.t
43905           !> Changes Configure Makefile.SH ext/IPC/SysV/Makefile.PL
43906           !> pod/perldelta.pod sv.c t/lib/english.t t/lib/selfloader.t
43907           !> t/op/sprintf.t toke.c win32/Makefile win32/config_h.PL
43908           !> win32/makefile.mk win32/win32sck.c x2p/Makefile.SH
43909 ____________________________________________________________________________
43910 [  6389] By: jhi                                   on 2000/07/13  13:18:48
43911         Log: Detypo from Peter Prymmer, part of #6388.
43912      Branch: cfgperl
43913            ! Configure config_h.SH
43914      Branch: metaconfig
43915            ! U/modified/d_longlong.U
43916 ____________________________________________________________________________
43917 [  6388] By: gsar                                  on 2000/07/13  06:33:40
43918         Log: typos (spotted by Peter Prymmer)
43919      Branch: perl
43920            ! Configure t/lib/english.t
43921 ____________________________________________________________________________
43922 [  6387] By: gsar                                  on 2000/07/13  05:35:28
43923         Log: new selfloader.t in change#6183 doesn't close DATA handles,
43924              and thus fails to clean up tmp files on dosish platforms
43925      Branch: perl
43926            ! t/lib/selfloader.t
43927 ____________________________________________________________________________
43928 [  6386] By: gsar                                  on 2000/07/12  21:42:39
43929         Log: sprintf test tweaks (from Dominic Dunlop)
43930      Branch: perl
43931            ! t/op/sprintf.t
43932 ____________________________________________________________________________
43933 [  6385] By: gsar                                  on 2000/07/12  21:33:46
43934         Log: fix bugs in processing %v-*d and similar format specs (from
43935              Avi Finkel <avi@finkel.org>)
43936      Branch: perl
43937            ! sv.c t/op/sprintf.t
43938 ____________________________________________________________________________
43939 [  6384] By: gsar                                  on 2000/07/12  16:04:19
43940         Log: readd missing perldelta.pod changes from changes#6339,6376
43941      Branch: perl
43942            ! pod/perldelta.pod
43943 ____________________________________________________________________________
43944 [  6383] By: gsar                                  on 2000/07/12  16:00:51
43945         Log: don't clobber *.orig files on *clean targets
43946      Branch: perl
43947            ! Makefile.SH ext/IPC/SysV/Makefile.PL x2p/Makefile.SH
43948 ____________________________________________________________________________
43949 [  6382] By: gsar                                  on 2000/07/12  07:59:12
43950         Log: fix broken integrations in cfgperl
43951      Branch: cfgperl
43952           !> Changes pod/perldelta.pod
43953 ____________________________________________________________________________
43954 [  6381] By: gsar                                  on 2000/07/12  07:42:17
43955         Log: integrate cfgperl changes into mainline
43956      Branch: perl
43957            ! Changes
43958           !> Configure config_h.SH pod/perlbook.pod pod/perldelta.pod
43959           !> pod/perlre.pod
43960 ____________________________________________________________________________
43961 [  6380] By: gsar                                  on 2000/07/12  07:31:00
43962         Log: get sprintf.t to adjust properly for 3-digit exponents
43963      Branch: perl
43964            ! t/op/sprintf.t
43965 ____________________________________________________________________________
43966 [  6379] By: gsar                                  on 2000/07/12  06:40:04
43967         Log: change#6174 needs corresponding change in win32/config_h.PL,
43968              which grovels through config_h.SH to find the config.h name
43969      Branch: perl
43970            ! win32/config_h.PL
43971 ____________________________________________________________________________
43972 [  6378] By: jhi                                   on 2000/07/12  05:03:59
43973         Log: Do the cc sanity check both before the hints and
43974              after the cc selction.
43975      Branch: cfgperl
43976            ! Configure config_h.SH
43977      Branch: metaconfig
43978            ! U/modified/Oldconfig.U U/modified/cc.U
43979      Branch: metaconfig/U/perl
43980            + Checkcc.U
43981 ____________________________________________________________________________
43982 [  6377] By: jhi                                   on 2000/07/12  02:49:22
43983         Log: Fix nits noticed by Boston.pm.
43984      Branch: cfgperl
43985            ! pod/perlre.pod
43986 ____________________________________________________________________________
43987 [  6376] By: jhi                                   on 2000/07/11  21:22:13
43988         Log: Configure cosmetics and perldelta.
43989      Branch: cfgperl
43990            ! Configure config_h.SH pod/perldelta.pod
43991      Branch: metaconfig
43992            ! U/modified/cc.U
43993 ____________________________________________________________________________
43994 [  6375] By: gsar                                  on 2000/07/11  21:17:35
43995         Log: windows build tweaks (op/sprintf.t still fails tests 120-121, 149)
43996      Branch: perl
43997            ! t/op/sprintf.t win32/Makefile win32/makefile.mk
43998            ! win32/win32sck.c
43999 ____________________________________________________________________________
44000 [  6374] By: gsar                                  on 2000/07/11  20:48:50
44001         Log: tweak for build failure under multiplicity
44002      Branch: perl
44003            ! toke.c
44004 ____________________________________________________________________________
44005 [  6373] By: gsar                                  on 2000/07/11  20:37:23
44006         Log: integrate cfgperl changes#6325..6373 into mainline
44007              (NOTE: today's batch of integrations still untested)
44008      Branch: perl
44009           +> ext/DynaLoader/hints/netbsd.pl
44010            ! Changes
44011           !> (integrate 26 files)
44012 ____________________________________________________________________________
44013 [  6372] By: jhi                                   on 2000/07/11  20:30:36
44014         Log: Reintroduce perlbook (updated for Mk III), introduce perlposix-bc,
44015              regen perltoc.
44016      Branch: cfgperl
44017            + pod/perlbook.pod
44018            ! MANIFEST pod/Makefile.SH pod/buildtoc.PL pod/perl.pod
44019            ! pod/perltoc.pod
44020 ____________________________________________________________________________
44021 [  6371] By: jhi                                   on 2000/07/11  20:08:56
44022         Log: Minor cleanups on the booklist.
44023      Branch: cfgperl
44024            ! pod/perlfaq2.pod
44025 ____________________________________________________________________________
44026 [  6370] By: jhi                                   on 2000/07/11  19:31:13
44027         Log: mjd's tr patches "broke" tr/z-Z/z-Z/
44028      Branch: cfgperl
44029            ! t/pragma/overload.t
44030 ____________________________________________________________________________
44031 [  6369] By: gsar                                  on 2000/07/11  19:27:48
44032         Log: integrate cfgperl changes#6293..6324 into mainline
44033      Branch: perl
44034           +> lib/Win32.pod lib/lib_pm.PL pod/Makefile.SH pod/buildtoc.PL
44035            - lib/lib.pm.PL pod/Makefile pod/Win32.pod pod/buildtoc
44036           !> (integrate 30 files)
44037 ____________________________________________________________________________
44038 [  6368] By: gsar                                  on 2000/07/11  19:18:57
44039         Log: skip integrate of problematic change#6292 from cfgperl into mainline
44040      Branch: perl
44041           !> pp_hot.c
44042 ____________________________________________________________________________
44043 [  6367] By: gsar                                  on 2000/07/11  19:17:21
44044         Log: integrate cfgperl changes#6288..6290 into mainline
44045      Branch: perl
44046           !> lib/File/Spec/Functions.pm lib/File/Spec/OS2.pm
44047 ____________________________________________________________________________
44048 [  6366] By: gsar                                  on 2000/07/11  19:11:18
44049         Log: integrate cfgperl changes#6268..6282 into mainline
44050      Branch: perl
44051           !> (integrate 30 files)
44052 ____________________________________________________________________________
44053 [  6365] By: gsar                                  on 2000/07/11  18:57:00
44054         Log: delete new accidentally branched file
44055      Branch: perl
44056            - t/op/method2entersub.t
44057 ____________________________________________________________________________
44058 [  6364] By: gsar                                  on 2000/07/11  18:55:13
44059         Log: skip integrate of change#6267 from cfgperl into mainline (the
44060              method call optimization is flawed without additional hints
44061              from user about immutableness of @ISA and no runtime method
44062              definitions)
44063      Branch: perl
44064           +> t/op/method2entersub.t
44065           !> MANIFEST embed.pl lib/ExtUtils/Install.pm lib/base.pm op.c
44066           !> perl.h t/op/sprintf.t xsutils.c
44067 ____________________________________________________________________________
44068 [  6363] By: gsar                                  on 2000/07/11  18:49:43
44069         Log: integrate cfgperl changes#6261..6266 into mainline
44070      Branch: perl
44071           !> README.epoc cygwin/Makefile.SHs doop.c epoc/config.sh
44072           !> epoc/createpkg.pl epoc/epocish.c epoc/epocish.h
44073           !> ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
44074           !> hints/bsdos.sh pod/perldiag.pod t/comp/require.t toke.c
44075 ____________________________________________________________________________
44076 [  6362] By: gsar                                  on 2000/07/11  18:43:26
44077         Log: integrate cfgperl changes#6252..6260 into mainline
44078      Branch: perl
44079           !> MANIFEST doop.c embed.h embed.pl embedvar.h lib/Exporter.pm
44080           !> lib/IPC/Open3.pm objXSUB.h op.c pod/perlfunc.pod pp.c
44081           !> pp_proto.h proto.h sv.c t/op/my_stash.t t/op/pack.t t/op/tr.t
44082           !> t/pragma/constant.t t/pragma/warn/op t/pragma/warn/regcomp
44083 ____________________________________________________________________________
44084 [  6361] By: gsar                                  on 2000/07/11  18:37:12
44085         Log: skip integrate of problematic change#6251 from cfgperl into mainline
44086      Branch: perl
44087           !> lib/Exporter.pm
44088 ____________________________________________________________________________
44089 [  6360] By: gsar                                  on 2000/07/11  18:34:56
44090         Log: integrate cfgperl change#6250 into mainline
44091      Branch: perl
44092           +> t/op/my_stash.t
44093           !> MANIFEST embed.pl proto.h toke.c
44094 ____________________________________________________________________________
44095 [  6359] By: gsar                                  on 2000/07/11  18:21:19
44096         Log: integrate cfgperl changes#6242..6249 into mainline
44097      Branch: perl
44098           !> embed.h embed.pl embedvar.h ext/DynaLoader/DynaLoader_pm.PL
44099           !> gv.c lib/File/Spec.pm lib/IPC/Open3.pm objXSUB.h perlapi.c
44100           !> perlapi.h pod/perlapi.pod pod/perlfunc.pod pod/perlintern.pod
44101           !> pp_proto.h proto.h sv.c t/lib/filefunc.t t/lib/filespec.t
44102           !> t/lib/peek.t utf8.c
44103 ____________________________________________________________________________
44104 [  6358] By: gsar                                  on 2000/07/11  18:15:45
44105         Log: skip integrate of problematic change#6241 from cfgperl into mainline
44106      Branch: perl
44107           !> regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
44108 ____________________________________________________________________________
44109 [  6357] By: jhi                                   on 2000/07/11  18:15:16
44110         Log: Fix for
44111              Subject: [ID 20000711.005] spurious uninit warning with msgrcv()
44112              From: Roderick Schertler <roderick@argon.org> 
44113              Date: Tue, 11 Jul 2000 13:55:05 -0400 
44114              Message-Id: <200007111755.NAA05077@jones.argon.org> 
44115      Branch: cfgperl
44116            ! doio.c
44117 ____________________________________________________________________________
44118 [  6356] By: jhi                                   on 2000/07/11  18:12:51
44119         Log: Typo in #6341.
44120      Branch: cfgperl
44121            ! pp_hot.c
44122 ____________________________________________________________________________
44123 [  6355] By: gsar                                  on 2000/07/11  18:12:10
44124         Log: integrate cfgperl changes#6231..6240 into mainline
44125      Branch: perl
44126           +> pod/perlutil.pod
44127           !> (integrate 35 files)
44128 ____________________________________________________________________________
44129 [  6354] By: jhi                                   on 2000/07/11  18:04:34
44130         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive, take 2
44131              From: Dominic Dunlop <domo@computer.org> 
44132              Date: Tue, 11 Jul 2000 12:27:33 +0200 
44133              Message-Id: <p04320405b590a14d4650@[192.168.1.4]> 
44134              
44135              Replaces change #6268.
44136      Branch: cfgperl
44137            ! t/op/sprintf.t
44138 ____________________________________________________________________________
44139 [  6353] By: gsar                                  on 2000/07/11  17:59:51
44140         Log: skip integrate of problematic change#6230 from cfgperl into mainline
44141              (a later version of File::Spec is already in mainline)
44142      Branch: perl
44143           !> lib/File/Spec.pm lib/File/Spec/Functions.pm
44144           !> lib/File/Spec/OS2.pm t/lib/filefunc.t t/lib/filespec.t
44145 ____________________________________________________________________________
44146 [  6352] By: gsar                                  on 2000/07/11  17:57:48
44147         Log: integrate cfgperl changes#6224..6229 into mainline
44148      Branch: perl
44149           +> lib/lib.pm.PL
44150            - lib/lib.pm
44151           !> MANIFEST Makefile.SH README.hpux embed.pl ext/Socket/Socket.pm
44152           !> lib/English.pm op.c t/lib/english.t
44153 ____________________________________________________________________________
44154 [  6351] By: gsar                                  on 2000/07/11  17:50:10
44155         Log: skip integrate of problematic change#6223 from cfgperl into mainline
44156      Branch: perl
44157           !> doio.c
44158 ____________________________________________________________________________
44159 [  6350] By: gsar                                  on 2000/07/11  17:48:28
44160         Log: integrate cfgperl changes#6220..6222 into mainline
44161      Branch: perl
44162           !> doop.c embed.pl lib/Pod/Usage.pm makedef.pl pod/perlop.pod
44163           !> toke.c utf8.c win32/win32.h
44164 ____________________________________________________________________________
44165 [  6349] By: gsar                                  on 2000/07/11  17:46:13
44166         Log: skip integrate of problematic changes#6218..6219 from cfgperl into
44167              mainline
44168      Branch: perl
44169           !> bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
44170           !> ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
44171           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
44172 ____________________________________________________________________________
44173 [  6348] By: jhi                                   on 2000/07/11  17:45:49
44174         Log: README.posix-bc podified from Thomas Dorner.
44175      Branch: cfgperl
44176            ! README.posix-bc
44177 ____________________________________________________________________________
44178 [  6347] By: gsar                                  on 2000/07/11  17:42:04
44179         Log: integrate cfgperl change#6217 into mainline
44180      Branch: perl
44181           !> Configure config_h.SH doio.c embed.h embed.pl embedvar.h gv.c
44182           !> intrpvar.h objXSUB.h perl.c perlapi.h pp.c pp_ctl.c proto.h
44183           !> sv.h util.c util.h vmesa/vmesa.c win32/win32.c
44184 ____________________________________________________________________________
44185 [  6346] By: gsar                                  on 2000/07/11  17:39:37
44186         Log: skip integrate of problematic changes#6211..6212 from cfgperl into
44187              mainline
44188      Branch: perl
44189           !> embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm ext/B/defsubs_h.PL
44190           !> ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
44191           !> ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
44192           !> perlapi.h pod/perlapi.pod
44193 ____________________________________________________________________________
44194 [  6345] By: gsar                                  on 2000/07/11  17:36:42
44195         Log: integrate cfgperl changes#6207..6210 into mainline
44196      Branch: perl
44197           !> doio.c embed.h embed.pl gv.c intrpvar.h objXSUB.h perl.c pp.c
44198           !> pp_ctl.c proto.h sv.h util.c vmesa/vmesa.c win32/win32.c
44199 ____________________________________________________________________________
44200 [  6344] By: gsar                                  on 2000/07/11  17:31:20
44201         Log: skip integrate of problematic changes#6204..6206 from cfgperl into
44202              mainline
44203      Branch: perl
44204           !> (integrate 40 files)
44205 ____________________________________________________________________________
44206 [  6343] By: gsar                                  on 2000/07/11  17:19:08
44207         Log: integrate cfgperl changes#6174..6203 into mainline (first of several)
44208      Branch: perl
44209           +> Makefile.micro README.micro Todo.micro uconfig.h uconfig.sh
44210            ! Changes
44211           !> (integrate 34 files)
44212 ____________________________________________________________________________
44213 [  6342] By: jhi                                   on 2000/07/11  16:05:48
44214         Log: Subject: [ID 20000710.002] fatal error or memory loss when deleting symbols in evaled code with syntax errors
44215              To: perl5-porters@perl.org
44216              From: Karsten Sperling <spiff@phreax.net>
44217              Date: Mon, 10 Jul 2000 15:12:52 +0200
44218              Message-Id: <200007101315.e6ADFrg21041@chthon.perl.com>
44219      Branch: cfgperl
44220            ! lib/Symbol.pm
44221 ____________________________________________________________________________
44222 [  6341] By: jhi                                   on 2000/07/11  15:59:23
44223         Log: Subject: Re: [ID 20000704.002] [PATCH] memory leak with debug / anon subs
44224              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44225              Message-Id: <E13AbRE-00009T-00@libra.cus.cam.ac.uk>
44226              Date: Fri, 07 Jul 2000 17:57:16 +0100
44227      Branch: cfgperl
44228            ! pp_hot.c
44229 ____________________________________________________________________________
44230 [  6340] By: jhi                                   on 2000/07/11  15:55:47
44231         Log: Subject: Re: format bug report  [Patch]
44232              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44233              Date: Wed, 05 Jul 2000 13:12:52 +0200
44234              Message-Id: <20000705130745.67BF.H.M.BRAND@hccnet.nl>
44235              
44236              Subject: Re: format bug report  [Patch]
44237              From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
44238              Date: Wed, 05 Jul 2000 14:10:01 +0200
44239              Message-Id: <20000705140837.73C2.H.M.BRAND@hccnet.nl>
44240      Branch: cfgperl
44241            ! t/op/write.t toke.c
44242 ____________________________________________________________________________
44243 [  6339] By: jhi                                   on 2000/07/11  13:54:09
44244         Log: Be less forgiving about ambiguous and illegal tr ranges.
44245              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
44246              From: Mark-Jason Dominus <mjd@plover.com>
44247              Date: Tue, 04 Jul 2000 10:00:12 -0400
44248              Message-ID: <20000704140012.17772.qmail@plover.com>
44249              
44250              Subject: Re: [ID 20000703.001] tr/// operator understands multiple hyphens in a bizarre way 
44251              From: Mark-Jason Dominus <mjd@plover.com>
44252              Date: Wed, 05 Jul 2000 09:37:36 -0400
44253              Message-ID: <20000705133736.27293.qmail@plover.com>
44254      Branch: cfgperl
44255            ! pod/perldelta.pod pod/perldiag.pod t/op/tr.t toke.c
44256 ____________________________________________________________________________
44257 [  6338] By: jhi                                   on 2000/07/11  13:31:24
44258         Log: Subject: [PATCH] Re: "%#p" format specifier: document and test or not?
44259              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44260              Date: Tue, 11 Jul 2000 13:50:51 +0100
44261              Message-Id: <E13BzUx-00033c-00@libra.cus.cam.ac.uk>
44262      Branch: cfgperl
44263            ! sv.c
44264 ____________________________________________________________________________
44265 [  6337] By: jhi                                   on 2000/07/11  13:29:14
44266         Log: Subject: [PATCH] [ID 20000701.002] Regular Expressions Not Unsetting $1 Vars When Backtracking 
44267              From: Hugo <hv@crypt.compulink.co.uk>
44268              Date: Tue, 11 Jul 2000 12:44:50 +0100
44269              Message-Id: <200007111144.MAA04446@crypt.compulink.co.uk>
44270      Branch: cfgperl
44271            ! regexec.c t/op/re_tests
44272 ____________________________________________________________________________
44273 [  6336] By: jhi                                   on 2000/07/11  13:26:47
44274         Log: Subject: [PATCH cfgperl] $& segfaults if you trick it
44275              From: simon@brecon.co.uk (Simon Cozens)
44276              Date: 7 Jul 2000 11:26:09 GMT
44277              Message-ID: <slrn8mbfif.ead.simon@justanother.perlhacker.org>
44278      Branch: cfgperl
44279            ! mg.c
44280 ____________________________________________________________________________
44281 [  6335] By: jhi                                   on 2000/07/11  13:23:37
44282         Log: Subject: [ID 20000705.002] problem with perl 5.6.0 on NetBSD/sparc
44283              From: Hubert Feyrer <feyrer@rfhs8012.fh-regensburg.de>
44284              Date: Wed, 5 Jul 2000 14:56:43 +0200 (MET DST)
44285              Message-Id: <Pine.GSO.4.10.10007051452330.29215-100000@rfhpc8320.fh-regensburg.de>
44286      Branch: cfgperl
44287            + ext/DynaLoader/hints/netbsd.pl
44288            ! MANIFEST ext/DynaLoader/hints/openbsd.pl
44289 ____________________________________________________________________________
44290 [  6334] By: jhi                                   on 2000/07/11  13:20:38
44291         Log: Subject: PATCH perlguts.pod: Document D and d magic types
44292              From: mjd@plover.com
44293              Date: 5 Jul 2000 18:01:51 -0000
44294              Message-ID: <20000705180151.29413.qmail@plover.com>
44295      Branch: cfgperl
44296            ! pod/perlguts.pod
44297 ____________________________________________________________________________
44298 [  6333] By: jhi                                   on 2000/07/11  13:15:51
44299         Log: Precedence goof, fix based on
44300              Subject: [PATCH 5.6.0] op/taint.t continues on failed shmget()
44301              From: Hugo <hv@crypt.compulink.co.uk>
44302              Date: Tue, 11 Jul 2000 12:52:38 +0100
44303              Message-Id: <200007111152.MAA05488@crypt.compulink.co.uk>
44304      Branch: cfgperl
44305            ! t/op/taint.t
44306 ____________________________________________________________________________
44307 [  6332] By: jhi                                   on 2000/07/11  12:40:17
44308         Log: Integrate with Sarathy.
44309      Branch: cfgperl
44310           !> win32/win32sck.c
44311 ____________________________________________________________________________
44312 [  6331] By: jhi                                   on 2000/07/10  20:14:16
44313         Log: Sprinkle ldlibpath.
44314      Branch: cfgperl
44315            ! pod/Makefile.SH
44316 ____________________________________________________________________________
44317 [  6330] By: jhi                                   on 2000/07/10  17:54:49
44318         Log: More POSIX.pod tweaks.
44319      Branch: cfgperl
44320            ! ext/POSIX/POSIX.pod
44321 ____________________________________________________________________________
44322 [  6329] By: jhi                                   on 2000/07/10  14:02:12
44323         Log: Reorder perl.pod once more.
44324      Branch: cfgperl
44325            ! pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
44326 ____________________________________________________________________________
44327 [  6328] By: gsar                                  on 2000/07/10  07:06:00
44328         Log: accept() leaks memory on windows due to incorrect ordering of
44329              closesocket() and fclose() calls
44330      Branch: perl
44331            ! win32/win32sck.c
44332 ____________________________________________________________________________
44333 [  6327] By: gsar                                  on 2000/07/10  06:49:17
44334         Log: winsock options weren't being set in all threads under ithreads
44335              (caused send()s from second and subsequent threads to fail)
44336      Branch: perl
44337            ! win32/win32sck.c
44338 ____________________________________________________________________________
44339 [  6326] By: jhi                                   on 2000/07/08  02:45:40
44340         Log: Fix a nit spotted by 64bit IRIX compilation: a (64-bit) pointer
44341              was cast to an unsigned (32-bit) integer with wild abandon.
44342      Branch: cfgperl
44343            ! ext/Devel/DProf/DProf.xs
44344 ____________________________________________________________________________
44345 [  6325] By: jhi                                   on 2000/07/07  18:50:33
44346         Log: Remove perlbook, update perlfaq book listing,
44347              rearrange perl.pod, regenerate perltoc.
44348      Branch: cfgperl
44349            - pod/perlbook.pod
44350            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perldiag.pod
44351            ! pod/perlfaq2.pod pod/perltoc.pod
44352 ____________________________________________________________________________
44353 [  6324] By: jhi                                   on 2000/07/07  14:03:40
44354         Log: Fix the alignment problem in Crays ([ID 20000612.002]).
44355      Branch: cfgperl
44356            ! sv.h toke.c
44357 ____________________________________________________________________________
44358 [  6323] By: jhi                                   on 2000/07/06  16:03:55
44359         Log: Fix complaints of buildtoc.
44360      Branch: cfgperl
44361            + lib/Win32.pod
44362            - pod/Win32.pod
44363            ! MANIFEST pod/buildtoc.PL pod/perl.pod pod/perltoc.pod
44364 ____________________________________________________________________________
44365 [  6322] By: jhi                                   on 2000/07/06  15:15:52
44366         Log: Add =head1 NAMEs so that buildtoc is happy.
44367              (The CGI::Util nit reported to Lincoln.)
44368      Branch: cfgperl
44369            ! ext/B/B/Stash.pm lib/CGI/Util.pm lib/warnings/register.pm
44370            ! pod/perltoc.pod
44371 ____________________________________________________________________________
44372 [  6321] By: jhi                                   on 2000/07/06  03:16:04
44373         Log: Config is being used.
44374      Branch: cfgperl
44375            ! t/op/method.t
44376 ____________________________________________________________________________
44377 [  6320] By: jhi                                   on 2000/07/06  03:13:13
44378         Log: Integrate with Sarathy.
44379      Branch: cfgperl
44380           !> lib/perl5db.pl win32/perllib.c win32/vdir.h win32/win32sck.c
44381 ____________________________________________________________________________
44382 [  6319] By: jhi                                   on 2000/07/06  03:11:46
44383         Log: Autogenerate pod/Makefile and pod/buildtoc.
44384              buildtoc also checks whether the existin pods are
44385              mentioned in MANIFEST and perl.pod, and vice versa.
44386              (None of the thusly found discrepancies fixed yet.)
44387              roffitall also needs to be autogenerated similarly but it
44388              seems so badly out of date that I didn't touch it yet.
44389      Branch: cfgperl
44390            + pod/Makefile.SH pod/buildtoc.PL
44391            - pod/Makefile pod/buildtoc
44392            ! MANIFEST Makefile.SH pod/perl.pod pod/perltoc.pod
44393 ____________________________________________________________________________
44394 [  6318] By: gsar                                  on 2000/07/05  22:10:54
44395         Log: fix UNC path handling on Windows under ithreads, and chdir()
44396              return value when given a non-existent directory
44397      Branch: perl
44398            ! win32/vdir.h
44399 ____________________________________________________________________________
44400 [  6317] By: gsar                                  on 2000/07/05  22:08:19
44401         Log: winsock cleanup never done on Windows (leads to handle leaks)
44402      Branch: perl
44403            ! win32/perllib.c win32/win32sck.c
44404 ____________________________________________________________________________
44405 [  6316] By: gsar                                  on 2000/07/05  22:06:19
44406         Log: some debugger output does not go to the socket when RemotePort is set
44407      Branch: perl
44408            ! lib/perl5db.pl
44409 ____________________________________________________________________________
44410 [  6315] By: jhi                                   on 2000/07/05  00:25:21
44411         Log: Integrate with Sarathy, preliminary fix for unicos
44412              alignment problems in [ID 20000612.002] Perl problem on Cray system.
44413      Branch: cfgperl
44414            ! sv.h
44415           !> pp_hot.c
44416 ____________________________________________________________________________
44417 [  6314] By: gsar                                  on 2000/07/04  23:34:02
44418         Log: tyop in change#6306
44419      Branch: perl
44420            ! pp_hot.c
44421 ____________________________________________________________________________
44422 [  6313] By: jhi                                   on 2000/07/04  22:14:38
44423         Log: Multiline string literals ENONPORTABLE.
44424      Branch: cfgperl
44425            ! pp_hot.c
44426 ____________________________________________________________________________
44427 [  6312] By: jhi                                   on 2000/07/04  20:34:44
44428         Log: Integrate with Sarathy.
44429      Branch: cfgperl
44430           !> pod/perldelta.pod pod/perldiag.pod pp_hot.c t/lib/b.t
44431           !> t/op/method.t
44432 ____________________________________________________________________________
44433 [  6311] By: jhi                                   on 2000/07/04  20:30:56
44434         Log: More POSIX.pod embellishment.
44435      Branch: cfgperl
44436            ! ext/POSIX/POSIX.pod
44437 ____________________________________________________________________________
44438 [  6310] By: gsar                                  on 2000/07/04  17:28:48
44439         Log: b.t fails under OS/2 (from Yitzchak Scott-Thoennes)
44440      Branch: perl
44441            ! t/lib/b.t
44442 ____________________________________________________________________________
44443 [  6309] By: jhi                                   on 2000/07/04  17:22:18
44444         Log: The #6308 required a little bit more.
44445      Branch: cfgperl
44446            ! Makefile.SH win32/Makefile
44447 ____________________________________________________________________________
44448 [  6308] By: jhi                                   on 2000/07/04  16:35:24
44449         Log: Rename lib.pm.PL to lib_pm.PL to keep the 8.3 people happy.
44450      Branch: cfgperl
44451            + lib/lib_pm.PL
44452            - lib/lib.pm.PL
44453            ! MANIFEST Makefile.SH
44454 ____________________________________________________________________________
44455 [  6307] By: jhi                                   on 2000/07/04  16:28:58
44456         Log: Win32 patches for cfgperl from Sarathy.
44457      Branch: cfgperl
44458            ! doio.c doop.c embed.h embed.pl global.sym gv.c makedef.pl
44459            ! objXSUB.h op.c perlapi.c pp.c pp_ctl.c pp_hot.c proto.h
44460            ! thread.h toke.c util.c win32/Makefile win32/win32.c
44461 ____________________________________________________________________________
44462 [  6306] By: gsar                                  on 2000/07/04  16:28:40
44463         Log: better diagnostic on Frob->stuff() when Frob:: doesn't exist
44464              (from Richard Soderberg <rs@oregonnet.com>)
44465      Branch: perl
44466            ! pod/perldelta.pod pod/perldiag.pod pp_hot.c t/op/method.t
44467 ____________________________________________________________________________
44468 [  6305] By: jhi                                   on 2000/07/04  16:24:24
44469         Log: Integrate with Sarathy.
44470      Branch: cfgperl
44471           !> embed.h embed.pl global.sym lib/File/Spec/Mac.pm
44472           !> lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
44473           !> lib/File/Spec/Win32.pm objXSUB.h perlapi.c pod/perldiag.pod
44474           !> proto.h win32/win32.c
44475 ____________________________________________________________________________
44476 [  6304] By: gsar                                  on 2000/07/04  16:17:24
44477         Log: missing perldiag entry for unpack("w",...) diagnostic (from
44478              Andreas Koenig)
44479      Branch: perl
44480            ! pod/perldiag.pod
44481 ____________________________________________________________________________
44482 [  6303] By: gsar                                  on 2000/07/04  16:14:44
44483         Log: remove rel2abs prototypes (from Barrie Slaymaker)
44484      Branch: perl
44485            ! lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
44486            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
44487 ____________________________________________________________________________
44488 [  6302] By: gsar                                  on 2000/07/04  04:59:35
44489         Log: adjust change#6299
44490      Branch: perl
44491            ! embed.h embed.pl global.sym objXSUB.h perlapi.c proto.h
44492            ! win32/win32.c
44493 ____________________________________________________________________________
44494 [  6301] By: jhi                                   on 2000/07/04  04:50:07
44495         Log: Integrate with Sarathy.
44496      Branch: cfgperl
44497           !> embed.h embed.pl embedvar.h global.sym hv.c intrpvar.h
44498           !> makedef.pl objXSUB.h perl.c perl.h perlapi.c perlapi.h
44499           !> pp_hot.c proto.h sv.c t/io/argv.t win32/win32.c
44500 ____________________________________________________________________________
44501 [  6300] By: gsar                                  on 2000/07/04  04:42:09
44502         Log: PERL_OBJECT build tweak
44503      Branch: perl
44504            ! perl.h
44505 ____________________________________________________________________________
44506 [  6299] By: gsar                                  on 2000/07/04  04:37:00
44507         Log: fix memory leak on Windows (PL_sys_intern contents were never
44508              freed)
44509      Branch: perl
44510            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
44511            ! perlapi.c proto.h win32/win32.c
44512 ____________________________________________________________________________
44513 [  6298] By: gsar                                  on 2000/07/04  04:15:59
44514         Log: fix large memory leak that has been around for ever, masked by
44515              -DPURIFY (most of the arenas were never freed!)
44516      Branch: perl
44517            ! embedvar.h global.sym hv.c intrpvar.h perl.c perlapi.h sv.c
44518 ____________________________________________________________________________
44519 [  6297] By: gsar                                  on 2000/07/04  04:07:46
44520         Log: fix ~320 byte memory leak (psig_{ptr,name} tables were never freed)
44521      Branch: perl
44522            ! perl.c
44523 ____________________________________________________________________________
44524 [  6296] By: jhi                                   on 2000/06/30  18:28:37
44525         Log: Elaborate POSIX.pod.  Still needs work.
44526      Branch: cfgperl
44527            ! ext/POSIX/POSIX.pod
44528 ____________________________________________________________________________
44529 [  6295] By: jhi                                   on 2000/06/30  14:58:18
44530         Log: Point to perlipc for more SysV IPC examples.
44531      Branch: cfgperl
44532            ! pod/perlfunc.pod
44533 ____________________________________________________________________________
44534 [  6294] By: gsar                                  on 2000/06/30  14:47:45
44535         Log: slurp mode fix in change#4736 still not quite right
44536      Branch: perl
44537            ! pp_hot.c t/io/argv.t
44538 ____________________________________________________________________________
44539 [  6293] By: jhi                                   on 2000/06/30  12:02:55
44540         Log: Integrate with Sarathy.
44541      Branch: cfgperl
44542           !> cop.h pp_ctl.c pp_hot.c t/op/args.t
44543 ____________________________________________________________________________
44544 [  6292] By: jhi                                   on 2000/06/30  12:01:11
44545         Log: From: simon@brecon.co.uk (Simon Cozens)
44546              Subject: UTF8 concat
44547              Date: 30 Jun 2000 06:13:25 GMT
44548              Message-ID: <slrn8loek5.9ai.simon@justanother.perlhacker.org>
44549      Branch: cfgperl
44550            ! pp_hot.c
44551 ____________________________________________________________________________
44552 [  6291] By: gsar                                  on 2000/06/30  04:37:33
44553         Log: dounwind() may cause POPSUB() to diddle the wrong PL_curpad
44554              when @_ is modified, causing coredumps
44555      Branch: perl
44556            ! cop.h pp_ctl.c pp_hot.c t/op/args.t
44557 ____________________________________________________________________________
44558 [  6290] By: jhi                                   on 2000/06/30  02:21:44
44559         Log: Integrate with Sarathy.
44560      Branch: cfgperl
44561           !> vms/vms.c vms/vmsish.h
44562 ____________________________________________________________________________
44563 [  6289] By: jhi                                   on 2000/06/30  02:21:02
44564         Log: Check VERSIONs.
44565      Branch: cfgperl
44566            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
44567            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
44568            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
44569 ____________________________________________________________________________
44570 [  6288] By: jhi                                   on 2000/06/30  02:18:52
44571         Log: Integrate with Sarathy.
44572      Branch: cfgperl
44573           !> ext/Opcode/Opcode.xs lib/File/Spec.pm
44574           !> lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
44575           !> lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
44576           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm pod/perlembed.pod
44577 ____________________________________________________________________________
44578 [  6287] By: gsar                                  on 2000/06/30  02:17:08
44579         Log: integrate vmsperl changes into mainline
44580      Branch: perl
44581           !> vms/vms.c vms/vmsish.h
44582 ____________________________________________________________________________
44583 [  6285] By: gsar                                  on 2000/06/30  02:05:28
44584         Log: localize %INC in a Safe compartment so that use/require work
44585              (many other magic globals probably need similar treatment)
44586      Branch: perl
44587            ! ext/Opcode/Opcode.xs
44588 ____________________________________________________________________________
44589 [  6284] By: gsar                                  on 2000/06/30  01:54:54
44590         Log: tweak perlembed for multiplicity/usethreads sanity; correct notes
44591              about Windows
44592      Branch: perl
44593            ! pod/perlembed.pod
44594 ____________________________________________________________________________
44595 [  6283] By: jhi                                   on 2000/06/30  01:50:10
44596         Log: Subject: [PATCH bleedperl] File::Spec 0.82 beta
44597              From: Barrie Slaymaker <barries@jester.slaysys.com>
44598              Date: Wed, 28 Jun 2000 11:35:29 -0400
44599              Message-Id: <200006281535.LAA21095@jester.slaysys.com>
44600      Branch: perl
44601            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
44602            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
44603            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
44604            ! lib/File/Spec/Win32.pm
44605 ____________________________________________________________________________
44606 [  6282] By: jhi                                   on 2000/06/29  22:57:22
44607         Log: Subject: [PATCH 5.6.0]ITHREADs for VMS
44608              From: Dan Sugalski <dan@sidhe.org>
44609              Date: Tue, 06 Jun 2000 11:59:50 -0400
44610              Message-Id: <4.3.2.7.0.20000606115752.01c82220@24.8.96.48>
44611      Branch: cfgperl
44612            ! vms/vms.c
44613 ____________________________________________________________________________
44614 [  6281] By: jhi                                   on 2000/06/29  22:52:50
44615         Log: Subject: [PATCH 5.6.0] utils/h2xs.PL
44616              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
44617              Date: Wed, 7 Jun 2000 04:02:04 -0500
44618              Message-ID: <20000607040201.A22568@staff1.cso.uiuc.edu>
44619      Branch: cfgperl
44620            ! utils/h2xs.PL
44621 ____________________________________________________________________________
44622 [  6280] By: jhi                                   on 2000/06/29  22:45:47
44623         Log: Subject: Re: backwards compatibility in h2xs and makemaker  [PATCH]
44624              From: rspier@pobox.com (Robert Spier)
44625              Date: Wed, 7 Jun 2000 12:47:37 -0400 (EDT)
44626              Message-ID: <14654.31913.845602.610277@rls.cx>
44627      Branch: cfgperl
44628            ! utils/h2xs.PL
44629 ____________________________________________________________________________
44630 [  6279] By: jhi                                   on 2000/06/29  22:38:16
44631         Log: Subject: [ID 20000602.002] [PATCH] perlsub.pod: ambiguous usage of "closure"
44632              From: Tim Ayers <tayers@bridge.com>
44633              Date: Thu, 08 Jun 2000 08:11:06 +0200
44634              Message-id: <393F38FA.9B5F4C7D@m.dasa.de>
44635              [resent by Richard Foley, Message-Id probably wrong]
44636      Branch: cfgperl
44637            ! pod/perlsub.pod
44638 ____________________________________________________________________________
44639 [  6278] By: jhi                                   on 2000/06/29  22:21:45
44640         Log: Subject: [ID 20000609.002] Text::Wrap::wrap does not handle multiline strings properly
44641              From: "Milton L. Hankins" <mlh@swl.msd.ray.com>
44642              Date: Fri, 09 Jun 2000 12:39:27 -0400
44643              Message-Id: <39411DBF.A04BB1A@swl.msd.ray.com>
44644              (plus update the version "number" of Text::Wrap)
44645      Branch: cfgperl
44646            ! lib/Text/Wrap.pm
44647 ____________________________________________________________________________
44648 [  6277] By: jhi                                   on 2000/06/29  22:13:10
44649         Log: Subject: [PATCH] Re: [ID 20000612.001] map {chop; $_} (Literals problem)
44650              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44651              Date: Mon, 12 Jun 2000 14:55:59 +0100
44652              Message-Id: <E131Uh5-0002cj-00@ursa.cus.cam.ac.uk>
44653      Branch: cfgperl
44654            ! pod/perlfunc.pod
44655 ____________________________________________________________________________
44656 [  6276] By: jhi                                   on 2000/06/29  22:11:06
44657         Log: Subject: [PATCH] Re: eval documentation: context
44658              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk>
44659              Date: Mon, 12 Jun 2000 15:07:29 +0100
44660              Message-Id: <E131UsD-0002ke-00@ursa.cus.cam.ac.uk>
44661      Branch: cfgperl
44662            ! pod/perlfunc.pod
44663 ____________________________________________________________________________
44664 [  6275] By: jhi                                   on 2000/06/29  21:59:46
44665         Log: Subject: [PATCH] 5.6.0 lib/Pod/{Html,Man,Text}.pm
44666              From: "Daniel S. Lewart" <d-lewart@uiuc.edu>
44667              Date: Tue, 13 Jun 2000 02:43:48 -0500
44668              Message-ID: <20000613024347.A28388@staff2.cso.uiuc.edu>
44669      Branch: cfgperl
44670            ! lib/Pod/Html.pm lib/Pod/Man.pm lib/Pod/Text.pm
44671 ____________________________________________________________________________
44672 [  6274] By: jhi                                   on 2000/06/29  21:56:14
44673         Log: Subject: [ID 20000614.003] 5.6.0 File/Glob.pm incompatibility
44674              From: Andy Dougherty <doughera@lafayette.edu>
44675              Date: Wed, 14 Jun 2000 13:33:32 -0400 (EDT)
44676              Message-Id: <Pine.SOL.4.10.10006141332220.3643-100000@maxwell.phys.lafayette.edu>
44677      Branch: cfgperl
44678            ! ext/File/Glob/Glob.pm
44679 ____________________________________________________________________________
44680 [  6273] By: jhi                                   on 2000/06/29  21:49:09
44681         Log: Subject: [PATCH] xsub attributes
44682              From: Doug MacEachern <dougm@covalent.net>
44683              Date: Wed, 14 Jun 2000 15:09:22 -0700 (PDT)
44684              Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net>
44685      Branch: cfgperl
44686            ! embed.h embed.pl embedvar.h global.sym lib/ExtUtils/xsubpp
44687            ! objXSUB.h op.c perlapi.c perlapi.h proto.h
44688 ____________________________________________________________________________
44689 [  6272] By: jhi                                   on 2000/06/29  21:41:28
44690         Log: Subject: [ID 20000614.005] [patch] Tweak to Net::Ping docs
44691              From: Tom Phoenix <rootbeer@redcat.com>
44692              Received: (qmail 6398 invoked by uid 508); 15 Jun 2000 00:30:54 -0000
44693              Date: Wed, 14 Jun 2000 17:30:37 -0700 (PDT)
44694      Branch: cfgperl
44695            ! lib/Net/Ping.pm
44696 ____________________________________________________________________________
44697 [  6271] By: jhi                                   on 2000/06/29  21:36:55
44698         Log: Subject: PATCH pod/perltie.pod
44699              From: Ian Phillipps <Ian.Phillipps@iname.com>
44700              Date: Fri, 16 Jun 2000 00:17:19 +0100
44701              Message-ID: <20000616001719.A17108@homer.diplex.co.uk>
44702              (only the first hunk, the second hunk had already been done
44703              by some other patch)
44704      Branch: cfgperl
44705            ! pod/perltie.pod
44706 ____________________________________________________________________________
44707 [  6270] By: jhi                                   on 2000/06/29  21:24:51
44708         Log: Subject: PATCH (Re: [ID 20000612.004] Should regression tests fail if user doesn't build XS extensions?)
44709              From: Nicholas Clark <nick@talking.bollo.cx>
44710              Date: Fri, 23 Jun 2000 16:21:15 +0100
44711              Message-ID: <20000623162115.A19894@Bagpuss.unfortu.net>
44712      Branch: cfgperl
44713            ! t/lib/anydbm.t t/lib/dprof.t t/lib/dumper-ovl.t t/lib/dumper.t
44714            ! t/lib/hostname.t t/lib/ipc_sysv.t t/op/taint.t
44715 ____________________________________________________________________________
44716 [  6269] By: jhi                                   on 2000/06/29  19:38:15
44717         Log: Regen headers for #6261 (and update embed.pl for this) and #6267,
44718              silence few compiler warnings.
44719      Branch: cfgperl
44720            ! doop.c embed.pl global.sym objXSUB.h op.c proto.h toke.c
44721 ____________________________________________________________________________
44722 [  6268] By: jhi                                   on 2000/06/29  18:21:50
44723         Log: Subject: [PATCH perl-current] Make op/sprintf.t more comprehensive
44724              From: Dominic Dunlop <domo@computer.org> 
44725              Date: Thu, 29 Jun 2000 12:32:39 +0200 
44726              Message-Id: <p04320403b580cc1338db@[192.168.1.4]> 
44727      Branch: cfgperl
44728            ! t/op/sprintf.t
44729 ____________________________________________________________________________
44730 [  6267] By: jhi                                   on 2000/06/29  18:16:07
44731         Log: Subject: Re: [PATCH] Re: Speeding up method lookups 
44732              From: Doug MacEachern <dougm@covalent.net>
44733              Date: Sun, 18 Jun 2000 13:24:55 -0700 (PDT)
44734              Message-ID: <Pine.LNX.4.10.10006181306031.397-100000@mojo.covalent.net>
44735      Branch: cfgperl
44736            + t/op/method2entersub.t
44737            ! MANIFEST embed.pl lib/ExtUtils/Install.pm lib/File/Spec/Mac.pm
44738            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
44739            ! lib/File/Spec/Win32.pm lib/base.pm op.c perl.h t/op/sprintf.t
44740            ! xsutils.c
44741 ____________________________________________________________________________
44742 [  6266] By: jhi                                   on 2000/06/29  15:11:15
44743         Log: Subject: [PATCH 5.6.0] cygwin port
44744              Message-ID: <779F20BCCE5AD31186A50008C75D997917173C@silldn_mail1.sanwaint.com>
44745              From: "Fifer, Eric" <EFifer@sanwaint.com>
44746              Date: Thu, 29 Jun 2000 12:58:29 +0100
44747      Branch: cfgperl
44748            ! cygwin/Makefile.SHs
44749 ____________________________________________________________________________
44750 [  6265] By: jhi                                   on 2000/06/29  15:04:05
44751         Log: Subject: Re: [ID 20000628.006] POSIX::STRERR_FILENO typo
44752              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
44753              Date: Wed, 28 Jun 2000 17:50:12 -0700
44754              Message-ID: <E1pW5gzkg2kV092yn@efn.org>
44755      Branch: cfgperl
44756            ! ext/POSIX/POSIX.pm ext/POSIX/POSIX.pod ext/POSIX/POSIX.xs
44757 ____________________________________________________________________________
44758 [  6264] By: jhi                                   on 2000/06/29  15:00:57
44759         Log: Subject: [ID 20000628.004] Re: Problem compiling perl? [BSDI-Support-Request #71232]
44760              From: Marty Lucich <marty@netcom.com>
44761              Date: Wed, 28 Jun 2000 14:16:05 -0700 (PDT)
44762              Message-Id: <200006282116.OAA11148@netcom.com>
44763              ccdlflags update (the BSD/OS 4.1 part had already been taken
44764              care of by #6141).
44765      Branch: cfgperl
44766            ! hints/bsdos.sh
44767 ____________________________________________________________________________
44768 [  6263] By: jhi                                   on 2000/06/29  13:47:44
44769         Log: tr fixes from Simon Cozens
44770      Branch: cfgperl
44771            ! doop.c
44772 ____________________________________________________________________________
44773 [  6262] By: jhi                                   on 2000/06/28  18:46:01
44774         Log: Subject: 5.6.0 Patch for EPOC
44775              From: Olaf Flebbe <o.flebbe@gmx.de>
44776              Date: Tue, 13 Jun 2000 22:59:29 +0200 (MEST)
44777              Message-ID: <23449.960929969@www11.gmx.net>
44778      Branch: cfgperl
44779            ! README.epoc epoc/config.sh epoc/createpkg.pl epoc/epocish.c
44780            ! epoc/epocish.h
44781 ____________________________________________________________________________
44782 [  6261] By: jhi                                   on 2000/06/28  18:29:07
44783         Log: Subject: Re: [PATCH cfgperl] BOMs away!
44784              From: simon@brecon.co.uk (Simon Cozens)
44785              Date: 17 Jun 2000 11:49:57 GMT
44786              Message-ID: <slrn8kmpf5.8pl.simon@justanother.perlhacker.org>
44787      Branch: cfgperl
44788            ! pod/perldiag.pod t/comp/require.t toke.c
44789 ____________________________________________________________________________
44790 [  6260] By: jhi                                   on 2000/06/28  17:47:16
44791         Log: Subject: Re: [PATCH] pack('U',$foo) doesn't UTF8
44792              From: simon@brecon.co.uk (Simon Cozens) 
44793              Date: 17 Jun 2000 11:56:44 GMT 
44794              Message-ID: <slrn8kmprs.8pl.simon@justanother.perlhacker.org> 
44795              pack U0, pack C0
44796      Branch: cfgperl
44797            ! pod/perlfunc.pod pp.c t/op/pack.t
44798 ____________________________________________________________________________
44799 [  6259] By: jhi                                   on 2000/06/28  16:43:17
44800         Log: perlnewmod was missing from MANIFEST.
44801      Branch: cfgperl
44802            ! MANIFEST
44803 ____________________________________________________________________________
44804 [  6258] By: jhi                                   on 2000/06/28  15:54:30
44805         Log: linenumber tweak
44806      Branch: cfgperl
44807            ! t/pragma/warn/regcomp
44808 ____________________________________________________________________________
44809 [  6257] By: jhi                                   on 2000/06/28  15:50:44
44810         Log: Subject: Re: [PATCH] "Constant subroutine redefined" mandatory warning
44811              From: Doug MacEachern <dougm@covalent.net>
44812              Date: Sun, 25 Jun 2000 12:11:28 -0700 (PDT)
44813              Message-ID: <Pine.LNX.4.10.10006251209191.461-100000@mojo.covalent.net>
44814              (one part of the patch had been applied earlier)
44815      Branch: cfgperl
44816            ! op.c sv.c t/pragma/constant.t t/pragma/warn/op
44817 ____________________________________________________________________________
44818 [  6256] By: jhi                                   on 2000/06/28  15:40:22
44819         Log: tweaks from Simon Cozens to further fix tr/// under utf8
44820      Branch: cfgperl
44821            ! doop.c
44822 ____________________________________________________________________________
44823 [  6255] By: jhi                                   on 2000/06/28  15:33:45
44824         Log: small thinko tweaks
44825      Branch: cfgperl
44826            ! lib/IPC/Open3.pm t/op/my_stash.t
44827 ____________________________________________________________________________
44828 [  6254] By: jhi                                   on 2000/06/28  15:33:25
44829         Log: Subject: tr///, help wanted.
44830              From: simon@brecon.co.uk (Simon Cozens)
44831              Date: 28 Jun 2000 11:29:04 GMT
44832              Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org>
44833      Branch: cfgperl
44834            ! doop.c embed.h embed.pl embedvar.h global.sym objXSUB.h
44835            ! pp_proto.h proto.h t/op/tr.t
44836 ____________________________________________________________________________
44837 [  6253] By: jhi                                   on 2000/06/28  15:09:17
44838         Log: Paranoia tweak on #6249.
44839              Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's
44840              From: Ronald J Kimball <rjk@linguist.dartmouth.edu>
44841              Date: Sun, 25 Jun 2000 23:43:12 -0400
44842              Message-ID: <20000625234312.B74147@linguist.dartmouth.edu>
44843      Branch: cfgperl
44844            ! lib/IPC/Open3.pm
44845 ____________________________________________________________________________
44846 [  6252] By: jhi                                   on 2000/06/28  15:01:38
44847         Log: Document #6249 and #6251.
44848      Branch: cfgperl
44849            ! lib/Exporter.pm lib/IPC/Open3.pm
44850 ____________________________________________________________________________
44851 [  6251] By: jhi                                   on 2000/06/28  14:50:43
44852         Log: Subject: [PATCH] inline AUTOLOADed constants via Exporter.pm
44853              From: Doug MacEachern <dougm@covalent.net>
44854              Date: Fri, 23 Jun 2000 00:16:39 -0700 (PDT)
44855              Message-ID: <Pine.LNX.4.10.10006230009400.322-100000@mojo.covalent.net>
44856      Branch: cfgperl
44857            ! lib/Exporter.pm
44858 ____________________________________________________________________________
44859 [  6250] By: jhi                                   on 2000/06/28  14:45:23
44860         Log: Subject: Re: [PATCH] support 'my __PACKAGE__ $obj = ...'
44861              From: Doug MacEachern <dougm@covalent.net>
44862              Date: Tue, 27 Jun 2000 14:17:28 -0700 (PDT)
44863              Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net>
44864      Branch: cfgperl
44865            + t/op/my_stash.t
44866            ! MANIFEST embed.pl global.sym proto.h toke.c
44867 ____________________________________________________________________________
44868 [  6249] By: jhi                                   on 2000/06/28  14:36:34
44869         Log: Subject: Re: [PATCH 5.6.0 IPC/Open3.pm] Allow the use of numeric fd's 
44870              From: Frank Tobin <ftobin@uiuc.edu>
44871              Date: Sun, 25 Jun 2000 19:00:58 -0500 (CDT)
44872              Message-ID: <Pine.BSF.4.21.0006251855340.20487-100000@srh0902.urh.uiuc.edu>
44873      Branch: cfgperl
44874            ! lib/IPC/Open3.pm
44875 ____________________________________________________________________________
44876 [  6248] By: jhi                                   on 2000/06/28  14:11:25
44877         Log: Subject: DOC PATCH 5.6.0: perlfunc/sprintf does not contain an example
44878              From: Mark-Jason Dominus <mjd@plover.com>
44879              Date: Tue, 27 Jun 2000 22:36:42 -0400
44880              Message-ID: <20000628023642.12166.qmail@plover.com>
44881      Branch: cfgperl
44882            ! pod/perlfunc.pod
44883 ____________________________________________________________________________
44884 [  6247] By: jhi                                   on 2000/06/27  12:46:37
44885         Log: Tweak $VERSION, patch from Doug MacEachern.
44886      Branch: cfgperl
44887            ! lib/File/Spec.pm
44888 ____________________________________________________________________________
44889 [  6246] By: jhi                                   on 2000/06/27  03:34:46
44890         Log: Allow for standalone testing.
44891      Branch: cfgperl
44892            ! t/lib/filefunc.t t/lib/filespec.t
44893 ____________________________________________________________________________
44894 [  6245] By: jhi                                   on 2000/06/27  02:50:02
44895         Log: Subject: [ID 20000624.001] PERL_DL_DEBUG=1 DynaLoader message appears to be wrong
44896              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
44897              Date: Sat, 24 Jun 2000 13:06:20 +0100
44898              Message-Id: <200006241206.NAA03771@Bagpuss.unfortu.net>
44899      Branch: cfgperl
44900            ! ext/DynaLoader/DynaLoader_pm.PL
44901 ____________________________________________________________________________
44902 [  6244] By: jhi                                   on 2000/06/27  02:46:10
44903         Log: Subject: [PATCH] avoid mg_ptr in '*' magic
44904              From: Doug MacEachern <dougm@covalent.net>
44905              Date: Sun, 25 Jun 2000 11:16:08 -0700 (PDT)
44906              Message-ID: <Pine.LNX.4.10.10006251045190.461-100000@mojo.covalent.net>
44907      Branch: cfgperl
44908            ! gv.c sv.c t/lib/peek.t
44909 ____________________________________________________________________________
44910 [  6243] By: jhi                                   on 2000/06/27  02:38:07
44911         Log: Subject: [PATCH] is_utf8_string
44912              From: simon@brecon.co.uk (Simon Cozens)
44913              Date: 26 Jun 2000 02:25:59 GMT
44914              Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org>
44915      Branch: cfgperl
44916            ! embed.h embed.pl embedvar.h global.sym objXSUB.h perlapi.c
44917            ! perlapi.h pod/perlapi.pod pod/perlintern.pod pp_proto.h
44918            ! proto.h utf8.c
44919 ____________________________________________________________________________
44920 [  6242] By: jhi                                   on 2000/06/27  02:24:00
44921         Log: Subject: [PATCH] bytes<->utf8 fixes
44922              From: simon@brecon.co.uk (Simon Cozens)
44923              Date: 26 Jun 2000 04:55:45 GMT
44924              Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org>
44925      Branch: cfgperl
44926            ! embed.pl perlapi.c pod/perlapi.pod proto.h utf8.c
44927 ____________________________________________________________________________
44928 [  6241] By: jhi                                   on 2000/06/27  02:12:42
44929         Log: Do no -warn on \_, only on \alpha.
44930              Subject: New Unrecognized escape warning for /\_/ from activestate perl-current5.6.0
44931              From: David Dyck <dcd@tc.fluke.com>
44932              Date: Mon, 26 Jun 2000 09:32:02 -0700 (PDT)
44933              Message-ID: <Pine.LNX.4.05.10006260830280.3054-100000@dd.tc.fluke.com>
44934      Branch: cfgperl
44935            ! regcomp.c t/pragma/warn/regcomp t/pragma/warn/toke toke.c
44936 ____________________________________________________________________________
44937 [  6240] By: jhi                                   on 2000/06/27  02:00:01
44938         Log: Subject: [ID 20000626.007] h2xs man page contains trailing garbage
44939              From: Nicholas Clark <nick@Bagpuss.unfortu.net>
44940              Date: Mon, 26 Jun 2000 18:40:14 +0100
44941              Message-Id: <200006261740.SAA02740@Bagpuss.unfortu.net>
44942      Branch: cfgperl
44943            ! utils/h2xs.PL
44944 ____________________________________________________________________________
44945 [  6239] By: jhi                                   on 2000/06/27  01:53:40
44946         Log: Configure maintenance.  Sever some dependency cycles,
44947              separate gccversion from the cc unit,
44948              address [ID 20000623.006] Configure script patch for using gcc on AIX
44949              (but solve it a little bit differently),
44950              unduplex some accidentally duplicated units,
44951              suggest using gcc if no cc available
44952              (p5p thread: "Solaris configure: counterproposal", 1999-09)
44953      Branch: cfgperl
44954            ! Configure Todo-5.6 config_h.SH
44955      Branch: metaconfig
44956            ! U/modified/Config_h.U U/modified/cc.U U/modified/cpp_stuff.U
44957            ! U/modified/libs.U U/modified/models.U U/modified/usrinc.U
44958      Branch: metaconfig/U/perl
44959            + gccvers.U
44960            ! d_getespwnam.U d_getprpwnam.U i_prot.U
44961 ____________________________________________________________________________
44962 [  6238] By: jhi                                   on 2000/06/25  18:04:56
44963         Log: Subject: [PATCH 5.6.0] XS module loading fixup for VMS
44964              From: Dan Sugalski <dan@sidhe.org>
44965              Date: Fri, 23 Jun 2000 17:00:00 -0400
44966              Message-Id: <4.3.2.7.0.20000623165934.00c93d10@24.8.96.48>
44967      Branch: cfgperl
44968            ! lib/ExtUtils/MM_VMS.pm vms/vms.c
44969 ____________________________________________________________________________
44970 [  6237] By: jhi                                   on 2000/06/25  16:36:45
44971         Log: Tweak embed.pl, regen headers.
44972      Branch: cfgperl
44973            ! embed.h embed.pl embedvar.h ext/B/B/Asmdata.pm
44974            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h global.sym
44975            ! keywords.h lib/warnings.pm objXSUB.h opcode.h opnames.h
44976            ! perlapi.c perlapi.h pod/perlapi.pod pod/perlintern.pod pp.sym
44977            ! pp_proto.h proto.h regnodes.h utf8.c warnings.h
44978 ____________________________________________________________________________
44979 [  6236] By: jhi                                   on 2000/06/25  15:26:42
44980         Log: Regen headers.
44981      Branch: cfgperl
44982            ! embed.h embedvar.h ext/B/B/Asmdata.pm ext/ByteLoader/byterun.c
44983            ! ext/ByteLoader/byterun.h global.sym keywords.h lib/warnings.pm
44984            ! objXSUB.h opcode.h opnames.h perlapi.c perlapi.h
44985            ! pod/perlapi.pod pod/perlintern.pod pp.sym pp_proto.h proto.h
44986            ! regnodes.h warnings.h
44987 ____________________________________________________________________________
44988 [  6235] By: jhi                                   on 2000/06/23  19:39:35
44989         Log: The thread begun by
44990              Subject: [ID 20000616.001] Typo on line 390 of .../hints/solaris_2.sh
44991              From: Kevin.Ruscoe@ubsw.com
44992              Date: Fri, 16 Jun 2000 16:38:51 +0100
44993              Message-Id: <H000019b03c300d6@MHS>
44994      Branch: cfgperl
44995            ! hints/solaris_2.sh
44996 ____________________________________________________________________________
44997 [  6234] By: jhi                                   on 2000/06/23  19:23:36
44998         Log: Prefer C:/temp in Win32 as File::Spec->tmpdir to /tmp
44999              because when run as services (Win32ese for daemons)
45000              no environment variables are set and tmpdir ends up as /tmp,
45001              which is ambiguous.
45002              
45003              Subject:[ID 20000616.002] File::Spec->tmpdir broken when running as service
45004              From: matt@sergeant.org
45005              Date: 16 Jun 2000 16:30:43 -0000
45006              Message-Id: <20000616163043.26398.qmail@mail.sergeant.org>
45007      Branch: cfgperl
45008            ! lib/File/Spec/Win32.pm
45009 ____________________________________________________________________________
45010 [  6233] By: jhi                                   on 2000/06/23  19:18:58
45011         Log: Subject: PATCH 5.6.0: Document OPf_SPECIAL flag in regcomp op nodes
45012              From: Mark-Jason Dominus <mjd@plover.com>
45013              Date: Fri, 16 Jun 2000 20:53:04 -0400
45014              Message-ID: <20000617005304.8008.qmail@plover.com>
45015      Branch: cfgperl
45016            ! op.h
45017 ____________________________________________________________________________
45018 [  6232] By: jhi                                   on 2000/06/23  16:10:02
45019         Log: Subject: PATCH: pod/perlutil.pod - utilities packaged with the Perl distribution
45020              From: simon@brecon.co.uk (Simon Cozens)
45021              Date: 19 Jun 2000 15:18:27 GMT
45022              Message-ID: <slrn8ksee3.cp9.simon@justanother.perlhacker.org>
45023              
45024              plus update pod/Makefile and regenerate perltoc
45025      Branch: cfgperl
45026            + pod/perlutil.pod
45027            ! MANIFEST Todo-5.6 pod/Makefile pod/perltoc.pod pod/roffitall
45028 ____________________________________________________________________________
45029 [  6231] By: jhi                                   on 2000/06/23  15:19:18
45030         Log: Subject: [PATCH 5.6.0] cygwin port
45031              From: "Fifer, Eric" <EFifer@sanwaint.com>
45032              Date: Tue, 20 Jun 2000 14:30:58 +0100
45033              Message-ID: <779F20BCCE5AD31186A50008C75D9979171734@silldn_mail1.sanwaint.com>
45034      Branch: cfgperl
45035            ! README.cygwin lib/File/Find.pm
45036 ____________________________________________________________________________
45037 [  6230] By: jhi                                   on 2000/06/23  14:25:21
45038         Log: Upgrade to File::Spec 0.810_01 from CPAN by Barrie Slaymaker.
45039      Branch: cfgperl
45040            ! lib/File/Spec.pm lib/File/Spec/Functions.pm
45041            ! lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm
45042            ! lib/File/Spec/Unix.pm lib/File/Spec/VMS.pm
45043            ! lib/File/Spec/Win32.pm t/lib/filefunc.t t/lib/filespec.t
45044 ____________________________________________________________________________
45045 [  6229] By: jhi                                   on 2000/06/23  14:13:34
45046         Log: Subject: README.hpux version 0.6.1
45047              Date: Tue, 20 Jun 2000 15:25:51 -0700 (PDT)
45048              From: Jeff Okamoto <okamoto@xfiles.intercon.hp.com>
45049              Message-Id: <200006202225.PAA26205@xfiles.intercon.hp.com>
45050      Branch: cfgperl
45051            ! README.hpux
45052 ____________________________________________________________________________
45053 [  6228] By: jhi                                   on 2000/06/23  14:07:20
45054         Log: Subject: [PATCH] "Constant subroutine redefined" mandatory warning
45055              From: Doug MacEachern <dougm@covalent.net>
45056              Date: Tue, 20 Jun 2000 21:23:56 -0700 (PDT)
45057              Message-ID: <Pine.LNX.4.10.10006202116340.321-100000@mojo.covalent.net>
45058      Branch: cfgperl
45059            ! op.c
45060 ____________________________________________________________________________
45061 [  6227] By: jhi                                   on 2000/06/23  14:01:06
45062         Log: Subject: [PATCH] lib.pm -> lib.pm.PL
45063              From: Doug MacEachern <dougm@covalent.net>
45064              Date: Tue, 20 Jun 2000 22:14:41 -0700 (PDT)
45065              Message-ID: <Pine.LNX.4.10.10006202208210.321-100000@mojo.covalent.net>
45066      Branch: cfgperl
45067            + lib/lib.pm.PL
45068            - lib/lib.pm
45069            ! MANIFEST Makefile.SH
45070 ____________________________________________________________________________
45071 [  6226] By: jhi                                   on 2000/06/23  13:53:07
45072         Log: Subject: [PATCH] remove forward declarations in Socket.pm
45073              From: Doug MacEachern <dougm@covalent.net>
45074              Date: Tue, 20 Jun 2000 21:54:12 -0700 (PDT)
45075              Message-ID: <Pine.LNX.4.10.10006202149190.321-100000@mojo.covalent.net>
45076              
45077              From: Doug MacEachern <dougm@covalent.net>
45078              Subject: Re: [PATCH] remove forward declarations in Socket.pm
45079              Date: Fri, 23 Jun 2000 00:09:29 -0700 (PDT)
45080              Message-ID: <Pine.LNX.4.10.10006222349440.322-100000@mojo.covalent.net>
45081      Branch: cfgperl
45082            ! ext/Socket/Socket.pm op.c
45083 ____________________________________________________________________________
45084 [  6225] By: jhi                                   on 2000/06/23  13:41:52
45085         Log: Add source code filenames to apidoc.
45086              From: simon@brecon.co.uk (Simon Cozens)
45087              Subject: [PATCH embed.pl] Source X-ref
45088              Date: 22 Jun 2000 02:18:49 GMT
45089              Message-ID: <slrn8l2ts8.h5k.simon@justanother.perlhacker.org>
45090      Branch: cfgperl
45091            ! embed.pl
45092 ____________________________________________________________________________
45093 [  6224] By: jhi                                   on 2000/06/23  13:32:33
45094         Log: A way to avoid English.pm performance hit.
45095              From: root <root@jester.slaysys.com>
45096              Subject: [YAPATCH English.pm] My turn to putt again
45097              Date: Thu, 22 Jun 2000 20:33:58 -0400
45098              Message-Id: <200006230033.UAA05960@jester.slaysys.com>
45099      Branch: cfgperl
45100            ! lib/English.pm t/lib/english.t
45101 ____________________________________________________________________________
45102 [  6223] By: jhi                                   on 2000/06/23  13:27:06
45103         Log: Avoid double close().
45104              Subject: [PATCH] avoid double close()
45105              From: Doug MacEachern <dougm@covalent.net>
45106              Date: Thu, 22 Jun 2000 23:08:06 -0700 (PDT)
45107              Message-ID: <Pine.LNX.4.10.10006222251260.322-100000@mojo.covalent.net>
45108      Branch: cfgperl
45109            ! doio.c
45110 ____________________________________________________________________________
45111 [  6222] By: jhi                                   on 2000/06/23  13:25:54
45112         Log: doc typo fix
45113              Subject: [PATCH] documentation typo in lib/Pod/Usage.pm
45114              From: Ian Phillipps <Ian.Phillipps@iname.com>
45115              Date: Fri, 23 Jun 2000 10:40:58 +0100
45116              Message-ID: <20000623104058.A22791@homer.diplex.co.uk>
45117      Branch: cfgperl
45118            ! lib/Pod/Usage.pm
45119 ____________________________________________________________________________
45120 [  6221] By: jhi                                   on 2000/06/23  13:24:15
45121         Log: Remove tr///CU (the feature is to be obsoleted by better interfaces).
45122              From: simon@brecon.co.uk (Simon Cozens)
45123              Subject: [PATCH] Eliminate tr///[CU][CU]
45124              Date: 23 Jun 2000 11:05:40 GMT
45125              Message-ID: <slrn8l6h44.h5k.simon@justanother.perlhacker.org>
45126      Branch: cfgperl
45127            ! doop.c embed.pl pod/perlop.pod toke.c utf8.c
45128 ____________________________________________________________________________
45129 [  6220] By: jhi                                   on 2000/06/22  16:07:51
45130         Log: Win32 patches from Benjamin Stuhl.
45131      Branch: cfgperl
45132            ! makedef.pl win32/win32.h
45133 ____________________________________________________________________________
45134 [  6219] By: jhi                                   on 2000/06/22  16:06:34
45135         Log: Bytecode patches from Benjamin Stuhl.
45136      Branch: cfgperl
45137            ! bytecode.pl ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
45138            ! ext/B/O.pm ext/B/defsubs_h.PL ext/ByteLoader/ByteLoader.pm
45139            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45140 ____________________________________________________________________________
45141 [  6218] By: jhi                                   on 2000/06/15  23:54:16
45142         Log: Bytecode patches from Benjamin Stuhl.
45143      Branch: cfgperl
45144            ! ext/B/B/Assembler.pm ext/B/B/Bytecode.pm
45145 ____________________________________________________________________________
45146 [  6217] By: jhi                                   on 2000/06/09  13:38:29
45147         Log: Rename the fdpid locking and integrate with Sarathy.
45148      Branch: cfgperl
45149            ! Configure config_h.SH doio.c embed.h embed.pl embedvar.h
45150            ! global.sym gv.c intrpvar.h objXSUB.h perl.c perlapi.h pp.c
45151            ! pp_ctl.c proto.h sv.h util.c util.h vmesa/vmesa.c
45152            ! win32/win32.c
45153           !> av.h cop.h hints/solaris_2.sh t/op/runlevel.t
45154 ____________________________________________________________________________
45155 [  6216] By: gsar                                  on 2000/06/08  14:54:21
45156         Log: be more optimal about clearing @_
45157      Branch: perl
45158            ! cop.h
45159 ____________________________________________________________________________
45160 [  6215] By: gsar                                  on 2000/06/08  14:33:04
45161         Log: tweak comment about @DB::args
45162      Branch: perl
45163            ! av.h pp_ctl.c
45164 ____________________________________________________________________________
45165 [  6214] By: gsar                                  on 2000/06/08  13:57:54
45166         Log: @_ can't have junk in it even in the non-USE_ITHREADS case because
45167              caller() wants to populate @DB::args with it (causes a coredump
45168              in Carp::confess())
45169      Branch: perl
45170            ! cop.h t/op/runlevel.t
45171 ____________________________________________________________________________
45172 [  6213] By: gsar                                  on 2000/06/08  07:06:35
45173         Log: back out change#6106 (seems problematic)
45174      Branch: perl
45175            ! hints/solaris_2.sh
45176 ____________________________________________________________________________
45177 [  6212] By: jhi                                   on 2000/06/07  03:10:36
45178         Log: Continuing mopup for #6204.
45179      Branch: cfgperl
45180            ! ext/B/defsubs_h.PL
45181 ____________________________________________________________________________
45182 [  6211] By: jhi                                   on 2000/06/07  02:41:50
45183         Log: Mopup for #6204.
45184              Under the 5005 threads the t/lib/b.t for B::Deparse fails:
45185              Can't locate object method "PV" via package "B::RV" at ../lib/B/Deparse.pm line 2360.
45186              This is comes from const() where POK isn't on when expected.
45187      Branch: cfgperl
45188            ! embedvar.h ext/B/B.xs ext/B/B/Asmdata.pm
45189            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45190            ! ext/ByteLoader/byterun.c ext/ByteLoader/byterun.h perlapi.c
45191            ! perlapi.h pod/perlapi.pod
45192 ____________________________________________________________________________
45193 [  6210] By: jhi                                   on 2000/06/07  01:56:29
45194         Log: Mopup for #6207 and #6209.
45195      Branch: cfgperl
45196            ! doio.c gv.c sv.h util.c vmesa/vmesa.c win32/win32.c
45197 ____________________________________________________________________________
45198 [  6209] By: jhi                                   on 2000/06/07  01:33:12
45199         Log: Lock PL_fdpid against race conditions, based on:
45200              Subject: [PATCH 5.6.0]subprocess fixup for threads
45201              From: Dan Sugalski <dan@sidhe.org>
45202              To: perl5-porters@perl.org
45203              Date: Tue, 11 Apr 2000 17:02:32 -0400
45204              Message-Id: <4.3.0.20000411170218.01d2f580@24.8.96.48>
45205      Branch: cfgperl
45206            ! doio.c intrpvar.h perl.c sv.h util.c vmesa/vmesa.c
45207            ! win32/win32.c
45208 ____________________________________________________________________________
45209 [  6208] By: jhi                                   on 2000/06/07  01:05:23
45210         Log: Regen headers for #6207.
45211      Branch: cfgperl
45212            ! embed.h global.sym objXSUB.h proto.h
45213 ____________________________________________________________________________
45214 [  6207] By: jhi                                   on 2000/06/06  23:43:13
45215         Log: Subject: [PATCH 5.6.0] Threadsafe patches
45216              From: Dan Sugalski <dan@sidhe.org>
45217              To: perl5-porters@perl.org
45218              Date: Mon, 08 May 2000 18:08:13 -0400
45219              Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48>
45220      Branch: cfgperl
45221            ! embed.pl global.sym gv.c intrpvar.h perl.c pp.c pp_ctl.c
45222            ! proto.h sv.h util.c
45223 ____________________________________________________________________________
45224 [  6206] By: jhi                                   on 2000/06/06  23:21:23
45225         Log: Subject: [PATCH] Eliminate $a/$b in pod
45226              From: David Glasser <me@davidglasser.net>
45227              To: perl5-porters@perl.org
45228              Date: Mon, 29 May 2000 21:15:59 -0400
45229              Message-Id: <l03130302b558bb2640ce@[209.195.241.121]>
45230      Branch: cfgperl
45231            ! pod/perl5004delta.pod pod/perl56delta.pod pod/perlboot.pod
45232            ! pod/perlbot.pod pod/perlcall.pod pod/perldata.pod
45233            ! pod/perldbmfilter.pod pod/perldiag.pod pod/perldsc.pod
45234            ! pod/perlembed.pod pod/perlfaq4.pod pod/perlfaq6.pod
45235            ! pod/perlfaq7.pod pod/perlfilter.pod pod/perlfunc.pod
45236            ! pod/perlguts.pod pod/perllexwarn.pod pod/perllocale.pod
45237            ! pod/perlobj.pod pod/perlop.pod pod/perlref.pod pod/perlsub.pod
45238            ! pod/perlsyn.pod pod/perltie.pod pod/perltrap.pod
45239            ! pod/perlvar.pod pod/perlxs.pod
45240 ____________________________________________________________________________
45241 [  6205] By: jhi                                   on 2000/06/06  23:12:14
45242         Log: Subject: [PATCH] Win32 improvements
45243              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
45244              To: gsar@activestate.com, perl5-porters@perl.org
45245              Date: Mon, 29 May 2000 17:22:24 PDT
45246              Message-ID: <20000530002224.91142.qmail@hotmail.com>
45247              (MUA had mangled many lines by wordwrapping)
45248      Branch: cfgperl
45249            ! utils/c2ph.PL win32/makefile.mk win32/win32.c win32/win32sck.c
45250 ____________________________________________________________________________
45251 [  6204] By: jhi                                   on 2000/06/06  23:01:50
45252         Log: Subject: [PATCH] B::Bytecode patches
45253              From: "Benjamin Stuhl" <sho_pi@hotmail.com>
45254              To: gsar@activestate.com, jhi@iki.fi
45255              Cc: perl5-porters@perl.org
45256              Message-ID: <20000602202526.48694.qmail@hotmail.com>
45257              (MUA had mangled many lines by wordwrapping)
45258      Branch: cfgperl
45259            ! bytecode.pl ext/B/B.pm ext/B/B.xs ext/B/B/Assembler.pm
45260            ! ext/B/B/Bytecode.pm ext/B/O.pm ext/B/defsubs_h.PL
45261            ! ext/ByteLoader/ByteLoader.xs ext/ByteLoader/bytecode.h
45262            ! intrpvar.h perl.c
45263 ____________________________________________________________________________
45264 [  6203] By: jhi                                   on 2000/06/06  22:32:43
45265         Log: Subject: [PATCH] perldiag should refer to perlos2.pod not README.os2
45266              From: sthoenna@efn.org (Yitzchak Scott-Thoennes)
45267              Date: Tue, 06 Jun 2000 13:07:45 -0700
45268              Message-ID: <RoVP5gzkgmTL092yn@efn.org>
45269      Branch: cfgperl
45270            ! pod/perldiag.pod
45271 ____________________________________________________________________________
45272 [  6202] By: jhi                                   on 2000/06/06  19:38:35
45273         Log: Integrate with Sarathy.
45274      Branch: cfgperl
45275           !> perl.c
45276 ____________________________________________________________________________
45277 [  6201] By: gsar                                  on 2000/06/06  00:42:59
45278         Log: Perl_eval_pv() leaks 4 bytes every time it is called because it
45279              does a PUSHMARK that's never ever POPMARKed; in general, only
45280              Perl_call_[sp]v() need a PUSHMARK for incoming arguments;
45281              Perl_eval_[sp]v() don't because they don't take any incoming
45282              arguments (this leak has been around since the original version
45283              of perl_eval_pv() in 5.003_97e)
45284      Branch: perl
45285            ! perl.c
45286 ____________________________________________________________________________
45287 [  6200] By: jhi                                   on 2000/06/04  03:44:52
45288         Log: Update to cperl-mode.el 4.31 from
45289              ftp://ftp.math.ohio-state.edu/pub/users/ilya/cperl-mode.el
45290              Subject: A couple of notes
45291              From: Ilya Zakharevich <ilya@math.ohio-state.edu>
45292              To: Mailing list Perl5 <perl5-porters@perl.org>
45293              Date: Sat, 3 Jun 2000 23:33:32 -0400
45294              Message-ID: <20000603233332.A6790@monk.mps.ohio-state.edu>
45295      Branch: cfgperl
45296            ! emacs/cperl-mode.el
45297 ____________________________________________________________________________
45298 [  6199] By: jhi                                   on 2000/06/03  15:11:05
45299         Log: Subject: [PATCH 5.6.0]Make perl's malloc work on VMS
45300              From: Dan Sugalski <dan@sidhe.org>
45301              To: perl5-porters@perl.org, vmsperl@perl.org
45302              Date: Fri, 02 Jun 2000 17:30:51 -0400
45303              Message-Id: <4.3.2.7.0.20000602173021.01f03570@24.8.96.48>
45304      Branch: cfgperl
45305            ! vms/descrip_mms.template vms/gen_shrfls.pl
45306 ____________________________________________________________________________
45307 [  6198] By: jhi                                   on 2000/06/03  14:59:15
45308         Log: Subject: [PATCH 5.6.0]VMS fixups so we can build with MULTIPLICITY
45309              From: Dan Sugalski <dan@sidhe.org>
45310              To: vmsperl@perl.org, perl5-porters@perl.org
45311              Date: Fri, 02 Jun 2000 16:00:41 -0400
45312              Message-Id: <4.3.2.7.0.20000602155951.01f02b20@24.8.96.48>
45313              Message-Id: <4.3.2.7.0.20000602164011.01ec8c30@24.8.96.48>
45314      Branch: cfgperl
45315            ! embed.h embed.pl embedvar.h ext/POSIX/POSIX.xs global.sym
45316            ! objXSUB.h perlapi.c perlapi.h pod/perlapi.pod
45317            ! pod/perlintern.pod proto.h vms/vms.c vms/vmsish.h
45318 ____________________________________________________________________________
45319 [  6197] By: jhi                                   on 2000/06/03  14:41:30
45320         Log: Subject: [ID 20000602.005] [PATCH]5.6.0 (DOC) tiny change to perlsyn.pod
45321              From: John Borwick <jhborwic@unity.ncsu.edu>
45322              Date: Fri, 2 Jun 2000 14:35:03 -0400 (EDT)
45323              Message-Id: <Pine.GSO.4.21.0006021420290.11432-100000@eos00du.eos.ncsu.edu>
45324      Branch: cfgperl
45325            ! pod/perlsyn.pod
45326 ____________________________________________________________________________
45327 [  6196] By: jhi                                   on 2000/06/03  14:38:09
45328         Log: Integrate with Sarathy.
45329      Branch: cfgperl
45330           !> cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
45331           !> perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
45332           !> vms/perly_c.vms
45333 ____________________________________________________________________________
45334 [  6195] By: gsar                                  on 2000/06/02  22:43:13
45335         Log: fix yet another eval"" leak under USE_ITHREADS
45336      Branch: perl
45337            ! op.c
45338 ____________________________________________________________________________
45339 [  6194] By: gsar                                  on 2000/06/02  18:22:06
45340         Log: fix small eval"" memory leaks under USE_ITHREADS
45341      Branch: perl
45342            ! cop.h embed.h embed.pl objXSUB.h op.c perl.c perlapi.c perly.c
45343            ! perly_c.diff pp_ctl.c proto.h scope.c scope.h sv.c toke.c
45344            ! vms/perly_c.vms
45345 ____________________________________________________________________________
45346 [  6193] By: jhi                                   on 2000/06/01  13:03:56
45347         Log: Signals-be-gone for microperl.
45348      Branch: cfgperl
45349            ! Todo.micro doop.c mg.c perl.c perl.h pp_sys.c util.c
45350 ____________________________________________________________________________
45351 [  6192] By: jhi                                   on 2000/06/01  12:52:02
45352         Log: Integrate with Sarathy.
45353      Branch: cfgperl
45354           +> lib/Pod/LaTeX.pm t/lib/selfloader.t
45355           !> AUTHORS MAINTAIN MANIFEST doop.c embed.pl
45356           !> ext/Devel/Peek/Peek.pm handy.h lib/SelfLoader.pm perl.c
45357           !> pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
45358           !> pod/perlfaq9.pod pod/perlfunc.pod pod/perllocale.pod
45359           !> pod/perlre.pod pod/perltrap.pod pod/pod2latex.PL t/op/tr.t
45360           !> t/op/vec.t utils/h2xs.PL
45361 ____________________________________________________________________________
45362 [  6191] By: gsar                                  on 2000/06/01  09:38:21
45363         Log: vec() loses numericalness (modified version of patch suggested
45364              by Robin Barker)
45365      Branch: perl
45366            ! doop.c t/op/vec.t
45367 ____________________________________________________________________________
45368 [  6190] By: gsar                                  on 2000/06/01  09:26:15
45369         Log: submit missing embed.pl change
45370      Branch: perl
45371            ! embed.pl
45372 ____________________________________________________________________________
45373 [  6189] By: gsar                                  on 2000/06/01  09:05:34
45374         Log: counting tr/// corrupts later operation (from M.J.T Guy)
45375      Branch: perl
45376            ! doop.c t/op/tr.t
45377 ____________________________________________________________________________
45378 [  6188] By: gsar                                  on 2000/06/01  08:58:39
45379         Log: h2xs tweaks
45380      Branch: perl
45381            ! utils/h2xs.PL
45382 ____________________________________________________________________________
45383 [  6187] By: gsar                                  on 2000/06/01  08:50:07
45384         Log: replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN
45385              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
45386      Branch: perl
45387            + lib/Pod/LaTeX.pm
45388            ! AUTHORS MAINTAIN MANIFEST ext/Devel/Peek/Peek.pm
45389            ! pod/pod2latex.PL
45390 ____________________________________________________________________________
45391 [  6186] By: gsar                                  on 2000/06/01  08:24:40
45392         Log: further qualify references to "alphanumeric" (from Wolfgang Laun
45393              <wolfgang.laun@alcatel.at>)
45394      Branch: perl
45395            ! handy.h pod/perlapi.pod pod/perldata.pod pod/perlfaq6.pod
45396            ! pod/perlfaq9.pod pod/perllocale.pod pod/perlre.pod
45397 ____________________________________________________________________________
45398 [  6185] By: gsar                                  on 2000/06/01  08:12:00
45399         Log: remove incorrect documentation about implicit split to @_ in
45400              list context, which never really worked in perl 5 (from
45401              M.J.T. Guy)
45402      Branch: perl
45403            ! pod/perlfunc.pod pod/perltrap.pod
45404 ____________________________________________________________________________
45405 [  6184] By: gsar                                  on 2000/06/01  07:52:27
45406         Log: tweak for change#6127
45407      Branch: perl
45408            ! perl.c
45409 ____________________________________________________________________________
45410 [  6183] By: gsar                                  on 2000/06/01  07:41:02
45411         Log: SelfLoader can lose $@ in AUTOLOAD() (from Nicholas Clark
45412              <nick@ccl4.org>)
45413      Branch: perl
45414            + t/lib/selfloader.t
45415            ! MANIFEST lib/SelfLoader.pm
45416 ____________________________________________________________________________
45417 [  6182] By: jhi                                   on 2000/06/01  00:34:42
45418         Log: Be Cleaner Part Deux.
45419      Branch: cfgperl
45420            ! Makefile.SH
45421 ____________________________________________________________________________
45422 [  6181] By: jhi                                   on 2000/06/01  00:32:09
45423         Log: Integrate with Sarathy.
45424      Branch: cfgperl
45425           !> pp.c t/op/arith.t
45426 ____________________________________________________________________________
45427 [  6180] By: jhi                                   on 2000/06/01  00:31:13
45428         Log: microperl nits from Simon Cozens.
45429      Branch: cfgperl
45430            + uconfig.h
45431            ! MAINTAIN MANIFEST Makefile.SH Todo.micro perl.h uconfig.sh
45432            ! unixish.h
45433 ____________________________________________________________________________
45434 [  6179] By: gsar                                  on 2000/05/31  22:37:51
45435         Log: buggy modulus on UVs introduced by change#3378 (resulted in
45436              4063328477 % 65535 amounting to 27406, instead of 27407)
45437      Branch: perl
45438            ! pp.c t/op/arith.t
45439 ____________________________________________________________________________
45440 [  6178] By: jhi                                   on 2000/05/31  21:52:41
45441         Log: Be cleaner.
45442      Branch: cfgperl
45443            ! Makefile.SH
45444 ____________________________________________________________________________
45445 [  6177] By: jhi                                   on 2000/05/31  21:47:33
45446         Log: Substitution utf8 patch from Simon Cozens.
45447      Branch: cfgperl
45448            ! pp_hot.c
45449 ____________________________________________________________________________
45450 [  6176] By: jhi                                   on 2000/05/31  21:45:34
45451         Log: Single-quoted utf8 patch from Simon Cozens.
45452      Branch: cfgperl
45453            ! toke.c
45454 ____________________________________________________________________________
45455 [  6175] By: jhi                                   on 2000/05/31  21:40:18
45456         Log: Integrate with Sarathy.
45457      Branch: cfgperl
45458           !> op.c regexec.c t/lib/filefind.t t/op/re_tests t/op/wantarray.t
45459 ____________________________________________________________________________
45460 [  6174] By: jhi                                   on 2000/05/31  21:37:31
45461         Log: microperl changes from Simon Cozens; Makefile for microperl
45462              written from scratch; few casts added as microperl compilation
45463              doesn't have all prototypes available.
45464      Branch: cfgperl
45465            + Makefile.micro README.micro Todo.micro uconfig.sh
45466            ! Configure MAINTAIN MANIFEST config_h.SH doop.c mg.c op.c
45467            ! perl.c perl.h perlio.c unixish.h utf8.c util.c
45468      Branch: metaconfig
45469            + U/modified/Config_h.U
45470 ____________________________________________________________________________
45471 [  6173] By: jhi                                   on 2000/05/31  20:00:24
45472         Log: metaconfig maintenance.
45473      Branch: metaconfig
45474            + U/modified/Inhdr.U U/typedefs/inotype.U
45475      Branch: metaconfig/U/perl
45476            + d_finitel.U d_getcwd.U d_llseek.U i_fp_class.U i_iconv.U
45477            + i_ieeefp.U i_syslog.U i_sysrusage.U i_ulimit.U
45478 ____________________________________________________________________________
45479 [  6172] By: gsar                                  on 2000/05/31  05:05:42
45480         Log: fix buggy multiline matching of C<"a\nxb\n" =~ /(?!\A)x/m>
45481              (from Ilya Zakharevich)
45482      Branch: perl
45483            ! regexec.c t/op/re_tests
45484 ____________________________________________________________________________
45485 [  6171] By: gsar                                  on 2000/05/31  05:01:47
45486         Log: scalar() doesn't force scalar context when used in void context
45487              (from Simon Cozens)
45488      Branch: perl
45489            ! op.c t/op/wantarray.t
45490 ____________________________________________________________________________
45491 [  6170] By: gsar                                  on 2000/05/31  04:41:33
45492         Log: change#6142 needs tweaks to tests to work where there's no symlink()
45493              (from Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
45494      Branch: perl
45495            ! t/lib/filefind.t
45496 ____________________________________________________________________________
45497 [  6169] By: gsar                                  on 2000/05/31  04:29:49
45498         Log: integrate cfgperl contents into mainline
45499      Branch: perl
45500           +> pod/perlmodlib.PL pod/perlnewmod.pod
45501           !> (integrate 42 files)
45502 ____________________________________________________________________________
45503 [  6168] By: jhi                                   on 2000/05/30  22:53:37
45504         Log: Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.
45505      Branch: cfgperl
45506            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45507            ! config_h.SH epoc/config.sh perl.h toke.c vms/subconfigure.com
45508            ! vos/config.def vos/config.h vos/config.pl vos/config_h.SH_orig
45509            ! win32/config.bc win32/config.gc win32/config.vc
45510            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45511            ! win32/config_h.PL win32/config_sh.PL
45512      Branch: metaconfig/U/perl
45513            ! perlxv.U
45514 ____________________________________________________________________________
45515 [  6167] By: jhi                                   on 2000/05/30  22:20:21
45516         Log: tweak todo 
45517      Branch: cfgperl
45518            ! Todo-5.6
45519 ____________________________________________________________________________
45520 [  6166] By: jhi                                   on 2000/05/30  22:11:51
45521         Log: Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
45522              in case somebody wants to write an extension for more
45523              shadow database interfaces.
45524      Branch: cfgperl
45525            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45526            ! config_h.SH epoc/config.sh pp_sys.c vms/subconfigure.com
45527            ! vos/config.def vos/config.h vos/config_h.SH_orig
45528            ! win32/config.bc win32/config.gc win32/config.vc
45529            ! win32/config_H.bc win32/config_H.gc win32/config_H.vc
45530      Branch: metaconfig
45531            ! U/modified/Myinit.U
45532      Branch: metaconfig/U/perl
45533            + d_getespwnam.U d_getprpwnam.U i_prot.U
45534 ____________________________________________________________________________
45535 [  6165] By: jhi                                   on 2000/05/30  18:35:34
45536         Log: Integrate with Sarathy.
45537      Branch: cfgperl
45538           !> op.c
45539 ____________________________________________________________________________
45540 [  6164] By: jhi                                   on 2000/05/30  18:30:16
45541         Log: detypo
45542      Branch: cfgperl
45543            ! Configure config_h.SH
45544      Branch: metaconfig/U/perl
45545            ! perlxv.U
45546 ____________________________________________________________________________
45547 [  6163] By: gsar                                  on 2000/05/30  03:24:03
45548         Log: fix memory leak in C<eval "BEGIN {}"> (bug in change#4579)
45549      Branch: perl
45550            ! op.c
45551 ____________________________________________________________________________
45552 [  6162] By: gsar                                  on 2000/05/30  03:09:38
45553         Log: fix memory leak in method call optimization (change#3768);
45554              made C<eval "$x->foo()"> leak
45555      Branch: perl
45556            ! op.c
45557 ____________________________________________________________________________
45558 [  6161] By: jhi                                   on 2000/05/29  17:56:26
45559         Log: Add autogeneration of perlmodlib.pod and the new perlnewmod.pod,
45560              both from Simon Cozens.
45561      Branch: cfgperl
45562            + pod/perlmodlib.PL pod/perlnewmod.pod
45563            ! AUTHORS MAINTAIN MANIFEST pod/Makefile pod/perl.pod
45564            ! pod/perlmodlib.pod pod/perltoc.pod
45565 ____________________________________________________________________________
45566 [  6160] By: jhi                                   on 2000/05/29  17:23:55
45567         Log: Changes for the File::Temp 0.08 (change #6159) test suite
45568              to fit better into the Perl distribution test framework.
45569      Branch: cfgperl
45570            ! t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t t/lib/ftmp-security.t
45571            ! t/lib/ftmp-tempfile.t
45572 ____________________________________________________________________________
45573 [  6159] By: jhi                                   on 2000/05/29  16:55:36
45574         Log: Upgrade to File::Temp 0.08 from Tim Jenness via CPAN.
45575      Branch: cfgperl
45576            ! lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
45577            ! t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
45578 ____________________________________________________________________________
45579 [  6158] By: bailey                                on 2000/05/29  16:22:08
45580         Log: Add fallback to tmpfile for use in cases where user's relying on
45581              ACLs on SYS$SCRATCH to permit file creation. (based on Charles
45582              Lane's patch)
45583      Branch: vmsperl
45584            ! vms/vms.c vms/vmsish.h
45585 ____________________________________________________________________________
45586 [  6157] By: jhi                                   on 2000/05/29  03:10:36
45587         Log: Regen Configure to jive with #6149.
45588      Branch: cfgperl
45589            ! Configure
45590      Branch: metaconfig
45591            ! U/modified/Getfile.U
45592 ____________________________________________________________________________
45593 [  6156] By: jhi                                   on 2000/05/29  03:01:38
45594         Log: Integrate with Sarathy.
45595      Branch: cfgperl
45596           +> ext/DynaLoader/dl_mac.xs
45597           !> (integrate 38 files)
45598 ____________________________________________________________________________
45599 [  6155] By: gsar                                  on 2000/05/28  21:15:58
45600         Log: small bug in change#6144; remove random \xA0 character that snuck
45601              in via change#6145
45602      Branch: perl
45603            ! lib/AutoSplit.pm lib/ExtUtils/xsubpp
45604 ____________________________________________________________________________
45605 [  6154] By: gsar                                  on 2000/05/28  21:04:19
45606         Log: avoid type mismatch warning
45607      Branch: perl
45608            ! perl.c
45609 ____________________________________________________________________________
45610 [  6153] By: gsar                                  on 2000/05/28  20:58:31
45611         Log: prettier Test::Harness output on failed tests (from Nicholas Clark
45612              <nick@Bagpuss.uk.boo.com>)
45613      Branch: perl
45614            ! lib/Test/Harness.pm
45615 ____________________________________________________________________________
45616 [  6152] By: gsar                                  on 2000/05/28  20:53:42
45617         Log: cosmetic fixups of RE debug output (from Ilya Zakharevich)
45618      Branch: perl
45619            ! regexec.c
45620 ____________________________________________________________________________
45621 [  6151] By: gsar                                  on 2000/05/28  20:50:28
45622         Log: fix accidental pessimization in RE optimizer (from Ilya Zakharevich)
45623      Branch: perl
45624            ! regexec.c
45625 ____________________________________________________________________________
45626 [  6150] By: gsar                                  on 2000/05/28  20:39:58
45627         Log: perlrequick.pod updates (from Mark Kvale <kvale@phy.ucsf.edu>)
45628      Branch: perl
45629            ! pod/perlrequick.pod
45630 ____________________________________________________________________________
45631 [  6149] By: gsar                                  on 2000/05/28  20:35:16
45632         Log: OS/2 tweaks for usethreads build (from Rocco Caputo
45633              <troc@netrus.net>)
45634      Branch: perl
45635            ! Configure hints/os2.sh makedef.pl os2/Makefile.SHs
45636            ! os2/OS2/REXX/t/rx_dllld.t os2/OS2/REXX/t/rx_objcall.t
45637            ! os2/OS2/REXX/t/rx_tievar.t os2/OS2/REXX/t/rx_tieydb.t
45638            ! os2/os2.c os2/os2ish.h perl.c util.c x2p/a2p.h
45639 ____________________________________________________________________________
45640 [  6148] By: gsar                                  on 2000/05/28  20:21:07
45641         Log: close open file before chmod() (from Rocco Caputo <troc@netrus.net>)
45642      Branch: perl
45643            ! lib/ExtUtils/MM_Unix.pm
45644 ____________________________________________________________________________
45645 [  6147] By: gsar                                  on 2000/05/28  20:12:41
45646         Log: add a make entry to Config.pm so "perl -V:make" works on VMS
45647              (from Peter Prymmer)
45648      Branch: perl
45649            ! vms/subconfigure.com
45650 ____________________________________________________________________________
45651 [  6146] By: gsar                                  on 2000/05/28  20:06:15
45652         Log: doc typo
45653      Branch: perl
45654            ! lib/warnings.pm warnings.h warnings.pl
45655 ____________________________________________________________________________
45656 [  6145] By: gsar                                  on 2000/05/28  18:44:33
45657         Log: make xsubpp skip embedded pod (from Matthias Neeracher
45658              <neeri@iis.ee.ethz.ch>)
45659      Branch: perl
45660            ! lib/ExtUtils/xsubpp
45661 ____________________________________________________________________________
45662 [  6144] By: gsar                                  on 2000/05/28  18:42:49
45663         Log: MacOS support, part 2: make AutoSplit use File::Spec instead
45664              of assuming Unixisms; *UNTESTED on Unix* (from Matthias Neeracher
45665              <neeri@iis.ee.ethz.ch>)
45666      Branch: perl
45667            ! lib/AutoSplit.pm
45668 ____________________________________________________________________________
45669 [  6143] By: gsar                                  on 2000/05/28  18:41:12
45670         Log: MacOS support, part 1 (from Matthias Neeracher
45671              <neeri@iis.ee.ethz.ch>)
45672      Branch: perl
45673            + ext/DynaLoader/dl_mac.xs
45674            ! MANIFEST ext/DB_File/Makefile.PL ext/NDBM_File/Makefile.PL
45675            ! ext/POSIX/POSIX.xs lib/ExtUtils/MakeMaker.pm mg.c perl.c
45676            ! perlsfio.h pod/perlfaq4.pod pp_ctl.c proto.h toke.c util.c
45677            ! util.h
45678 ____________________________________________________________________________
45679 [  6142] By: gsar                                  on 2000/05/28  18:21:51
45680         Log: File::Find fails to chdir when chasing symlinks (from
45681              Helmut Jarausch <jarausch@igpm.rwth-aachen.de>)
45682      Branch: perl
45683            ! lib/File/Find.pm t/lib/filefind.t
45684 ____________________________________________________________________________
45685 [  6141] By: jhi                                   on 2000/05/28  14:25:15
45686         Log: BSD/OS (bsdi) hints update by Timur I. Bakeyev and Todd C. Miller,
45687              forwarded by Peter Seebach from the bsdi-users mailing list.
45688              p5p Message-Id: <200005280543.AAA24519@guild.plethora.net>
45689      Branch: perl
45690            ! hints/bsdos.sh
45691 ____________________________________________________________________________
45692 [  6140] By: jhi                                   on 2000/05/28  14:11:57
45693         Log: Integrate with Sarathy.
45694      Branch: cfgperl
45695           +> (branch 30 files)
45696           !> (integrate 93 files)
45697 ____________________________________________________________________________
45698 [  6139] By: gsar                                  on 2000/05/28  10:01:48
45699         Log: revise mktables.PL for bugs and newness in Unicode 3.0
45700              (from James Bence <jbence@amgen.com>)
45701      Branch: perl
45702            + lib/unicode/Is/BidiAL.pl lib/unicode/Is/BidiBN.pl
45703            + lib/unicode/Is/BidiLRE.pl lib/unicode/Is/BidiLRO.pl
45704            + lib/unicode/Is/BidiNSM.pl lib/unicode/Is/BidiPDF.pl
45705            + lib/unicode/Is/BidiRLE.pl lib/unicode/Is/BidiRLO.pl
45706            + lib/unicode/Is/Cf.pl lib/unicode/Is/Cs.pl
45707            + lib/unicode/Is/DCfraction.pl lib/unicode/Is/Me.pl
45708            + lib/unicode/Is/Nl.pl lib/unicode/Is/Pc.pl lib/unicode/Is/Pf.pl
45709            + lib/unicode/Is/Pi.pl lib/unicode/Is/Sk.pl
45710            + lib/unicode/Is/SylAA.pl lib/unicode/Is/SylAAI.pl
45711            + lib/unicode/Is/SylAI.pl lib/unicode/Is/SylEE.pl
45712            + lib/unicode/Is/SylII.pl lib/unicode/Is/SylN.pl
45713            + lib/unicode/Is/SylOO.pl lib/unicode/Is/SylWAA.pl
45714            + lib/unicode/Is/SylWEE.pl lib/unicode/Is/SylWII.pl
45715            + lib/unicode/Is/SylWO.pl lib/unicode/Is/SylWOO.pl
45716            + lib/unicode/Is/SylWU.pl
45717            ! MANIFEST lib/unicode/Is/Cn.pl lib/unicode/Is/Graph.pl
45718            ! lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
45719            ! lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
45720            ! lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
45721            ! lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
45722            ! lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
45723            ! lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
45724            ! lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
45725            ! lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
45726            ! lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
45727            ! lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
45728            ! lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
45729            ! lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
45730            ! lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
45731            ! lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
45732            ! lib/unicode/Is/LbrkZW.pl lib/unicode/Is/Punct.pl
45733            ! lib/unicode/Is/Space.pl lib/unicode/Is/SylA.pl
45734            ! lib/unicode/Is/SylC.pl lib/unicode/Is/SylE.pl
45735            ! lib/unicode/Is/SylI.pl lib/unicode/Is/SylO.pl
45736            ! lib/unicode/Is/SylU.pl lib/unicode/Is/SylV.pl
45737            ! lib/unicode/Is/SylWA.pl lib/unicode/Is/SylWC.pl
45738            ! lib/unicode/Is/SylWE.pl lib/unicode/Is/SylWI.pl
45739            ! lib/unicode/Is/SylWV.pl lib/unicode/Is/Upper.pl
45740            ! lib/unicode/Makefile lib/unicode/mktables.PL
45741 ____________________________________________________________________________
45742 [  6138] By: gsar                                  on 2000/05/28  08:50:32
45743         Log: add note about the handling of negative indices to tied arrays
45744              (from Michael G Schwern <schwern@pobox.com>)
45745      Branch: perl
45746            ! pod/perltie.pod
45747 ____________________________________________________________________________
45748 [  6137] By: gsar                                  on 2000/05/28  08:46:10
45749         Log: fix bogus redeclaration warning for "our" variables in different
45750              scopes
45751      Branch: perl
45752            ! op.c t/pragma/strict-vars
45753 ____________________________________________________________________________
45754 [  6136] By: gsar                                  on 2000/05/28  08:31:20
45755         Log: random pod typos (from Peter Scott <Peter@PSDT.com>)
45756      Branch: perl
45757            ! ext/Devel/Peek/Peek.pm pod/perldebguts.pod
45758 ____________________________________________________________________________
45759 [  6135] By: gsar                                  on 2000/05/28  08:17:50
45760         Log: enable Test::Harness to dynamically determine column width etc.
45761              (from Rob Napier <rnapier@employees.org>)
45762      Branch: perl
45763            ! lib/Test/Harness.pm
45764 ____________________________________________________________________________
45765 [  6134] By: gsar                                  on 2000/05/28  08:13:39
45766         Log: make Test::Harness use wait.h/WCOREDUMP if available
45767              (from Ben Tilly <ben_tilly@hotmail.com>)
45768      Branch: perl
45769            ! lib/Test/Harness.pm
45770 ____________________________________________________________________________
45771 [  6133] By: gsar                                  on 2000/05/28  08:08:05
45772         Log: elide bogus test in change#6132
45773      Branch: perl
45774            ! t/pragma/warn/9enabled
45775 ____________________________________________________________________________
45776 [  6132] By: gsar                                  on 2000/05/28  08:03:14
45777         Log: warnings::enabled() doesn't fall back to looking at $^W if
45778              caller isn't using lexical warnings (from Paul Marquess)
45779      Branch: perl
45780            ! pp_ctl.c t/pragma/warn/9enabled
45781 ____________________________________________________________________________
45782 [  6131] By: gsar                                  on 2000/05/28  07:57:47
45783         Log: avoid warnings in POSIX.pm (from Barrie Slaymaker)
45784      Branch: perl
45785            ! ext/POSIX/POSIX.pm
45786 ____________________________________________________________________________
45787 [  6130] By: gsar                                  on 2000/05/28  07:29:12
45788         Log: fix places that mean C<"word" character> but say C<alphanumeric
45789              character>
45790      Branch: perl
45791            ! pod/perlfunc.pod pod/perlre.pod pod/perlretut.pod
45792 ____________________________________________________________________________
45793 [  6129] By: gsar                                  on 2000/05/28  07:18:41
45794         Log: VMS test harness tweak (from Jesper Naur <jesper.naur@post.tele.dk>)
45795      Branch: perl
45796            ! vms/test.com
45797 ____________________________________________________________________________
45798 [  6128] By: gsar                                  on 2000/05/28  07:12:55
45799         Log: new perlxstut example for passing/returning refs to arrays
45800              (from David Lowe <dlowe@pootpoot.com>)
45801      Branch: perl
45802            ! pod/perlxstut.pod
45803 ____________________________________________________________________________
45804 [  6127] By: gsar                                  on 2000/05/28  07:02:50
45805         Log: call_method(...,G_EVAL) can longjmp() out if the method probing
45806              failed (from Gisle Aas)
45807      Branch: perl
45808            ! cop.h perl.c
45809 ____________________________________________________________________________
45810 [  6126] By: gsar                                  on 2000/05/28  06:39:53
45811         Log: change#2879 broke rvalue autovivification of magicals such as ${$num}
45812              (reworked variant of patch suggested by Simon Cozens)
45813      Branch: perl
45814            ! embed.h embed.pl gv.c pod/perlapi.pod pod/perlintern.pod pp.c
45815            ! pp_hot.c proto.h t/op/gv.t
45816 ____________________________________________________________________________
45817 [  6125] By: gsar                                  on 2000/05/28  05:14:55
45818         Log: enable propagating exception objects via Perl_croak() in XS code
45819              (from Gisle Aas)
45820      Branch: perl
45821            ! util.c
45822 ____________________________________________________________________________
45823 [  6124] By: gsar                                  on 2000/05/28  05:07:28
45824         Log: integrate vmsperl contents into mainline
45825      Branch: perl
45826           !> lib/ExtUtils/MM_VMS.pm lib/File/Spec/VMS.pm t/op/lex_assign.t
45827           !> vms/ext/vmsish.pm vms/ext/vmsish.t vms/test.com vms/vms.c
45828           !> vms/vmsish.h
45829 ____________________________________________________________________________
45830 [  6123] By: gsar                                  on 2000/05/28  05:03:53
45831         Log: clarify gotcha with #line directives (from Rocco Caputo
45832              <troc@netrus.net>)
45833      Branch: perl
45834            ! pod/perldebug.pod pod/perlsyn.pod
45835 ____________________________________________________________________________
45836 [  6122] By: gsar                                  on 2000/05/28  04:58:29
45837         Log: downgrade fatal error on C<"foo@nosucharray.com"> to optional warning
45838              (from Mark-Jason Dominus)
45839      Branch: perl
45840            ! lib/ExtUtils/typemap pod/perl56delta.pod pod/perlsub.pod
45841            ! pod/perltrap.pod t/base/lex.t t/pragma/strict-vars
45842            ! t/pragma/strict.t t/pragma/warn/toke t/pragma/warnings.t
45843            ! toke.c
45844 ____________________________________________________________________________
45845 [  6121] By: bailey                                on 2000/05/25  04:46:54
45846         Log: Allow eliminate_macros() and fixpath() to handle space-delimited
45847              lists (based on fixes by Craig Berry)
45848      Branch: vmsperl
45849            ! lib/File/Spec/VMS.pm
45850 ____________________________________________________________________________
45851 [  6120] By: bailey                                on 2000/05/25  04:25:38
45852         Log: Add missing escape (Charles Lane)
45853      Branch: vmsperl
45854            ! t/op/lex_assign.t
45855 ____________________________________________________________________________
45856 [  6119] By: bailey                                on 2000/05/25  04:21:25
45857         Log: Quiet error messages in vmsish.t (Charles Lane)
45858      Branch: vmsperl
45859            ! vms/ext/vmsish.t
45860 ____________________________________________________________________________
45861 [  6118] By: bailey                                on 2000/05/25  04:17:57
45862         Log: Regularize distinction between RMS$_DNF and RMS$_DIR (Craig Berry)
45863              Flatten case labels in switch statements uniformly (Charles Bailey)
45864      Branch: vmsperl
45865            ! vms/vms.c
45866 ____________________________________________________________________________
45867 [  6117] By: bailey                                on 2000/05/25  03:58:09
45868         Log: Treat sockets as special in sys(read|write) (Charles Lane et al.)
45869      Branch: vmsperl
45870            ! vms/vmsish.h
45871 ____________________________________________________________________________
45872 [  6116] By: bailey                                on 2000/05/25  03:11:15
45873         Log: Miscellaneous cosmetic fixes (Charles Lane)
45874      Branch: vmsperl
45875            ! lib/ExtUtils/MM_VMS.pm
45876 ____________________________________________________________________________
45877 [  6115] By: bailey                                on 2000/05/25  03:10:36
45878         Log: Add bounds checking for several strings (Charles Lane)
45879      Branch: vmsperl
45880            ! vms/vms.c
45881 ____________________________________________________________________________
45882 [  6114] By: bailey                                on 2000/05/25  02:25:34
45883         Log: Urk -- undo previous removal of vmsish 'exit' change
45884      Branch: vmsperl
45885            ! vms/ext/vmsish.pm vms/vmsish.h
45886 ____________________________________________________________________________
45887 [  6113] By: bailey                                on 2000/05/24  02:24:40
45888         Log: Ugly workaround for version-specific RTL error
45889      Branch: vmsperl
45890            ! vms/vms.c
45891 ____________________________________________________________________________
45892 [  6112] By: bailey                                on 2000/05/24  02:19:55
45893         Log: Check for existence of file before trying to delete
45894      Branch: vmsperl
45895            ! vms/test.com
45896 ____________________________________________________________________________
45897 [  6111] By: bailey                                on 2000/05/23  23:35:13
45898         Log: Resync with mainline prior to post-5.6.0 updates
45899      Branch: vmsperl
45900           +> (branch 49 files)
45901            - t/lib/thread.t t/op/64bit.t t/op/nothread.t
45902            ! vms/ext/vmsish.pm
45903           !> (integrate 334 files)
45904 ____________________________________________________________________________
45905 [  6110] By: jhi                                   on 2000/05/23  19:28:32
45906         Log: todo tweak
45907      Branch: cfgperl
45908            ! Todo-5.6
45909 ____________________________________________________________________________
45910 [  6109] By: jhi                                   on 2000/05/18  17:38:54
45911         Log: Integrate with Sarathy.
45912      Branch: cfgperl
45913           !> mg.c perl.h win32/perlhost.h
45914 ____________________________________________________________________________
45915 [  6108] By: gsar                                  on 2000/05/17  02:24:56
45916         Log: reenable fake signal handling on Windows, bugs and all
45917      Branch: perl
45918            ! mg.c perl.h win32/perlhost.h
45919 ____________________________________________________________________________
45920 [  6107] By: jhi                                   on 2000/05/15  18:01:41
45921         Log: Tweak the todo list.
45922      Branch: cfgperl
45923            ! Todo-5.6
45924 ____________________________________________________________________________
45925 [  6106] By: jhi                                   on 2000/05/15  13:41:48
45926         Log: The (Configure) script refuses to go on, after asking for
45927              'You may also choose to try maximal 64-bitness....'.
45928              If answer is yes the script can't find the 'workshoplibpth.cbu' file.
45929              -- Patrick Zima
45930              p5p Message-Id: <200005151108.NAA19733@pc026991.otn.lm.dasa.de> 
45931      Branch: cfgperl
45932            ! hints/solaris_2.sh
45933 ____________________________________________________________________________
45934 [  6105] By: jhi                                   on 2000/05/11  14:37:43
45935         Log: Integrate with Sarathy.
45936      Branch: cfgperl
45937           !> embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
45938           !> perlapi.c pod/perlapi.pod proto.h win32/win32.c
45939 ____________________________________________________________________________
45940 [  6104] By: gsar                                  on 2000/05/11  03:39:07
45941         Log: PL_sys_intern was being initialized too late on windows
45942      Branch: perl
45943            ! embed.h embed.pl global.sym makedef.pl objXSUB.h perl.c
45944            ! perlapi.c pod/perlapi.pod proto.h win32/win32.c
45945 ____________________________________________________________________________
45946 [  6103] By: jhi                                   on 2000/05/09  19:42:20
45947         Log: Test tweaking for Unicos continues.
45948      Branch: cfgperl
45949            ! t/op/64bitint.t
45950 ____________________________________________________________________________
45951 [  6102] By: jhi                                   on 2000/05/09  16:47:27
45952         Log: The test suite tweak in #6101 wasn't quite right.
45953      Branch: cfgperl
45954            ! t/lib/complex.t
45955 ____________________________________________________________________________
45956 [  6101] By: jhi                                   on 2000/05/09  15:35:34
45957         Log: Hints and test tweaks for Unicos.
45958      Branch: cfgperl
45959            ! hints/unicos.sh t/lib/b.t t/lib/complex.t t/op/64bitint.t
45960 ____________________________________________________________________________
45961 [  6100] By: jhi                                   on 2000/05/08  21:15:06
45962         Log: More compilation tweakery from Allen Smith.
45963      Branch: cfgperl
45964            ! hints/irix_6.sh
45965 ____________________________________________________________________________
45966 [  6099] By: jhi                                   on 2000/05/08  19:21:18
45967         Log: Tweaks for the cc bugs from Allen Smith.
45968      Branch: cfgperl
45969            ! hints/irix_6.sh
45970 ____________________________________________________________________________
45971 [  6098] By: jhi                                   on 2000/05/08  19:13:37
45972         Log: Add a note about other, yet unsupported, shadow password APIs.
45973      Branch: cfgperl
45974            ! pp_sys.c
45975 ____________________________________________________________________________
45976 [  6097] By: jhi                                   on 2000/05/08  18:46:34
45977         Log: Add a note about possible compilation problems from Allen Smith.
45978      Branch: cfgperl
45979            ! hints/irix_6.sh
45980 ____________________________________________________________________________
45981 [  6096] By: jhi                                   on 2000/05/08  17:33:10
45982         Log: Integrate with Sarathy.
45983      Branch: cfgperl
45984           !> README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
45985           !> hints/cygwin.sh pp_sys.c sv.c win32/perlhost.h
45986 ____________________________________________________________________________
45987 [  6095] By: jhi                                   on 2000/05/08  16:21:33
45988         Log: Introduce NV_PRESERVED_BITS.  Not yet used anywhere but
45989              might be useful in future.
45990      Branch: cfgperl
45991            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
45992            ! config_h.SH
45993      Branch: metaconfig
45994            ! U/installdirs/inc_version_list.U
45995      Branch: metaconfig/U/perl
45996            ! perlxv.U
45997 ____________________________________________________________________________
45998 [  6094] By: gsar                                  on 2000/05/08  14:22:22
45999         Log: cygwin update (from Eric Fifer <efifer@sanwaint.com>)
46000      Branch: perl
46001            ! README.cygwin cygwin/Makefile.SHs cygwin/cygwin.c
46002            ! hints/cygwin.sh pp_sys.c
46003 ____________________________________________________________________________
46004 [  6093] By: gsar                                  on 2000/05/08  12:52:28
46005         Log: fork() failure to create pseudo process sets errno=EAGAIN and returns
46006              undef on windows (from Clinton Pierce <clintp@geeksalad.org>)
46007      Branch: perl
46008            ! pp_sys.c sv.c win32/perlhost.h
46009 ____________________________________________________________________________
46010 [  6092] By: jhi                                   on 2000/05/07  22:40:34
46011         Log: Regen perltoc with the fixed buildtoc.
46012      Branch: cfgperl
46013            ! pod/perltoc.pod
46014 ____________________________________________________________________________
46015 [  6091] By: jhi                                   on 2000/05/07  22:24:16
46016         Log: Integrate with Sarathy.
46017      Branch: cfgperl
46018           !> perl.c pod/buildtoc pp.c pp_hot.c sv.c t/op/quotemeta.t
46019           !> t/op/substr.t toke.c
46020 ____________________________________________________________________________
46021 [  6090] By: gsar                                  on 2000/05/07  19:47:07
46022         Log: concat doesn't preserve utf8-ness, and doesn't invalidate
46023              [NI]OK; added tests for both
46024      Branch: perl
46025            ! perl.c pp_hot.c sv.c t/op/substr.t
46026 ____________________________________________________________________________
46027 [  6089] By: gsar                                  on 2000/05/07  18:18:38
46028         Log: buildtoc tweak to fix newline lossage
46029      Branch: perl
46030            ! pod/buildtoc
46031 ____________________________________________________________________________
46032 [  6088] By: jhi                                   on 2000/05/07  16:35:36
46033         Log: Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
46034              because we do not use those.  The HAS_GETSPNAM remains,
46035              though, because we still do use that.
46036      Branch: cfgperl
46037            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46038            ! config_h.SH epoc/config.sh hints/machten.sh pod/perltoc.pod
46039            ! pp_sys.c vms/subconfigure.com vos/config.def vos/config.h
46040            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
46041            ! win32/config.vc win32/config_H.bc win32/config_H.gc
46042            ! win32/config_H.vc win32/config_h.PL win32/config_sh.PL
46043 ____________________________________________________________________________
46044 [  6087] By: gsar                                  on 2000/05/07  16:05:16
46045         Log: reverse() and quotemeta() weren't preserving utf8-ness; add tests
46046      Branch: perl
46047            ! pp.c sv.c t/op/quotemeta.t t/op/substr.t toke.c
46048 ____________________________________________________________________________
46049 [  6086] By: jhi                                   on 2000/05/07  15:27:07
46050         Log: Integrate with Sarathy.
46051      Branch: cfgperl
46052           +> lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
46053           +> t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
46054           !> AUTHORS MAINTAIN MANIFEST iperlsys.h lib/Carp/Heavy.pm
46055           !> lib/diagnostics.pm pod/perlfunc.pod pod/perlrun.pod
46056           !> pod/perltie.pod pp.c t/lib/peek.t t/op/substr.t
46057           !> utils/perlbug.PL vms/vms.c vms/vmsish.h
46058 ____________________________________________________________________________
46059 [  6085] By: gsar                                  on 2000/05/07  05:52:02
46060         Log: repeat operator (x) doesn't preserve utf8-ness
46061      Branch: perl
46062            ! pp.c t/op/substr.t
46063 ____________________________________________________________________________
46064 [  6084] By: gsar                                  on 2000/05/07  05:39:55
46065         Log: substr() does not preserve utf8-ness (from Stefan Eissing
46066              <Eissing@medicaldataservice.de>); added tests
46067      Branch: perl
46068            ! pp.c t/op/substr.t
46069 ____________________________________________________________________________
46070 [  6083] By: gsar                                  on 2000/05/07  05:24:46
46071         Log: note about undocumented caller() return value (from M.J.T. Guy);
46072              yet another peek.t tweak
46073      Branch: perl
46074            ! pod/perlfunc.pod t/lib/peek.t
46075 ____________________________________________________________________________
46076 [  6082] By: gsar                                  on 2000/05/07  05:08:40
46077         Log: peek.t non-portable to ithreads
46078      Branch: perl
46079            ! t/lib/peek.t
46080 ____________________________________________________________________________
46081 [  6081] By: gsar                                  on 2000/05/07  04:17:04
46082         Log: better default perlbug categories for ok reports (from Richard Foley)
46083      Branch: perl
46084            ! utils/perlbug.PL
46085 ____________________________________________________________________________
46086 [  6080] By: gsar                                  on 2000/05/07  04:08:07
46087         Log: add File::Temp v0.08 from CPAN, with small tweaks to testsuite
46088              (from Tim Jenness <t.jenness@jach.hawaii.edu>)
46089      Branch: perl
46090            + lib/File/Temp.pm t/lib/ftmp-mktemp.t t/lib/ftmp-posix.t
46091            + t/lib/ftmp-security.t t/lib/ftmp-tempfile.t
46092            ! AUTHORS MAINTAIN MANIFEST
46093 ____________________________________________________________________________
46094 [  6079] By: gsar                                  on 2000/05/07  04:01:38
46095         Log: remove outdated kludge in Carp (NULLs are permitted in diagnostics now)
46096      Branch: perl
46097            ! lib/Carp/Heavy.pm
46098 ____________________________________________________________________________
46099 [  6078] By: gsar                                  on 2000/05/07  01:24:19
46100         Log: workaround for CRT bug in chdir() (from Charles Lane, via
46101              Peter Prymmer)
46102      Branch: perl
46103            ! iperlsys.h vms/vms.c vms/vmsish.h
46104 ____________________________________________________________________________
46105 [  6077] By: gsar                                  on 2000/05/07  01:22:23
46106         Log: avoid warnings in diagnostics.pm; pod tweaks (from Peter Prymmer
46107              and Tom Phoenix)
46108      Branch: perl
46109            ! lib/diagnostics.pm pod/perlrun.pod pod/perltie.pod
46110 ____________________________________________________________________________
46111 [  6076] By: gsar                                  on 2000/05/06  17:36:29
46112         Log: integrate cfgperl contents into mainline
46113      Branch: perl
46114           +> t/lib/peek.t
46115           !> Configure MANIFEST Porting/Glossary Porting/config.sh
46116           !> Porting/config_H config_h.SH ext/POSIX/POSIX.xs
46117           !> hints/unicos.sh lib/Math/Complex.pm pp_sys.c sv.c
46118           !> t/lib/complex.t t/op/grent.t t/op/pwent.t toke.c util.c
46119 ____________________________________________________________________________
46120 [  6075] By: jhi                                   on 2000/05/05  18:56:10
46121         Log: Make the test more portable.
46122      Branch: cfgperl
46123            ! t/lib/peek.t
46124 ____________________________________________________________________________
46125 [  6074] By: jhi                                   on 2000/05/05  18:49:20
46126         Log: Introduce t/lib/peek.t.
46127      Branch: cfgperl
46128            + t/lib/peek.t
46129            ! MANIFEST
46130 ____________________________________________________________________________
46131 [  6073] By: jhi                                   on 2000/05/05  14:30:45
46132         Log: Complex tweaks.
46133      Branch: cfgperl
46134            ! lib/Math/Complex.pm t/lib/complex.t
46135 ____________________________________________________________________________
46136 [  6072] By: jhi                                   on 2000/05/05  12:27:13
46137         Log: Integrate with Sarathy.
46138      Branch: cfgperl
46139           !> lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
46140           !> lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
46141           !> lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm perl.c
46142           !> pod/perlfunc.pod t/lib/anydbm.t win32/win32.c
46143 ____________________________________________________________________________
46144 [  6071] By: gsar                                  on 2000/05/05  02:24:46
46145         Log: misformatted perllocal.pod (from Tim Jenness
46146              <t.jenness@jach.hawaii.edu>)
46147      Branch: perl
46148            ! lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm
46149 ____________________________________________________________________________
46150 [  6070] By: gsar                                  on 2000/05/05  02:16:52
46151         Log: remove misleading comment (from M.J.T. Guy)
46152      Branch: perl
46153            ! t/lib/anydbm.t
46154 ____________________________________________________________________________
46155 [  6069] By: gsar                                  on 2000/05/05  02:15:13
46156         Log: File::Spec compatibility update (from Barrie Slaymaker
46157              <barries@slaysys.com>)
46158      Branch: perl
46159            ! lib/File/Spec.pm lib/File/Spec/Mac.pm lib/File/Spec/Unix.pm
46160            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
46161 ____________________________________________________________________________
46162 [  6068] By: gsar                                  on 2000/05/05  02:01:50
46163         Log: note about values()
46164      Branch: perl
46165            ! pod/perlfunc.pod
46166 ____________________________________________________________________________
46167 [  6067] By: gsar                                  on 2000/05/05  01:33:09
46168         Log: replace direct call to sighandler() with (*PL_sighandlerp)()
46169      Branch: perl
46170            ! win32/win32.c
46171 ____________________________________________________________________________
46172 [  6066] By: gsar                                  on 2000/05/05  01:23:43
46173         Log: s/END/CHECK/
46174      Branch: perl
46175            ! perl.c
46176 ____________________________________________________________________________
46177 [  6065] By: jhi                                   on 2000/05/04  17:30:22
46178         Log: Integrate with Sarathy.
46179      Branch: cfgperl
46180           !> pp_sys.c sv.c t/pragma/utf8.t toke.c
46181 ____________________________________________________________________________
46182 [  6064] By: gsar                                  on 2000/05/04  17:26:14
46183         Log: change#5905 wasn't quite right--it's intent only applies when arguments
46184              to sv_vcatpvfn() are SVs instead of C types; back out change#5907 as well
46185      Branch: perl
46186            ! pp_sys.c sv.c
46187 ____________________________________________________________________________
46188 [  6063] By: gsar                                  on 2000/05/04  16:52:29
46189         Log: tokeq() could read unallocated field in argument
46190      Branch: perl
46191            ! toke.c
46192 ____________________________________________________________________________
46193 [  6062] By: gsar                                  on 2000/05/04  16:34:51
46194         Log: additional tests for utf8.t
46195      Branch: perl
46196            ! t/pragma/utf8.t
46197 ____________________________________________________________________________
46198 [  6061] By: gsar                                  on 2000/05/04  16:09:28
46199         Log: change#5921 neglected to make eq honor "use bytes"
46200      Branch: perl
46201            ! sv.c
46202 ____________________________________________________________________________
46203 [  6060] By: jhi                                   on 2000/05/04  15:30:16
46204         Log: Integrate with Sarathy.
46205      Branch: cfgperl
46206           !> perl.c regcomp.c t/pragma/utf8.t
46207 ____________________________________________________________________________
46208 [  6059] By: jhi                                   on 2000/05/04  15:26:37
46209         Log: The logic of choosing strtol/strtoul/strtoll/strtoull was wrong
46210              in natively 64-bit platforms where a long is a quad (no need
46211              for long longs).  Also added bias for IVs.
46212      Branch: cfgperl
46213            ! toke.c
46214 ____________________________________________________________________________
46215 [  6058] By: gsar                                  on 2000/05/04  00:19:14
46216         Log: printf(...) should be PerlIO_printf(PerlIO_stdout(), ...)
46217              (spotted by Donald Kinzer <dkinzer@premia.com>)
46218      Branch: perl
46219            ! perl.c
46220 ____________________________________________________________________________
46221 [  6057] By: gsar                                  on 2000/05/03  18:34:01
46222         Log: fix broken parsing of /\x{ab}/
46223      Branch: perl
46224            ! regcomp.c t/pragma/utf8.t
46225 ____________________________________________________________________________
46226 [  6056] By: jhi                                   on 2000/05/03  17:57:16
46227         Log: The search of infinity continues, this time simplified.
46228      Branch: cfgperl
46229            ! lib/Math/Complex.pm
46230 ____________________________________________________________________________
46231 [  6055] By: jhi                                   on 2000/05/03  17:45:30
46232         Log: Detypo.
46233      Branch: cfgperl
46234            ! hints/unicos.sh
46235 ____________________________________________________________________________
46236 [  6054] By: jhi                                   on 2000/05/02  22:28:27
46237         Log: Be more forgiving in POSIX about HUGE_VALL.
46238      Branch: cfgperl
46239            ! ext/POSIX/POSIX.xs
46240 ____________________________________________________________________________
46241 [  6053] By: jhi                                   on 2000/05/02  22:25:05
46242         Log: Integrate with Sarathy.
46243      Branch: cfgperl
46244           !> hints/irix_6.sh pod/perlop.pod
46245 ____________________________________________________________________________
46246 [  6052] By: jhi                                   on 2000/05/02  22:24:31
46247         Log: Unicos hint tweak.
46248      Branch: cfgperl
46249            ! hints/unicos.sh
46250 ____________________________________________________________________________
46251 [  6051] By: jhi                                   on 2000/05/02  22:21:26
46252         Log: Complex tweakery.
46253      Branch: cfgperl
46254            ! lib/Math/Complex.pm t/lib/complex.t
46255 ____________________________________________________________________________
46256 [  6050] By: jhi                                   on 2000/05/02  19:26:22
46257         Log: Use setxxent()/endxxent().
46258      Branch: cfgperl
46259            ! t/op/grent.t t/op/pwent.t
46260 ____________________________________________________________________________
46261 [  6049] By: jhi                                   on 2000/05/02  19:06:02
46262         Log: Test both the scalar and list contexts.
46263      Branch: cfgperl
46264            ! t/op/grent.t t/op/pwent.t
46265 ____________________________________________________________________________
46266 [  6048] By: gsar                                  on 2000/05/02  18:29:10
46267         Log: add note about how $( doesn't interpolate in REs (from
46268              Philip Newton <newton@ficus.frogspace.net>)
46269      Branch: perl
46270            ! pod/perlop.pod
46271 ____________________________________________________________________________
46272 [  6047] By: jhi                                   on 2000/05/02  17:41:24
46273         Log: Call getspnam() only iff needd.
46274      Branch: cfgperl
46275            ! pp_sys.c
46276 ____________________________________________________________________________
46277 [  6046] By: gsar                                  on 2000/05/02  17:07:25
46278         Log: libscheck has insufficient checks for n32 libs (from
46279              Albert Chin-A-Young <china@thewrittenword.com>)
46280      Branch: perl
46281            ! hints/irix_6.sh
46282 ____________________________________________________________________________
46283 [  6045] By: jhi                                   on 2000/05/02  13:57:17
46284         Log: Integrate with Sarathy.
46285      Branch: cfgperl
46286           !> MANIFEST Porting/makerel perl.c pod/perlretut.pod
46287           !> pod/perltrap.pod pp.c regcomp.c t/op/oct.t toke.c util.c
46288 ____________________________________________________________________________
46289 [  6044] By: gsar                                  on 2000/05/02  06:48:19
46290         Log: change#3798 broke the meaning of "\0_7_7", tr/\0_// etc.; fix it
46291              such that underscores are only ignored in literal numbers,
46292              "\x{...}", and hex/oct argument
46293      Branch: perl
46294            ! perl.c pp.c regcomp.c t/op/oct.t toke.c util.c
46295 ____________________________________________________________________________
46296 [  6043] By: gsar                                  on 2000/05/02  02:22:29
46297         Log: perlretut revisions (from Mark Kvale <kvale@phy.ucsf.edu>)
46298      Branch: perl
46299            ! pod/perlretut.pod
46300 ____________________________________________________________________________
46301 [  6042] By: gsar                                  on 2000/05/02  02:17:51
46302         Log: remove outdated perltrap entry (from Peter Scott <Peter@PSDT.com>)
46303      Branch: perl
46304            ! pod/perltrap.pod
46305 ____________________________________________________________________________
46306 [  6041] By: gsar                                  on 2000/05/02  01:53:51
46307         Log: cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerel
46308              to compensate
46309      Branch: perl
46310            ! Porting/makerel
46311 ____________________________________________________________________________
46312 [  6040] By: gsar                                  on 2000/05/02  01:51:57
46313         Log: missing files in MANIFEST
46314      Branch: perl
46315            ! MANIFEST
46316 ____________________________________________________________________________
46317 [  6039] By: jhi                                   on 2000/05/02  00:36:46
46318         Log: Infinite problems.
46319      Branch: cfgperl
46320            ! lib/Math/Complex.pm
46321 ____________________________________________________________________________
46322 [  6038] By: jhi                                   on 2000/05/02  00:06:38
46323         Log: pwent/spent #ifdef imbalance.
46324      Branch: cfgperl
46325            ! pp_sys.c
46326 ____________________________________________________________________________
46327 [  6037] By: jhi                                   on 2000/05/01  22:50:11
46328         Log: Use HUGE_VALL if applicable.
46329      Branch: cfgperl
46330            ! ext/POSIX/POSIX.xs util.c
46331 ____________________________________________________________________________
46332 [  6036] By: jhi                                   on 2000/05/01  22:20:53
46333         Log: Correct Freudian slip.
46334      Branch: cfgperl
46335            ! pp_sys.c
46336 ____________________________________________________________________________
46337 [  6035] By: jhi                                   on 2000/05/01  21:07:38
46338         Log: Continue on the pwent/spent case.
46339      Branch: cfgperl
46340            ! pp_sys.c
46341 ____________________________________________________________________________
46342 [  6034] By: jhi                                   on 2000/05/01  17:45:14
46343         Log: Integrate with Sarathy; unfortunately Sarathy's whitespace
46344              adjustments in 6032 conflicted badly with this, will have
46345              to revisit them later.
46346      Branch: cfgperl
46347           +> lib/CGI/Util.pm t/lib/cgi-pretty.t
46348           !> MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
46349           !> lib/CGI/Pretty.pm lib/CGI/Push.pm lib/English.pm
46350           !> lib/Pod/Man.pm lib/Pod/Text.pm lib/diagnostics.pm
46351           !> pod/perldiag.pod pod/perlvar.pod pp_sys.c t/lib/cgi-function.t
46352           !> t/lib/cgi-html.t t/lib/cgi-request.t
46353 ____________________________________________________________________________
46354 [  6033] By: jhi                                   on 2000/05/01  17:40:49
46355         Log: Rewrite the pwent/spent logic to be a little bit more clearer.
46356      Branch: cfgperl
46357            ! pp_sys.c
46358 ____________________________________________________________________________
46359 [  6032] By: gsar                                  on 2000/05/01  15:56:32
46360         Log: whitespace adjustments
46361      Branch: perl
46362            ! pp_sys.c
46363 ____________________________________________________________________________
46364 [  6031] By: gsar                                  on 2000/05/01  15:19:41
46365         Log: small nits in diagnostics.pm (from Robin Barker)
46366      Branch: perl
46367            ! lib/diagnostics.pm pod/perldiag.pod
46368 ____________________________________________________________________________
46369 [  6030] By: gsar                                  on 2000/05/01  08:39:18
46370         Log: introduce @LAST_MATCH_START and @LAST_MATCH_END, English aliases
46371              for @- and @+ (from Johan Vromans)
46372      Branch: perl
46373            ! lib/English.pm pod/perlvar.pod
46374 ____________________________________________________________________________
46375 [  6029] By: gsar                                  on 2000/05/01  08:16:10
46376         Log: add CGI.pm v2.66 (from Lincoln Stein)
46377      Branch: perl
46378            + lib/CGI/Util.pm t/lib/cgi-pretty.t
46379            ! MANIFEST lib/CGI.pm lib/CGI/Carp.pm lib/CGI/Cookie.pm
46380            ! lib/CGI/Pretty.pm lib/CGI/Push.pm t/lib/cgi-function.t
46381            ! t/lib/cgi-html.t t/lib/cgi-request.t
46382 ____________________________________________________________________________
46383 [  6028] By: gsar                                  on 2000/05/01  06:34:41
46384         Log: Pod::Man generates groff-incompatible macro definition (from
46385              Tom Christiansen)
46386      Branch: perl
46387            ! lib/Pod/Man.pm
46388 ____________________________________________________________________________
46389 [  6027] By: gsar                                  on 2000/05/01  06:31:36
46390         Log: podlators-1.02 update (from Russ Allbery)
46391      Branch: perl
46392            ! lib/Pod/Man.pm lib/Pod/Text.pm
46393 ____________________________________________________________________________
46394 [  6026] By: jhi                                   on 2000/04/30  23:24:23
46395         Log: Integrate with Sarathy.
46396      Branch: cfgperl
46397           !> README.win32 ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
46398           !> ext/Sys/Syslog/Syslog.xs lib/perl5db.pl
46399           !> lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
46400           !> lib/unicode/Is/Word.pl lib/unicode/mktables.PL
46401           !> pod/perl56delta.pod sv.c t/lib/b.t t/lib/open3.t
46402           !> t/lib/syslog.t toke.c win32/win32.h
46403 ____________________________________________________________________________
46404 [  6025] By: gsar                                  on 2000/04/30  18:17:47
46405         Log: Is{Alnum,Alpha,Word} don't match titlecase
46406              
46407              TODO: IsSpace is defined recursively!
46408              
46409              (both spotted by Larry)
46410      Branch: perl
46411            ! lib/unicode/Is/Alnum.pl lib/unicode/Is/Alpha.pl
46412            ! lib/unicode/Is/Word.pl lib/unicode/mktables.PL
46413 ____________________________________________________________________________
46414 [  6024] By: gsar                                  on 2000/04/30  17:50:19
46415         Log: extend "Unrecognized escape" warning to \8, \9, and \_ as well
46416              (from Hugo van der Sanden)
46417      Branch: perl
46418            ! toke.c
46419 ____________________________________________________________________________
46420 [  6023] By: gsar                                  on 2000/04/30  17:14:43
46421         Log: debugger stomps on $. (from M.J.T. Guy)
46422      Branch: perl
46423            ! lib/perl5db.pl
46424 ____________________________________________________________________________
46425 [  6022] By: gsar                                  on 2000/04/30  16:59:22
46426         Log: unbalanced LEAVE after perl_clone(...,0) (from Doug MacEachern)
46427      Branch: perl
46428            ! sv.c
46429 ____________________________________________________________________________
46430 [  6021] By: gsar                                  on 2000/04/29  21:00:08
46431         Log: remove Win2K issue in pod (fixed by change#6020)
46432      Branch: perl
46433            ! README.win32 pod/perl56delta.pod
46434 ____________________________________________________________________________
46435 [  6020] By: gsar                                  on 2000/04/29  20:51:49
46436         Log: test tweak
46437      Branch: perl
46438            ! t/lib/open3.t
46439 ____________________________________________________________________________
46440 [  6019] By: gsar                                  on 2000/04/29  20:34:27
46441         Log: windows portability tweaks
46442      Branch: perl
46443            ! t/lib/b.t win32/win32.h
46444 ____________________________________________________________________________
46445 [  6018] By: gsar                                  on 2000/04/29  19:55:24
46446         Log: make lib/syslog.t portable to systems that don't have _PATH_LOG,
46447              make _PATH_LOG() return "" if unavailable
46448      Branch: perl
46449            ! ext/File/Glob/Glob.pm ext/Sys/Syslog/Syslog.pm
46450            ! ext/Sys/Syslog/Syslog.xs t/lib/syslog.t
46451 ____________________________________________________________________________
46452 [  6017] By: jhi                                   on 2000/04/28  22:49:46
46453         Log: Integrate with Sarathy.
46454      Branch: cfgperl
46455           !> op.c perl.c pod/perldiag.pod t/lib/b.t
46456 ____________________________________________________________________________
46457 [  6016] By: jhi                                   on 2000/04/28  22:46:14
46458         Log: Do not warn that an infinity does not look like a number.
46459      Branch: cfgperl
46460            ! sv.c
46461 ____________________________________________________________________________
46462 [  6015] By: gsar                                  on 2000/04/28  22:35:49
46463         Log: tweak test for portability
46464      Branch: perl
46465            ! t/lib/b.t
46466 ____________________________________________________________________________
46467 [  6014] By: gsar                                  on 2000/04/28  22:05:31
46468         Log: glob() loading File::Glob behind the scenes may cause syntax errors
46469      Branch: perl
46470            ! op.c
46471 ____________________________________________________________________________
46472 [  6013] By: gsar                                  on 2000/04/28  21:25:22
46473         Log: tweak change#5945 to display correct switch name in diagnostic
46474      Branch: perl
46475            ! perl.c pod/perldiag.pod
46476 ____________________________________________________________________________
46477 [  6012] By: jhi                                   on 2000/04/28  21:08:12
46478         Log: Integrate with Sarathy.
46479      Branch: cfgperl
46480           !> Changes ext/IO/lib/IO/Poll.pm installperl pod/perl56delta.pod
46481           !> pod/perldelta.pod pod/perlfunc.pod pod/perlmod.pod
46482           !> t/lib/io_poll.t utils/perldoc.PL vms/subconfigure.com
46483 ____________________________________________________________________________
46484 [  6011] By: jhi                                   on 2000/04/28  21:04:46
46485         Log: &HUGE_VAL is not defined, it exists.
46486      Branch: cfgperl
46487            ! lib/Math/Complex.pm
46488 ____________________________________________________________________________
46489 [  6010] By: gsar                                  on 2000/04/28  21:02:58
46490         Log: clarify note about shadow password support (from
46491              gellyfish@gellyfish.com)
46492      Branch: perl
46493            ! pod/perlfunc.pod
46494 ____________________________________________________________________________
46495 [  6009] By: gsar                                  on 2000/04/28  21:00:00
46496         Log: IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)
46497      Branch: perl
46498            ! ext/IO/lib/IO/Poll.pm t/lib/io_poll.t
46499 ____________________________________________________________________________
46500 [  6008] By: gsar                                  on 2000/04/28  20:56:33
46501         Log: VMS config tweak (from Craig A. Berry <craig.berry@metamorgs.com>)
46502      Branch: perl
46503            ! installperl vms/subconfigure.com
46504 ____________________________________________________________________________
46505 [  6007] By: gsar                                  on 2000/04/28  20:51:21
46506         Log: note about compile failures and END blocks (from M.J.T. Guy)
46507      Branch: perl
46508            ! pod/perl56delta.pod pod/perlmod.pod
46509 ____________________________________________________________________________
46510 [  6006] By: jhi                                   on 2000/04/28  20:42:14
46511         Log: Regen Configure.
46512      Branch: cfgperl
46513            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46514            ! config_h.SH
46515 ____________________________________________________________________________
46516 [  6005] By: gsar                                  on 2000/04/28  20:41:16
46517         Log: perldoc might fail via "use blib" (from Hugo van der Sanden)
46518      Branch: perl
46519            ! utils/perldoc.PL
46520 ____________________________________________________________________________
46521 [  6004] By: jhi                                   on 2000/04/28  20:28:21
46522         Log: Integrate with Sarathy.
46523      Branch: cfgperl
46524           !> Configure INSTALL Porting/Glossary Porting/config.sh
46525           !> Porting/config_H config_h.SH epoc/config.sh perl.c sv.c
46526           !> t/pragma/warn/toke toke.c vms/subconfigure.com vos/config.def
46527           !> vos/config_h.SH_orig win32/config.bc win32/config.gc
46528           !> win32/config.vc win32/win32.c
46529 ____________________________________________________________________________
46530 [  6003] By: gsar                                  on 2000/04/28  20:11:20
46531         Log: allow REG_EXPAND_SZ keys in Windows registry (from
46532              John Clayton <John.Clayton@barclayscapital.com>)
46533      Branch: perl
46534            ! win32/win32.c
46535 ____________________________________________________________________________
46536 [  6002] By: gsar                                  on 2000/04/28  19:34:16
46537         Log: destructive sv_setsv() can lose UV-ness from source, causing
46538              numeric promotions/comparisons to fail to do the right thing
46539      Branch: perl
46540            ! sv.c
46541 ____________________________________________________________________________
46542 [  6001] By: gsar                                  on 2000/04/28  18:44:15
46543         Log: support additional library locations via $Config{otherlibdirs}
46544              (from Andy Dougherty)
46545      Branch: perl
46546            ! Configure INSTALL Porting/Glossary Porting/config.sh
46547            ! Porting/config_H config_h.SH epoc/config.sh perl.c
46548            ! vms/subconfigure.com vos/config.def vos/config_h.SH_orig
46549            ! win32/config.bc win32/config.gc win32/config.vc
46550 ____________________________________________________________________________
46551 [  6000] By: gsar                                  on 2000/04/28  18:26:58
46552         Log: reworked otherlibdirs.U (from Andy Dougherty)
46553      Branch: metaconfig
46554            ! U/installdirs/otherlibdirs.U
46555 ____________________________________________________________________________
46556 [  5999] By: gsar                                  on 2000/04/28  18:17:07
46557         Log: fix line renumbering bug in C<eval qq[#line 10 "X"\nwarn]>
46558      Branch: perl
46559            ! t/pragma/warn/toke toke.c
46560 ____________________________________________________________________________
46561 [  5998] By: jhi                                   on 2000/04/28  13:32:17
46562         Log: Try to get "Inf" by using &POSIX::HUGE_VAL in sprintf.
46563      Branch: cfgperl
46564            ! lib/Math/Complex.pm
46565 ____________________________________________________________________________
46566 [  5997] By: jhi                                   on 2000/04/28  13:14:04
46567         Log: Preserve $!.
46568      Branch: cfgperl
46569            ! lib/Math/Complex.pm
46570 ____________________________________________________________________________
46571 [  5996] By: jhi                                   on 2000/04/28  12:59:23
46572         Log: Integrate with Sarathy.
46573      Branch: cfgperl
46574           +> pod/perlrequick.pod pod/perlretut.pod
46575           !> (integrate 51 files)
46576 ____________________________________________________________________________
46577 [  5995] By: gsar                                  on 2000/04/28  09:37:36
46578         Log: fixes for bugs in C<use warnings qw(FATAL all)> (from Paul Marquess)
46579      Branch: perl
46580            ! mg.c t/pragma/warn/7fatal warnings.h warnings.pl
46581 ____________________________________________________________________________
46582 [  5994] By: gsar                                  on 2000/04/28  09:33:26
46583         Log: fix for missed accounting for null byte in pack("Z",...) (from
46584              M.J.T. Guy)
46585      Branch: perl
46586            ! pp.c t/op/pack.t
46587 ____________________________________________________________________________
46588 [  5993] By: gsar                                  on 2000/04/28  09:30:05
46589         Log: various minor tweaks seen on p5p
46590      Branch: perl
46591            ! lib/perl5db.pl pod/perlipc.pod pod/perlvar.pod
46592 ____________________________________________________________________________
46593 [  5992] By: gsar                                  on 2000/04/28  09:08:19
46594         Log: pod nit (from Simon Cozens)
46595      Branch: perl
46596            ! pod/perlop.pod
46597 ____________________________________________________________________________
46598 [  5991] By: gsar                                  on 2000/04/28  09:06:36
46599         Log: posix-bc patches (from Dorner Thomas <Thomas.Dorner@start.de>)
46600      Branch: perl
46601            ! README.posix-bc hints/posix-bc.sh
46602 ____________________________________________________________________________
46603 [  5990] By: gsar                                  on 2000/04/28  08:54:52
46604         Log: use $ENV{LIB} to search for libs under Visual C compiler
46605              on Windows (from Jochen Wiedmann <joe@ispsoft.de>)
46606      Branch: perl
46607            ! lib/ExtUtils/Liblist.pm
46608 ____________________________________________________________________________
46609 [  5989] By: gsar                                  on 2000/04/28  08:27:12
46610         Log: qw(a\\b) must be parsed like 'a\\b', i.e., backslash escapes
46611              itself and no other (from Tom Hughes)
46612      Branch: perl
46613            ! t/op/array.t toke.c
46614 ____________________________________________________________________________
46615 [  5988] By: gsar                                  on 2000/04/28  08:01:38
46616         Log: s/HTMLSCRIPTPOD/HTMLSCRIPTPODS/ (from Paul Sharpe
46617              <paul@miraclefish.com>)
46618      Branch: perl
46619            ! lib/ExtUtils/MakeMaker.pm
46620 ____________________________________________________________________________
46621 [  5987] By: gsar                                  on 2000/04/28  07:53:09
46622         Log: B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)
46623      Branch: perl
46624            ! ext/B/B/Bytecode.pm ext/B/B/Disassembler.pm
46625 ____________________________________________________________________________
46626 [  5986] By: gsar                                  on 2000/04/28  07:44:17
46627         Log: add regular expressions tutorial and quick-start guide (from
46628              Mark Kvale <kvale@phy.ucsf.edu>)
46629      Branch: perl
46630            + pod/perlrequick.pod pod/perlretut.pod
46631            ! AUTHORS MAINTAIN MANIFEST
46632 ____________________________________________________________________________
46633 [  5985] By: gsar                                  on 2000/04/28  07:30:28
46634         Log: forked child may not exit correctly if it failed to open
46635              /dev/console (from Graham Barr)
46636      Branch: perl
46637            ! ext/Sys/Syslog/Syslog.pm
46638 ____________________________________________________________________________
46639 [  5984] By: gsar                                  on 2000/04/28  07:27:20
46640         Log: attributes::reftype() doesn't work on tied argument
46641      Branch: perl
46642            ! xsutils.c
46643 ____________________________________________________________________________
46644 [  5983] By: gsar                                  on 2000/04/28  07:15:04
46645         Log: numeric conversion of non-number in change#3378 tramples on
46646              OOK offset, causing segfaults
46647      Branch: perl
46648            ! sv.c
46649 ____________________________________________________________________________
46650 [  5982] By: gsar                                  on 2000/04/28  04:48:25
46651         Log: avoid error in IO::Socket::INET when given an unknown service name
46652              with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>)
46653      Branch: perl
46654            ! ext/IO/lib/IO/Socket/INET.pm
46655 ____________________________________________________________________________
46656 [  5981] By: gsar                                  on 2000/04/28  04:31:31
46657         Log: rename File::Glob::glob() to File::Glob::bsd_glob() to avoid
46658              prototype mismatch with CORE::glob(); update pod and tests to
46659              suit (File::Glob::glob() is still available for backward
46660              compatibility, but should be considered deprecated)
46661      Branch: perl
46662            ! ext/File/Glob/Glob.pm t/lib/glob-basic.t t/lib/glob-case.t
46663            ! t/lib/glob-taint.t
46664 ____________________________________________________________________________
46665 [  5980] By: gsar                                  on 2000/04/28  03:47:29
46666         Log: allow Configure -S to run non-interactively (spotted by Greg Hudson
46667              <ghudson@mit.edu>)
46668      Branch: metaconfig
46669            ! U/modified/Options.U
46670      Branch: perl
46671            ! Configure
46672 ____________________________________________________________________________
46673 [  5979] By: gsar                                  on 2000/04/28  03:07:54
46674         Log: under useithreads, constant pad entries could inadvertantly be
46675              shared across threads (from Eric Blood <eblood@xmission.com>);
46676              added Eric's test case to testsuite
46677      Branch: perl
46678            ! op.c t/op/misc.t
46679 ____________________________________________________________________________
46680 [  5978] By: gsar                                  on 2000/04/27  21:13:00
46681         Log: sync version numbers in File::Spec with the ones on CPAN
46682              (from Barrie Slaymaker)
46683      Branch: perl
46684            ! lib/File/Spec/Functions.pm lib/File/Spec/Mac.pm
46685            ! lib/File/Spec/OS2.pm lib/File/Spec/Unix.pm
46686            ! lib/File/Spec/VMS.pm lib/File/Spec/Win32.pm
46687 ____________________________________________________________________________
46688 [  5977] By: gsar                                  on 2000/04/27  21:07:29
46689         Log: autoquote barewords followed by newline and arrow properly
46690              (variant of fix suggested by Rick Delaney and M.J.T. Guy)
46691      Branch: perl
46692            ! t/pragma/warn/toke toke.c
46693 ____________________________________________________________________________
46694 [  5976] By: gsar                                  on 2000/04/27  20:41:20
46695         Log: DB_File v1.73 update (from Paul Marquess)
46696      Branch: perl
46697            ! ext/DB_File/Changes ext/DB_File/DB_File.pm
46698            ! ext/DB_File/DB_File.xs ext/DB_File/version.c
46699 ____________________________________________________________________________
46700 [  5975] By: gsar                                  on 2000/04/27  20:34:24
46701         Log: allow sort() reentrancy (variant of patch suggested by
46702              Hugo van der Sanden)
46703      Branch: perl
46704            ! pp_ctl.c t/op/sort.t
46705 ____________________________________________________________________________
46706 [  5974] By: gsar                                  on 2000/04/27  19:46:57
46707         Log: change#4197 somehow missed initializing PL_errors, meaning
46708              sytax error queueing wasn't working outside eval"" at all;
46709              also fixed eval"" to localize PL_error_count, so that compile-time
46710              eval's don't clobber the error state of the outer context
46711      Branch: perl
46712            ! lib/Math/Complex.pm perl.c pp_ctl.c t/pragma/warn/op
46713            ! t/pragma/warn/toke
46714 ____________________________________________________________________________
46715 [  5973] By: gsar                                  on 2000/04/27  18:29:05
46716         Log: fix for failure to match $foo =~ /(?i)/ (from Ilya Zakharevich)
46717      Branch: perl
46718            ! regcomp.c regexec.c t/op/re_tests
46719 ____________________________________________________________________________
46720 [  5972] By: jhi                                   on 2000/04/27  18:22:41
46721         Log: Integrate with Sarathy.
46722      Branch: cfgperl
46723           +> t/lib/b.t t/lib/syslog.t
46724           !> (integrate 31 files)
46725 ____________________________________________________________________________
46726 [  5971] By: jhi                                   on 2000/04/27  18:18:46
46727         Log: Unicos tweaks from Mark P. Lutz.
46728      Branch: cfgperl
46729            ! hints/unicos.sh lib/Math/Complex.pm
46730 ____________________________________________________________________________
46731 [  5970] By: gsar                                  on 2000/04/27  18:05:11
46732         Log: Data::Dumper fumbles negative numbers on 32-bit platforms where
46733              IV is >32bits
46734      Branch: perl
46735            ! ext/Data/Dumper/Dumper.xs t/lib/dumper.t
46736 ____________________________________________________________________________
46737 [  5969] By: gsar                                  on 2000/04/27  17:50:56
46738         Log: fix Sys::Syslog breakage on domain sockets (from Tom Hughes)
46739      Branch: perl
46740            + t/lib/syslog.t
46741            ! MANIFEST ext/Sys/Syslog/Syslog.pm
46742 ____________________________________________________________________________
46743 [  5968] By: gsar                                  on 2000/04/27  17:44:49
46744         Log: tolerate spaces in group names in test on solaris (from David Boyce
46745              <dsb@boyski.com>)
46746      Branch: perl
46747            ! t/op/groups.t
46748 ____________________________________________________________________________
46749 [  5967] By: gsar                                  on 2000/04/27  17:41:22
46750         Log: improved docs on the warn_uninit diagnostic (from David Glasser
46751              and Simon Cozens)
46752      Branch: perl
46753            ! pod/perldiag.pod
46754 ____________________________________________________________________________
46755 [  5966] By: gsar                                  on 2000/04/27  16:54:58
46756         Log: add testsuite for B backends, fix bug in B::Deparse (from
46757              Simon Cozens <simon@brecon.co.uk>)
46758      Branch: perl
46759            + t/lib/b.t
46760            ! MANIFEST ext/B/B/Deparse.pm ext/B/B/Stash.pm
46761 ____________________________________________________________________________
46762 [  5965] By: gsar                                  on 2000/04/27  16:10:37
46763         Log: avoid "will not stay shared" warnings for our variables (from
46764              Robin Barker)
46765      Branch: perl
46766            ! op.c t/pragma/warn/op
46767 ____________________________________________________________________________
46768 [  5964] By: gsar                                  on 2000/04/27  07:05:05
46769         Log: reformat to 72 columns (again)
46770      Branch: perl
46771            ! pod/perldiag.pod
46772 ____________________________________________________________________________
46773 [  5963] By: gsar                                  on 2000/04/27  06:28:31
46774         Log: patch from Larry to make (\&) prototype work; added tests for
46775              the same
46776      Branch: perl
46777            ! op.c t/comp/proto.t
46778 ____________________________________________________________________________
46779 [  5962] By: gsar                                  on 2000/04/27  06:15:47
46780         Log: updated README.hpux (from Jeff Okamoto)
46781      Branch: perl
46782            ! README.hpux
46783 ____________________________________________________________________________
46784 [  5961] By: gsar                                  on 2000/04/27  05:55:03
46785         Log: recognize our, CHECK and INIT in cperl-mode (from Doug MacEachern)
46786      Branch: perl
46787            ! emacs/cperl-mode.el
46788 ____________________________________________________________________________
46789 [  5960] By: gsar                                  on 2000/04/27  05:49:26
46790         Log: better INSTALL notes on Solaris issues (from Dominic Dunlop)
46791      Branch: perl
46792            ! INSTALL
46793 ____________________________________________________________________________
46794 [  5959] By: gsar                                  on 2000/04/27  05:33:41
46795         Log: doubled words in pods (from Simon Cozens
46796              <simon.p.cozens@jp.pwcglobal.com>)
46797      Branch: perl
46798            ! pod/perl56delta.pod pod/perldebguts.pod pod/perlfaq5.pod
46799            ! pod/perlfork.pod pod/perlfunc.pod pod/perlipc.pod
46800            ! pod/perllexwarn.pod pod/perllocale.pod pod/perlmodlib.pod
46801            ! pod/perlnumber.pod pod/perlopentut.pod pod/perltodo.pod
46802            ! pod/perltootc.pod
46803 ____________________________________________________________________________
46804 [  5958] By: gsar                                  on 2000/04/27  05:11:39
46805         Log: change#3569 deleted some essential code, revert; avoid use of
46806              atexit() to make DynaLoader work properly on AIX under mod_perl
46807              (from Jens-Uwe Mager <jum@helios.de>)
46808      Branch: perl
46809            ! ext/DynaLoader/dl_aix.xs
46810 ____________________________________________________________________________
46811 [  5957] By: gsar                                  on 2000/04/27  04:54:51
46812         Log: pod nits (from A. C. Yardley <yardley@tanet.net>)
46813      Branch: perl
46814            ! pod/perlmod.pod
46815 ____________________________________________________________________________
46816 [  5956] By: gsar                                  on 2000/04/27  04:51:47
46817         Log: better diagnostics on failed tests (from Ilya Zakharevich)
46818      Branch: perl
46819            ! t/op/lex_assign.t
46820 ____________________________________________________________________________
46821 [  5955] By: gsar                                  on 2000/04/27  04:26:44
46822         Log: longstanding bug exposed by change#3307: sort arguments weren't
46823              compiled with the right wantarray context (ensuing runtime lookup
46824              via block_gimme() was getting the incidental context of the
46825              sort() itself)
46826      Branch: perl
46827            ! op.c t/op/sort.t
46828 ____________________________________________________________________________
46829 [  5954] By: gsar                                  on 2000/04/26  23:42:12
46830         Log: integrate cfgperl contents into mainline
46831      Branch: perl
46832           !> (integrate 30 files)
46833 ____________________________________________________________________________
46834 [  5953] By: jhi                                   on 2000/04/26  23:06:42
46835         Log: Integrate with Sarathy.
46836      Branch: cfgperl
46837           !> README.win32 ext/B/B/Deparse.pm
46838           !> ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
46839           !> lib/vars.pm perl.c pod/perldiag.pod pod/perlsub.pod
46840           !> pod/perlsyn.pod pod/perlthrtut.pod pod/perltoc.pod
46841           !> pod/perltodo.pod pod/perlxs.pod pod/perlxstut.pod
46842           !> utils/perldoc.PL vms/perlvms.pod
46843 ____________________________________________________________________________
46844 [  5952] By: jhi                                   on 2000/04/26  23:03:46
46845         Log: Undo "use integer" addition from 64bitint as it seems
46846              to break most of the subtests in Digital UNIX;
46847              Unicos needs to find another way.
46848      Branch: cfgperl
46849            ! t/op/64bitint.t
46850 ____________________________________________________________________________
46851 [  5951] By: jhi                                   on 2000/04/26  22:57:53
46852         Log: Be more robust on "extreme" (large absolute value)
46853              arguments.  Originally reported by Daniel Connelly
46854              as a problem with asinh() on large negative arguments,
46855              asinh() used to bail out because an argument to log()
46856              ended up being zero.  Ilya Zakharevich proposed using
46857              Taylor's series in such cases, which for such large
46858              arguments is a very good approximation.
46859      Branch: cfgperl
46860            ! lib/Math/Complex.pm t/lib/complex.t
46861 ____________________________________________________________________________
46862 [  5950] By: gsar                                  on 2000/04/25  19:13:12
46863         Log: reformat perldiag to avoid long lines
46864      Branch: perl
46865            ! pod/perldiag.pod
46866 ____________________________________________________________________________
46867 [  5949] By: gsar                                  on 2000/04/25  18:41:11
46868         Log: make perldoc use the pod2man from the same version (from
46869              M.J.T. Guy)
46870      Branch: perl
46871            ! utils/perldoc.PL
46872 ____________________________________________________________________________
46873 [  5948] By: gsar                                  on 2000/04/25  18:21:57
46874         Log: typo in vars.pm that leads to cryptic message (from Piotr Piatkowski
46875              <kompas@kompas.usr.onet.pl>)
46876      Branch: perl
46877            ! lib/vars.pm
46878 ____________________________________________________________________________
46879 [  5947] By: gsar                                  on 2000/04/25  18:11:53
46880         Log: use &dl_error rather than &dl_load_file as the guard for calling
46881              boot_DynaLoader() (meant to fix dl_error() redefined warnings in
46882              statically built perl)
46883      Branch: perl
46884            ! ext/DynaLoader/DynaLoader_pm.PL ext/DynaLoader/XSLoader_pm.PL
46885 ____________________________________________________________________________
46886 [  5946] By: jhi                                   on 2000/04/25  17:37:54
46887         Log: Document that tr() is not tr(1).
46888      Branch: cfgperl
46889            ! pod/perlop.pod
46890 ____________________________________________________________________________
46891 [  5945] By: gsar                                  on 2000/04/25  16:34:33
46892         Log: make module name mandatory after -M switch; reorder perldiag
46893              alphabetically (from Mark-Jason Dominus)
46894      Branch: perl
46895            ! perl.c pod/perldiag.pod
46896 ____________________________________________________________________________
46897 [  5944] By: jhi                                   on 2000/04/25  01:15:18
46898         Log: On second thoughts frexp() does have two arguments.
46899      Branch: cfgperl
46900            ! perl.h
46901 ____________________________________________________________________________
46902 [  5943] By: jhi                                   on 2000/04/24  22:56:32
46903         Log: Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
46904              Now pp_ncmp() returns undef is either operand is a NaN.
46905      Branch: cfgperl
46906            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46907            ! Todo-5.6 config_h.SH epoc/config.sh perl.h pp.c pp_sys.c
46908            ! vms/subconfigure.com vos/config.def vos/config.h
46909            ! vos/config_h.SH_orig win32/config.bc win32/config.gc
46910            ! win32/config.vc win32/config_H.bc win32/config_H.gc
46911            ! win32/config_H.vc
46912      Branch: metaconfig/U/perl
46913            + d_modfl.U
46914 ____________________________________________________________________________
46915 [  5942] By: jhi                                   on 2000/04/24  19:45:17
46916         Log: Regen Configure to match #5937.
46917      Branch: cfgperl
46918            ! Configure Porting/Glossary Porting/config.sh Porting/config_H
46919            ! config_h.SH
46920      Branch: metaconfig
46921            ! U/installdirs/inc_version_list.U U/modified/cpp_stuff.U
46922 ____________________________________________________________________________
46923 [  5941] By: jhi                                   on 2000/04/24  19:24:11
46924         Log: Further Unicos fixes for Mark Lutz.
46925      Branch: cfgperl
46926            ! hints/unicos.sh pp_ctl.c
46927 ____________________________________________________________________________
46928 [  5940] By: jhi                                   on 2000/04/24  19:09:06
46929         Log: Various Unicos 10.0.0.6 fixes.
46930              
46931              Subject: [ID 20000414.007] Test suite failures in perl 5.6 on Cray T90
46932              From: Mark P Lutz <tecmpl1@triton.ca.boeing.com> 
46933              Reply-To: tecmpl1@triton.ca.boeing.com 
46934              To: perl5-porters@perl.org 
46935              Date: Fri, 14 Apr 2000 20:21:00 GMT 
46936              Message-Id: <200004142021.UAA36232@triton.ca.boeing.com> 
46937      Branch: cfgperl
46938            ! hints/unicos.sh pp.c pp_ctl.c t/op/64bitint.t
46939 ____________________________________________________________________________
46940 [  5939] By: gsar                                  on 2000/04/24  19:01:24
46941         Log: more pod nits (from Larry Virden)
46942      Branch: perl
46943            ! README.win32 pod/perlsub.pod pod/perlsyn.pod
46944            ! pod/perlthrtut.pod pod/perltoc.pod pod/perltodo.pod
46945            ! pod/perlxs.pod pod/perlxstut.pod vms/perlvms.pod
46946 ____________________________________________________________________________
46947 [  5938] By: gsar                                  on 2000/04/24  18:54:01
46948         Log: Consolidated B::Deparse fixes (from Stephen McCamant)
46949      Branch: perl
46950            ! ext/B/B/Deparse.pm
46951 ____________________________________________________________________________
46952 [  5937] By: jhi                                   on 2000/04/24  17:39:00
46953         Log: Integrate with Sarathy.
46954      Branch: cfgperl
46955           +> (branch 31 files)
46956           !> (integrate 73 files)
46957 ____________________________________________________________________________
46958 [  5936] By: gsar                                  on 2000/04/24  17:30:06
46959         Log: additional tests for change#5934 (from Paul Marquess, who also
46960              sent in the same fix)
46961      Branch: perl
46962            ! t/pragma/warn/2use t/pragma/warn/3both t/pragma/warn/4lint
46963            ! t/pragma/warn/5nolint t/pragma/warn/6default
46964 ____________________________________________________________________________
46965 [  5935] By: jhi                                   on 2000/04/24  17:26:05
46966         Log: Do not assume sign propagation.
46967              Subject:  [PATCH] Re: [ID 20000410.010] Unicoss 10.0.0.6 and perl 5.6.0
46968              From: "M.J.T. Guy" <mjtg@cus.cam.ac.uk> 
46969              To: payner@ncifcrf.gov, perl5-porters@perl.org 
46970              Date: Tue, 18 Apr 2000 18:24:49 +0100 
46971              Message-Id: <E12hbk1-0006Ws-00@ursa.cus.cam.ac.uk> 
46972      Branch: cfgperl
46973            ! t/op/bop.t t/op/misc.t
46974 ____________________________________________________________________________
46975 [  5934] By: gsar                                  on 2000/04/24  17:16:54
46976         Log: propagate lexical warnings from surrounding scope correctly
46977              within string eval()
46978      Branch: perl
46979            ! pp_ctl.c t/pragma/warn/pp_ctl
46980 ____________________________________________________________________________
46981 [  5933] By: jhi                                   on 2000/04/24  17:01:07
46982         Log: Flatten the cpp jungle doing the nosuid checking.
46983      Branch: cfgperl
46984            ! perl.c
46985 ____________________________________________________________________________
46986 [  5932] By: gsar                                  on 2000/04/24  09:08:14
46987         Log: add rsignal(), whichsig() and do_join() to public API list
46988              (mod_perl uses them to good advantage)
46989      Branch: perl
46990            ! embed.pl global.sym objXSUB.h perlapi.c proto.h
46991 ____________________________________________________________________________
46992 [  5931] By: gsar                                  on 2000/04/24  09:01:40
46993         Log: fix RE brokenness on refs/overloaded things (from Ilya Zakharevich)
46994      Branch: perl
46995            ! pp_hot.c regexec.c t/op/pat.t
46996 ____________________________________________________________________________
46997 [  5930] By: gsar                                  on 2000/04/24  08:58:33
46998         Log: small os390 tweaks (from Peter Prymmer)
46999      Branch: perl
47000            ! config_h.SH makedepend.SH
47001 ____________________________________________________________________________
47002 [  5929] By: gsar                                  on 2000/04/24  08:55:25
47003         Log: pod nits
47004      Branch: perl
47005            ! pod/perlguts.pod
47006 ____________________________________________________________________________
47007 [  5928] By: gsar                                  on 2000/04/24  08:50:13
47008         Log: revert change#5923 ("breaks" t/lib/io_poll.t)
47009      Branch: perl
47010            ! ext/IO/lib/IO/Poll.pm
47011 ____________________________________________________________________________
47012 [  5927] By: gsar                                  on 2000/04/24  08:43:24
47013         Log: arrange for next() to resume at the unstack op rather than the
47014              loop conditional, so that scope cleanup happens correctly
47015              (from Stephen McCamant)
47016      Branch: perl
47017            ! op.c pp_ctl.c t/op/misc.t
47018 ____________________________________________________________________________
47019 [  5926] By: gsar                                  on 2000/04/24  08:18:40
47020         Log: on windows, reserve 16M of stack rather than 128M (allows more
47021              threads to run concurrently)
47022      Branch: perl
47023            ! win32/Makefile win32/makefile.mk
47024 ____________________________________________________________________________
47025 [  5925] By: gsar                                  on 2000/04/24  08:13:52
47026         Log: POSIX-BC tweak (from Ignasi Roca <ignasi.roca@fujitsu.siemens.es>)
47027      Branch: perl
47028            ! toke.c
47029 ____________________________________________________________________________
47030 [  5924] By: gsar                                  on 2000/04/24  08:08:59
47031         Log: avoid using uninitialized memory in require version check
47032      Branch: perl
47033            ! pp_ctl.c universal.c
47034 ____________________________________________________________________________
47035 [  5923] By: gsar                                  on 2000/04/24  07:20:14
47036         Log: various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>)
47037      Branch: perl
47038            ! ext/IO/lib/IO/Poll.pm
47039 ____________________________________________________________________________
47040 [  5922] By: gsar                                  on 2000/04/24  07:08:42
47041         Log: commentary about IoTYPE() (from Nathan Torkington)
47042      Branch: perl
47043            ! sv.h
47044 ____________________________________________________________________________
47045 [  5921] By: gsar                                  on 2000/04/24  06:58:26
47046         Log: make eq unicode-aware (from Gisle Aas); fix bogus tests revealed
47047              by fix
47048      Branch: perl
47049            ! sv.c t/lib/charnames.t t/pragma/utf8.t
47050 ____________________________________________________________________________
47051 [  5920] By: gsar                                  on 2000/04/24  06:37:59
47052         Log: Larry's fix for buggy propagation of utf8-ness in join(); add test
47053      Branch: perl
47054            ! doop.c t/op/ver.t
47055 ____________________________________________________________________________
47056 [  5919] By: gsar                                  on 2000/04/24  06:21:58
47057         Log: Configure might miss old directories when prefix must be
47058              expanded (from Robin Barker)
47059      Branch: metaconfig
47060            ! U/installdirs/inc_version_list.U
47061      Branch: perl
47062            ! Configure
47063 ____________________________________________________________________________
47064 [  5918] By: gsar                                  on 2000/04/24  06:16:11
47065         Log: VMS nits in glob() test (from Charles Lane)
47066      Branch: perl
47067            ! t/lib/glob-basic.t
47068 ____________________________________________________________________________
47069 [  5917] By: gsar                                  on 2000/04/24  06:11:56
47070         Log: various pod nits (from Larry Virden and others)
47071      Branch: perl
47072            ! README.amiga README.hpux README.machten README.os2
47073            ! README.os390 README.win32 embed.pl handy.h lib/IPC/Open3.pm
47074            ! pod/Win32.pod pod/perl56delta.pod pod/perlapi.pod
47075            ! pod/perlbook.pod pod/perlcompile.pod pod/perldebguts.pod
47076            ! pod/perldiag.pod pod/perlfork.pod pod/perlfunc.pod
47077            ! pod/perlguts.pod pod/perlintern.pod pod/perlipc.pod
47078            ! pod/perlmod.pod pod/perlmodinstall.pod pod/perlnumber.pod
47079            ! pod/perlop.pod pod/perlport.pod pod/perlre.pod
47080            ! pod/perltrap.pod pod/perlunicode.pod pod/perlvar.pod pp.h
47081 ____________________________________________________________________________
47082 [  5916] By: gsar                                  on 2000/04/24  05:52:43
47083         Log: ignore dotfiles (.cvsignore etc) in test (from Warren Jones
47084              <wjones@tc.fluke.com>)
47085      Branch: perl
47086            ! t/lib/glob-basic.t
47087 ____________________________________________________________________________
47088 [  5915] By: gsar                                  on 2000/04/24  05:07:01
47089         Log: supported platforms mixed up
47090      Branch: perl
47091            ! pod/perl56delta.pod pod/perlport.pod
47092 ____________________________________________________________________________
47093 [  5914] By: gsar                                  on 2000/04/24  04:56:08
47094         Log: caller() wasn't returning the right number of elements for
47095              eval {...}
47096      Branch: perl
47097            ! pp_ctl.c t/pragma/warn/9enabled
47098 ____________________________________________________________________________
47099 [  5913] By: gsar                                  on 2000/04/24  04:35:41
47100         Log: pod nit: $yday range for localtime/gmtime is 0..364 not 1..365 (from
47101              Mark-Jason Dominus)
47102      Branch: perl
47103            ! pod/perlfunc.pod
47104 ____________________________________________________________________________
47105 [  5912] By: gsar                                  on 2000/04/24  04:17:15
47106         Log: fix totally broken caching in UNIVERSAL::isa() (from
47107              Nick Ing-Simmons)
47108      Branch: perl
47109            ! t/op/universal.t universal.c
47110 ____________________________________________________________________________
47111 [  5911] By: gsar                                  on 2000/04/24  03:39:47
47112         Log: add linebreak properties from unicode/LineBrk.txt (from
47113              Dave Hartnoll <Dave_Hartnoll@3b2.com>)
47114      Branch: perl
47115            + lib/unicode/Is/LbrkAI.pl lib/unicode/Is/LbrkAL.pl
47116            + lib/unicode/Is/LbrkB2.pl lib/unicode/Is/LbrkBA.pl
47117            + lib/unicode/Is/LbrkBB.pl lib/unicode/Is/LbrkBK.pl
47118            + lib/unicode/Is/LbrkCB.pl lib/unicode/Is/LbrkCL.pl
47119            + lib/unicode/Is/LbrkCM.pl lib/unicode/Is/LbrkCR.pl
47120            + lib/unicode/Is/LbrkEX.pl lib/unicode/Is/LbrkGL.pl
47121            + lib/unicode/Is/LbrkHY.pl lib/unicode/Is/LbrkID.pl
47122            + lib/unicode/Is/LbrkIN.pl lib/unicode/Is/LbrkIS.pl
47123            + lib/unicode/Is/LbrkLF.pl lib/unicode/Is/LbrkNS.pl
47124            + lib/unicode/Is/LbrkNU.pl lib/unicode/Is/LbrkOP.pl
47125            + lib/unicode/Is/LbrkPO.pl lib/unicode/Is/LbrkPR.pl
47126            + lib/unicode/Is/LbrkQU.pl lib/unicode/Is/LbrkSA.pl
47127            + lib/unicode/Is/LbrkSG.pl lib/unicode/Is/LbrkSP.pl
47128            + lib/unicode/Is/LbrkSY.pl lib/unicode/Is/LbrkXX.pl
47129            + lib/unicode/Is/LbrkZW.pl
47130            ! lib/unicode/mktables.PL
47131 ____________________________________________________________________________
47132 [  5910] By: gsar                                  on 2000/04/24  03:23:10
47133         Log: typo in pod
47134      Branch: perl
47135            ! ext/Thread/Thread.pm
47136 ____________________________________________________________________________
47137 [  5909] By: gsar                                  on 2000/04/24  03:22:03
47138         Log: mode argument to do_binmode() should be file mode, not boolean
47139      Branch: perl
47140            ! pp_sys.c
47141 ____________________________________________________________________________
47142 [  5908] By: gsar                                  on 2000/04/16  16:51:08
47143         Log: introduce illegal symbols into null package so that gv_fetchpv(...,TRUE)
47144              always returns a valid GV even when the symbol is trapped by strictures
47145              (avoids coredumps)
47146              
47147              TODO: the C<package;> hack needs similar treatment
47148      Branch: perl
47149            ! embedvar.h gv.c intrpvar.h perl.c perlapi.h
47150            ! t/pragma/strict-vars
47151 ____________________________________________________________________________
47152 [  5907] By: jhi                                   on 2000/03/31  23:42:56
47153         Log: pp_gmtime() assumed that newSVpvf %d would take C ints,
47154              an assumption which #5905 demolished.
47155      Branch: cfgperl
47156            ! pp_sys.c
47157 ____________________________________________________________________________
47158 [  5906] By: jhi                                   on 2000/03/31  18:54:37
47159         Log: Typo in #5905.
47160      Branch: cfgperl
47161            ! t/op/64bitint.t
47162 ____________________________________________________________________________
47163 [  5905] By: jhi                                   on 2000/03/31  18:50:54
47164         Log: Fix for "[ID 20000329.080] quad printing does not work as documented",
47165              reported by Joseph N. Hall.  The bug was that even with use64bitint
47166              one had to use the prefixes q, L, or ll with printf/sprintf,
47167              contrary to the documentation and common sense.
47168      Branch: cfgperl
47169            ! sv.c t/op/64bitint.t
47170 ____________________________________________________________________________
47171 [  5904] By: gsar                                  on 2000/03/28  02:31:32
47172         Log: add Changes, perldelta.pod
47173      Branch: perl
47174            + Changes pod/perldelta.pod
47175 ____________________________________________________________________________
47176 [  5903] By: gsar                                  on 2000/03/28  02:03:55
47177         Log: rename Changes and perldelta.pod
47178      Branch: perl
47179           +> Changes5.6 pod/perl56delta.pod
47180            - Changes pod/perldelta.pod
47181            ! MANIFEST
47182 ____________________________________________________________________________
47183 [  5902] By: gsar                                  on 2000/03/28  01:59:14
47184         Log: create maint-5.6 branch
47185      Branch: maint-5.6/perl
47186           +> (branch 1611 files)
47187 ____________________________________________________________________________
47188 [  5901] By: jhi                                   on 2000/03/23  05:48:43
47189         Log: Integrate with Sarathy.
47190      Branch: cfgperl
47191           !> Changes patchlevel.h pod/perlhist.pod pod/perltoc.pod
47192 ____________________________________________________________________________
47193 [  5900] By: gsar                                  on 2000/03/23  05:42:43
47194         Log: three guesses on what this is :-)
47195      Branch: perl
47196            ! Changes